﻿@charset "utf-8";

h3 {
  margin: 40px 0 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

.close-poping {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

input:not([type="checkbox"]) {
  width: 100%;
  height: 35px;
  outline: none;
  position: relative;
  z-index: 3;
  color: black !important;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  border: 1px solid #999;
}

button[type="submit"] {
  width: 100%;
  border-radius: 4px;
  padding: 15px;
  height: auto;
  cursor: pointer;
  background-color: rgb(247 158 27 / var(--tw-bg-opacity));
  color: white;
}

#phone.false,
input.false {
  background-image: url("") !important;
  background-position: 99% 50%;
  background-repeat: no-repeat;
  border: 1px solid #cf0000;
  -webkit-transition: unset;
  transition: unset;
  background-color: #ffe3e3 !important;
}

.checkbox-wrap.false {
  color: rgb(189, 135, 135) !important;
}

input.valid {
  background-image: url("") !important;
  background-position: 99% 50%;
  background-repeat: no-repeat;
  border: 1px solid #23b100;
  background-color: #eaffe5 !important;
}

form input.false,
form input.false:focus,
form input.valid,
form input.valid:focus {
  color: #444;
}

form .input-wrap {
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.input-wrap label {
  position: absolute;
  display: none;
}

.checkbox-wrap {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: none;
}

.checkbox-wrap input,
.checkbox-wrap label {
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-wrap label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 95%;
  margin: 0;
  padding-left: 5px;
}

.input-wrap input.false:focus + label,
label.false {
  display: block;
  text-align: center;
  color: #c40000;
  font-size: 12px;
  position: absolute;
  width: 54%;
  max-width: 200px;
  z-index: 999;
  background: #fff;
  bottom: 99%;
  right: 0;
  padding: 2px;
  border-radius: 8px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-style: 400;
  font-weight: 400;
}

input.false:focus + label:after,
label.false:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #fff transparent transparent transparent;
  top: 100%;
  right: 7.1%;
  margin-left: -10px;
}

.focus-border.false,
.focus-border.valid {
  display: block;
  position: absolute;
  width: 80%;
  top: -2px;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.pop-text-wrap {
  padding: 50px 70px;
}

.focus-border {
  z-index: -1 !important;
}

.vti__dropdown.open {
  z-index: 99;
}

.arForm input {
  direction: rtl;
  text-align: center;
}

.arForm .checkbox-wrap {
  text-align: right;
  direction: rtl;
}

.arForm .vti__dropdown {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  direction: ltr;
}

.arForm input[name="phone"] {
  text-align: left;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  direction: ltr !important;
  background-position: 99% 50% !important;
}

.arForm input[name="email"] {
  direction: ltr !important;
}

.loaders {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  background-color: #06c;
}

.loaders-bg-2 {
  background-color: #fc4532;
}

.loaders-bg-3 {
  background-color: #ff29c8;
}

.loaders-bg-4 {
  background-color: #000;
}

.preloader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: rotatePreloader 2s ease-in infinite;
  animation: rotatePreloader 2s ease-in infinite;
}

button .preloader {
  width: 20px;
  height: 20px;
}

.inform {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

@-webkit-keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-1turn);
    transform: translateX(-50%) translateY(-50%) rotate(-1turn);
  }
}

@keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-1turn);
    transform: translateX(-50%) translateY(-50%) rotate(-1turn);
  }
}

.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10%;
  height: 10%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.preloader div:first-child {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: rotateCircle1 2s linear infinite;
  animation: rotateCircle1 2s linear infinite;
  z-index: 9;
}

@-webkit-keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 1;
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }

  7% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  57% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 1;
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }

  7% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  57% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

.preloader div:nth-child(2) {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  -webkit-animation: rotateCircle2 2s linear infinite;
  animation: rotateCircle2 2s linear infinite;
  z-index: 8;
}

