@charset "UTF-8";

@keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(137, 137, 137, 13%), 0 0 0 1px rgb(137 137 137 / 13%), 0 0 0 3px rgb(137 137 137 / 13%), 0 0 0 5px rgb(137 137 137 / 13%);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(137 137 137 / 13%), 0 0 0 0 rgb(137 137 137 / 13%), 0 0 0 20px rgb(137 137 137 / 0%), 0 0 0 30px rgb(137 137 137 / 0%);
  }
}
body {
  --tooltip-bgcolor: #000;
  --tooltip-text: #fff;
  --tooltip-bgcolor-lime: #c8ff01;
  --tooltip-text-lime: #000;
}
.desktop__hide {
  display: none;
}

.align_top {
  vertical-align: top;
  align-items: flex-start;
}
rect#device_hints:hover {
  opacity: 0.25;
}
.hint_style {
  padding: 25px;
  font-size: 1rem;
}
.hint_style .hint_small {
  font-size: 0.3rem;
}
.vr_logos {
  display: inline-flex;
  width: 100%;
  flex-flow: wrap;
  padding: 25px;
  background-color: #d4d4d4;
  text-align: center;
}

/* TIPPY theme */
.tippy-box[data-theme~='default'] {
  background-color: var(--tooltip-bgcolor);
  color:var(--tooltip-text);
  margin: 0 0 25px 0;
  padding: 5px 14px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 1rem;
}
.tippy-box[data-theme~='default'] {
  background: var(--tooltip-bgcolor) !important;
  border: var(--tooltip-bgcolor) !important;
}

.tippy-box[data-theme~='default'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: var(--tooltip-bgcolor);
}
.tippy-box[data-theme~='default'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: var(--tooltip-bgcolor);
}
.tippy-box[data-theme~='default'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: var(--tooltip-bgcolor);
}
.tippy-box[data-theme~='default'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: var(--tooltip-bgcolor);
}

.tippy-box[data-theme~='lime'] {
  background-color: var(--tooltip-bgcolor-lime);
  color: var(--tooltip-text-lime);
  margin: 0 0 25px 0;
  padding: 5px 14px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
}
.tippy-box[data-theme~='lime'] {
  background: var(--tooltip-bgcolor-lime) !important;
  border: var(--tooltip-bgcolor-lime) !important;
}

.tippy-box[data-theme~='lime'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: var(--tooltip-bgcolor-lime);
}
.tippy-box[data-theme~='lime'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: var(--tooltip-bgcolor-lime);
}
.tippy-box[data-theme~='lime'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: var(--tooltip-bgcolor-lime);
}
.tippy-box[data-theme~='lime'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: var(--tooltip-bgcolor-lime);
}

.play-button {
  top: 50%;
  left: 75%;
  cursor: pointer;
  /* transform: translate(-50%, -50%); */
  border-radius: 50%;
  height: 130px;
  width: 130px;
  /* animation: pulse 2s infinite; */
  position: absolute;
  z-index: 100;
  background-color: #ff0000;
}
.play-button {
  transition: 250ms all ease-in-out;
}

.play-button:hover {
  background-color: #5634fb;
  scale: 1.2;
  
}

.mobile-wrapper {
  display: inline-block;
}
.list-nobullet {
  list-style-type: none;
  padding: 0 0;
}
.devices_clients .list-nobullet li {
  padding: 6px 0;
  font-weight: 600;
}
.text-center {
  text-align: center;
}

img.img-frbs {
  width: auto;
}
.hide {
  display: none !important;
}
.noborder {
  border: none !important;
}
.mark_thin {
  font-weight: 300;
}
.mark_bold {
  font-weight: 800;
}
.mark_red {
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 80%, #e74a4a 0%);
}
.mark_top {
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, #c8ff00 45%);
}
.mark_lime {
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, #c8ff00 45%);
}
.mark_red {
  margin: 0em -0.2em;
  padding: 0.1em 0.5em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
  to right,
  rgba(255, 1, 1, 0.3) 10%,
  rgba(255, 1, 1, 0.2),
  rgba(255, 1, 1, 0.4) 40%,
  rgba(255, 1, 1, 0.3) 80%,
  rgba(255, 1, 1, 0.1) 100%
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transform: rotate(-2deg);
  position: relative;
}
.mark_lime {
  margin: 0em -0.6em;
  padding: 0.1em 0.6em;
  border-radius: 0.7em 0.3em;
  background: transparent;
  /* background-image: linear-gradient(to right, rgb(170 112 46 / 5%) 0%, rgb(230 204 127 / 49%) 50%, rgb(166 110 46 / 6%) 100%); */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.mark_lime_grow {
  background: linear-gradient(175deg, rgb(255 255 255 / 0%) 60%, #c8ff00 45%);
}

.color_lime {
  color: #c8ff00 !important;
}
.color_red {
  color: #eb483a !important;
}
.color_green {
  color: #44AF69 !important;
}
.color_reilz {
  color: #5634fb !important;
}
.color_orange {
  color: #013384 !important;
}
.color_navy {
  color: #203966 !important;
}
.color_blue {
  color: #1f50f9 !important;
}
.color_grey {
  color: #929292 !important;
}
.color_darkgrey {
  color: #444951 !important;
}

.bg_lime {
  background-color: #c8ff00 !important;
}
.bg_red {
  background-color: #eb483a !important;
}
.bg_green {
  background-color: #44AF69 !important;
}
.bg_reilz {
  background-color: #5634fb !important;
}
.bg_orange {
  background-color: #ff8a00 !important;
}
.bg_navy {
  background-color: #203966 !important;
}
.bg_blue {
  background-color: #1f50f9 !important;
}
.bg_grey {
  background-color: #929292 !important;
}
.bg_darkgrey {
  background-color: #444951 !important;
}

.m_t_30 {
  margin-top: 30px;
}
.m_t_50 {
  margin-top: 50px;
}
.m_t_75 {
  margin-top: 75px;
}
.m_t_100 {
  margin-top: 100px;
}
.m_t_150 {
  margin-top: 150px;
}
.m_b_30 {
  margin-bottom: 30px;
}
.m_b_50 {
  margin-bottom: 50px;
}
.m_b_75 {
  margin-bottom: 75px;
}
.m_b_100 {
  margin-bottom: 100px;
}
.m_b_150 {
  margin-bottom: 150px;
}
.p_t_30 {
  padding-top: 30px;
}
.p_t_50 {
  padding-top: 50px;
}
.p_t_75 {
  padding-top: 75px;
}
.p_t_100 {
  padding-top: 100px;
}
.p_t_150 {
  padding-top: 150px;
}
.p_t_250 {
  padding-top: 250px;
}
.p_b_30 {
  padding-bottom: 30px;
}
.p_b_50 {
  padding-bottom: 50px;
}
.p_b_75 {
  padding-bottom: 75px;
}
.p_b_100 {
  padding-bottom: 100px;
}
.p_b_150 {
  padding-bottom: 150px;
}
.container-fluid {
  max-width: 1180px;
  margin: 0 auto
}
.promo .container-fluid {
    max-width: 1280px;
}
.btn {
  font-size: 20px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 44px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, .12);
  background: 0 0;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  letter-spacing: -.01em;
  font-weight: 500;
  line-height: 1;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
}

.btn:hover, .footer-demo .btn:hover {
  background: #009cde;
  color: #ffffff;
}
/* .btn:hover img {
  filter: invert(1);
} */

.footer-demo .btn {
  background: #fff
}

.footer__logo {
  height: 155px;
  margin: 0 0 20px 40px;
}
.footer__logo__zelays {
  height: 15px;
  margin: 0 0 0 40px;
}

.btn-mobile {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: flex-start;
}
.btn-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .16))), #012169;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .16) 100%), #012169;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .16) 100%), #012169;
  border: 1px solid rgba(0, 0, 0, .12);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  color: #fff
}

/* .btn-blue:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .26))), rgba(90, 56, 255, .91);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .26) 100%), rgba(90, 56, 255, .91);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .26) 100%), rgba(90, 56, 255, .91)
} */

.btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .08))), #f18f01;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #f18f01;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #f18f01;
  border: 1px solid rgba(0, 0, 0, .12);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  color: #fff
}

/* .btn-orange:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .08))), #e48501;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #e48501;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #e48501
} */

.btn-gray {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .08))), #fff;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  color: #151b26
}

/* .btn-gray:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .16))), #fff;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .16) 100%), #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .16) 100%), #fff
} */

.btn-sm {
  height: 32px;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px
}

.btn-md {
  height: 48px;
  font-weight: 600;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  letter-spacing: -.01em;
  padding-left: 20px;
  padding-right: 20px
}

.btn [class*=svg-image] {
  margin-right: 10px
}
.btn-msg {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 7px;
  height: 58px;
  border: 1px solid #e1e1e1e1;
  border-radius: 29px;
}
.promo__buttons a:nth-of-type(1):hover {
  -webkit-box-shadow: 0px 0px 87px -16px rgba(255,153,0,0.65);
  -moz-box-shadow: 0px 0px 87px -16px rgba(255,153,0,0.65);
  box-shadow: 0px 0px 87px -16px rgba(255,153,0,0.65);
}
.promo__buttons a:nth-of-type(2):hover {
  -webkit-box-shadow: 0px 0px 90px 30px rgba(158,235,106,0.3);
  -moz-box-shadow: 0px 0px 90px 30px rgba(158,235,106,0.3);
  box-shadow: 0px 0px 90px 30px rgba(158,235,106,0.3);
}
.promo__buttons a:nth-of-type(3):hover {
  -webkit-box-shadow: 0px 0px 90px 30px rgba(99,213,255,0.3);
  -moz-box-shadow: 0px 0px 90px 30px rgba(99,213,255,0.3);
  box-shadow: 0px 0px 90px 30px rgba(99,213,255,0.3);
}
.promo__buttons a:nth-of-type(4):hover {
  -webkit-box-shadow: 0px 0px 90px 30px rgba(172,120,250,0.3);
  -moz-box-shadow: 0px 0px 90px 30px rgba(172,120,250,0.3);
  box-shadow: 0px 0px 90px 30px rgba(172,120,250,0.3);
}

.btn img {
  margin-right: 10px;
  height: 25px;
}

@media (max-width:575.98px) {
  a.btn {
    font-size: 13px
  }
  .btn img {
    height: 20px;
  }
}

.label {
  background: rgba(86, 52, 251, .2);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  height: 24px;
  border-radius: 12px;
  color: #5634fb;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px
}

/*  NAV BAR NAVIGATION */

.hamburger {
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 100;
  margin: 20px;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}

.hamburger.active span {
  background: #b1b1b1;
}

.hamburger.active  {
  transform: rotate(90deg);
}

.mobile_nav {
  position: absolute;
  display: none;
  top: 84px;
  left: 0;
  right: 0;
  background-color: #333;
  color: #fff;
  padding: 20px;
  max-height: 80vh;
  transition: max-height 0.5s ease-in-out;
  opacity: 0;
}

.mobile_nav.nav_active {
  opacity: 1;
}

.mobile_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile_nav li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile_nav li:last-child {
  border-bottom: none;
}

.mobile_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

.dropdown {
  position: relative
}

.dropdown__link:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 5px;
  background: url(../images/corner.svg) 50% 50% no-repeat;
  opacity: .7;
  margin-left: 9px;
  vertical-align: 1px
}

.dropdown__box {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  margin-left: -10px;
  opacity: 0;
  pointer-events: none;
  margin-top: 5px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  z-index: 1
}

.dropdown__list {
  padding-top: 5px;
  padding-bottom: 5px
}

.dropdown__list a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap
}

@media (max-width:991.98px) {
  .dropdown__list a {
    padding: 3px 10px
  }
}

.dropdown__list a:hover {
  color: #444951;
  background: #efefef
}

.dropdown.active .dropdown__link {
  color: #444951
}

.dropdown.active .dropdown__box {
  opacity: 1;
  margin-top: 0;
  pointer-events: auto
}

.logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-right: 45px;
  color: #444951 !important;
  margin-top: -3px;
  z-index: 1001;
}

.logo img {
  display: inline-block;
  height: 80px;
}
.logo span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: 12px;
  background: #5634fb;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  margin-left: 6px;
  margin-right: 25px
}

