@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;700;900&display=swap");
.how-it-works-active {
  color: white;
  padding: 10px;
  background-color: #EF645A;
  font-weight: normal !important;
}

.installations-counter {
  opacity: 0;
  padding-left: 2px;
  transition: opacity 0.5s;
}

.how-it-works-active:focus {
  color: white;
}

@media (max-width: 800px) {
  .header-menu {
    display: none !important;
  }
}
.wh-fb-icon {
  background-image: url("/img/ic_fbmessenger_white.svg");
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.wh-color-gray {
  background-color: #666666;
}

.wh-color-red {
  background-color: #E74339;
}

.wh-color-orange {
  background-color: #FF6550;
}

.wh-color-green {
  background-color: #A8CE50;
}

.wh-color-blue {
  background-color: #129BF4;
}

.wh-color-purple {
  background-color: #932C8B;
}

.wh-color-pink {
  background-color: #FF318E;
}

.wh-color-black {
  background-color: #000000;
}

.stay-in-touch-img {
  margin-left: 70px;
}

@media (max-width: 950px) {
  .stay-in-touch-img {
    margin-left: 0;
  }
}
.div-wh-img-wrapper {
  padding-left: 95px;
}

@media (max-width: 991px) {
  .div-wh-img-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }
  .div-wh-img-wrapper img {
    display: inline;
  }
}
.div-wh-img-wrapper.wh-support {
  padding-left: 85px;
}

.div-wh-img-wrapper.wh-widget {
  padding-left: 85px;
}

#overview .item-icon.wh-icon {
  width: 75px;
  height: 75px;
  padding-top: 20px;
  margin: 0 0;
  border-radius: 50%;
  border: 0;
  background-color: #EF645A;
  padding-left: 19px;
}

#feature .item-icon.wh-icon {
  width: 75px;
  height: 75px;
  padding-top: 13px;
  margin: 0 0;
  border-radius: 50%;
  border: 0;
  background-color: #EF645A;
  padding-left: 2px;
}

#overview .item-icon.wh-icon.wh-icon2 {
  padding-top: 19px;
  padding-left: 17px;
}

#overview .item-icon.wh-icon.wh-icon3 {
  padding-top: 19px;
  padding-left: 20px;
}

.color-square {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .wh-icon {
    float: left;
    margin-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .wh-icon-feature {
    float: left;
    margin-right: 15px !important;
  }
  .wh-icon-feature + h3 {
    padding-top: 40px !important;
  }
  .wh-features .wh-icon-feature:first-child {
    margin-top: 10px !important;
  }
  .wh-features .wh-icon-feature:first-child + h3 {
    padding-top: 10px !important;
  }
}
#header a.wh-menu-sigup {
  border: solid 1px white;
  color: white;
  opacity: 0.75;
}
#header a.wh-menu-sigup:hover {
  opacity: 1;
}

#fscCanvas img {
  max-width: 150px;
}

.preview-alert {
  color: red;
  font-size: 12px;
  max-width: 345px;
  margin-top: 6px;
  display: none;
}
.preview-alert.show-alert {
  display: block;
}

.flag-icon {
  width: 20px;
  margin: 0 9px 2px 0;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
}

#lang-name .flag-icon {
  display: none;
}

.loader {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
}
.loader.show-alert {
  display: block;
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #3498db;
}
.loader:before {
  z-index: 100;
  animation: spin 1s infinite;
}
.loader:after {
  border: 5px solid #ccc;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wh-customise-widget .col-sm-8, .wh-customise-widget .col-sm-4, .wh-customise-widget .col-md-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
.lang-select button {
  color: #fff !important;
  background: #3498db !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 21px;
  font-weight: 500;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.lang-select button img {
  margin-right: 5px;
  width: 18px;
  display: unset;
}
.lang-select button:focus {
  outline: none !important;
  background: #3498db;
  color: #fff;
}
.lang-select button:hover {
  background: #3498db;
  color: #fff;
}

@media (min-width: 471px) {
  .lang-select {
    position: relative;
    top: -67px;
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
    padding-left: 8px;
  }
  .lang-select .lbl-sm {
    display: none;
  }
}
@media (max-width: 471px) {
  .hdr-widget-example {
    width: 302px !important;
  }
  .hdr-widget-example div.wh-widget-message-block-text {
    width: 190px !important;
  }
  #wh-customise-widget-example-wrapper {
    top: 26px !important;
    margin: 0px 5px 0px !important;
    width: 275px !important;
  }
  #wh-customise-widget-example-wrapper div.wh-widget-message-block div.wh-widget-message-block-text {
    width: 168px !important;
  }
  .lang-select {
    float: right;
    top: -65px;
    margin-right: -20px;
  }
  .lang-select ul {
    min-width: 90px;
  }
  .lang-select button {
    font-size: 17px;
  }
  .lang-select .lbl-full {
    display: none;
  }
  .wh-widget-page-header {
    overflow: hidden;
  }
  .preview-form {
    margin-top: 50px;
    padding: 17px 35px 25px;
  }
  .preview-url {
    width: 100% !important;
  }
}
#promo-widget-content iframe {
  width: 345px !important;
  height: 500px !important;
  border: none;
  right: 0;
  bottom: 0;
  position: absolute;
}

@media (max-width: 386px) {
  .lang-select button img {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #promo-widget-content iframe {
    width: 145px !important;
    height: 300px !important;
    border: none;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}
.page-header-links {
  text-align: right;
}
.page-header-links > a {
  position: relative;
  top: -65px;
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .page-header-links > a {
    display: none;
  }
}
.hdr-widget-example {
  float: right;
  margin-top: 143px;
  margin-right: 30px;
  padding: 0;
  border: 0;
  z-index: 1;
  width: 343px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.hdr-widget-example a.wh-widget-activator {
  float: right;
  right: 1px;
  display: block;
  height: 52px;
  width: 52px;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
  top: 17px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: #fff;
}
.hdr-widget-example a.wh-widget-activator i.wh-icon-whatshelp {
  font-size: 30px;
  text-align: center;
  line-height: 52px;
  display: block;
  background: #ff6551;
  color: white;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-text-container {
  text-align: left;
  padding: 14px 16px;
  line-height: 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  word-wrap: break-word;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-text {
  min-height: 56px;
  width: 236px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  float: right;
  position: relative;
  cursor: pointer;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-text:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  border: 5px solid transparent;
  border-right: 5px solid #e2e2e2;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-text:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -9px;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-main {
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.17);
  border: 1px solid #e2e2e2;
  position: relative;
  min-height: 149px;
  border-radius: 10px;
  background-color: white;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-main .wh-messengers {
  margin-bottom: 0;
  line-height: 10px;
  text-align: left;
  padding-bottom: 26px;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-main .wh-messengers img {
  margin-left: 83px;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-main .wh-widget-close {
  float: right;
  padding: 7px 9px 3px 5px;
  line-height: 10px;
  cursor: not-allowed;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-main .wh-widget-close svg {
  fill: #a3a3a3;
  width: 15px;
  height: 15px;
}
.hdr-widget-example div.wh-widget-message-block .wh-widget-message-block-show {
  min-height: 58px;
  display: block;
  border-radius: 4px 4px 0 0;
  cursor: default;
  color: black;
  padding: 27px 23px 20px 18px;
}
.hdr-widget-example div.wh-widget-message-block div.wh-widget-message-block-photo {
  height: 50px;
  width: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  float: left;
}

@media (max-width: 991px) {
  .hdr-widget-example {
    margin-top: 36px;
    margin-right: -21px;
    margin-bottom: 20px;
  }
}
.help-tip {
  position: absolute;
  top: 1px;
  right: -22px;
  text-align: center;
  background-color: #7b7b7b;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 17px;
  cursor: default;
}

.help-tip:hover,
#help-tip:hover .help-tip {
  cursor: pointer;
  background-color: #ccc;
}

.help-tip:before {
  content: "?";
  font-weight: 700;
  color: #fff;
}

.help-tip p {
  visibility: hidden;
  text-align: left;
  background-color: #ffffff;
  padding: 10px;
  width: fit-content;
  min-width: 265px;
  border: 1px solid #ccc;
  position: absolute;
  border-radius: 4px;
  right: -8px;
  top: 26px;
  z-index: 1000;
  color: #0d2338;
  font-size: 14px;
  line-height: normal;
  transition: all 0.5s ease;
}

.help-tip:hover p,
#help-tip:hover p {
  cursor: default;
  visibility: visible;
}

.help-tip p:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
  top: -6px;
  display: block;
  background: #ffffff;
  transform: rotate(45deg);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.help-tip p:after {
  width: 100%;
  height: 40px;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
}

@media (max-width: 330px) {
  .help-tip {
    display: none;
  }
}
.form-clear-btn {
  position: absolute;
  top: 0;
  right: -30px;
  cursor: pointer;
  font-size: 1.7rem;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .form-clear-btn {
    right: 1px;
    top: 2px;
    height: calc(100% - 4px);
    border-radius: 3px;
    background: #fff;
  }
}
input[type=range] {
  margin-top: 4px;
  margin-bottom: 20px;
  appearance: none;
  border-radius: 20px;
  background-color: #ededed;
  height: 9px;
  width: 120px;
}

input[type=range]::-webkit-slider-thumb {
  border: 3px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #0075ff;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=color] {
  border-radius: 0;
  -webkit-appearance: none;
}

.btn-shift-input {
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(204, 204, 204, 0.2588235294);
  padding: 7px 5px;
  border-radius: 6px 0 0 6px;
  border-right: 1px solid #ccc;
  min-width: 28px;
  text-align: center;
  color: #959595;
}

.wh-widget-page-header .logo-horizontal {
  position: absolute;
  top: -75px;
  z-index: 100;
}
.wh-widget-page-header .logo-horizontal img {
  width: 170px;
}
.wh-widget-page-header .logo-horizontal .beta {
  position: absolute;
  top: -3px;
  left: 140px;
  padding: 1px 3px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 12px;
}
.wh-widget-page-header .header-menu .scroll {
  position: absolute;
  top: -55px;
  text-align: right;
  width: 100%;
}
.wh-widget-page-header .header-menu .scroll a {
  color: rgba(255, 255, 255, 0.75);
  margin-right: 20px;
}
.wh-widget-page-header .header-menu .scroll a:last-child {
  margin-right: 0;
}
.wh-widget-page-header .main_title {
  margin-top: 140px;
}
.wh-widget-page-header .img-responsive {
  margin-left: auto;
  margin-top: 110px;
}

.wh-customise-widget {
  margin-bottom: 0;
}
.wh-customise-widget .wh-customise-widget-textarea {
  margin-top: 0;
  height: 62px;
  width: 278px;
  font-size: 14px;
  padding: 2%;
  font-family: "Courier New", Courier, monospace;
  resize: none;
  background-color: white;
  margin-bottom: 12px;
  box-sizing: border-box;
  line-height: 1em;
  cursor: auto;
}
.wh-customise-widget .wh-customise-widget-input {
  margin-top: 0;
  width: 278px;
  font-size: 14px;
  padding: 2%;
  font-family: "Courier New", Courier, monospace;
  resize: none;
  background-color: white;
  margin-bottom: 12px;
  box-sizing: border-box;
  line-height: 1em;
}
.wh-customise-widget .wh-upload-logo {
  margin-top: 10px;
}

#newsletter.wh-widget-page-footer {
  background-color: #f9f9f9;
  padding-top: 20px;
}
#newsletter.wh-widget-page-footer h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#newsletter.wh-widget-page-footer .wh-shared-buttons {
  margin-bottom: 80px;
}
#newsletter.wh-widget-page-footer .wh-shared-buttons a {
  margin: 2rem 1rem;
}
#newsletter.wh-widget-page-footer .wh-shared-buttons a img {
  width: 150px;
}
#newsletter.wh-widget-page-footer .wh-widget-page-footer-copyright {
  padding-top: 40px;
  padding-bottom: 50px;
}