@-webkit-keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }

  5.0001% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  12% {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }

  62% {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }

  5.0001% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  12% {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }

  62% {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

.preloader div:nth-child(3) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
  -webkit-animation: rotateCircle3 2s linear infinite;
  animation: rotateCircle3 2s linear infinite;
  z-index: 7;
}

@-webkit-keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }

  10.0002% {
    opacity: 1;
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }

  17% {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }

  67% {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }

  10.0002% {
    opacity: 1;
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }

  17% {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }

  67% {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

.preloader div:nth-child(4) {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
  -webkit-animation: rotateCircle4 2s linear infinite;
  animation: rotateCircle4 2s linear infinite;
  z-index: 6;
}

@-webkit-keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }

  15.0003% {
    opacity: 1;
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }

  22% {
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
  }

  72% {
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }

  15.0003% {
    opacity: 1;
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }

  22% {
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
  }

  72% {
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

.preloader div:nth-child(5) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
  -webkit-animation: rotateCircle5 2s linear infinite;
  animation: rotateCircle5 2s linear infinite;
  z-index: 5;
}

@-webkit-keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }

  20.0004% {
    opacity: 1;
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
  }

  27% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  77% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }

  20.0004% {
    opacity: 1;
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
  }

  27% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  77% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

.preloader div:nth-child(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation: rotateCircle6 2s linear infinite;
  animation: rotateCircle6 2s linear infinite;
  z-index: 4;
}

@-webkit-keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }

  25.0005% {
    opacity: 1;
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  32% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  82% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }

  25.0005% {
    opacity: 1;
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  32% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  82% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

.preloader div:nth-child(7) {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
  -webkit-animation: rotateCircle7 2s linear infinite;
  animation: rotateCircle7 2s linear infinite;
  z-index: 3;
}

@-webkit-keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }

  30.0006% {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  37% {
    -webkit-transform: rotate(-216deg);
    transform: rotate(-216deg);
  }

  87% {
    -webkit-transform: rotate(-216deg);
    transform: rotate(-216deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }

  30.0006% {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  37% {
    -webkit-transform: rotate(-216deg);
    transform: rotate(-216deg);
  }

  87% {
    -webkit-transform: rotate(-216deg);
    transform: rotate(-216deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

.preloader div:nth-child(8) {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
  -webkit-animation: rotateCircle8 2s linear infinite;
  animation: rotateCircle8 2s linear infinite;
  z-index: 2;
}

@-webkit-keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }

  35.0007% {
    opacity: 1;
    -webkit-transform: rotate(-216deg);
    transform: rotate(-216deg);
  }

  42% {
    -webkit-transform: rotate(-252deg);
    transform: rotate(-252deg);
  }

  92% {
    -webkit-transform: rotate(-252deg);
    transform: rotate(-252deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }

  35.0007% {
    opacity: 1;
    -webkit-transform: rotate(-216deg);
    transform: rotate(-216deg);
  }

  42% {
    -webkit-transform: rotate(-252deg);
    transform: rotate(-252deg);
  }

  92% {
    -webkit-transform: rotate(-252deg);
    transform: rotate(-252deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

.preloader div:nth-child(9) {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
  -webkit-animation: rotateCircle9 2s linear infinite;
  animation: rotateCircle9 2s linear infinite;
  z-index: 1;
}

@-webkit-keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }

  40.0008% {
    opacity: 1;
    -webkit-transform: rotate(-252deg);
    transform: rotate(-252deg);
  }

  47% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }

  97% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }

  40.0008% {
    opacity: 1;
    -webkit-transform: rotate(-252deg);
    transform: rotate(-252deg);
  }

  47% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }

  97% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

.preloader div:nth-child(10) {
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
  -webkit-animation: rotateCircle10 2s linear infinite;
  animation: rotateCircle10 2s linear infinite;
  z-index: 0;
}

@-webkit-keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }

  45.0009% {
    opacity: 1;
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }

  52% {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
  }

  102% {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }

  45.0009% {
    opacity: 1;
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }

  52% {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
  }

  102% {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
  }

  to {
    -webkit-transform: rotate(-324deg);
    transform: rotate(-324deg);
    opacity: 1;
  }
}

#app {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}

.addition a {
  color: #2c55cd;
}

.addition .cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 20px;
  background: #333;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  display: none;
  z-index: 9999;
}

