@charset "UTF-8";
/*задаём иконки с спрайта 
.icon-home{
  @include sprite($calendar);
 }
 */
/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sauce One", sans-serif;
  background-color: #EDF0F7;
  height: 100%;
  line-height: 1.8;
  position: relative;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #24242D;
  font-size: 14px !important;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Open Sauce One", sans-serif;
  outline: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #8001FF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #00fac9;
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne-SemiBold.eot");
  src: url("../fonts/OpenSauceOne-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceOne-SemiBold.woff2") format("woff2"), url("../fonts/OpenSauceOne-SemiBold.woff") format("woff"), url("../fonts/OpenSauceOne-SemiBold.ttf") format("truetype"), url("../fonts/OpenSauceOne-SemiBold.svg#OpenSauceOne-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne-Regular.eot");
  src: url("../fonts/OpenSauceOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceOne-Regular.woff2") format("woff2"), url("../fonts/OpenSauceOne-Regular.woff") format("woff"), url("../fonts/OpenSauceOne-Regular.ttf") format("truetype"), url("../fonts/OpenSauceOne-Regular.svg#OpenSauceOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne-Bold.eot");
  src: url("../fonts/OpenSauceOne-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceOne-Bold.woff2") format("woff2"), url("../fonts/OpenSauceOne-Bold.woff") format("woff"), url("../fonts/OpenSauceOne-Bold.ttf") format("truetype"), url("../fonts/OpenSauceOne-Bold.svg#OpenSauceOne-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
  position: fixed;
  right: 0;
  left: 0;
  top: 0px;
  padding: 22px 0 22px;
  z-index: 90;
}
.header .wrapper {
  max-width: 100%;
}
.header.fix {
  background: rgba(237, 240, 247, 0.95);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 240, 247, 0.95)), color-stop(70%, rgba(237, 240, 247, 0.9)), to(rgba(237, 240, 247, 0)));
  background: -webkit-linear-gradient(top, rgba(237, 240, 247, 0.95) 0%, rgba(237, 240, 247, 0.9) 70%, rgba(237, 240, 247, 0) 100%);
  background: -o-linear-gradient(top, rgba(237, 240, 247, 0.95) 0%, rgba(237, 240, 247, 0.9) 70%, rgba(237, 240, 247, 0) 100%);
  background: linear-gradient(to bottom, rgba(237, 240, 247, 0.95) 0%, rgba(237, 240, 247, 0.9) 70%, rgba(237, 240, 247, 0) 100%);
}

.loaded .header_cols {
  opacity: 0;
}

.header_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  -webkit-transition: opacity 0.9s cubic-bezier(0.83, 0.01, 0.29, 1);
  -o-transition: opacity 0.9s cubic-bezier(0.83, 0.01, 0.29, 1);
  transition: opacity 0.9s cubic-bezier(0.83, 0.01, 0.29, 1);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_right {
  padding-bottom: 4px;
}

.header_logo {
  width: 228px;
  min-width: 148px;
  margin: -10px auto 0;
}

