
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

input#checkbox-remind-2 {
    pointer-events: none;
}

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
/*
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}*/

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}
.checkbox.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: none;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {

  width: auto;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: normal;
}

a {
  padding-right: 0px;
  color: #0064e9;
  font-size: 16px;
  text-decoration: none;
}
.day, .clock, .tz.timezone_value {
  background: rgba(0, 100, 233, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
}

strong {
  font-weight: bold;
}
.close_bl {
  position: absolute;
  left: 16px;
}
.button_bl {
  position: absolute;
  right: 16px;
  top: 18px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
}
.text-block-88 a {
  margin: 0;
  padding: 0;
}

.rich-text-block {
  display: block;
  font-family: Roboto, sans-serif;
}
.project_bg_img.in_project.add_photo {
  background-image: none!important;
  border: 1px dashed #4C4C4C;
  padding-top:15%;
  padding-bottom:15%; 
  cursor: pointer;
}
.project_bg_img.in_project.add_photo img {
  height: 30px;
  margin: 0 auto 4px;
  opacity: 0.5;
  display: block;
}
.img .in_project:after {
  background-image: url(https://lp.keira.bot/public/assets/images/gr_img.svg);
  content: '';
  position: absolute;
  bottom: 8px;
  width: 40px;
  margin-left: -20px;
  height: 40px;
  left: 50%;
}
.img .in_project.add_photo:after {
  content: none;
}

.project_bg_img.in_project.add_photo p {
  text-align: center;
  font-size: 14px;
  color: #8e8e8e;
  margin-bottom: 0;
}
.hero_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shape {
  width: 100%;
  max-width: 540px;
  padding: 4%;
  border-radius: 16px;
  background-color: #0d0d0d;
}

.shape.in_aut_block {
  background-color: transparent;
}

.hero_h1 {
  width: 92%;
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
  text-align: center;
}

.line-2 {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #3d3d3d;
}

.html-dots {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.messgae_text_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.message_text_offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
}

.image-9 {
  width: 32px;
  height: 32px;
  line-height: 24px;
}

.image-10 {
  width: 48px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dots_block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.5;
}

.container_for_animation {
  height: auto;
  padding: 0px;
}

.msg {
  width: 300px;
  margin: 5%;
  padding: 0px;
}

.bg_anim_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #1a1a1a;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.text-block-41 {
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
}

.message_div {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  padding-left: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-emoji {
  position: static;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0px;
  margin-left: 2%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #1a1a1a;
}

.buttons_grid {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  margin: 12% auto 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid {
  width: 100%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
  grid-auto-flow: row;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 48% 48%;
  grid-template-columns: 48% 48%;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 72px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #69aef9;
  border-radius: 8px;
  background-color: #0a84ff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
}

.instagram {
  display: block;
}

.zoom {
  display: none;
}

.webinars {
  display: none;
}

.auth_section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.content {
  width: 100%;
  max-width: 1400px;
  padding: 0px 0%;
}

.main_info_section {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4%;
  padding-bottom: 4%;
}

.image_bg_container {
  position: relative;
  width: 74%;
  margin-right: auto;
  margin-left: auto;
  padding: 37% 0px;
  background-color: #27303f;
}

.image_bg_container.first {
  border-style: none;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.08);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0);
}

.image_bg_container.first.functions {
  overflow: hidden;
  border-style: solid;
  border-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.image_in_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border: 2px solid #363e4e;
  border-radius: 4px;
  background-image: url('https://lp.keira.bot/public/assets/images/Group-9-Copy-5.svg');
  background-position: 50% 50%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.image_in_container._2.with_border_2 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: rgba(255, 255, 255, 0.07);
  background-image: url('https://lp.keira.bot/public/assets/images/Group-9-Copy-5.svg');
  background-size: auto 50%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-bottom: 8%;
  text-align: center;
}

.heading {
  margin-top: 4%;
  margin-bottom: 2%;
  padding-left: 4%;
  letter-spacing: 2px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 8%;
  text-align: center;
}

.cases_video_container {
  width: 100%;
  max-width: 1400px;
  padding-right: 4%;
  padding-left: 4%;
}

.video_size_div {
  position: relative;
  width: 100%;
  padding-top: 27%;
  padding-bottom: 27%;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.setting_info_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_setting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8%;
}

.setting_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46 {
  width: 140px;
  height: 140px;
  margin-right: 0%;
  margin-bottom: 7%;
  padding: 0%;
  background-image: url('https://lp.keira.bot/public/assets/images/Group-3_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}


.text-span {
  font-weight: 700;
}

.paragraph-2 {
  font-weight: 300;
  text-align: center;
}

.bot_functions_section {
  padding: 4%;
}

.heading-5 {
  text-align: center;
  letter-spacing: 3px;
}

.function_div {
  padding-top: 8%;
  padding-bottom: 8%;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.columns-3._2_nd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  margin-top: 3%;
  text-align: center;
}

.plans_sections {
  position: relative;
  padding-right: 4%;
  padding-left: 4%;
}

.animate_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0d0d0d;
  background-image: url('https://lp.keira.bot/public/assets/images/Firefly-6_3s-1084px.svg');
  background-position: 0px 0px;
  background-size: 60%;
}

.plans_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 8% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  width: 100%;
}

.paragraph-4 {
  margin-bottom: 8%;
  text-align: center;
}
.copy_link {
  padding: 14px 0;
  width: 100%;
}
.copy_link p {
  color: #858585;
  font-size: 16px;
  margin-bottom: 8px;
}



.copy_link_text #copy-project-link {
  padding: 0;
  position: absolute;
  width: 24px;
  top: 15px;
  right: 10px;
}
.copy_link_text #copy-project-link img {
  width: 20px;
}
.copy_link_text {
  background-color: #1a1a1a;
  border-radius: 8px;
  width: 100%;
  position: relative;
  display: block;
  padding: 18px 40px 18px 16px;
}
.copy_link_text p {
  color: #0064e9;
  font-size: 14px; 
  cursor: pointer;
  white-space: nowrap; 
  overflow-x: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  margin: 0;
}
.heading-6 {
  text-align: center;
}

.free_plan_container {
  width: 90%;
  padding: 8%;
  border-radius: 15px;
  background-color: #000;
}


.free_plan_container.interface {
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.heading-7 {
  margin-top: 0px;
}

.list {
  margin-top: 8%;
}

.list-item {
  margin-bottom: 3%;
}

.free_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  margin-top: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #109b60;
  background-image: none;
}

.pro_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  margin-top: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #0091FF 0%, #0064E9 100%);
}

.testing .after-fixed-head{
  margin-top: 60px!important;
}
.testing .testing_page_content .column-37 {
  width: 175px;
  padding: 2px 0;
}
.testing .testing_page_content .column-38{
width: calc(100% - 175px) ;
}

.column-5 {
  padding-left: 0px;
}

.cases_video {
  padding-top: 8%;
  padding-bottom: 8%;
}

.footer_sectiom {
  position: relative;
  height: 90vh;
  background-color: #0d0d0d;
}

.avatar {
  width: 90px;
  height: 90px;
  margin: 2% auto 4%;
  background-image: url('https://lp.keira.bot/public/assets/images/Group-13-Copy-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatar.keira_free {
  margin-top: 2%;
  margin-bottom: 4%;
  background-image: url('https://lp.keira.bot/public/assets/images/Keira_free.svg');
}

.heading-9 {
  margin-top: 0px;
  color: #109b60;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0064e9;
}

.footer_contant {
  width: 100%;
  max-width: 1400px;
  padding: 4%;
}

.wavws_footer_ani {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 90%;
  background-image: url('https://lp.keira.bot/public/assets/images/Ocean-2_5s-2560px.svg');
  background-position: 50% 100%;
  background-size: auto 190%;
  opacity: 0.45;
}

.columns-5 {
  position: relative;
}

.footer_link a {
  padding-right: 0px;
  background-image: none;
}
textarea {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.textarea::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}

.textarea::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.08);
}

.lang_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  max-width: 1400px;
  margin-top: 2%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang_select_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select_arrow {
  width: 14px;
  height: 14px;
  margin-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://lp.keira.bot/public/assets/images/Rectangle.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-42 {
  margin-right: 4%;
  font-size: 16px;
}

.image-12 {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.selector_shape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  min-height: 40px;
  margin-top: 42px;
  margin-bottom: 0px;
  padding: 16px 8px 0px;
  border-radius: 8px;
  background-color: #161616;
}

.lng_var {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  color: #fff;
}

.div-block-48 {
  cursor: pointer;
}

.bold-text {
  text-align: center;
}

.heading-11 {
  text-align: center;
}

.heading-12 {
  text-align: center;
}

.heading-13 {
  text-align: center;
}

.wa_dynamic_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #0cb925;
  background-image: none;
  font-size: 16px;
}

.tg_dynamic_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #0683c5;
  background-image: none;
  font-size: 16px;
  text-align: center;
}

.column-6 {
  padding-right: 10px;
  padding-left: 0px;
}

.column-7 {
  padding-right: 0px;
  padding-left: 10px;
}

