@font-face {
  font-family: "FuturaPTHeavy";
  src: url("/assets/fonts/FuturaPTHeavy.woff2") format("woff2");
}
html,
body {
  min-height: 100vh;
  height: 100%;
  font-family: "FuturaPTHeavy";
}
    body.bg {
        /*background-color: #4b0e79;*/
        background-image: url(/Images/layout/main_bg.png) ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

.slider .block .img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-main {
    background-color: #190670;
}

.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.color-main {
  color: #b24eff;
}

.right-shadow {
  -webkit-box-shadow: 10px 0 5px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0 5px -5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .right-shadow {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.btn-main {
    background-color: #53C3F3;
}

.right-border-purple {
  border-right: 10px solid transparent;
  -o-border-image: linear-gradient(#ad50f8 0%, #120266 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#ad50f8), to(#120266));
     border-image: linear-gradient(#ad50f8 0%, #120266 100%);
  border-image-slice: 1;
}
@media (max-width: 767px) {
  .right-border-purple {
    border-right: none;
  }
}

.text-gray {
  color: #989898;
}

.fill-white {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(102%) contrast(104%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(102%) contrast(104%);
}

.lighting-text {
  color: #fff;
  text-shadow: 0 0 10px #fff;
}

.border-bottom-main {
  border-bottom: 1px solid #b24eff;
}

.record-border {
  border-radius: 5px;
  border: 2px solid #989898;
}

.btn.cancel {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn.cancel:after {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        content: "";
        width: 100%;
        height: 100px;
        left: 55%;
        background-color: #989898;
        opacity: 0.2;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btn.cancel:hover, .btn.cancel.active {
        background-color: #b24eff;
        color: #fff !important;
        border-color: #8213e3;
        -webkit-box-shadow: 0 0.125rem 0.25rem #53C3F1;
        box-shadow: 0 0.125rem 0.25rem #53C3F1;
    }

        .btn.cancel:hover span, .btn.cancel.active span {
            position: relative;
            z-index: 2;
        }

        .btn.cancel:hover:after, .btn.cancel.active:after {
            background-color: #a93bfe;
            z-index: 0;
            opacity: 1;
        }
.btn.confirm {
  position: relative;
  overflow: hidden;
  background-color: #b24eff;
  color: #fff !important;
  border-color: #8213e3;
  -webkit-box-shadow: 0 0.125rem 0.25rem #53C3F1;
          box-shadow: 0 0.125rem 0.25rem #53C3F1;
}
.btn.confirm span {
  position: relative;
  z-index: 2;
}
.btn.confirm:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  left: 55%;
  background-color: #a93bfe;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 0;
}

.border-right-main {
  border-right: 1px solid #b24eff;
}
@media (max-width: 767px) {
  .border-right-main.no-mobile {
    border-right: none;
  }
}

.border-bottom-main {
  border-bottom: 1px solid #b24eff;
}
@media (max-width: 767px) {
  .border-bottom-main.no-mobile {
    border-bottom: none;
  }
}

.form-check-input:checked {
  background-color: #b24eff;
  border-color: #b24eff;
}

.form-check-input:focus {
  border-color: #53C3F1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem #53C3F1;
          box-shadow: 0 0 0 0.25rem #53C3F1;
}

btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem #53C3F1;
          box-shadow: 0 0 0 0.25rem #53C3F1;
}

.main-padding {
  padding-right: 1rem;
}
@media (max-width: 1024px) {
  .main-padding {
    padding-right: 0;
  }
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}

.slick-prev:before {
  background-image: url("/assets/images/icons/arrow_back.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
}

.slick-next:before {
  background-image: url("/assets/images/icons/arrow_forward.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.recorder-wrap .slick-prev {
  top: -3%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recorder-wrap .slick-prev:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.recorder-wrap .slick-next {
  top: 103%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recorder-wrap .slick-next:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .navbar {
  height: auto;
}
@media (max-width: 767px) {
  header .navbar {
    height: auto;
  }
}
header .logo {
  width: 50px;
  height: 50px;
}
header .brand-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .brand-block .navbar-brand {
  width: 165px;
  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;
}
@media (max-width: 767px) {
  header .brand-block .navbar-brand {
    margin-right: 0 !important;
    width: 100px;
  }
}
header .brand-block .brand-name {
  line-height: 0.5;
}
header .brand-block .brand-name h1 {
  font-size: 1.5rem;
}
header .brand-block .brand-name span {
  font-size: 0.65rem;
}
@media (max-width: 767px) {
  header .brand-block .brand-name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 1024px) {
  header .quick-bar {
    display: none;
  }
}
header .quick-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
}
header .quick-bar .quick-bar-item {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .quick-bar .quick-bar-item:not(:last-child) {
  border-right: 1px solid #fff;
}
header .quick-bar .quick-bar-item img {
  width: 28px;
}
header .quick-bar .quick-bar-item img.user-icon {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  header .search-warp {
    display: none;
  }
}
header .search-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .search-block input {
  padding-left: 35px;
  background: transparent;
}
header .navbar-toggler {
  display: none;
}
@media (max-width: 1024px) {
  header .navbar-toggler {
    display: block;
  }
}

.mobile-menu {
  background-color: #f9f1ff;
}
.mobile-menu img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.mobile-menu a {
  text-decoration: none;
  display: block;
  color: black;
}
.mobile-menu a {
  padding: 1rem 0;
}
.mobile-menu .mobile-sub-menu {
  display: none;
}
.mobile-menu .mobile-sub-menu a {
  padding-left: 10px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: 0;
  top: 76px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
@media (max-width: 1024px) {
  nav {
    display: none;
  }
}
nav .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 165px;
  height: auto;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #000;
}
nav .menu-item img {
  width: 40px;
  height: 40px;
}
nav .menu-item.hover:hover {
  background-color: #b24eff;
}
nav .menu-item.hover.active {
  background-color: #b24eff;
}
nav .menu-item.title {
  cursor: unset;
}
nav .menu-item span {
  color: #fff;
}

.side-menu {
  height: 100%;
  position: relative;
  z-index: 5;
}

.sub-menu {
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.sub-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sub-menu .menu-item.hover:before {
  background: #21efe1;
}
.sub-menu .menu-item.hover:hover {
  background-color: #e5fdfb;
}
.sub-menu .menu-item.active {
  background-color: #e5fdfb !important;
}
.sub-menu .menu-item.active:before {
  background: #21efe1;
}

.close-sub-btn {
  color: #b2b2b2;
  font-weight: bold;
  text-decoration: none;
}

.main-content {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-content-wrap {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}


.main-content-wrap.with-padding {
  padding: 3rem;
}
.main-content-wrap .main-link {
  margin-bottom: 1rem;
}
.main-content-wrap .main-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content-wrap .main-link img {
  width: 100%;
  height: 200px;
}

    .main-content-wrap .main-link .before {
        display: block;
    }

    .main-content-wrap .main-link .after {
        display: none;
    }

    .main-content-wrap .main-link:hover .before {
        display: none;
    }

    .main-content-wrap .main-link:hover .after {
        display: block;
    }


.sub-content-wrap {
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .sub-content-wrap {
    padding: 0;
  }
}
.sub-content-wrap .title {
  margin-bottom: 40px;
}

.video .content .block {
  background-color: #999;
  height: 200px;
  margin: 5px 1%;
  border-radius: 10px;
}

footer {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  footer {
    position: relative;
    padding-top: 1rem;
  }
}
footer .user-icon {
  width: 110px;
  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;
}
@media (max-width: 767px) {
  footer .user-icon {
    width: 80px;
  }
}
footer .user-icon img {
  width: 40px;
  height: 40px;
}
footer .copyright {
  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;
}
@media (max-width: 767px) {
  footer .copyright {
    width: 250px;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.login-form {
  width: 50%;
}
@media (max-width: 767px) {
  .login-form {
    width: 90%;
  }
}

.top-list {
  border-bottom: 1px solid #b24eff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .top-list ul {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.top-list ul li {
  border-right: 1px solid #b24eff;
  height: 60%;
  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;
}
@media (max-width: 767px) {
  .top-list ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.top-list ul li.active a {
  color: #b24eff;
}
.top-list ul li a {
  display: block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  color: #b2b2b2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .top-list ul li a {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .top-list ul li a {
    width: auto;
  }
}
.top-list ul li a:hover {
  color: #b24eff;
}

.addBlock {
  text-decoration: none;
  color: #000;
  padding: 1rem 0;
  display: inline-block;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.scenario-block {
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #989898;
  margin: 5px;
}
.scenario-block.active {
  border: 1px solid #b24eff;
  -webkit-box-shadow: 0 0.125rem 0.25rem #53C3F1;
          box-shadow: 0 0.125rem 0.25rem #53C3F1;
}
.scenario-block.active .block-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53C3F1), to(#b24eff));
  background-image: linear-gradient(to bottom, #53C3F1, #b24eff);
}
.scenario-block.active .light-block.green {
  background: green;
}
.scenario-block.active .light-block.red {
  background: #999;
}
.scenario-block .block-area {
  background-color: #999;
  border-radius: 5px;
  height: 80px;
  font-size: 1.5rem;
  color: #fff;
  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;
  text-align: center;
  line-height: 1;
}
.scenario-block .info-area {
  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;
  padding: 0 10px;
}
.scenario-block .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scenario-block .light-block {
  width: 10px;
  height: 10px;
}
.scenario-block .light-block:first-child {
  margin-right: 5px;
}
.scenario-block .light-block.green {
  background-color: #999;
}
.scenario-block .light-block.red {
  background-color: red;
}

.recorder-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recorder-wrap .row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.recorder-wrap .slider {
  padding: 3rem 0 0 0;
}
@media (max-width: 768px) {
  .recorder-wrap .slider {
    padding-bottom: 3rem;
  }
}

.recorder .slider .block {
  height: 300px;
}

.recorder-select select {
  padding: 0.2rem 1rem;
  border-radius: 50rem;
  color: #b24eff;
}

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

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

.recorder-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.layout .slider .item {
  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;
  margin-bottom: 1rem;
}

.layout-block {
  width: 70%;
}
.layout-block.active .record-border {
  border: 2px solid #b24eff;
  -webkit-box-shadow: 0 0.125rem 0.25rem #53C3F1;
          box-shadow: 0 0.125rem 0.25rem #53C3F1;
}
.layout-block.active .name {
  color: #b24eff;
}
.layout-block .img {
  height: 105px;
  margin-bottom: 0.5rem;
}
.layout-block .name {
  text-align: center;
}

.recorder-two-block .mode {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.recorder-two-block .keyword {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media (max-width: 767px) {
  .recorder-two-block .keyword {
    margin-bottom: 2rem;
  }
}
.recorder-two-block .keyword .recorder-title {
  margin-bottom: 0.5rem;
}
.recorder-two-block .keyword .keyword-input-block {
  position: relative;
}
.recorder-two-block .keyword .keyword-input-block .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.recorder-two-block .keyword .keyword-input-block .btn-block a {
  display: block;
  text-decoration: none;
  border-radius: 50%;
  background-color: #53C3F1;
}
.recorder-two-block .keyword .keyword-input-block .btn-block a img {
  -webkit-filter: invert(37%) sepia(77%) saturate(3009%) hue-rotate(251deg) brightness(103%) contrast(103%);
          filter: invert(37%) sepia(77%) saturate(3009%) hue-rotate(251deg) brightness(103%) contrast(103%);
}
.recorder-two-block .keyword .keyword-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recorder-two-block .keyword .keyword-input textarea {
  width: 460px;
  padding: 2rem;
  resize: none;
}
@media (max-width: 1600px) {
  .recorder-two-block .keyword .keyword-input textarea {
    width: 380px;
  }
}
@media (max-width: 1440px) {
  .recorder-two-block .keyword .keyword-input textarea {
    width: 340px;
  }
}
@media (max-width: 1280px) {
  .recorder-two-block .keyword .keyword-input textarea {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .recorder-two-block .keyword .keyword-input textarea {
    width: 270px;
  }
}
.recorder-two-block .keyword .keyword-input textarea:focus {
  border: 2px solid #b24eff;
  -webkit-box-shadow: 0 0.125rem 0.25rem #53C3F1;
          box-shadow: 0 0.125rem 0.25rem #53C3F1;
}
.recorder-two-block .keyword .keyword-input textarea:focus-visible {
  outline: #b24eff;
  -webkit-box-shadow: 0 0.125rem 0.25rem #53C3F1;
          box-shadow: 0 0.125rem 0.25rem #53C3F1;
}
.recorder-two-block .keyword .btn-block {
  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;
  padding-top: 1rem;
}
.recorder-two-block .keyword .btn-block.submit a {
  color: #989898;
  width: 150px;
}
.recorder-two-block .recorder-title {
  margin-bottom: 3rem;
}
.recorder-two-block .layout-block {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.slider {
  max-width: 100%;
  width: 100%;
  padding: 0.5rem 2rem;
  overflow: hidden;
}
.slider .block {
  background-color: #999;
  height: 150px;
  border-radius: 10px;
  margin: 5px;
}/*# sourceMappingURL=index.css.map */

.btn-block.dispatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 2rem 0 2rem;
}

    .btn-block.dispatch a {
        color: #989898;
        width: 100px;
    }
.slick-slide {
    height: auto;
}

.login-img {
    width: 100%;
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}