.em {font-weight: 900;}

.promo__holder {
  position: relative;
  padding-bottom: 100px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.promo__holder__bg {
  margin: 0 0;
  position: fixed;
  /* right: -100px; */
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-image: url(/images/pics.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 130px -50px;
  pointer-events: none;
  z-index: -1;
}
.promo__holder__bg__fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255);
  opacity: 0;
  z-index: 0;
}
/* .promo__holder:after {
  content: '';
  margin: 0 0;
  position: fixed;
  right: -100px;
  width: 100vw;
  bottom: 0;
  top: 0;
  height: 100vh;
  opacity: 1;
  background-image: url(/images/pics.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
} */

.promo__latest {
  margin-top: 140px;
  margin-bottom: 33px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-align: start;
  align-items: flex-start;
}

.promo__latest .item__count {
  background: #fff;
  font-weight: 600;
  color: #a1a1a1;
  border-radius: 12px;
  font-size: 12px;
  padding: 3px 10px;
  margin-right: 10px;
  line-height: 1;
  white-space: nowrap;
  border: solid 1px #a1a1a1;
}

.promo__buttons {
  position: relative;
  z-index: 5;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}

.promo__buttons .btn, .footer-demo .btn {
  margin-right: 15px;
  vertical-align: top;
  height: 58px;
  padding: 0 40px;
}
h1 {
  --for-type-height: 75px;
}
.promo h1 div.for_type {
  display: flex;
  --for-type-height: 75px;
  position: relative;
  margin-left: 0px;
}

.btn-try {
  padding: 0 20px 0 10px !important;
}
.svg-image-livechat-dims {
  width: 28px;
  height: 28px;
}
.promo__holder__bg {
  margin: 0 0;
  position: fixed;
  /* right: -100px; */
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
  background-image: url(/images/pics.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 270px -50px;
  pointer-events: none;
  z-index: -1;
}
.promo__pics {
  visibility: hidden;
  width: 675px;
  height: 778px;
  margin: 0 0 0 0px;
}

.promo__pics-phone {
  width: inherit;
  height: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  z-index: 2;
  position: absolute
}
.type_lease {
  display: inline-flex;
  align-items: center;
  height: 75px;
}
.typing4 {
  margin-left: -35px;
}
.price_how {
  padding: 25px;
  background-color: #15bd76;
}
.promo h1 {
  font-size: var(--h1-promo);
  line-height: var(--h1-promo);
  font-weight: 100;
  margin: 50px 0 50px 0;
  color: #151b26;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.promo h1.happier {
  font-size: var(--h1-promo-happier);
  line-height: var(--h1-promo-happier);
  text-shadow: 3px 3px 10px #fff;
}
.promo h1 div.for_type.happier {
  line-height: var(--h1-promo-happier);
  height: var(--h1-promo-happier);
}

.portfolio_plus {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-size: 109px;
}
.portfolio_trial {
  font-size: 11px;
  line-height: 12px;
  position: relative;
  margin: 0 0 15px 0;
}
.promo h1 div.blaze {
  display: inline-flex;
  align-items: flex-end;
}
.promo h1 div.blaze::after {
  content: "";
  background-color: #c8ff00;
  /* background-color: #ff8a00; */
  position: absolute;
  -webkit-mask: url(/images/icon/blaze_instant.svg);
  mask: url(/images/icon/blaze_instant.svg);
  background-repeat: no-repeat no-repeat;
  background-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: inline-flex;
  -webkit-box-pack: start;
  overflow-anchor: visible;
  justify-content: flex-start;
  z-index: -1;
  width: 25%;
  height: 25%;
  top: 2%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  left: 12%;
}
.promo h1 em {
  font-weight: 900;
  font-style: normal;
}
.promo h1 div.for_type{
  position: relative;
  display: flex;
  height: var(--for-type-height);
  line-height: var(--for-type-height);
  margin-left: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
  .for_type2 {
  display: inline-flex;
  line-height: 14px;
}

.promo h1 div.typing {
  font-weight: 900;
  text-decoration: none;
  font-style: normal;
}
.typed-cursor {
  opacity: 1;
  font-weight: 100 !important;
}
.section__text {
  font-size: 30px;
  line-height: 1.4;
}
.promo .section__text {
  font-size: 17px;
  line-height: 1.6;
  color: #616161;
  font-weight: 400;
}
.promo__info.section__text {
  z-index: 10;
  display: inline-block;
  position: relative;
}

.promo .section__text.happier {
  font-size: 20px;
  margin: 20px 0 40px 0px;
  display: flex;
  gap: 25px;
}
.promo__info .circle {
  border-radius: 50%;
  width: 170px;
  color: #000;
  display: flex;
  text-align: center;
  font-size: 18px;
  height: 170px;
  background-image: linear-gradient(-34deg, rgb(144 94 38 / 87%) 0%, rgb(245, 236, 155) 50%, rgb(144 94 38 / 39%) 100%);
  align-items: center;
  justify-content: center;
  padding: 20px;
  line-height: 16px;
}

/* BROKER WRAPPER */

 /* LOGO CAROUSELL */

 .logo-carousel {
  position: fixed;
  display: flex;
  height: 100vh;
  right: 30px;
  width: 110px;
  overflow: hidden;
  z-index: 100;
}
.logo-carousel-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}

.logo-item {
  width: 100px;
  height: 60px;
  border-radius: 50%;
  /* background-color: #f0f0f0; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  /* border: 3px solid #3b82f6; */
  /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
  transition: transform 0.3s ease;
  overflow: hidden;
}

.logo-item:hover {
  transform: scale(1.05);
}
.logo-item img {
  max-width: 120%;
  max-height: 100%;
  object-fit: contain;
  filter: invert(1);
  opacity: 1;
}
.logo-item:hover img {
  filter: unset;
}

.happier:hover .head_cards  {
  opacity: 0.5;
  transform: translateX(60px) translateY(60px) rotate(40deg);
  scale: 0.75;
  z-index: 1;
}
.mark_thin_st {
  font-weight: 600;
  position: absolute;
  margin: 0 0 0 -17px;
  top: -26px;
  font-size: 26px;
}

.gotwhat div, .gotwhat img {
  text-align: center;
  margin: 0 auto;
}
.gotwhat .h3 {
  padding: 0 0 30px 0;
}

.get_miniapp {

}

.get_iconapp {
  width: 150px;
  position: relative;
  display: flex;
}

.get_name {

}

.get_qrcode {

}

.scene_main {
  display: flex;
  right: -80px;
  top: 10px;
  position: absolute;
  scale: 1;
  justify-content: center;
  align-items: flex-start;
  width: 1140px;
  height: auto;
}

#d3canvas {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

canvas {
  --m: 1;
  --width: 800px;
  --height: 800px;
}

h1.happier {
  margin: 40px 0 20px 0;
  --h1-promo-happier: 90px;
}

.promo h1 {
  --h1-promo: 95px;
}
.lesesale_lime {
  /* width: 340px; */
  /* min-width: 449px; */
  min-height: 44px;
  margin: 0 0 0 -45px;
  display: inline-flex;
  align-items: center;
}
.lesesale {
  font-size: 41px;
  /* padding: 6px 0 0 20px; */
  margin: 0;
  line-height: 0.8;
  position: absolute;
}
.blaze .lesesale {
  font-size: 41px;
  padding: 0 0 10px 20px;
  margin: 0;
  line-height: 1;
  position: relative;
}
.play-button {
  top: 40px;
  left: 545px;
  /* transform: translate(-50%, -50%); */
  height: 100px;
  width: 100px;
}

/* farsight  */

.video-link {
  text-align: center;
  flex-flow: column;
  align-items: center;
  gap: 32px;
  margin: auto;
  display: flex;
  z-index: 99;
}
.video-link:hover {
  color: #01cc83;
}
.video-link .icon {
  width: 128px;
  height: 128px;
  background: #01cc831f url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2254%22%3E%3Cpath%20d%3D%22M45%2025.27a2%202%200%200%201%200%203.46L3%2052.98a2%202%200%200%201-3-1.73V2.75a2%202%200%200%201%203-1.73l42%2024.25Z%22%2F%3E%3C%2Fsvg%3E) 55% no-repeat;
  border-radius: 50%;
  margin: 0 auto;
  transition: all .25s;
  position: relative;
}
.video-link .icon:before, .video-link .icon:after {
  content: "";
  border: 1px dashed #00000091;
  border-radius: 50%;
  transition: all .25s;
  position: absolute;
  inset: -9px;
  scale: 1;
}
.video-link .icon:after {
  border-color: #000000;
  /* inset: -18px; */
}

#device_group {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  overflow: visible;
  z-index: 1;
  transform: translateY(80px) translateX(-130px);
  scale: 1.3;
}
img#person_globe {
  width: 430px;
  position: absolute;
}
  /* .promo__holder:hover #device_group {
    opacity: 1;
    transform: rotate(2deg);
    transition: 0.3s ease-in-out 0.5s;
    z-index: 10;
    scale: 0.9;
  } */
  /* .promo__holder:hover .device_group_hints {
    width: 650px;
    top: -75px;
    right: 25px;
    opacity: 1;
    z-index: 2;
    transform: rotate(4deg);
    transition: 0.3s ease-in-out 0.5s;
  } */
  a.video_button {
    display: flex;
    position: absolute;
    z-index: 10;
    width: inherit;
    /* left: -490 px; */
}
  div#c_title {
    top: 40vh;
    right: 15%;
  }
  .svg-arrow-prop {
    position: relative;
    z-index: 2;
    left: -150px;
    top: 132px;
}
  #d3canvas canvas {
    transform: translateX(130px);
    scale: 1.3;
    position: relative;
    z-index: 0;
    opacity: 0.3;
  }
  #d3canvas img.game_result {
    display: flex;
    position: absolute;
    top: calc(100vh - 107vh);
    left: -130px;
    width: 295px;
    height: auto;
    z-index: 3;
  }
  #d3canvas img.game_baloon {
    top: calc(100vh - 90vh);
    left: -86px;
    width: 245px;
    z-index: 5;
  }
  #d3canvas img.mobdevice {
    display: flex;
    position: absolute;
    top: calc(100vh - 102vh);
    left: -40px;
    width: 800px;
    height: auto;
    z-index: 3;
  }
  #d3canvas img.mobdevice2 {
    /* background-image: url(/images/mobile_1.png); */
    background-image: url(/images/head_device.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: flex;
    position: absolute;
    top: calc(100vh - 113vh);
    left: 20px;
    width: 675px;
    height: 778px;
    z-index: 3;
  }
  
  .svg-the-tool {
    top: -8vh;
    right: -4vw;
  }

video.screen_play {
  top: 96px;
  left: 296px;
  width: 340px;
  display: flex;
  position: absolute;
  z-index: 3;
  /* border: 2px solid #00000026; */
  border-radius: 35px;
}