.div-block-83 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.button-5 {
  width: 45px;
  height: 45px;
  margin-top: 3%;
  margin-right: 3%;
  float: right;
  background-color: transparent;
  background-image: url('https://lp.keira.bot/public/assets/images/x.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.liboxcontent {
  overflow: scroll;
  width: 80%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-2 {
  text-align: center;
}

.text_in_footer {
  opacity: 0.8;
}

.text_in_footer p {
  opacity: 0.8;
  font-size: 18px;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.logo_in_hero {
  width: 72px;
  height: 72px;
  margin-bottom: 4%;
  background-color: transparent;
  background-image: url('https://lp.keira.bot/public/assets/images/Keira_free.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-17 {
  padding-left: 2%;
}

.logo_down_container {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 999;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  display: block;
  width: 72px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #e6332a;
  border-radius: 9999px;
  background-image: url('https://lp.keira.bot/public/assets/images/Keira_free.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block.w--current {
  border-style: solid;
  border-width: 2px;
  border-color: #e6332a;
}

.body-2 {
  display: block;
  /*overflow: hidden;*/
  height: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*overscroll-behavior: none;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.fixed-head{
  max-width: 480px;
}

.instagram_onboarding_form {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.head_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_line.ina {
  margin-top: 0;
  box-sizing: border-box;
  padding: 21px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.link-block-2 {
  width: 24px;
  height: 24px;
  padding-top: 3%;
  padding-right: 0px;
  background-image: url('https://lp.keira.bot/public/assets/images/arrow-back.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  right: auto;
}

.form {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: transparent;
}

.date_select_form {
  width: 100%;
  height: 100%;
}

._1_st_step_container {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  min-width: auto;
  margin-left: 0px;
  padding: 6% 2% 4% 4%;
  float: none;
}

.step_name {
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.day_radio_container {
  width: auto;
  min-width: auto;
  margin-top: 8%;
  margin-bottom: 4%;
}

.period {
  margin-bottom: 4%;
  font-size: 18px;
}

.radio_btn_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 8%;
  background-color: #222;
}

.radio-button.w--redirected-checked {
  border-style: none;
  background-color: #0064e9;
}

.radio-button.w--redirected-focus {
  border-style: none;
  border-color: #ac2d2d;
  background-color: #0064e9;
}

.radio-button.bloked {
  background-image: url('https://lp.keira.bot/public/assets/images/Shape-1.svg');
  background-position: 90% 10%;
  background-size: auto 25%;
  background-repeat: no-repeat;
  opacity: 1;
}

.radio-button-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date {
  position: relative;
  display: inline;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 0px;
}

.timezone_container {
  margin-bottom: 7%;
}

.timezone_false {
  /*background-color: #5a5a5a;*/
  background-color: rgba(27, 27, 27, 0.32);
}
.time.w-radio .timezone_false ~ span{
  opacity: 0.2;
}

.timezone_value {
  color: #0064e9;
  font-weight: 500;
  cursor: pointer;
}

.text-block-43 {
  font-size: 16px;
}

.timezone_select_container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow-y: scroll;
  width: 100%;
  height: 0%;
  padding-top: 0%;
  background-color: #0d0d0d;
}

.nav_line {

  padding-right: 4%;
  padding-left: 4%;
}

.nav_line._25 {
  padding-right: 0%;
  padding-left: 0%;
}

.cancel {
  padding-right: 0px;
  background-image: none;
  font-size: 16px;
}

.done {
  display: none;
  padding-right: 0px;
  float: right;
  background-image: none;
  font-size: 16px;
}

.text-block-44 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4%;
  margin-bottom: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.timezone_select_container .columns-7{
  margin: 0 0 24px 0;
  padding: 20px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

 .edit_speaker .columns-7, .edit_project .columns-7  {
  padding: 22px 16px!important;
  margin: 0 0 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
 .edit_project .edit_timezone .columns-7, .timezone_select_container .columns-7{
  margin-bottom: 0;
 }
.edit_calendar .columns-7, .edit_time .columns-7 {
  padding: 22px 16px;
  margin: 0 -16px 24px -16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.edit_timezone .nav_line, .timezone_select_container .nav_line{
  padding: 0;
}

.step1.w-slide > div:nth-child(2) {
  padding: 0 16px;
}
.row_timezone_container {
  overflow: auto;
  height: 94%;
  margin-top: 0%;
  padding-right: 0%;
  padding-bottom: 3px;
  padding-left: 0%;
}

.radio-button-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-left: 0px;
  border-style: none;
  border-radius: 0%;
}


.timezone_radiobtn {
  position: relative;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px;
  padding: 8px 16px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.09);
}
.timezone_radiobtn.active{
  background-color: #00172e;
}



.timezone_radiobtn.w--redirected-checked{
  background: #00172E;
}
.timezone_radiobtn.w--redirected-checked span{
  font-weight: 700;
}
.timezone_radiobtn .radio-button-2{
  position: relative;
}

.column-9 {
  padding-left: 0px;
}

.column-10 {
  padding-right: 0px;
  font-size: 18px;
}

.timezone_actual_time {
  float: right;
}
.w-tab-link {
font-size: 14px;
}
.timezone {
  position: relative;
  width: 100%;
  font-size: 16px;
}

.w-form-formradioinput {
  font-size: 14px;
  color: rgb(255 255 255 / 0.5);
  font-weight: 400;
}
.time_select_container {
  display: none;
  width: auto;
  margin-top: 8%;
}

.radiobtn_time_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.time {
  position: relative;
  display: inline;
  width: 23%;
  margin-right: 2%;
  padding-top: 8%;
  padding-bottom: 8%;
}

.custome_time_container {
  margin-top: 4%;
  margin-bottom: 4%;
  background-image: none;
}
.preloader_bl { 
   display: none;
  background: rgba(0, 0 , 0, 0.80);
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
}
.preloader_bl img {
  position: absolute;
  width: 100px;
  max-width: 90%;
  margin-left: -50px;
  top: 40%;
  left: 50%;
}
.custome_time_input {
  display: block;
  width: 26%;
  height: 54px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #424242;
  border-radius: 8%;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
  color:#fff;
}

.custome_time_input:focus {
  color: #fff;
}

.custome_time_btn {
  display: block;
  width: 100%;
  margin-bottom: 4%;
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 6px;
  background-color: #1a1a1a;
  background-image: none;
  color: #0064e9;
  font-size: 16px;
  font-weight: 400;
}

.fixed-head{
  position: fixed!important;
  padding: 3vh;
  width: 100%;
  /*max-width: 480px;*/
  top:0;
  background: #000;
  z-index: 5;
}

.text_limit{
  position: absolute;
  right: 12px;
  margin-top: -31px;
  font-size: 11px;
  color: #858585;
}

#add-project-about-speaker, #edit-project-about-speaker-edit{
  min-height: auto!important;
}
.top_btn_next {
  color: #fff;
  background: #0064e9;
  font-size: 16px;
  padding: 19px 16px;
  background: linear-gradient(180deg, #0091FF 0%, #0064E9 100%);
  border-radius: 8px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 24px;
}
.testing_page_content .button-9 img {
  width: 19px;
  margin-right: 6px;
  vertical-align: bottom;
}
#event_operations{
  margin-top: 5vh;
  padding: 0;
  width: 100%;
}

#event_operations a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.not_data_statistics{
  margin-top: 32px;
  text-align: center;
  width: 100%;
  color: #858585;
}
.after-fixed-head{
 /* margin-top:15vh!important;*/
  margin-top: 104px!important;
}

.inactive_btnХ {
  background: linear-gradient(180deg, #606163 0%, #474849 100%);
}
.new_close_but {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.new_close_but img {
  width: 60px;
  display: block;
  text-align: center;
  margin: 40px auto 10px;
}


.resume_btn {
  display: none;
  width: 98%;
  height: auto;
  padding-top: 4%;
  padding-right: 0px;
  padding-bottom: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0064e9;
  background: linear-gradient(180deg, #0091FF 0%, #0064E9 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.step1 .resume_btn {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 92%;
  margin: 4% auto 8%;
}

.resume_btn.about_speaker {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 92%;
  margin: 4% auto 8%;
}

._2_nd_step_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: 0%;
  margin-left: 100%;
  padding: 6% 4% 4%;
  float: left;
  background-color: #000;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.speaker_input_container {
  display: block;
  margin-top: 8%;
}

.speaker_iname_nput {
  display: block;
  width: auto;
  height: 54px;
  padding: 0% 4% 0% 7%;
  border-style: solid;
  border-width: 1px;
  border-color: #414141;
  border-radius: 8px;
  background-color: transparent;
  background-image: url('https://lp.keira.bot/public/assets/images/.svg');
  background-position: 4% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 18px;
}

.error-message {
  position: fixed;
  top: auto!important;
  bottom: 100px;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 14px;
  max-width: 92%;
  width: auto;
  box-sizing: border-box;
  padding: 20px 12px 20px 45px;
}
.wrp_error {
  display: flex;
  text-align: center;
  justify-content: center;
}

.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_closing-cross {
  width: 24px;
  height: 24px;
  background-size: 24px;
  opacity: 0.45;
}
.text-block-45 {
  margin-bottom: 4%;
  font-size: 18px;
}

._3d_step_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  margin-left: 0%;
  padding: 6% 4% 4%;
  background-color: #000;
}

.speaker_nikname_container {
  margin-top: 8%;

}

.text-block-46, .text-block-49, .text-block-48 {
  margin-bottom: 4%;
  font-size: 16px;
  font-weight: 700;
}

.about_speaker_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 18px;
  padding: 1% 4% 1% 2%;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #242424;
}

.speaker_avatar_container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://lp.keira.bot/public/assets/images/Keira_free.svg');
  background-position: 0px 0px;
  background-size: 40px;
}

.link {
  width: auto;
  padding-right: 0px;
  background-image: none;
  font-size: 16px;
  text-align: left;
}

.text-block-47 {
  height: 100%;
  float: left;
  font-size: 16px;
  font-weight: 700;
}

.speaker_name_container {
  margin-top: 8%;
  position: relative;
}
.speaker_name_container img {
  margin-top: 14px;
}


.speaker_inform_container {
  margin-top: 8%;
  position: relative;
}

.text-field {
  height: 48px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field:focus {
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #4c4c4c;
}

.text-field:-ms-input-placeholder {
  color: #4c4c4c;
}

.text-field::-ms-input-placeholder {
  color: #4c4c4c;
}

.text-field::placeholder {
  color: #4c4c4c;
}

.textarea {
  min-height: 100px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.textarea:focus {
  color: #fff;
}

.textarea::-webkit-input-placeholder {
  color: #4c4c4c;
}

.textarea:-ms-input-placeholder {
  color: #4c4c4c;
}

.textarea::-ms-input-placeholder {
  color: #4c4c4c;
}

.textarea::placeholder {
  color: #4c4c4c;
}

.text_in_testing h2, .text_in_testing p {
  word-break: break-word;
  line-height: normal;
}

.text_in_testing.w-richtext p {
  padding-right: 8px;
  padding-left: 8px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 22px;
  line-height: 22px;
}
.text_in_testing h2 {
  font-size: 24px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
  width: 94%;
  font-family: 'Roboto Slab', serif;

}
span.titl_text_in_testing {
  padding: 16px 8px 8px 8px;
  display: block;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  color: #8e8e8e;
  font-weight: 400;
}
span.titl_text_in_testing:before {
  width: 8px;
  height: 8px;
  background: #c23136;
  border-radius: 50%;
  margin-bottom: 2px;
  content: "";
  margin-right: 8px;
  display: inline-block;
}
/*
.speaker_block_in_testing .text-block-115 {
  opacity: 0.8;
}*/
 .speakers_in_testing {
  padding-right: 8px;
  padding-left: 8px;
}
._4_step_container {
  position: absolute;
  left: 100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 6% 4% 4%;
  background-color: #000;
}

.stream_head_container {
  margin-top: 8%;
  position: relative;
}

.stream_content_container {
  margin-top: 4%;
  position: relative;
}

.text-block-50 {
  margin-bottom: 4%;
  font-size: 16px;
  font-weight: 700;
}

.text-block-51 {
  margin-bottom: 4%;
  font-size: 16px;
  font-weight: 700;
}

.textarea-2 {
  min-height: 100px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

.textarea-2:focus {
  color: #fff;
}

.textarea-2::-webkit-input-placeholder {
  color: #4c4c4c;
}

.textarea-2:-ms-input-placeholder {
  color: #4c4c4c;
}

.textarea-2::-ms-input-placeholder {
  color: #4c4c4c;
}

.textarea-2::placeholder {
  color: #4c4c4c;
}

.textarea-3 {
  /*min-height: 100px;*/
  min-height: 200px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

.textarea-3:focus {
  color: #fff;
}

.textarea-3::-webkit-input-placeholder {
  color: #4c4c4c;
}

.textarea-3:-ms-input-placeholder {
  color: #4c4c4c;
}

.textarea-3::-ms-input-placeholder {
  color: #4c4c4c;
}

.textarea-3::placeholder {
  color: #4c4c4c;
}

.page_row {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
}

.project_list {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.project_list .head_container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.head_container {
  height: auto;
 /* margin-top: 4%;*/
  padding-right: 0%;
  padding-left: 0%;
}

.link-block-3 {
  width: 24px;
  height: 18px;
  padding: 0px;
  background-image: url('https://lp.keira.bot/public/assets/images/Group.svg');
  background-size: 24px;
  background-repeat: no-repeat;
}

.image-15 {
  margin-left: 16px;
  height: 32px;
}

.add_project {
  width: 24px;
  height: 24px;
  float: right;
  background-image: url('https://lp.keira.bot/public/assets/images/Group-11.svg');
  background-position: 50% 50%;
  background-size: 24px;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.area_content {
  display: block;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  color: rgba(255, 255, 255, 0.5);
  line-height: 140%;
  text-transform: uppercase;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  color: rgba(255, 255, 255, 0.49);
  line-height: 140%;
  text-transform: uppercase;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  line-height: 140%;
  text-transform: uppercase;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  color: #fff;
  line-height: 140%;
  text-transform: uppercase;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-52 {
  text-align: center;
}

.text-block-53 {
  text-align: center;
}

.text-block-54 {
  text-align: center;
}

.draft {
  margin-bottom: 8%;
}

.text-block-55 {
  margin-bottom: 4%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.row_projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project_cart {
  display: block;
  width: 48%;
  margin-bottom: 4%;
  padding-right: 0px;
  padding-bottom:11px;
  border-radius: 8px;
  background-color: #1a1a1a;
  background-image: none;
  color: #fff;
}

.project_bg_img {
  width: 100%;
  padding: 32% 0px;
  border-radius: 8px 8px 0px 0px;
  background-image: url('https://lp.keira.bot/public/assets/images/instagram77.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.project_bg_img.in_project {
  padding-top: 50%;
  padding-bottom: 50%;
  border-radius: 8px;
}

.info_part {
  padding-top: 14px;
  padding-right:12px;
  padding-left: 12px;
}

.status_text {
  position: relative;
  display: inline-block;
  padding: 1px 8px 1px 19px;
  border-radius: 12px;
  background-color: #3e3e3e;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.status_text.status_draft{

}
.testing_page_content.landing_lp .fixed-head {
  padding: 8px 16px 8px 0;
  max-width: 460px;

}
.testing_page_content.landing_lp {
  padding-top: 60px;
}
.create_keira {
  font-size: 11px;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-align: left;
  color: #8e8e8e;
}
.create_keira img {
  height: 14px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.fix_button {
  position: absolute;
  bottom: 0;
  left: 4%;
  right: 4%;
  display: flex;
  padding-top: 50px;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.fix_button_wrp{
  position: fixed;
  bottom: 16px;
  width: 448px;
  max-width: 92%;
}
.fix_button_wrp a{
  padding: 16px 0;
}
.status_text.status_stop{
  background: #8A6E21;
  /*background-color: #000;*/
}
.status_text.status_active{
  background-color: #16c263;
 }
.status_text.status_finish{
  background: #000000;
}
.status_text:before {
  content: '';
  background: #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  top: 8px;
  left: 7px;
}

.text-block-58 .date {
  padding: 0;
  margin: 0;
}
.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-57 {
  padding-left: 17px;
  background-image: url(https://lp.keira.bot/public/assets/images/person-1.svg);
  background-position: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 12px;
  float: right;
  font-weight: 500;
}
.info_part .w-col.w-col-6 {
  padding: 0;
}
.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-86 {
  padding-left: 0%;
}

.text-block-58 {
  font-size: 16px;
  font-weight: 400;
}
.text-block-58 .t-zone {
  font-size: 14px;
}
.text-block-60{
  font-size: 16px;
  font-weight: normal;
  padding-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  overflow-x: hidden;
}

.status_row {
  overflow-y: scroll;
  max-height: 84vh;
  box-sizing: border-box;
  height: auto;
  padding: 8% 16px 16%;
}

.status_row::-webkit-scrollbar, .row_timezone_container::-webkit-scrollbar, .timezone_select_container::-webkit-scrollbar  {
  width: 3px;
  border-radius: 3px;
}

.status_row::-webkit-scrollbar-thumb, .row_timezone_container::-webkit-scrollbar-thumb, .timezone_select_container::-webkit-scrollbar-thumb{
  background-color: rgba(255, 255, 255, 0.08);
}



.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  overflow: visible;
  height: 100%;
  background-color: #000;
}

.project_container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow-y: scroll;
  height: 100%;
}
.project_container::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}

.project_container::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.08);
}
.redistration_statistic_row::-webkit-scrollbar, .tab-pane-tab-1::-webkit-scrollbar, .spectrators_row_items::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}

.redistration_statistic_row::-webkit-scrollbar-thumb, .tab-pane-tab-1::-webkit-scrollbar-thumb, .spectrators_row_items::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.08);
}



.link-block-4 {
  width: 24px;
  height: 24px;
  padding: 0px;
  background-image: url(https://lp.keira.bot/public/assets/images/x2.svg);
  background-position: 0px 0px;
  background-size: 24px;
}

.title_in_head {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.share_btn li.ya-share2__item.ya-share2__item_service_viber,
.share_btn li.ya-share2__item.ya-share2__item_service_vkontakte,
.share_btn li.ya-share2__item.ya-share2__item_service_facebook,
.share_btn li.ya-share2__item.ya-share2__item_service_odnoklassniki,
.share_btn li.ya-share2__item.ya-share2__item_service_twitter,
.share_btn li.ya-share2__item.ya-share2__item_service_skype, .share_btn li.ya-share2__item.ya-share2__item_service_messenger {
  display: none;
}
.radio-button-field-5 .weekday_container.false {
  background-color: rgba(27, 27, 27, 0.32);
}
span.disabled_date {
  opacity: 0.2;
}
span.title_project {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  white-space: nowrap;
  margin-left: 8px;
}
.share_btn .ya-share2__popup-content .ya-share2__mobile-popup-copy-link .ya-share2__item.ya-share2__item_copy.ya-share2__item_copy-link-button {
  display: block;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-radius: 12px;
  background-color: transparent;
  font-size: 15px;
  line-height: normal;
  color: #0064e9;
  font-size: 16px;
  display: block;
  width: 100%;
}


.share_btn {
  /*display: block;*/
  display: none;

}

.w-form.edit_page{
  overflow-y: scroll;
  padding: 64px 16px 16px 16px!important;
  height: 100%;
}

a#project-form-share-button {
  background: none;
  padding: 0;
}
a.ya-share2__link.ya-share2__link_more{
  padding: 8px 16px;
  float: right;
  border-radius: 20px;
  background-color: #0064e9;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}
.native_share{
  display: block;
  padding: 5px 16px!important;
  float: right;
  border-radius: 20px;
  background-color: #0064e9!important;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}
.text-block-69.reminder-edit-static-text {
  overflow: hidden;
}
.ya-share2__link_more{
  font-size: 12px;
}
.columns-10 {
  margin-bottom: 24px;
  padding: 21px 16px!important;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.project_perv_container {
  margin-top: 8%;
  padding: 0px 4%;
}

.bg_perw {
  padding: 4%;
  border-radius: 8px;
  background-color: #1a1a1a;
}

.column-13 {
  padding: 0px;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.status {
  color: #109b60;
  font-weight: 500;
  font-size: 14px;
}

.text-block-62 {
  margin-bottom: 2%;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 400;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.global_preloader{
  display:none;
  position: absolute;
  width: 100px;
  max-width: 90%;
  margin-left: -50px;
  top: 40%;
  left: 50%;
}
.text-block-63 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: normal;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  overflow-x: hidden;
}

.project_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-7 {
  display: block;
  width: 49%;
  margin-bottom: 2%;
  background-image: none;
  text-align: center;
}

.btn_in_project {
  width: 49%;
  margin-bottom: 2%;
  padding: 16px 0px;
  border-radius: 8px;
  background-color: #1a1a1a;
  background-image: none;
  color: #0064e9;
  font-size: 16px;
  text-align: center;
}

.project_statistic_block {
  margin-top: 8%;
  padding-right: 4%;
  padding-left: 4%;
}

.row_statistic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trafic {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.registrations {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.spectators {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-64 {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #858585;
  font-size: 16px;
  text-align: left;
}

.more_statistic_btn {
  display: block;
  border-radius: 20px;
  background-color: #1a1a1a;
  background-image: none;
  color: #0064e9;
  font-size: 12px;
  font-weight: 700;
  width: 86%;
  margin: 0 auto;
  text-align: center;
}

.stat_value {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.project_speaker_block {
  margin-top: 8%;
  padding-right: 4%;
  padding-left: 4%;
}

.text-block-65 {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color:  rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.speaker_bg {
  margin-bottom: 2%;
  padding: 4%;
  border-radius: 8px;
  background-color: #1a1a1a;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-66 {
  font-size: 16px;
  line-height: 140%;
}
.speaker_bg .text-block-66{
  line-height: normal;
  word-break: break-word;
}


.div-block-87 {
  width: 60px;
  height: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.avater {
  width: 60px;
  height: 60px;
  margin-right: 4%;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 9999px;
  background-image: url('../images/Rectangle-Copy-4.jpg');
  background-position: 0px 0px;
  background-size: 100%;
  /*background-size: auto;*/
  background-repeat: no-repeat;
}

.reset_val{
  width: 20px;
  position: absolute;
  float: right;
  right: 8px;
  margin-top: 8px;
  cursor: pointer;
  opacity: 0.45;
}

.dumped{
  padding-right: 15%;
}

.column-15 {
  padding-left: 0px;
}

.div-block-88 {
  float: left;
}

.link-2 {
  padding-right: 0px;
  float: right;
  background-image: none;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-16 {
  padding-left: 0px;
}

.columns-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
}

.column-17 {
  padding-right: 0px;
}

.speakername {
  margin-bottom: 2%;
  font-size: 16px;
  font-weight: 700;
}

.text-block-68 {
  color: #858585;
  font-size: 16px;
  font-weight: 300;
}

.profile_btn {
  margin-top: 3%;
  padding: 8px 12px;
  float: right;
  border-radius: 20px;
  background-color: #0d0d0d;
  background-image: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.column-18 {
  padding-left: 4px;
}

.column-19 {
  padding-left: 4px;
}

.reminders_container {
  margin-top: 8%;
  margin-bottom: 24%;
  padding-right: 4%;
  padding-left: 4%;
}

.reminder_bg {
  overflow: hidden;
  height: 52px;
  margin-bottom: 4%;
  border-radius: 8px;
  background-color: #1a1a1a;
  transition: height 200ms ease 0s;
  position:relative;
}
.reminder_bg.down_rem {
  height: auto;
  transition: height 200ms ease 0s;
}

.reminder_top_part {
  height: 64px;
}

.reminder_down {
  padding: 4%;
}

.arrow_reminder {
  width: 22px;
  height: 22px;
  margin-right: 4%;
  background-image: url('https://lp.keira.bot/public/assets/images/Shape.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  transition: transform 200ms ease 0s;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.reminder_bg.down_rem .arrow_reminder {
  transform-style: preserve-3d;
  transition: transform 200ms ease 0s;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(90deg);
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding: 0% 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_in_selector {
  font-size: 16px;
}

.checkbox_wen_pro {
  display: none;
  width: 60px;
  height: 32px;
  border-radius: 99px;
  background-color: #43a047;
}

.cb_slider {
  width: 32px;
  height: 32px;
  float: left;
  border-radius: 20px;
  background-color: #000;
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  transition: transform 200ms ease 0s;
  transform: translateX(0px) translateY(0px) translateZ(0px);
}

.cb_place.blocked .cb_slider{
  background-image: url('https://lp.keira.bot/public/assets/images/Shape-1.svg');
}

.cb_slider.pro {
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-image: none;
}

.checkbox_slider {
  width: 60px;
  height: 32px;
  border-radius: 20px;
  background-color: #5a5a5a;
}

.checkbox_slider.free {
  background-color: #109b60;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cb_place {
  position: relative;
}

.cb_place.active .checkbox_slider{
  background-color: #16c263;
}

.cb_place.active .cb_slider{
  transform-style: preserve-3d;
  transition: transform 200ms ease 0s;
  transform: translateX(100%) translateY(0px) translateZ(0px);
  background-color: #fff;
}

.reminder-edit-text, reminder-edit-text:focus{
  background: #2c2c2c;
  color: rgb(255, 255, 255);
  border: none !important;
  box-shadow: none;
  margin: 0px;
  width: 100%;
  min-height: 20vh;
  height: auto;
  outline-color: #2c2c2c;
  border-bottom-color: #2c2c2c;
  border-top-color: #2c2c2c;
  border-left-color: #2c2c2c;
  border-right-color: #2c2c2c;
  border-color: #2c2c2c!important;
  outline:none;
}

.checkbox-label {
  display: none;
}

.checkbox-field {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding-left: 0px;
  cursor: pointer;
}

.checkbox-field .checkbox:focus{
  border:none
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  background-color: transparent;
}

.checkbox.w--redirected-checked {
  background-color: transparent;
  background-image: none;
  border:none
}
.checkbox.w--redirected-focus {
  background-color: transparent;
  background-image: none;
  border:none
}

.reminders_text_bg {
  padding: 4%;
  border-radius: 8px;
  background-color: #2c2c2c;
}

.text-block-69 {
  font-size: 16px;
}

.name {
  color: #0064e9;
}

.testing {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  overflow-y: scroll;
  height: 1%;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  background-color: #000;
}

.testing::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}

.testing::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.08);
}


.head {
  position: relative;
  display: block;
  margin-bottom: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #392e0f;
}

.link-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 34px;
  height: 100%;
  margin-right: 0%;
  margin-left: 4%;
  padding-right: 0px;
  background-image: url('https://lp.keira.bot/public/assets/images/x.svg');
  background-position: 0% 50%;
  background-size: auto;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-70 {
  margin-bottom: 2%;
  font-size: 18px;
  text-align: center;
}

.text-block-71 {
  text-align: center;
}

.test_content {
  padding-right: 4%;
  padding-left: 4%;
}

.div-block-91 {
  width: 100%;
  margin-bottom: 4%;
  padding-top: 20%;
  padding-bottom: 20%;
  border-radius: 8px;
  background-image: url('../images/Rectangle-Copy-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project_content {
  font-size: 28px;
}

.project_content p {
  margin-bottom: 4%;
}

.project_content h1 {
  margin-top: 0px;
  font-size: 28px;
}

.columns-15 {
  margin-bottom: 4%;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-23 {
  padding-right: 0px;
}

.div-block-94 {
  position: fixed;
}

.statistic {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  overflow: hidden;
  height: 0%;
  background-color: transparent;
}
.trafic_container .columns-7 {
  padding: 22px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0;
}
.trafic_container .nav_line {
  padding-right: 0;
  padding-left: 0;
}

.trafic_container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0%;
  padding-top: 0%;
  background-color: #000;
  opacity: 1;
}

.link-3 {
  display: inline;
  padding-right: 0px;
  padding-left: 16px;
  float: right;
  background-image: url(https://lp.keira.bot/public/assets/images/Shape-1.svg);
  background-position: 0;
  background-repeat: no-repeat;
  font-size: 16px;
  background-size: 11px;
}

.trafic_tabs {
  overflow: hidden;
}

.tab-link-tab-1-2 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.5;
  color: #fff;
}

.tab-link-tab-1-2.w--current {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-weight: 300;
}

.tab-link-tab-2-2 {
  width: 100%;
}

.tab-link-tab-3-2 {
  width: 100%;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tab-link-tab-1-2.w--current div {
  font-weight: 700;
}
.tab-link-tab-1-2.w--current:before {
  border-bottom: 2px solid #0064e9;
  content: '';
  width: 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
}
.text-block-74 {
  margin-bottom: 8%;
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.text-block-75 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.trific_item .text-block-80{
  word-wrap: break-word;
}

.trific_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #1a1a1a;
}

.div-block-95 {
  width: 80%;
  float: left;
}

.div-block-96 {
  width: 20%;
  float: right;
}

.text-block-76 {
  margin-bottom: 2%;
  font-weight: 700;
}

.text-block-77 {
  font-size: 18px;
}

.text-block-78 {
  float: right;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
}

.tab-pane-tab-1 {
  overflow: scroll;
  /*height: 90vh;*/
  height: calc(100vh - 138px);
}

.registration {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 0%;
  padding: 0% 0px 0px;
  background-color: #000;
  opacity: 1;
}

.registration .nav_line, .spectrators_cont .nav_line{
  padding-right: 0;
  padding-left: 0;
}
.spectrators_cont .columns-7 {
  padding: 22px 16px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.registration .columns-7 {
  padding: 22px 16px;
  margin: 0;
}
.registration .redistration_statistic_row, .spectrators_cont .spectrators_row_items{
  margin-top: 0;
}

.redistration_statistic_row {
  position: static;
  overflow-y: scroll;
  height: 95%;
  margin-top: 8%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.error-message:before {
  background-image: url(https://lp.keira.bot/public/assets/images/error1.svg);
  content: '';
  height: 24px;
  width: 24px;
  background-size: 24px;
  background-position: 0;
  position: absolute;
  left: 12px;
  background-repeat: no-repeat;
}
.reg_statistic_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.div-block-97 {
  width: 50%;
  float: left;
}

.div-block-98 {
  width: 50%;
  float: right;
}

.text-block-79 {
  float: right;
  opacity: 0.5;
  font-size: 16px;
}

.text-block-80 {
  margin-bottom: 2%;
  font-size: 16px;
  font-weight: 700;
}

.text-block-81 {
  font-size: 16px;
}

.spectrators_cont {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 0%;
  padding: 0% 0px 0px;
  background-color: #000;
}

.spectrators_row_items {
  overflow-y: scroll;
  height: 95%;
  margin-top: 8%;
}

.edit_speaker_container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 0%;
  padding: 4% 0px 0px;
  background-color: #000;
}

.lnk {
  padding-right: 0px;
  float: right;
}

.speaker_edit_content_container {
  overflow: scroll;
  height: 95%;
  padding-right: 4%;
  padding-left: 4%;
}

.area_speaker_field {
  margin-top: 8%;
}

.dell_speaker_container {
  display: block;
  /*display: none;*/
  margin-bottom: 2%;
  padding: 4%;
  border-radius: 8px;
  background-color: #1a1a1a;
}

.speaker_dell {
  width: 100%;
  margin-bottom: 0%;
}

.del_speaker {
  color: #e6332a;
  font-size: 16px;
}

.confirm-deletion_bg {
  display: none;
  margin-bottom: 4%;
  padding: 4%;
  border-radius: 8px;
  background-color: #1a1a1a;
}

.column-24 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-25 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-82 {
  margin-bottom: 4%;
}

.age_dell {
  width: 96%;
  padding: 8% 0px;
  border-radius: 4px;
  background-color: #0d0d0d;
  color: #e6332a;
  text-align: center;
}

.cancell_dell {
  width: 96%;
  padding: 8% 0px;
  float: right;
  border-radius: 4px;
  background-color: #0d0d0d;
  color: #0064e9;
  text-align: center;
}

.confirm_message {
  display: block;
  width: 190px;
  margin: 8% auto;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 50px;
  border-radius: 5px;
  background-color: #43a047;
  background-image: url('https://lp.keira.bot/public/assets/images/Siri-Icon.svg');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.advertising {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow-у: scroll;
  height: 0%;
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
  background-color: #000;
}
.advertising::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}

.advertising::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.08);
}

.link-block-6 {
  width: 24px;
  height: 24px;
  padding-right: 0px;
  background-image: url(https://lp.keira.bot/public/assets/images/x2.svg);
  background-position: 0px 0px;
  background-size: 24px;
}

.link-4 {
  margin-left: 8px;
  padding-left: 16px;
  background-image: url('https://lp.keira.bot/public/assets/images/Combined-Shape.svg');
  background-position: 0% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.text-block-83 {
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 2px 8px;
}
.text-block-83 a{
  font-size: 12px;
}
.bot_avatar {
  width: 33px;
  height: 32px;
  background-image: url(https://lp.keira.bot/public/assets/images/Group-13-Copy-2.svg);
  background-position: 0px 0px;
  background-size: 32px;
  background-repeat: no-repeat;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
}

.columns-16 {
  margin-top: 5%;
}

.constructor_vaiwe_container {
  margin-top: 0%;
  padding: 8% 4%;
  background-color: #161616;
  position: relative;
}
.constructor_vaiwe_container:before {
  content: '';
  background: url(https://lp.keira.bot/public/assets/images/border-reg.svg) repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
.constructor_vaiwe_container:after {
  content: '';
  background: url(https://lp.keira.bot/public/assets/images/border-reg.svg) repeat-x;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
}

.sow_dark .creative_container{
  background-color: transparent;
}
.show_light .creative_container {
  background-color: transparent;
}
.show_light .no_photo img{
  opacity: 1;
}
.show_light .cteative_text_container{
  background-color: #fff;
}

.creative_container {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border-radius: 10px;
  background-color: #fff;
}
.creative_bg_image.no_photo .identification_bulet_container{
display: none;
}
.show_light .creative_bg_image.no_photo {
  background: rgba(255, 255, 255, 0.88);
}
.sow_dark .creative_bg_image.no_photo {
  cursor: pointer;
  background: #121212;
}
.sow_dark .no_photo p{
  color: #808080;
}
.show_light .no_photo p{
  color: #808080;
}
.creative_bg_image .img{
  display: none;
}
.creative_bg_image.no_photo .img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  float: none;
  flex-direction: column;
  justify-content: center;
}

.creative_bg_image.no_photo p {
  font-size: 14px;
  font-weight: 400;
  padding-top: 16px;
  margin-bottom: 0;
  text-align: center;
}
.no_photo img {
  opacity: 0.9;
}
span.t-zone {
  display: block;
  color: #808080;
}
.no_photo img {
  display: block;
  margin: 0 auto;
  width: 42px;
  opacity: 0.5;
}

.creative_bg_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0px;
  background-image: url('../images/Rectangle-Copy-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.creative_bg_image.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.identification_bulet_container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.text-block-84 {
  float: left;
  background-color: #000;
}

.text-block-85 {
  float: right;
  background-color: #000;
}

.event_id {
  padding: 4px 16px;
  float: right;
  border-radius: 16px;
  background-color: #161616;
  font-size: 12px;
  font-weight: 500;
}
.sow_dark .event_id, .sow_dark .text-block-86  {
  background-color: #161616;
  color: #fff;
}
.show_light .event_id, .show_light .text-block-86 {
  background-color: #fff;
  color: #0d0d0d;
}

.text-block-86 {
  padding: 4px 16px;
  float: left;
  font-weight: 500;
  border-radius: 16px;
  font-size: 12px;
}

.cteative_text_container {
  padding: 4%;
  color: #0d0d0d;
}

.speakers_in_creative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speaker_name {
  font-size: 12px;
  padding-left: 4px;
  font-weight: 700;
  color: #858585;
}

.speaker_avatar_bg {
  width: 32px;
  height: 32px;
  margin-right: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 999px;
  background-image: url('../images/Rectangle-Copy-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-87 {
  margin-bottom: 4%;
  font-size: 16px;
  flex-wrap: wrap;
  font-weight: 700;
  overflow: hidden;
  line-height: normal;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  overflow-x: hidden;
}

.event_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.event_date span{
  font-size: 16px;
}

.event_timezone {
  font-weight: 500;
  color: grey;
}
.sow_dark .text-span-2 {
  border: 1px solid #fff;
  background-image: url(https://lp.keira.bot/public/assets/images/Group-367.svg);
}
.text-span-2 {
  display: block;
  margin-right: 5px;
  padding: 4px 7px 2px 7px;
  float: left;
  border: 1px solid #000;
  border-radius: 4px;
  background-image: url(https://lp.keira.bot/public/assets/images/Group-36.svg);
  background-position: 50% 0%;
  background-size: 14px;
  background-repeat: no-repeat;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  font-size: 14px!important;
}

.dark_creative_text {
  padding: 4%;
  background-color: #000000;
  color: #fff;
}

.sow_dark {
  display: none;
}

.screenshot_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-88 {
  text-align: center;
}

.image-16 {
  margin-bottom: 4%;
}

.layout_creative_cb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color_creative_cb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.checkbox-label-3 {
  display: none;
}

.checkbox-label-4 {
  display: none;
}

.checkbox-label-5 {
  display: none;
}

.checkbox-label-6 {
  display: none;
}

.columns-17 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4%;
  padding-bottom: 4%;
}

.checkbox-3 {
  width: 44px;
  height: 44px;
  margin-left: 0px;
  border-style: none;
  border-radius: 8px 0px 0px 8px;
  background-color: #222;
  background-image: url('https://lp.keira.bot/public/assets/images/Group-37.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.checkbox-3.w--redirected-checked {
  border-style: none;
  border-radius: 8px 0px 0px 8px;
  background-color: #0064e9;
  background-image: url('https://lp.keira.bot/public/assets/images/Group-37.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.checkbox-4 {
  width: 44px;
  height: 44px;
  margin-left: 0px;
  float: left;
  border-style: none;
  border-radius: 0px 8px 8px 0px;
  background-color: #222;
  background-image: url('https://lp.keira.bot/public/assets/images/Group-38.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.checkbox-4.w--redirected-checked {
  border-radius: 0px 8px 8px 0px;
  background-color: #0064e9;
  background-image: url('https://lp.keira.bot/public/assets/images/Group-38.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.checkbox-5 {
  width: 44px;
  height: 44px;
  margin-left: 0px;
  border-style: none;
  border-radius: 8px 0px 0px 8px;
  background-color: #222;
  background-image: url('https://lp.keira.bot/public/assets/images/Oval.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.checkbox-5.w--redirected-checked {
  background-color: #0064e9;
  background-image: url('https://lp.keira.bot/public/assets/images/Oval.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.checkbox-6 {
  width: 44px;
  height: 44px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0px 8px 8px 0px;
  background-color: #222;
  background-image: url('https://lp.keira.bot/public/assets/images/Oval-Copy-5.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.checkbox-6.w--redirected-checked {
  border-radius: 0px 8px 8px 0px;
  background-color: #0064e9;
  background-image: url('https://lp.keira.bot/public/assets/images/Oval-Copy-5.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.checkbox-field-3 {
  padding-left: 0px;
}

.checkbox-field-4 {
  padding-left: 0px;
}

.checkbox-field-5 {
  padding-left: 0px;
}

.checkbox-field-6 {
  padding-left: 0px;
}

.form-block {
  margin-top: 4%;
  margin-bottom: 0px;
}
.form-block .w-col-6 > span {
  font-size: 14px;
  text-align: center;
  display: block;
  padding-top: 8px;
}
.radio-button-label-2 {
  display: none;
}

.radio-button-label-3 {
  display: none;
}

.radio-button-label-4 {
  display: none;
}

.radio-button-label-5 {
  display: none;
}

.radio-button-3 {
  width: 44px;
  height: 44px;
  margin-left: 0px;
  border-style: none;
  border-radius: 8px 0 0 8px;
  background-color: #161616;
  background-image: url('https://lp.keira.bot/public/assets/images/Group-38.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.radio-button-3.w--redirected-checked {
  background-color: #0064e9;
}

.radio-button-4 {
  width: 44px;
  height: 44px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0 8px 8px 0;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url('https://lp.keira.bot/public/assets/images/Group-37.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.radio-button-4.w--redirected-checked {
  background-color: #0064e9;
}

.radio-button-field {
  padding-left: 0px;
}

.radio-button-field-2 {
  padding-left: 0px;
}

.radio-button-5 {
  width: 44px;
  height: 44px;
  margin-left: 0px;
  border-style: none;
  border-radius: 8px 0 0 8px;
  background-color: #161616;
  background-image: url('https://lp.keira.bot/public/assets/images/Oval.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.radio-button-5.w--redirected-checked {
  background-color: #0064e9;
}

.radio-button-field-3 {
  padding-left: 0px;
}

.radio-button-6 {
  width: 44px;
  height: 44px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0 8px 8px 0;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url('https://lp.keira.bot/public/assets/images/Oval-Copy-5.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.radio-button-6.w--redirected-checked {
  background-color: #0064e9;
}

.radio-button-field-4 {
  padding-left: 0px;
}

.edit_project {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  /*display: block;*/
  display: none;
  height: 0%;
  padding-top: 0%;
  background-color: #000;
}
.edit_project .edit_project_form{
  padding: 0 16px;
}
.text-block-89 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.link-5 {
  padding-right: 0px;
  float: right;
  font-size: 18px;
  text-align: right;
}

.link-6 {
  padding-right: 0px;
  font-size: 18px;
}

.text-block-90 {
  padding: 4%;
  background-color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
}

.form-block-2 {
  margin-top: 8%;
}

.text-block-91 {
  margin-bottom: 4%;
  font-size: 16px;
  font-weight: 700;
}

.month_and_day {
  font-size: 18px;
}

.edit_project_form {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0%;
  margin-bottom: 0px;
}

.calender_edit_container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 0%;
  padding-top: 0%;
  padding-right: 4%;
  padding-left: 4%;
  background-color: #000;
}

.calendar_container {
  overflow: scroll;
  height: 95%;
  margin-top: 8%;
}

.time_edit_container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 0%;
  background-color: #000;
}

.column-28 {
  padding-right: 0px;
}

.column-29 {
  padding-left: 0px;
}

.keira_pro_conection {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 100%;
  height: 0%;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0d0d0d;
}

.close {
  width: 24px;
  height: 24px;
  background-image: url(https://lp.keira.bot/public/assets/images/x2.svg);
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.heading-18 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-100 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.tab-link-tab-1-3 {
  width: 100%;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.tab-link-tab-1-3.w--current {
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.tab-link-tab-1-3.w--current:before {
  border-bottom: 2px solid #0064e9;
  content: '';
  width: 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
}

.text-block-92 {
  line-height: 140%;
  font-weight: 500;
}

.text-block-93 {
  line-height: 140%;
  position: relative;
}
#w-tabs-0-data-w-tab-1 div:before{
  color: rgba(255, 255, 255, 0.5);
}
#w-tabs-0-data-w-tab-0 div:before{
  color: #16c263;
}
#w-tabs-0-data-w-tab-2 div:before{
  color: #8A6E21;
}

.project_list .tabs-menu-3 a > div:before {
  content: '\2022';
  vertical-align: middle;
  font-size: 22px;
  margin-right: 3px;
}
.pointer_0:before{
  content: ''!important;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mask {
  overflow: hidden;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-2 {
  width: 100%;
}

.slide-3 {
  width: 100%;
}

.body-3 {
  overflow: hidden;
  height: 100vh;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.bot_content {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-2 {
  height: 100%;
  background-color: transparent;
}

.slide-4 {
  width: 100%;
  height: 100%;
  padding: 14px;
  background-color: #000;
}

.slide-5 {
  background-color: #e6332a;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.insta_speaker_container {
  margin-top: 8%;
}
.step2 .insta_speaker_container {
   margin-top: 8%;
 }

.text-block-94 {
  margin-bottom: 4%;
  font-size: 16px;
  font-weight: 700;
}

.text-field-2 {
  width: 80%;
  height: 48px;
  padding-left: 9%;
  float: left;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #1a1a1a;
  background-image: url('https://lp.keira.bot/public/assets/images/@.svg');
  background-position: 4% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2:focus {
  color: #fff;
}

.text-field-2::-webkit-input-placeholder {
  color: #4c4c4c;
  font-weight: 400;
}

.text-field-2:-ms-input-placeholder {
  color: #4c4c4c;
  font-weight: 400;
}

.text-field-2::-ms-input-placeholder {
  color: #4c4c4c;
  font-weight: 400;
}

.text-field-2::placeholder {
  color: #4c4c4c;
  font-weight: 400;
}

.add_new_step1 {
  height: 100%;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  padding: 16px;
  flex-direction: column;
}
.add_new_step1 .head_line{
  border:0!important;
}
.messgae_text_intro {
  font-weight: 500;
}
.to-step_wrp {
  margin-top: 16px;
}
.to-step_wrp .to-step-button{
  background: linear-gradient(180deg, #0091FF 0%, #0064E9 100%);
  border-radius: 8px;
  font-size: 16px;
  color:#fff;
  font-weight: normal;
  width: 100%;
}

.step1 {
  overflow-y: scroll;
  height: 100%;
  padding: 0 0 24px 0;
}


.step1 .head_line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 16px;
}
.more_statistic_btn_0{
  color: #858585;
}

.step1 .head_line.fixed-head  {
  padding: 22px 16px;
  width: 100%;
}
.step2 .head_line.fixed-head, .step3 .head_line.fixed-head{
  padding: 22px 16px!important;
  width: 100%;
}

.step2, .step3, .step4 {
  padding: 0 16px;
}
.step2 .head_line, .step3 .head_line, .step4 .head_line   {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  margin: 0 -16px;
  position: relative;
}
.step2 .head_line a, .step3 .head_line a, .step4 .head_line a {
position: absolute;
  left: 16px;
}
.step1::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}

.step1::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.08);
}

.step5 {
  padding: 4%;
}

.to-step-2{
  margin:2.5vh 0;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 4%;
}

.ava_container {
  float: left;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-left: 2%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
}

.div-block-102 {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-6 {
  height: 100%;
  background-color: #000;
}

.text-block-95 {
  margin-bottom: 0%;
  font-size: 16px;
  text-align: center;
}

.days_in_calendar_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
}

.left-arrow-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 30px;
  height: 30px;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 30px;
  height: 30px;
}

.weekday {
  width: 14.285714285714286%;
  text-align: center;
  font-size: 16px;
}

.slide-nav-2 {
  display: none;
}

.day_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio-button-field-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.285714285714286%;
  margin-bottom: 0px;
  padding: 2% 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.radio-button-7 {
  margin-left: 0px;
}

.weekday_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin: 4%;
  padding: 0px;
  border-style: none;
  border-radius: 4px;
  background-color: #222;
}

.weekday_container.w--redirected-checked {
  background-color: #0064e9;
}

.weekday_container.blocked {
  background-image: url('https://lp.keira.bot/public/assets/images/Shape-1.svg');
  background-position: 90% 10%;
  background-size: auto 25%;
  background-repeat: no-repeat;
}
/*
.weekday_container.false {
  background-color: #5a5a5a;
}
*/
.radio-button-label-6 {
  position: relative;
  margin: 12px;
  font-size: 16px;
}

.mask-2 {
  height: 100%;
}

.slider-3 {
  height: auto;
  background-color: transparent;
  font-size: 18px;
}

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

.icon {
  font-size: 20px;
}

.icon-2 {
  font-size: 20px;
}

.done_keira_pro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 4%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
}

.image-18 {
  margin-bottom: 8%;
}

.text-block-96 {
  width: 60%;
  margin-bottom: 8%;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

.button-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  margin-right: auto;
  margin-bottom: 8%;
  margin-left: auto;
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 3px;
  background-color: #0064e9;
  font-size: 20px;
  text-align: center;
}

.text-block-97 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.column-33 {
  padding-left: 0px;
}

.text-block-98 {
  text-align: right;
}

.column-34 {
  padding-right: 0px;
}

.link-7 {
  float: right;
  font-size: 18px;
}

.link-8 {
  font-size: 18px;
}

.columns-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.text-block-99 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.link-11 {
  float: right;
}

.column-35 {
  padding-left: 0px;
}

.column-36 {
  padding-right: 0px;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  margin-left: -100%;
  background-color: #000;
  -o-object-fit: none;
  object-fit: none;
}

.menu_blocks {
  padding: 4%;
}

.login {
  margin-bottom: 4%;
  padding: 4%;
  border-radius: 8px;
  background-color: #161616;
  line-height: 160%;
}

.balance {
  margin-bottom: 4%;
  padding: 4%;
  border-radius: 8px;
  background-color: #161616;
  line-height: 140%;
}

.card-info {
  margin-bottom: 4%;
  padding: 4%;
  border-radius: 8px;
  background-color: #161616;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #161616;
  line-height: 160%;
}

.text-span-3 {
  font-weight: 700;
}

.text-block-100 {
  margin-bottom: 2%;
  font-weight: 400;
}

.text-span-4 {
  font-weight: 700;
}

.text-block-101 {
  margin-bottom: 2%;
  color: #e6332a;
}

.text-block-102 {
  margin-bottom: 2%;
}

.text-block-103 {
  margin-bottom: 2%;
}

.text-block-104 {
  margin-bottom: 2%;
}

.closemenu {
  width: 24px;
  height: 24px;
  margin-right: 2px;
  background-image: url(https://lp.keira.bot/public/assets/images/x2.svg);
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.autor {
  margin-bottom: 4%;
}

.text-block-105 {
  margin-bottom: 4%;
  color: #858585;
  font-size: 18px;
}

.text-block-106 {
  margin-bottom: 4%;
  color: #858585;
  font-size: 16px;
}

.project_cover_colum_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img {
  width: 30%;
  margin-right: 4%;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.txt {
  width: auto;
  float: left;
  overflow: hidden;
}

.add_speaker_btn {
  width: 100%;
  padding: 16px 4%;
  border-radius: 8px;
  background-color: #1a1a1a;
}

.keira_pro_done_anim_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.test_page {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
  background-color: #e6332a;
}

.project_time {
  padding: 4%;
  border-radius: 8px;
  background-color: #1a1a1a;
}

.text-block-108 {
  font-size: 16px;
  font-weight: 500;
}

.edit_calendar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  height: 0%;
  padding: 0% 4%;
  background-color: #000;
}

.edit_time {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 0%;
  padding: 0% 16px;
  background-color: #000;
}

.time_select_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-109 {
  margin-top: 4%;
  margin-bottom: 3%;
  font-size: 16px;
  font-weight: 700;
}

.text-field-3 {
  width: 150px;
  height: 64px;
  float: left;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #222;
  font-size: 18px;
  text-align: center;
}

.edit_timezone {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 0%;
  min-height: auto;
  background-color: #000;
}

.text-block-110 {
  margin-bottom: 4%;
  font-size: 16px;
  font-weight: 700;
}

.donelink {
  display: none;
  font-size: 16px;
}

.head_for_testpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #392e0f;
  position: relative;
  box-sizing: border-box;
}
.text-block-117 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.div-block-103 {
  width: 24px;
  height: 24px;
  margin-right: 0;
  background-image: url(https://lp.keira.bot/public/assets/images/x2.svg);
  background-position: 0px 0px;
  background-size: 24px;
  position: absolute;
  left: 16px;
  top: 20px;
}

.text-block-111 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.testing_page_content {
  padding-top: 4%;
  padding-right: 4%;
  padding-left: 4%;
  /*margin-top:39px;*/
}

.testing_page_content .columns-19 .column-37 {
 /* border-right: 1px solid rgba(255, 255, 255, 0.2);*/
  border-right: 0;
  padding-right: 0;
  align-items: flex-start;
}
.div-block-104 {
  width: 18px;
  height: 18px;
  background-image: url(https://lp.keira.bot/public/assets/images/1.svg);
  background-position: 0 3px;
  background-size: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.column-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-112 {
  font-size: 14px;
}

.timercodeblock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main_image {
  margin-top: 5px;
  margin-bottom: 4%;
  padding-top: 25%;
  padding-bottom: 25%;
  border-radius: 8px;
  background-image: url('../images/Rectangle-Copy-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.speaker_block_in_testing {
  padding-top: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sp_ava {
  width: 60px;
  height: 60px;
  margin-right: 4%;
  border-radius: 50%;
  background-image: url('https://lp.keira.bot/public/assets/images/Keira_free.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-105 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-113 {
  font-weight: 700;
  margin-bottom: 4%;
  font-size: 16px;
}
.text-block-114 {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 700;
}

.text-block-115 {
  font-size: 16px;
  line-height: normal;
  word-break: break-word;
  font-weight: 400;
}

.heading-19 {
  margin-bottom: 4%;
  font-size: 16px;
  color: #8e8e8e;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.submit-button-2 {
  width: 100%;
  height: 64px;
  margin-bottom: 3%;
  border-radius: 8px;
  background-color: #09b927;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5dfb79), to(#09b927));
  background-image: linear-gradient(180deg, #5dfb79, #09b927);
  font-size: 18px;
}

.checkbox-field-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-7 {
  width: 20px;
  height: 20px;
  margin-right: 4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-116 {
  margin-bottom: 4%;
  font-size: 16px;
  text-align: center;
}

.checkbox-label-7 {
  line-height: 140%;
}

.form-2 {
  margin-top: 8%;
}

.columns-19 {
  margin-top: 0%;
}

.div-block-106 {
  margin-bottom: 8%;
  position: relative;
}
.testing .div-block-106 {
  margin-bottom: 2%;
  position: relative;
  min-height: 95%;
  padding-bottom: 100px;
  box-sizing: border-box;
}
a#testingWhatsapp {
  position: fixed;
  width: 448px;
  bottom: 10px;
  display: none;
  padding: 16px 0;
  max-width: 92%;
}
.testing_buttons{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
.testing_buttons .button-9.w-button{
  position: fixed;
  bottom: 10px;
  width: 480px;
  max-width: 92%;
}*/

.column-38 {
  padding-right: 0px;
}

.button-9 {
  width: 100%;
  padding: 4% 0;
  clear: left;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5efa78), to(#0cb925));
  background: linear-gradient(180deg, #5efa78, #0cb925);
  font-size: 16px;
  text-align: center;
}

.button-10 {
  width: 100%;
  margin-bottom: 4%;
  padding:4% 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#05adf9), to(#0683c5));
  background: linear-gradient(180deg, #05adf9, #0683c5);
  font-size: 16px;
  text-align: center;
}

.timzonedone {
  display: none;
  float: right;
}

.edit_speaker {
  display:none;
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 0%;
  background-color: #000;
}
.edit_speaker .w-form {
  padding: 0 16px;
}
.green_btn{
  background: #16c263;
  padding: 8px 16px;
  float: right;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
}
.adv_down {
  background: #161616;
  padding: 8px 16px;
  float: right;
  border-radius: 20px;
  color: #0064e9;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
}
.link-15 {
  float: right;
}

.button-11 {
  width: 100%;
  margin-top: 10px;
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 8px;
  background-color: #0064e9;
  text-align: center;
}

.submit-button-3 {
  width: 100%;
  margin-top: 4%;
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 4px;
  background-color: #0064e9;
  font-size: 18px;
}

.notification {
  position: absolute;
  left: 0%;
  bottom: 100px;
  right: 0%;
  z-index: 99999;
  display: none;
  top: auto!important;
  /*height: 30%;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification_text {
  padding: 4%;
  border-radius: 8px;
  background-color: #16c263;
  text-align: center;
  font-size: 14px;
}

.soon-wrapper, .soon{
  overflow: visible;
}

@media (min-width: 721px){
.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
  width: 480px!important;
}
}
@media screen and (min-width: 1280px) {
  .message_div {
    min-height: 110px;
  }
  .instagram {
    display: none;
  }
  .content {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0%;
  }
  .main_info_section {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .cases_video_container {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 4%;
  }
  .video_size_div {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 27%;
    padding-bottom: 27%;
  }
  .html-embed {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
  }
  .setting_info_container {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .bot_functions_section {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .plans_sections {
    position: relative;
  }
  .animate_bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 0px;
  }
  .plans_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 8% 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-4 {
    width: 100%;
  }
  .paragraph-4 {
    margin-bottom: 4%;
    text-align: center;
  }
  .heading-6 {
    margin-top: 0px;
    margin-bottom: 2%;
  }
  .free_plan_container {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    padding: 8%;
    background-color: #000;
  }
  .heading-7 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .list {
    margin-top: 8%;
    list-style-type: none;
  }
  .list-item {
    margin-bottom: 2%;
  }
  .free_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    margin-top: 8%;
    padding: 0% 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .pro_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    margin-top: 8%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer_contant {
    margin-right: auto;
    margin-left: auto;
  }
  .logo_down_container {
    z-index: 99;
  }
  .link-block {
    position: relative;
    z-index: 0;
    opacity: 1;
  }
  .instagram_onboarding_form {
    display: none;
  }
  .project_bg_img.in_project {
    border-radius: 8px;
  }


  .share_btn {
    padding-right: 16px;
    padding-left: 16px;
  }

  .disabled-step {
    background-color: #5a5a5a;
  }

  .tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-link-tab-1-3 {
    width: 100%;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  .tab-link-tab-1-3.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    text-align: center;
  }
  .slide-6 {
    background-color: #000;
  }
  .text-block-95 {
    text-align: center;
  }
  .slider-3 {
    background-color: transparent;
  }
  .menu {
    z-index: 999;
  }
}

@media screen and (min-width: 1440px) {
  .hero_h1 {
    width: 96%;
  }
  .message_div {
    padding-right: 2%;
  }
  .grid {
    padding-right: 2%;
    -ms-grid-columns: 49% minmax(auto, 50vw);
    grid-template-columns: 49% minmax(auto, 50vw);
  }
  .lang_container {
    margin-right: auto;
    margin-left: auto;
  }
  .lightbox {
    display: none;
  }
  .text_in_footer {
    font-size: 18px;
  }
  .text_in_footer p {
    font-size: 19px;
  }
  .heading-17 {
    padding-left: 2%;
  }
  .body-2 {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }
  .instagram_onboarding_form {
    display: none;
  }
  .share_btn {
    padding-right: 16px;
    padding-left: 16px;
  }
  .testing {
    height: 0%;
  }
  .speaker_bg_container {
    padding-top: 4%;
    padding-bottom: 4%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .div-block-92 {
    margin-left: 4%;
    float: left;
  }
  .div-block-93 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .speakers {
    margin-top: 8%;
  }
  .text-block-72 {
    padding-bottom: 4%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    font-size: 24px;
  }
  .testing_btn {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .submit-button {
    width: 100%;
    margin-bottom: 4%;
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5dfb79), to(#09b927));
    background-image: linear-gradient(180deg, #5dfb79, #09b927);
    font-size: 18px;
  }
  .text-block-73 {
    margin-bottom: 7%;
    font-size: 18px;
    text-align: center;
  }
  .checkbox-field-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .checkbox-2 {
    width: 18px;
    height: 18px;
    margin-right: 13px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }
  .checkbox-2.w--redirected-checked {
    width: 18px;
    height: 18px;
    border-style: solid;
    border-color: #fff;
    background-color: #0d0d0d;
  }
  .checkbox-label-2 {
    font-size: 16px;
    line-height: 140%;
  }
}

@media screen and (min-width: 1920px) {
  .shape {
    padding: 2%;
  }
  .body-2 {
    display: block;
    height: 100%;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .instagram_onboarding_form {
    height: 100%;
  }
  .form {
    max-width: none;
  }
  .date {
    line-height: 120%;
  }
  .time {
    line-height: 120%;
  }
  ._2_nd_step_container {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
  }
  .speaker_iname_nput {
    width: 70%;
  }
  ._3d_step_container {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
  }
  ._4_step_container {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
  }
  .page_row {
    height: 100%;
    padding: 10px;
    background-color: transparent;
  }
  .project_list {
    display: block;
    height: 100%;
    padding: 4% 0%;
  }
  .head_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-3 {
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-right: 4%;
    padding: 0px 0px 0px 3%;
    float: left;
    background-image: url('https://lp.keira.bot/public/assets/images/Group.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .image-15 {
    float: left;
  }
  .add_project {
    width: 28px;
    height: 28px;
    margin-top: 0px;
    padding: 0px;
    float: right;
    background-image: url('https://lp.keira.bot/public/assets/images/Group-11.svg');
    background-position: 0px 0px;
    background-size: contain;
  }
  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .area_content {
    margin-top: 4%;
  }
  .tab-link-tab-3 {
    width: 100%;
    background-image: none;
  }
  .tab-link-tab-2 {
    width: 100%;
    background-image: none;
  }
  .tab-link-tab-1 {
    background-image: none;
  }
  .tab-link-tab-1.w--current {
    width: 100%;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-block-52 {
    text-align: center;
  }
  .text-block-53 {
    text-align: center;
  }
  .text-block-54 {
    text-align: center;
  }
  .insta {
    position: static;
    overflow: visible;
    height: 100%;
  }
  .draft {
    padding: 8% 3% 0px 2%;
  }
  /*.text-block-55 {
    margin-bottom: 8%;
    font-size: 20px;
    font-weight: 500;
  }*/
  .row_projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project_cart {
    display: block;
    overflow: hidden;
    width: 48%;
    margin-bottom: 6%;
    padding-right: 0px;
    padding-bottom: 4%;
    border-radius: 8px;
    background-color: #1a1a1a;
    background-image: none;
    color: #fff;
  }
  .project_bg_img {
    width: 100%;
    padding: 32% 0px;
    border-radius: 0px;
    background-image: url('../images/Rectangle-Copy-4.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .project_bg_img.in_project {
    background-position: 50% 50%;
  }
  .info_part {
    padding: 4% 4% 2%;
  }

  .columns-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-86 {
    margin-top: 13px;
  }

  .tabs {
    height: 100%;
  }
  .status_row {
    overflow: scroll;
    height: 90vh;
  }
  /*.project {*/
  /*  display: block;*/
  /*  height: 0%;*/
  /*}*/
  .share_btn {
    padding-right: 16px;
    padding-left: 16px;
  }
  .testing {
    height: 0%;
  }
  .keira_pro_conection {
    display: none;
    height: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .hero_section {
    height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .line-2 {
    width: 92%;
  }
  .msg {
    width: 400px;
  }
  .message_div {
    width: 100%;
    margin-top: 24px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .buttons_grid {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0%;
    margin-left: 0%;
  }
  .grid {
    padding-left: 2%;
    justify-items: stretch;
    -ms-grid-columns: 48% 48%;
    grid-template-columns: 48% 48%;
  }
  .button-6 {
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
  }
  .image_bg_container {
    width: 60%;
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-2 {
    margin-bottom: 8%;
  }
  .div-block-46 {
    width: 16vw;
    height: 16vw;
    margin-right: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 4vw;
    line-height: 4vw;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-3._2_nd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-4 {
    margin-bottom: 8%;
  }
  .paragraph-3 {
    width: 74%;
  }
  .free_plan_container {
    margin-right: auto;
    margin-bottom: 8%;
    margin-left: auto;
  }
  .free_btn {
    letter-spacing: 0.4px;
  }
  .pro_btn {
    letter-spacing: 0.4px;
  }
  .bold-text {
    text-align: center;
  }
  .heading-11 {
    text-align: center;
  }
  .lightbox {
    display: none;
  }
  .liboxcontent {
    width: 96%;
    height: 100%;
    padding-top: 7%;
  }
  .logo_down_container {
    z-index: 99;
  }
  .project_list {
    display: block;
  }
  .tab-link-tab-1 {
    font-size: 4vw;
  }
  .project_bg_img.in_project {
    border-radius: 8px;
  }
  .project {
    display: none;
    height: 100%;
  }
  .project_container {
    height: 100%;
  }
  .statistic {
    display: block;
    height: 0%;
  }
  .trafic_container {
    height: 100%;
  }
  .advertising {
    display: none;
    padding-top: 0%;
  }
  .edit_project {
    height: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 4vw;
    line-height: 120%;
  }
  h2 {
    margin-top: 8px;
  }
  h3 {
    font-size: 2vw;
    line-height: 120%;
  }
  h4 {
    font-size: 2vw;
    line-height: 120%;
  }

  a {
    padding-right: 3vw;
    background-size: auto 1.6vw;
    font-size: 16px;
  }
  .hero_section {
    height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .shape {
    background-color: transparent;
  }
  .hero_h1 {
    width: 80%;
    font-size: 3vw;
  }
  .line-2 {
    width: 92%;
    margin-top: 4%;
  }
  .image-10 {
    width: 40px;
    margin-right: 2%;
    margin-left: 0%;
  }
  .message_div {
    position: static;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .text-emoji {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
  }
  .buttons_grid {
    margin-top: 0px;
    margin-bottom: 32px;
    padding-right: 3%;
    padding-left: 3%;
  }
  .main_info_section {
    padding-right: 4%;
    padding-left: 4%;
  }
  .image_bg_container {
    width: 80%;
    padding-top: 40%;
    padding-bottom: 40%;
  }
  .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .column {
    padding-right: 0%;
    padding-left: 0%;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0%;
  }
  .div-block-46 {
    width: 15vw;
    height: 15vw;
    margin-right: 6%;
    margin-bottom: 0%;
  }
  .function_div {
    padding-top: 4%;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-3 {
    margin-top: 2%;
  }
  .list-item {
    margin-bottom: 2%;
    font-size: 2.5vw;
  }
  .free_btn {
    font-size: 16px;
    font-weight: 500;
  }
  .pro_btn {
    font-size: 16px;
    font-weight: 500;
  }
  .footer_sectiom {
    height: 500px;
  }
  .avatar {
    width: 12vw;
    height: 12vw;
  }
  .wavws_footer_ani {
    height: 40%;
  }
  .button-5 {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .lightbox {
    display: block;
  }
  .text_in_footer {
    margin-bottom: 5%;
  }
  .text_in_footer p {
    margin-bottom: 0px;
    font-size: 2vw;
  }
  .text_in_footer h4 {
    margin-bottom: 3px;
  }
  .heading-16 {
    margin-bottom: 4%;
    font-size: 5vw;
  }
  .logo_in_hero {
    margin-bottom: 4%;
  }
  .link-block {
    width: 8vw;
    height: 8vw;
  }
  .body-2 {
    max-width: none;
  }
  .fixed-head{
    max-width: none;
  }
  .project_list {
    display: block;
  }
  .head_container {
    display: block;
  }
  .tab-link-tab-1 {
    font-size: 3px;
  }
  .tab-link-tab-1.w--current {
    font-size: 5vw;
  }
  .project_bg_img.in_project {
    border-radius: 8px;
  }


  /*
  .text-block-60 {
    font-size: 2.5vw;
  }*/
  .project {
    display: none;
    height: 100%;
  }
  .project_container {
    display: block;
    height: 100%;
  }
  .trafic_container {
    height: 100%;
  }
  .advertising {
    padding-top: 0%;
  }
  .edit_project {
    font-size: 4vw;
  }
  .date_and_time {
    font-size: 4vw;
  }

  .img {
    border-radius: 0px;
  }
  .text-block-107 {
    font-size: 16px;
  }

  .link-13 {
    padding-right: 0px;
    font-size: 18px;
  }

  .link-14 {
    font-size: 18px;
  }
  .donelink {
    padding-right: 0px;
    float: right;
  }
  .speakers_in_testing {
    margin-top: 4%;
  }
  .text_in_testing {
    font-size: 16px;
  }

  .text_in_testing h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 721px) {
.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
  width: 480px!important;
  bottom: 0;
  max-width: 100%;
}
}

@media screen and (max-width: 479px) {

  .testing_page_content.landing_lp .fixed-head {
    padding: 8px 16px 8px 0px; 
    max-width: 440px;
  }
  .w-tab-link{
    padding: 9px 0;
  }
  a {
    padding-right: 7vw;
    background-size: auto 3.4vw;
    font-size: 16px;
  }
  .new_close_but{
    padding-right: 0;
  }
  .hero_section {
    height: 100vh;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .shape {
    margin-bottom: 8%;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: transparent;
  }
  .hero_h1 {
    width: 80%;
    font-size: 3.5vw;
  }
  .line-2 {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 3%;
    background-color: #fff;
  }
  .messgae_text_intro {
    width: auto;
  }
  .message_text_offer {
    display: block;
    width: auto;
    margin-top: 5px;
    line-height: 150%;
  }
  .image-9 {
    width: 8vw;
    height: auto;
    font-size: 5vw;
  }
  .msg {
    width: auto;
  }

  .message_div {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .text-emoji {
    width: auto;
    padding: 0px;
  }
  .buttons_grid {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-right: 0%;
    padding-left: 0%;
  }
  .grid {
    grid-auto-flow: row;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: minmax(40%, 50%) minmax(40%, 50%);
    grid-template-columns: minmax(40%, 50%) minmax(40%, 50%);
  }
  .button-6 {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding: 6vw 0px;
    font-size: 3.8vw;
    line-height: 120%;
  }
  .instagram {
    display: none;
  }
  .main_info_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image_bg_container {
    width: 92%;
    padding-top: 46%;
    padding-bottom: 46%;
    border: 2px solid #656372;
    border-radius: 4px;
    background-color: #46445a;
  }
  .image_bg_container.first {
    width: 80%;
    margin-bottom: 5%;
    padding-top: 40%;
    padding-bottom: 40%;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.1);
    background-color: rgba(255, 255, 255, 0);
    color: hsla(0, 0%, 100%, 0);
  }
  .image_bg_container.first.functions {
    width: 92%;
    padding-top: 46%;
    padding-bottom: 46%;
  }
  .image_in_container {
    border-style: none;
    background-image: url('https://lp.keira.bot/public/assets/images/Group-3.svg');
    background-size: 80%;
  }
  .image_in_container._2 {
    background-image: url('https://lp.keira.bot/public/assets/images/Group3-5.svg');
  }
  .image_in_container._2.with_border_2 {
    border-style: none;
    border-color: #363e4e;
    border-radius: 0px;
    background-image: url('https://lp.keira.bot/public/assets/images/Group-9-Copy-5.svg');
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cases_video_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .setting_info_container {
    height: auto;
    padding-top: 16%;
    padding-bottom: 16%;
  }
  .row_setting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .setting_div {
    margin-bottom: 5%;
  }
  .div-block-46 {
    width: 26vw;
    height: 26vw;
    margin-right: 4vw;
    margin-bottom: 3vw;
  }
  .function_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }
  .paragraph-3 {
    width: 90%;
  }
  .plans_content {
    padding-right: 0%;
    padding-left: 0%;
  }
  .free_plan_container {
    width: 100%;
  }
  .list-item {
    font-size: 4vw;
  }
  .free_btn {
    height: 56px;
    border-radius: 8px;
  }
  .pro_btn {
    height: 56px;
    border-radius: 8px;
  }
  .column-5 {
    padding-right: 0px;
  }
  .footer_sectiom {
    height: 100vh;
  }
  .avatar {
    width: 20vw;
    height: 20vw;
    margin-bottom: 3%;
  }
  .heading-9 {
    font-size: 5vw;
  }
  .heading-10 {
    font-size: 5vw;
  }
  .wavws_footer_ani {
    height: 50%;
  }
  .select_arrow {
    width: 12px;
    height: 12px;
  }
  .text-block-42 {
    font-size: 14px;
  }
  .selector_shape {
    display: none;
    margin-top: 32px;
  }
  .lng_var {
    margin-bottom: 16px;
  }
  .heading-12 {
    text-align: center;
  }
  .heading-13 {
    text-align: center;
  }
  .heading-14 {
    text-align: center;
  }
  .heading-15 {
    text-align: center;
  }
  .button-5 {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .lightbox {
    display: none;
  }
  .text_in_footer p {
    margin-bottom: 0px;
    font-size: 3.5vw;
  }
  .text_in_footer h4 {
    margin-bottom: 1px;
    font-size: 4vw;
  }
  .column-8 {
    margin-bottom: 8%;
  }
  .logo_in_hero {
    width: 20vw;
    height: 20vw;
    background-size: cover;
  }
  .heading-17 {
    margin-bottom: 2%;
  }
  .link-block {
    width: 14vw;
    height: 14vw;
  }
  .body-2 {
    max-width: none;
    font-size: 4vw;
  }
  .fixed-head{
    max-width: none;
  }

  .instagram_onboarding_form {
    display: none;
  }
  .head_line {
    padding-right: 2%;
    padding-left: 2%;
  }

  ._1_st_step_container {
    display: block;
  }

  .day_radio_container {
    min-width: auto;
    margin-top: 8vw;
  }
  .period {
    font-size: 4.5vw;
    font-weight: 500;
  }
  .radio-button-label {
    font-size: 4vw;
  }

  .timezone_select_container {
    display: block;
    height: 0%;
  }
  .columns-7 {
    display: block;
  }
  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .time_select_container {
    margin-top: 8vw;
  }

  ._2_nd_step_container {
    right: auto;
    display: block;
  }
  .speaker_iname_nput {
    display: block;
    width: 80vw;
    height: 16vw;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 9vw;
    font-size: 4.5vw;
  }
  .text-block-45 {
    font-size: 4.5vw;
  }
  ._3d_step_container {
    display: none;
  }


  .textarea {
    min-height: 60vw;
  }

  ._4_step_container {
    display: none;
  }

  .project_list {
    display: block;
  }
  .head_container {
    margin-top: 0%;
  }

  .add_project {
    background-repeat: no-repeat;
  }
  .columns-8 {
    padding-right: 4%;
    padding-left: 4%;
  }
  .tab-link-tab-3 {
    font-size: 3vw;
    text-transform: uppercase;
  }
  .tab-link-tab-2 {
    padding-right: 0vw;
    font-size: 3vw;
    line-height: 120%;
    text-transform: uppercase;
  }
  .tab-link-tab-1 {
    width: 200%;
    line-height: 120%;
  }
  .tab-link-tab-1.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0vw;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4vw;
    line-height: 120%;
    text-transform: uppercase;
  }
  .tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-54 {
    line-height: 120%;
  }
  .draft {
    margin-bottom: 4%;
  }

  .project_bg_img {
    padding-top: 32%;
    padding-bottom: 32%;
  }
  .project_bg_img.in_project {
    border-radius: 8px;
  }
/*  .status_text {
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 3vw;
  }*/

  .text-block-58 {
    margin-bottom: 0%;
  }
  .column-12 {
    padding-left: 0px;
  }


  .project {
    display: none;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .project_container {
    display: block;
    height: 100%;
    padding-bottom: 0%;
  }
  .link-block-4 {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
/*  .title_in_head {
    font-size: 4.5vw;
  }*/
 .share_btn {
    /*display: block;*/
  /*   display: none;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 2vw 8px;
    font-size: 3vw;
    line-height: 120%;*/
  }
  .columns-11 {
    display: block;
  }
  .status {
    font-size: 3vw;
    line-height: 120%;
  }
  .text-block-62 {
    margin-bottom: 4%;
    font-size: 3vw;
    line-height: 140%;
  }


/*  .more_statistic_btn {
    width: 70%;
    padding: 2vw 0%;
    font-size: 16px;
    text-align: center;
  }*/

  .avater {
    width: 12vw;
    height: 12vw;
    margin-top: 1vw;
  }

  .text-block-68 {
    font-size: 3vw;
    line-height: 120%;
    font-weight: 400;
  }

  .column-19 {
    padding-left: 0px;
  }
  .reminder_bg {
    height: 52px;
  }
  .arrow_reminder {
    width: 5vw;
    height: 5vw;
  }
  .columns-14 {
    height: 52px;
    font-size: 4vw;
  }
  .text_in_selector {
    cursor: pointer;
  }
 /* .cb_slider {
    width: 50%;
    height: auto;
    margin-top: 1px;
    padding-top: 25%;
    padding-bottom: 25%;
  }*/
  .checkbox_slider {
    width: 60px;
    height: 32px;
    font-size: 16px;
  }
  .cb_place {
    font-size: 16px;
  }
  .checkbox-field {
    padding-left: 0px;
    font-size: 16px;
  }
  .checkbox.w--redirected-checked {
    background-color: transparent;
    background-image: none;
  }

  .testing {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 0%;
  }
  .link-block-5 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .text-block-71 {
    font-size: 4vw;
  }
  .statistic {
    z-index: 9;
    display: block;
    height: 0%;
  }
  .trafic_container {
    display: block;
    height: 100%;
  }
  .registration {
    display: block;
  }

  .spectrators_cont {
    display: block;
  }
  .dell_speaker_container {
    padding: 4%;
  }
  .del_speaker {
    font-size: 4vw;
  }
  .confirm-deletion_bg {
    /*display: block;*/
  }
  .advertising {
    display: none;
    height: 0%;
    padding-top: 0%;
  }
/*  .link-block-6 {
    width: 9vw;
    height: 9vw;
    background-size: cover;
  }*/
  .link-4 {
    padding-left: 13px;
    font-size: 3vw;
  }
  .text-block-83 {
    font-size: 3vw;
    line-height: 140%;
  }


  .speakers_in_creative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .speaker_name {
    font-size: 3vw;
  }
  .speaker_avatar_bg {
    width: 7vw;
    height: 7vw;
  }
  .div-block-99 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2%;
  }
  .event_time {
    padding: 0%;
  }
  .dark_creative_text {
    padding-bottom: 4%;
  }
  .sow_dark {
    display: none;
  }
  .edit_project {
    /*display: block;*/
    display: none;
    height: 0%;
  }
  .text-block-89 {
    font-size: 4vw;
  }
  .link-5 {
    font-size: 4vw;
  }
  .link-6 {
    font-size: 3vw;
  }

  .month_and_day {
    padding: 0%;
  }
  .column-30 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-31 {
    padding-right: 0px;
  }


  .div-block-101 {
    height: 14vw;
    max-width: 60%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-102 {
    margin-bottom: 3vw;
  }

  .day_row {
    font-size: 4vw;
  }
  .text-block-96 {
    width: 80%;
    font-size: 4.5vw;
  }
  .button-8 {
    height: auto;
    background-color: #0064e9;
    background-image: none;
  }
  .column-32 {
    padding-right: 0px;
  }
  .link-9 {
    font-size: 4px;
  }
  .link-10 {
    padding-right: 0px;
    font-size: 4vw;
  }
  .columns-18 {
    font-size: 4vw;
  }
  .link-11 {
    text-align: center;
  }
  .link-12 {
    text-align: left;
  }
  .menu {
    display: block;
  }

  .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .edit_calendar {
    height: 0%;
    padding-right: 4%;
    padding-left: 4%;
  }
  .edit_time {
    height: 0%;
  }

  .text-field-3 {
    width: 80px;
    height: 50px;
    font-size: 4vw;
  }
  .edit_timezone {
    height: 0%;
  }

  .donelink {
    /*font-size: 4.00001vw;
    font-size: 4.5vw;*/
  }
  .head_for_testpage {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-103 {
    margin-right: 2%;
    background-position: 50% 50%;
    background-size: cover;
  }
  .text-block-111 {
    font-size: 4vw;
  }

  .speaker_block_in_testing {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .sp_ava {
    width: 46px;
    height: 46px;
  }

  .submit-button-2 {
    height: 54px;
    font-size: 5vw;
  }
  .checkbox-field-7 {
    width: 100%;
  }
  .checkbox-7 {
    width: 18px;
    height: 18px;
  }


  .button-10 {
    display: block;
  }
  .link-block-7 {
    width: 100px;
    height: 33px;
    background-color: #905454;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
  }
  .done_time {
    padding-right: 0%;
    float: right;

  }

  .link-15 {
    right: 0px;
    padding-right: 0%;
    text-align: right;
  }


}

@media screen and (max-width: 460px) {
.testing_page_content.landing_lp .fixed-head {
  padding: 8px 8% 8px 0%;
  max-width: 100%;
}
}

@media screen and (max-width: 430px) {
  .status_text:before {
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: 5px;
  }
  .status_text {
    padding: 1px 6px 1px 14px;
  }
  .trafic, .spectators{
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  .status_text:before {
    content: none;
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: 5px; 
  }
  .status_text {
    padding: 1px 6px 1px 8px;
  }
  .edit_project .columns-7{
    position: relative;
  }
  .edit_project .columns-7 .column-30{
    width:100%;
    text-align: center;
  }
  .edit_project .columns-7 .column-9{
    width:auto;
    position: absolute;
    left:16px;
    z-index: 1;
  }
  .edit_project .columns-7 .column-10{
    width:auto;
    right:16px;
    position: absolute;
  }
}
@media screen and (max-width: 390px) {
  .column-21.w-col.w-col-6 {
    width: 70px;
  }
  .more_statistic_btn {
    font-size: 11.5px;
    width: 90%;
  }

  .column-31.w-clearfix.w-col.w-col-6 {
    width: auto;
  }

 .testing .testing_page_content .column-37{
    width: 115px;
  }
  .testing .testing_page_content .column-38 {
    width: calc(100% - 115px);
  }
  div#testing_date span {
     display: none;
   }

}
@media screen and (max-width: 355px) {
.project_statistic_block {
  margin-top: 8%;
  padding-right: 0;
  padding-left: 0;
}}


@media screen and (max-width: 350px) {
  .project_statistic_block .text-block-64{
    padding-right: 4%;
    padding-left: 4%;
  }

}
@media screen and (max-width: 330px) {
  span.soon-group.soon-group-sub {
    display: table-cell!important;
  }
  .testing .testing_page_content .column-37{
    width: 103px;
    padding: 8px 0;
  }
  .testing .testing_page_content .column-38 {
    width: calc(100% - 103px);
  }
.text-block-112 {
  font-size: 12px;

}}
@media screen and (max-width: 325px) {
.timercodeblock{
  justify-content: flex-end;
  width: 100%;
}
  .soon{
    width: 100%;
  }

}

#w-node-a0aef3154cc9-ff50f160 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a0aef3154cc5-ff50f160 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}


.disabled_date:before{
  
}




