:root {
  --pink: #ff9dfb;
  --green: #eafb36;
  --black: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.setup_header {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.setup_hero {
  background-image: url('../images/color-bg_1.png'), url('../images/6760434c66a115508eea4c54_Lines.webp');
  background-position: 0 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  overflow: hidden;
}

.body {
  background-color: #000;
}

.setup_header-logo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.setup_header-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Source Code Pro, sans-serif;
  display: flex;
}

.link {
  color: #fff;
  margin-right: 16px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #e6d2b4;
}

.link.link-partner {
  display: none;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #242424;
  text-align: center;
  background-color: #eafb36;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Source Code Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.button:hover {
  background-color: #ff9dfb;
}

.button.setup_btn {
  color: #fff;
  background-color: #242424;
  display: none;
}

.button.setup_btn:hover {
  color: #242424;
  background-color: #eafb36;
}

.button.button_cta {
  justify-content: center;
  align-items: center;
  width: auto;
}

.button.button_blogger {
  width: auto;
}

.button.button-hero {
  padding-left: 100px;
  padding-right: 100px;
}

.button.button-head {
  font-size: 16px;
  line-height: 24px;
}

.setup_header-container {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 100px;
  display: flex;
}

.heading {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Prosto One, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  position: relative;
}

.text-span {
  color: #ff9dfb;
}

.text-block {
  z-index: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Source Code Pro, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
}

.setup_hero-container {
  margin-left: auto;
  margin-right: auto;
  padding: 100px 100px 0;
  display: block;
}

.setup_hero-container.setup_container-margin {
  padding-top: 60px;
}

.setup_hero-container.setup-container_margin0 {
  padding-top: 0;
}

.div-block {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.setup_ai-telegram {
  margin-top: 56px;
  margin-bottom: 56px;
}

.setup_ai-tg_bg {
  color: #1a1a1a;
  background-color: #1a1a1a;
  background-image: linear-gradient(333deg, #000, #696258);
  border: 3px solid #494444;
  border-radius: 40px;
  padding: 56px;
}

.setup_h2-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-decoration: none;
}

.heading-2.heading_br {
  color: #251d14;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
}

.text-span-2 {
  color: #251d14;
  font-size: 24px;
  line-height: 32px;
}

.text-span-2.text-span_white {
  color: #fff;
}

.text-block-2 {
  color: #fffc;
  width: auto;
  font-family: Source Code Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.grid {
  grid-template: "."
  / 1fr 1fr 1fr;
}

.setup_bot-item {
  background-color: #1a1a1a;
  background-image: linear-gradient(47deg, #1a1a1a 14%, #eafb36);
  border: 1px solid #242424;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  display: block;
}

.setup_bot-item.setup_bot-item-2 {
  background-color: #000;
  background-image: none;
  border-color: #424242;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 40px;
  display: flex;
  overflow: hidden;
}

.setup_bot-item.setup_bot-item-3 {
  background-image: linear-gradient(299deg, #1a1a1a 23%, #362435 62%, #864a84);
  border-color: #424242;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.setup_bot-item.setup_bot-item-1 {
  background-image: linear-gradient(47deg, #1a1a1a 38%, #636b0e);
  border-color: #424242;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Prosto One, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-3 {
  color: #fff9;
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 32px;
}

.div-block-3.setup_howitwork_1, .div-block-3.setup_howitwork_2, .div-block-3.setup_howitwork_3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.text-block-4 {
  background-color: var(--pink);
  color: #242424;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 24px;
  font-family: Source Code Pro, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
}

.text-span-3 {
  color: var(--green);
}

.heading-4 {
  color: #242424;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prosto One, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.text-span-4 {
  color: #eafb36;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  border: 1px solid #242424;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 56px 0 0;
  display: flex;
}

.image {
  width: 28%;
}

.image-2 {
  width: 50%;
  margin-bottom: 56px;
  display: none;
}

.setup_blogers {
  display: none;
}

.text-span-5 {
  color: #ff9dfb;
}

.div-block-5 {
  background-color: #0e0e0e;
  border-radius: 20px;
  padding: 56px;
}

.grid-3 {
  grid-row-gap: 56px;
  grid-template: ". . . . ."
                 "Area Area Area Area Area"
                 / 1fr .25fr 1fr .25fr 1fr;
}

.div-block-6 {
  background-color: #1a1a1a;
  border: 1px solid #242424;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 32px 24px;
  display: block;
}

.div-block-6.div-block-6_1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0 24px 32px;
  display: block;
}

.div-block-7 {
  background-image: url('../images/bg.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Prosto One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.paragraph {
  color: #fff9;
  text-align: center;
  font-family: Source Code Pro, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.setup_cta-block {
  background-image: linear-gradient(0deg, #ff9dfb, #eafb36);
  margin-top: 100px;
}

.heading-6 {
  color: #242424;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Prosto One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.setup_cta_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 100px 0;
  display: flex;
}

.setup_faq, .setup_faq.setup_faq-ru {
  display: block;
}

.grid-4 {
  grid-template-columns: 1fr;
}

.setup_faq-block {
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 40px 32px;
}

.text-block-5 {
  color: #fff;
  border-bottom: 1px solid #ffffff1a;
  font-family: Prosto One, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-list {
  display: block;
}

.setup_footer-container {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 100px;
}

.setup_footer-bg {
  color: #1a1a1a;
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 32px 56px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.setup_footer_nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-6 {
  color: #fffc;
  margin-bottom: 16px;
  font-family: Source Code Pro, sans-serif;
}

.link-2 {
  color: #fffc;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-2:hover {
  color: #eafb36;
  font-weight: 400;
}

.text-block-7 {
  color: #fffc;
  font-family: Source Code Pro, sans-serif;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Prosto One, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.udsapp_section-question_right_dropdown-1_icon {
  justify-content: space-between;
  width: 32px;
  height: 32px;
  margin: 32px 56px 32px 16px;
  display: flex;
}

.dropdown_1 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #2a2d32;
  justify-content: flex-start;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.paragraph-18 {
  color: #242230;
  margin-bottom: 0;
  margin-left: 56px;
  margin-right: 56px;
  padding-bottom: 32px;
  display: block;
}

.udsapp_section-question_right {
  width: 100%;
}

.dropdown_1_line {
  background-color: #0000;
  border: 1px solid #bdc3d033;
  order: 0;
  align-items: flex-end;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-right: 24px;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.udsapp_section-question_right_dropdown-1_h {
  color: #2a2d32;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.dropdown_1_list {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}

.udsapp_section-question_drop {
  width: 100%;
}

.udsapp_drpdwn_icon {
  width: 100%;
  margin-right: 0;
}

.setup_faq-item {
  width: 100%;
}

.setup_item-drop1 {
  border-bottom: 1px #ffffff1a;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.setup_item-drop2 {
  display: none;
  position: relative;
}

.heading-9 {
  color: #fff;
  font-family: Prosto One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.image-3 {
  width: 32px;
}

.paragraph-19 {
  color: #fffc;
  border-bottom: 1px #ffffff1a;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.setup_faq-line {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.setup_icons {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.image-5 {
  z-index: 1;
  width: 16%;
  max-width: none;
  position: relative;
  top: -549px;
  left: -91px;
}

.image-6 {
  width: 16%;
  max-width: none;
  position: relative;
  top: -437px;
  left: -97px;
}

.image-7 {
  z-index: 1;
  width: 16%;
  max-width: none;
  position: relative;
  top: -241px;
  left: -448px;
}

.image-8 {
  z-index: 1;
  width: 16%;
  max-width: none;
  position: relative;
  top: -563px;
  left: 893px;
}

.image-9 {
  z-index: 1;
  width: 16%;
  max-width: none;
  position: relative;
  top: -183px;
  left: 599px;
}

.image-10 {
  width: 16%;
  max-width: none;
  position: relative;
  top: -384px;
  left: 246px;
}

.image-11 {
  width: 16%;
  max-width: none;
  position: relative;
  top: -352px;
  left: 371px;
}

.image-12 {
  z-index: 1;
  display: none;
  position: relative;
}

.button-2 {
  text-align: center;
  background-color: #242424;
  border-radius: 8px;
  width: 310px;
  margin-bottom: 16px;
  font-family: Source Code Pro, sans-serif;
  font-size: 15px;
  display: none;
  position: relative;
}

.div-block-11 {
  display: block;
}

.image-13 {
  width: 70%;
  max-width: 90%;
}

.lottie-animation {
  display: block;
}

.lottie-animation-2 {
  width: 60%;
  margin-bottom: 24px;
}

.setup_bot-item-4 {
  background-color: #1a1a1a;
  border: 1px solid #242424;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  display: none;
}

.div-block-12 {
  z-index: 2;
  width: 100%;
  height: 0;
  position: relative;
}

.div-block-13 {
  z-index: 2;
  height: 0;
  position: relative;
  overflow: visible;
}

.image-14 {
  margin-bottom: 24px;
}

.div-block-14 {
  width: 100vw;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-15 {
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-15 {
  max-width: 100%;
  position: static;
  inset: 0%;
}

.div-block-16 {
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 18px;
}

.div-block-18 {
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-16 {
  max-width: 100%;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  max-width: 100%;
}

.image-18 {
  max-width: 90%;
}

.div-block-20 {
  width: 35%;
  margin-right: 24px;
}

.div-block-21 {
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  display: flex;
}

.image-19 {
  max-width: 100%;
}

.image-20 {
  max-width: 80%;
}

.image-21 {
  max-width: 100%;
  margin-bottom: 0;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  margin-bottom: 24px;
}

.image-22 {
  max-width: 100%;
}

.div-block-24 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-25 {
  margin-bottom: 40px;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.image-23 {
  max-width: 90%;
  display: block;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-3 {
  display: none;
}

.image-24 {
  display: none;
  position: absolute;
  inset: auto 0% -5%;
}

.image-25 {
  max-width: 20%;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.image-26 {
  max-width: 13%;
  position: relative;
  top: -26px;
  left: -6px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prosto One, sans-serif;
  line-height: 28px;
}

.image-27 {
  max-width: 27%;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.paragraph-20 {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Source Code Pro, sans-serif;
  display: block;
}

.paragraph-20.details_en {
  display: none;
}

.div-block-31 {
  background-color: #fff3;
  width: 100%;
  height: .5px;
}

.body-2 {
  background-color: #000;
}

.heading-11 {
  color: #fff;
  font-family: Prosto One, sans-serif;
}

.utility-page-wrap {
  background-image: url('../images/color-bg.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 56px;
  font-family: Prosto One, sans-serif;
  font-size: 40px;
  line-height: 56px;
}

.body-3 {
  background-color: #000;
}

.setup_404 {
  color: #ff9dfb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prosto One, sans-serif;
  font-size: 200px;
  line-height: 200px;
}

.image-28 {
  margin-bottom: 16px;
}

.text-span-6 {
  color: #ff9dfb;
}

.grid-6 {
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
}

.setup_tariff-item {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px 24px;
  display: flex;
}

.heading-13 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prosto One, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.heading-13.heading-13_price {
  color: var(--pink);
}

.paragraph-21 {
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-21.paragraph_sp {
  color: var(--pink);
}

.div-block-32 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  line-height: 32px;
}

.button-3 {
  background-color: var(--green);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 32px;
  font-family: Source Code Pro, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: flex;
}

.div-block-33 {
  width: 100%;
  margin-bottom: 0;
}

.div-block-33.div_3item {
  margin-bottom: 40px;
}

.div-block-34 {
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 56px;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #101010;
  border: 1px solid #242424;
  border-radius: 20px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.heading-15 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Prosto One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.image-29 {
  width: 100px;
  height: 100px;
}

.button-4 {
  border: 1px solid var(--green);
  color: var(--green);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 16px;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.button-4:hover {
  border-color: var(--pink);
  color: var(--pink);
  background-color: #101010;
}

.button-4.button-details {
  background-color: var(--green);
  color: var(--black);
}

.button-4.button-details:hover {
  border-color: var(--pink);
  background-color: var(--pink);
}

.image-30 {
  width: 105%;
  max-width: none;
}

.paragraph-22 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--black);
  flex-flow: column;
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-37 {
  margin-bottom: 24px;
}

.div-block-38 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-39 {
  margin-bottom: 16px;
}

.div-block-40, .div-block-41, .div-block-42, .div-block-43, .div-block-44, .div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.div-block-47, .div-block-48, .div-block-49, .div-block-50, .div-block-51, .div-block-52, .div-block-53, .div-block-54, .div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.div-block-57 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-59 {
  flex-flow: column;
  width: 100%;
  display: block;
}

.div-block-60, .div-block-61 {
  width: 100%;
}

.image-31 {
  width: 100%;
  max-width: none;
}

.div-block-62 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.tabs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 60%;
  margin-bottom: 56px;
  display: flex;
}

.image-32 {
  max-width: 100%;
  position: static;
  inset: 0%;
}

.image-33, .image-34 {
  max-width: 100%;
}

.tab-link-tab-1 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  padding: 16px 24px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
}

.tab-link-tab-2 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 16px 24px;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
}

.tab-link-tab-3 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 16px 24px;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.tabs-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.text-block-8 {
  color: var(--black);
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.text-block-8.text-block-8-h {
  color: var(--pink);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-8.text-block-8_tab2, .text-block-8.text-block-8_tab2.text-block-8_tab3, .text-block-8.text-block-8_tab1 {
  display: block;
}

.text-block-9, .text-block-10 {
  color: var(--pink);
  margin-bottom: 8px;
  font-family: Source Code Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-63 {
  width: auto;
  position: static;
  top: 80px;
}

.tab-pane-tab-1 {
  width: auto;
}

.tabs__menu {
  flex-flow: column;
  width: 60%;
  margin: 0 0 56px;
  display: block;
  position: relative;
}

.tabs-link__title {
  align-items: flex-start;
}

.unsplash-badge {
  z-index: 99;
  display: inline-block;
  position: absolute;
  inset: 24px 24px auto auto;
}

.tabs__link-body {
  overflow: hidden;
}

.tabs__image {
  border-radius: 4px;
  width: 100%;
}

.container {
  flex-flow: row;
  width: auto;
  max-width: none;
  display: block;
}

.tabs__link {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 10px;
  padding: 16px 24px;
  transition: background-color .2s;
  display: block;
}

.tabs__link.w--current {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tabs-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.tabs__content {
  width: 40%;
}

.heading-16 {
  color: var(--pink);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Source Code Pro, sans-serif;
}

.paragraph-23 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-17 {
  color: var(--pink);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Source Code Pro, sans-serif;
}

.paragraph-24 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-18 {
  color: var(--pink);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Source Code Pro, sans-serif;
}

.paragraph-25 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.css, .image-36, .image-37, .image-38, .image-39, .image-40 {
  display: none;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  color: var(--pink);
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Prosto One, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-26 {
  color: #24242480;
  margin-bottom: 16px;
  font-family: Source Code Pro, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.div-block-68 {
  border: 1px solid var(--pink);
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 16px;
}

.div-block-69, .div-block-70 {
  border: 1px solid var(--pink);
  border-radius: 20px;
  padding: 16px;
}

.body-4 {
  background-color: #1c1c1c;
}

.div-block-71 {
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph-27 {
  color: #251d14;
  text-align: left;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-27.paragraph_white {
  color: #fff;
  text-align: center;
}

.paragraph-27.paragraph_hh {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block-73 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.div-block-74 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-span-11 {
  color: #251d14;
  display: block;
}

.text-block-11 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .div-block-2 {
    bottom: 0;
  }

  .paragraph-18 {
    color: #49505e;
  }

  .paragraph-18.paragraph-18_black {
    color: #2a2d32;
  }

  .dropdown_1_line {
    background-color: #bdc3d033;
    border-style: none;
    border-width: 0;
  }

  .dropdown_1_list {
    display: none;
  }

  .image-6 {
    left: -13px;
  }

  .image-8 {
    top: -632px;
    left: 992px;
  }

  .image-9 {
    left: 657px;
  }

  .image-10 {
    top: -437px;
    left: 278px;
  }

  .image-11 {
    top: -405px;
    left: 344px;
  }

  .div-block-12 {
    width: auto;
  }

  .div-block-34 {
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .setup_header {
    background-image: none;
  }

  .setup_hero {
    background-image: url('../images/6760434c66a115508eea4c54_Lines.webp'), url('../images/color-bg_1.png');
    background-position: 50% 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll, scroll;
  }

  .div-block-2 {
    width: 40%;
    bottom: 0;
  }

  .div-block-3.setup_howitwork_2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    border-radius: 20px;
  }

  .dropdown_1_list {
    display: none;
  }

  .setup_item-drop1 {
    padding-bottom: 0;
    display: block;
  }

  .setup_item-drop2 {
    display: none;
  }

  .div-block-8 {
    justify-content: space-between;
    align-items: center;
  }

  .setup_icons {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: block;
    position: absolute;
  }

  .image-5 {
    width: 20%;
    position: relative;
    top: -464px;
    left: -184px;
  }

  .image-6 {
    width: 20%;
    position: relative;
    top: -406px;
    left: -146px;
  }

  .image-7 {
    width: 20%;
    position: relative;
    top: -157px;
    left: -572px;
  }

  .image-8 {
    width: 20%;
    left: 583px;
  }

  .image-9 {
    width: 20%;
    top: -192px;
    left: 318px;
  }

  .image-10 {
    width: 20%;
    top: -481px;
    left: -72px;
  }

  .image-11 {
    width: 20%;
    left: 54px;
  }

  .image-12 {
    display: none;
  }

  .div-block-12 {
    z-index: 2;
    width: auto;
    position: absolute;
    top: -123px;
    left: 133px;
  }

  .div-block-13 {
    z-index: 2;
    position: absolute;
    inset: auto 0% auto 31%;
  }

  .div-block-14 {
    position: relative;
  }

  .lottie-animation-3 {
    position: relative;
    top: -40px;
  }

  .image-24 {
    z-index: 1;
    position: absolute;
    inset: auto 0% -20%;
  }

  .div-block-34 {
    background-size: cover;
  }

  .div-block-35 {
    background-color: #101010cc;
  }

  .button-4 {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .setup_hero {
    background-image: url('../images/color-bg_1.png'), url('../images/6760434c66a115508eea4c54_Lines.webp');
    background-position: 50% 100%, 50% 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, cover;
    background-attachment: scroll, scroll;
  }

  .setup_ai-telegram {
    z-index: 2;
    position: relative;
  }

  .div-block-3.setup_howitwork_2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .dropdown_1_list {
    display: none;
  }

  .image-5 {
    width: 25%;
    top: -695px;
    left: -70px;
  }

  .image-6 {
    width: 25%;
    top: -448px;
    left: -130px;
  }

  .image-7 {
    width: 25%;
    top: -324px;
    left: -753px;
  }

  .image-8 {
    top: -790px;
    left: 738px;
  }

  .image-9 {
    top: -379px;
    left: 510px;
  }

  .image-10 {
    top: -567px;
    left: 0;
  }

  .image-11 {
    top: -617px;
    left: 162px;
  }

  .div-block-12 {
    width: auto;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation-3 {
    top: -62px;
  }

  .image-24 {
    z-index: 1;
    width: 110%;
    max-width: 110%;
    inset: 0%;
  }

  .div-block-34 {
    background-size: cover;
  }

  .button-4 {
    width: 50%;
  }

  .paragraph-26 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .setup_hero {
    background-position: 50% 0, 50% 0;
    background-size: cover, auto;
  }

  .setup_header-logo {
    width: auto;
  }

  .setup_header-nav {
    display: flex;
  }

  .link {
    display: block;
  }

  .button {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.button_cta {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.button-hero {
    font-size: 16px;
    line-height: 24px;
  }

  .button.button-head {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .setup_header-container {
    padding: 16px;
  }

  .heading {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block {
    width: 70%;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .setup_hero-container {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .setup_hero-container.setup_container-margin {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .div-block {
    margin-bottom: 24px;
  }

  .div-block-2 {
    width: 50%;
    bottom: 0;
  }

  .setup_ai-telegram {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .setup_ai-tg_bg {
    border-radius: 20px;
    padding: 40px 16px 16px;
  }

  .setup_h2-block {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .heading-2 {
    text-align: center;
    width: 60%;
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .setup_bot-item {
    padding: 32px 16px;
  }

  .setup_bot-item.setup_bot-item-2 {
    padding-bottom: 24px;
  }

  .setup_bot-item.setup_bot-item-3, .setup_bot-item.setup_bot-item-1 {
    padding-top: 24px;
  }

  .heading-3 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-3 {
    padding: 32px 16px;
  }

  .div-block-3.setup_howitwork_1, .div-block-3.setup_howitwork_2, .div-block-3.setup_howitwork_3 {
    padding-top: 24px;
  }

  .text-block-4 {
    margin-bottom: 8px;
    padding: 4px 16px;
    font-size: 16px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-4 {
    border-radius: 20px;
    justify-content: center;
    align-items: flex-end;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2 {
    margin-bottom: 32px;
  }

  .div-block-5 {
    padding: 32px 16px;
  }

  .grid-3 {
    grid-row-gap: 24px;
  }

  .div-block-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-6.div-block-6_1 {
    padding-bottom: 24px;
  }

  .div-block-7 {
    padding: 32px 16px 0;
  }

  .heading-5 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .setup_cta-block {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-6 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .setup_cta_container {
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .setup_faq-block {
    padding: 32px 16px;
  }

  .setup_footer-container {
    margin-top: 0;
    padding: 32px 16px;
  }

  .setup_footer-bg {
    flex-flow: row;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: ". Area"
                   "Area-3 Area-2"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .setup_footer_nav {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .heading-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .udsapp_section-question_right_dropdown-1_icon {
    margin-top: 27px;
    margin-bottom: 27px;
    margin-right: 0;
  }

  .heading-8 {
    margin-left: 0;
  }

  .paragraph-18 {
    margin-left: 0;
    font-size: 15px;
    line-height: 18px;
    display: block;
  }

  .udsapp_section-question_right_dropdown-1_h {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 18px;
  }

  .dropdown_1_list {
    display: none;
  }

  .setup_item-drop1 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .setup_item-drop2 {
    display: none;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .image-3 {
    width: 24px;
  }

  .div-block-8 {
    padding-bottom: 16px;
  }

  .div-block-9, .div-block-10 {
    width: 32px;
  }

  .image-5 {
    top: -467px;
    left: -3px;
  }

  .image-6 {
    top: -305px;
    left: -36px;
  }

  .image-7 {
    top: -157px;
    left: -217px;
  }

  .image-8 {
    top: -548px;
    left: 619px;
  }

  .image-9 {
    top: -132px;
    left: 464px;
  }

  .image-10 {
    top: -298px;
    left: 246px;
  }

  .image-11 {
    top: -349px;
    left: 253px;
  }

  .div-block-15, .div-block-16, .div-block-18 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-10 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-20 {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-12 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area-2"
                         "Area-4 Area-4";
  }

  .setup_tariff-item {
    padding: 24px 16px;
  }

  .setup_tariff-item.setup_tariff-item-50 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-13 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .button-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-33 {
    margin-bottom: 16px;
  }

  .div-block-33.div_3item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-bottom: 16px;
    display: flex;
  }

  .div-block-34 {
    background-position: 50%;
    background-size: cover;
    padding: 40px 16px 24px;
  }

  .div-block-35 {
    flex-flow: column;
    padding: 16px;
  }

  .heading-15 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-29 {
    width: 80px;
    height: 80px;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .button-4.button-details {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pic-robot {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-30 {
    width: 90%;
  }

  .paragraph-22 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-37, .div-block-57 {
    margin-bottom: 16px;
  }

  .div-block-58 {
    justify-content: center;
    align-items: center;
  }

  .div-block-62 {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tabs__menu {
    width: 50%;
    margin-bottom: 24px;
  }

  .tabs__link, .tabs__link.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs__content {
    width: 50%;
  }

  .heading-16 {
    margin-bottom: 4px;
  }

  .paragraph-23 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-17 {
    margin-bottom: 4px;
  }

  .paragraph-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-18 {
    margin-bottom: 4px;
  }

  .paragraph-25 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-64 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-65 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    display: flex;
  }

  .image-35 {
    width: 100px;
    max-width: none;
  }

  .paragraph-27.paragraph_white {
    font-size: 16px;
  }

  .paragraph-27.paragraph_hh {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-73 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-11 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-41 {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .setup_hero {
    height: auto;
  }

  .button.button_blogger {
    margin-top: 32px;
  }

  .setup_header-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block {
    width: 100%;
  }

  .setup_hero-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .setup_hero-container.setup_container-margin {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block {
    margin-bottom: 0;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 70%;
    bottom: auto;
  }

  .setup_ai-tg_bg {
    padding-top: 24px;
  }

  .setup_h2-block {
    justify-content: space-between;
    align-items: center;
  }

  .heading-2 {
    display: block;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template: ". ."
                   "Area Area-2"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .setup_bot-item.setup_bot-item-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 162px;
    padding: 24px 16px;
    position: relative;
  }

  .setup_bot-item.setup_bot-item-3 {
    flex-flow: row;
    height: 162px;
    padding: 24px 16px;
    overflow: hidden;
  }

  .setup_bot-item.setup_bot-item-1 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 162px;
    padding: 24px 16px;
    overflow: hidden;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         "Area Area";
  }

  .div-block-3.setup_howitwork_1 {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .div-block-3.setup_howitwork_2 {
    padding-top: 24px;
  }

  .div-block-3.setup_howitwork_3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-4 {
    margin-bottom: 4px;
  }

  .div-block-4 {
    flex-flow: row;
  }

  .grid-3 {
    display: block;
  }

  .div-block-6 {
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-6.div-block-6_1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
    display: flex;
  }

  .div-block-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .setup_cta_container {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-5 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-18 {
    margin-right: 0;
    display: block;
  }

  .dropdown_1_list {
    display: none;
  }

  .div-block-9, .div-block-10 {
    margin-bottom: 16px;
  }

  .image-6 {
    top: -378px;
    left: -4px;
  }

  .image-7 {
    left: -34px;
  }

  .image-8 {
    top: -472px;
    left: 490px;
  }

  .image-9 {
    top: -401px;
    left: 433px;
  }

  .image-10 {
    top: -323px;
    left: 438px;
  }

  .image-11 {
    top: -219px;
    left: 326px;
  }

  .setup_bot-item-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 16px;
  }

  .div-block-14 {
    display: none;
    position: static;
    bottom: 0;
  }

  .div-block-15 {
    margin-bottom: 0;
  }

  .image-15 {
    display: none;
  }

  .div-block-16 {
    width: 50%;
  }

  .div-block-17 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: static;
    top: auto;
  }

  .image-16, .image-17 {
    display: none;
  }

  .div-block-20 {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .div-block-21 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-19 {
    max-width: 90%;
  }

  .image-20 {
    max-width: 70%;
  }

  .image-21 {
    margin-bottom: 0;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .div-block-23 {
    width: 40%;
    margin-bottom: 0;
  }

  .image-22 {
    max-width: 90%;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .image-25 {
    max-width: 15%;
  }

  .div-block-29 {
    padding-bottom: 16px;
  }

  .image-26 {
    max-width: 8%;
    top: -35px;
  }

  .image-27 {
    max-width: 15%;
  }

  .div-block-30 {
    padding-bottom: 16px;
  }

  .lottie-animation-4 {
    width: 50%;
  }

  .heading-12 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .setup_tariff-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-34 {
    background-position: 0 100%;
    background-size: cover;
    padding-top: 24px;
  }

  .div-block-35 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .heading-15 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-4 {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .grid-7 {
    display: flex;
  }

  .image-30 {
    width: 80%;
  }

  .div-block-40 {
    width: 60%;
  }

  .div-block-42, .div-block-45, .div-block-47, .div-block-49, .div-block-50, .div-block-53, .div-block-55 {
    width: 65%;
  }

  .div-block-62 {
    padding-bottom: 24px;
  }

  .tabs__menu {
    width: 100%;
  }

  .tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-36 {
    max-width: 100%;
    display: block;
    position: absolute;
  }

  .image-37 {
    width: 50%;
    max-width: 50%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: visible;
  }

  .image-38 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .div-block-66 {
    width: auto;
  }

  .div-block-67 {
    width: 65svh;
  }
}

@media screen and (max-width: 479px) {
  .setup_header {
    display: block;
  }

  .setup_hero {
    background-position: 50%, 50%;
    background-size: cover, 960px;
    height: auto;
    overflow: hidden;
  }

  .setup_header-logo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .setup_header-nav {
    flex-flow: column;
  }

  .button {
    width: 100%;
    margin-top: 0;
  }

  .button.button_blogger {
    margin-top: 24px;
  }

  .button.button-hero {
    padding-left: 60px;
    padding-right: 60px;
  }

  .setup_header-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block {
    margin-bottom: 24px;
  }

  .setup_hero-container {
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: visible;
  }

  .setup_hero-container.setup_container-margin {
    padding-top: 24px;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    bottom: 0;
  }

  .setup_ai-telegram {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .setup_h2-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-2 {
    width: 100%;
    margin-bottom: 8px;
  }

  .grid {
    display: flex;
  }

  .setup_bot-item {
    margin-bottom: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .setup_bot-item.setup_bot-item-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .setup_bot-item.setup_bot-item-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .setup_bot-item.setup_bot-item-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3, .text-block-3 {
    text-align: left;
  }

  .grid-2 {
    display: block;
  }

  .div-block-3 {
    margin-bottom: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-3.setup_howitwork_1 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-3.setup_howitwork_3 {
    flex-flow: column;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
  }

  .image {
    width: 60%;
  }

  .image-2 {
    width: 100%;
    margin-bottom: 16px;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-3 {
    grid-auto-flow: row;
    display: block;
  }

  .div-block-6 {
    margin-bottom: 8px;
  }

  .div-block-7 {
    background-image: url('../images/bg.svg');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 24px;
    padding-bottom: 0;
    overflow: visible;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .setup_cta-block {
    margin-top: 24px;
  }

  .heading-6 {
    margin-bottom: 16px;
  }

  .setup_cta_container {
    flex-flow: column-reverse;
    padding: 24px 16px 0;
  }

  .setup_faq-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .setup_footer-container {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .setup_footer-bg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .setup_footer_nav {
    justify-content: space-between;
    align-items: center;
  }

  .link-2, .text-block-7 {
    text-align: center;
  }

  .udsapp_section-question_right_dropdown-1_icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 24px;
    height: 24px;
    margin: 39px 16px 39px 0;
    display: flex;
  }

  .udsapp_section-question_right {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .udsapp_section-question_right_dropdown-1_h {
    width: 230px;
    height: auto;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    overflow: visible;
  }

  .dropdown_1_list {
    display: none;
  }

  .udsapp_drpdwn_icon {
    width: Infinity% ;
    height: 100%;
  }

  .heading-9 {
    width: 90%;
    font-size: 14px;
  }

  .setup_icon-plus {
    width: 24px;
  }

  .div-block-9, .div-block-10 {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    max-width: 80%;
  }

  .image-5 {
    top: -454px;
  }

  .image-6 {
    top: -418px;
    left: -25px;
  }

  .image-7 {
    top: -237px;
  }

  .image-8 {
    top: -450px;
    left: 247px;
  }

  .image-9 {
    top: -414px;
    left: 258px;
  }

  .image-10 {
    top: -245px;
    left: 225px;
  }

  .image-11 {
    top: -240px;
    left: 168px;
  }

  .setup_bot-item-4 {
    flex-flow: column;
    padding: 24px 16px;
  }

  .div-block-14 {
    width: auto;
    display: none;
  }

  .image-15 {
    display: block;
  }

  .div-block-16 {
    width: auto;
  }

  .image-16, .image-17 {
    display: block;
  }

  .div-block-20 {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-22 {
    width: 100%;
  }

  .div-block-23 {
    width: auto;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
  }

  .div-block-25 {
    margin-bottom: 16px;
  }

  .image-23 {
    max-width: 100%;
    display: none;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .lottie-animation-3 {
    position: static;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-26 {
    top: -19px;
  }

  .heading-10 {
    font-size: 14px;
  }

  .utility-page-wrap {
    justify-content: center;
    align-items: center;
  }

  .utility-page-content {
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-12 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-28 {
    max-width: 100%;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .div-block-33.div_3item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-30 {
    width: 90%;
  }

  .div-block-40, .div-block-42 {
    width: auto;
  }

  .div-block-45 {
    width: 100%;
    display: flex;
  }

  .div-block-47, .div-block-49, .div-block-50, .div-block-53, .div-block-55 {
    width: auto;
  }

  .div-block-56 {
    flex-flow: column;
  }

  .div-block-65 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-36 {
    display: none;
    position: static;
  }

  .image-37, .image-38 {
    display: none;
  }

  .image-40 {
    display: block;
  }
}

#w-node-_9bbf3e92-11e7-82ee-9d23-f79b69d77124-3c100c03 {
  place-self: auto;
}

#w-node-_7bd16988-9064-0739-2d41-57ff9387fb3f-3c100c03 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_56bdf40d-68cd-f8c1-e211-2936ab45e33e-3c100c03 {
  justify-self: auto;
}

#w-node-_71b38b73-061f-0d57-b6cc-fffe436bbc27-3c100c03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a061212-642c-f128-204a-e3154db055ae-3c100c03, #w-node-a8e47ef2-bf03-93b7-bcab-061efeb48312-3c100c03 {
  place-self: center;
}

#w-node-_0a8cdb0e-65e3-a56b-6060-07318b682ae4-3c100c03 {
  grid-area: Area;
}

#w-node-d96fedd4-437f-f08a-a35f-6c4a40b2352b-3c100c03, #w-node-_897544ea-9203-3fb1-39ad-add6b85e916e-3c100c03 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9bbf3e92-11e7-82ee-9d23-f79b69d77124-8173b1de {
  place-self: auto;
}

#w-node-_7bd16988-9064-0739-2d41-57ff9387fb3f-8173b1de {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_56bdf40d-68cd-f8c1-e211-2936ab45e33e-8173b1de {
  justify-self: auto;
}

#w-node-_0a061212-642c-f128-204a-e3154db055ae-8173b1de, #w-node-a8e47ef2-bf03-93b7-bcab-061efeb48312-8173b1de {
  place-self: center;
}

#w-node-_0a8cdb0e-65e3-a56b-6060-07318b682ae4-8173b1de {
  grid-area: Area;
}

#w-node-d96fedd4-437f-f08a-a35f-6c4a40b2352b-8173b1de, #w-node-_897544ea-9203-3fb1-39ad-add6b85e916e-8173b1de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9bbf3e92-11e7-82ee-9d23-f79b69d77124-e83c2e35 {
  place-self: auto;
}

#w-node-_7bd16988-9064-0739-2d41-57ff9387fb3f-e83c2e35 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_56bdf40d-68cd-f8c1-e211-2936ab45e33e-e83c2e35 {
  justify-self: auto;
}

#w-node-_71b38b73-061f-0d57-b6cc-fffe436bbc27-e83c2e35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a061212-642c-f128-204a-e3154db055ae-e83c2e35, #w-node-a8e47ef2-bf03-93b7-bcab-061efeb48312-e83c2e35 {
  place-self: center;
}

#w-node-_0a8cdb0e-65e3-a56b-6060-07318b682ae4-e83c2e35 {
  grid-area: Area;
}

#w-node-_00c53ab0-7423-d99e-d9dd-a3533ceff73f-e83c2e35, #w-node-_00c53ab0-7423-d99e-d9dd-a3533ceff740-e83c2e35 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_877753fb-f7fe-06b0-cdc7-ec5b1a4d704e-3c100c03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97a0f97f-9f6f-5c6b-6e00-1eb9b44ef988-3c100c03 {
    grid-area: Area-4;
  }

  #w-node-_9361e315-04f6-e12a-68ac-5f09604f64f3-3c100c03 {
    grid-area: Area;
  }

  #w-node-_3a208df3-b9e0-620f-7ec1-eeeb7c00919b-8173b1de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a208df3-b9e0-620f-7ec1-eeeb7c0091bd-8173b1de {
    grid-area: Area-4;
  }

  #w-node-_9361e315-04f6-e12a-68ac-5f09604f64f3-8173b1de {
    grid-area: Area;
  }

  #w-node-faa17f93-ec8e-777c-50e4-53762933dab7-8173b1de {
    grid-area: Area-2;
  }

  #w-node-d4d9b281-5e52-da0b-ef43-affec0dece0c-e83c2e35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4d9b281-5e52-da0b-ef43-affec0dece95-e83c2e35 {
    grid-area: Area-4;
  }

  #w-node-_00c53ab0-7423-d99e-d9dd-a3533ceff728-e83c2e35 {
    grid-area: Area;
  }

  #w-node-_00c53ab0-7423-d99e-d9dd-a3533ceff733-e83c2e35 {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_63353e20-29d8-a311-1938-78254d0c9593-3c100c03 {
    grid-area: Area;
  }

  #w-node-_7bd16988-9064-0739-2d41-57ff9387fb3f-3c100c03 {
    grid-area: Area-2;
  }

  #w-node-_67104fb5-35d3-551b-1874-ea5148374abc-3c100c03 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_63353e20-29d8-a311-1938-78254d0c9593-8173b1de {
    grid-area: Area;
  }

  #w-node-_7bd16988-9064-0739-2d41-57ff9387fb3f-8173b1de {
    grid-area: Area-2;
  }

  #w-node-_67104fb5-35d3-551b-1874-ea5148374abc-8173b1de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_63353e20-29d8-a311-1938-78254d0c9593-e83c2e35 {
    grid-area: Area;
  }

  #w-node-_7bd16988-9064-0739-2d41-57ff9387fb3f-e83c2e35 {
    grid-area: Area-2;
  }

  #w-node-_67104fb5-35d3-551b-1874-ea5148374abc-e83c2e35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