#promo-widget-content {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  z-index: 9000;
}
#promo-widget-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#wh-widget-preview-arrow {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 120px;
}
#wh-widget-preview-arrow.wh-show-arrow {
  display: block;
}
#wh-widget-preview-arrow div {
  font-size: 17.5px;
  font-weight: 300;
  font-family: sans-serif;
  color: #EF645A;
  white-space: nowrap;
}
#wh-widget-preview-arrow img {
  margin-left: 28px;
  width: 55px;
}

.wh-upload-logo label {
  font-weight: normal;
}
.wh-upload-logo label span {
  font-size: 12px;
}
.wh-upload-logo > input {
  width: 100%;
}
.wh-upload-logo .alert-danger {
  margin-top: 10px;
  background-color: inherit;
}

:root {
  --animate-duration: 1s;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* hearbeat animation */
  /* wobble animation */
  /* rubberBand animation */
  /* bounce animation */
  /* pulse animation */
  /* shakeX animation */
  /* shakeY animation */
  /* headShake animation */
  /* swing animation */
  /* tada animation */
  /* jello animation */
  /* ring animation */
  /* doubleRing animation */
  /* moveIn animation */
  /* moveOut animation */
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__animated.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__animated.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__animated.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__animated.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__animated.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__animated.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__animated.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__animated.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__animated.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__animated.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__animated.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.animate__animated.animate__ring {
  --anim-bg-color: #FF6550;
}
.animate__animated.animate__ring::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid var(--anim-bg-color);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}
@keyframes doubleRing {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.animate__animated.animate__doubleRing::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #FF6550;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: doubleRing 1.5s infinite;
}
.animate__animated.animate__doubleRing::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #FF6550;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: doubleRing 3s infinite;
}
@keyframes moveIn {
  0% {
    opacity: 0;
    transform: scaleX(1) scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.4) scaleY(1.4);
  }
  100% {
    opacity: 0;
    transform: scaleX(1) scaleY(1);
  }
}
.animate__animated.animate__moveIn:after {
  content: "";
  animation: moveIn 3s infinite;
  opacity: 0;
  background-color: rgba(255, 101, 80, 0.4117647059);
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
@keyframes moveOut {
  0% {
    opacity: 0;
    transform: scaleX(1.4) scaleY(1.4);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1.4) scaleY(1.4);
  }
}
.animate__animated.animate__moveOut:after {
  content: "";
  animation: moveOut 3s infinite;
  opacity: 0;
  background-color: rgba(255, 101, 80, 0.4117647059);
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.modal {
  border: none;
  border-radius: 10px;
  margin: revert;
  max-width: 600px;
  min-width: 290px;
  width: 95%;
}
.modal_discord {
  max-width: 350px;
}
.modal_promo-see-demo {
  max-width: 900px;
  background: transparent;
}
.modal_crop .modal__body {
  max-width: calc(100% - 40px);
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid lightgray;
  padding: 10px 20px;
}
.modal__header_promo-see-demo {
  background: transparent;
  border-bottom: none;
  padding: 10px 0;
}
.modal__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal__body_promo-see-demo {
  padding: 0;
  aspect-ratio: 16/9;
  background: #000000;
  border-radius: 10px;
}
.modal__body #promo-see-demo-player {
  border-radius: 10px;
}
.modal__footer {
  padding: 0 20px 20px 20px;
  justify-content: flex-end;
}
.modal__close {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.modal__close_promo-see-demo {
  color: #ffffff;
}
.modal__img {
  border-radius: 10px;
  margin-top: 5px;
}
.modal__crop-img {
  max-width: 50%;
  margin: 0 auto;
  opacity: 0;
}
.modal__loading {
  display: none;
  width: fit-content;
  margin: 0 auto;
}
.modal__error {
  display: none;
}
.modal .cropper-view-box {
  border-radius: 50%;
  outline: 2px solid #39f;
}
.modal .cropper-modal {
  border-radius: 5px;
  opacity: 0.2;
}
.modal .cropper-crop-box {
  backdrop-filter: contrast(0.7);
}
.modal .cropper-face {
  opacity: 0;
}
.modal #crop-loader {
  max-width: 150px;
  margin: 0 auto;
  transform: translateX(20px);
}

@media (max-width: 500px) {
  .modal_crop {
    width: 95%;
  }
  .modal .cropper-view-box {
    outline: 1px solid #39f;
  }
}
div.modal-legacy {
  display: none;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}
div.modal-legacy.open {
  display: flex;
}
div.modal-legacy .overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: contrast(0.7);
}
div.modal-legacy .content {
  max-width: 520px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}

.dropdown {
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 10;
  min-width: 120px;
}
.dropdown_lang {
  max-width: 140px;
  min-width: 100px;
  left: -10px;
  margin-top: 3px;
}
.dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dropdown__item {
  padding: 3px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dropdown__item:hover, .dropdown__item:active, .dropdown__item:focus {
  background-color: #f9f9f9;
}
.dropdown__item a {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}
.dropdown__item a:hover, .dropdown__item a:active, .dropdown__item a:focus {
  color: #333333;
  text-decoration: none;
  cursor: default;
}

@media (max-width: 470px) {
  .dropdown_lang {
    max-width: 100px;
  }
}
.dropdown-toggle,
.btn-select-plan {
  width: 100%;
  color: #333333;
  background-color: #ffffff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus,
.btn-select-plan:hover,
.btn-select-plan:active,
.btn-select-plan:focus {
  background-color: #f9f9f9;
}
.dropdown-toggle_color,
.btn-select-plan_color {
  min-width: 121px;
  width: fit-content;
}
.dropdown-toggle_payment,
.btn-select-plan_payment {
  width: 100%;
}

.payments-select .btn-select-plan {
  padding-right: 23px !important;
}
.payments-select .btn-select-plan > span {
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}
.payments-select .btn-select-plan :hover,
.payments-select .btn-select-plan :focus {
  background-color: #f5f5f5;
}
.payments-select .btn-select-plan .caret {
  position: absolute;
  right: 10px;
  top: 45%;
  border-top: 7px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.payments-select .btn-select-plan {
  display: flex;
  align-items: center;
  padding: 6px 8px 7px 9px;
  text-align: left;
}
.payments-select .btn-select-plan > span {
  text-transform: capitalize;
  white-space: break-spaces;
  padding-left: 8px;
  line-height: 1.2;
}

dialog#modal-payment {
  flex-flow: column;
  position: fixed;
  top: 0;
  width: 90%;
  max-width: 650px;
  max-height: 100%;
  margin: auto;
  padding: 0;
  border: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  animation: fadeIn 0.25s;
  z-index: 3;
}
dialog#modal-payment[open] {
  display: flex;
}
dialog#modal-payment > * {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
dialog#modal-payment header {
  flex-shrink: 0;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3d4d72;
  font-weight: 600;
}
dialog#modal-payment header .btn-close {
  position: absolute;
  padding: 0 10px;
  top: 15px;
  right: 9px;
  color: #000;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  opacity: 0.4;
}
dialog#modal-payment .content {
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 25px;
}
dialog#modal-payment footer {
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  dialog#modal-payment {
    width: auto;
  }
  dialog#modal-payment > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#modal-payment {
  font-size: 16px;
}
#modal-payment .content {
  line-height: 1.4;
}
#modal-payment footer .btn-checkout {
  min-width: 200px;
  margin: 0 auto 6px;
  background-color: #3498db;
  font-size: 16px;
  line-height: 1;
  padding: 12px 5px;
  font-weight: 500;
}
#modal-payment .product-item {
  cursor: pointer;
}
#modal-payment .product-item:hover {
  background: rgba(10, 210, 5, 0.03);
}
#modal-payment .product-item.active {
  background: rgba(10, 210, 5, 0.15);
}
#modal-payment .product-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 18px 0;
  font-weight: 500;
  margin-bottom: 6px;
}
#modal-payment .product-item label input {
  margin: 0 10px 0 12px !important;
}
#modal-payment .product-item label .icon {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-style: normal;
  margin-right: 8px;
  width: 29px;
  aspect-ratio: 1/1;
}
#modal-payment .product-item label span {
  line-height: 1.4;
}
#modal-payment .multi-plans a.slide-down-toggle {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 6px;
  padding: 2px 10px 4px 36px;
  background: url(/img/arrow-right.svg) no-repeat 7px center;
  background-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}
