:root {
  --white: #fdfdfd;
  --brand: #f99c06;
  --black: #030303;
  --black-30: #03030330;
  --drak-grey: #7d7d7d;
  --transparent: transparent;
  --black-70: #03030370;
  --black-40: #03030340;
  --green: #00bd5e;
  --red: #e62e00;
  --light-grey: #d8d8d8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3em;
}

a {
  color: var(--white);
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  text-decoration: none;
}

.section {
  background-color: var(--white);
  padding-left: 120px;
  padding-right: 120px;
}

.section.hero {
  z-index: 0;
  background-image: url('../images/Hero.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
  padding-left: 100px;
  padding-right: 100px;
}

.section.hero.inner_page {
  background-image: url('../images/Frame-33.jpg');
  height: 200px;
  min-height: auto;
}

.section.hero.hide {
  display: none;
}

.section.orange {
  background-color: var(--brand);
}

.section.orange.pattern {
  background-image: url('../images/image-4-1.jpg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 140vw;
}

.section.shadow {
  position: relative;
  box-shadow: 0 -20px 25px #0003;
}

.section.black_bg {
  background-color: var(--black);
  position: relative;
}

.section.video {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
}

.container {
  max-width: 1200px;
}

.navbar {
  background-color: var(--black-30);
  box-shadow: 0 4px 14px 0 var(--black-30);
  opacity: 1;
  -webkit-backdrop-filter: brightness(120%) blur(5px);
  backdrop-filter: brightness(120%) blur(5px);
  outline-offset: 0px;
  perspective: none;
  border-radius: 999px;
  outline: 1px solid #fdfdfd50;
  margin-top: 16px;
  margin-bottom: 16px;
  transform: none;
}

.heading {
  color: var(--white);
  font-family: Kanit, sans-serif;
  font-size: 70px;
  line-height: 1.1em;
}

.text-block {
  color: var(--white);
  vertical-align: middle;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1em;
  display: inline-block;
}

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

.text-block.grey {
  color: var(--drak-grey);
}

.text-block.name {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.text-block.black.semibold {
  font-weight: 600;
}

.text-block.black.semibold.topftrs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block.black.semibold.white {
  color: var(--white);
}

.text-block.black.medium {
  font-weight: 500;
}

.text-block.black.white {
  color: var(--white);
}

.text-block.semibold {
  font-weight: 600;
}

.text-block.max-width-380 {
  max-width: 380px;
}

.button {
  background-color: var(--brand);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 16px 32px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  text-decoration: none;
}

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

.button.outlined {
  border: 2px solid var(--white);
  background-color: var(--transparent);
}

.button.outlined:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.shrink {
  padding: 10px 20px;
}

.button.white {
  background-color: var(--white);
  color: var(--brand);
}

.button.btn_black {
  background-color: var(--black);
}

.text-block-2 {
  text-decoration: none;
}

.button_txt {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

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

.big_txt {
  color: var(--white);
  font-family: Kanit, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
}

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

.row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.image {
  height: 80px;
}

.hero_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.hero_content.max_width_590 {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 480px;
  margin-top: 60px;
  margin-bottom: 200px;
  position: relative;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav_container {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 80px;
  padding: 0 20px;
  display: flex;
}

.nav_link {
  color: var(--white);
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
}

.nav_link:hover {
  font-weight: 600;
}

.nav_link.w--current {
  color: var(--white);
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.space {
  flex: 1;
  display: block;
}

.space.hide {
  display: none;
}

.space.ilb {
  display: inline-block;
}

.dropdown-list {
  margin-bottom: 4px;
}

.dropdown-list.w--open {
  background-color: var(--drak-grey);
  border-radius: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  box-shadow: 0 4px 14px 10px #0003;
}

.horizontal {
  justify-content: space-between;
  display: flex;
}

.horizontal.od {
  margin-top: 40px;
  margin-bottom: 80px;
}

.content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.content.max-width-710 {
  max-width: 710px;
}

.content.max-width-590 {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 590px;
  position: relative;
}

.content.max-width-590._1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.content.max-width-346 {
  max-width: 346px;
  margin-bottom: 100px;
}

.bold_txt {
  color: var(--white);
  text-align: left;
  white-space: normal;
  width: auto;
  height: auto;
  font-family: Kanit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
  display: block;
}

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

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.div-block-3.centerd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  max-width: 224px;
}

.div-block-3.centerd.step {
  flex: 1;
}

.div-block-3.centerd.step._2 {
  margin-bottom: 100px;
}

.div-block-3.centerd.dir {
  max-width: 104px;
  margin-bottom: 50px;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.div-block-4.left {
  margin-left: 0;
}

.image-3 {
  margin-right: 16px;
}

.image-3.icon {
  max-height: 60px;
  margin-right: 24px;
}

.image-4 {
  z-index: 0;
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.black {
  color: var(--black);
}

.content-center {
  text-align: center;
  margin: 80px auto;
}

.content-center.max-width-710 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 710px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.content-center.gaps {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.content-center.down {
  margin-top: 140px;
}

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

.div-block-6.steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.div-block-7 {
  margin-top: 40px;
}

.max-width-710 {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.testmonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.someone {
  background-image: url('../images/Frame-164.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  flex: 1;
  max-width: 285px;
  height: 380px;
}

.someone.first {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.someone.first:active, .someone.first:focus {
  max-width: none;
}

.someone.second {
  background-image: url('../images/Frame-31.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.someone.second:active {
  max-width: none;
}

.someone.third {
  background-image: url('../images/Frame-32.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.someone.third:active {
  max-width: none;
}

.tst_video {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  text-align: left;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: block;
  position: relative;
}

.tst_txt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(180deg, var(--transparent), var(--black-70) 67%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.plan {
  text-align: left;
  border: 3px solid #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  min-width: 300px;
  max-width: 345px;
  min-height: 560px;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.plan.vip {
  background-color: var(--black);
  color: var(--white);
}

.price {
  color: var(--brand);
  font-family: Kanit, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1em;
}

.price.white {
  color: var(--white);
}

.plan_ttl {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

.plan_ttl.white {
  color: var(--white);
}

.list_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.list {
  flex: 1;
}

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

.plan_tag {
  background-color: var(--black);
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.plan_tag.active {
  display: flex;
}

.image-5 {
  text-align: center;
  display: block;
  position: absolute;
  inset: auto 0% 50%;
}

.plans_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  margin-top: 160px;
  display: flex;
}

.plans_wrapper.carousel {
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.image-6 {
  width: auto;
  position: absolute;
  inset: auto 0% -5%;
}

.background-video {
  background-image: url('../images/Vectttor.png'), linear-gradient(180deg, var(--transparent), black), url('../images/download-1.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 110vw, auto, cover;
  height: 540px;
  padding-left: 120px;
  padding-right: 120px;
}

.div-block-12 {
  margin-top: 60px;
}

.footer_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.mail {
  text-transform: none;
  text-decoration: underline;
}

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

.hr {
  background-color: var(--white);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hr.thinner {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hr.thinner.black {
  background-color: var(--black-40);
}

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

.div-block-14 {
  flex: 1;
  margin-left: 100px;
}

.some {
  margin-top: 40px;
  display: flex;
}

.direction {
  position: absolute;
  inset: -110px 0% auto auto;
}

.direction.left {
  left: 0%;
}

.mailto {
  color: var(--drak-grey);
  text-transform: none;
  text-decoration: underline;
}

.div-block-15 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.market {
  border: 3px solid var(--black);
  text-align: left;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  min-width: 285px;
  max-width: none;
  min-height: 480px;
  padding: 30px 20px;
  display: flex;
}

.big_ttl {
  float: left;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Kanit, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1em;
  display: inline-block;
}

.item {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 999px;
  margin-right: 0;
  padding: 8px 16px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  display: inline-block;
}

.image-8 {
  float: right;
  clear: none;
}

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

.markets_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 40px;
  display: flex;
}

.tags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.market_content {
  flex: 1;
}

.video {
  z-index: 0;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-18 {
  display: none;
}

.div-block-19 {
  margin-top: 20px;
}

.div-block-20 {
  background-image: radial-gradient(circle farthest-corner at 85% 85%, var(--transparent), var(--black-70));
  position: absolute;
  inset: 0%;
}

.div-block-21, .div-block-22, .div-block-23 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section.hero {
    min-height: 860px;
  }

  .section.hero.inner_page {
    min-height: auto;
  }

  .section.orange.pattern {
    background-position: 50%;
    background-size: 130vw;
  }

  .section.black_bg {
    position: relative;
  }

  .box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .content.max-width-590 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .div-block-4.left {
    margin-left: 0;
  }

  .image-4 {
    margin-top: 80px;
  }

  .content-center.down {
    margin-top: 160px;
  }

  .plans_wrapper {
    justify-content: center;
  }

  .market {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 380px;
  }

  .markets_wrapper {
    justify-content: center;
    align-items: baseline;
  }

  .video {
    z-index: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero {
    z-index: 999;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    min-height: 960px;
    position: relative;
  }

  .section.hero.inner_page {
    background-position: 50% 100%;
    background-attachment: scroll;
    height: auto;
    min-height: 200px;
  }

  .section.orange.pattern {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 120vw;
  }

  .content-center.down {
    height: auto;
    padding-bottom: 0;
  }

  .plans_wrapper {
    justify-content: center;
  }

  .background-video {
    height: 640px;
    max-height: none;
  }

  .market {
    min-width: 380px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }

  .section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.hero.inner_page {
    height: 160px;
  }

  .section.orange.pattern {
    background-size: cover;
  }

  .section.black_bg.coin {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    max-width: none;
  }

  .row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-menu {
    background-color: var(--drak-grey);
    border-radius: 15px;
    flex-flow: column;
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 30px;
    display: block;
    box-shadow: 0 4px 14px 10px #0003;
  }

  .nav_container {
    justify-content: space-between;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    flex-flow: column;
    flex: 0 auto;
    display: block;
  }

  .space {
    flex: 1;
    display: block;
  }

  .space.hide {
    display: block;
  }

  .icon {
    color: var(--white);
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--transparent);
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
  }

  .content.max-width-590 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 1;
    max-width: 480px;
  }

  .content.max-width-346 {
    max-width: none;
    margin-bottom: 20px;
  }

  .bold_txt {
    font-size: 20px;
  }

  .div-block-4 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-center.max-width-710 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .plan {
    flex-flow: column;
    flex: 1;
    min-width: 280px;
    max-width: 294px;
    margin-top: 100px;
  }

  .plan.vip {
    margin-top: 100px;
  }

  .plans_wrapper {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    overflow: visible;
  }

  .plans_wrapper.carousel {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .background-video {
    height: 480px;
  }

  .footer_content {
    flex-flow: wrap;
  }

  .footer_p {
    min-width: 270px;
    max-width: none;
  }

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

  .image-7 {
    max-height: 48px;
  }

  .div-block-14 {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .some {
    flex-flow: column;
  }

  .direction.left, .direction.right {
    top: -30px;
  }

  .big_ttl {
    font-size: 32px;
  }

  .item {
    font-size: 15px;
  }

  .image-8 {
    height: 32px;
  }

  .video {
    right: -5%;
  }

  .div-block-18 {
    background-image: linear-gradient(90deg, var(--black) 50%, var(--transparent));
    width: 50%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 35px;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.hero {
    background-position: 68%;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.hero.inner_page {
    height: 120px;
  }

  .text-block {
    font-size: 15px;
  }

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

  .button {
    padding: 12px 24px;
    font-size: 16px;
  }

  .button.outlined {
    font-size: 16px;
  }

  .button.white {
    text-align: center;
  }

  .button_txt {
    font-size: 16px;
  }

  .div-block {
    order: 0;
  }

  .big_txt {
    font-size: 30px;
  }

  .box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .row {
    order: 9999;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .hero_content.max_width_590 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 480px;
    margin-top: 60px;
    margin-bottom: 200px;
    padding-top: 20px;
  }

  .nav-menu {
    padding-bottom: 16px;
  }

  .nav_container {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_link {
    padding: 10px 20px;
    font-size: 16px;
  }

  .div-block-2 {
    order: -9999;
    max-width: 240px;
  }

  .horizontal {
    flex-flow: column;
  }

  .content.max-width-590 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bold_txt {
    font-size: 18px;
  }

  .div-block-3.centerd.step._2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-left: 0;
  }

  .image-3, .image-3.icon {
    max-height: 48px;
  }

  .image-4 {
    margin-top: 40px;
  }

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

  .content-center {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-center.down {
    margin-top: 80px;
  }

  .div-block-6.steps {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .testmonials {
    flex-flow: wrap;
  }

  .plan {
    min-width: 320px;
    max-width: 340px;
    margin-top: 120px;
  }

  .plan.vip {
    margin-top: 120px;
  }

  .price {
    font-size: 45px;
  }

  .plan_ttl {
    font-size: 24px;
  }

  .plans_wrapper {
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .plans_wrapper.carousel {
    justify-content: flex-start;
    align-items: stretch;
  }

  .background-video {
    height: 360px;
    max-height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12 {
    margin-top: 20px;
  }

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

  .image-7 {
    max-height: 36px;
  }

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

  .some {
    margin-top: 20px;
  }

  .direction.left, .direction.right {
    top: -20px;
  }

  .market {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: auto;
  }

  .markets_wrapper {
    flex-flow: column;
    margin-top: 20px;
  }

  .video {
    background-color: var(--black-70);
    right: -20%;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.hero {
    background-position: 0 0;
    background-size: cover;
    min-height: 640px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .section.hero.inner_page {
    height: 100px;
  }

  .section.orange {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.orange.pattern {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.black_bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    font-size: 15px;
  }

  .button {
    text-align: center;
    font-size: 15px;
  }

  .button.outlined {
    font-size: 15px;
  }

  .button.btn_black {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button_txt {
    font-size: 15px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    order: 9999;
  }

  .big_txt {
    font-size: 24px;
  }

  .row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: -9999;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero_content.max_width_590 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .nav_container {
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    order: 0;
    max-width: none;
  }

  .image-2 {
    max-height: 30px;
  }

  .horizontal {
    flex-flow: column;
  }

  .content.max-width-590 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bold_txt {
    font-weight: 500;
  }

  .div-block-3.centerd {
    max-width: 180px;
  }

  .div-block-3.centerd.dir {
    display: none;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-left: 0;
  }

  .image-3 {
    max-height: 36px;
  }

  .image-3.icon {
    max-height: 40px;
  }

  .image-4 {
    margin-top: 20px;
  }

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

  .content-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-center.max-width-710 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-center.down {
    margin-top: 40px;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-6.steps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .div-block-7 {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

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

  .plan {
    min-width: 220px;
    max-width: none;
    min-height: 500px;
    padding: 30px 10px 20px;
  }

  .price {
    font-size: 35px;
  }

  .plans_wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
  }

  .plans_wrapper.carousel {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-6 {
    bottom: 0%;
  }

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

  .background-video {
    max-height: 240px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .footer_content {
    flex-flow: column;
  }

  .footer_p {
    min-width: auto;
  }

  .hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-13 {
    margin-bottom: 20px;
    display: block;
  }

  .div-block-14 {
    margin-bottom: 20px;
  }

  .some {
    margin-top: 0;
  }

  .direction.left, .direction.right {
    height: 80px;
    top: 0;
  }

  .market {
    min-width: auto;
  }

  .big_ttl {
    font-size: 24px;
  }

  .item {
    padding: 6px 12px;
    font-size: 14px;
  }

  .image-8 {
    height: 24px;
  }

  .markets_wrapper {
    margin-top: 20px;
  }

  .div-block-18 {
    background-image: linear-gradient(90deg, var(--black) 50%, var(--black-40));
    width: 100%;
  }
}