.head_device_profile {
  width: 1100px;
  height: auto;
  position: absolute;
  right: 115px;
  top: -35px;
  z-index: 2;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

/* .promo__holder:hover .head_device_profile {
  width: 1090px;
  height: auto;
  top: -20px;
  right: 119px;
  transform: rotate(-2deg);
  transition: 0.25s ease-in-out;
  z-index: 2;
} */

.head_cards {
  left: -60px;
  top: -10px;
  opacity: 0.85;
  width: 450px;
  height: auto;
  position: absolute;
  z-index: 1;
  transform: rotate(0deg);
  transition: 0.5s all ease-in-out;
}

.mipim-top {
  position: absolute;
  display: flex;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  text-align: center;
  bottom: 70px;
  transform: translateX(calc(100vw * 0.34));
}
.mipim-top .mipim-top-ready {
  height: 45px !important;
}
.mipim-ready {
  display: flex;
  position: relative;
  margin: 0;
  background-color: #01cc83;
  padding: 6px 12px;
  border-radius: 17px;
  color: #fff;
}
.mipim-logos {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.book_name a.color_blue {
  text-decoration-line: underline;
}
.ava-wrapper {
  position: absolute;
  top: -14px;
  left: 238px;
  z-index: 5;
  gap: 5px;
  display: flex;
}

.ava_selector {
  border-radius: 50%;
  width: 50px;
  cursor: pointer;
  transition: 250ms ease-in-out;
  border: 2px solid #ffffff4d;
}
.btn .ava_selector {
  border-radius: 50%;
  width: 40px;
  height: 40px !important;
  cursor: pointer;
  transition: 250ms ease-in-out;
  border: 2px solid #ffffff4d;
}
.ava_selector.inactive {
  display: none;
  cursor: auto;
  opacity: 0.7;
}
.ava_selector.active {
  border: 3px solid #C8FF01;
  border-collapse: revert;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;

}

.lesesale {
  display: flex;
  font-size: 42px;
  position: relative;
  flex-direction: column;
  white-space: nowrap;
  /* padding: 0 0 0 10px; */
  margin: 0;
  line-height: 0.8;
}
.lesesale_lime {
  width: 50px;
  position: absolute;
  display: inline-flex;
  min-width: 259px;
  min-height: 110px;
  top: 24px;
  z-index: -1;
  margin: 0 0 0 -85px;
}
.shine {
  display: flex;
  gap: 10px;
  font-weight: 900;
  align-items: center;
}
.shine_lime {
  /* width: 50px; */
  position: relative;
  display: inline-flex;
  /* min-width: 259px; */
  /* min-height: 110px; */
  /* top: 24px; */
  z-index: -1;
  /* margin: 0 0 0 -85px; */
}
.promo__player {
  margin-right: -75px
}

.promo__player img {
  max-width: 100%;
  border-radius: 10px;
  cursor: pointer
}
.svg-the-tool {
    display: flex;
    top: 5vh;
    right: 3vw;
    position: absolute;
    width: 177px;
    height: 177px;
    display: flex;
    -webkit-filter: drop-shadow( 26px 19px 7px rgba(0, 0, 0, .3));
    filter: drop-shadow( 26px 19px 7px rgba(0, 0, 0, 0.3));
    z-index: 5;
}
.svg-partner-bar {
    display: flex;
    left: 400px;
    top: 50px;
    position: absolute;
    z-index: 2;
    width: 72px;
    height: 274px;
  }

div#c_title {
  position: absolute;
  width: 150px;
  font-size: 18px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  margin: auto 0;
  top: calc(100vh - 55vh);
  right: 12%;
  font-weight: 800;
  text-shadow: 1px 1px #fff, 1px 0px 3px rgba(255, 255, 255, 1);
  z-index: 2;
  flex-direction: column;
}
div#c_title img {
  height: 18px;
  width: auto;
}
div#c_title:before {
  content: "sales partners in";
  font-size: 12px;
  font-weight: 500;
}
div#c_title::after {
  top: 70px;
  left: 0px;
  width: 100%;
  min-width: 72px;
  height: 273px;
  display: flex;
  position: absolute;
  z-index: 2;
  background-image: url(/images/partners_bar_vt.svg);
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#d3canvas img.game_result {
  display: flex;
  position: absolute;
  top: calc(100vh - 107vh);
  left: -130px;
  width: 295px;
  height: auto;
  z-index: 3;
}
#d3canvas img.game_baloon {
  display: flex;
  position: absolute;
  top: calc(100vh - 107vh);
  left: -130px;
  width: 295px;
  height: auto;
  z-index: 3;
}

#d3canvas img.mobdevice {
  display: flex;
  position: absolute;
  top: calc(100vh - 102vh);
  left: -40px;
  width: 800px;
  height: auto;
  z-index: 3;
}

#d3canvas img.mobdevice2 {
  /* background-image: url(/images/mobile_1.png); */
  background-image: url(/images/head_device.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: flex;
  position: absolute;
  top: calc(100vh - 113vh);
  left: 20px;
  width: 675px;
  height: 778px;
  z-index: 3;
}

/* ------------------------------------------------------- */

.video {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.16%, #f1f3f5), color-stop(87.26%, #fff));
  background: -o-linear-gradient(bottom, #f1f3f5 6.16%, #fff 87.26%);
  background: linear-gradient(360deg, #f1f3f5 6.16%, #fff 87.26%);
  padding-bottom: 72px;
  margin-bottom: 60px
}

.video .h2 {
  margin-bottom: 16px
}

.video .section__text {
  margin-bottom: 32px
}

.video__player {
  position: relative;
  margin-top: 44px
}

.video__player-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5
}

.video__player-button svg {
  width: 64px;
  height: 64px;
  fill: #fff
}

.video__player img {
  max-width: 100%;
}
.moneyback {
  display: flex;
  width: 150px;
  height: auto;
  float: left;
  top: -40px;
  right: -50px;
  position: absolute;
  /* top: 450px; */
  rotate: 15deg;
  /* margin: 0 -50px 0 -100; */
}

.solutions {
  margin-bottom: 60px
}

.solutions h2 {
  margin-bottom: 20px
}

.solutions__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px
}

.solutions .item {
  -webkit-box-flex: -webkit-calc((100% - 40px)/ 3);
  -webkit-flex: -webkit-calc((100% - 40px)/ 3) 0 0;
  -ms-flex: calc((100% - 40px)/ 3) 0 0px;
  flex: calc((100% - 40px)/ 3) 0 0;
  border-radius: 8px;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease
}

.solutions .item__title {
  font-size: 28px;
  font-weight: 700;
  padding: 29px 33px 0 33px;
  margin-bottom: 11px
}