#modal-payment .multi-plans a.slide-down-toggle:hover {
  color: #337ab7;
  background-color: #ecf7ff;
  text-decoration: none;
}
#modal-payment .multi-plans a.slide-down-toggle.show {
  background-image: url(/img/arrow-bottom.svg);
}
#modal-payment .multi-plans a.slide-down-toggle > span {
  border-bottom: 1px dashed #3498db;
}
#modal-payment .multi-plans .product-item label {
  padding: 10px 0;
}

.guarantee-wrap {
  position: relative;
  /* max-width: 470px; */
}

.guarantee-img-wrapper {
  position: absolute;
  right: -160px;
  top: -20px;
}

@media (max-width: 900px) {
  .guarantee-wrap {
    flex-wrap: wrap;
    display: block;
  }
  .guarantee-img-wrapper {
    position: unset;
    margin-top: 30px;
  }
}
.button {
  display: block;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #ffffff;
  outline: none;
  height: 34px;
  transition: all ease-in-out 0.15s;
}
.button:focus, .button:hover {
  background-color: #e6e6e6;
}
.button.button_promo {
  padding: 10px 16px;
  font-size: 20px;
  font-weight: 500;
  width: 250px;
  border: none;
  margin: 40px 0 10px 0;
  background-color: #69B3E4;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}
.button.button_promo:hover {
  background-color: #227DB9;
  color: white;
  text-decoration: none;
}
.button_highlight {
  background-color: #227DB9;
  color: #ffffff;
}
.button_highlight:focus, .button_highlight:hover {
  background-color: #69B3E4;
}
.button_preview {
  width: 120px;
  font-size: 18px;
  background-color: #227DB9;
  line-height: 1;
  border: none;
  color: #ffffff;
}
.button_preview:focus, .button_preview:hover {
  background-color: #69B3E4;
}
.button_agent {
  position: absolute;
  top: 0;
  left: 350px;
  white-space: nowrap;
}
@media (max-width: 950px) {
  .button_agent {
    position: initial;
    margin-top: 15px;
  }
}
.button__icon {
  margin-right: 5px;
  font-size: 13px;
}

.button.promo-see-demo {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 20px;
  font-size: 1.1rem;
  width: auto;
}

#gb-ai-preview-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  animation: fadeIn 0.5s;
  z-index: 99999998;
}
#gb-ai-preview-overlay.show {
  display: block;
}

.input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: none;
  font-family: "Courier New", Courier, monospace;
}
.input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input_small {
  width: 60px;
}
.input_medium {
  max-width: 275px;
}
.input_textarea {
  height: unset;
}
.input_color {
  width: 84px;
  height: 32px;
}

.btn-color {
  height: 36px;
  width: 34px;
  max-height: 36px;
  min-width: 34px;
  background-color: #ffffff;
  border: none;
  position: relative;
}

.settings-popup {
  position: absolute;
  width: 360px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  top: -92.5px;
  right: -115px;
  box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.15);
  z-index: 99999999;
}
.settings-popup::before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 92.4px;
  left: -9.5px;
  border-radius: 2px;
  transform: rotate(45deg);
  box-shadow: -3px 3px 4px -2px rgba(0, 0, 0, 0.05);
}
.settings-popup_messengers {
  top: -85.5px;
  right: -380px;
}
.settings-popup_offset {
  right: -135px;
}
.settings-popup__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: 7px;
  color: #333333;
  cursor: pointer;
}
.settings-popup__wrapper {
  flex-direction: column;
  gap: 25px;
}
.settings-popup__setting {
  gap: 25px;
}
.settings-popup .constructor__setting-wrapper {
  gap: 25px;
  flex-direction: row;
  align-items: center !important;
}
@media (max-width: 1200px) {
  .settings-popup {
    right: unset;
    left: 0;
    top: 25px;
  }
  .settings-popup::before {
    display: none;
  }
  .settings-popup_messengers {
    top: 34px;
  }
  .settings-popup .constructor__wrapper {
    max-width: unset;
    padding-left: unset;
  }
  .settings-popup .constructor__setting-column1 {
    width: 43%;
  }
  .settings-popup .constructor__setting-column2 {
    width: 50%;
  }
}
@media (max-width: 769px) {
  .settings-popup .settings-title.settings-title_right {
    text-align: right;
  }
}
@media (max-width: 426px) {
  .settings-popup {
    width: calc(100vw - 47px);
  }
}

.settings-popup-toggle {
  cursor: pointer;
  color: #7b7b7b;
  font-size: 20px;
  margin-left: 15px;
  position: relative;
}

.buttons-popup__wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.buttons-popup__wrapper_animation {
  row-gap: 35px;
}
.buttons-popup__button-wrapper {
  flex-direction: column;
  width: 90px;
  gap: 11px !important;
}
.buttons-popup__button {
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  width: 52px;
  height: 52px;
  background-color: #129BF4;
  position: relative;
}