.addition .cookie-bar.active {
  display: inherit;
}

.addition .cookie-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.addition #cookie-bar-link {
  font-size: 12px;
}

.addition .cookie-bar-buttons {
  text-align: center;
}

.addition #cookie-bar-btn {
  padding: 10px 20px;
  background: #3b58c6;
  border-radius: 4px;
  border: unset;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.addition .arCookies {
  direction: rtl;
}

.addition #modal-error .modal-dialog.modal-sm {
  width: 100%;
}

.addition #modal-error button.close {
  position: relative;
  z-index: 99999;
  font-size: 44px;
  right: 15px;
}

.addition .modal-open {
  overflow: scroll;
  display: block;
}

.addition .cookie-policy,
.addition .exit_popup {
  display: none;
}

.addition .cookie-policy.active {
  display: block;
}

.addition button,
.addition input {
  outline: none;
}

.addition .pops {
  cursor: pointer;
}

.addition .exit_popup {
  background: hsla(0, 0%, 100%, 0.6);
}

.addition .help-block-error {
  line-height: 1;
  margin: 0 0 11px;
  text-align: left;
  background-color: red;
  color: #fff;
}

.addition .form-container-unique .form-group .help-block.block,
.addition form .help-block {
  display: block;
}

.addition .pop-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 999;
  display: none;
}

.addition .pop-outer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.addition .pop-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.addition .pop-inner {
  height: 80%;
  position: relative;
  z-index: 101;
  background: #fff;
  max-width: 80%;
}

.addition .pop-inner__in {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0 40px;
}

.addition .pop-close,
.addition .pop-inner__in,
.addition .pop-inner__in h1 {
  color: #000;
}

.addition .pop-close {
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer;
  z-index: 5;
}

.addition .alterlink {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 14px;
}

.addition .alterlink:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .addition .cookie-bar {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .addition .cookie-bar {
    font-size: 12px;
  }

  .addition .pop-inner {
    max-width: 100%;
  }

  .addition .pop-inner__in {
    padding: 20px;
  }

  .addition .pop-inner__in svg {
    width: auto;
    height: auto;
  }

  .addition .pop-close {
    right: 20px;
  }
}

@media screen and (max-width: 425px) {
  .addition #cookie-bar-btn {
    padding: 7px 9px;
  }

  .addition .fullscreen-cookie-text {
    display: none;
  }
}

.video {
  position: relative;
}

.video-block-inner {
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 0;
}

iframe {
  width: 100%;
  margin: auto;
}

.over {
  z-index: 91;
  height: 100%;
  cursor: pointer;
}

.over,
.play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.play-btn {
  height: 87%;
  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;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .play-btn {
    opacity: 0;
    display: none;
  }
}