.header_logo img {
  width: 228px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo {
  display: block;
  line-height: 0;
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.soc_item {
  margin: 0 7px 0 0px;
  line-height: 0;
  width: 31.23px;
  min-width: 31.23px;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  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;
  height: 31.23px;
}
.soc_item img {
  max-width: 15px;
  max-height: 15px;
}
.soc_item:hover {
  opacity: 0.7;
}

.header_soc {
  width: 127px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-onlyfans {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 127px;
  height: 44px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  background: rgb(0, 175, 239);
  background: -webkit-linear-gradient(left, rgb(0, 175, 239) 0%, rgb(0, 140, 207) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 175, 239)), to(rgb(0, 140, 207)));
  background: -o-linear-gradient(left, rgb(0, 175, 239) 0%, rgb(0, 140, 207) 100%);
  background: linear-gradient(to right, rgb(0, 175, 239) 0%, rgb(0, 140, 207) 100%);
}
.btn-onlyfans img {
  width: 95px;
  height: 21px;
}

.mobile-link {
  display: none;
}

@media screen and (min-width: 768px) {
  .m-show {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-hid {
    display: none;
  }
  .m-show {
    display: block;
  }
  .header {
    padding: 45px 0 15px;
  }
  .header.fix {
    background: none;
    position: absolute;
  }
  .header_right, .header_soc {
    display: none;
  }
  .header_logo {
    width: 148px;
    width: 260px;
    margin: 23px auto 8px;
  }
  .header_logo img {
    width: 148px;
    height: 31px;
    width: 260px;
    height: 23px;
  }
  .mobile-link {
    line-height: 22px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#50a7f0), to(#3683f8));
    background: -webkit-linear-gradient(left, #50a7f0 0%, #3683f8 100%);
    background: -o-linear-gradient(left, #50a7f0 0%, #3683f8 100%);
    background: linear-gradient(to right, #50a7f0 0%, #3683f8 100%);
    padding: 10px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
  }
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer {
  text-align: left;
  width: 100%;
  min-width: 320px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
  position: relative;
  padding: 61px 0 61px;
  text-align: center;
}
.footer_logo a {
  width: 247px;
  height: 52px;
  display: block;
  margin: 0 auto;
}
.footer_logo a img {
  width: 247px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_soc {
  margin-top: 27px;
}
.footer_soc .soc_item {
  width: 45px;
  height: 45px;
  margin: 0 5px;
}
.footer_soc .soc_item img {
  max-width: 21px;
  max-height: 21px;
}

.produced {
  padding: 40px 0 0 0;
}
.produced-text {
  padding: 0 0 15px 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #24242D;
}
.produced a {
  display: inline-block;
}
.produced a img {
  display: block;
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 8px 0 61px;
  }
  .footer_logo a {
    width: 172px;
    height: 37px;
  }
  .footer_logo a img {
    width: 172px;
    height: 37px;
  }
  .footer_soc {
    margin-top: 18px;
  }
  .footer_soc .soc_item {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
  .footer_soc .soc_item img {
    max-width: 20px;
    max-height: 20px;
  }
}
.main-wrapper {
  padding: 0 0 0 0;
  margin: 0 auto;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  /*transition: all 0.3s linear;
  scroll-behavior: smooth;*/
}

.wrapper {
  min-width: 320px;
  max-width: 1279px;
  padding: 0 23.5px 0 23.5px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

img {
  max-width: 100%;
}

/* titles */
p {
  padding: 0 0 14px 0;
}

h1, .h1 {
  position: relative;
  font-size: 63px;
  line-height: 1.1;
  color: inherit;
  padding: 0px 0 10px 0;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h2, .h2 {
  position: relative;
  font-size: 62px;
  line-height: 1.15;
  color: inherit;
  padding: 0px 0 10px 0;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h3, .h3 {
  font-size: 46.34px;
  line-height: 1.1;
  color: inherit;
  padding: 0px 0 8px 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section_title {
  margin-bottom: 20px;
}

.section_title_bg {
  background: #d4dbe8;
  padding: 0 12px;
  height: 24px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  font-weight: 700;
  font-size: 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #3786f0;
}

.colorful-text {
  background: -webkit-gradient(linear, right top, left top, from(#3786f0), to(#05acef));
  background: -webkit-linear-gradient(right, #3786f0 0%, #05acef 100%);
  background: -o-linear-gradient(right, #3786f0 0%, #05acef 100%);
  background: -webkit-gradient(linear, right top, left top, from(#3786f0), to(#05acef));
  background: -webkit-gradient(linear, left top, right top, color-stop(2.68%, #3786f0), to(#05acef));
  background: -webkit-linear-gradient(left, #3786f0 2.68%, #05acef 100%);
  background: -o-linear-gradient(left, #3786f0 2.68%, #05acef 100%);
  background: linear-gradient(90deg, #3786f0 2.68%, #05acef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

.loaded {
  background: #EDF0F7;
}
.loaded .main-wrapper {
  opacity: 0;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-grow: 1;
  position: relative;
}

/* */
.btn {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  padding: 0 40px;
  font-family: "Open Sauce One", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background: -webkit-gradient(linear, left top, right top, from(#3786f0), to(#05acef));
  background: -webkit-linear-gradient(left, #3786f0 0%, #05acef 100%);
  background: -o-linear-gradient(left, #3786f0 0%, #05acef 100%);
  background: linear-gradient(90deg, #3786f0 0%, #05acef 100%);
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 29px;
          border-radius: 29px;
  color: #fff;
  border: 0px solid transparent;
  height: 56px;
  font-size: 16.2692px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.btn:hover {
  color: #fff;
  background-position: 100% 0;
}

.form {
  max-width: 420px;
  margin-top: 42px;
}

.form_label {
  color: #4e5158;
  display: block;
  line-height: 1.2;
}

.form_row {
  margin-bottom: 21px;
  position: relative;
}

.form_row-anim .form_label {
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form_row-anim.filled .form_label {
  top: -5px;
  font-size: 70%;
}

.form_btn {
  text-align: right;
  margin-right: -5px;
}

span.error, label.error {
  color: #FF3333;
  display: none;
  font-size: 12px;
}

.form-control {
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  font-family: "Open Sauce One", sans-serif;
  background: transparent;
  padding: 10px 0px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.form-control.error {
  border-color: #FF3333;
}

textarea.form-control {
  height: 164px;
  resize: none;
}

.form-control::-webkit-input-placeholder {
  color: #4e5158;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #4e5158;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #4e5158;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #4e5158;
  opacity: 1;
}

.checks_item {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 16px;
  padding-top: 2px;
}
.checks_item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.checks_item input {
  position: absolute;
  opacity: 0;
}
.checks_item a {
  border-bottom: 1px solid #10BAEA;
}
.checks_item a:hover {
  border-color: transparent;
  color: #10BAEA;
}
.checks_item_txt {
  min-height: 16px;
  display: block;
  position: relative;
  padding: 0px 0px 0px 27px;
  line-height: 16px;
}
.checks_item_txt:before {
  position: absolute;
  left: 0px;
  content: "";
  top: 0px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #10BAEA;
}

.checks_item input:checked + .checks_item_txt:before {
  background: url(../svg/check-w.svg) no-repeat center #10BAEA;
  -webkit-background-size: 10px 10px;
          background-size: 10px;
}

.checks_item input:disabled + .checks_item_txt {
  opacity: 0.25;
}

/* */
.js-bg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top;
}

.no-scroll {
  overflow: hidden;
}

.bg-dark {
  color: #fff;
  background: #121112;
}

.wow {
  visibility: hidden;
}

/* */
.section-welcome {
  padding: 90px 0 68px;
  position: relative;
  z-index: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.section-welcome:before {
  position: absolute;
  bottom: -162px;
  left: 50%;
  margin-left: -996px;
  z-index: 0;
  pointer-events: none;
  width: 462px;
  height: 462px;
  background: #9F25E2;
  opacity: 0.1;
  -webkit-filter: blur(167px);
          filter: blur(167px);
  content: "";
  display: none;
}
.section-welcome .wrapper {
  max-width: 1371px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.welcome {
  position: relative;
  padding: 53px;
  height: 500px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.welcome_wrap { /*background: #EDF0F7;*/
  position: relative;
  padding: 11px;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  border: 0.936047px solid #CED3E1;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 17.7849px;
          border-radius: 17.7849px;
}
.welcome_wrap:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 11px;
  right: 10px;
  bottom: 11px;
  left: 10px;
  border: 0.936047px solid #CED3E1;
  -webkit-border-radius: 8.42442px;
          border-radius: 8.42442px;
}
.welcome_cont {
  padding-top: 20px;
  position: relative;
  z-index: 1;
  width: 50%;
}
.welcome_cont .welcome_girl_img {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 57px;
  min-width: 57px;
  height: 57px;
  margin: 0 9px 0 0;
}
.welcome_cont .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.welcome_cont .section_title_bg {
  font-size: 9.6757px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  padding: 0 22px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  height: 30px;
}
.welcome_btn {
  margin: 24px 0 0;
}
.welcome_img {
  position: absolute;
  z-index: 0;
  width: 51.308%;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-48.5%);
      -ms-transform: translateY(-48.5%);
          transform: translateY(-48.5%);
}
.welcome_slider {
  padding: 2px 5px 28px;
}
.welcome_slider .swiper-slide {
  width: auto;
  padding: 0 30px 0 43px;
}
.welcome_slider .swiper-slide:before {
  height: 48px;
  content: "";
  position: absolute;
  left: -2px;
  top: calc(50% - 24px);
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.welcome_slider .swiper-pagination {
  position: relative;
  font-size: 10px;
  margin-top: 15px;
  margin-bottom: -13px;
}
.welcome_girl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.welcome_girl_img {
  min-width: 61px;
  width: 61px;
  height: 61px;
  margin: 6.60438px;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 6.60438px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 0 6.60438px rgba(0, 0, 0, 0.04);
}
.welcome_girl_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome_girl_name {
  padding-top: 4px;
  padding-left: 15px;
  font-weight: 700;
  font-size: 15.3101px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #24242D;
}

.welcome-video-desk {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 600px;
}
.welcome-video-desk video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
}
.welcome-video-desk:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #EDF0F7), to(rgba(252, 252, 254, 0)));
  background: -webkit-linear-gradient(bottom, #EDF0F7 8%, rgba(252, 252, 254, 0) 100%);
  background: -o-linear-gradient(bottom, #EDF0F7 8%, rgba(252, 252, 254, 0) 100%);
  background: linear-gradient(0deg, #EDF0F7 8%, rgba(252, 252, 254, 0) 100%);
  height: 150px;
  width: 100%;
}

.h2anim {
  color: #4e5158;
}
.h2anim em {
  font: inherit;
  color: #ecdb98;
}
.h2anim em .word {
  background: -webkit-linear-gradient(90deg, #ecdb98 0%, #ecdb98 100%);
  background: -webkit-linear-gradient(90deg, #ecdb98 0%, #ecdb98 100%);
  background: -o-linear-gradient(90deg, #ecdb98 0%, #ecdb98 100%);
  background: -webkit-gradient(linear, right top, left top, from(#ecdb98), to(#ecdb98));
  background: -webkit-linear-gradient(right, #ecdb98 0%, #ecdb98 100%);
  background: -o-linear-gradient(right, #ecdb98 0%, #ecdb98 100%);
  background: linear-gradient(-90deg, #ecdb98 0%, #ecdb98 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h2anim em .word-wrap:nth-child(5) .word {
  background: -webkit-linear-gradient(90deg, #dfc471 0%, #ecdb98 100%);
  background: -webkit-linear-gradient(90deg, #dfc471 0%, #ecdb98 100%);
  background: -o-linear-gradient(90deg, #dfc471 0%, #ecdb98 100%);
  background: -webkit-gradient(linear, right top, left top, from(#dfc471), to(#ecdb98));
  background: -webkit-linear-gradient(right, #dfc471 0%, #ecdb98 100%);
  background: -o-linear-gradient(right, #dfc471 0%, #ecdb98 100%);
  background: linear-gradient(-90deg, #dfc471 0%, #ecdb98 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h2anim em .word-wrap:last-child .word {
  background: -webkit-linear-gradient(90deg, #dfc471 0%, #dfc471 100%);
  background: -webkit-linear-gradient(90deg, #dfc471 0%, #dfc471 100%);
  background: -o-linear-gradient(90deg, #dfc471 0%, #dfc471 100%);
  background: -webkit-gradient(linear, right top, left top, from(#dfc471), to(#dfc471));
  background: -webkit-linear-gradient(right, #dfc471 0%, #dfc471 100%);
  background: -o-linear-gradient(right, #dfc471 0%, #dfc471 100%);
  background: linear-gradient(-90deg, #dfc471 0%, #dfc471 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h2anim strong {
  font: inherit;
  color: #ffffff;
}
.h2anim .whitespace, .h2anim .word-wrap {
  vertical-align: top;
}
.h2anim .word-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  will-change: transform;
}
.h2anim .word-wrap > span {
  display: block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(0.25s + 0.125s * var(--line-index));
       -o-transition-delay: calc(0.25s + 0.125s * var(--line-index));
          transition-delay: calc(0.25s + 0.125s * var(--line-index));
}
.h2anim .word.line-0 > span {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.h2anim .word.line-1 > span {
  -webkit-transition-delay: 0.375s;
       -o-transition-delay: 0.375s;
          transition-delay: 0.375s;
}
.h2anim .word.line-2 > span {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.h2anim.animated .word-wrap > span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.spl .whitespace, .spl .word-wrap {
  vertical-align: top;
}
.spl .word-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  will-change: transform;
}
.spl .word-wrap > span {
  display: block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(0.25s + 0.125s * var(--line-index));
       -o-transition-delay: calc(0.25s + 0.125s * var(--line-index));
          transition-delay: calc(0.25s + 0.125s * var(--line-index));
}
.spl.animated .word-wrap > span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

/* */
.section-vids {
  padding: 50px 0 50px;
  text-align: center;
  overflow: hidden;
  height: 772px;
}

.vids {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vids_item {
  margin: 0 22.5px;
  position: relative;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 15px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 15px 24px rgba(0, 0, 0, 0.16);
  width: 308px;
  overflow: hidden;
}
.vids_item:before {
  content: "";
  display: block;
  padding-bottom: 114.5%;
}
.vids_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vids_item2 {
  margin-top: 172px;
}
.vids_item2:before {
  padding-bottom: 81.9%;
}
.vids_item3 {
  margin-top: 232px;
}
.vids_item3:before {
  padding-bottom: 114.2%;
}
.vids_item4 {
  margin-top: 172px;
}
.vids_item4:before {
  padding-bottom: 81.9%;
}
/* */
.section-photos {
  padding: 17px 0 17px;
}

.photos {
  height: 564px;
  overflow: hidden;
  position: relative;
  background: #FCFCFE;
  border: 1px solid #E5EAF7;
  padding: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 40px;
          border-radius: 40px;
}
.photos:after {
  width: 70.29%;
  right: 4.46%;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(22.4%, #FCFCFE), color-stop(83.37%, rgba(252, 252, 254, 0)));
  background: -webkit-linear-gradient(left, #FCFCFE 22.4%, rgba(252, 252, 254, 0) 83.37%);
  background: -o-linear-gradient(left, #FCFCFE 22.4%, rgba(252, 252, 254, 0) 83.37%);
  background: linear-gradient(90deg, #FCFCFE 22.4%, rgba(252, 252, 254, 0) 83.37%);
}
.photos_cont {
  padding-top: 4px;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
.photos_txt {
  margin: 6px 0 25px;
  max-width: 300px;
  letter-spacing: -0.02em;
  color: #646378;
}
.photos_preview {
  left: 17.8%;
  width: 1200px;
  z-index: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateY(-49.6%) rotate(20deg);
      -ms-transform: translateY(-49.6%) rotate(20deg);
          transform: translateY(-49.6%) rotate(20deg);
  position: absolute;
  top: 50%;
}
.photos_img {
  width: 264px;
  position: relative;
  overflow: hidden;
  margin: 0 11px 15px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
.photos_img:before {
  content: "";
  display: block;
  padding-bottom: 113.87%;
}
.photos_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photos_img:nth-child(4) {
  margin-left: 295px;
}
.photos .section_title {
  margin-bottom: 18px;
}

/* */
.section-goal {
  padding: 17px 0 41px 0;
  position: relative;
}

.goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.goal_item {
  width: 49.3%;
  position: relative;
  overflow: hidden;
  border: 1px solid #E5EAF7;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 40px;
          border-radius: 40px;
}
.goal_item_img {
  position: relative;
  min-height: 285px;
}
.goal_item_img:before {
  content: "";
  padding-bottom: 102.35%;
  display: block;
  position: relative;
  z-index: 0;
}
.goal_item_img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -5%;
  left: 0;
  width: 100%;
  height: 72.63%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.goal_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.goal_item_cont {
  padding: 9.1% 9.8%;
  max-width: 525px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.goal_item_txt {
  margin-top: 6px;
  font-size: 14.0407px;
  line-height: 180%;
  letter-spacing: -0.02em;
  color: #FCFCFE;
}
.goal_item_suptitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-bottom: 17px;
  font-size: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#3786f0), to(#05acef));
  background: -webkit-linear-gradient(left, #3786f0 0%, #05acef 100%);
  background: -o-linear-gradient(left, #3786f0 0%, #05acef 100%);
  background: linear-gradient(90deg, #3786f0 0%, #05acef 100%);
  line-height: 1.2;
  padding: 0 13px;
  margin-right: auto;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.goal_item:hover .goal_item_img img {
  -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

/* */
.section-phones {
  padding: 8px 0;
  position: relative;
}
.section-phones:before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 462px;
  height: 462px;
  right: 50%;
  margin-right: -1110px;
  top: -180px;
  background: #8001FF;
  opacity: 0.4;
  -webkit-filter: blur(167px);
          filter: blur(167px);
}

.phones {
  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;
}
.phones_cont {
  width: 42%;
  padding-bottom: 33px;
}
.phones_preview {
  margin-right: -3.34%;
  position: relative;
  width: 55%;
  max-width: 676px; /*background: url(../img/bg.png) no-repeat 0 0;*/
}
.phones_preview:before {
  content: "";
  display: block;
  padding-bottom: 105.318%;
}
.phones_img {
  position: absolute;
  width: 52.216%;
  background: url(../img/phonebg.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.phones_img img {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: absolute;
  width: 57.644%;
  height: 73%;
  top: 11.1%;
  left: 15.5%;
}
.phones_img:before {
  content: "";
  display: block;
  padding-bottom: 174.099%;
}
.phones_img:after {
  content: "";
  position: absolute;
  top: 10.75%;
  left: 30.5%;
  width: 28.899%;
  height: 2.93%;
  background: url(../svg/phonetop.svg) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.phones_img1 {
  top: 5.8%;
  right: 0;
}
.phones_img2 {
  top: 13.7%;
  left: 0;
}
.phones_img3 {
  top: 0;
  left: 23.5%;
}
.phones .section_title {
  margin-bottom: 25px;
}
.phones_btn {
  margin: 32px 0 0;
}

/* */
.section-revs {
  padding: 25px 0 50px;
  text-align: center;
  position: relative;
}
.section-revs:before {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -1094px;
  z-index: 0;
  pointer-events: none;
  width: 462px;
  height: 462px;
  background: #9F25E2;
  opacity: 0.4;
  -webkit-filter: blur(167px);
          filter: blur(167px);
  content: "";
}

.revs_slider {
  margin: 50px auto 0;
  overflow: visible;
}
.revs_slider .swiper-slide {
  width: 545px;
  height: auto;
}
.revs_item {
  background: #FDFEFE;
  padding: 53px;
  border: 1px solid #DAE0EC;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  min-height: 100%;
}
.revs_item_stars img {
  height: 42px;
}
.revs_item_txt {
  margin: 11px auto 10px;
  max-width: 400px;
  font-weight: 700;
  font-size: 19.23px;
  line-height: 140%;
  color: #24242D;
}

/* */
.section-join {
  padding: 36px 0 55px;
  overflow: hidden;
}

.join {
  position: relative;
}
.join:hover .textmarquee_popup {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.textmarquee_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.textmarquee_popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform, top, left;
}

@media (max-width: 860px) {
  .textmarquee_popup {
    display: none;
  }
}
.textmarquee_popup span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.68%, #3786f0), to(#05acef));
  background: -webkit-linear-gradient(left, #3786f0 2.68%, #05acef 100%);
  background: -o-linear-gradient(left, #3786f0 2.68%, #05acef 100%);
  background: linear-gradient(90deg, #3786f0 2.68%, #05acef 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 116px;
  font-weight: 700;
  margin: -116px 0 0 -58px;
  font-size: 25.41px;
  height: 116px;
  color: #FDFEFE;
  letter-spacing: -0.03em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  will-change: transform;
}

.textmarquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  font-weight: 700;
  white-space: nowrap;
  font-size: 136.78px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #363639;
}

.textmarquee_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.textmarquee_content span {
  -webkit-animation: textmarquee_scrollX 15s linear infinite;
          animation: textmarquee_scrollX 15s linear infinite;
  width: 1120px;
  text-align: center;
}

@media (max-width: 767px) {
  .textmarquee_content span {
    width: 455px;
    height: auto;
    -webkit-animation: textmarquee_scrollX 10s linear infinite;
            animation: textmarquee_scrollX 10s linear infinite;
  }
}
@-webkit-keyframes textmarquee_scrollX {
  0% {
    -webkit-transform: translateX(-20%) translateZ(0);
            transform: translateX(-20%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-220%) translateZ(0);
            transform: translateX(-220%) translateZ(0);
  }
}
@keyframes textmarquee_scrollX {
  0% {
    -webkit-transform: translateX(-20%) translateZ(0);
            transform: translateX(-20%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-220%) translateZ(0);
            transform: translateX(-220%) translateZ(0);
  }
}
/* */
.titleUp {
  will-change: transform;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*>span {padding-bottom: 5px; display: inline-block;   transform: translate3d(0,100%,0);
     transition: transform .8s cubic-bezier(.215,.61,.355,1),opacity .8s cubic-bezier(.215,.61,.355,1); transition-delay: .25s;}*/
}
.titleUp.animated {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.titleUp.animated > span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.titleUp span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

/* */
@media screen and (min-width: 1360px) {
  .welcome_slider .swiper-pagination {
    display: none !important;
  }
  .welcome_slider .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0) !important;
            transform: translate3d(0px, 0, 0) !important;
  }
}
@media screen and (max-width: 1359px) {
  .welcome {
    padding: 50px;
  }
  .welcome_slider {
    padding: 2px 0px 28px;
  }
  .welcome_img {
    right: 0%;
  }
}
@media screen and (max-width: 1279px) {
  h1, .h1 {
    font-size: 54px;
  }
  h2, .h2 {
    font-size: 54px;
  }
  h3, .h3 {
    font-size: 43px;
  }
  .welcome {
    height: 430px;
  }
  .welcome_cont {
    width: 57%;
  }
  .photos {
    height: 450px;
    padding: 60px;
  }
  .photos_preview {
    width: 950px;
  }
  .photos_img {
    width: 200px;
    margin: 0 7px 10px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
  .photos_img:nth-child(4) {
    margin-left: 208px;
  }
  .vids_item {
    margin: 0 15px;
    width: 220px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
  }
  .vids_item2, .vids_item4 {
    margin-top: 172px;
  }
  .vids_item3 {
    margin-top: 232px;
  }
  .revs_item {
    padding: 50px;
  }
  .revs_slider .swiper-slide {
    width: 485px;
  }
  .textmarquee {
    font-size: 110px;
  }
  .welcome-video-desk {
    height: 530px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .welcome_img {
    overflow: hidden;
  }
  .welcome_img img {
    margin-left: 14%;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper {
    padding: 0 12.5px 0 12.5px;
  }
  h1, .h1 {
    font-size: 42px;
  }
  h2, .h2 {
    font-size: 42px;
  }
  h3, .h3 {
    font-size: 34px;
  }
  .welcome {
    padding: 30px;
    height: 350px;
    overflow: hidden;
  }
  .welcome_slider .swiper-slide {
    padding: 0 30px 0 30px;
  }
  .section-vids {
    height: 540px;
  }
  .vids_item {
    margin: 0 12px;
    width: 158px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
  }
  .vids_item2, .vids_item4 {
    margin-top: 120px;
  }
  .vids_item3 {
    margin-top: 175px;
  }
  .photos {
    padding: 30px;
    height: 390px;
  }
  .photos_cont {
    max-width: 282px;
  }
  .photos_preview {
    width: 745px;
  }
  .photos_img {
    width: 148px;
    margin: 0 6px 8px;
    -webkit-border-radius: 17px;
            border-radius: 17px;
  }
  .photos_img:nth-child(4) {
    margin-left: 148px;
  }
  .phones_cont {
    width: 48%;
  }
  .goal_item_cont {
    padding: 30px;
  }
  .revs_slider .swiper-slide {
    width: 420px;
  }
  .revs_item {
    padding: 35px 40px;
  }
  .revs_item_txt {
    font-size: 17px;
  }
  .textmarquee {
    font-size: 110px;
  }
  .section_title {
    margin-bottom: 19px;
  }
  .welcome_cont .section_title_bg {
    padding: 0 20px;
    font-size: 12px;
    height: 28px;
  }
  .welcome-video-desk {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 33px;
    line-height: 1.04;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  .btn {
    height: 43px;
    font-size: 12px;
    padding: 0 32px;
  }
  .content {
    padding-top: 42px;
  }
  .section-welcome {
    padding: 0px 0 20px;
    overflow: hidden;
  }
  .welcome {
    display: block;
    text-align: center;
    height: auto;
    padding: 0px 30px 26px;
    overflow: visible;
  }
  .welcome_cont {
    width: 100%;
    padding-top: 80.2vw;
  }
  .welcome_cont .welcome_girl_img {
    display: none;
  }
  .welcome_cont .section_title {
    margin-bottom: 12px;
    display: none;
  }
  .welcome_cont .section_title_bg {
    margin: 0 auto;
    font-size: 11px;
  }
  .welcome_img {
    position: static;
    width: 108%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    margin: 13px auto -71px;
  }
  .welcome h1 {
    margin: 0 -20px;
  }
  .welcome_girl_img {
    min-width: 46px;
    width: 46px;
    height: 46px;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.04);
    margin: 5px;
  }
  .welcome_girl_name {
    font-size: 14.23px;
  }
  .welcome_btn {
    margin: -1px 0 0;
  }
  .welcome_wrap {
    padding-top: 0;
  }
  .welcome_wrap:before {
    top: 8px;
    right: 7px;
    bottom: 8px;
    left: 7px;
  }
  .section_title {
    margin-bottom: 19px;
  }
  .section-vids {
    height: 401px;
    padding: 34px 0 20px;
  }
  .vids_item {
    margin: 0 10.5px;
    width: 142px;
    -webkit-border-radius: 4.61538px;
            border-radius: 4.61538px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .vids_item2, .vids_item4 {
    margin-top: 113px;
  }
  .vids_item3 {
    margin-top: 137px;
  }
  .section-photos {
    padding: 17px 0 15px;
  }
  .photos {
    -webkit-border-radius: 16px;
            border-radius: 16px;
    height: auto;
    padding: 268px 21px 31px 21px;
  }
  .photos:after {
    width: auto;
    left: 0;
    right: 0;
    top: 83px;
    bottom: auto;
    height: 232px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(22.4%, #FCFCFE), color-stop(83.37%, rgba(252, 252, 254, 0)));
    background: -webkit-linear-gradient(bottom, #FCFCFE 22.4%, rgba(252, 252, 254, 0) 83.37%);
    background: -o-linear-gradient(bottom, #FCFCFE 22.4%, rgba(252, 252, 254, 0) 83.37%);
    background: linear-gradient(0deg, #FCFCFE 22.4%, rgba(252, 252, 254, 0) 83.37%);
  }
  .photos_preview {
    width: 520px;
    left: 50%;
    -webkit-transform: translateX(-56%) translateY(-11.6%) rotate(20deg);
        -ms-transform: translateX(-56%) translateY(-11.6%) rotate(20deg);
            transform: translateX(-56%) translateY(-11.6%) rotate(20deg);
    top: 0;
  }
  .photos_img {
    width: 117px;
    margin: 0 5px 6px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
  .photos_img:nth-child(4) {
    margin-left: 130px;
  }
  .photos_cont {
    max-width: 100%;
  }
  .photos_txt {
    font-size: 12px;
    max-width: 100%;
    margin: 8px 7px 18px 0;
  }
  .section-goal {
    padding: 0px 0 23px 0;
  }
  .goal_item {
    width: 100%;
    margin: 0px 0 19px;
    -webkit-border-radius: 16px;
            border-radius: 16px;
  }
  .goal_item_cont {
    max-width: 88%;
    padding: 15px 21px;
  }
  .goal_item_suptitle {
    padding: 0 9px;
    margin-bottom: 14px;
    font-size: 8px;
  }
  .phones .section_title_bg {
    font-size: 8px;
    margin-bottom: 23px;
  }
  .phones {
    margin: 0 auto;
    max-width: 600px;
  }
  .phones h2 {
    margin: 0 auto;
  }
  .phones_btn {
    margin: 4px 0 0;
  }
  .phones {
    display: block;
    text-align: center;
  }
  .phones_cont {
    width: 100%;
  }
  .phones_preview {
    width: auto;
    margin: -25px -11% 0 -8%;
  }
  .phones_img img {
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
  .phones_img1 {
    top: 4.8%;
  }
  .phones_img2 {
    top: 14.3%;
  }
  .phones_img3 {
    left: 26.2%;
  }
  .section-revs {
    padding: 15px 0 22px;
  }
  .revs_slider {
    margin: 15px auto 0;
  }
  .revs_item_txt {
    font-size: 15px;
    font-weight: 600;
    margin: 3px auto 2px;
  }
  .revs_item_stars img {
    height: 25px;
  }
  .revs_slider .swiper-slide {
    width: 317px;
  }
  .section-join {
    padding: 36px 0 20px;
  }
  .textmarquee {
    font-size: 56px;
  }
  .welcome_video {
    height: 111.466vw;
    position: absolute;
    z-index: 0;
    top: -2px;
    left: -25px;
    right: -25px;
  }
  .welcome_video:after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -2px;
    height: 240px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #EDF0F7), to(rgba(252, 252, 254, 0)));
    background: -webkit-linear-gradient(bottom, #EDF0F7 8%, rgba(252, 252, 254, 0) 100%);
    background: -o-linear-gradient(bottom, #EDF0F7 8%, rgba(252, 252, 254, 0) 100%);
    background: linear-gradient(0deg, #EDF0F7 8%, rgba(252, 252, 254, 0) 100%);
  }
  .welcome_video video {
    width: 100%;
    height: 100%;
  }
  .welcome-video-desk {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .welcome_girl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .welcome_slider .swiper-slide:before {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  /*.welcome_girl {flex-direction: column; text-align: center;}
  .welcome_girl_name {padding: 5px 0 0;}*/
  .goal_item_txt {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