.uploader-container {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  transition: 0.1s all;
  width: fit-content;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 8px 10px 8px 8px;
  margin-bottom: 12px;
  position: relative;
}
.uploader-container .uploader-container-preview {
  display: flex;
  margin-top: 12px;
  flex-direction: column;
  align-items: center;
}
.uploader-container .uploader-error {
  font-size: 10px;
  text-align: center;
  display: block;
  color: #a94442;
  margin-top: 10px;
}
.uploader-container .uploader-container-remove {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.uploader-container .uploader-loading, .uploader-container .uploader-drop {
  position: absolute;
  width: 103%;
  height: 102%;
  display: grid;
  place-content: center;
  background: rgba(184, 219, 250, 0.5882352941);
  top: -1px;
  left: -2px;
  border: 2px dashed #3498db;
  border-radius: 8px;
  backdrop-filter: blur(2px);
}

.upload-text-desktop,
.upload-text-mobile {
  font-size: 14px !important;
}

.upload-text-mobile {
  display: none;
}

@media (max-width: 768px) {
  .uploader-container {
    border: none;
    padding: 0;
    margin-top: 1px !important;
  }
  .uploader-container.uploader-container-popup {
    margin-bottom: 0;
  }
  .upload-text-desktop {
    display: none;
  }
  .upload-text-mobile {
    display: inline;
  }
  .uploader-loading img {
    width: 3rem !important;
  }
}
.step-progress-list {
  color: #333333;
  list-style-type: none;
  display: flex;
}

.step-progress-item {
  padding: 0 10px;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.step-progress-item + .step-progress-item:after {
  content: "";
  position: absolute;
  left: -33px;
  top: 19px;
  background: #3498DB;
  width: 100%;
  height: 2px;
  z-index: -10;
}

.progress-count {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  color: transparent;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.progress-count:after {
  content: "";
  height: 25px;
  width: 25px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -10;
  border: 2px solid #3498DB;
}

.progress-count:before {
  content: "";
  height: 5px;
  width: 10px;
  border-left: 3px solid #3498DB;
  border-bottom: 3px solid #3498DB;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) rotate(-45deg);
  transform-origin: center center;
}

.progress-label {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.5;
}

.current-item .progress-count:before,
.current-item ~ .step-progress-item .progress-count:before {
  display: none;
}

.current-item ~ .step-progress-item .progress-count:after {
  height: 10px;
  width: 10px;
}

.step-progress-item.current-item .progress-label {
  opacity: 1;
  font-weight: 600;
}

.step-progress-item.current-item .progress-count:after {
  height: 30px;
  width: 30px;
  background: #3498DB;
  border: 2px solid #3498DB;
}

.current-item .progress-count {
  color: #ffffff;
}

@media (max-width: 769px) {
  .step-progress-list {
    display: none;
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.skeleton-box {
  overflow: hidden;
  background-color: #DDDBDD !important;
  position: relative;
}
.skeleton-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
}
.skeleton-box_settings-title {
  width: 100px;
  height: 15px;
  border-radius: 6px;
}
.skeleton-box_range {
  width: 150px;
  height: 15px;
  border-radius: 6px;
}
.skeleton-box_ellipsis {
  width: 5px;
  min-width: 5px;
  height: 23px;
  border-radius: 2px;
}
.skeleton-box_messenger-small {
  min-width: 25px;
}
.skeleton-box_messenger-input {
  min-width: 250px;
  border: none;
  box-shadow: none;
}
.skeleton-box_button {
  min-width: 36px;
  border: none;
}
.skeleton-box_cog {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  border-radius: 30px;
}
.skeleton-box_settings-title_right {
  margin-left: auto;
}
.skeleton-box_color {
  min-width: 120px;
  width: 120px;
  height: 34px;
  border-radius: 6px;
}
.skeleton-box_shift {
  min-width: 75px;
  width: 75px;
  height: 34px;
  border-radius: 6px;
}
.skeleton-box_preview {
  height: 137px;
}

@media (max-width: 769px) {
  .skeleton-box_ellipsis {
    display: none;
  }
  .skeleton-box_settings-title_right {
    margin-left: 0;
  }
}
@media (max-width: 376px) {
  .skeleton-box_messenger-input {
    min-width: 200px;
    width: 200px;
  }
}
.header {
  background-color: var(--highlight-color);
  color: var(--main-color-header);
  min-height: 120px;
}
.header__logo {
  margin-bottom: 20px;
}
.header__logo-link {
  display: block;
  max-width: 170px;
}
.header__menu {
  gap: 43px;
  margin-right: 30px;
}
.header__menu-link {
  font-size: 21px;
  font-weight: 500;
}
.header__menu-login {
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 18px;
  background-color: #56aae1;
  font-weight: 500;
  color: white;
  text-decoration: none;
  transition: 0.3s all;
  white-space: nowrap;
}
.header__menu-login:hover, .header__menu-login:active, .header__menu-login:focus {
  background-color: #6abaef;
  color: white;
  text-decoration: none;
}
@media (max-width: 769px) {
  .header__logo {
    font-size: 12px;
  }
  .header__logo-link {
    max-width: 157px;
  }
  .header__menu {
    margin-right: 0px;
  }
  .header__menu-link {
    display: none;
  }
}
@media (max-width: 426px) {
  .header__menu {
    gap: 20px;
  }
}

@media (min-width: 770px) and (max-width: 991px) {
  .header__logo {
    margin-right: 10px;
  }
  .header__logo img {
    height: auto;
  }
  .header__logo p {
    font-size: 0.8rem;
  }
  .header__menu {
    gap: 20px;
    margin-right: 0;
  }
  .header__menu-link {
    font-size: 17px;
  }
  .header__menu-link a {
    text-wrap: nowrap;
  }
  .lang-select button {
    font-size: 17px;
  }
  .header__menu-login {
    font-size: 17px;
  }
}
.promo {
  background-color: var(--highlight-color);
  color: var(--main-color-header);
  max-height: 600px;
  height: calc(100vh - 119px);
  margin-top: -1px;
  min-height: 420px;
}
.promo__content {
  max-width: 580px;
}
.promo__wrapper {
  margin-bottom: 75px;
}
.promo__title {
  font-size: 46px;
  line-height: 1.2;
  text-wrap: initial;
}
.promo__subtitle {
  font-size: 21px;
  margin-top: 20px;
  display: block;
  line-height: 1.35;
  font-weight: 300;
}
.promo__preview {
  margin-right: 105px;
  transform: scale(0.9);
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.promo__greeting {
  background-color: var(--main-color-header);
  border-radius: 16px;
  max-width: 320px;
}
.promo__greeting-header {
  background: linear-gradient(135deg, rgb(255, 101, 80), rgb(255, 127, 98), rgb(255, 152, 115));
  border-radius: 16px 16px 0 0;
  padding: 0 15px;
  height: 80px;
}
.promo__greeting-header_whatsapp {
  background: linear-gradient(135deg, rgb(41, 97, 36), rgb(74, 103, 46), rgb(97, 107, 54));
}
.promo__greeting-header_facebook {
  background: linear-gradient(135deg, rgb(7, 68, 128), rgb(46, 78, 128), rgb(74, 78, 116));
}
.promo__greeting-header_wonderchat {
  background: linear-gradient(135deg, rgb(53, 28, 118), rgb(79, 44, 119), rgb(134, 82, 160));
}
.promo__greeting-header_contactform {
  background: linear-gradient(135deg, rgb(6, 52, 128), rgb(46, 64, 128), rgb(78, 74, 128));
}
.promo__greeting-header_line {
  background: linear-gradient(135deg, rgb(7, 98, 2), rgb(46, 103, 14), rgb(78, 107, 23));
}
.promo__greeting-header_viber {
  background: linear-gradient(135deg, rgb(66, 43, 80), rgb(86, 56, 84), rgb(128, 89, 111));
}
.promo__greeting-header_snapchat {
  background: linear-gradient(135deg, rgb(128, 117, 2), rgb(128, 120, 16), rgb(128, 121, 26));
}
.promo__greeting-header_telegram {
  background: linear-gradient(135deg, rgb(7, 70, 103), rgb(47, 79, 105), rgb(80, 87, 107));
}
.promo__greeting-header_calendar {
  background: linear-gradient(135deg, rgb(6, 52, 128), rgb(46, 64, 128), rgb(78, 74, 128));
}
.promo__greeting-header_instagram {
  background: linear-gradient(135deg, rgb(124, 61, 29), rgb(125, 72, 38), rgb(126, 80, 46));
}
.promo__greeting-header_linkedin {
  background: linear-gradient(135deg, rgb(6, 64, 94), rgb(49, 76, 98), rgb(78, 83, 100));
}
.promo__greeting-header_discord {
  background: linear-gradient(135deg, rgb(49, 53, 121), rgb(74, 64, 122), rgb(96, 74, 123));
}
.promo__greeting-header_twitter {
  background: linear-gradient(135deg, rgb(4, 2, 2), rgb(46, 24, 14), rgb(80, 40, 24));
}
.promo__greeting-header_callback {
  background: linear-gradient(135deg, rgb(6, 52, 128), rgb(46, 64, 128), rgb(78, 74, 128));
}
.promo__greeting-header_googlemaps {
  background: linear-gradient(135deg, rgb(122, 122, 122), rgb(124, 123, 122), rgb(126, 124, 123));
}
.promo__greeting-content {
  gap: 15px;
}
.promo__greeting-body {
  padding: 15px;
}
.promo__greeting-time {
  margin: 0 0 15px 0;
  color: rgb(149, 157, 169);
  text-align: center;
}
.promo__greeting-message-box {
  gap: 10px;
  display: flex;
}
.promo__greeting-agent {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  min-width: 35px;
  object-fit: cover;
}
.promo__greeting-agent_header {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: 2px solid var(--main-color-header);
}
.promo__greeting-agent-wrapper {
  position: relative;
}
.promo__greeting-agent-wrapper::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(77, 194, 71);
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px;
  right: 2px;
}
.promo__greeting-message {
  background: rgba(44, 120, 255, 0.2);
  width: 100%;
  color: #000000;
  padding: 14px 16px;
}
.promo__greeting-subtitle {
  margin: 25px 0 5px 0;
  font-weight: bold;
  color: #000000;
  font-size: 15px;
  text-align: center;
}
.promo__greeting-footer img {
  height: auto;
}
.promo__greeting-close {
  width: 25px;
  height: 25px;
  fill: white;
}
.promo__greeting-single-button {
  width: 290px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  align-items: center;
  height: 52px;
  padding: 5px;
  margin: 12px 0 7px 0;
}
.promo__greeting-single-button_whatsapp {
  background: linear-gradient(135deg, rgb(77, 194, 71), rgb(136, 204, 89), rgb(196, 214, 108));
}
.promo__greeting-single-button_facebook {
  background: linear-gradient(135deg, rgb(0, 132, 255), rgb(85, 153, 255), rgb(170, 173, 255));
}
.promo__greeting-single-button_wonderchat {
  background: linear-gradient(135deg, rgb(98, 50, 235), rgb(150, 84, 237), rgb(203, 118, 239));
}
.promo__greeting-single-button_contactform {
  background: linear-gradient(135deg, rgb(0, 99, 255), rgb(85, 125, 255), rgb(170, 151, 255));
}
.promo__greeting-single-button_line {
  background: linear-gradient(135deg, rgb(0, 195, 0), rgb(85, 205, 26), rgb(170, 215, 51));
}
.promo__greeting-single-button_viber {
  background: linear-gradient(135deg, rgb(123, 81, 157), rgb(167, 110, 167), rgb(211, 139, 177));
}
.promo__greeting-single-button_snapchat {
  background: linear-gradient(135deg, rgb(255, 234, 0), rgb(255, 238, 26), rgb(255, 241, 51));
}
.promo__greeting-single-button_telegram {
  background: linear-gradient(135deg, rgb(0, 136, 204), rgb(85, 156, 209), rgb(170, 176, 214));
}
.promo__greeting-single-button_calendar {
  background: linear-gradient(135deg, rgb(0, 99, 255), rgb(85, 125, 255), rgb(170, 151, 255));
}
.promo__greeting-single-button_instagram {
  background: linear-gradient(135deg, rgb(247, 119, 55), rgb(250, 142, 75), rgb(252, 164, 95));
}
.promo__greeting-single-button_linkedin {
  background: linear-gradient(135deg, rgb(0, 126, 187), rgb(85, 148, 194), rgb(170, 169, 201));
}
.promo__greeting-single-button_discord {
  background: linear-gradient(135deg, rgb(88, 101, 242), rgb(144, 127, 243), rgb(199, 152, 245));
}
.promo__greeting-single-button_twitter {
  background: linear-gradient(135deg, rgb(0, 0, 0), rgb(85, 43, 26), rgb(170, 85, 51));
}
.promo__greeting-single-button_callback {
  background: linear-gradient(135deg, rgb(0, 99, 255), rgb(85, 125, 255), rgb(170, 151, 255));
}
.promo__greeting-single-button_googlemaps {
  background: linear-gradient(135deg, rgb(243, 243, 243), rgb(247, 245, 244), rgb(251, 247, 245));
}
.promo__activator {
  width: 67px;
  height: 67px;
  background: linear-gradient(135deg, rgb(255, 101, 80), rgb(255, 127, 98), rgb(255, 152, 115));
  border-radius: 50%;
  fill: var(--main-color-header);
  position: relative;
}
.promo__activator::before {
  content: "1";
  width: 18px;
  height: 18px;
  display: grid;
  place-content: center;
  color: var(--main-color-header);
  font-size: 13px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  font-family: sans-serif;
  right: -2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.promo__activator_no-notification::before {
  content: none;
}
.promo__activator_whatsapp {
  background: linear-gradient(135deg, rgb(77, 194, 71), rgb(136, 204, 89), rgb(196, 214, 108));
}
.promo__activator_facebook {
  background: linear-gradient(135deg, rgb(0, 132, 255), rgb(85, 153, 255), rgb(170, 173, 255));
}
.promo__activator_wonderchat {
  background: linear-gradient(135deg, rgb(98, 50, 235), rgb(150, 84, 237), rgb(203, 118, 239));
}
.promo__activator_contactform {
  background: linear-gradient(135deg, rgb(0, 99, 255), rgb(85, 125, 255), rgb(170, 151, 255));
}
.promo__activator_line {
  background: linear-gradient(135deg, rgb(0, 195, 0), rgb(85, 205, 26), rgb(170, 215, 51));
}
.promo__activator_viber {
  background: linear-gradient(135deg, rgb(123, 81, 157), rgb(167, 110, 167), rgb(211, 139, 177));
}
.promo__activator_snapchat {
  background: linear-gradient(135deg, rgb(255, 234, 0), rgb(255, 238, 26), rgb(255, 241, 51));
}
.promo__activator_telegram {
  background: linear-gradient(135deg, rgb(0, 136, 204), rgb(85, 156, 209), rgb(170, 176, 214));
}
.promo__activator_calendar {
  background: linear-gradient(135deg, rgb(0, 99, 255), rgb(85, 125, 255), rgb(170, 151, 255));
}
.promo__activator_instagram {
  background: linear-gradient(135deg, rgb(247, 119, 55), rgb(250, 142, 75), rgb(252, 164, 95));
}
.promo__activator_linkedin {
  background: linear-gradient(135deg, rgb(0, 126, 187), rgb(85, 148, 194), rgb(170, 169, 201));
}
.promo__activator_discord {
  background: linear-gradient(135deg, rgb(88, 101, 242), rgb(144, 127, 243), rgb(199, 152, 245));
}
.promo__activator_twitter {
  background: linear-gradient(135deg, rgb(0, 0, 0), rgb(85, 43, 26), rgb(170, 85, 51));
}
.promo__activator_callback {
  background: linear-gradient(135deg, rgb(0, 99, 255), rgb(85, 125, 255), rgb(170, 151, 255));
}
.promo__activator_googlemaps {
  background: linear-gradient(135deg, rgb(243, 243, 243), rgb(247, 245, 244), rgb(251, 247, 245));
}
@media (max-width: 1200px) {
  .promo__preview {
    margin-right: 75px;
  }
  .promo__title {
    text-wrap: balance;
  }
}
@media (max-width: 1025px) {
  .promo__title {
    font-size: 38px;
  }
  .promo__subtitle {
    font-size: 20px;
  }
  .promo__preview {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .promo {
    max-height: unset;
    height: unset;
  }
  .promo__wrapper {
    flex-direction: column;
  }
  .promo__content {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 0px 30px 0px;
  }
  .promo__title {
    font-size: 32px;
    line-height: 1.1;
  }
}

.constructor {
  padding: 50px 0;
  scroll-margin-top: -15px;
}
.constructor__wrapper {
  flex-direction: column;
  gap: 35px;
  display: flex;
  max-width: 650px;
  padding-left: 150px;
}
.constructor__wrapper_popup {
  padding-left: 0;
  padding-right: 10px;
}
.constructor__wrapper_popup-messengers {
  padding: 0;
}
.constructor__wrapper_step1 {
  max-width: 790px;
  padding-left: 100px;
}
.constructor__title-wrapper {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 15px 0;
  top: 0;
  position: fixed;
  margin-top: -1px;
  z-index: 100;
  transition: 0.2s all;
}
.constructor__title-link {
  text-decoration: none;
  color: inherit;
}
.constructor__title-link:hover, .constructor__title-link:active, .constructor__title-link:focus {
  text-decoration: none;
  color: inherit;
}
.constructor__title {
  gap: 55px;
  margin-bottom: 60px;
}
.constructor__icon-wrapper {
  border: 2px solid;
  border-radius: 50%;
  display: grid;
  place-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
}
.constructor__setting-wrapper {
  gap: 25px;
  justify-content: center;
}
.constructor__setting-column1 {
  width: 27%;
}
.constructor__setting-column1_popup {
  width: 35%;
}
.constructor__setting-column1_popup-messengers {
  width: 43%;
}
.constructor__setting-column2 {
  width: 73%;
}
.constructor__setting-column2_popup {
  width: 50%;
}
@media (max-width: 1025px) {
  .constructor__wrapper {
    max-width: 600px;
    padding-left: 100px;
  }
}
@media (max-width: 769px) {
  .constructor__wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .constructor__setting-wrapper {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .constructor__setting-column1, .constructor__setting-column2 {
    width: 100%;
  }
  .constructor__title {
    gap: 20px;
  }
}
@media (max-width: 426px) {
  .constructor__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.step1__messengers {
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.step1__messengers_skeleton-mobile {
  display: none !important;
}
.step1__messenger {
  background-color: #BFBFBF;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: relative;
  border: none;
}
.step1__messenger:hover {
  cursor: pointer;
  background-color: #9f9f9f;
}
.step1__messenger:hover .step1__messenger-switch {
  display: block;
}
.step1__messenger:hover .step1__messenger-caption {
  opacity: 0.7;
}
.step1__messenger_small {
  height: 25px;
  width: 25px;
  display: grid;
  place-content: center;
}
.step1__messenger-switch {
  display: none;
  position: absolute;
  top: -8px;
  right: 0px;
  font-size: 16px;
}
.step1__messenger-switch-delete {
  color: #EF645A;
  background-color: white;
  border-radius: 50%;
}
.step1__messenger-switch-add {
  color: #0DD12F;
  background-color: white;
  border-radius: 50%;
}
.step1__messenger-badge {
  position: absolute;
  top: -2px;
  right: -7px;
  width: 22px;
  height: 13px;
}
.step1__messenger-caption {
  opacity: 0;
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 7px 4px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  color: #fff;
  background: #000;
  transition: opacity 0.12s;
  line-height: 1.17;
  z-index: 1;
  pointer-events: none;
}
.step1__messenger-icon {
  fill: white;
  width: 37px;
  height: 45px;
}
.step1__messenger-icon_small {
  width: 19px;
  height: 25px;
}
.step1__messenger-more {
  display: flex;
  position: absolute;
  left: 0;
  align-items: flex-end;
  right: 0;
  justify-content: center;
  bottom: 20px;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.99) 60%);
  cursor: pointer;
  font-size: 17px;
  color: #333333;
}
.step1__messenger-hide {
  display: none;
  justify-content: center;
  cursor: pointer;
}
.step1__messenger-more p, .step1__messenger-hide p {
  color: #333333;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  gap: 10px;
  background-color: #ffffff;
}
.step1__messenger-more p i, .step1__messenger-hide p i {
  font-size: 22px;
}
.step1__settings {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  max-width: 520px;
  margin-top: 40px;
}
.step1__settings-item {
  transition: all 0.2s;
  width: 100%;
  min-height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.step1__settings-wrapper {
  gap: 15px;
  padding-top: 6px;
}

@media (max-width: 769px) {
  .step1__settings-item {
    justify-content: flex-start;
    gap: 15px;
    flex-direction: column;
    min-height: 120px;
  }
}
@media (max-width: 426px) {
  .step1__messengers_skeleton {
    display: none !important;
  }
  .step1__messengers_skeleton-mobile {
    display: flex !important;
  }
  .step1__messenger-hide {
    display: flex;
  }
}
.preview__title {
  font-weight: 600;
}

.preview__form {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
}
@media (max-width: 769px) {
  .preview__form {
    display: none;
  }
}

.reviews {
  background-color: #f9f9f9;
  padding-bottom: 50px;
}
.reviews__title {
  margin: 25px auto 40px auto;
  text-align: center;
}
.reviews .swiper {
  width: 90%;
  padding: 15px;
}
.reviews .swiper-slide {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
  min-height: 270.2px;
}
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  color: #3498db;
}
.reviews .swiper-pagination-bullet-active {
  background-color: #3498db;
}
.reviews .swiper-pagination {
  bottom: -30px !important;
}
.reviews .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 25%;
}
.reviews .slider-img-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.reviews .slider-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.reviews .slider-upper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.reviews .slider-upper h2 {
  font-size: 22px;
  margin: 0;
}
.reviews .slider-upper-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}
.reviews .slider-review-text {
  line-height: 1.8;
}
.reviews .feedback {
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reviews .rating {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.reviews .rated {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
}
.reviews .rated_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
@media (max-width: 768px) {
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    display: none;
  }
  .reviews .swiper {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .reviews .slider-upper {
    flex-direction: column;
    align-items: center;
  }
  .reviews .feedback {
    margin-top: 15px;
  }
}

.faq {
  background-color: #f9f9f9;
  padding-bottom: 50px;
}
.faq__title {
  text-align: center;
  margin: 25px auto 40px auto;
}
.faq__wrapper {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin: 0 auto;
  max-width: 87%;
}
.faq__card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}
.faq__card-header {
  padding: 0px;
  border: none;
  background: none;
  cursor: pointer;
}
.faq__card-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
}
.faq__badge {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #3498db;
}
.faq__card-body {
  font-size: 14px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
  padding: 0px 30px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.faq__card-body p {
  margin-bottom: 14px;
  line-height: 1.5;
  text-wrap: pretty;
}
.faq__card-body ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
.faq__card-body li {
  list-style-type: decimal;
  line-height: 1.2;
}
.faq__card-body code {
  background: #f3f3f3;
  padding: 1px 3px;
  border-radius: 3px;
}
.faq__card-inner-list li {
  list-style-type: disc;
}
.faq .questions:checked ~ .faq__card-body {
  height: auto;
  opacity: 1;
  padding: 15px 30px;
}
.faq .questions {
  display: none;
}

@media (max-width: 768px) {
  .faq__wrapper {
    max-width: 97%;
  }
}
.footer {
  background: #f9f9f9;
}
.footer__wrapper {
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}

.gb {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.gb a:active, .gb a:hover {
  outline: 0;
}
.gb img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gb-nav {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  z-index: 1;
}
.gb-nav a {
  color: #fff;
}
.gb-nav .nav-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.gb-nav .nav-container .btn-menu {
  letter-spacing: -0.02em;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.35s;
}
.gb-nav .nav-container .btn-menu.active {
  border-color: #fff;
}
.gb-nav .nav-container .btn-menu:hover {
  color: #6173e5;
  background-color: #eeeffc;
}
.gb-nav .nav-container .btn-menu:focus:not(:hover) {
  color: #fff;
}
.gb-nav .nav-container .col-left {
  display: flex;
  flex: 1;
  grid-column-gap: 62px;
  color: #fff;
  align-items: center;
}
.gb-nav .nav-container .col-left .nav-logo img {
  max-width: 128px;
}
.gb-nav .nav-container .col-left .nav-logo .counter {
  font-size: 0.7rem;
  color: #fff;
  margin-top: 7px;
  font-weight: 400;
  opacity: 0.9;
}
.gb-nav .nav-container .col-left .nav-menu {
  display: flex;
  grid-column-gap: 8px;
  align-items: center;
}
.gb-nav .nav-container .col-right {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}
.gb-nav .nav-container .col-right .lang-select {
  position: relative;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-btn {
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding: 8px 16px;
  background: transparent;
  border: none;
  border-radius: 32px;
  transition: all 0.35s;
  text-decoration: none;
  cursor: pointer;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-btn:focus {
  color: #fff;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-btn img {
  width: 25px;
  height: 25px;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-btn .lang-name {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-lang {
  left: -10px;
  margin-top: 8px;
  border-radius: 6px;
  z-index: 10;
  width: 200px;
  min-width: 120px;
  max-width: 180px;
  padding: 24px 20px;
  border: 1px solid #eaedf0;
  box-shadow: 0 24px 64px rgba(224, 224, 224, 0.4784313725);
  animation: fadeIn 0.1s;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-lang .dropdown__list {
  grid-row-gap: 7px;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-lang .dropdown__list .dropdown__item {
  background: none;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-lang .dropdown__list .dropdown__item.selected {
  background: #ecf1ff;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-lang .dropdown__list .dropdown__item a {
  color: #333333;
  outline: none;
  cursor: pointer;
}
.gb-nav .nav-container .col-right .lang-select .dropdown-lang .dropdown__list .dropdown__item:hover a {
  color: #6173e5;
}
.gb-nav .nav-container .col-right .btn-sign-in {
  color: #0155d2;
  background-color: #fff;
  font-weight: 600;
  padding: 7px 23px;
  transition: all 0.35s;
}
.gb-nav .nav-container .col-right .btn-sign-in:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

@keyframes menuDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.gb-nav .nav-overlay {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.gb-nav .nav-overlay .nav-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  flex-flow: column;
  background-color: #fff;
  border-radius: 8px;
  padding: 26px 12px;
  row-gap: 14px;
  animation: menuDown 0.4s;
  transform-origin: top;
  transition: transform 0.4s;
}
.gb-nav .nav-overlay .nav-menu a.nav-link {
  color: rgb(30, 14, 98);
  width: 100%;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  border-radius: 32px;
  padding: 8px 16px;
  text-decoration: none;
  transition: 0.35s;
}
.gb-nav .nav-overlay .nav-menu a.nav-link:hover {
  color: rgb(97, 115, 229);
  background-color: rgb(238, 239, 252);
}
.gb-nav .nav-overlay .nav-menu a.nav-link.active {
  background-color: rgb(238, 239, 252);
}
.gb-nav .nav-overlay.active {
  display: block;
  height: 100vh;
}
.gb-nav .nav-overlay.active .nav-menu {
  display: flex;
  animation: menuDown 0.4s;
}
.gb-nav .nav-overlay.hidding .nav-menu {
  transform: translateY(-100%);
}

@media screen and (min-width: 992px) {
  .gb-nav .nav-overlay.active {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .gb-nav {
    position: absolute;
  }
  .gb-nav .nav-container .col-left .nav-menu {
    display: none;
  }
  .gb-nav .nav-container .col-right .btn-sign-in {
    display: none;
  }
  .gb-nav .nav-container .col-right .lang-select .dropdown-lang {
    left: -55px;
  }
  .gb-nav .nav-container .col-right .nav-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #eeeffc;
    border-radius: 100px;
    color: #6173e5;
    cursor: pointer;
  }
  .gb-nav .nav-container .col-right .nav-menu-btn .nav-menu-icon {
    background: url("/img/new/mobile-menu-btn.svg") center no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
  }
  .gb-nav .nav-container .col-right .nav-menu-btn.active {
    background-color: #6173e5;
    color: #fff;
  }
  .gb-nav .nav-container .col-right .nav-menu-btn.active .nav-menu-icon {
    background: url("/img/new/mobile-menu-btn_w.svg") center no-repeat;
    background-size: 100%;
  }
}
.gb-header {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #1842bf url("/img/new/gb-background.png") 0 0;
  background-size: auto;
  padding: 200px 5% 120px;
  min-height: 680px;
}
.gb-header .header-container {
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.gb-header .header-text {
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
  max-width: 600px;
}
.gb-header .header-text .h1-heading {
  color: #fff;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}
.gb-header .header-text .head-subtitle {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-wrap: auto;
}
.gb-header .header-text .row {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 8px;
}
.gb-header .header-text .row .btn-promo-1, .gb-header .header-text .row .btn-promo-2 {
  display: inline-block;
  border: 1px solid #fff;
  padding: 15px 24px;
  letter-spacing: -0.02em;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.35s;
  text-align: center;
  color: #fff;
}
.gb-header .header-text .row .btn-promo-1:hover, .gb-header .header-text .row .btn-promo-1:focus, .gb-header .header-text .row .btn-promo-2:hover, .gb-header .header-text .row .btn-promo-2:focus {
  text-decoration: none;
}
.gb-header .header-text .row .btn-promo-1.btn-promo-1, .gb-header .header-text .row .btn-promo-2.btn-promo-1 {
  background: #fff;
  color: #0155d2;
  padding-left: 31px;
  padding-right: 31px;
}
.gb-header .header-text .row .btn-promo-1.btn-promo-1:hover, .gb-header .header-text .row .btn-promo-2.btn-promo-1:hover {
  opacity: 0.6;
}
.gb-header .header-text .row .btn-promo-1.btn-promo-2, .gb-header .header-text .row .btn-promo-2.btn-promo-2 {
  color: #fff;
}
.gb-header .header-text .row .btn-promo-1.btn-promo-2:hover, .gb-header .header-text .row .btn-promo-2.btn-promo-2:hover {
  background: #fff;
  color: #1842bf;
}
.gb-header .header-text .head-btn-sub {
  display: block;
  font-size: 0.8rem;
  opacity: 0.6;
  margin-top: 15px;
  text-align: center;
}
.gb-header .header-image-block {
  position: absolute;
  inset: 60px 0% 0% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 45%;
  height: 90%;
  margin-top: 60px;
  padding-top: 0;
}
.gb-header .header-image-block .header-background-image {
  position: absolute;
  inset: 0% 0% auto auto;
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 90%;
  max-height: 600px;
  max-width: none;
  margin-top: 0;
  transition: opacity 0.2s;
}

@media screen and (max-width: 991px) {
  .gb-header {
    padding-top: 140px;
    padding-bottom: 0;
  }
  .gb-header .header-container .header-text {
    max-width: none;
  }
  .gb-header .header-container .h1-heading {
    font-size: 48px;
  }
  .gb-header .header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }
  .gb-header .header-image-block .header-background-image {
    max-width: 780px;
    margin-top: -60px;
    right: -6%;
  }
}
@media screen and (max-width: 479px) {
  .gb-header .header-container .header-text .h1-heading {
    font-size: 36px;
  }
  .gb-header .header-image-block {
    height: 320px;
  }
}
.gb-header .header-container .promo__preview {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

@media (min-width: 1150px) {
  .gb-header .header-container .promo__preview {
    top: -25px;
    right: 8%;
  }
}
@media screen and (max-width: 991px) {
  .gb-header .header-container .header-text {
    text-align: center;
    align-items: center;
    margin: auto;
  }
  .gb-header .header-container .promo__preview {
    position: relative;
    top: unset;
    right: unset;
    width: fit-content;
    margin: 30px auto 20px;
  }
}
.gb-header__index .header-container .header-text {
  max-width: 600px;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .gb-header__index .header-container .header-text {
    max-width: 500px;
  }
}
html[lang=de] .gb-header__index .h1-heading, html[lang=fr] .gb-header__index .h1-heading, html[lang=id] .gb-header__index .h1-heading, html[lang=pt] .gb-header__index .h1-heading, html[lang=tr] .gb-header__index .h1-heading, html[lang=ru] .gb-header__index .h1-heading {
  font-size: 53px;
}

html[lang=es] .gb-header__index .h1-heading {
  font-size: 50px;
}

.gb-header__chatbots .header-container {
  position: static;
}
.gb-header__chatbots .header-container .header-text {
  max-width: 500px;
}

html[lang=de] .gb-header__chatbots .h1-heading {
  font-size: 54px;
}

html[lang=ru] .gb-header__chatbots .h1-heading {
  font-size: 51px;
}

.step1__messengers .wh-messenger-added {
  /*&.wh-messenger-bg-fbMessenger {
    background-color: $bgColorMessenger;
  }*/
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-apple {
  background-color: #33d94f;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-call {
  background-color: #ec5923;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-youtube {
  background-color: #ff0000;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-contactform {
  background-color: #0063ff;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-discord {
  background-color: #5865F2;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-email {
  background-color: #606060;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-facebook {
  background-color: #0084ff;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-googlemap {
  background-color: #f3f3f3;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-instagram {
  background-color: #F77737;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-line {
  background-color: #00c300;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-teams {
  background-color: #ffffff;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-link {
  background-color: #0084ff;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-calendar {
  background-color: #0063ff;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-linkedin {
  background-color: #007ebb;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-skype {
  background-color: #00aff0;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-slack {
  background-color: #ffffff;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-sms {
  background-color: #1ecea8;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-snapchat {
  background-color: #FFEA00;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-telegram {
  background-color: #0088cc;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-tiktok {
  background-color: #000000;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-twitter {
  background-color: #000000;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-viber {
  background-color: #7b519d;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-callback {
  background-color: #0063ff;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-vkontakte {
  background-color: #6383a8;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-waze {
  background-color: #33ccff;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-wechat {
  background-color: #2dc100;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-whatsapp {
  background-color: #4dc247;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-wonderchat {
  background-color: #6232eb;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-ai {
  background-color: #129bf3;
}
.step1__messengers .wh-messenger-added.wh-messenger-bg-kakaotalk {
  background-color: #f2dc00;
}

.wh-messenger-ai__options .wh-messenger-ai__admin-btn {
  position: relative;
  display: flex;
  width: 99%;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 8px 0 4px;
  font-weight: 500;
  border: 1px solid #3498db;
  color: #3498db;
}
.wh-messenger-ai__options .wh-messenger-ai__admin-btn:hover {
  text-decoration: none;
  color: #30a3f1;
  border-color: #30a3f1;
  background: #f9faff;
}
.wh-messenger-ai__options .wh-messenger-ai__admin-btn:focus {
  text-decoration: none;
  background: #fff;
}
.wh-messenger-ai__options .wh-messenger-ai__admin-btn span {
  font-size: 30px;
  margin-right: 5px;
  font-weight: 300;
}
.wh-messenger-ai__options #dropdown-toggle-bots {
  position: relative;
  display: flex;
  width: 99%;
  height: 34px;
  align-items: center;
  padding: 0 8px 0 12px;
}
.wh-messenger-ai__options #dropdown-toggle-bots.is-loading .logo::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: url(/img/loader.gif) center no-repeat;
  background-size: 100px;
}
.wh-messenger-ai__options #dropdown-toggle-bots .logo {
  flex-shrink: 0;
  display: inline-block;
  background-color: #ccd1dc;
  background-repeat: no-repeat;
  background-position: center center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50px;
  background-size: cover;
}
.wh-messenger-ai__options #dropdown-toggle-bots .caret {
  position: absolute;
  right: 10px;
  top: 41%;
  border-top: 7px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.wh-messenger-ai__options #dropdown-toggle-bots > span {
  text-align: left;
  max-width: 174px;
}
.wh-messenger-ai__options #dropdown-bots {
  width: 100%;
}
.wh-messenger-ai__options #dropdown-bots .dropdown__list {
  margin-bottom: 10px;
}
.wh-messenger-ai__options #dropdown-bots .dropdown__list .dropdown__item > div {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 0.9rem;
  cursor: pointer;
}
.wh-messenger-ai__options #dropdown-bots .dropdown__list .dropdown__item > div .logo {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100px;
  background-color: #ccd1dc;
  background-size: cover;
}
.wh-messenger-ai__options #dropdown-bots .dropdown__list .dropdown__item .dropdown-bots__name {
  text-transform: none;
}
.wh-messenger-ai__options #dropdown-bots .dropdown__list .dropdown__item.is-loading .logo::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: url(/img/loader.gif) center no-repeat;
  background-size: 100px;
}
.wh-messenger-ai__options .dropdown-bots__manage-link a {
  display: inline-block;
  width: 100%;
  padding: 15px 0 6px 0;
  text-align: center;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .lead {
  font-weight: 300;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.hidden {
  display: none !important;
  visibility: none !important;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

:root {
  --highlight-color: #3498db;
  --main-color-header: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

img {
  display: block;
  width: 100%;
}

li {
  list-style-type: none;
}

p, a, span, h1, h4, h2, h3, ul, label {
  line-height: 1;
  margin: 0;
  text-wrap: balance;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 !important;
  margin-bottom: 1px !important;
}

.header__menu-link a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.container:before,
.container:after {
  content: none;
}

.btn-lead {
  background-color: #227DB9;
  border: none;
  color: white;
  transition: all ease-in-out 0.15s;
}

.btn-lead:hover,
.btn-lead:active,
.btn-lead:focus {
  background-color: #69B3E4;
  border: none;
  color: white;
}

.flex {
  display: flex;
  align-items: center;
}

.msg-field {
  min-width: 250px;
}

.flex_between {
  justify-content: space-between;
}

.lang-select {
  top: unset;
  display: block;
  margin-right: 0px;
  padding-left: 0px;
}

.dropdown-menu > li > a {
  display: flex;
}

.settings-title {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}

.settings-title.settings-title_right {
  text-align: right;
}

@media (max-width: 1025px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 769px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  .settings-title.settings-title_right {
    text-align: left;
  }
  .fa-ellipsis-v {
    display: none;
  }
}
@media (max-width: 376px) {
  .msg-field {
    min-width: 200px;
    width: 200px;
  }
}
#feature {
  text-align: center;
  padding-top: 100px;
}

.flex_gap {
  gap: 5px;
}

.relative {
  position: relative;
}

.dragging {
  opacity: 0.5;
  transition: all 0.2s;
}

.fa-ellipsis-v {
  cursor: move;
  font-size: 24px;
  color: #bfbfbf;
}

.settings-label {
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}

.settings-wrapper {
  gap: 25px;
  flex-wrap: wrap;
}

.settings-wrapper.settings-wrapper_messenger {
  gap: 8px;
}

.divider {
  background-color: #eeeeee;
  width: 100%;
  margin: 10px 0;
  height: 1px;
}

.wonderchat-promo {
  gap: 10px;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 6px;
  margin-top: 5px;
  margin-bottom: 30px;
}

html {
  touch-action: manipulation;
}

.popup-message {
  position: absolute;
  padding: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  z-index: 100;
}

.pro-ft {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #aeaeae;
  text-transform: uppercase;
  margin-top: 4px;
}

.pro-only {
  opacity: 0.4;
}

.control-label {
  line-height: 1.16;
}

/**
 * block "get code"
 */
#step3-default {
  margin-top: 20px;
}
#step3-default .block-get-code p {
  text-wrap: wrap;
}
#step3-default .block-get-code .copy-area {
  position: relative;
}
#step3-default .block-get-code .copy-area textarea {
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 70px;
  padding: 5px 40px 5px 7px;
  background: #f6f6f6;
  border: 1px solid #c1c1c1;
  color: #666;
  border-radius: 5px;
  resize: none;
  font-size: 0.875rem;
}
#step3-default .block-get-code .copy-area .btn-copy {
  position: absolute;
  top: 3px;
  right: 6px;
  background: url("/img/icon_copy.svg") no-repeat center;
  background-color: transparent;
  background-size: 16px;
  border-radius: 50px;
  width: 28px;
  aspect-ratio: 1/1;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
#step3-default .block-get-code .copy-area .btn-copy:hover {
  background-color: #fff;
  box-shadow: 0 3px 4px #e4e4e4;
}
#step3-default .block-get-code .copy-area .btn-copy:active {
  opacity: 0.6;
}
#step3-default .block-get-code .message-copy-result {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 0.85rem;
}
#step3-default .block-get-code .message-copy-result.message-success {
  color: #28b36f;
}
#step3-default .block-get-code .message-copy-result.message-error {
  color: #ff0047;
}

body.shopify #header {
  padding-bottom: 0;
}
body.shopify .logo-horizontal {
  top: -90px;
}