.solutions .item__text {
  margin-bottom: auto;
  line-height: 1.38;
  font-size: 18px;
  font-weight: 500;
  padding: 0 45px 0 33px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.solutions .item__more {
  -webkit-box-flex: 50%;
  -webkit-flex: 50% 0 0;
  -ms-flex: 50% 0 0px;
  flex: 50% 0 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0 33px 30px
}

.solutions .item__more a {
  color: #fff;
  white-space: nowrap
}

.solutions .item__image {
  -webkit-box-flex: 50%;
  -webkit-flex: 50% 0 0;
  -ms-flex: 50% 0 0px;
  flex: 50% 0 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  height: 162px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.solutions .item__image img {
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 30px 0 0 30px;
  width: 160px;
  height: 160px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.solutions .item__image-holder {
  position: relative;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease
}

.solutions .item-agencies {
  background: #00cce4
}

.solutions .item-agencies:hover {
  -webkit-box-shadow: 0 0 35px #00cce4;
  box-shadow: 0 0 35px #00cce4
}

.solutions .item-developer {
  background: #15bd76
}

.solutions .item-developer:hover {
  -webkit-box-shadow: 0 0 35px #15bd76;
  box-shadow: 0 0 35px #15bd76
}

.solutions .item-individual {
  background: #f18f01
}

.solutions .item-individual:hover {
  -webkit-box-shadow: 0 0 35px #f18f01;
  box-shadow: 0 0 35px #f18f01
}

.solutions .item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}

.solutions .item:hover .item__image img {
  width: 170px;
  height: 170px
}

.solutions__new {
  border: 7px dashed rgba(187, 193, 206, .8);
  position: relative;
  border-radius: 8px;
  text-align: center;
  padding: 27px 0 33px;
  color: rgba(21, 27, 38, .6)
}

.solutions__new:before {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  background: #fff;
  border-radius: 8px
}

.solutions__new .h3 {
  position: relative;
  margin-bottom: 7px
}

.solutions__new-text {
  position: relative;
  font-size: 18px;
  line-height: 1.33em
}

.solutions .section__text {
  margin-bottom: 56px
}

.devices_partners {
  /* background: #f1f3f5; */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #c1c1c199), color-stop(70%, #dededf80));
  background: -o-linear-gradient(bottom, #c1c1c199 20%, #dededf80 70%);
  background: linear-gradient(360deg, #c1c1c199 20%, #dededf80 70%);
  /* background: linear-gradient(360deg, #dededf10 20%, #dededf80 100%); */
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.partners__image {
  /* width: auto; */
  /* height: 100%; */
  /* position: relative; */
  /* margin: 20px 0 0 -120px; */
}

.mipim__device__icon {
  display: flex;
  position: absolute;
  top: 390px;
  left: -60px;
  z-index: 1;
  width: 640px;
  opacity: 1;
}

.mipim__device {
  top: 100px;
  left: 80px;
  z-index: 2;
  position: absolute;
  scale: 1.5;
  display: flex;
}
.book_name {
  /* background: #f1f3f5; */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.16%, #f1f3f5), color-stop(87.26%, #fff));
  background: -o-linear-gradient(bottom, #f1f3f5 6.16%, #fff 87.26%);
  background: linear-gradient(360deg, #f1f3f5 6.16%, #fff 87.26%);
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.devices_clients {
  /* background: #f1f3f5; */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.16%, #f1f3f5), color-stop(87.26%, #fff));
  background: -o-linear-gradient(bottom, #f1f3f5 6.16%, #fff 87.26%);
  background: linear-gradient(360deg, #f1f3f5 6.16%, #fff 87.26%);
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.devices_clients .h2 {
  margin-bottom: 20px
}

.devices_clients .section__text {
  margin-bottom: 28px
}

.clients__image {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.clients__image img {
  max-width: 150%;
  width: 110%;
  margin: 0px 10px 50px -80px;
}
.book_name .clients__image img {
  max-width: 150%;
  width: 110%;
  margin: 0px 10px 50px 0px;
}
.list-nobullet > li {
  font-size: 24px;
}
.subline__text {
  padding-top: 25px
}

.subline__text ul li, .subline__text ol li {
  line-height: 1.5;
  font-size: 18px;
  padding-bottom: 8px;
  font-weight: 500;
}

.demo-app {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.16%, #f1f3f5), color-stop(87.26%, #fff));
  background: -o-linear-gradient(bottom, #f1f3f5 6.16%, #fff 87.26%);
  background: linear-gradient(360deg, #f1f3f5 6.16%, #fff 87.26%);
  overflow: visible;
}

.li-tick > li {
  list-style-type: none;
  margin-bottom: 0.4em;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjggMTI4Ij48Y2lyY2xlIGN4PSI2NCIgY3k9IjY0IiByPSI2NCIgZmlsbD0iIzQ0NDk1MSIgY2xhc3M9ImZpbGwtMzFhZjkxIj48L2NpcmNsZT48cGF0aCBkPSJNNTQuMyA5Ny4yIDI0LjggNjcuN2MtLjQtLjQtLjQtMSAwLTEuNGw4LjUtOC41Yy40LS40IDEtLjQgMS40IDBMNTUgNzguMWwzOC4yLTM4LjJjLjQtLjQgMS0uNCAxLjQgMGw4LjUgOC41Yy40LjQuNCAxIDAgMS40TDU1LjcgOTcuMmMtLjQuNC0xIC40LTEuNCAweiIgZmlsbD0iI2M4ZmYwMSIgY2xhc3M9ImZpbGwtZmZmZmZmIj48L3BhdGg+PC9zdmc+) no-repeat left top;
  padding: 0px 0 3px 44px;
  background-size: 30px 30px;
  margin-left: -1em;
}

.demo-app__stores {
  padding-bottom: 108px
}

.demo-app__stores .disabled {
  cursor: default;
  pointer-events: none;
  position: relative
}

.demo-app__stores .disabled>img {
  opacity: .2
}

.demo-app__stores a {
  display: inline-block;
  margin-right: 20px
}

.demo-app__stores .soon {
  position: absolute;
  left: 100%;
  bottom: 100%;
  margin-bottom: -20px
}

.demo-app .h2 {
  margin-bottom: 20px
}

.demo-app .section__text {
  margin-bottom: 28px
}

.demo-app__image {
  width: 627px;
  position: relative;
  margin: -135px 0 0 -15px;
}

.demo-app__text {
  padding-top: 77px
}

.slogan {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #ffffff90;
}

.slogan .h2 {
  margin-bottom: 16px
}

.slogan .section__text {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 32px
}

.slogan__buttons {
  display: flex;
}
.slogan__buttons a {
  margin: 0 8px;
}

.cards .item {
  display: block;
  position: relative;
  background: #f1f3f5;
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden
}
.cards .item__label {
  margin-bottom: 20px
}
.cards .item__title {
  padding: 47px 57px 0;
  margin-bottom: 11px
}
.cards .item__title h3 {
  font-size: 36px;
  line-height: 1.11em
}
.cards .item__description {
  padding-left: 57px;
  padding-right: 57px;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 96px
}
.cards .item__image {
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  position: relative;
  top: 0
}
.cards .item__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%
}
.cards .item:hover .item__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  top: -10px
}

.management {
  text-align: center;
  background: #f1f3f5;
  padding-top: 49px;
  /* margin-bottom: 48px */
}

.management .label {
  margin-bottom: 20px
}

.management .h2 {
  margin-bottom: 8px
}

.management .section__text {
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.4em;
  margin-bottom: 28px
}

.management__gallery {
  padding-top: 21px
}

.management__gallery img {
  display: block;
  max-width: 100%
}

.customers {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 84px
}

.customers .item__image__figma #content {
  width: 800px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.customers .item__image {
  padding-top: 44px
}

.customers .h2 {
  margin-bottom: 16px
}

.customers .section__text {
  margin-bottom: 32px
}
.customers ol li {
  line-height: 50px;
}
.customers li {
  text-align: left;
  padding: 0 0 0 15px;
}
.customers li::marker {
  display: flex;
  position: relative;
  color: red;
  background-color: gray;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-indent: 15px !important;
}

.footer {
  background: #444951;
  padding-top: 56px;
  color: #fff;
  padding-bottom: 35px
}

.footer .logo {
  color: #fff !important;
  margin: -1px 0 7px 3px
}
.footer .eelogo {
  height: 55px;
}

.footer-demo {
  color: #fff;
  padding-top: 79px;
  position: relative;
  background: rgba(32,57,102,1);
  background: -moz-linear-gradient(-45deg, rgba(32,57,102,1) 0%, rgba(32,57,102,1) 60%, rgba(2,11,26,1) 94%, rgba(2,11,26,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,57,102,1)), color-stop(60%, rgba(32,57,102,1)), color-stop(94%, rgba(2,11,26,1)), color-stop(100%, rgba(2,11,26,1)));
  background: -webkit-linear-gradient(-45deg, rgba(32,57,102,1) 0%, rgba(32,57,102,1) 60%, rgba(2,11,26,1) 94%, rgba(2,11,26,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(32,57,102,1) 0%, rgba(32,57,102,1) 60%, rgba(2,11,26,1) 94%, rgba(2,11,26,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(32,57,102,1) 0%, rgba(32,57,102,1) 60%, rgba(2,11,26,1) 94%, rgba(2,11,26,1) 100%);
  background: linear-gradient(135deg, rgba(32,57,102,1) 0%, rgba(32,57,102,1) 60%, rgba(2,11,26,1) 94%, rgba(2,11,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203966', endColorstr='#020b1a', GradientType=1 );
}

.footer-demo:before {
  content: '';
  position: absolute;
  right: 0;
  top: 34px;
  display: block;
  width: 656px;
  height: 563px;
  background: url(../images/footer-image.png) 11px 50% no-repeat;
  background-size: contain
}

.footer-demo .h1 {
  margin-bottom: 25px
}

.footer-demo-line {
  border-bottom: 2px solid rgba(0, 0, 0, .2);
  margin-top: 192px
}

.footer-demo .section__text {
  color: #fff;
  margin-bottom: 32px
}

.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer__menu li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px
}

.footer__menu a {
  color: rgba(255, 255, 255, .8)
}

.footer__menu a:hover {
  text-decoration: underline
}

.footer__menu .item__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px
}

.footer__description {
  padding-left: 40px;
  line-height: 24px
}

.footer__copyright {
  margin-top: 75px;
  padding-left: 40px;
  padding-right: 30px
}

.footer__passion a {
    color: #fff;
}
.footer__passion {
  text-align: right;
  line-height: 20px;
  list-style: none;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
.footer__dnb {
  height: 23px;
  width: 106px;
  margin: 0 0 -4px 8px;
  position: absolute;
  border: 1px solid #fff;
  padding: 4px;
  display: inline-flex;
}
.footer__tos {
  text-align: right
}

._slider-nav .label {
  cursor: pointer;
  outline: 0
}

._slider-nav .slick-slide {
  height: auto;
  width: auto !important;
  float: none;
  outline: 0
}

._slider-nav .slick-slide.slick-current .label {
  background: #5634fb;
  color: #fff
}

._slider-nav .slick-track {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

._slider-nav .label {
  margin: 0 10px
}

._slider .slick-arrow {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  z-index: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: .5;
  outline: 0
}

._slider .slick-arrow:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

._slider .slick-arrow:hover {
  opacity: .8
}

._slider .slick-prev {
  left: 10px
}

._slider .slick-prev:before {
  border-left: 3px solid;
  border-top: 3px solid
}

._slider .slick-next {
  right: 10px
}

._slider .slick-next:before {
  border-right: 3px solid;
  border-top: 3px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media (max-width:767.98px) {
  .hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #b1b1b1;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  .scene_main {
    right: unset;
    left: -280px;
    scale: 0.7;
    top: 120px;
}
.promo__latest {
  margin-top: 110px;
}
.promo h1.happier {
  margin: 570px 0 10px 0;
}
  .promo .section__text.happier {
    font-size: 14px;
    margin: 20px 0 40px 0px;
    gap: 14px;
  }
  .promo__info .circle {
    border-radius: 24px;
    font-size: 14px;
  }
  
  ._slider-nav .label {
    margin: 0 3px;
    font-size: 12px
  }

  ._slider .slick-arrow {
    width: 40px;
    height: 40px
  }

  ._slider .slick-arrow:before {
    width: 20px;
    height: 20px
  }

  ._slider .slick-prev {
    left: -10px
  }

  ._slider .slick-next {
    right: -10px
  }
}

.fade-out-bottom {
  -webkit-animation: fade-out-bottom-photo 1s cubic-bezier(.25, .46, .45, .94) both;
  animation: fade-out-bottom-photo 1s cubic-bezier(.25, .46, .45, .94) both
}

.fade-in-br {
  -webkit-animation: fade-in-br 2s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-br 2s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-out-bottom-photo {
  0% {
    -webkit-transform: translateY(0) rotate(20.8deg);
    transform: translateY(0) rotate(20.8deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(50px) rotate(20.8deg);
    transform: translateY(50px) rotate(20.8deg);
    opacity: 0
  }
}

@keyframes fade-out-bottom-photo {
  0% {
    -webkit-transform: translateY(0) rotate(20.8deg);
    transform: translateY(0) rotate(20.8deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(50px) rotate(20.8deg);
    transform: translateY(50px) rotate(20.8deg);
    opacity: 0
  }
}

@-webkit-keyframes fade-in-br {
  0% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-br {
  0% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1
  }
}

.privacy-notice {
  position: absolute;
  width: 550px;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  top: 0;
  margin-left: -300px;
  margin-top: 141px;
  padding-top: 50px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  pointer-events: none;
  z-index: -2
}

.privacy-notice.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3
}

.privacy-notice.touch-device {
  opacity: 1;
  position: static;
  z-index: 1;
  pointer-events: auto;
  color: #444951;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 12px;
  width: 1160px;
  max-width: -webkit-calc(100% - 24px);
  max-width: calc(100% - 24px);
  margin: 100px auto 20px;
  padding: 40px 20px
}

.privacy-notice.touch-device .privacy-notice__text {
  font-weight: 500;
  letter-spacing: normal;
  color: #73767d;
  font-size: 18px;
  line-height: 1.5;
  -webkit-box-flex: 400px;
  -webkit-flex: 400px 0 0;
  -ms-flex: 400px 0 0px;
  flex: 400px 0 0;
  padding-right: 40px
}

.privacy-notice.touch-device .privacy-notice__box {
  width: 100%
}

.privacy-notice.touch-device .privacy-notice__box:before {
  display: none
}

.privacy-notice.touch-device .privacy-notice__controls a {
  color: #444951
}

.privacy-notice.touch-device .privacy-notice__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.privacy-notice.touch-device .privacy-notice__socials {
  margin: 0;
  padding: 0 0 0 24px;
  text-align: left
}

.privacy-notice.touch-device .privacy-notice__socials .socials {
  margin: 10px 0 10px -5px
}

.privacy-notice__text {
  font-family: "Gilroy", sans-serif;
  line-height: 24px;
  font-size: 22px;
  color: #ffe000;
  width: 310px;
  margin-bottom: 16px
}

.privacy-notice__box {
  position: relative
}

.privacy-notice__box:before {
  content: '';
  display: block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 50%;
  z-index: -1;
  background: #5634fb;
  -webkit-box-shadow: 0 0 150px 150px #5634fb;
  box-shadow: 0 0 150px 150px #5634fb
}

.privacy-notice__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Gilroy", sans-serif;
  line-height: 24px;
  font-size: 17px;
  list-style: none;
  padding: 0;
  margin: 0
}

.privacy-notice__controls li:before {
  content: '→';
  margin-right: 7px;
  display: inline-block;
  vertical-align: -2px
}

.privacy-notice__controls a {
  color: #fff
}

.privacy-notice__controls a:hover {
  text-decoration: underline
}

.privacy-notice__socials {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 15px;
  margin: 15px -10px 10px;
  font-size: 15px;
  font-weight: 100;
  padding-left: 26px
}

.privacy-notice__socials .socials {
  font-size: 0;
  margin-bottom: 20px
}

.privacy-notice__socials .socials a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px
}

.privacy-notice__socials .socials .svg-image-instagram-dims {
  background: #d6249f;
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border-radius: 100%;
  overflow: hidden;
  display: block
}

.privacy-notice__content {
  width: 310px
}

.head_promo {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .08))), #44af69;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #44af69;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #44af69;
  border: 1px solid rgba(0, 0, 0, .12);
  overflow: hidden;
  color: #fff;
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 104px;
  z-index: 5;
  opacity: 1
}

.head_promo-box {
  height: 104px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto
}

.head_promo:hover {
  color: #fff
}

.head_promo .-btn {
  line-height: 32px;
  font-size: 20px;
  letter-spacing: -.01em;
  height: 48px;
  position: relative;
  z-index: 1;
  white-space: nowrap
}

.head_promo .-text {
  font-family: "Gilroy", sans-serif;
  line-height: 28px;
  font-size: 24px;
  position: relative;
  z-index: 2;
  padding: 0 0 0 30px
}

.head_promo:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background: url(../images/banner_img.png) -17px -30px no-repeat
}

.head_promo:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background: url(../images/banner_img.png) 100% 100% no-repeat
}

.head_promo .-close {
  position: absolute;
  right: 38px;
  top: 38px;
  justify-self: flex-end;
  z-index: 1;
  display: none
}

.head_promo .-close .svg-image-close-dims {
  width: 28px;
  height: 28px
}

.head_promo .-gift {
  display: inline-block;
  width: 83px;
  height: 108px;
  background: url(../images/giftbox-small.png) 50% 0 no-repeat;
  margin-bottom: -14px;
  position: relative;
  z-index: 1
}

.head_promo+.header-holder {
  height: 164px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease
}

.head_promo+.header-holder .header {
  top: 104px
}

.head_promo.deleting {
  height: 0;
  overflow: hidden;
  opacity: 0
}

.head_promo.deleting+.header-holder {
  height: 50px
}

.head_promo.deleting+.header-holder .header {
  top: 0
}

.software__label {
  position: fixed;
  left: -1px;
  top: -1px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  z-index: 10000;
}

.software__label-text {
  display: flex;
  justify-content: center;
  position: absolute;
  padding: 6px 0 0 20px;
  background-image: linear-gradient(to right, rgb(144, 94, 38) 0%, rgb(245, 236, 155) 50%, rgb(144, 94, 38) 100%);
  top: 60px;
  left: -78px;
  height: 43px;
  width: 300px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1366px) {
  h1.happier {
    margin: 50px 0 20px 0;
    --h1-promo-happier: 80px;
  }
  .software__label-text {
    padding: 6px 0 0 20px;
    top: 32px;
    left: -83px;
    height: 30px;
    width: 230px;
    font-size: 8px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
  }
}
.pricing-item__label-text2 {
  display: flex;
  justify-content: center;
  position: absolute;
  padding: 8px 0;
  background: #44af69;
  top: 48px;
  left: -80px;
  height: 28px;
  width: 295px;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.head_promo.static {
  position: relative;
  display: block;
  z-index: 0
}

.head_promo.static .-close {
  display: none
}

.pricing {
  background-color: #fff;
  padding: 90px 0
}

.pricing .h2 {
  text-align: center;
  /* color: #fff; */
  margin-bottom: 25px
}
.pricing .h3 {
  text-align: center;
  margin-bottom: 25px
}

.pricing-ps {
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-top: 12px
}

.pricing-ps a {
  color: #2fbdf8
}

.pricing-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  align-items: flex-start;
}

.pricing-items>.col-md-4 {
  position: relative
}

.pricing-items>.col-md-4:nth-child(2) {
  padding-right: 0;
  padding-left: 0;
  z-index: 3;
}
.pricing-items>.col-md-4:first-child {
  padding-right: 0;
  z-index: 2;
  margin-top: 30px;
}

.pricing-items>.col-md-4:first-child .pricing-item {
  border-right: 0
}

.pricing-items>.col-md-4:last-child {
  padding-left: 0;
  z-index: 1;
  margin-top: 30px;
}

.pricing-items>.col-md-4:first-child .pricing-item {
  border-radius: 12px 0 0 12px;
  border-left: 0;
}

.pricing-items>.col-md-4:first-child .pricing-item__footer {
  border-radius: 0 0 0 12px;
}

.pricing-items>.col-md-4:last-child .pricing-item {
  border-radius: 0 12px 12px 0;
  border-left: 0;
}

.pricing-items>.col-md-4:last-child .pricing-item__footer {
  border-radius: 0 0 12px 0
}

.pricing-popup__bg {
  /* width: -webkit-calc(100% - 500px);
  width: calc(100% - 500px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0 */
  display: flex;
  background-position: top;
  background-repeat: no-repeat;
  width: 430px;
}
.pricing-promo {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .08))), #44af69;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #44af69;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%), #44af69;
  overflow: hidden;
  color: #fff;
  display: block;
  z-index: 5;
  opacity: 1;
  border-radius: 12px;
  margin-top: 56px;
  position: relative;
  width: 100%
}
.pricing-promo:hover {
  color: #fff
}
.pricing-promo .-gift {
  display: inline-block;
  width: 83px;
  height: 108px;
  background: url(../images/giftbox-small.png) 50% 0 no-repeat;
  margin-bottom: -35px;
  position: relative;
  z-index: 1
}
.pricing-promo .-text {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px)
}

.pricing-promo .-text br {
  display: none
}
.pricing-promo .head_promo-box {
  padding: 0 200px 0 80px;
  height: 136px;
  line-height: 36px;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  z-index: 2
}
.pricing-promo:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background: url(../images/banner_img.png) 100% 100% no-repeat
}
.pricing-promo:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background: url(../images/banner_img.png) -10px -20px no-repeat;
}
.pricing-item {
  border: 1px solid rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .24);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .24);
  border-radius: 12px;
  background-color: #fff;
  position: relative
}
.comparison_link {
  border-bottom: 1px dashed #8a8a8a;
  font-weight: 900;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 20px auto;
}
.seemore {
    line-height: 1.4;
}
.pricing-item__premium {
  color: #af8649;
  border: #af8649 1px solid;
  /* background-color: #f1eee3; */
  padding: 10px 24px;
  border-radius: 24px;
  line-height: 29px;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 12px 0;
  -webkit-box-shadow: 0px 24px 39px -28px rgba(156,137,43,1);
  -moz-box-shadow: 0px 24px 39px -28px rgba(156,137,43,1);
  box-shadow: 0px 24px 39px -28px rgba(156,137,43,1);
  text-align: center;
  display: block !important;
}
.pricing-item__trial {
  color: #ffffff;
  padding: 0px 0px;
  line-height: 10px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  text-decoration: underline;
}
.pricing-item__trial:hover {
  color: #fff59d;
}
.pricing-item--f .pricing-item__name {
  /* color: #000; */
}
.pricing-item--f .pricing-item__icon svg {
  fill: #c3c3c3
}
.pricing-item--f .pricing-item__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 232, 0)), to(rgba(182, 181, 181, 0.16))), #fff;
  background: -o-linear-gradient(top, rgba(232, 232, 232, 0) 0, rgba(182, 181, 181, 0.16) 100%), #fff;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0) 0, rgba(182, 181, 181, 0.16) 100%), #fff;
}
.pricing-item--s .pricing-item__name {
  /* color: #5634fb */
}