.play-btn:before {
  content: "";
  display: block;
  width: 26%;
  background: url("")
    no-repeat;
  height: 48%;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.play .play-btn:before {
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .video-block-inner,
  iframe {
    max-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .video-block-inner,
  iframe {
    max-height: 250px;
  }
}

@media screen and (max-width: 562px) {
  .video-block-inner,
  iframe {
    max-height: 180px;
  }
}

    #floatingButton {
      position: fixed;
      left: 0px;
      bottom: 0px;
      display: none;
      width: 100%;
      cursor: pointer;
    }

    .floatingButton {
      --tw-text-opacity: 1;
      font-family: "Encode Sans Expanded", sans-serif;
      font-size: 1.7rem;
      font-weight: 900;
      color: rgb(255 255 255 / var(--tw-text-opacity));
      background-color: rgb(247 158 27 / var(--tw-bg-opacity));
      position: relative;
      z-index: auto;
      display: block;
      width: 100%;
      padding: 5px;
      margin: 0 auto;
      transition: 0.3s;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none !important;
    }

    .floatingButton:hover {
      --tw-brightness: brightness(1.05);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }

    .vue-modal-resizer {
      display: block;
      overflow: hidden;
      position: absolute;
      width: 12px;
      height: 12px;
      right: 0;
      bottom: 0;
      z-index: 9999999;
      background: transparent;
      cursor: se-resize;
    }

    .vue-modal-resizer::after {
      display: block;
      position: absolute;
      content: '';
      background: transparent;
      left: 0;
      top: 0;
      width: 0;
      height: 0;
      border-bottom: 10px solid #ddd;
      border-left: 10px solid transparent;
    }

    .vue-modal-resizer.clicked::after {
      border-bottom: 10px solid #369be9;
    }

    .v--modal-block-scroll {
      overflow: hidden;
      width: 100vw;
    }

    .v--modal-overlay {
      position: fixed;
      box-sizing: border-box;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.2);
      z-index: 999;
      opacity: 1;
    }

    .v--modal-overlay.scrollable {
      height: 100%;
      min-height: 100vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }

    .v--modal-overlay .v--modal-background-click {
      width: 100%;
      min-height: 100%;
      height: auto;
    }

    .v--modal-overlay .v--modal-box {
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
    }

    .v--modal-overlay.scrollable .v--modal-box {
      margin-bottom: 2px;
    }

    .v--modal {
      background-color: white;
      text-align: left;
      border-radius: 3px;
      box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
      padding: 0;
    }

    .v--modal.v--modal-fullscreen {
      width: 100vw;
      height: 100vh;
      margin: 0;
      left: 0;
      top: 0;
    }

    .v--modal-top-right {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .overlay-fade-enter-active,
    .overlay-fade-leave-active {
      transition: all 0.2s;
    }

    .overlay-fade-enter,
    .overlay-fade-leave-active {
      opacity: 0;
    }

    .nice-modal-fade-enter-active,
    .nice-modal-fade-leave-active {
      transition: all 0.4s;
    }

    .nice-modal-fade-enter,
    .nice-modal-fade-leave-active {
      opacity: 0;
      transform: translateY(-20px);
    }

    .vue-dialog div {
      box-sizing: border-box;
    }

    .vue-dialog .dialog-flex {
      width: 100%;
      height: 100%;
    }

    .vue-dialog .dialog-content {
      flex: 1 0 auto;
      width: 100%;
      padding: 15px;
      font-size: 14px;
    }

    .vue-dialog .dialog-c-title {
      font-weight: 600;
      padding-bottom: 15px;
    }

    .vue-dialog .dialog-c-text {}

    .vue-dialog .vue-dialog-buttons {
      display: flex;
      flex: 0 1 auto;
      width: 100%;
      border-top: 1px solid #eee;
    }

    .vue-dialog .vue-dialog-buttons-none {
      width: 100%;
      padding-bottom: 15px;
    }

    .vue-dialog-button {
      font-size: 12px !important;
      background: transparent;
      padding: 0;
      margin: 0;
      border: 0;
      cursor: pointer;
      box-sizing: border-box;
      line-height: 40px;
      height: 40px;
      color: inherit;
      font: inherit;
      outline: none;
    }

    .vue-dialog-button:hover {
      background: rgba(0, 0, 0, 0.01);
    }

    .vue-dialog-button:active {
      background: rgba(0, 0, 0, 0.025);
    }

    .vue-dialog-button:not(:first-of-type) {
      border-left: 1px solid #eee;
    }

    .vue-tel-input {
      border-radius: 3px;
      display: flex;
      border: 1px solid #bbb;
      text-align: left
    }

    .vue-tel-input.disabled .dropdown,
    .vue-tel-input.disabled .selection,
    .vue-tel-input.disabled input {
      cursor: no-drop
    }

    .vue-tel-input:focus-within {
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
      border-color: #66afe9
    }

    .vti__dropdown {
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center;
      position: relative;
      padding: 7px;
      cursor: pointer
    }

    .vti__dropdown.show {
      max-height: 300px;
      overflow: scroll
    }

    .vti__dropdown.open {
      background-color: #f3f3f3
    }

    .vti__dropdown:hover {
      background-color: #f3f3f3
    }

    .vti__selection {
      font-size: .8em;
      display: flex;
      align-items: center
    }

    .vti__selection .vti__country-code {
      color: #666
    }

    .vti__flag {
      margin-right: 5px;
      margin-left: 5px
    }

    .vti__dropdown-list {
      z-index: 1;
      padding: 0;
      margin: 0;
      text-align: left;
      list-style: none;
      max-height: 200px;
      overflow-y: scroll;
      position: absolute;
      left: -1px;
      background-color: #fff;
      border: 1px solid #ccc;
      width: 390px
    }

    .vti__dropdown-list.below {
      top: 33px
    }

    .vti__dropdown-list.above {
      top: auto;
      bottom: 100%
    }

    .vti__dropdown-arrow {
      transform: scaleY(.5);
      display: inline-block;
      color: #666;
      margin-left: 9px
    }

    .vti__dropdown-item {
      cursor: pointer;
      padding: 4px 15px
    }

    .vti__dropdown-item.highlighted {
      background-color: #f3f3f3
    }

    .vti__dropdown-item.last-preferred {
      border-bottom: 1px solid #cacaca
    }

    .vti__dropdown-item .vti__flag {
      display: inline-block;
      margin-right: 5px
    }

    .vti__input {
      border: none;
      border-radius: 0 2px 2px 0;
      width: 100%;
      outline: 0;
      padding-left: 7px
    }

.other-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 30px;
  color: #ffffff;
  line-height: 1.6;
  background-color: #000000c0;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 16px;
}

