a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  outline: 0;
}

img, svg {
  max-width: 100%;
}

* {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

input, textarea, button, select {
  outline: none;
}

body {
  position: relative;
  overflow-x: hidden;
}

textarea {
  resize: none;
}

button, label, a {
  cursor: pointer;
}

input:focus {
  background-color: inherit;
  color: inherit;
  outline: none;
}

.container {
  width: 95%;
  max-width: 1320px !important;
  margin: 0 auto;
  padding: 0;
}
.container::before {
  display: none;
}
.container::after {
  display: none;
}

header {
  padding: 11px 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E7E7E7;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999999999;
  background-color: #fff;
}

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

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header nav a {
  font-size: 15px;
}

header nav li:not(:first-child) {
  margin-left: 32px;
}

header nav button {
  color: #fff;
  font-size: 15px;
  padding: 9px 19px;
  border-radius: 6px;
  background-color: #0B1329;
  margin-left: 16px;
}

.first_block {
  margin-top: 97px;
  text-align: center;
}

.first_block h1 {
  color: #222222;
  font-size: 54px;
  font-weight: 700;
}

.first_block h2 {
  margin-top: 19px;
  color: #222222;
  font-size: 20px;
}

.first_block p {
  margin-top: 76px;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
}

.demo {
  margin-top: 40px;
}

.demo .container {
  background-color: #292E31;
  border-radius: 12px;
  padding: 40px 6%;
}

.demo .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.demo .title p {
  color: #0F89E3;
  font-size: 54px;
  font-weight: 900;
}

.demo .title span {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.demo iframe {
  margin-top: 24px;
}

.why {
  margin-top: 60px;
}

.why .container {
  background-color: #F7F9FC;
  border-radius: 12px;
  padding: 60px 7%;
}

.why .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why .left {
  width: 70%;
}

.why .left .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.why .left .title p {
  color: #0F89E3;
  font-size: 54px;
  font-weight: 900;
}

.why .left .title span {
  font-size: 35px;
  font-weight: 700;
  color: #222222;
}

.why .left .text p {
  margin-top: 24px;
  color: #222;
}

.why .left .subtitle {
  margin-top: 55px;
  font-weight: 700;
  color: #222;
}

.why .right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why .right p {
  padding: 8px 24px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.why .right p:first-child {
  border-radius: 8px 8px 0 0;
}

.why .right p:last-child {
  border-radius: 0 8px 8px 8px;
}

.why .right p span {
  color: #0F89E3;
  font-size: 24px;
  font-weight: 900;
}

.help {
  margin-top: 60px;
}

.help h3 {
  font-size: 35px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.help .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 108px;
}

.help .block {
  width: 48%;
  background-color: #fff;
  border-radius: 8px;
  border: 16px solid #F7F9FC;
  position: relative;
  padding: 63px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.help .block_top {
  max-width: 90%;
  width: 80%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #E7F5FF;
  border-radius: 8px;
  padding: 16px 24px;
}

.help .block_top p {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.help .block_top span {
  color: #222;
}

.help .block_center {
  background-color: #F7F9FC;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.help .block_center--elem {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.help .block_center--elem .circle {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #E7F5FF;
  border-radius: 100px;
}

.help .block_center--elem p {
  color: #222;
}

.help .block_center--elem p a {
  text-decoration: underline;
  font-weight: 700;
}

.help .block_center--elem p strong {
  font-weight: 700;
}

.help .block_bottom h4 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.help .block_bottom p {
  margin-top: 8px;
  font-size: 18px;
  color: #222;
}

.help .block_bottom p:first-child {
  margin-top: 16px;
}

.help .block_pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto auto 0;
}

.community {
  margin-top: 80px;
}

.community .container {
  background-color: #F3FAFF;
  border-radius: 12px;
  padding: 60px 6%;
}

.community .block--inner {
  position: relative;
}

.community h4 {
  font-size: 35px;
  font-weight: 700;
  color: #222;
}

.community p {
  margin-top: 24px;
  font-size: 18px;
  color: #222;
  max-width: 87%;
}

.community p strong, .community p a {
  font-weight: 700;
}

.community p a {
  color: #0F89E3;
}

.community-icon-block {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  background-color: #fff;
  padding: 13px 16px;
}

.bottom_block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.bottom_block .container {
  background-color: #F7F9FC;
  border-radius: 12px;
  padding: 60px 6%;
}

.bottom_block h4 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.bottom_block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom_block .block {
  width: 49%;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.bottom_block .block .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #E7F5FF;
}

.bottom_block .block p strong {
  font-weight: 700;
}

.bottom_block .flex-btm {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom_block .flex-btm p {
  color: #222;
}

.bottom_block .flex-btm .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.bottom_block .flex-btm .avatar_photo {
  position: relative;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}

.bottom_block .flex-btm .avatar_photo img {
  -o-object-fit: cover;
  object-fit: cover;
}

.bottom_block .flex-btm .avatar_photo svg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottom_block .flex-btm .avatar .avtor_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.bottom_block .flex-btm .avatar .avtor_text strong {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.bottom_block .flex-btm .avatar .avtor_text p {
  font-size: 16px;
  color: #222;
}

footer {
  background: #292e31;
  color: #d2d2d2;
  padding: 70px 0;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

footer .col {
  width: 33.3%;
}

footer .footer_title h5 {
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

footer .footer_content {
  margin-bottom: 26px;
}

footer .footer_content p {
  color: #fff;
}

footer .footer_content p span {
  color: #fff;
}

footer .footer_content p.mt10 {
  margin-top: 10px;
}

footer .footer_content a {
  color: #fff;
}

footer .footer_content a span {
  color: #fff;
}

footer .footer_content.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

footer .footer_content.flex .payment {
  padding: 6px 8px;
  border: 1px #eee solid;
  color: #fff;
}

#header[role=banner], hr, #footer[role=contentinfo] {
  display: none;
}

.th-payment-no-img {
  color: #fff;
}

.icon-block i, .icon-block span {
  color: #fff;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.bg_pic_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home_first {
  position: relative;
  z-index: 2;
}
.home_first .first {
  margin-top: 60px;
  position: relative;
}
.home_first h1 {
  font-size: 64px;
  font-weight: 700;
  color: #292E31;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.home_first .launch {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: #FFFFFF;
  border-radius: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.home_first .launch p {
  color: #292E31;
  font-size: 16px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.home_first .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_first .block .left {
  width: 40%;
  min-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_first .block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.home_first .block .right button {
  padding: 4px 4px 4px 16px;
  border: 1px solid #292E31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: inherit;
  border-radius: 300px;
}
.home_first .block .right button span {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-weight: 900;
}
.home_first_left_top {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  color: #292E31;
  font-family: "Oswald", sans-serif;
}
.home_first_btm_block {
  margin-top: 40px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}
.home_first_btm_block_inter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_first_btm_block_inter p {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.home_first_btm_block_inter p span {
  color: #292E31;
  font-size: 20px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.home_first_btm_block_inter .price {
  padding: 10px 20px;
  position: relative;
}
.home_first_btm_block_inter .price .bg_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 109%;
  z-index: 1;
}
.home_first_btm_block_inter .price .text_line {
  position: absolute;
  z-index: 3;
  top: 45%;
  left: -26px;
  min-width: 100px;
  height: 6px;
}
.home_first_btm_block_inter .price p {
  position: relative;
  z-index: 2;
}
.home_first_btm_block_inter .price .blue {
  color: #0F89E3;
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.home_first_btm_block_inter .price .dark {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #222222;
}
.home_first_btm_block .other {
  margin-top: 20px;
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-align: center;
}
.home_first_btm_block .other span {
  font-weight: 900;
}
.home_first_btm_block .block_pay {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 24px auto 0;
}
.home_first_btm_block .block_pay p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #858E94;
  text-align: center;
  line-height: 20px;
}
.home_first_btm_block .block_pay .payment_methods {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.home_first .thanks {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_first .thanks .title {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #292E31;
  text-align: center;
}
.home_first .thanks .price {
  margin-top: 20px;
  background-color: #F1F9FF;
  border-radius: 12px;
  padding: 16px 24px;
  color: #292E31;
  font-size: 20px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.home_first .thanks .price .blue {
  color: #0F89E3;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.home_first .thanks .price .line-thr {
  font-size: 30px;
  color: #292E31;
  text-decoration: line-through;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.home_first .thanks .check {
  margin: 40px auto 0;
  background-color: rgba(231, 245, 255, 0.6);
  border: 1px solid #558FFF;
  border-radius: 12px;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.home_first .thanks .check_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.home_first .thanks .check_text_top {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.home_first .thanks .check_text_top span {
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.home_first .thanks .check_text_btm {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.searching {
  margin-top: 140px;
  position: relative;
  z-index: 2;
}
.searching h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #292E31;
}
.searching .container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.searching .container .elem {
  width: calc(33.3% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searching .container .elem .img {
  margin-bottom: 30px;
}
.searching .container .elem .title {
  text-align: center;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.searching .container .elem .subtitle {
  margin-top: 24px;
  font-family: "Lato", sans-serif;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.steps {
  position: relative;
  margin-top: 115px;
}
.steps .bg_pic2 {
  position: absolute;
  right: 0;
  top: -354px;
  width: 76%;
  z-index: 1;
}
.steps h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #292E31;
  position: relative;
  z-index: 2;
}
.steps .onestep,
.steps .threestep {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  position: relative;
}
.steps .onestep img,
.steps .threestep img {
  width: 50%;
}
.steps .onestep .text_cont,
.steps .threestep .text_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}
.steps .onestep .step_cont,
.steps .threestep .step_cont {
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.steps .onestep .title,
.steps .threestep .title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #222;
}
.steps .onestep .subtitle,
.steps .threestep .subtitle {
  margin-top: 24px;
  font-family: "Lato", sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 400;
}
.steps .onestep .subtitle span,
.steps .threestep .subtitle span {
  font-family: "Lato", sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 900;
}
.steps .threestep {
  margin-top: 100px;
}
.steps .threestep .step_cont {
  background-color: #F1F9FF;
}
.steps .threestep .text_cont {
  width: 38%;
}
.steps .twostep {
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.steps .twostep img {
  margin-top: 40px;
  width: 100%;
}
.steps .twostep .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10%;
  position: relative;
}
.steps .twostep .content .step_cont {
  padding: 12px 24px;
  background-color: #F1F9FF;
  border-radius: 30px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
}
.steps .twostep .content .title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #222;
}
.steps .twostep .content .subtitle {
  font-family: "Lato", sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  width: 43%;
}
.steps .twostep .content .subtitle span {
  font-family: "Lato", sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 900;
}

.founding {
  margin-top: 87px;
}
.founding .container {
  padding: 60px 70px;
  background-color: #fff;
  border-radius: 24px;
}
.founding h1 {
  font-size: 40px;
  font-weight: 700;
  color: #292E31;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.founding .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.founding .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.founding .block .num {
  color: rgba(15, 137, 227, 0.3019607843);
  font-size: 100px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.founding .block .text {
  width: 45%;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  font-family: "Lato", sans-serif;
}
.founding .block .text span {
  font-size: 20px;
  font-weight: 900;
  color: #222222;
  font-family: "Lato", sans-serif;
}
.founding .block .text .line-thr {
  text-decoration: line-through;
}
.founding .block.right {
  margin-left: auto;
}

.meet {
  margin-top: 112px;
  background-image: url("images/white-lines-background.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #F1F9FF;
  padding: 58px 0;
}
.meet .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.meet .left {
  width: 37%;
  text-align: left;
}
.meet .left p {
  text-align: left !important;
  font-size: 40px;
  font-weight: 700;
  color: #292E31;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.meet .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
}
.meet .thin {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  font-family: "Lato", sans-serif;
}
.meet .thin a {
  text-decoration: underline;
  font-weight: 900;
}
.meet .strong {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 900;
  color: #222;
  font-family: "Lato", sans-serif;
}
.meet .strong span {
  font-size: 24px;
  font-weight: 900;
  color: #0F89E3;
  font-family: "Lato", sans-serif;
}
.meet .seo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 80px;
}
.meet .seo .icon {
  position: relative;
  width: 80px;
  height: 80px;
}
.meet .seo .icon .linkedin {
  position: absolute;
  right: 0;
  bottom: 0;
}
.meet .seo_text span {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  font-family: "Oswald", sans-serif;
}
.meet .seo_text p {
  margin-top: 8px;
  color: #222;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.testimonails {
  margin-top: 70px;
}
.testimonails h2 {
  font-size: 40px;
  font-weight: 700;
  color: #292E31;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.testimonails .container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonails .container .elem {
  width: 30%;
}

.about {
  margin-top: 70px;
  margin-bottom: 40px;
}
.about .container {
  padding: 60px 50px;
  background-color: #F7F9FC;
  border-radius: 16px;
}
.about .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about .block .left {
  width: 37%;
  text-align: left;
}
.about .block .left p {
  text-align: left !important;
  font-size: 40px;
  font-weight: 700;
  color: #292E31;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.about .block .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.about .block .right .title {
  font-size: 24px;
  font-weight: 900;
  color: #222;
  font-family: "Lato", sans-serif;
}
.about .block .right .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.about .block .right .elem svg {
  min-width: 64px;
}
.about .block .right .elem p {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  font-family: "Lato", sans-serif;
}
.about .block .right .elem p .blue {
  color: #0F89E3;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.about .block .right .elem p .line-thr {
  color: #222;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-decoration: line-through;
}
.about .block .right .elem p a {
  color: #0F89E3;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.about .center {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .center .price_2 {
  padding: 24px 48px;
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .center .price_2 .top {
  font-size: 20px;
  font-weight: 900;
  color: #292E31;
  font-family: "Lato", sans-serif;
  margin-bottom: 24px;
}
.about .center .price_2 .top .blue {
  color: #0F89E3;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 900;
}
.about .center .price_2 .top .line-thr {
  color: #222;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-decoration: line-through;
}
.about .center .price_2 .top span {
  font-size: 24px;
  font-weight: 900;
  color: #292E31;
  font-family: "Lato", sans-serif;
}
.about .center .price_2 .payment {
  font-size: 12px;
  line-height: 20px;
  color: #858E94;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.about .center .price_2 .payment_methods {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.about .center .perks {
  margin-top: 40px;
  padding: 1% 10%;
  position: relative;
}
.about .center .perks p {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 700;
  color: #292E31;
  font-family: "Oswald", sans-serif;
}
.about .center .perks p span {
  color: #0F89E3;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.about .center .perks img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.popup_wrapp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup_wrapp.active {
  opacity: 1;
  pointer-events: all;
}

.popup_elem {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 999991;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
}
.popup_elem .video_container {
  height: 100%;
  aspect-ratio: 2/1;
}
.popup_elem.active {
  opacity: 1;
  pointer-events: all;
}

.appreciate {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
.appreciate .container {
  background-color: #fff;
  -webkit-box-shadow: 0px -17px 20.3px 0px rgba(47, 142, 211, 0.0392156863);
          box-shadow: 0px -17px 20.3px 0px rgba(47, 142, 211, 0.0392156863);
  border-radius: 24px;
  padding: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appreciate_top {
  text-align: center;
  color: #292E31;
  font-size: 30px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.appreciate_center {
  text-align: center;
  margin-top: 24px;
  color: #222222;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.appreciate_center span {
  color: #222222;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

.join_com {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.join_com .container {
  max-width: 1050px !important;
  background: #F1F9FF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 64px;
  position: relative;
  padding: 47px 9%;
}
.join_com .left {
  width: 75%;
}
.join_com .left h3 {
  color: #222222;
  font-size: 40px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.join_com .left .top {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #222;
  font-family: "Lato", sans-serif;
}
.join_com .left .top span {
  font-size: 20px;
  font-weight: 900;
  color: #222;
  font-family: "Lato", sans-serif;
}
.join_com .left .center {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #222;
  font-family: "Lato", sans-serif;
}
.join_com .left .btm {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #222;
  font-family: "Lato", sans-serif;
}
.join_com .left .btm a {
  font-size: 20px;
  font-weight: 400;
  color: #0F89E3;
  font-family: "Lato", sans-serif;
}
.join_com .comm-ico {
  border-radius: 8px;
  background-color: #fff;
  padding: 13px 16px;
}

.author {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 80px;
}
.author .seo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.seo,
.seo *,
.seo span,
.seo p{
  text-decoration: none!important;
}
.seo:hover{
  text-decoration: none!important;
}
.author .seo .icon {
  width: 200px;
  height: 200px;
  position: relative;
}
.author .seo .icon .viktor {
  width: 100%;
  height: 100%;
}
.author .seo .icon .linkedin {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
}
.author .seo .seo_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author .seo .seo_text span {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #222;
}
.author .seo .seo_text p {
  margin-top: 8px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

@media (max-width: 1100px) {
  .home_first_btm_block_inter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .home_first_btm_block .block_pay {
    width: 100%;
  }
  .home_first_btm_block .block_pay stripe-buy-button {
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .first_block {
    margin-top: 35px;
  }
  .first_block h1 {
    font-size: 33px;
  }
  .first_block h2 {
    font-size: 18px;
  }
  .first_block p {
    margin-top: 33px;
    font-size: 17px;
  }
  .demo .container {
    padding: 20px 2%;
  }
  .demo .title, .why .left .title {
    gap: 12px;
  }
  .demo .title p, .why .left .title p {
    font-size: 24px;
  }
  .demo .title span, .why .left .title span {
    font-size: 20px;
  }
  .demo iframe, .why .left iframe {
    height: 300px;
  }
  .why {
    margin-top: 40px;
  }
  .why .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .why .left {
    width: 100%;
  }
  .why .container {
    padding: 25px 4%;
  }
  a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    font-size: 15px;
  }
  .why .left .text p,
  .why .left .subtitle {
    margin-top: 15px;
  }
  .why .right {
    width: 100%;
    margin-top: 20px;
  }
  .why .right p {
    padding: 6px 13px;
    font-size: 18px;
  }
  .why .right p span {
    font-size: 18px;
  }
  .help {
    margin-top: 40px;
  }
  .help h3 {
    font-size: 25px;
  }
  .help .flex {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .help .block {
    width: 100%;
    margin-top: 50px;
  }
  .help .block_top {
    padding: 11px 19px;
    gap: 10px;
  }
  .help .block_top p {
    font-size: 18px;
  }
  .help .block_center--elem {
    padding: 8px;
    gap: 10px;
  }
  .help .block_center--elem .circle {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
  }
  .help .block_bottom h4 {
    margin-top: 10px;
    font-size: 20px;
  }
  .help .block_bottom p {
    margin-top: 8px;
    font-size: 16px;
  }
  .community {
    margin-top: 40px;
  }
  .community .container {
    padding: 20px 3%;
  }
  .community h4 {
    font-size: 24px;
  }
  .community p {
    margin-top: 17px;
    font-size: 15px;
  }
  .community-icon-block {
    padding: 8px 12px;
  }
  .community-icon-block svg {
    width: 32px;
    height: 32px;
  }
  .bottom_block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .bottom_block .container {
    padding: 20px 3%;
  }
  .bottom_block h4 {
    font-size: 18px;
  }
  .bottom_block .flex {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .bottom_block .block {
    width: 100%;
    padding: 10px;
  }
  .bottom_block .block .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }
  .bottom_block .block .icon svg {
    width: 19px;
    height: 19px;
  }
  .bottom_block .flex-btm .avatar_photo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  .bottom_block .flex-btm .avatar_photo svg {
    width: 15px;
    height: 15px;
  }
  .bottom_block .flex-btm .avatar .avtor_text p {
    font-size: 14px;
  }
  .bottom_block .flex-btm .avatar .avtor_text strong {
    font-size: 18px;
  }
  .bottom_block .flex-btm .avatar .avtor_text {
    gap: 3px;
  }
  .bottom_block .flex-btm .avatar {
    gap: 8px;
  }
  .bottom_block .flex-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .container > .navbar-header {
    width: 100%;
    margin: 0;
  }
  header nav li:not(:first-child) {
    margin-left: 0;
  }
  .home_first .launch {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px auto 0;
  }
  .home_first h1 {
    text-align: center;
    font-size: 35px;
  }
  .home_first .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .home_first .block .left,
  .home_first .block .right {
    width: 100%;
  }
  .home_first_left_top {
    font-size: 20px;
    text-align: center;
  }
  .home_first_btm_block_inter > p:first-child {
    width: 100%;
    text-align: center;
  }
  .home_first_btm_block_inter > p:last-child {
    width: 50%;
  }
  .home_first_btm_block {
    margin-top: 30px;
    padding: 18px;
  }
  .home_first_btm_block_inter .price {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .home_first_btm_block_inter p,
  .home_first_btm_block_inter p span,
  .home_first_btm_block .other {
    font-size: 18px;
  }
  .home_first_btm_block_inter {
    gap: 10px;
  }
  .home_first_btm_block_inter .price .dark,
  .home_first_btm_block_inter .price .blue {
    font-size: 24px;
  }
  .home_first_btm_block .block_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_first_btm_block .block_pay stripe-buy-button {
    width: unset;
  }
  .home_first .block {
    gap: 30px;
  }
  .home_first .block .right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .home_first .block .right button svg {
    width: 30px;
    height: 30px;
  }
  .searching {
    margin-top: 70px;
  }
  .searching h2 {
    font-size: 28px;
  }
  .searching .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .searching .container .elem {
    width: 100%;
  }
  .searching .container {
    margin-top: 30px;
  }
  .searching .container .elem .img {
    width: 80%;
    margin-bottom: 15px;
  }
  .searching .container .elem .title {
    font-size: 20px;
  }
  .searching .container .elem .subtitle {
    margin-top: 18px;
  }
  .steps {
    margin-top: 70px;
  }
  .steps h2 {
    font-size: 25px;
  }
  .steps .onestep,
  .steps .threestep {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps .onestep img,
  .steps .threestep img {
    width: 100%;
  }
  .steps .onestep .text_cont,
  .steps .threestep .text_cont {
    width: 100%;
    margin-top: 20px;
  }
  .steps .onestep .step_cont,
  .steps .threestep .step_cont {
    background-color: #F1F9FF;
  }
  .steps .onestep .title,
  .steps .threestep .title {
    margin-top: 13px;
    font-size: 20px;
  }
  .steps .onestep .subtitle,
  .steps .threestep .subtitle {
    margin-top: 10px;
  }
  .steps .onestep .text_cont,
  .steps .twostep .content,
  .steps .threestep .text_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .steps .onestep .step_cont,
  .steps .twostep .content .step_cont,
  .steps .threestep .step_cont {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    position: relative;
  }
  .steps .onestep .title,
  .steps .twostep .content .title,
  .steps .threestep .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    max-width: 60%;
  }
  .steps .onestep .subtitle,
  .steps .twostep .content .subtitle,
  .steps .threestep .subtitle {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-top: 15px;
  }
  .steps .twostep {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .steps .twostep .content {
    margin-top: 20px;
  }
  .steps .threestep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .steps .threestep img {
    margin-top: 15px;
  }
  .steps .twostep .content .title {
    font-size: 20px;
  }
  .steps .twostep .content .subtitle {
    margin-top: 15px;
    width: 100%;
  }
  .steps .twostep img {
    margin-top: 15px;
  }
  .steps .twostep .content .step_cont,
  .steps .onestep .step_cont, .steps .threestep .step_cont {
    padding: 10px 18px;
    font-size: 14px;
  }
  .founding {
    margin-top: 90px;
  }
  .founding .container {
    padding: 0;
  }
  .founding h1 {
    font-size: 25px;
  }
  .founding .blocks {
    margin-top: 25px;
    gap: 15px;
  }
  .founding .block {
    gap: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .founding .block svg {
    display: none;
  }
  .founding .block img {
    width: 65px;
  }
  .founding .block .num {
    display: none;
  }
  .founding .block.right {
    margin-left: unset;
  }
  .founding .block .text {
    font-size: 16px;
    width: unset;
  }
  .founding .block .text span {
    font-size: 16px;
  }
  .meet {
    margin-top: 70px;
    padding: 30px 0;
  }
  .meet .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .meet .left {
    width: 100%;
  }
  .meet .right {
    width: 100%;
    margin-top: 15px;
  }
  .meet .left p {
    font-size: 28px;
    text-align: center;
  }
  .meet .thin {
    font-size: 16px;
    text-align: center;
  }
  .meet .strong {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
  }
  .meet .strong span {
    font-size: 18px;
  }
  .meet .seo {
    margin: 20px auto 0;
    gap: 10px;
  }
  .meet .seo .icon {
    width: 60px;
    height: 60px;
  }
  .meet .seo .icon .linkedin {
    width: 20px;
  }
  .meet .seo_text p {
    margin-top: 3px;
    font-size: 14px;
  }
  .meet .seo_text span {
    font-size: 19px;
  }
  .testimonails {
    margin-top: 70px;
  }
  .testimonails h2 {
    font-size: 25px;
  }
  .testimonails .container {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .testimonails .container .elem {
    width: 100%;
  }
  .about {
    margin-top: 70px;
  }
  .about .container {
    padding: 15px;
  }
  .about .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .block .left {
    width: 100%;
  }
  .about .block .left p {
    font-size: 25px;
    text-align: center !important;
  }
  .about .block .right {
    gap: 15px;
    width: 100%;
    margin-top: 15px;
  }
  .about .block .right .elem {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about .block .right .elem svg {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .about .center {
    margin: 30px auto 0;
  }
  .about .block .right .title {
    font-size: 18px;
    text-align: center;
  }
  .about .block .right .elem p {
    font-size: 16px;
  }
  .about .block .right .elem p .blue,
  .about .block .right .elem p .line-thr,
  .about .block .right .elem p a {
    font-size: 16px;
  }
  .about .center .price_2 .top {
    font-size: 18px;
  }
  .about .center .price_2 .top .blue,
  .about .center .price_2 .top .line-thr {
    font-size: 23px;
  }
  .about .center .perks p {
    font-size: 23px;
  }
  .about .center .perks p span {
    font-size: 23px;
  }
  .about .center .price_2 .top span {
    font-size: 18px;
  }
  header .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
    max-width: 1170px !important;
  }
  .popup_elem {
    padding: 15px;
  }
  .popup_elem .video_container {
    aspect-ratio: unset;
    width: 100%;
  }
  .about .center .perks {
    margin-top: 25px;
  }
  .about {
    margin-bottom: 70px;
  }
  .home_first .thanks {
    margin-top: 20px;
  }
  .home_first .thanks .title {
    margin-top: 20px;
    font-size: 23px;
  }
  .home_first .thanks .price {
    padding: 6px 12px;
    font-size: 18px;
  }
  .home_first .thanks .price .blue,
  .home_first .thanks .price .line-thr {
    font-size: 24px;
  }
  .home_first .thanks .check {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_first .thanks .check_text_top {
    font-size: 16px;
    text-align: center;
  }
  .home_first .thanks .check_text_top span {
    font-size: 16px;
  }
  .home_first .thanks .check_text_btm {
    text-align: center;
  }
  .appreciate .container {
    padding: 30px 20px;
  }
  .appreciate_top {
    font-size: 24px;
  }
  .appreciate_center {
    margin-top: 15px;
    font-size: 16px;
  }
  .join_com .container {
    padding: 25px 15px;
    gap: unset;
  }
  .join_com .left {
    width: 100%;
  }
  .join_com .left h3 {
    font-size: 30px;
    text-align: center;
  }
  .join_com .left .top,
  .join_com .left .center,
  .join_com .left .btm {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
  }
  .join_com .left .top span,
  .join_com .left .center span,
  .join_com .left .btm span {
    font-size: 16px;
  }
  .join_com .left .top a,
  .join_com .left .center a,
  .join_com .left .btm a {
    font-size: 16px;
  }
  .join_com .comm-ico {
    display: none;
  }
  .author .seo .icon {
    width: 100px;
    height: 100px;
  }
  .author .seo .icon .linkedin {
    width: 30px;
  }
  .author .seo {
    gap: 15px;
  }
  .author .seo .seo_text span {
    font-size: 20px;
  }
  .author .seo .seo_text p {
    margin-top: 3px;
  }
}