.mt-10 {
  margin-top: 10px;
}

.bg-image {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wh-pro-limited {
  color: #FF6550;
  font-size: 17px;
  margin-bottom: 12px;
}
.wh-pro-limited a {
  text-decoration: underline;
  color: #FF6550;
}

.wh-checkbox-label {
  font-weight: 400;
}

@media (min-width: 751px) {
  .wh-billing-block {
    margin-left: 30px;
    max-width: 433px;
  }
}
.wh-billing-title {
  color: #FF6550;
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 500;
}

.wh-billing-descr {
  margin-top: 14px;
}

.wh-billing-secret {
  margin-top: 10px;
}
.wh-billing-secret > span {
  font-weight: bold;
}

.wh-billing-descr-pro {
  margin-top: 14px;
}
.wh-billing-descr-pro span {
  color: #337ab7;
  cursor: pointer;
}
.wh-billing-descr-pro span :hover {
  text-decoration: underline;
}

.wh-i300 {
  width: 300px !important;
}

.wh-field-descr {
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.wh-field-descr__star {
  font-size: 17px;
  font-family: "Courier New", Courier, monospace;
}

#feature .btn.btn-lead {
  background-color: #227DB9;
  border-color: #227DB9;
}
#feature .btn.btn-lead:focus {
  background-color: #227DB9;
  border-color: #227DB9;
}

