:root {
  --dark-brown: #1a1917;
  --black: #07080a;
  --peru: #ce8314;
  --st: #00b800;
  --pure-white: #ffffffb8;
  --greyish: #1a1b1d;
  --fire: #bc2e28;
}

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

.h {
  z-index: 5;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px #ffffff29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.head_logo {
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/Logo-StuntTower-Horizon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  min-height: 100px;
  transition: transform .2s, opacity .2s;
}

.head_logo:hover {
  opacity: 1;
  transform: scale(.98);
}

.head_logo.w--current {
  background-image: none;
  background-size: 140px;
}

.head_logo.w--current:hover {
  transform: scale(.9);
}

.h_width {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 95%;
  display: flex;
  position: relative;
}

.right-buttons {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.c_paddings {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.c_paddings.head {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 0;
}

.c_paddings.footer {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.c_title-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 3em;
  display: flex;
}

.main-lead {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 160px;
  margin-bottom: 0;
  display: flex;
}

.button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b81313;
  min-width: 180px;
  min-height: 60px;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-size: 1.2rem;
  line-height: 1.4rem;
  transition: background-color .25s ease-in-out;
}

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

.x_main_lead {
  background-image: none;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 700px;
  min-height: 150px;
  margin-top: 200px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.x_platform_icon {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.x_h_soc_li {
  z-index: 2;
  opacity: .7;
  cursor: pointer;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 22px;
  height: 30px;
  min-height: 22px;
  margin-right: .5em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
  top: 0;
  right: 0;
}

.x_h_soc_li:hover {
  opacity: 1;
}

.x_h_soc_li._4 {
  background-image: none;
  background-size: contain;
}

.x_h_soc_li._3 {
  background-image: none;
}

.x_h_soc_li.hide {
  display: none;
}

.x_h_soc_li._5, .x_h_soc_li._2 {
  background-image: none;
}

.txt_feature_textblock {
  color: #fffc;
  width: 100%;
  margin-top: 2em;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: relative;
}

.x_h_soc_ul_embed {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  margin-top: .2em;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.x_foot_image {
  opacity: 1;
  max-height: 60px;
  margin: 1em 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 0;
}

.x_foot_image.fisrt {
  max-height: 80px;
  margin-left: 0;
}

.x_foot_logo {
  opacity: .6;
  cursor: pointer;
  border-right: 1px #5a577680;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .25s ease-in-out;
  display: flex;
}

.x_foot_logo:hover {
  opacity: 1;
}

.x_foot_logo.nolink {
  cursor: default;
  margin-top: 1em;
}

.x_foot_txt {
  color: #ffffff80;
  letter-spacing: .5px;
  width: 365px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 14px;
}

.txt_h3 {
  color: #ffffffeb;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.txt_h3.text-table-white {
  text-align: center;
}

.x_foot-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37%;
  min-height: 20px;
  margin-top: 23px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
}

.x_foot-col.first {
  width: 20%;
  margin-left: 20px;
  padding-left: 10px;
}

.x_foot-col.last {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 30%;
  min-height: 160px;
  margin-top: 1em;
  padding-top: 1em;
  padding-left: 0;
}

.dropdown_link {
  opacity: .6;
  color: #ffffffe6;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.dropdown_link:hover {
  opacity: 1;
}

.x_hero_platform {
  flex-direction: column;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  display: flex;
}

.xsb_xsolla_autorized-3 {
  color: #ffffffe0;
  text-align: left;
  margin-top: 14px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  transition: opacity .2s;
}

.x_foot_title {
  color: #ffffff80;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 80%;
}

.c_width-down {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 820px;
  display: flex;
  position: relative;
}

.c_width-down.c_width--scroll-down {
  z-index: 30;
  margin-bottom: 1.4em;
  position: absolute;
  bottom: 0;
}

.buy_block {
  display: flex;
}

.x_logo_link {
  margin-bottom: 0;
  display: flex;
}

.x_tab_icon {
  background-color: #5b8dec;
  background-image: none, linear-gradient(to right, #5b8dec, #01b3fe);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30px, auto;
  border: 1px #b78c25;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin-left: .5em;
  margin-right: .5em;
  transition: all .25s ease-in-out;
  box-shadow: 1px 0 21px 6px #01b3fe33;
}

.x_tab_icon:hover {
  box-shadow: none;
  background-color: #01b3fe;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  transform: scale(.98);
}

.x_tab_icon.youtube {
  background-image: none, linear-gradient(to right, #5b8dec, #01b3fe);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30px, auto;
}

.xsb_xsolla_powered {
  flex: 0 auto;
  margin-bottom: 3px;
  font-size: 9px;
  line-height: 100%;
}

.c_width {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.c_width.c_width--full {
  max-width: 1200px;
  display: block;
}

.xsb_xsolla_xsb {
  width: 144px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 100%;
  overflow: hidden;
}

.x_feature_block {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 80px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.x_col {
  border: 1px #fff;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 1em 1em .5em 0;
}

.x_col.left {
  width: 40%;
  padding-left: 0;
}

.x_col.left.max {
  width: 70%;
}

.lead {
  color: var(--dark-brown);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  padding-left: .125em;
  padding-right: .125em;
  font-family: Bebasneue, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.xsb_xsolla-4 {
  opacity: .63;
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.xsb_xsolla-4:hover {
  opacity: 1;
}

.txt_lead_os {
  opacity: .7;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 80%;
  font-weight: 700;
  line-height: 145%;
}

.txt_lead_os.hide {
  display: none;
}

.list-table {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: center;
  width: 92%;
  display: flex;
}

.xsb_xsolla_badge-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffffff03;
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 50px;
  border: 1px solid #fff;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 48px;
  min-height: 48px;
  padding-left: 62px;
  padding-right: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.x_hero_arrow {
  color: #fff;
  cursor: default;
  background-image: url('../images/scroll-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.x_hero_arrow:hover {
  display: flex;
}

.x_hero_arrow.hide {
  opacity: 0;
}

.x_rating_img {
  opacity: .6;
  cursor: default;
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 132px;
  min-height: 60px;
  margin-right: 10px;
  transition: opacity .25s ease-in-out;
}

.x_rating_img:hover {
  opacity: .6;
}

.text-block-9 {
  width: 93px;
  height: 70px;
  margin-left: 57px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .6rem;
  line-height: 1em;
}

.validate {
  font-size: 1.2rem;
}

.validate.hide {
  display: none;
}

.email {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#141524, #141524);
  border: 1px solid #1d1d1d;
  min-width: 200px;
  min-height: 60px;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1rem;
  line-height: 1.2rem;
}

.email:hover {
  border-color: #ce2e1c;
}

.x_platforms {
  opacity: .6;
  display: flex;
}

.list-colomn {
  flex-flow: column wrap;
  place-content: flex-start space-around;
  align-items: flex-start;
  width: 98%;
  margin-top: 0;
  display: flex;
}

.list-colomn.left {
  align-content: flex-end;
  align-items: flex-end;
}

.c_bgz {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(to bottom, #1a191700 82%, var(--black)), linear-gradient(to bottom, #07080ac7, #1a191700 18%), url('../images/BG-hero_1.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% -1%;
}

.c_bgz.x_bg4 {
  z-index: 1;
  opacity: 1;
  background-color: #12171c;
  background-image: linear-gradient(#82828200, #0000007d);
  height: 100%;
  position: absolute;
  inset: 0;
}

.c_bgz.x_bg11 {
  z-index: 1;
  opacity: 1;
  background-color: #12171c;
  background-image: linear-gradient(#12171ccc, #12171ccc), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
  position: absolute;
  inset: 0;
}

.c_bgz.x_bg3 {
  z-index: 1;
  opacity: 1;
  background-color: #000;
  background-image: linear-gradient(#000 8%, #2e2e2e00 37%), linear-gradient(#fff0 14%, #000), url('../images/bg-image-3.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.c_bgz.x_bg2 {
  z-index: 1;
  opacity: 1;
  background-color: #000;
  background-image: linear-gradient(349deg, #000 6%, #0000), linear-gradient(#000000ad, #000000ad), url('../images/BG2.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 100%;
  position: absolute;
  inset: 0;
}

.c_bgz.x_bg4 {
  z-index: 1;
  opacity: 1;
  z-index: 1;
  opacity: 1;
  inset: 0;
  z-index: 1;
  background-color: #000;
  background-image: url('../images/bg-image4.jpg');
  background-position: 0 -1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-color: var(--black);
  opacity: 1;
  inset: 0;
  background-image: linear-gradient(to top, #000, #0000 31%), linear-gradient(to right, #000, #00000096), url('../images/BG2.png');
  background-position: 0 0, 0 0, 0 -1px;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100%;
  position: absolute;
  inset: 0;
}

.c_bgz.x_bg5 {
  z-index: 1;
  background-color: var(--black);
  opacity: 1;
  background-image: linear-gradient(#0000 68%, #000), linear-gradient(#000, #00000057), url('../images/BG-Roadmap.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100%;
  position: absolute;
  inset: 0;
}

.c_bgz.x_bg6 {
  z-index: 1;
  background-color: var(--black);
  opacity: 1;
  z-index: 1;
  background-color: var(--black);
  opacity: 1;
  inset: 0;
  background-image: radial-gradient(circle at 0%, #000, #0000 20%), radial-gradient(circle closest-corner at 16%, #0000, #000 79%), url('../images/newsletter.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 100%;
  position: absolute;
  inset: 0;
}

.c_bgz.x_bg7 {
  z-index: 1;
  background-color: var(--peru);
  opacity: 1;
  background-image: none;
  height: 100%;
  position: static;
  inset: 0;
}

.content {
  z-index: 1;
  position: relative;
}

.c {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.c.c_full-screen {
  z-index: 3;
  flex-direction: column;
  place-content: stretch space-around;
  align-items: center;
  width: 100%;
  height: 13%;
  min-height: 100vh;
  display: flex;
}

.c.c_hero {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.c.c_full-height {
  z-index: 3;
  flex-direction: column;
  place-content: stretch space-around;
  min-height: 100vh;
}

.c.c_150 {
  z-index: 3;
  flex-direction: column;
  place-content: stretch space-around;
}

.c_2cols {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5em;
  padding-left: 1em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c_block {
  background-color: #0000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.c_block.footer {
  flex-direction: row;
  padding-top: 2em;
  padding-bottom: 2em;
}

.x_slide1_bg {
  z-index: 0;
  background-image: linear-gradient(#0009, #0000001a 15%, #00000030 87%, #000), url('../images/bg-image.jpg');
  background-position: 0 0, 64%;
  background-size: auto, cover;
  border-bottom: 5px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.t_features_h2 {
  text-align: center;
  text-transform: uppercase;
  column-span: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.55em;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.txt_rating_subjects {
  width: 93px;
  height: 70px;
  margin-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .6rem;
  line-height: 1em;
}

.t_features_h {
  color: #fff;
  text-transform: uppercase;
  column-span: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.t_features_h.center {
  color: #fff;
  text-align: center;
}

.scroll_down_txt {
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.scroll_down_txt:hover {
  opacity: 1;
  display: flex;
}

.x_bg_video {
  z-index: 0;
  width: 100%;
  height: 120vh;
  display: block;
  position: fixed;
  inset: 0 0;
}

.bg_video_black {
  z-index: 2;
  background-color: var(--black);
  opacity: .5;
  height: 120vh;
  display: block;
  position: absolute;
  inset: 0;
}

.bg_video_webflow {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 110vh;
  display: block;
  position: fixed;
  inset: 0 0 0;
}

.bg_static {
  background-color: var(--black);
  inset: 0%;
}

.x_mobile_not_ready {
  display: none;
}

.secondary_btn {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px #b78c25;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  margin: 10px 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: transform .2s, color .2s ease-in;
  display: flex;
  position: relative;
}

.secondary_btn:hover {
  color: var(--st);
  background-color: #01b3fe00;
  transform: scale(.98);
}

.secondary_btn.w--current:hover {
  color: var(--st);
}

.x_head_pop {
  z-index: 100;
  background-color: #1a1917bd;
  border-radius: 3px;
  width: 97px;
  height: 120px;
  min-height: 100px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0 -348px -189px -336px;
}

.x_head_pop.hide {
  display: none;
}

.t_head_menu_sub {
  font-size: 80%;
}

.x_head_button {
  z-index: 100;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-right: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  height: auto;
  min-height: 30px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1rem;
  transition: color .2s;
  display: flex;
  position: relative;
}

.x_head_button:hover {
  color: var(--st);
}

.x_pop_bg {
  z-index: 2;
  display: block;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.x_pop_bg.hide {
  display: none;
}

.x_head_img {
  background-image: url('../images/dropdown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 18px;
  height: 18px;
  margin-left: .3em;
}

.x_head_drop_lang {
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-left: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding-left: 10px;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: flex;
}

.x_head_drop_lang:hover {
  color: #68c8f0;
}

.x_head_drop_lang.russian-lang {
  border-left-style: none;
  min-height: 40px;
  font-size: 15px;
}

.x_head_drop_lang.russian-lang:hover {
  color: #deb626;
}

.x_head_drop_lang.english-lang {
  border-left-style: none;
  min-height: 35px;
  font-size: 15px;
}

.x_head_drop_lang.english-lang:hover {
  color: var(--st);
}

.x_head_drop_lang.deutch-lang {
  border-left-style: none;
  min-height: 40px;
  font-size: 15px;
}

.x_head_drop_lang.deutch-lang:hover {
  color: #deb626;
}

.center-buttons {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.center-buttons.hide {
  justify-content: flex-end;
}

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

.x_head_icon {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.min-lead {
  color: var(--dark-brown);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .125em;
  padding-right: .125em;
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.buy_btn {
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #00b800;
  background-image: linear-gradient(to top, #0bff0b, #00b800);
  border: 1px #b78c25;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  min-height: 60px;
  margin: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.509, .001, .25, 1), box-shadow .2s, background-color .25s ease-in-out;
  display: flex;
  position: relative;
}

.buy_btn:hover {
  background-color: var(--st);
  box-shadow: none;
  background-image: none;
  transform: scale(.98);
}

.btn_txt {
  color: var(--dark-brown);
  text-transform: none;
  border-right: 1px #1a191780;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.btn_txt.price {
  border-left: 1px solid #1a191780;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 5px;
}

.txt_description_textblock {
  color: #fffc;
  width: 70%;
  max-width: 600px;
  margin-top: 2em;
  margin-left: 9em;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.picture {
  background-image: url('../images/img-work.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 320px;
  overflow: hidden;
}

.picture.t-3 {
  background-image: url('../images/mount.jpg');
  background-size: 800px;
}

.picture.t-2 {
  background-image: url('../images/img01.jpg');
  background-size: 960px;
}

.picture.t-1 {
  background-image: url('../images/screenshot-1_1screenshot 1.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.picture.t-2 {
  background-image: url('../images/screenshot-2.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.picture.t-3 {
  background-image: url('../images/screenshot-3.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.left-arrow {
  justify-content: center;
  width: 20px;
  display: flex;
  left: -24px;
  right: auto;
}

.right-arrow {
  justify-content: center;
  width: 20px;
  display: flex;
  bottom: 0;
  left: auto;
  right: -24px;
}

.mask {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider {
  background-color: var(--dark-brown);
  border-radius: 10px;
  width: 40%;
  height: 550px;
  margin-top: 30px;
}

.slide {
  z-index: 10;
  cursor: zoom-in;
  border-radius: 10px;
  position: relative;
  left: auto;
}

.t_line {
  z-index: 20;
  background-color: var(--pure-white);
  width: 62%;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 395px;
}

.txt_orange-underline {
  border-bottom: 4px solid var(--st);
  text-decoration: none;
}

.t_features_h4 {
  color: var(--st);
  letter-spacing: 1px;
  text-transform: uppercase;
  column-span: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  transition: color .25s;
}

.t_features_h4:hover {
  color: var(--peru);
}

.txt_description {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 25px;
  font-weight: 400;
  line-height: 26px;
}

.feature-p {
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.feature {
  color: #fff;
  white-space: break-spaces;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 50px 0 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.feature.w--open {
  border-bottom: 1px solid #0000001a;
}

.feature-dot {
  z-index: 2;
  border: 2px solid var(--pure-white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.feature-dot:focus {
  background-color: var(--pure-white);
}

.feature-body {
  background-color: #0000;
  display: block;
  position: relative;
}

.feature-body.w--open {
  background-color: #0000;
}

.feature-body-cont {
  border-top: 1px #000;
  padding: 0 30px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.x_req-col {
  flex-direction: column;
  display: flex;
}

.x_req-col._70 {
  width: 75%;
}

.c-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/65a2238df5eef2ee37f5610e_disquette.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  height: 500px;
  margin-top: 40px;
  display: grid;
}

.text-table-white {
  color: var(--pure-white);
  border-bottom: 1px #979797;
  width: 95%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.x_req_key {
  color: var(--st);
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.txt_description_block {
  color: #fffc;
  width: 70%;
  max-width: 600px;
  margin-top: 2em;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.main_btn {
  background-color: var(--st);
  box-shadow: none;
  color: var(--dark-brown);
  text-align: center;
  letter-spacing: .05em;
  text-transform: none;
  cursor: pointer;
  border: 1px #b78c25;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 60px;
  margin: 0 10px 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.509, .001, .25, 1), box-shadow .2s, background-color .25s ease-in-out;
  display: flex;
  position: relative;
}

.main_btn:hover {
  background-color: var(--st);
  box-shadow: none;
  background-image: none;
  transform: scale(.98);
}

.x_testemonial {
  background-color: #ffffff14;
  border-radius: 10px;
  width: 90%;
  margin-bottom: 20px;
  padding: 5px 20px;
}

.x_testemonial.right {
  margin-left: 60px;
}

.txt_date_block {
  color: #ffffff80;
  width: 70%;
  max-width: 600px;
  margin-top: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.x_testemonial-img {
  box-shadow: 6px 3px 0 0 var(--st);
  border-radius: 100%;
  width: 72px;
  height: 64px;
  margin-right: 20px;
}

.x_testemonial-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.x_testemonial-content {
  width: 80%;
}

.name_h3 {
  color: var(--st);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.txt_profession_block {
  color: #ffffff80;
  width: 70%;
  max-width: 600px;
  margin-top: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.x_social_media-img {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
  margin-right: 0;
}

.txt_quote_block {
  color: #fffc;
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.x_social_media-link {
  cursor: pointer;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
  margin-right: 0;
  transition: opacity .25s ease-in-out;
}

.x_social_media-link:hover {
  opacity: .8;
}

.form-block {
  margin-top: 20px;
}

.text-field {
  background-color: var(--greyish);
  color: var(--peru);
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  height: 60px;
  margin-top: 30px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-field:focus {
  color: var(--st);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.form {
  display: flex;
}

.div-block {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.footer_logo {
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/Logo-StuntTower-Horizon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 90px;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: transform .2s, opacity .2s;
}

.footer_logo:hover {
  opacity: 1;
  transform: scale(.98);
}

.footer_logo.w--current {
  background-image: none;
  background-size: 140px;
}

.footer_logo.w--current:hover {
  transform: scale(.9);
}

.x_h_soc {
  z-index: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 40%;
  min-height: 60px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.footer_social_li {
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/twitter_1.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 1.5em;
  margin-right: 1.5em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
  top: 0;
  right: 0;
}

.footer_social_li:hover {
  opacity: 1;
}

.footer_social_li.youtube {
  opacity: 1;
  background-image: url('../images/youtube.svg');
  background-position: -1px 4px;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  transition: all .25s ease-in-out;
  display: flex;
}

.footer_social_li.youtube:hover {
  opacity: 1;
  background-image: url('../images/youtube_hover.svg');
  background-position: -1px 4px;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_social_li.facebook {
  opacity: 1;
  background-image: url('../images/facebook.svg');
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_social_li.facebook:hover {
  background-image: url('../images/facebook-hover.svg');
  background-position: 50% 41%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_social_li.twitter {
  opacity: 1;
  background-image: url('../images/twitter_1.svg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.footer_social_li.twitter:hover {
  background-image: url('../images/twitter-hover.svg');
  background-position: 50% 41%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_social_li.vkontake, .footer_social_li.reddit {
  background-image: none;
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.footer_social_li.twitch {
  opacity: 1;
  background-image: url('../images/telegram-1.png');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.footer_social_li.twitch:hover {
  background-image: url('../images/twitch_hover.svg');
  background-position: 1px 1px;
  background-repeat: no-repeat;
  background-size: contain;
}

.x_footer-content {
  border-bottom: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer_links {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.t_link {
  z-index: 1;
  border-right: 1px solid var(--pure-white);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: .125em;
  margin-right: .125em;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease-in-out;
  position: relative;
}

.t_link:hover {
  opacity: 1;
  text-decoration: underline;
}

.t_link.first {
  border-right: 1px #72b4d3;
  margin-left: 0;
  padding-right: 0;
  font-size: .7rem;
  font-weight: 500;
  text-decoration: underline;
  transition: color .25s;
}

.t_link.first:hover {
  opacity: 1;
  color: #e05802;
  text-decoration: underline;
}

.t_link.last {
  border-right-style: none;
}

.x_footer-copyright {
  border-bottom: 1px #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  display: flex;
}

.txt_copyright {
  color: #ffffff80;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.link-buttons {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.x_lead {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 700px;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.subscribe_btn {
  box-shadow: none;
  color: var(--dark-brown);
  text-align: center;
  letter-spacing: .05em;
  text-transform: none;
  cursor: pointer;
  background-color: #ffb548;
  background-image: linear-gradient(to top, #ffb548, #f3af34);
  border: 1px #b78c25;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  min-height: 60px;
  margin: 30px 10px 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.509, .001, .25, 1), box-shadow .2s, background-color .25s ease-in-out;
  display: flex;
  position: relative;
}

.subscribe_btn:hover {
  background-color: var(--st);
  box-shadow: none;
  background-image: none;
  transform: scale(.98);
}

.success-message {
  background-color: var(--greyish);
  color: #27b386;
}

.error-message {
  background-color: var(--fire);
  color: var(--pure-white);
  text-align: center;
}

.img-1 {
  cursor: zoom-in;
  height: 100%;
  display: block;
}

.lightbox-link {
  z-index: 20;
  height: 100%;
  position: relative;
}

.img-2 {
  cursor: zoom-in;
  width: 100%;
  height: 100%;
  display: block;
}

.img-4 {
  cursor: zoom-in;
  background-image: url('../images/screenshot-3.jpg');
  background-position: 0 0;
  background-size: 125px;
  height: 100%;
  display: block;
}

.img-3 {
  cursor: zoom-in;
  height: 100%;
  display: block;
}

.txt_zoom-img {
  opacity: .5;
  color: var(--pure-white);
  margin-top: 10px;
  display: block;
}

.dropdown_hide_link {
  opacity: .6;
  color: #ffffffe6;
  cursor: default;
  text-decoration: none;
  transition: opacity .2s;
}

.dropdown_hide_link:hover {
  opacity: 1;
}

.dropdown_hide_link.w--current {
  opacity: 0;
  cursor: default;
}

.dropdown_hide_link.w--current:hover {
  opacity: 0;
}

.scroll_down_txt-hide {
  opacity: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.scroll_down_txt-hide:hover {
  opacity: 1;
  display: flex;
}

.body {
  background-color: var(--dark-brown);
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.padding-xhuge {
  padding-left: 4rem;
  padding-right: 4rem;
}

.button-link {
  color: #000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
  color: #fff;
  grid-column-gap: .5rem;
}

.button-secondary {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: .75rem 1.5rem;
  font-size: .8rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.button-secondary:hover {
  color: #167fb9;
  background-color: #01caec;
  border-color: #167fb9;
}

.layout348_desktop-image-wrapper {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout348_image {
  width: 100%;
  position: absolute;
}

.layout348_image.is-image1, .layout348_image.is-image3, .layout348_image.is-image2 {
  border-radius: 15px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout348_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.text-weight-semibold {
  color: #fff;
}

.text-block-2 {
  text-transform: uppercase;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-3 {
  background-color: #fff;
}

.background-layer.background-color-1 {
  background-color: #000;
}

.background-layer.background-color-2, .background-layer.background-color-1 {
  background-color: #fff;
}

.layout348_mobile-image {
  width: 100%;
  position: absolute;
}

.text-size-medium {
  color: #fff;
  font-size: 1.125rem;
}

.layout348_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.section-layout348 {
  background-color: var(--dark-brown);
  background-image: linear-gradient(#000c, #00000080 50%, #000), url('../images/BG3.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout348_mobile-image-wrapper {
  display: none;
}

.heading, .heading-2 {
  color: #fff;
}

.layout349, .layout350 {
  width: 100%;
  position: absolute;
}

.button-secondary-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: .75rem 1.5rem;
  font-size: .8rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.button-secondary-2:hover {
  color: #167fb9;
  background-color: #01caec;
  border-color: #167fb9;
}

.layout348_desktop-image-wrapper-2 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-weight-semibold-2 {
  color: #fff;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.heading-3, .heading-4, .heading-5 {
  color: #fff;
}

.t_features_h5 {
  color: var(--st);
  letter-spacing: 1px;
  text-transform: uppercase;
  column-span: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 32px;
  transition: color .25s;
}

.t_features_h5:hover {
  color: var(--peru);
}

.btn_txt-2 {
  color: var(--black);
  text-transform: none;
  border-right: 1px #1a191780;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.btn_txt-2.price {
  border-left: 1px solid #1a191780;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 5px;
}

.btn_txt-3 {
  color: var(--pure-white);
  text-align: left;
  text-transform: none;
  border-right: 1px #1a191780;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.btn_txt-3.price {
  border-left: 1px solid #1a191780;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 5px;
}

.footer_social_li-copy {
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/telegram-1.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 1.5em;
  margin-right: 1.5em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
  top: 0;
  right: 0;
}

.footer_social_li-copy:hover {
  opacity: 1;
}

.footer_social_li-copy.youtube {
  opacity: 1;
  background-image: url('../images/youtube.svg');
  background-position: -1px 4px;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  transition: all .25s ease-in-out;
  display: flex;
}

.footer_social_li-copy.youtube:hover {
  opacity: 1;
  background-image: url('../images/youtube_hover.svg');
  background-position: -1px 4px;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_social_li-copy.facebook {
  opacity: 1;
  background-image: url('../images/facebook.svg');
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_social_li-copy.facebook:hover {
  background-image: url('../images/facebook-hover.svg');
  background-position: 50% 41%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_social_li-copy.twitter {
  opacity: 1;
  background-image: url('../images/twitter_1.svg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.footer_social_li-copy.twitter:hover {
  background-image: url('../images/twitter-hover.svg');
  background-position: 50% 41%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_social_li-copy.vkontake, .footer_social_li-copy.reddit {
  background-image: none;
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.footer_social_li-copy.twitch {
  opacity: 1;
  background-image: url('../images/telegram-1.png');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.footer_social_li-copy.twitch:hover {
  background-image: url('../images/twitch_hover.svg');
  background-position: 1px 1px;
  background-repeat: no-repeat;
  background-size: contain;
}

.txt_description-copy {
  color: #c4c4c4;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu {
  align-items: center;
  margin-left: -1rem;
}

.navbar3_menu.is-right {
  margin-left: 0;
  margin-right: -1rem;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_component {
  background-color: #fff0;
  border-bottom: 1px solid #01caec33;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_logo {
  color: #7c6d6d;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_logo-link {
  padding-left: 0;
}

.navbar3_link {
  color: #fff;
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-size: .75rem;
  font-style: italic;
}

.navbar3_link:hover {
  color: #167fb9;
}

.navbar3_link.w--current {
  color: #000;
}

.c-copy {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.c-copy.c_full-screen {
  z-index: 3;
  flex-direction: column;
  place-content: stretch space-around;
  align-items: center;
  width: 100%;
  height: 13%;
  min-height: 100vh;
  display: flex;
}

.c-copy.c_hero {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.c-copy.c_full-height {
  z-index: 3;
  flex-direction: column;
  place-content: stretch space-around;
  min-height: 100vh;
}

.c-copy.c_150 {
  z-index: 3;
  flex-direction: column;
  place-content: stretch space-around;
}

.link {
  color: #fffc;
}

.c-copy-copy {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.c-copy-copy.c_full-screen {
  z-index: 3;
  flex-direction: column;
  place-content: stretch space-around;
  align-items: center;
  width: 100%;
  height: 13%;
  min-height: 100vh;
  display: flex;
}

.c-copy-copy.c_hero {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.c-copy-copy.c_full-height {
  z-index: 3;
  flex-direction: column;
  place-content: stretch space-around;
  min-height: 100vh;
}

.c-copy-copy.c_150 {
  z-index: 3;
  flex-direction: column;
  place-content: stretch space-around;
}

.t_features_h4-copy {
  color: var(--fire);
  letter-spacing: 1px;
  text-transform: uppercase;
  column-span: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  transition: color .25s;
}

.t_features_h4-copy:hover {
  color: var(--peru);
}

.main_btn-copy {
  background-color: var(--st);
  box-shadow: none;
  color: var(--dark-brown);
  text-align: center;
  letter-spacing: .05em;
  text-transform: none;
  cursor: pointer;
  border: 1px #b78c25;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 99%;
  min-width: 150px;
  min-height: 60px;
  margin: 0 10px 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.509, .001, .25, 1), box-shadow .2s, background-color .25s ease-in-out;
  display: flex;
  position: relative;
}

.main_btn-copy:hover {
  background-color: var(--st);
  box-shadow: none;
  background-image: none;
  transform: scale(.98);
}

.link-2 {
  color: #00b800;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .h {
    background-color: #1a19179e;
    justify-content: center;
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .head_logo {
    width: 52px;
    margin-left: 0;
  }

  .h_width {
    max-width: 100%;
  }

  .right-buttons {
    margin-top: 20px;
    margin-right: 0;
  }

  .c_paddings {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c_paddings.head {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-lead {
    min-height: 185px;
  }

  .x_main_lead {
    background-image: none;
    width: 100%;
    min-width: auto;
    min-height: 160px;
    margin-top: 160px;
  }

  .x_platform_icon {
    width: 30px;
    height: 30px;
  }

  .x_h_soc_li {
    margin-bottom: .5em;
  }

  .x_h_soc_ul_embed {
    width: 120px;
  }

  .x_foot-col {
    width: 35%;
    margin-left: 10px;
  }

  .x_foot-col.first {
    margin-left: 0;
    margin-right: 0;
  }

  .x_foot-col.last {
    align-items: flex-start;
    width: 33%;
  }

  .c_width-down {
    flex: 1;
    justify-content: center;
    max-width: 80%;
    margin-bottom: 0;
  }

  .c_width-down.c_width--scroll-down {
    display: flex;
  }

  .c_width {
    justify-content: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c_width.c_width--full {
    max-width: 100%;
  }

  .x_feature_block {
    max-width: 650px;
  }

  .x_col.left {
    width: 50%;
  }

  .x_col.left.max {
    width: 70%;
  }

  .lead {
    margin-bottom: 0;
    font-size: 80px;
  }

  .list-table, .list-colomn {
    width: 100%;
  }

  .c_bgz {
    z-index: 1;
  }

  .c_bgz.x_bg3 {
    background-image: linear-gradient(#24242400, #000), url('../images/bg-image-3.jpg');
    background-position: 0 0, 38%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .c_bgz.x_bg4 {
    background-image: linear-gradient(to right, #000, #1f1f1f00), url('../images/bg4.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .c_bgz.x_bg6 {
    background-position: 65% 100%;
  }

  .c {
    z-index: 1;
  }

  .c.c_full-screen {
    align-content: center;
    align-items: center;
    min-height: 0;
  }

  .c.c_hero {
    z-index: 2;
    place-content: center space-between;
    align-items: center;
  }

  .c.c_full-height, .c.c_150 {
    align-content: center;
    align-items: center;
  }

  .c_2cols {
    position: static;
  }

  .c_block.verticalflex {
    flex-direction: column;
  }

  .x_slide1_bg {
    flex-direction: row;
  }

  .t_features_h2 {
    font-size: 1.5rem;
  }

  .t_features_h {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
  }

  .x_bg_video {
    height: 100%;
    transform: none;
  }

  .bg_video_webflow {
    display: block;
  }

  .bg_static {
    position: absolute;
    inset: 0%;
  }

  .x_mobile_not_ready {
    z-index: 1000000;
    text-align: center;
    background-color: #12171c;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.6em;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .secondary_btn {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .secondary_btn:hover, .secondary_btn.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .x_head_pop {
    z-index: 100;
    text-align: left;
    background-color: #1a1917bd;
    border-radius: 3px;
    flex-direction: column;
    align-items: flex-start;
    width: 83px;
    min-height: 100px;
    margin-top: 60px;
    display: flex;
    position: absolute;
    inset: auto -348px -140px;
  }

  .x_head_button {
    z-index: 100;
    justify-content: center;
    min-width: 90px;
    font-size: 12px;
  }

  .x_pop_bg {
    background-color: #0000004d;
    position: fixed;
  }

  .x_head_drop_lang {
    text-align: center;
    border-left-style: none;
    border-left-width: 0;
    justify-content: center;
  }

  .x_head_drop_lang:hover {
    border-color: #8fa3c240;
  }

  .x_head_drop_lang.russian-lang {
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
    font-size: 16px;
  }

  .x_head_drop_lang.english-lang {
    border-left-style: none;
    font-size: 18px;
  }

  .x_head_drop_lang.deutch-lang {
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
    font-size: 16px;
  }

  .center-buttons {
    width: 70%;
    margin-top: 20px;
    padding-top: 0;
  }

  .x_head_icon {
    width: 20px;
    height: 20px;
  }

  .min-lead {
    margin-bottom: 0;
    font-size: 24px;
  }

  .txt_description_textblock {
    width: 100%;
    max-width: 330px;
    margin-left: 1.5em;
    font-size: 16px;
  }

  .left-arrow {
    width: 20px;
    margin-right: 0;
    left: -24px;
  }

  .right-arrow {
    width: 20px;
    right: -24px;
  }

  .slider {
    width: 45%;
    height: 430px;
  }

  .t_line {
    width: 55%;
    bottom: 318px;
  }

  .t_features_h4 {
    font-size: 25px;
  }

  .feature-dot {
    width: 15px;
    height: 15px;
  }

  .x_req-col._70 {
    width: 75%;
  }

  .c-table {
    grid-template-rows: minmax(auto, .5fr) minmax(auto, .25fr) minmax(auto, 1.5fr);
    width: 507px;
  }

  .text-table-white {
    width: 98%;
    height: auto;
    min-height: 110px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .x_req_key {
    line-height: 26px;
  }

  .txt_description_block {
    width: 100%;
    max-width: 330px;
    font-size: 16px;
  }

  .main_btn {
    min-width: 180px;
  }

  .x_testemonial, .x_testemonial.right {
    background-color: var(--greyish);
  }

  .txt_date_block {
    max-width: 330px;
  }

  .x_testemonial-img {
    width: 44px;
    height: 44px;
  }

  .txt_profession_block {
    max-width: 330px;
  }

  .txt_quote_block {
    max-width: 330px;
    font-size: 14px;
  }

  .text-field {
    background-color: var(--greyish);
  }

  .footer_logo {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .x_h_soc {
    min-width: 35%;
  }

  .footer_social_li, .footer_social_li.facebook {
    width: 20px;
    height: 20px;
    margin-left: .5em;
    margin-right: .5em;
  }

  .x_footer-content {
    padding-bottom: 10px;
  }

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

  .t_link {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  .t_link:hover {
    opacity: 1;
    text-decoration: underline;
  }

  .t_link.first {
    font-size: .7rem;
    font-weight: 500;
    text-decoration: underline;
  }

  .t_link.first:hover {
    opacity: 1;
    text-decoration: none;
  }

  .link_ing {
    margin-bottom: 0;
  }

  .txt_copyright {
    font-size: 12px;
  }

  .link-buttons {
    margin-top: 0;
    margin-right: 0;
  }

  .x_lead {
    background-image: none;
    width: 100%;
    min-width: auto;
    min-height: 160px;
    margin-top: 160px;
  }

  .subscribe_btn {
    min-width: 180px;
  }

  .txt_zoom-img {
    opacity: .5;
    color: var(--pure-white);
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .page-padding.padding-xhuge {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout348_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .t_features_h4-copy, .t_features_h5 {
    font-size: 25px;
  }

  .footer_social_li-copy, .footer_social_li-copy.facebook {
    width: 20px;
    height: 20px;
    margin-left: .5em;
    margin-right: .5em;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    margin-left: 0;
    padding-bottom: 2.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .menu-icon3_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon3_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon3_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .c-copy {
    z-index: 1;
  }

  .c-copy.c_full-screen {
    align-content: center;
    align-items: center;
    min-height: 0;
  }

  .c-copy.c_hero {
    z-index: 2;
    place-content: center space-between;
    align-items: center;
  }

  .c-copy.c_full-height, .c-copy.c_150 {
    align-content: center;
    align-items: center;
  }

  .c-copy-copy {
    z-index: 1;
  }

  .c-copy-copy.c_full-screen {
    align-content: center;
    align-items: center;
    min-height: 0;
  }

  .c-copy-copy.c_hero {
    z-index: 2;
    place-content: center space-between;
    align-items: center;
  }

  .c-copy-copy.c_full-height, .c-copy-copy.c_150 {
    align-content: center;
    align-items: center;
  }

  .t_features_h4-copy {
    font-size: 25px;
  }

  .main_btn-copy {
    min-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .h_width {
    width: 100%;
    position: relative;
  }

  .c_paddings {
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .main-lead {
    background-size: contain;
  }

  .x_main_lead {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 170px;
    margin-top: 160px;
    margin-bottom: 2em;
  }

  .x_h_soc_li {
    min-width: 30px;
    min-height: 30px;
    margin-bottom: 1em;
  }

  .txt_feature_textblock {
    max-width: none;
  }

  .x_h_soc_ul_embed {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 200px;
    margin-bottom: 0;
  }

  .x_foot_logo {
    max-height: 70px;
  }

  .x_foot-col, .x_foot-col.first {
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .x_foot-col.last {
    align-items: flex-start;
  }

  .xsb_xsolla_autorized-3 {
    width: 300px;
    max-width: 300px;
  }

  .c_width-down {
    width: 100%;
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
  }

  .c_width-down.c_width--scroll-down {
    display: flex;
  }

  .c_width {
    width: 100%;
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .x_feature_block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 40px;
    display: flex;
  }

  .x_col {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .x_col.left {
    width: 65%;
  }

  .x_col.left.max {
    width: 80%;
  }

  .lead {
    margin-top: 0;
    font-size: 65px;
  }

  .xsb_xsolla-4 {
    width: 141.961px;
  }

  .list-table {
    flex-direction: column;
    justify-content: space-around;
  }

  .x_rating_img {
    margin-top: 0;
    margin-left: 1em;
  }

  .validate {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .x_platforms {
    margin-right: 1em;
  }

  .list-colomn {
    justify-content: space-around;
  }

  .c_bgz.x_bg4 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/bg4.jpg');
    background-position: 0 0, 66% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .c_bgz.x_bg6 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/newsletter.jpg');
    background-position: 0 0, 35% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .content {
    width: 100%;
  }

  .c.c_full-screen {
    align-content: center;
    height: auto;
  }

  .c.c_hero {
    z-index: 2;
    align-content: center;
    height: 100vh;
    min-height: 0;
  }

  .c.c_full-height, .c.c_150 {
    align-content: center;
    height: auto;
  }

  .c_2cols {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .c_block {
    flex-direction: row;
  }

  .c_block.verticalflex {
    flex-direction: column;
  }

  .t_features_h2 {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .clear {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .t_features_h {
    font-size: 60px;
    line-height: 65px;
  }

  .bg_video_webflow {
    height: auto;
    min-height: 100%;
    display: none;
  }

  .bg_static {
    position: absolute;
    inset: 0%;
  }

  .secondary_btn {
    width: 30%;
    min-width: 179px;
  }

  .secondary_btn.min {
    width: 20%;
    min-width: 120px;
  }

  .x_head_pop {
    background-color: #1a1917bd;
    width: 90px;
    height: auto;
    bottom: -134px;
  }

  .x_head_button {
    min-height: 40px;
    padding-right: 10px;
  }

  .x_head_img {
    width: 14px;
    height: 14px;
  }

  .x_head_drop_lang.russian-lang, .x_head_drop_lang.deutch-lang {
    min-height: 40px;
    padding-left: 10px;
  }

  .center-buttons {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .center-buttons.hide {
    display: none;
  }

  .min-lead {
    margin-top: 0;
  }

  .buy_btn {
    min-width: 230px;
  }

  .txt_description_textblock {
    max-width: 380px;
  }

  .slider {
    width: 80%;
    height: 500px;
  }

  .t_line {
    width: 100%;
    top: 242px;
    bottom: auto;
  }

  .t_features_h4 {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .feature-dot {
    min-width: 0;
    min-height: 0;
  }

  .x_req-col._70 {
    align-items: center;
    width: 100%;
  }

  .c-table {
    height: 400px;
    margin-top: 40px;
  }

  .txt_description_block {
    max-width: none;
  }

  .main_btn {
    min-width: 230px;
  }

  .txt_date_block, .txt_profession_block {
    max-width: 280px;
  }

  .txt_quote_block {
    max-width: none;
  }

  .form-block {
    width: 100%;
  }

  .text-field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form {
    flex-wrap: wrap;
  }

  .footer_logo {
    width: 70px;
    height: 70px;
  }

  .x_h_soc {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 300px;
  }

  .footer_social_li, .footer_social_li.facebook {
    width: 30px;
    height: 30px;
  }

  .x_footer-content {
    flex-direction: column;
  }

  .footer_links {
    margin-top: 10px;
  }

  .t_link {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
  }

  .t_link:hover {
    text-decoration: none;
  }

  .t_link.first {
    margin-left: 0;
    margin-right: 0;
    padding-right: .5rem;
    font-size: .8rem;
    font-weight: 500;
    text-decoration: none;
  }

  .t_link.first:hover {
    text-decoration: none;
  }

  .x_footer-copyright {
    flex-direction: column;
  }

  .txt_copyright {
    font-size: 13px;
  }

  .x_lead {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 170px;
    margin-top: 60px;
    margin-bottom: 2em;
  }

  .subscribe_btn {
    width: 100%;
    min-width: 230px;
    margin-top: 10px;
  }

  .img-1, .img-2, .img-4, .img-3 {
    width: 100%;
  }

  .txt_zoom-img {
    text-align: center;
    background-image: none;
    width: 100%;
    padding-left: 0;
  }

  .layout348_desktop-image-wrapper {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout348_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout348_mobile-image {
    position: static;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .layout348_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout348_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout348_desktop-image-wrapper-2 {
    display: none;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .t_features_h4-copy, .t_features_h5 {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .footer_social_li-copy, .footer_social_li-copy.facebook {
    width: 30px;
    height: 30px;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .c-copy.c_full-screen {
    align-content: center;
    height: auto;
  }

  .c-copy.c_hero {
    z-index: 2;
    align-content: center;
    height: 100vh;
    min-height: 0;
  }

  .c-copy.c_full-height, .c-copy.c_150, .c-copy-copy.c_full-screen {
    align-content: center;
    height: auto;
  }

  .c-copy-copy.c_hero {
    z-index: 2;
    align-content: center;
    height: 100vh;
    min-height: 0;
  }

  .c-copy-copy.c_full-height, .c-copy-copy.c_150 {
    align-content: center;
    height: auto;
  }

  .t_features_h4-copy {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .main_btn-copy {
    min-width: 230px;
  }
}

@media screen and (max-width: 479px) {
  .h {
    flex-direction: column;
    justify-content: center;
  }

  .head_logo {
    background-position: 0%;
    background-size: contain;
    display: flex;
  }

  .h_width {
    max-width: 95%;
  }

  .text-block {
    font-size: .8rem;
  }

  .right-buttons {
    justify-content: center;
    width: 50%;
  }

  .c_paddings {
    padding-top: 4em;
  }

  .c_paddings.head {
    flex-direction: row;
  }

  .c_paddings.footer {
    flex-direction: column;
  }

  .main-lead {
    height: 60px;
    min-height: 130px;
  }

  .x_main_lead {
    width: 100%;
    min-height: 200px;
    margin-top: 220px;
  }

  .x_h_soc_li {
    min-width: 30px;
    min-height: 30px;
    margin-bottom: .7em;
    margin-left: .5em;
    margin-right: .5em;
  }

  .x_h_soc_li._2 {
    margin-left: .5em;
    margin-right: .5em;
  }

  .txt_feature_textblock {
    text-align: left;
    max-width: 100%;
  }

  .x_h_soc_ul_embed {
    justify-content: flex-start;
    width: 100%;
    margin-top: .5em;
  }

  .x_foot_logo {
    min-height: 50px;
    max-height: 70px;
  }

  .x_foot_txt {
    text-align: left;
    width: 100%;
  }

  .txt_h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 19px;
  }

  .x_foot-col {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1em;
  }

  .x_foot-col.last {
    align-items: flex-start;
    width: 100%;
  }

  .xsb_xsolla_autorized-3 {
    text-align: left;
  }

  .x_foot_title {
    color: #ffffff80;
    font-size: .8rem;
  }

  .c_width-down {
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .c_width {
    padding-left: .6em;
    padding-right: .6em;
  }

  .c_width.c_width--full {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .x_feature_block {
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    padding-right: 0;
  }

  .x_col {
    padding-left: 0;
  }

  .x_col.left {
    width: 80%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .x_col.left.max {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lead {
    font-size: 33px;
    line-height: 55px;
  }

  .xsb_xsolla-4 {
    opacity: .66;
    width: 230px;
  }

  .list-table {
    flex-direction: column;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .xsb_xsolla_badge-2 {
    padding-right: 1em;
  }

  .x_rating_img {
    margin-top: 0;
  }

  .c_bgz {
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, cover;
  }

  .c_bgz.x_bg6 {
    background-color: var(--black);
    background-image: none;
    background-position: 0 0;
  }

  .c.c_hero {
    z-index: 2;
    justify-content: space-between;
    min-height: 86vh;
  }

  .c_2cols {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4.1em;
    padding: 0 1em;
  }

  .c_block {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .t_features_h {
    font-size: 33px;
    line-height: 35px;
  }

  .bg_video_black {
    background-color: #000000b3;
  }

  .bg_static {
    position: absolute;
    inset: 0;
  }

  .x_mobile_not_ready {
    padding-left: 1em;
    padding-right: 1em;
  }

  .secondary_btn {
    min-width: 136px;
    margin: .5em .2em;
  }

  .secondary_btn.min {
    min-width: 70px;
  }

  .secondary_btn.max {
    min-width: 186px;
  }

  .x_head_pop {
    background-color: #1a1917bd;
    width: 94px;
    height: auto;
    min-height: 140px;
    bottom: -166px;
  }

  .x_head_button {
    min-height: 30px;
    font-size: 14px;
  }

  .x_head_drop_lang.russian-lang {
    min-height: 50px;
    padding-left: 10px;
  }

  .x_head_drop_lang.english-lang {
    min-height: 50px;
  }

  .x_head_drop_lang.deutch-lang {
    min-height: 50px;
    padding-left: 10px;
  }

  .center-buttons {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .left-buttons {
    justify-content: flex-start;
    width: auto;
    height: 80px;
  }

  .min-lead {
    width: 80%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }

  .buy_btn {
    min-width: auto;
    min-height: 55px;
    margin: .5em .2em;
  }

  .txt_description_textblock {
    text-align: left;
    width: 95%;
    max-width: 100%;
    margin-left: 1em;
  }

  .slider {
    width: 90%;
    height: 340px;
  }

  .t_line {
    top: 176px;
  }

  .feature-dot {
    display: flex;
  }

  .c-table {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 1px solid #ffffff21;
    border-style: none solid solid none;
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1.25fr);
    width: 100%;
    height: 100%;
  }

  .text-table-white {
    border-style: solid none none solid;
    border-color: #ffffff21;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding-right: 10px;
  }

  .txt_description_block {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
  }

  .main_btn {
    min-width: auto;
    margin: .5em .2em;
  }

  .x_testemonial {
    width: 100%;
  }

  .x_testemonial.right {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .txt_date_block, .txt_profession_block, .txt_quote_block {
    text-align: left;
    max-width: 100%;
  }

  .text-field {
    margin-right: 0;
  }

  .footer_logo {
    background-size: contain;
    display: flex;
  }

  .x_h_soc {
    justify-content: center;
    width: 100%;
  }

  .footer_links {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .t_link {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: .125em;
    margin-right: .125em;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2rem;
    text-decoration: none;
    display: flex;
  }

  .t_link:hover {
    text-decoration: none;
  }

  .t_link.first {
    border-right-style: none;
    max-width: 210px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
  }

  .t_link.first:hover {
    text-decoration: none;
  }

  .txt_copyright {
    text-align: center;
  }

  .link-buttons {
    justify-content: center;
    width: 100%;
  }

  .x_lead {
    width: 90%;
    min-height: 140px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .subscribe_btn {
    min-width: auto;
    margin: .5em .2em .5em 0;
  }

  .success-message {
    text-align: center;
  }

  .error-message {
    color: #ffffffad;
    text-align: center;
    background-color: #6f1e1b;
  }

  .txt_zoom-img {
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout348_content {
    height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .c-copy.c_hero, .c-copy-copy.c_hero {
    z-index: 2;
    justify-content: space-between;
    min-height: 86vh;
  }

  .main_btn-copy {
    min-width: auto;
    margin: .5em .2em;
  }
}

#w-node-d6075bdd-5069-e21b-a0ed-8da46feba58e-37f560f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54485604-0572-20c6-7eea-bff26da10f83-37f560f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_18f0c729-a0ae-b486-fbe9-60ae125c23d8-37f560f0, #w-node-_018bf5f0-cafc-1531-50d3-22f7b0118d3e-37f560f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54485604-0572-20c6-7eea-bff26da10f83-37f560f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18f0c729-a0ae-b486-fbe9-60ae125c23b1-37f560f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}