.pricing-item--s .pricing-item__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(159, 255, 198, 0)), to(rgb(49 255 94 / 16%))), #fff;
  background: -o-linear-gradient(top, rgba(159, 255, 198, 0) 0, rgb(49 255 94 / 16%) 100%), #fff;
  background: linear-gradient(180deg, rgb(159 255 198 / 0%) 0, rgb(49 255 94 / 16%) 100%), #fff;
}
.pricing-item--s .pricing-item__icon svg {
  /* fill: #3642de */
}
.pricing-item--l .pricing-item__icon svg {
  /* fill: #c8ff00 */
}

.pricing-item--l .pricing-item__name {
  /* color: #5634fb */
}

.pricing-item--l .pricing-item__icon {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .16))), #5634fb;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .16) 100%), #5634fb;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .16) 100%), #5634fb
}

.pricing-item__inner {
  padding: 34px 40px 30px 40px;
  position: relative;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-item__inner .sup {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.3em;
}
.pricing-item__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 25px;
  border: 1px solid rgba(0, 0, 0, .12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24)
}

.pricing-item__icon svg {
  width: 42px;
  height: 42px;
  fill: #fff
}
.pricing-item__icon__inblock {
  margin: 0 20px 0 0;
  width: 50px !important;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /*
  border-radius: 50%;
  margin: 0 auto 5px;
  border: 1px solid rgba(0, 0, 0, .12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24)
  */
}
.pricing-item__icon__inblock svg {
  width: 48px;
  height: 48px;
}
#image-project > path, #image-room path, #image-admin > path, #image-person-brand1 > path {
  fill: #9a9a9a;
}
.pricing-item__name {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  padding: 0 0 20px 0;
}
.pricing-item__name span {
  color: #ff8a00
}
.pricing-item__name:first-child {
  color: darkgray;
  font-weight: 700;
}

.pricing-item__label {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 174px;
  height: 174px;
  overflow: hidden
}
.pricing-item__label__right {
  position: absolute;
  right: 30px;
  top: 15px;
  width: 50px;
  height: 50px;
}
.pricing-item__label-promo {
  font-size: 10px;
  margin-top: 120px;
  position: relative;
}
.pricing-item__label-promo::before {
  content: "*";
  color: red;
  position: absolute;
  left: -10px;
  font-size: 22px;
}
.pricing-item__label-save {
  display: flex;
  position: relative;
  padding: 8px 0;
  background: #ff0000;
  color: #fff;
  top: 0px;
  right: 0px;
  height: 60px;
  width: 60px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  box-shadow: inset 2px 2px 14px #7b0e0e;
}
.pricing-item__label-text {
  display: flex;
  justify-content: center;
  position: absolute;
  padding: 8px 0;
  background: #44af69;
  color: #fff;
  top: 30px;
  left: -50px;
  height: 28px;
  width: 190px;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pricing-item__label-text2 {
  display: flex;
  justify-content: center;
  position: absolute;
  padding: 8px 0;
  background: #44af69;
  top: 48px;
  left: -80px;
  height: 28px;
  width: 295px;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pricing-item__price {
  font-size: 40px;
  font-weight: 600;
  color: #151b26;
  display: flex;
  margin: 10px 0;
  justify-content: center;
  align-items: center;
}
.pricing-item__price::before {
  content: "€";
  padding-right: 6px;
  color: #000;
  opacity: 0.5;
  font-weight: 600;
  font-size: 18px;
  top: -6px;
  position: relative;
}
.pricing-item__price.price_addum::after {
  content: "serviced monthly";
  font-size: 13px;
  color: #000;
  opacity: 0.7;
  width: 50px;
  padding-left: 10px;
  line-height: 1.2;
}
.pricing-item__users {
  display: flex;
  margin: 10px auto;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.emoji-question {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.pricing-item__stores {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
}
.pricing-item__stores div {
  position: relative;
  padding: 0px 0px;
  display: flex;
  margin: 0px 10px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
}
.pricing-item__stores img {
  height: 40px;
}

.pricing-item__info {
  padding: 20px 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, .8))), #bbc1ce;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), #bbc1ce;
  background: linear-gradient(0deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), #bbc1ce;
  border-radius: 4px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 600;
  color: rgba(21, 27, 38, .6);
  margin-bottom: 12px
}
.pricing-item__info span {
  color: #151b26
}
.pricing-item__region {
  padding: 20px 24px;
  background: #dbf0e3;
  border-radius: 0 0 4px 4px;
  line-height: 27px;
  font-size: 21px;
  font-weight: 600;
  color: rgba(21, 27, 38, .8);
  margin: -12px 0 12px 0;
  display: none
}
.pricing-item__region a {
  color: #151b26;
  border-bottom: 1px solid #151b26
}
.pricing-item__warning {
  padding: 20px 24px;
  background: rgba(241, 143, 1, .1);
  border-radius: 4px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 600;
  color: #ee8d01;
  margin-bottom: 12px;
  display: block
}
.pricing-item__warning:hover {
  color: #ee8d01
}
.pricing-item__features {
  margin: 28px 0 0 0;
  padding: 0;
  list-style-type: none
}
.pricing-item__feature {
  margin-bottom: 16px
}
.pricing-item__warning {
    padding: 20px 24px;
    background: rgba(241,143,1,0.1);
    border-radius: 4px;
    line-height: 29px;
    font-size: 17px;
    font-weight: 600;
    color: #ee8d01;
    margin-bottom: 12px;
    display: none;
}
.pricing-item__feature:last-child {
  margin-bottom: 0
}

.pricing-item__feature__link {
  cursor: pointer;
}
.pricing-item__feature__link:hover .pricing-item__feature__text {
  color: #000
}
.questioning {
  display: inline-flex;
  font-size: 15px;
  border: 1px solid #e7e5e5;
  border-radius: 50%;
  width: 30px;
  margin: 0 5px 0 5px;
  cursor: pointer;
  height: 30px;
  justify-content: center;
}

.pricing-item__text {

}

.pricing-item__text.question-inline svg {
  height: 18px;
  width: 18px;
  position: absolute;
  margin-left: 3px;
}

.pricing-item__feature__text {

  padding-right: 0px;
  line-height: 22px;
  font-size: 15px;
  margin-bottom: 24px;
  padding-left: 30px;
  transition: all 0.3s;
}
.pricing-item__feature__text:last-child {
}

.pricing-item__feature__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 0px;
  border-radius: 50%;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}
.pricing-item__feature__icon svg {
  width: 100%;
  height: 100%
}
.pricing-item__footer {
  padding: 20px;
  border-radius: 0 0 12px 12px;
}

.pricing-item--f .pricing-item__footer {
  padding: 20px;
  border-radius: 0 0 12px 12px;
  background-color: #44af69 !important;
}
.pricing-item--l .pricing-item__footer {
  background-color: #5634fb !important;
}
.pricing-item__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .16))), #5634fb;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .16) 100%), #5634fb;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .16) 100%), #5634fb;
  border: 1px solid rgba(0, 0, 0, .12);
  color: #fff;
  width: 100%;
  text-align: center;
  height: 64px;
  font-size: 19px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24)
}
.pricing-item__btn:hover {
  /* color: #151b26 */
  color: #ffffff
}
.pricing-region {
  margin-bottom: 50px
}

.pricing-region__search {
  position: absolute;
  width: 340px;
  display: none;
  margin: -1px auto;
  left: 110px;
  right: 0
}

.pricing-region__search.active {
  display: block
}

.pricing-region__search img {
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13.5px;
  height: 13.5px;
  z-index: 3;
  cursor: text
}

.pricing-region__search input {
  border-radius: 3px 3px 0 0;
  font-size: 13px;
  color: #151b26;
  height: 36px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #f0f4f7;
  padding-left: 32px;
  position: relative;
  outline: 0
}