.other-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

.other-content p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: center;
  hyphens: auto;
}

.other-content img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 40px auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.other-content img:hover {
  transform: scale(1.02);
}

@media (max-width: 992px) {
  .other-content {
    padding: 30px 40px;
  }
  .other-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .other-content {
    padding: 20px 15px;
  }
  .other-content h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .other-content p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }
  .other-content img {
    margin: 25px auto;
    border-radius: 8px;
  }
}

.other-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0.5px;
  padding-left: 15px;
  text-align: center;
  transition: border-color 0.3s ease;
}


@media (max-width: 600px) {
  .other-content h3 {
    font-size: 1.3rem;
    margin-top: 30px;
    padding-left: 10px;
    text-align: left;
  }
}

.other-content ul {
  list-style: none;
  padding-left: 10px;
  margin: 25px 0;
}

.other-content li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  transition: transform 0.2s ease;
}

.other-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}

.other-content li:hover {
  transform: translateX(5px);
  color: #ffffff;
}

@media (max-width: 600px) {
  .other-content ul {
    padding-left: 5px;
  }
  .other-content li {
    font-size: 1rem;
    padding-left: 25px;
  }
}

@media (max-width: 464px) {
  .other-content h1 {
    font-size: 1.3rem;
  }
}

@media (max-width: 360px) {
  .other-content h1 {
    font-size: 1.2rem;
  }
}

@media (max-width: 444px) {
    input,
    button[type="submit"] {
      max-width: 250px;
      margin: 0 auto;
      display: block;
    }
}

@media (max-width: 475px) {
    .payment-methods {
      margin: 0 auto;
    } 
}

  .like-trigger.is-active {
    color: rgb(28 133 251) !important;      
    border-color: rgb(28 133 251) !important; 
  }
  
  .like-trigger.is-active i {
    color: inherit !important;
  }

  a.like-trigger.active {
    color: rgb(28 133 251) !important;
    border-color: rgb(28 133 251) !important;
  }

  .form-title {
    max-width: 328px;
    text-align: center;
  }

  .iti__selected-dial-code {
    color: black !important;
  }

  .input-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }