a, p, ul, li, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

* {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

.headline-bold {
  font-size: 23px;
  font-weight: bold;
  color: #5882b8; }
  .headline-bold .headline-left {
    margin-right: 14px; }
  .headline-bold .headline-right {
    margin-left: 14px; }

.custom-padding {
  padding: 45px 45px; }

.text-mark-black {
  font-size: 17px;
  font-weight: bold;
  color: #000; }

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Roboto-Italic";
  src: url("../fonts/Roboto-Italic.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
.vebinars-title {
  padding: 20px 0px 20px; }
  .vebinars-title #leftBox .breadcrumb {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #d2d2d2;
    border-radius: 7px;
    position: relative;
    margin: 0 0 24px 0;
    padding: 0; }
  .vebinars-title #leftBox .pageTitle {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #638abd; }
  .vebinars-title #leftBox .vebinarBox {
    padding: 22px 16px 22px 32px;
    margin: 8px 0 8px 0;
    border-radius: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
 /*   -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 1.3px 1px 1px #ebebeb;
            box-shadow: 0px 1.3px 1px 1px #ebebeb;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .vebinars-title #leftBox .vebinarBox:hover {
      -webkit-box-shadow: -5px 0px 8px 0px #ebebeb;
              box-shadow: -5px 0px 8px 0px #ebebeb;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .vebinars-title #leftBox .vebinarBox .left__Block {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .vebinars-title #leftBox .vebinarBox .left__Block p.data {
        display: block;
        margin-right: 18px;
        font-size: 32px;
        font-weight: bold;
        color: #638abd; }
      .vebinars-title #leftBox .vebinarBox .left__Block span.months {
        display: block;
        font-size: 14px;
        font-weight: 200; }
    .vebinars-title #leftBox .vebinarBox .top__Block {
/*      width: 100%; */
      width: 75%;
      margin-left: 22px;
      text-align: left;
/*      line-height: 35px;*/ } 
      .vebinars-title #leftBox .vebinarBox .top__Block a.vebinarLink {
        font-size: 18px;
        font-weight: bold;
        color: #638abd; }
      .vebinars-title #leftBox .vebinarBox .top__Block a.vebinarLinkMore {
        font-size: 15px;
        font-weight: bold;
        color: #638abd; }
      .vebinars-title #leftBox .vebinarBox .top__Block .timeAndName {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .vebinars-title #leftBox .vebinarBox .top__Block .timeAndName span {
          color: #969696; }
        .vebinars-title #leftBox .vebinarBox .top__Block .timeAndName span.expertName {
          display: inline-block;
          margin-right: 27px; }
        .vebinars-title #leftBox .vebinarBox .top__Block .timeAndName span.startTime {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-top: 3px; }
          .vebinars-title #leftBox .vebinarBox .top__Block .timeAndName span.startTime .fa-clock {
            font-size: 18px;
            margin-right: 7px; }
    .vebinars-title #leftBox .vebinarBox .right__Block {
      position: absolute;
      right: 0;
      width: 120px;
      height: 100%;
      text-align: center;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 16px 0 16px;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      -webkit-box-shadow: inset 5px 0 12px -3px rgba(211, 211, 211, 0.85);
              box-shadow: inset 5px 0 12px -3px rgba(211, 211, 211, 0.85); }
      .vebinars-title #leftBox .vebinarBox .right__Block.active {
        background: #d6eed7; }
      .vebinars-title #leftBox .vebinarBox .right__Block.Out {
        background: #ededed; }
      .vebinars-title #leftBox .vebinarBox .right__Block .vebinarInfoTime p {
        display: block;
        color: #33a037; }
      .vebinars-title #leftBox .vebinarBox .right__Block .vebinarInfoTime span.time {
        display: block;
        margin-top: 16px; }
      .vebinars-title #leftBox .vebinarBox .right__Block .vebinarInfoTime .fa-flag-checkered {
        font-size: 30px;
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
        color: #969696; }
      .vebinars-title #leftBox .vebinarBox .right__Block .vebinarInfoTime span.vebOut {
        display: block;
        margin-top: 16px;
        color: #969696; }
    .vebinars-title #leftBox .vebinarBox .bl-line {
      border: 1px solid #d3d3d3;
      width: 0;
      height: 75px; }
    .vebinars-title #leftBox .vebinarBox .bl-miniline {
      border: 1px solid #d3d3d3;
      width: 0;
      height: 22px;
      margin-right: 13px; }
  .vebinars-title #rightBox {
    padding-left: 0; }
    .vebinars-title #rightBox .YouReg .titleInfo {
      margin-bottom: 28px;
      font-size: 20px;
      font-weight: bold;
      color: #638abd; }
    .vebinars-title #rightBox .YouReg .vebReg-box {
      width: 100%;
      margin: 0 0 15px 0;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .vebinars-title #rightBox .YouReg .vebReg-box .iconBox {
        margin: auto 15px; }
        .vebinars-title #rightBox .YouReg .vebReg-box .iconBox a {
          text-decoration: none;
          list-style: none;
          font-size: 26px;
          color: #969696; }
      .vebinars-title #rightBox .YouReg .vebReg-box .dataNameBox {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .vebinars-title #rightBox .YouReg .vebReg-box .dataNameBox a.nameTitle {
          font-size: 14px;
          font-weight: 650;
          text-decoration: none;
          color: #638abd; }
        .vebinars-title #rightBox .YouReg .vebReg-box .dataNameBox span.dataBox {
          font-size: 13px;
          font-weight: 220;
          margin-top: 10px;
          color: #969696; }
          .vebinars-title #rightBox .YouReg .vebReg-box .dataNameBox span.dataBox .fa-calendar-alt,
          .vebinars-title #rightBox .YouReg .vebReg-box .dataNameBox span.dataBox .fa-clock {
            font-size: 16px;
            margin-right: 8px; }
          .vebinars-title #rightBox .YouReg .vebReg-box .dataNameBox span.dataBox .fa-clock {
            margin-left: 8px; }