.pricing-region__search input::-webkit-input-placeholder {
  color: rgba(21, 27, 38, .3)
}

.pricing-region__search input::-moz-placeholder {
  color: rgba(21, 27, 38, .3)
}

.pricing-region__search input:-ms-input-placeholder {
  color: rgba(21, 27, 38, .3)
}

.pricing-region__search input::-ms-input-placeholder {
  color: rgba(21, 27, 38, .3)
}

.pricing-region__search input::placeholder {
  color: rgba(21, 27, 38, .3)
}

.pricing-region__search input:active, .pricing-region__search input:focus {
  outline: 0;
  border: 0
}
.pricing-region__text {
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pricing-region__text a {
  border-bottom: 1px dashed #c4c4c4;
  color: #fff;
  margin-left: 7px;
  cursor: pointer
}

.pricing-region__text a:hover {
  color: #c4c4c4
}

.pricing-region__text svg {
  width: 20px;
  height: 20px;
  margin-left: 15px
}

.faq {
  background-color: #012169;
  color: #fff;
  padding: 90px 0;
  text-align: center
}
.faq .h2 {
  margin-bottom: 15px
}
td.video_inside {
  vertical-align: top;
}
.faq .section__text {
  color: rgba(255, 255, 255, .8);
  font-weight: 400
}

.faq-items {
  text-align: left;
  margin-top: 80px
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding-bottom: 15px;
  margin-bottom: 15px
}

.faq-item.active .faq-item__title {
  color: #ffe082;
  font-weight: 800;
}

.faq-item:last-child {
  margin-bottom: 0
}

.faq-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 40px;
  cursor: pointer
}
.faq-item__content {
  padding-bottom: 35px;
  display: none
}
.faq-item__content__title {
  line-height: 40px;
  font-size: 28px;
  padding: 20px 0 25px
}
.faq ul, .faq ol {
    margin-top: 0px;
}
.faq-item__content__text {
  line-height: 40px;
  font-size: 22px
}

.faq-item__text {
  line-height: 1.4em;
  font-weight: 200;
  font-size: 19px;
}

.faq-item__text span {
  color: lightgreen;
  font-weight: 600;
}

.faq-item__title {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  line-height: 40px;
  font-size: 28px;
  color: #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.faq-item__arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.faq-item__arrow i {
  display: block;
  width: 22px;
  height: 13px
}

.faq-item__arrow svg {
  width: 100%;
  height: 100%
}
.pricing-switch {
  margin-bottom: 30px
}

.switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.switcher__text {
  line-height: 36px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
}
.switcher__text:last-child::before {
  content: "save 25%+";
  font-size: 70%;
  position: absolute;
  margin: -3px 0 0 100px;
  /* border: 2px dashed #bfff0482; */
  background-color: #f7f7f7;
  display: inline-flex;
  padding: 0 10px;
  border-radius: 10px;
}

.switcher__item {
  width: 64px;
  height: 28px;
  position: relative;
  margin: 0 25px
}

.switcher input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 4
}

.switcher input:checked+.switcher__block:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px)
}

.switcher__block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, .4);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.switcher__block:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgb(0 0 0 / 40%);
  border: 1px solid rgb(0 0 0 / 10%);
  top: 2px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.ui-autocomplete {
  background: #fff;
  -webkit-box-shadow: 0 9px 26px rgba(43, 60, 76, .1), 0 3px 6px rgba(43, 60, 76, .05), 0 0 2px rgba(43, 60, 76, .3);
  box-shadow: 0 9px 26px rgba(43, 60, 76, .1), 0 3px 6px rgba(43, 60, 76, .05), 0 0 2px rgba(43, 60, 76, .3);
  border-radius: 0 0 3px 3px;
  max-height: 260px;
  padding: 5px 0
}

.ui-autocomplete.active {
  display: block !important
}

.ui-autocomplete li {
  font-size: 14px;
  line-height: 16px;
  color: #151b26
}

.ui-autocomplete li .ui-menu-item-wrapper {
  padding: 10px 20px 10px 32px;
  color: #151b26;
  background-color: transparent !important;
  border-color: transparent !important
}

.ui-autocomplete li:hover .ui-menu-item-wrapper {
  color: #203966;
  font-weight: 700
}

.ui-autocomplete li.ui-autocomplete-category {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 20px 10px 32px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(21, 27, 38, .5);
  position: relative
}

.ui-autocomplete li.ui-autocomplete-category img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  outline: 0
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(134, 152, 167, .4) !important;
  border-radius: 7px;
  width: 6px !important
}

header {
  z-index: 99;
}
.header {
  padding: 10px 20px;
  -webkit-transition: -webkit-box-shadow .5s ease;
  transition: -webkit-box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
  /* background: #ffffff; */
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  left: 0
}
.header.fixed {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background-color: #012169;
}

.header a {
  font-weight: 700;
  color: #818181;
  text-decoration: none;
}
.header.fixed a {
  color: rgb(255, 255, 255);
}
.header.fixed a.btn_join {
  color: #009cde !important;
  border: 1px solid #009cde;
  padding: 5px 10px;
  border-radius: 8px;
}
.header a:hover {
  color: #6591FF;
}
.header.fixed a:hover {
  color: #6591FF;
}
.header.fixed a.btn_join:hover {
  background-color: #fff;
  color: #000;
}
.header a.btn_join:hover {
  background-color: #fff;
  border: 1px solid #009cde;
  padding: 5px 10px;
  border-radius: 8px;
  color: #6591FF !important;
}

.header a.logo {
  margin: 0px 50px 0px 10px;
  z-index: 9999;
  background-image: url(/images/logo/winnersgates-logo-o.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  width: 140px;
}
.header.fixed a.logo {
  background-image: url(/images/logo/winnersgates-logo-w.svg);
}
.header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  max-width: 1280px
}

.icon_georgia::before {
  background-image: url(/images/flags/svg/m/GE.svg);
  height: 15px;
  width: 20px;
  display: flex;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  z-index: 1010;
  margin: -17px 0 0 0;
}

.header-holder {
  /* height: 60px; */
  z-index: 1001;
  position: relative;
}

.header .nav, .header__controls {
  font-size: 1.3em;
}
.header .nav {
  margin-right: auto;
}

.header .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0
}
.nav_active {
  display: flex;
}

.header .nav__item {
  margin-right: 26px
}

.header__controls a {
  margin-left: 15px;
  display: inline-block
}

.header__controls a svg {
  float: left;
  margin: 2px 5px 0 0
}

.header__controls-demo {
  color: #5634fb !important;
}

.hidden {
  display: none !important;
}

.header__controls .hidden-sm {
  display: none
}

.header .burger {
  -webkit-box-flex: 16px;
  -webkit-flex: 16px 0 0;
  -ms-flex: 16px 0 0px;
  flex: 16px 0 0;
  margin-left: 15px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: none
}

.header .burger span {
  display: block;
  height: 2px;
  margin: 3px 0;
  background: #151b26;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease
}

.header .burger.active span:nth-of-type(2) {
  opacity: 0
}

.header .burger.active span:nth-of-type(1) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 5px
}

.header .burger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -10px
}

.live_listings {
  color: red;
  display: inline-flex;
  align-content: center;
  align-items: center;
}
.live_listings_spot {
  animation: pulse 1.5s cubic-bezier(0.1, 0, 0.6, 1) infinite;
  border-radius: 50%;
  border: 3px solid lime;
  background-color: #c8ff01;
  height: 30px;
  width: 30px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 0px;
  margin: 0 0 100px -50px;
  position: absolute;
}

/*  .MEDIA QUERIES */

@media (min-width:1900px) {
  .software__label {
    width: 120px;
    height: 120px;
  }
  .software__label-text {
    padding: 3px 0 0 20px;
    top: 37px;
    left: -98px;
    height: 30px;
    width: 270px;
    font-size: 8px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: .05em;
    box-shadow: -17px -5px 13px #00000069;
  }

}
@media (max-width:1900px) {
  .scene_main {
    display: flex;
    right: calc(100vw * 0.09 * -1);
    top: 10px;
    position: absolute;
    scale: 1;
    justify-content: center;
    align-items: flex-start;
    width: 1140px;
    height: auto;
  }
}

@media (max-width:1366px) {
  .h2, h2 {
    line-height: 1.182;
    font-size: 28px;
  }
  #device_group {
    scale: 1;
  }
  .promo h1 {
    --h1-promo: 100px;
  }
  .subline__text li {
    padding-top: 25px;
    font-size: 15px !important;
  }
  .logo img {
    display: inline-block;
    height: 60px;
  }
  .logo-carousel {
    right: 10px;
  }
  .logo-item {
    width: 70px;
    height: 40px;
  }
  .promo__holder__bg {
    background-position: 220px -50px;
  }
  .portfolio_plus {
    font-size: 102px;
    margin: 7px 0 0 0;
  }
  .btn  {
    font-size: 16px;
    white-space: nowrap;
  }
  .software__label {
    width: 120px;
    height: 120px;
  }
  .software__label-text {
    padding: 3px 0 0 20px;
    top: 37px;
    left: -98px;
    height: 30px;
    width: 270px;
    font-size: 8px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: .05em;
}
  .scene_main {
    display: flex;
    right: -240px;
    position: absolute;
    scale: 0.8;
    justify-content: center;
    align-items: flex-start;
    width: 1140px;
    height: auto;
  }
  .promo__latest {
    margin-top: 80px;
  }
  .mark_thin_st {
    margin: 0 0 0 -33px;
    top: -20px;
    font-size: 17px;
  }
  .portfolio_trial {
    font-size: 11px;
    line-height: 12px;
    position: relative;
    margin: 0 0 15px 0;
  }
}

@media (max-width:1199.98px) {
  .section__text {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width:1024px) {
  
  .software__label {
    width: 110px;
    height: 110px;
  }
  .software__label-text {
    top: 34px;
    left: -99px;
    height: 28px;
    width: 270px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .05em;
  }
  .logo-carousel {
    right: -10px;
  }
  #device_group {
    scale: 0.9;
  }
  .header a.logo {
    margin: 0px 50px 0px 50px;
  }
  .header .nav, .header__controls {
    font-size: 1.1em;
  }
  .scene_main {
    right: -370px;
    scale: 0.7;
  }
  .promo h1.happier {
    margin: 40px 0 25px 0;
    --h1-promo-happier: 70px;
  }
  .portfolio_plus {
    font-size: 100px;
    margin: 15px 0 0 0;
  }
  .mipim-top {
    bottom: 40px;
    transform: translateX(430px);
  }
  .demo-app__image {
    width: 627px;
    position: absolute;
    margin: -215px 0 0 -65px;
    scale: 0.8;
  }
  .promo .section__text.happier {
    font-size: 16px;
  }
  .promo h1 {
    --h1-promo: 70px;
  }
  .blaze .lesesale {
    font-size: 28px;
  }
  .live_listings_spot {
    display: none;
  }
  .subline__text li {
    padding-top: 0px;
    font-size: 15px !important;
  }

  .lesesale {
    display: inline;
    line-height: 0.85;
    position: relative;
    font-size: 30px;
  }
  .promo__buttons .btn, .footer-demo .btn {
    height: 55px;
    padding: 0 20px;
    font-size: 16px;
  }
  .head_cards {
    left: 10px;
    top: 30px;
    width: 400px;
  }
  #d3canvas canvas {
    transform: translateX(130px);
    scale: 1;
    opacity: 0.3;
    top: 11vh;
    right: 6vw;
  }
  div#c_title {
    font-size: 18px;
    align-items: flex-end;
    top: calc(100vh - 49vh);
    right: 18%;
  }
  .demo-app__image {
    margin: -215px 0 0 -65px;
    scale: 0.8;
  }
}

/* MAX MEDIA QUERIES */

