@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@keyframes onHoverAnimation {
  0% {
    width: 120px;
  }
  100% {
    width: auto;
  }
}
@keyframes onHoverAnimationSpan {
  0% {
    width: 1px;
    opacity: 0;
  }
  100% {
    width: calc(100% - 110px);
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    stroke: transparent;
    stroke-width: 0;
  }
  50% {
    stroke: #ffbe00;
    stroke-width: 3px;
  }
  100% {
    stroke: transparent;
    stroke-width: 0px;
  }
}
.d-flex {
  display: flex;
}
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #18151E 11.98%, #3B2357 100%);
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
}
body .back {
  z-index: 5;
  text-decoration: none;
  top: 15px;
  right: 15px;
  position: absolute;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  filter: drop-shadow(1px 1px 3px rgba(231, 76, 10, 0.3));
  text-shadow: 1px 1px 3px rgba(231, 76, 10, 0.3);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
body .text_btn {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.85);
  filter: drop-shadow(1px 1px 3px rgba(231, 76, 10, 0.3));
  text-shadow: 1px 1px 3px rgba(231, 76, 10, 0.3);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
body .logo_wd {
  z-index: 5;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
body .logo_wd img {
  position: relative;
}
body .svg {
  position: absolute;
  z-index: 2;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
body .svg .text {
  font-size: 30px;
  fill: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px 3px rgba(231, 76, 10, 0.3);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
body .svg .text-shadow {
  font-size: 30px;
  fill: #000000;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  filter: url(#shadow);
}
body .svg .tooltips {
  transition: all 300ms linear;
}
body .svg .no_events {
  pointer-events: none;
}
body .svg .hover {
  transition: all 300ms linear;
  opacity: 0;
}
body .svg .action {
  animation-name: flash;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-iteration-count: 10;
}
body .svg .play {
  cursor: pointer;
  fill: #6600FB;
  animation-delay: 1s;
  animation-duration: 2s;
}
body .svg .play:hover {
  animation: none;
}
body .svg .play:hover .hover {
  opacity: 1;
}
body .svg .phone {
  animation-delay: 2s;
  animation-duration: 2s;
  display: block;
  cursor: pointer;
  fill: #6600FB;
}
body .svg .phone:hover {
  animation: none;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
}
body .svg .phone:hover .hover {
  opacity: 1;
}
body .svg .people {
  animation-delay: 3s;
  animation-duration: 2s;
  cursor: pointer;
  fill: #6600FB;
}
body .svg .people:hover {
  animation: none;
}
body .svg .people:hover .hover {
  opacity: 1;
  stroke-width: 0;
}
body .svg .microphone {
  animation-delay: 1.5s;
  animation-duration: 3s;
  cursor: pointer;
}
body .svg .microphone:hover {
  animation: none;
}
body .svg .microphone:hover .events {
  filter: url(#filter15_d_0_9);
}
body .svg .microphone:hover .hover {
  opacity: 1;
}
body .svg .music {
  cursor: pointer;
  animation-delay: 2.5s;
  animation-duration: 0.75s;
}
body .svg .music:hover {
  animation: none;
}
body .svg .music:hover .events {
  stroke: #FFF;
  filter: drop-shadow(1px 1px 10px #fff);
}
body .svg .music:hover .hover {
  opacity: 1;
  stroke-width: 0;
}
body .fullscreen {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 15;
}
body .fullscreen svg {
  width: 75px;
  height: 75px;
  fill: #FFF;
  transition: all 0.3s linear;
}
body .fullscreen .off {
  display: none;
}
body .fullscreen.active .on {
  display: none;
}
body .fullscreen.active .off {
  display: block;
}
body .fullscreen:hover svg {
  fill: #ffbe00;
}
body .btn-block {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}
body .btn-block .block {
  display: flex;
  width: 320px;
  height: 105px;
  margin: auto;
}
body .btn-block .btn {
  border-radius: 25px;
  text-decoration: none;
  min-width: 120px;
  display: flex;
  transition: width 0.75s ease-in;
  background: linear-gradient(90deg, #e74c0a 0%, #ffbf08 100%);
  box-shadow: 0px 33px 37px rgba(168, 62, 17, 0.35);
  filter: drop-shadow(4px 38px 62px rgba(0, 0, 0, 0.5));
  border-radius: 27px;
  border: none;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
body .btn-block .btn:before,
body .btn-block .btn:after {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #FFBF08;
  display: none;
}
body .btn-block .btn:after {
  content: "";
  width: 50%;
  position: absolute;
  left: 50%;
  background-color: #E74C0A;
}
body .btn-block .btn span {
  opacity: 0;
  display: block;
  width: 0;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px 3px rgba(231, 76, 10, 0.3);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 25px;
  text-align: center;
  margin: auto 0;
  max-width: calc(100% - 110px);
}
body .btn-block .btn svg {
  margin: auto;
  display: block;
  position: relative;
  width: 72px;
}
body .btn-block .btn:hover {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  box-shadow: none;
  filter: none;
  animation: onHoverAnimation 0.5s linear forwards;
}
body .btn-block .btn:hover span {
  animation: onHoverAnimationSpan 1.5s linear forwards;
}
body .btn-block .btn.active span {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px 3px rgba(231, 76, 10, 0.3);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 27px;
  text-align: center;
  margin: auto;
  width: calc(100% - 110px);
}
body .modal {
  display: none;
  position: absolute;
  z-index: 10;
  left: -200%;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, #18151E 11.98%, #3B2357 100%);
  transition: left 0.5s ease-in;
}
body .modal.show {
  left: 0;
  display: flex;
}
body .modal .close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -50px;
  top: 0;
  z-index: 15;
}
body .modal .modal-dialog {
  max-width: 1304px;
  margin: auto;
  height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body .modal .modal-dialog .video {
  background: linear-gradient(90deg, #ffbf08 0%, #e74c0a 100%);
  box-shadow: 0px 3px 37px rgba(168, 62, 17, 0.35);
  height: calc(100% - 135px);
  display: flex;
}
body .modal .modal-dialog .modal-header h3 {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px 3px rgba(231, 76, 10, 0.3);
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
body .modal .modal-dialog .modal-body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
body .modal.modal-form .modal-dialog {
  padding: 20px;
  max-width: 560px;
  margin: auto;
  height: 80%;
  width: 80%;
}
body .modal.modal_alert .modal-body {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px 3px rgba(231, 76, 10, 0.3);
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 37px;
  text-transform: uppercase;
}
.modal_alert h3{
   opacity: 0;
}
body .form__group {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  filter: drop-shadow(1px 1px 3px rgba(231, 76, 10, 0.3));
  text-shadow: 1px 1px 3px rgba(231, 76, 10, 0.3);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
body .form__group .form__caption {
  margin-bottom: 10px;
}
body .form__group .select2-container .select2-selection--single {
  height: auto;
  padding: 10px 15px;
}
body .form__group .form__field {
  padding: 10px 15px;
  width: 100%;
  border-radius: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
body .form__group .form__field[type="checkbox"] {
  display: none;
}
body .form__group .form__field[type="checkbox"] + label {
  position: relative;
  display: flex;
  cursor: pointer;
}
body .form__group .form__field[type="checkbox"] + label:before {
  position: relative;
  content: "";
  background-color: #FFF;
  border-radius: 10px;
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 15px;
}
body .form__group .form__field[type="checkbox"] + label:after {
  transition: all 0.3s linear;
  position: absolute;
  content: "";
  background-color: #3B2357;
  border-radius: 10px;
  display: block;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  z-index: 2;
}
body .form__group .form__field[type="checkbox"]:checked {
  position: relative;
}
body .form__group .form__field[type="checkbox"]:checked + label {
  position: relative;
}
body .form__group .form__field[type="checkbox"]:checked + label:after {
  background-color: #e74c0a;
}
body .form__group.error .form__caption {
  color: #ff0000;
}
body .form__group.error .form__field {
  border-color: #ff0000;
  color: #ff0000;
}
body .form__group .form__btn {
  color: rgba(255, 255, 255, 0.85);
  border: none;
  padding: 10px 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  margin: auto;
  background: linear-gradient(90deg, #ffbf08 0%, #e74c0a 100%);
  transition: all 0.3s linear;
  cursor: pointer;
  text-shadow: 1px 2px 1px rgba(24, 21, 30, 0.5);
  box-shadow: 0px 3px 37px rgba(168, 62, 17, 0.35);
}
body .form__group .form__btn:hover {
  background: linear-gradient(90deg, #e74c0a 0%, #ffbf08 100%);
  box-shadow: 0px 3px 37px rgba(168, 62, 17, 0.75);
}
