h3 {
  margin: 40px 0px 0px;
}

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

a {
  color: rgb(56, 153, 254);
}

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

.vue-tel-input {
  direction: ltr !important;
}

input {
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}

input:not([type="checkbox"]):not([type="tel"]) {
  width: 100%;
  min-height: 30px;
  outline: none;
  position: relative;
  z-index: 3;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  border: 1px solid rgb(187, 187, 187);
}

.vti__dropdown {
  background: rgb(255, 255, 255);
}

button[type="submit"] {
  width: 100%;
  padding: 15px;
  height: auto;
  cursor: pointer;
}

#phone.false,
input.false {
  background-image: url("") !important;
  background-position: 99% 50% !important;
  background-size: 21px !important;
  background-repeat: no-repeat;
  border: 1px solid rgb(207, 0, 0);
  transition: unset;
  background-color: rgb(255, 227, 227) !important;
}

.checkbox-wrap.false {
  color: red !important;
}

input.valid {
  background-image: url("") !important;
  background-position: 99% 50% !important;
  background-size: 22px !important;
  background-repeat: no-repeat;
  border: 1px solid rgb(35, 177, 0);
  background-color: rgb(234, 255, 229) !important;
}

form input.false,
form input.false:focus,
form input.valid,
form input.valid:focus {
  color: rgb(68, 68, 68);
}

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

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

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

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

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

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

input.false:focus + label::after,
label.false::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-style: solid;
  border-image: none;
  border-color: rgb(255, 255, 255) transparent transparent;
  top: 100%;
  right: 7.1%;
  margin-left: -10px;
}

.focus-border.false,
.focus-border.valid {
  display: block;
  position: absolute;
  width: 80%;
  inset: -2px 0px;
  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 {
  -moz-box-ordinal-group: 2;
  order: 1;
  direction: ltr;
}

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

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

.loaders {
  font-size: 20px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  -moz-box-pack: center;
  justify-content: center;
  height: 100vh;
  background-color: rgb(0, 102, 204);
}

.loaders-bg-2 {
  background-color: rgb(252, 69, 50);
}

.loaders-bg-3 {
  background-color: rgb(255, 41, 200);
}

.loaders-bg-4 {
  background-color: rgb(0, 0, 0);
}

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

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

.inform {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 65%;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.preload {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.preload div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  animation: 1.2s linear 0s infinite normal none running preload;
}

.preload div:first-child {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.preload div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.preload div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.preload div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.preload div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.preload div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.preload div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.preload div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.preload div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.preload div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.preload div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.preload div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes preload {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

@keyframes preload {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

#app {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  text-align: center;
  color: rgb(44, 62, 80);
  margin-top: 60px;
}

.addition a {
  color: rgb(56, 153, 254);
}

.addition .cookie-bar {
  position: fixed;
  bottom: 10px;
  left: 10px;
  max-width: 400px;
  padding: 32px;
  background: rgb(47, 51, 55);
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: rgb(255, 255, 255);
  display: none;
  z-index: 9999;
  line-height: 1.5;
  border-radius: 4px;
  margin-right: 10px;
}

.addition .cookie-bar * {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.addition #cookie-bar-link {
  display: inline-block;
  margin-top: 5px;
}

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

.addition .cookie-bar-inner {
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-align: start;
  align-items: flex-start;
}

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

.addition .cookie-bar-buttons {
  text-align: center;
  margin-top: 15px;
}

.addition #cookie-bar-btn {
  background: rgb(56, 153, 254);
  padding: 10px 30px;
  border-radius: 5px;
  border: unset;
  color: rgb(255, 255, 255);
  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: rgba(255, 255, 255, 0.6);
}

.addition .help-block-error {
  line-height: 1;
  margin: 0px 0px 11px;
  text-align: left;
  background-color: red;
  color: rgb(255, 255, 255);
}

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

.addition .pop-outer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  z-index: 999;
  display: none;
}

.addition .pop-outer.active {
  display: flex;
}

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

.addition .pop-inner {
  height: 80%;
  position: relative;
  z-index: 101;
  background: rgb(255, 255, 255);
  max-width: 80%;
  border-radius: 4px;
}

.addition .pop-inner__in {
  box-sizing: border-box;
  overflow: hidden auto;
  max-width: 100%;
  max-height: 100%;
  padding: 20px 24px;
  line-height: 150%;
}

.addition .pop-inner__in h1 {
  margin: 20px 0px;
  font-size: 32px;
}

.addition .pop-inner__in .terms__subtitle,
.addition .pop-inner__in h2 {
  margin: 0px 0px 20px;
  font-size: 24px;
  display: block;
}

.addition .pop-inner__in p {
  margin: 0px 0px 20px;
  font-size: 16px;
}

.addition .pop-close,
.addition .pop-inner__in,
.addition .pop-inner__in h1 {
  color: rgb(0, 0, 0);
}

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

.addition .pop-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.addition .pop-close::after,
.addition .pop-close::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background: rgb(0, 0, 0);
}

.addition .pop-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.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 !important;
  }
}

@media screen and (max-width: 768px) {
  .addition .cookie-bar * {
    font-size: 12px !important;
  }
  .addition .pop-inner {
    max-width: 100%;
  }
  .addition .pop-inner__in {
    padding: 20px;
  }
  .addition .pop-inner__in h1 {
    font-size: 28px;
  }
  .addition .pop-inner__in .terms__subtitle,
  .addition .pop-inner__in h2 {
    font-size: 20px;
    margin: 0px 0px 10px;
  }
  .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: 0px;
  left: 0px;
  width: 100%;
}

.play-btn {
  height: 87%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-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("") 0% 0% / contain no-repeat;
  height: 48%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.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;
  }
}

#close-form {
  z-index: 100;
}