@media (max-width:575px) {
  .h2, h2 {
    font-size: 30px;
  }
  .promo h1.happier {
    margin: 20px 0 140px 0;
    --h1-promo-happier: 70px;
  }
  .h2>.mark_red {
    position: relative;
    white-space: nowrap;
}
  .demo-app__stores {
    text-align: center
  }
  .demo-app__stores a {
    margin: 0 5px
  }
  .management .section__text {
    padding-left: 0;
    padding-right: 0
  }
  .footer {
    padding-left: 0
  }
  .footer__description {
    padding-left: 0
  }
  .footer__passion {
    padding-left: 12px
  }
  .footer__logo-holder {
    margin-left: 0;
    max-width: none;
    width: auto
  }
  .footer__copyright {
    margin-left: -12px;
    padding-left: 0
  }
  .promo h1 div.blaze {
    display: flex;
  }
  .promo__holder__bg {
    opacity: 0.5;
    background-position: -421px 0px;
  }
  #d3canvas canvas {
    --m: 0.9;
    top: -50px;
    right: -30px;
  }
  #d3canvas img.game_result {
    display: flex;
    position: absolute;
    top: calc(100vh - 107vh);
    left: -130px;
    width: 295px;
    height: auto;
    z-index: 3;
  }
  #d3canvas img.mobdevice {
    display: flex;
    position: absolute;
    top: calc(100vh - 102vh);
    left: -40px;
    width: 800px;
    height: auto;
    z-index: 3;
  }
  #d3canvas img.mobdevice2 {
    /* background-image: url(/images/mobile_1.png); */
    background-image: url(/images/head_device.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: flex;
    position: absolute;
    top: calc(100vh - 113vh);
    left: 20px;
    width: 675px;
    height: 778px;
    z-index: 3;
  }
  .svg-investor-bar {
    left: 215px;
    width: 60px;
    top: -97px;
  }
  .promo .section__text {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
    color: unset;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .promo .section__text.happier {
    font-size: 26px;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .promo__latest span:first-child {
    margin-bottom: 20px;
  }
  .promo__pics {
    width: 380px;
    height: 778px;
  }
  .promo__buttons {
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  .promo__buttons .btn {
    margin: 20px auto;
    width: 100%;
  }
  .devices_clients .container-fluid > .row {
    flex-wrap: wrap-reverse;
  }
  .switcher__text {
    font-size: 18px;
  }
  .switcher__text:last-child::before {
    font-size: 70%;
    position: absolute;
    margin: -20px 0px 0px 40px;
    padding: 0 11px;
    z-index: -1;
    line-height: 2;
  }
  .pricing-switch {
    margin-bottom: 0px;
  }
  .switcher__item {
    margin: 0 5px;
  }
  .head_promo-box {
    padding-left: 5px;
    padding-right: 5px
  }
  .head_promo:before {
    background-size: auto 120px
  }
  .head_promo:after {
    background-size: auto 104px;
    width: 150px
  }
  .head_promo .-close {
    right: 10px
  }
  .head_promo .-text {
    font-size: 14px;
    line-height: 18px
  }
  .head_promo .-gift {
    width: 60px;
    background-size: contain;
    bottom: -40px;
    left: -10px
  }
  .header {
    padding-left: 10px;
    padding-right: 10px
  }
  .header .logo {
    font-size: 0;
    margin-right: 0;
    position: relative;
    z-index: 6
  }
  .header .logo span {
    display: none
  }
  .header__controls {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 6
  }
  .header__controls a {
    margin-left: 10px
  }
  .header__controls .hidden-xs {
    display: none
  }
  .header__controls .hidden-sm {
    display: inline-block;
    font-size: 0
  }
  .pricing-ps {
    font-size: 16px;
    line-height: 22px
  }
  .pricing-popup__bg {
    display: none
  }
  .pricing-promo .-text {
    font-size: 14px;
    line-height: 18px
  }
  .pricing-promo .head_promo-box {
    padding: 0 60px
  }
  .pricing-promo:after {
    background-size: auto 104px;
    width: 150px
  }
  .pricing-promo:before {
    background-size: auto 120px
  }
  .pricing-item__info {
    font-size: 16px;
    line-height: 22px
  }
  .pricing-item__inner {
    font-size: 14px;
  }
  .pricing-item__stores img {
    height: 35px;
  }
  .pricing-item__region {
    font-size: 16px;
    line-height: 22px
  }
  .pricing-item__warning {
    font-size: 16px;
    line-height: 22px
  }
  .pricing-item__feature__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
  }
  .pricing-item__feature__icon {
    margin-left: 0
  }
  .pricing-region__search {
    width: 100%;
    max-width: 300px;
    left: 0
  }
}

@media (max-width:430px) {
  .mobile__hide {
    display: none;
  }
  .mobile__show {
    display: flex;
  }  
  .header__controls {
    display: flex;
    align-items: center;
  }
  .header a.logo {
    margin: 0px 20px 0px 70px;
    position: relative;
  }
  .header .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    gap: 15px;
    font-size: 35px;
    position: absolute;
  }
  .header .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    gap: 15px;
    font-size: 35px;
    position: relative;
  }
  .logo-carousel {
    right: -40px;
    opacity: 0.3;
  }
  .scene_main {
    right: unset;
    left: -280px;
    scale: 0.7;
    top: 120px;
  }
  .head_cards {
    left: 80px;
    top: 120px;
    width: 340px;
  }
  .mipim-top {
    top: 390px;
    transform: translateX(-80px);
    scale: 0.5;
  }
  .promo__latest {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .promo h1.happier {
    margin: 550px 0 10px 0;
    --h1-promo-happier: 47px;
  }
  .promo h1 {
    margin: 50px 0 0px 0;
  }
  .portfolio_plus {
    font-size: 60px;
    margin: 5px 0 0 0;
  }
  
  .mark_thin_st {
    margin: 0 0 0 -20px;
    top: -13px;
    font-size: 13px;
  }
  .promo__holder__bg {
    opacity: 0;
    background-position: -421px 0px;
  }
  .portfolio_trial {
    font-size: 10px;
    line-height: 10px;
    margin: 0 0 8px 0;
  }
  .lesesale {
    line-height: 0.85;
    font-size: 22px;
  }
  .ava-wrapper {
    position: relative;
    top: 10px;
    left: unset;
    gap: 5px;
  }
  .promo .section__text.happier {
    font-size: 16px;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .promo h1 {
    --h1-promo: 50px;
  }
  .blaze .lesesale {
    font-size: 21px;
    line-height: 0.9em;
  }
  #d3canvas {
    height: 80vh;
  }
  #device_group {
    transform: translateY(-80px) translateX(-90px);
    scale: 0.8;
  }
  .demo-app__text {
    padding-top: 0;
    text-align: center;
  }
  div#c_title {
    font-size: 14px;
    top: calc(100vh - 54vh);
    right: 16%;
  }
  .svg-arrow-prop {
    left: -140px;
    top: 112px;
  }
  .demo-app__image {
    margin: -60px 0 0 -130px;
    scale: 0.8;
    position: absolute;
  }
  .demo-app .promo__buttons {
    margin-top: 380px;
  }
  .mipim-logos {
    width: 100%;
    height: auto;
    margin: 30px 0;
  }
  .slogan__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  .footer-demo:before {
    right: -180px;
    top: 244px;
    scale: 0.5;
  }
  .footer__logo__zelays {
    height: 15px;
    margin: 0;
  }
}

@media (width:390px) {
}

@media (max-width:360px) {

}

@media (max-width:320px) {

}

/* .end of MEDIA QUERIES */

/*  FORMS */

.form__holder {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  height: -webkit-fill-available;
}

.form__holder:after {
  content: '';
  background: #151b26;
  opacity: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.form__holder.active {
  pointer-events: auto;
  z-index: 1005;
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .form__holder .active, .form__box {
      overflow-y: scroll !important;
      overflow: -moz-scrollbars-vertical;
      height: auto !important;
      display: block;
    }
}
.form__holder.active:after {
  opacity: .3
}

.form__holder.active .form {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

.form__close {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  z-index: 1010;
  margin: 10px -530px 0 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0
}

.form__close svg {
  width: 100%;
  height: 100%
}

.form__holder.active .form__close {
  opacity: 1;
  /* margin-right: 25px */
}

.form__box {
  position: relative;
  -webkit-box-flex: 550px;
  -webkit-flex: 550px 0 0;
  -ms-flex: 550px 0 0px;
  flex: 550px 0 0;
  overflow-y: scroll;
  z-index: inherit;
}

.form {
  background: #e6e6e6 url(../images/form-bg.png) 100% 100% no-repeat;
  color: #fff;
  z-index: 10;
  padding: 40px 48px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  min-height: 100% !important;
  /* overflow:scroll !important;
  -webkit-overflow-scrolling:touch !important; */
}
.form__line {
  margin-bottom: 46px
}

.form__title {
  line-height: 1.158em;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 45px
}

.form .radio {
  letter-spacing: -.01em;
  color: rgba(255, 255, 255, .7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 33.33%;
  -webkit-flex: 33.33% 0 0;
  -ms-flex: 33.33% 0 0px;
  flex: 33.33% 0 0;
  font-size: 20px;
  cursor: pointer;
  position: relative
}

.form .radio__label {
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 10px
}

.form .radio__holder {
  background: rgba(0, 0, 0, .1);
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 45px
}

.form .radio input {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden
}

.form .radio input:checked~.radio_indicator {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0
}

.form .radio input:checked~.radio__title {
  color: #151b26;
  position: relative;
  z-index: 2;
  font-weight: 500
}

.form .input {
  border: none;
  border-bottom: 1px solid #fff;
  background: 0 0;
  font-size: 20px;
  padding: 15px 0;
  outline: 0;
  display: block;
  width: 100%;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}

.form .input__placeholder {
  position: relative
}

.form .input__placeholder-text {
  font-size: 20px;
  color: rgba(255, 255, 255, .4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  pointer-events: none
}

.form .input__placeholder-text.requared:after {
  content: '*';
  font-size: .85em;
  display: inline-block;
  margin-left: 5px
}

.form .input__placeholder.active .input__placeholder-text {
  bottom: 60px;
  top: auto;
  font-size: 14px;
  color: rgba(255, 255, 255, .8)
}

.form select {
  color: #151b26
}

.form select option {
  color: #151b26
}

.form .btn {
  background: #fff;
  margin-top: -14px
}

.form .btn:hover {
  background: #efefef
}

.form .consent {
  position: relative;
  line-height: 1.3;
  color: rgba(255, 255, 255, .8);
  padding-left: 30px
}

.form .consent .checkbox {
  position: absolute;
  left: 0;
  top: 1px
}

.form .consent__text {
  display: none
}

.form .consent__text a {
  text-decoration: underline
}

.form .consent__text a:hover {
  text-decoration: none
}

.form .consent__more {
  margin: 10px 0
}

.form .consent__more a {
  border-bottom: 1px dotted
}

.form .consent a {
  color: rgba(255, 255, 255, .9)
}

.form .consent a:hover {
  color: #fff
}

@media (max-width:575.98px) {
  .form {
    padding: 60px 30px 20px 20px;
    background-image: none;
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .form .hbspt-form {
    width: 90% !important;
}

  .form__box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .form__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
  }

  .form__close {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 0
  }

  .form__holder.active .form__close {
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 100%;
    background: #fff
  }

  .form .radio {
    font-size: 18px
  }

  .form .radio__holder {
    height: 40px;
    margin-bottom: 20px
  }

  .form__line {
    margin-bottom: 30px
  }

  .form .input__placeholder.active .input__placeholder-text {
    bottom: 45px
  }

  .form .consent {
    font-size: 14px
  }

  .form .btn {
    width: 280px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.popup-special {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  padding: 40px;
  overflow: auto
}

.popup-special:after {
  content: '';
  background: #151b26;
  opacity: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.popup-special.active {
  pointer-events: auto;
  z-index: 100;
  opacity: 1
}

.popup-special.active:after {
  opacity: .3
}

.popup-special--subscribe {
  color: #fff
}

.popup-special--subscribe .popup-special__box {
  background-color: #5634fb
}

.popup-special--subscribe .popup-subscribe__subtitle {
  line-height: 24px;
  font-size: 18px;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 8px
}

.popup-special--subscribe .popup-subscribe__title {
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 12px
}

.popup-special--subscribe .popup-subscribe__text {
  line-height: 24px;
  font-size: 18px;
  color: rgba(255, 255, 255, .7)
}

@media (max-width:767.98px) {
  .popup-special--subscribe .popup-subscribe__form {
    margin-top: 30px
  }
}

.popup-special--subscribe .popup-subscribe__form__text {
  line-height: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, .8)
}

.popup-special--subscribe .popup-subscribe__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:575.98px) {
  .popup-special--subscribe .popup-subscribe__box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.popup-special--subscribe .popup-subscribe__box .field-text {
  background: 0 0;
  border: 0;
  border-bottom: 2px solid #fff;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  margin-right: 30px;
  outline: 0;
  width: -webkit-calc(100% - 165px);
  width: calc(100% - 165px)
}

@media (max-width:575.98px) {
  .popup-special--subscribe .popup-subscribe__box .field-text {
    width: 100%;
    margin: 0 0 20px 0
  }
}

.popup-special--subscribe .popup-subscribe__box .field-text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .7)
}

.popup-special--subscribe .popup-subscribe__box .field-text::-moz-placeholder {
  color: rgba(255, 255, 255, .7)
}

.popup-special--subscribe .popup-subscribe__box .field-text:-ms-input-placeholder {
  color: rgba(255, 255, 255, .7)
}

.popup-special--subscribe .popup-subscribe__box .field-text::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7)
}

.popup-special--subscribe .popup-subscribe__box .field-text::placeholder {
  color: rgba(255, 255, 255, .7)
}

.popup-special--subscribe .popup-subscribe__submit {
  line-height: 32px;
  font-size: 18px;
  background: #fff;
  color: #151b26;
  width: 135px
}

@media (max-width:575.98px) {
  .popup-special--subscribe .popup-subscribe__submit {
    width: 100%
  }
}

.popup-special .form__close {
  margin: 0;
  position: absolute;
  z-index: 3;
  opacity: 1;
  right: -70px;
  top: 0
}

.popup-special__box {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .16);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .16);
  border-radius: 12px;
  background: #fff;
  width: 960px;
  max-width: 100%;
  padding: 64px 80px 50px;
  margin-top: auto;
  margin-bottom: auto
}