.mobile-display {
  display: none; }
  .mobile-display .breadcrumb {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #d2d2d2;
    border-radius: 7px;
    position: relative;
    margin: 0 0 24px 0;
    padding: 0; }
  .mobile-display .pageTitle {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #638abd; }
  .mobile-display .vebinarBox {
    padding: 22px 16px 22px 32px;
    margin: 8px 0 8px 0;
    border-radius: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 1.3px 1px 1px #ebebeb;
            box-shadow: 0px 1.3px 1px 1px #ebebeb;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .mobile-display .vebinarBox:hover {
      -webkit-box-shadow: -5px 0px 8px 0px #ebebeb;
              box-shadow: -5px 0px 8px 0px #ebebeb;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .mobile-display .vebinarBox .left__Block {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .mobile-display .vebinarBox .left__Block p.data {
        display: block;
        margin-right: 18px;
        font-size: 32px;
        font-weight: bold;
        color: #638abd; }
      .mobile-display .vebinarBox .left__Block span.months {
        display: block;
        font-size: 14px;
        font-weight: 200; }
    .mobile-display .vebinarBox .top__Block {
      width: 100%;
      margin-left: 22px;
      text-align: left;
      line-height: 35px; }
      .mobile-display .vebinarBox .top__Block a.vebinarLink {
        font-size: 18px;
        font-weight: bold;
        color: #638abd; }
      .mobile-display .vebinarBox .top__Block .timeAndName {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .mobile-display .vebinarBox .top__Block .timeAndName span {
          color: #969696; }
        .mobile-display .vebinarBox .top__Block .timeAndName span.expertName {
          display: inline-block;
          margin-right: 27px; }
        .mobile-display .vebinarBox .top__Block .timeAndName span.startTime {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-top: 3px; }
          .mobile-display .vebinarBox .top__Block .timeAndName span.startTime .fa-clock {
            font-size: 18px;
            margin-right: 7px; }
    .mobile-display .vebinarBox .right__Block {
      position: absolute;
      right: 0;
      width: 120px;
      height: 100%;
      text-align: center;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 16px 0 16px;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      -webkit-box-shadow: inset 5px 0 12px -3px rgba(211, 211, 211, 0.85);
              box-shadow: inset 5px 0 12px -3px rgba(211, 211, 211, 0.85); }
      .mobile-display .vebinarBox .right__Block.active {
        background: #d6eed7; }
      .mobile-display .vebinarBox .right__Block.Out {
        background: #ededed; }
      .mobile-display .vebinarBox .right__Block .vebinarInfoTime p {
        display: block;
        color: #33a037; }
      .mobile-display .vebinarBox .right__Block .vebinarInfoTime span.time {
        display: block;
        margin-top: 16px; }
      .mobile-display .vebinarBox .right__Block .vebinarInfoTime .fa-flag-checkered {
        font-size: 30px;
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
        color: #969696; }
      .mobile-display .vebinarBox .right__Block .vebinarInfoTime span.vebOut {
        display: block;
        margin-top: 16px;
        color: #969696; }
    .mobile-display .vebinarBox .bl-line {
      border: 1px solid #d3d3d3;
      width: 0;
      height: 75px; }
    .mobile-display .vebinarBox .bl-miniline {
      border: 1px solid #d3d3d3;
      width: 0;
      height: 22px;
      margin-right: 13px; }
  .mobile-display .YouReg .titleInfo {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #638abd; }
  .mobile-display .YouReg .vebReg-box {
    width: 100%;
    margin: 0 0 15px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 0;}
    .mobile-display .YouReg .vebReg-box .iconBox {
      margin: 0 auto; }
      .mobile-display .YouReg .vebReg-box .iconBox a {
        text-decoration: none;
        list-style: none;
        font-size: 26px;
        color: #969696; }
    .mobile-display .YouReg .vebReg-box .dataNameBox {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .mobile-display .YouReg .vebReg-box .dataNameBox a.nameTitle {
        font-size: 14px;
        font-weight: 650;
        text-decoration: none;
        color: #638abd; }
      .mobile-display .YouReg .vebReg-box .dataNameBox span.dataBox {
        font-size: 13px;
        font-weight: 220;
        margin-top: 10px;
        color: #969696; }
        .mobile-display .YouReg .vebReg-box .dataNameBox span.dataBox .fa-calendar-alt,
        .mobile-display .YouReg .vebReg-box .dataNameBox span.dataBox .fa-clock {
          font-size: 16px;
          margin-right: 8px; }
        .mobile-display .YouReg .vebReg-box .dataNameBox span.dataBox .fa-clock {
          margin-left: 8px; }

@-webkit-keyframes pulses {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7; } }

@keyframes pulses {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7; } }
.parallax-mirror {
  z-index: 150; }

.general-page {
  margin: 20px 0 20px; }
  .general-page .parallax-content .parallax-window {
    max-height: 485px;
    width: 100%;
    background: transparent; }
    .general-page .parallax-content .parallax-window .vebinar-parallax {
      position: relative;
      z-index: 220;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 35px;
      height: 458px;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(15, 48, 99, 0.7)), to(rgba(15, 48, 99, 0.7)));
      background: linear-gradient(to bottom, rgba(15, 48, 99, 0.7) 100%, rgba(15, 48, 99, 0.7) 100%);
      color: #fff; }
      .general-page .parallax-content .parallax-window .vebinar-parallax .title {
        text-align: center; }
      .general-page .parallax-content .parallax-window .vebinar-parallax .lektor {
        margin-top: 30px; }
        .general-page .parallax-content .parallax-window .vebinar-parallax .lektor p.teach {
          font-size: 22px;
          font-weight: bold; }
          .general-page .parallax-content .parallax-window .vebinar-parallax .lektor p.teach .lektor-name {
            margin-left: 10px; }
      .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime {
        margin-top: 38px; }
        .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime .dataNameBox {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime .dataNameBox span.dataBox {
            font-size: 16px;
            font-weight: 220;
            color: #fff; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime .dataNameBox span.dataBox .icon-calendar,
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime .dataNameBox span.dataBox .icon-clock {
              margin-right: 14px; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime .dataNameBox span.dataBox .icon-calendar {
              width: 24px;
              height: 25px; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime .dataNameBox span.dataBox .icon-clock {
              width: 26px;
              height: 25px; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime .dataNameBox span.dataBox span.data {
              margin-right: 34px;
              vertical-align: bottom; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime .dataNameBox span.dataBox span.time-icon {
              vertical-align: bottom; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-dataTime .dataNameBox span.dataBox .fa-clock {
              margin-left: 14px; }
      .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer {
        margin-top: 43px; }
        .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-default {
          width: 197px;
          height: 49px;
          border: 0;
          border-radius: 30px;
          background: #79bf80;
          text-decoration: none;
          font-weight: 550;
          font-size: 18px;
          padding: 6px;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #fff;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }

        .general-page a.btn-green {
          width: 197px;
          height: 49px;
          margin: 20px auto;
          border: 0;
          border-radius: 30px;
          background: #79bf80;
          text-decoration: none;
          font-weight: 550;
          font-size: 18px;
          padding: 6px;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #fff;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }


        .general-page a.btn-out-black {
          width: 260px;
          height: 49px;
          padding: 6px;
          border-radius: 30px;
          border: 2px solid #fff;
          font-weight: 550;
          font-size: 18px;
          margin: 20px auto;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none;
          background: #5882b8;
          color: #fff;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .general-page a.btn-out-black .out-icon {
            margin-right: 15px; }
          .general-page a.btn-out-black .complite-icon {
            margin-right: 15px; }

          
        .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-complite {
          width: 230px;
          height: 49px;
          padding: 6px;
          border-radius: 30px;
          border: 2px solid #fff;
          font-weight: 550;
          font-size: 18px;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none;
          background: transparent;
          color: #fff;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-complite .complite-icon {
            margin-right: 15px; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-complite .complite-icon img {
              width: 35px;
              height: 35px; }
        .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-play {
          width: 260px;
          height: 49px;
          padding: 6px;
          border-radius: 30px;
          font-weight: 550;
          font-size: 18px;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          outline: none;
          text-decoration: none;
          -webkit-animation: pulses 3s infinite ease-in-out;
                  animation: pulses 3s infinite ease-in-out;
          background: #79bf80;
          color: #fff; }
          .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-play .play-icon {
            margin-right: 15px; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-play .play-icon img {
              width: 35px;
              height: 35px; }
        .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-out {
          width: 260px;
          height: 49px;
          padding: 6px;
          border-radius: 30px;
          border: 2px solid #fff;
          font-weight: 550;
          font-size: 18px;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none;
          background: transparent;
          color: #fff;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-out .out-icon {
            margin-right: 15px; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer a.btn-out .out-icon img {
              width: 35px;
              height: 35px; }
        .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer .right__Block {
          position: absolute;
          right: 0;
          top: 70%;
          padding: 8px 0 8px 20px;
          max-width: 176px;
          width: 100%;
          height: 83px;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          background: url(../img/vebinarTime.png) no-repeat; }
          .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer .right__Block .vebinarInfoTime {
            text-align: center; }
            .general-page .parallax-content .parallax-window .vebinar-parallax .vebinar-footer .right__Block .vebinarInfoTime p {
              font-size: 12px;
              color: #fff; }
  .general-page .vebinar-about {
    margin: 0 auto;
    height: auto;
    text-align: center;
    background: #f9f9f9; }
  .general-page .content-body {
    text-align: left;
    margin-top: 35px; }
    .general-page .content-body p {
      font-size: 18px;
      font-weight: bold;
      line-height: 28px;
      color: #000; }
    .general-page .content-body p.no-bold {
      font-size: 16px;
      font-weight: 200; }
    .general-page .content-body ul.course-list {
      font-size: 16px;
      color: #000; }
      .general-page .content-body ul.course-list li {
        position: relative;
        padding-left: 17px;
        margin: 18px 0 0 0; }
        .general-page .content-body ul.course-list li:before {
          content: '';
          position: absolute;
          border-left: solid 8px #d96561;
          border-bottom: solid 8px transparent;
          border-top: solid 8px transparent;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
  .general-page .content-footer {
    margin-top: 20px;
    text-align: left; }
    .general-page .content-footer .special-for {
      font-size: 17px;
      color: #000; }
  .general-page .width-50 {
    width: 50%; }
  .general-page .width-90 {
    width: 90%; }
  .general-page .width-60 {
    width: 60%; }
  .general-page .flex-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .general-page .content-center {
    text-align: center;
    margin: 0 auto; }
  .general-page .vebinar-banefit {
    margin: 0 auto;
    height: auto;
    text-align: center;
    width: 100%;
    color: #fff;
    background: url(../img/vigoda.jpg) no-repeat top right #eff3f6; }
  .general-page .vebinar-mobile-display {
    display: none; }
  .general-page .transparent {
    filter: alpha(opacity=60);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(229, 229, 229, 0.93); }
  .general-page .content-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .general-page .vebinar-teacher {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    background: url(../img/norma-teacher.png) no-repeat center right #e5e5e5; }
    .general-page .vebinar-teacher .avatar-block img {
      border-radius: 50%; }
    .general-page .vebinar-teacher .avatar-block {
      display: inline-block;
      border-radius: 50%;
      max-width: 170px;
      width: 100%;
      height: 170px;
~      background: url(../img/teacher-1.png) no-repeat top center; }
    .general-page .vebinar-teacher .information-block {
      margin-left: 45px; }
      .general-page .vebinar-teacher .information-block p.teach-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #000; }
      .general-page .vebinar-teacher .information-block span.teach-info {
        font-size: 16px;
        color: #000; }
  .general-page .vebinar-questions {
    padding: 35px 0 5px;
    height: auto;
    background: #5882b8; }
    .general-page .vebinar-questions .left-block {
      margin-right: 25px; }
      .general-page .vebinar-questions .left-block img {
        max-width: 61px;
        height: auto; }
    .general-page .vebinar-questions .right-block {
      color: #fff; }
      .general-page .vebinar-questions .right-block span.headline-small {
        font-size: 18px;
        font-weight: bold; }
      .general-page .vebinar-questions .right-block p.box-info {
        margin-top: 10px;
        font-size: 16px; }
    .general-page .vebinar-questions .method-box,
    .general-page .vebinar-questions .question-box {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      margin-bottom: 35px; }
  .general-page .vebinar-price {
    text-align: center;
    height: auto;
    margin: 0 auto;
    background: url(../img/vebinar-price.jpg) no-repeat top right #e4ebf1; }
  .general-page .vebinar-entry {
    text-align: center;
    height: auto;
    margin: 0 auto;
    padding: 45px 45px;
    background: #f9f9f9; }
    .general-page .vebinar-entry .content-body {
      margin-top: 50px; }
      .general-page .vebinar-entry .content-body .title p {
        font-size: 22px; }
      .general-page .vebinar-entry .content-body .title p.no-lose {
        font-size: 17px;
        font-weight: 350; }
      .general-page .vebinar-entry .content-body button.btn-default {
        max-width: 190px;
        width: 100%;
        height: 49px;
        letter-spacing: 3px;
        margin-top: 35px;
        border: 0;
        border-radius: 30px;
        background: #79bf80;
        font-weight: bold;
        color: #fff; }
/*# sourceMappingURL=vebinar.css.map */

.order-seminar {
  padding: 0 0 40px 0;
  text-align: center;
}
.order-seminar a {
  background: #FFA500;
  color: #FFFFFF;
  padding: 15px 45px;
  border: 0;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 550;
  font-size: 18px;
}

.seminar-exist {
    /* padding: 2px; */
    text-align: center;
    /* background: #FFA500; */
    /* color: #FFFFFF; */
    border: 0;
    /* border-radius: 30px; */
    text-decoration: none;
    width: 100%;
    display: block;
}

.seminar-exist > span {
    max-width: 110px;
    width: 100%;
    text-decoration: none;
    padding: 5px;
    border-radius: 30px;
    color: #fff;
    border: 0;
    background: #ffa500;
}

.vebinar-exist {
  display: block;
  text-align: center;
  width: 100%;
}
.pay-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 95px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 2px 3px 1px #d8d8d8;
  box-shadow: 0 2px 3px 1px #d8d8d8;
  margin-top: 15px;
}