.draggable {
  transition: all 0.1s;
  margin: 0;
}
.draggable.dragging {
  opacity: 0;
  transition: all 0.2s;
}

@media (min-width: 751px) {
  .draggable-container {
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .draggable-container {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.ghost {
  position: absolute;
  left: -999999px;
  width: 500px;
}
.ghost .draggable.dragging {
  opacity: 1;
}

.draggable-elipsis {
  cursor: move;
  font-size: 24px;
  color: #bfbfbf;
  float: left;
}
.draggable-elipsis:before {
  margin-right: 12px;
  margin-left: 5px;
}

.ghost .control-label.label-wrap,
.form-horizontal .control-label.label-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  text-align: left;
}

.not-valid {
  background: #ffdbdb;
}

.step1-info {
  margin-left: 5px;
  position: relative;
  bottom: 1px;
  cursor: pointer;
}
.step1-info ol {
  width: 213px;
  padding: 0 0 0 15px;
}
.step1-info .popup-message {
  left: -240px;
  bottom: -52px;
}

.messenger-settings-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.messenger-settings-item {
  margin: 0;
  padding: 10px 6px;
  flex: 0 1 auto;
  align-self: center;
  width: 48%;
  line-height: 1.1;
}

.icon-preview {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.messenger-settings {
  display: none;
  position: absolute;
  width: 340px;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 20px 20px 15px 0;
  border-radius: 5px;
  top: -85px;
  margin-left: 40px;
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.17);
  z-index: 99999999;
}
.messenger-settings.show {
  display: block;
}
.messenger-settings .blocked {
  cursor: not-allowed !important;
}
.messenger-settings .btn-color {
  width: 37px;
  height: 39px;
  padding: 0px;
  border: none;
  background-color: #fff;
  float: left;
  margin-left: -2px;
}
.messenger-settings .btn-color-txt {
  width: 86px;
  float: left;
  height: 33px;
  margin-top: 3px;
}
.messenger-settings .dropdown > .btn {
  width: 121px;
}
.messenger-settings label {
  text-align: right;
}
.messenger-settings .wh-widget-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}
.messenger-settings .icon-preview {
  margin-top: -3px;
}

.messenger-settings-toggle {
  font-size: 20px;
  color: #7b7b7b;
  padding: 6px 0 6px 11px;
  float: left;
  cursor: pointer;
}

@media (max-width: 991px) {
  .messenger-settings {
    width: 100%;
    left: 9px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .draggable-elipsis {
    display: none;
  }
}
.step4-shopify {
  margin-top: 30px;
}
.step4-shopify .item-icon {
  border: none !important;
}
.step4-shopify img {
  max-width: 50px;
  box-shadow: 0 0 12px 1px #637381;
  border-radius: 6px;
  overflow: hidden;
}
.step4-shopify .button {
  display: inline-block;
  padding: 1.0625em 1.875em;
  border-radius: 5px;
  font-family: ShopifySans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.133;
  -webkit-font-smoothing: antialiased;
  transition: 150ms ease;
  transition-property: background-color, border-color, box-shadow, color;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #5c6ac4;
  color: #ffffff;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  margin-top: 22px;
  min-width: 170px;
  margin-bottom: 12px;
}
.step4-shopify .button:hover {
  text-decoration: none;
}
.step4-shopify h3 {
  margin-bottom: 40px;
}

.step4-hdr {
  font-weight: 500;
  font-size: 19px;
}
.step4-hdr a {
  color: #0d2338;
  text-decoration: none;
}
.step4-hdr-by {
  font-size: 13px;
  font-weight: 400;
}

.step4-hdr2 {
  font-size: 16px;
  margin-top: 15px;
}

.color-section .dropdown {
  display: flex;
}
.color-section .dropdown > .btn {
  width: 125px;
}
.color-section .dropdown.disabled {
  cursor: not-allowed;
}
.color-section .dropdown.disabled .dropdown-toggle {
  background: #eee;
}
.color-section .dropdown .color-caution {
  font-size: 1.25rem;
  line-height: 1.2;
}
.color-section .btn-color {
  width: 37px;
  height: 42px;
  padding: 0;
  border: none;
  background-color: #fff;
  float: left;
  margin-left: -2px;
  margin-top: -4px;
}
.color-section .btn-color[disabled] {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.color-section .wh-customise-widget-input {
  max-width: 90px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.color-section .wh-customise-widget-input[disabled] {
  background: #eee;
  cursor: not-allowed !important;
  color: #888;
}

/**
 * Shopify modal start trial
 */
/*layout*/
#modal-prompt-trial .modal-header {
  border-bottom: none;
  padding-bottom: 10px;
}

#modal-prompt-trial .modal-body {
  max-width: 430px;
  margin: auto;
}

/*header*/
#modal-prompt-trial .modal-header h4 {
  text-align: center;
  font-weight: bold;
}

/*body*/
#modal-prompt-trial ul.pros {
  list-style: none;
  padding-left: 0;
  max-width: 275px;
  margin: auto;
  margin-top: 30px;
}

