h3 {
  margin: 40px 0 0;
}
ul {
  list-style-type: none;
  padding: 0;
}
a {
  color: #42b983;
}
.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: 50px;
  outline: none;
  position: relative;
  z-index: 3;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  border: 1px solid #999;
  border-radius: 30px;
  padding-left: 20px;
}
button[type="submit"] {
  width: 100%;
  padding: 15px;
  height: auto;
  cursor: pointer;
}
#phone.false,
input.false {
  background-image: url(../images/error-info.svg) !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: red !important;
}
input.valid {
  background-image: url(../images/valid-info.svg) !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: 10px 0;
}
.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 {
  -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: 14px;
  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: normal;
  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;
}

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;
}

#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: #42b983;
}
.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: #49c63b;
  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: 90%;
  }
  .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;
  display: flex;
  justify-content: center;
}
.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(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZD0iTS04MzgtMjIzMkg1NjJ2MzYwMEgtODM4di0zNjAweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNiAxMHYyOGwyMi0xNC0yMi0xNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
    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;
  }
}