.popup-special__inner {
  display: flex;
}

@media (max-width:1199.98px) {
  .popup-special__inner {
    max-width: 50%
  }
}

@media (max-width:575.98px) {
  .popup-special__inner {
    max-width: 100%
  }
}

.popup-special .h2 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  line-height: 1.182em;
  font-size: 36px;
  color: #444951;
  /* width: 540px; */
  /* max-width: 100%; */
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  padding: 0 50px 0 0;
}

.popup-special .section__text {
  /* width: 540px; */
  /* max-width: 80%; */
  margin-bottom: 47px;
  margin: 40px 0 0 0;
  font-size: 20px;
  line-height: 140%;
}

.popup-special__buttons {
  margin-bottom: 140px
}

.popup-special__buttons .btn__decline {
  color: #73767d;
  font-weight: 500;
  margin-left: 16px
}

.popup-special__notice {
  line-height: 12px;
  font-size: 10px;
  color: #73767d;
  width: 403px;
  max-width: 80%
}

.popup-special .user-image {
  -webkit-transform: rotate(20.8deg);
  -ms-transform: rotate(20.8deg);
  transform: rotate(20.8deg);
  width: 400px;
  margin: 0 -81px -186px 0
}

.popup-special .user-image img {
  max-width: 100%;
  opacity: 1;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0)
}

.popup-special .user-image.loading img {
  opacity: 0;
  -webkit-transform: translateY(20px) translateX(20px);
  -ms-transform: translateY(20px) translateX(20px);
  transform: translateY(20px) translateX(20px)
}

.popup-special .user-image__holder {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: -1;
  border-radius: 12px
}

.popup-special .user-image__gift {
  position: absolute;
  opacity: 0;
  right: -40px;
  bottom: -50px
}

.popup-special .user-image__gift img {
  max-width: 100%
}

.popup-special .user-image__gift.loading {
  opacity: 0;
  right: -50px;
  bottom: -50px
}

.popup-special .user-image__magic {
  position: absolute;
  right: 32%;
  width: 213px;
  bottom: 19%;
  margin-right: 0;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  opacity: 1
}

.popup-special .user-image__magic img {
  max-width: 100%;
  display: block
}

.popup-special .user-image__magic.loading {
  opacity: 0;
  margin-right: 20px
}

@media (max-width:1199.98px) {
  .popup-special .form__close {
    right: 20px;
    top: 20px
  }

  .popup-special__box {
    padding: 40px
  }

  .popup-special .user-image {
    margin: 0 -46px -140px 0;
    width: 300px
  }

  .popup-special__notice {
    max-width: 60%
  }
}

@media (max-width:991.98px) {
  .popup-special .user-image__gift {
    width: 45%;
    right: -20px;
    bottom: -30px
  }
}

@media (max-width:767.98px) {
  .popup-special {
    padding: 20px
  }

  .popup-special .h2 {
    font-size: 36px
  }

  .popup-special__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px
  }

  .popup-special__buttons .btn {
    margin: 0
  }

  .popup-special__buttons .btn:nth-child(2) {
    margin-top: 20px
  }

  .popup-special .section__text {
    max-width: -webkit-calc(100% - 200px);
    max-width: calc(100% - 200px)
  }

  .popup-special__box {
    padding: 20px
  }

  .popup-special__notice {
    max-width: -webkit-calc(100% - 280px);
    max-width: calc(100% - 280px)
  }

  .popup-special .user-image__gift {
    width: 50%
  }

  .popup-special .user-image__magic {
    right: 35%;
    width: 120px;
    bottom: 45%
  }
}

@media (max-width:575.98px) {
  .popup-special {
    padding: 10px
  }

  .popup-special__box {
    padding: 10px
  }

  .popup-special .h2 {
    font-size: 24px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
  }

  .popup-special .form__close {
    left: auto;
    top: 10px;
    right: 10px
  }

  .popup-special .section__text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px
  }

  .popup-special__buttons {
    margin-left: auto;
    margin-right: auto
  }

  .popup-special .user-image {
    width: 150px;
    opacity: .7;
    margin: 0 -22px -64px 0
  }

  .popup-special .user-image__magic {
    right: 130px;
    width: 100px;
    bottom: 60px
  }

  .popup-special__notice {
    max-width: -webkit-calc(100% - 150px);
    max-width: calc(100% - 150px)
  }
}

.popup-special--pricing.variant2 .pricing-popup__bg {
  left: 0;
  right: inherit;
  background-position: left bottom
}

.popup-special--pricing.variant2 .popup-special__inner {
  margin: 0 0 0 auto
}

.popup-special--pricing.variant3 .popup-special__box {
  /* width: 580px */
}

.popup-special--pricing.variant3 .popup-special__inner {
  width: 100%;
  max-width: 100%
}

.popup-special--pricing.variant3 .pricing-popup__bg {
  display: none
}

.popup-special--pricing .popup-special__buttons {
  margin: 96px 0 0 0
}

@media (max-width:991.98px) {
  .popup-special--pricing .popup-special__buttons {
    margin: 50px 0 0 0;
    width: 100%
  }
}

@media (max-width:575.98px) {
  .popup-special--pricing .popup-special__buttons {
    margin: 30px auto 0
  }
}

.popup-special--pricing .btn {
  line-height: 20px
}

@media (max-width:991.98px) {
  .popup-special--pricing .section__text {
    max-width: 100%;
    margin-bottom: 25px
  }
}

@media (max-width:575.98px) {
  .popup-special--pricing .section__text {
    margin-bottom: 15px
  }
}

#offer:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 200%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/images/tmp/red_light.png) center no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-animation: rotateLight 30s infinite linear;
  animation: rotateLight 30s infinite linear;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s
}

#offer.active:after {
  opacity: 1
}

@-webkit-keyframes rotateLight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotateLight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.article-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px 0
}

.article-hero__inner {
  padding: 48px 0 112px
}

@media (max-width:575.98px) {
  .article-hero__inner {
    padding: 30px 0 60px
  }
}

.article-container {
  max-width: 774px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto
}

.article__back {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px
}

.article__back:hover {
  background-color: transparent;
  border-color: #fff
}

.article__back i {
  width: 16px;
  height: 11px;
  display: block;
  margin-right: 8px
}

.article__back svg {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top
}

.article__back span {
  color: #fff;
  font-size: 16px
}

.article__date {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px
}

.article__title {
  color: #fff
}

.article__subtitle {
  line-height: 52px;
  font-size: 36px;
  color: #151b26;
  margin-bottom: 24px
}

@media (max-width:575.98px) {
  .article__subtitle {
    font-size: 24px;
    line-height: 36px
  }
}

.article__video {
  height: 400px;
  width: 100%
}

@media (max-width:575.98px) {
  .article__video {
    height: 300px
  }
}

.article-block {
  margin-bottom: 56px
}

@media (max-width:575.98px) {
  .article-block {
    margin-bottom: 40px
  }
}

.article-img {
  border-radius: 4px;
  margin-bottom: 25px;
  overflow: hidden;
  display: block
}

.article-img img {
  vertical-align: top
}

.article-img__text {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  max-width: 490px;
  margin: 0 auto
}

.article-gallery__img {
  border-radius: 4px;
  margin-bottom: 25px;
  overflow: hidden;
  display: block
}

.article-gallery__img img {
  vertical-align: top
}

.article-gallery__text {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  max-width: 490px;
  margin: 0 auto
}

.article-gallery__arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.article-gallery__arrow.slick-disabled {
  background-color: rgba(0, 0, 0, .2);
  cursor: default
}

.article-gallery__arrow--prev {
  left: -64px
}

.article-gallery__arrow--next {
  right: -64px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.article-gallery__arrow svg {
  width: 7px;
  height: 12px
}

.article__slogan {
  margin-bottom: 56px;
  line-height: 40px;
  font-size: 32px;
  text-align: center;
  color: #5634fb;
  font-weight: 600
}

@media (max-width:575.98px) {
  .article__slogan {
    font-size: 24px;
    line-height: 32px
  }
}

.article-content {
  padding: 56px 0
}

.article-content:after {
  content: '';
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, .8))), #151b26;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), #151b26;
  background: linear-gradient(0deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), #151b26
}

.article-content p {
  line-height: 32px;
  font-size: 20px;
  margin: 0 0 25px 0
}

.article-content p:last-child {
  margin-bottom: 0
}

@media (max-width:575.98px) {
  .article-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0
  }
}

.article-content ol {
  list-style-type: none;
  padding-left: 96px;
  margin: 0 0 25px 0
}

@media (max-width:575.98px) {
  .article-content ol {
    padding-left: 40px
  }
}

.article-content ol:last-child {
  margin-bottom: 0
}

.article-content ol li {
  position: relative;
  line-height: 32px;
  font-size: 20px;
  counter-increment: item;
  margin-bottom: 24px
}

@media (max-width:575.98px) {
  .article-content ol li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
  }
}

.article-content ol li:last-child {
  margin-bottom: 0
}

.article-content ol li:before {
  content: counter(item) ".";
  line-height: 32px;
  font-size: 20px;
  color: #5634fb;
  position: absolute;
  top: 0;
  width: 80px;
  left: -96px;
  text-align: right
}

@media (max-width:575.98px) {
  .article-content ol li:before {
    left: -40px;
    width: 30px;
    font-size: 16px;
    line-height: 24px
  }
}

@media (max-width:991.98px) {
  .article-items {
    margin-bottom: -24px
  }

  .article-items .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.article-item {
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 12px;
  overflow: hidden
}

@media (max-width:991.98px) {
  .article-item {
    margin-bottom: 24px
  }
}

.article-item__img {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width:575.98px) {
  .article-item__img {
    height: 250px
  }
}

.article-item__content {
  padding: 24px 32px
}

@media (max-width:575.98px) {
  .article-item__content {
    padding: 20px
  }
}

.article-item__title {
  line-height: 32px;
  font-size: 24px;
  color: #151b26;
  margin-bottom: 8px
}

@media (max-width:575.98px) {
  .article-item__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px
  }
}

.article-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 48px
}

@media (max-width:575.98px) {
  .article-item p {
    margin-bottom: 25px
  }
}

.article-item__link {
  line-height: 20px;
  font-size: 16px;
  color: #151b26;
  font-weight: 700
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}