#modal-prompt-trial ul.pros li {
  line-height: 1.2;
  margin-top: 15px;
  padding-left: 28px;
  background: url("/img/icon_check.svg") no-repeat 0 -3px;
}

/*buttons*/
#modal-prompt-trial .btn-primary-wrapper {
  margin: 35px 0 40px;
  text-align: center;
}

#modal-prompt-trial .btn-primary-wrapper .btn {
  display: block;
  font-weight: bold;
}

#modal-prompt-trial .btn-primary-wrapper .note {
  font-size: 0.9em;
  margin: auto;
  margin-top: 9px;
  line-height: 1.1;
  opacity: 0.7;
  max-width: 255px;
}

#modal-prompt-trial .btn-cancel-wrapper span {
  color: #555;
  cursor: pointer;
  border-bottom: 1px solid #555;
}

#modal-prompt-trial .btn-cancel-wrapper {
  text-align: center;
  margin-bottom: 10px;
}

#step-3 .btn-logout {
  background: #ffffff;
  color: #000;
  border: 1px solid #909090;
  padding: 3px 11px;
}
#step-3 .banner-admin {
  padding: 0 18px 5px;
}
#step-3 .banner-admin .banner-admin__header {
  width: 100%;
  font-size: 1.05rem;
  font-weight: 500;
}
#step-3 .banner-admin .banner-admin__header a {
  color: #333;
  text-decoration: underline;
}
#step-3 .banner-admin .banner-admin__whatsnew {
  margin-top: 25px;
  font-size: 0.95rem;
  font-weight: 500;
}
#step-3 .banner-admin .banner-admin__whatsnew-list {
  margin-top: 16px;
}
#step-3 .banner-admin .banner-admin__whatsnew-list li {
  margin: 9px 0 9px 17px;
  text-align: left;
  list-style: circle;
  line-height: 1.2;
}
#step-3 .banner-admin .btn {
  margin-top: 22px;
  width: 215px;
}

/**
 * shopify step-3
 */
#step3-shopify .btn.btn-lead.btn-on {
  background-color: #227DB9;
  border-color: #227DB9;
}
#step3-shopify .btn.btn-lead.btn-off {
  background-color: #fff;
  border-color: #a2a2a2;
  color: #333;
}
#step3-shopify .btn.btn-lead.btn-off.is-loading {
  opacity: 0.5;
  background: #f5f5f5;
}
#step3-shopify .btn.btn-lead.is-loading {
  position: relative;
  opacity: 0.7;
  pointer-events: none;
  transition: opacity 0.25s, background-color 0.25s;
}
#step3-shopify .btn.btn-lead.is-loading .loader {
  top: 18px;
  left: auto;
  right: -48px;
  width: 30px;
  height: 30px;
}
#step3-shopify .btn-off-container .btn-off-separator {
  margin: 0 20px 0 40px;
}

@media (max-width: 400px) {
  #step3-shopify .btn-off-container {
    display: block;
    margin-top: 15px;
  }
  #step3-shopify .btn-off-container .btn-off-separator {
    margin: 0 10px 0 5px;
  }
}
/**
 * shopify video tip
 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tip-video {
  display: block;
  width: 370px;
  height: 268px;
  max-width: 93%;
  background: #fff;
  border: 1px solid #999;
}

.tip-video.tip-video-static {
  margin-top: 10px;
}

.tip-video.tip-video-collapse {
  width: 1px;
  height: 1px;
  opacity: 0.01;
}

.video-hover-link {
  display: inline-block;
  padding-bottom: 5px;
}

.video-hover-link .tip-video {
  display: none;
  position: absolute;
  z-index: 1;
  animation: fadeIn 0.25s;
}

.video-hover-link:hover .tip-video {
  display: block;
}