body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

img, object, embed {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

a * {
  cursor: pointer; }

input,
textarea {
  outline: none; }

a {
  text-decoration: none; }

input {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }

* {
  outline: none; }

* {
  box-sizing: border-box; }

*:before, *:after {
  box-sizing: border-box; }

i {
  backface-visibility: hidden; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body,
html {
  height: 100%; }

body {
  font: 400 14px/1.2 'Rubik', sans-serif;
  background: #ffffff;
  color: #2a2a2a; }

.wrapper {
  overflow: hidden; }

.container {
  max-width: 1465px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }
  @media (max-width: 1024px) {
    .container {
      padding: 0 15px; } }

.section {
  margin-bottom: 100px; }
  @media (max-width: 1024px) {
    .section {
      margin-bottom: 50px; } }
  .section.substrate {
    position: relative; }
    .section.substrate:before {
      content: '';
      position: absolute;
      background-image: url(../images/substrate_2.png);
      width: 556px;
      height: 1040px;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
      right: 0;
      top: 0;
      transform: translate3d(42%, -5%, 0); }

.section-main {
  margin-bottom: 240px;
  position: relative;
  z-index: 51; }
  @media (max-width: 1024px) {
    .section-main {
      margin-bottom: 50px; } }
  .section-main .description {
    font-weight: 500; }
  @media (max-width: 1024px) {
    .section-main .img-wrapper {
      display: none; } }
  .section-main .img-wrapper.mobile {
    display: none; }
    @media (max-width: 1024px) {
      .section-main .img-wrapper.mobile {
        display: block; } }
    @media (max-width: 1024px) {
      .section-main .img-wrapper.mobile {
        position: static;
        transform: translate3d(0, 0, 0); } }
  .section-main .left-col {
    position: relative;
    z-index: 40; }
    @media (max-width: 1024px) {
      .section-main .left-col .btn-download {
        display: none; } }
  .section-main .btn-mobile {
    display: none;
    width: 100%;
    justify-content: center; }
    @media (max-width: 1024px) {
      .section-main .btn-mobile {
        display: flex; } }
  .section-main .right-col {
    z-index: -3; }
    .section-main .right-col .btn-download {
      display: none; }
    @media (max-width: 1024px) {
      .section-main .right-col {
        flex-direction: column;
        align-items: center; }
        .section-main .right-col .btn-download {
          display: inline-flex; } }

header {
  position: relative;
  z-index: 51;
  margin-bottom: 150px; }
  @media (max-width: 1024px) {
    header {
      margin-bottom: 30px; } }
  header:before {
    content: '';
    position: absolute;
    background-image: url(../images/substrate.png);
    width: 855px;
    height: 912px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
    left: 0;
    top: 0;
    transform: translate3d(0%, 0%, 0) rotate(0deg); }
    @media (max-width: 375px) {
      header:before {
        width: 352px;
        height: 373px;
        transform: translate3d(-5%, 0%, 0) rotate(0deg); } }

.header-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 70px; }
  @media (max-width: 1024px) {
    .header-wrapper {
      justify-content: space-between;
      padding-top: 45px; } }

.logo {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 270px;
  margin-right: 225px; }
  @media (max-width: 1100px) {
    .logo {
      margin-right: 200px; } }
  @media (max-width: 1024px) {
    .logo {
      margin-right: 0; } }
  @media (max-width: 425px) {
    .logo {
      width: 246px; }
      .logo img {
        width: 100%; } }
  .logo a {
    display: block; }

.nav {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1; }
  @media (max-width: 1024px) {
    .nav {
      flex-grow: 0;
      flex-shrink: 0; } }
  .nav .nav-item {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-right: 40px;
    color: #2a2a2a;
    transition: color .3s; }
    @media (min-width: 1025px) {
      .nav .nav-item:hover {
        color: #ff1350; } }
    @media (max-width: 620px) {
      .nav .nav-item {
        display: none; } }
    .nav .nav-item:last-child {
      text-transform: uppercase;
      margin-right: 0; }
  .nav .drop {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: color .3s; }
    .nav .drop:hover .drop-holder {
      opacity: 1;
      visibility: visible; }
    @media (max-width: 620px) {
      .nav .drop {
        display: flex; } }
    @media (min-width: 1025px) {
      .nav .drop:hover {
        color: #ff1350; } }
  .nav .drop-holder {
    background: #ffffff;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 20px 30px 0 rgba(25, 25, 25, 0.08);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate3d(-9px, 20px, 0);
    width: 56px;
    transition: visibility .3s, opacity .3s;
    visibility: hidden;
    opacity: 0; }
    .nav .drop-holder .nav-item {
      margin-bottom: 5px;
      margin-right: 0;
      display: block; }
      .nav .drop-holder .nav-item:last-child {
        margin-bottom: 0; }

.row {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .row {
      flex-direction: column;
      align-items: center; } }
  .row.second .img-wrapper {
    transform: translate3d(-50%, -40%, 0);
    left: 50%;
    top: 50%; }
    @media (max-width: 1024px) {
      .row.second .img-wrapper {
        position: static;
        transform: translate3d(0, 0, 0); }
        .row.second .img-wrapper .tip {
          display: none; } }
    @media (max-width: 425px) {
      .row.second .img-wrapper {
        height: 440px; } }

.left-col {
  width: 50%; }
  @media (max-width: 1024px) {
    .left-col {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px; } }
  .left-col .img-holder {
    margin-bottom: 30px; }
    .left-col .img-holder img {
      display: block; }

.title {
  font-size: 45px; }
  @media (max-width: 620px) {
    .title {
      width: 100%; } }
  @media (max-width: 425px) {
    .title {
      font-size: 33px; } }

.sub-title {
  font-weight: 700;
  font-size: 80px;
  margin-bottom: 40px;
  line-height: 1; }
  @media (max-width: 620px) {
    .sub-title {
      width: 100%; } }
  @media (max-width: 425px) {
    .sub-title {
      font-size: 60px; } }

.description {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 485px;
  width: 100%; }
  .description.second {
    margin: 30px 0; }
  .description:last-child {
    margin-bottom: 0; }

.btn-download {
  margin-top: 48px;
  background: #ff1350;
  background: linear-gradient(90deg, #ff1350 50%, #ff517e 100%);
  font-size: 18px;
  border-radius: 32px;
  padding: 21px 25px;
  color: #ffffff;
  display: inline-block;
  transition: opacity .3s; }
  @media (min-width: 1025px) {
    .btn-download:hover {
      opacity: .7; } }
  @media (max-width: 1024px) {
    .btn-download {
      margin-top: 20px; } }
  @media (max-width: 374px) {
    .btn-download {
      padding: 21px 20px; } }
  .btn-download img {
    margin-left: 20px; }

.right-col {
  position: relative;
  width: 50%; }
  @media (max-width: 1024px) {
    .right-col {
      width: 100%;
      display: flex;
      justify-content: center; } }
  .right-col .img-wrapper {
    position: absolute;
    transform: translate3d(6%, -33%, 0); }
    @media (max-width: 1024px) {
      .right-col .img-wrapper {
        position: static;
        transform: translate3d(0, 0, 0); } }
  .right-col img {
    display: block; }
  .right-col .tip {
    font-size: 16px;
    font-weight: 400;
    color: #b6bccb;
    border: 2px dashed #b6bccb;
    padding: 10px 17px;
    display: block;
    border-radius: 32px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-35%, -100%, 0); }
    .right-col .tip:before {
      content: '';
      position: absolute;
      width: 90px;
      height: 2px;
      border-top: 2px dashed #b6bccb;
      bottom: 0;
      left: 13%;
      transform: rotate(90deg) translate3d(60%, 0%, 0); }

.heading {
  margin-bottom: 30px; }

.box-wrapper {
  width: 100%;
  display: flex;
  justify-content: center; }

.box-holder {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 20px 30px 0 rgba(25, 25, 25, 0.08);
  padding: 40px 15px;
  max-width: 1280px;
  width: 100%;
  flex-wrap: wrap; }
  .box-holder .icon {
    margin-bottom: 12px; }
  .box-holder .item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 160px; }
    @media (max-width: 1186px) {
      .box-holder .item-inner {
        margin-right: 0;
        width: 50%;
        padding: 10px; } }
    .box-holder .item-inner:last-child {
      margin-right: 0; }
    .box-holder .item-inner .title {
      font-size: 30px;
      font-weight: 700; }
      @media (max-width: 620px) {
        .box-holder .item-inner .title {
          text-align: center; } }
      @media (max-width: 435px) {
        .box-holder .item-inner .title {
          font-size: 19px; } }
    .box-holder .item-inner .sub-title {
      font-weight: 400;
      font-size: 18px;
      margin-bottom: 0; }
      @media (max-width: 620px) {
        .box-holder .item-inner .sub-title {
          text-align: center; } }
      @media (max-width: 435px) {
        .box-holder .item-inner .sub-title {
          font-size: 11px; } }
    @media (max-width: 435px) {
      .box-holder .item-inner .icon {
        width: 100px;
        height: 100px; }
        .box-holder .item-inner .icon img {
          width: 100%; } }

.step-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 78px; }
  @media (max-width: 1186px) {
    .step-box {
      margin-right: 0;
      width: 50%;
      padding: 10px; } }
  @media (max-width: 590px) {
    .step-box {
      width: 100%; } }
  .step-box:last-child {
    margin-right: 0; }
  .step-box .top-title {
    color: #e2e4ea;
    position: relative;
    margin-bottom: 10px;
    line-height: 1; }
    .step-box .top-title span {
      font-size: 130px;
      font-weight: 500; }
    .step-box .top-title em {
      font-size: 33px;
      bottom: 38px;
      right: -50px;
      position: absolute;
      transform: rotate(-90deg); }
  .step-box .title {
    font-size: 16px;
    text-align: center;
    font-weight: 500; }
  .step-box .border {
    background-color: #d52a48;
    width: 242px;
    height: 6px;
    margin-bottom: 18px;
    border-radius: 23px; }
    .step-box .border.white-pink {
      opacity: .3; }
    .step-box .border.white-pink_second {
      opacity: .5; }
    .step-box .border.crimson {
      opacity: .7; }

.content-box .box-holder {
  overflow: hidden;
  padding: 40px; }
  @media (max-width: 1024px) {
    .content-box .box-holder {
      padding: 5px; } }
  @media (max-width: 1024px) {
    .content-box .box-holder .right-col {
      display: none; } }
  .content-box .box-holder .right-col .img-wrapper {
    position: absolute;
    top: 100%;
    transform: translate3d(50%, -50%, 0);
    left: 0; }
  @media (max-width: 1024px) {
    .content-box .box-holder .left-col {
      align-items: baseline; } }

@media (max-width: 1024px) {
  .btn-holder {
    display: flex;
    justify-content: center;
    width: 100%; } }

.list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .list-item .number {
    margin-right: 15px; }
    .list-item .number img {
      display: block; }
  .list-item .text {
    font-size: 16px;
    font-weight: 500; }

footer {
  background: #eaeaea; }

.footer-wrapper {
  padding: 15px 45px 20px 45px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 435px) {
    .footer-wrapper {
      padding: 15px 10px 20px 10px; } }
  .footer-wrapper .logo {
    margin-right: 0;
    margin-bottom: 30px; }
    @media (max-width: 435px) {
      .footer-wrapper .logo {
        width: 140px; }
        .footer-wrapper .logo img {
          width: 100%; } }
  .footer-wrapper .footer-nav {
    margin-bottom: 60px;
    display: flex;
    align-items: center; }
    @media (max-width: 435px) {
      .footer-wrapper .footer-nav {
        margin-bottom: 35px; } }
    .footer-wrapper .footer-nav a {
      display: block;
      font-size: 16px;
      margin-right: 20px;
      color: #2a2a2a; }
      .footer-wrapper .footer-nav a:last-child {
        margin-right: 0; }
      @media (min-width: 1025px) {
        .footer-wrapper .footer-nav a:hover {
          text-decoration: underline; } }
  .footer-wrapper .copy {
    font-size: 16px;
    text-align: center; }

.swiper-container {
  display: none;
  z-index: 10;
  width: 100%;
  padding-bottom: 50px; }
  .swiper-container .swiper-wrapper {
    width: auto; }
  @media (max-width: 1024px) {
    .swiper-container {
      display: flex; } }
  .swiper-container .swiper-slide {
    display: flex;
    justify-content: center; }

.swiper-pagination-bullet-active {
  background: #ff114e; }

.swiper-pagination-bullets {
  bottom: 25px !important; }


body.dark {
  background: #282828;
  color: #fff;
}
.dark .section.substrate:before {
  background-image: url(../images/substrate_2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.dark header:before {
  background-image: url(../images/substrate.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.dark .nav .nav-item {
  color: #fff;
}
@media (min-width: 1025px) {
  .dark .nav .nav-item:hover {
      color: #ff1350;
 }
}
@media (min-width: 1025px) {
  .dark .nav .drop:hover {
      color: #ff1350;
 }
}
.dark .nav .drop-holder {
  background: #1f1f1f;
  box-shadow: 0 20px 30px 0 rgba(25, 25, 25, .08);
}
.dark .btn-download {
  background: #ff1350;
  background: linear-gradient(90deg, #ff1350 50%, #ff517e 100%);
  color: #fff;
}
.dark .right-col .tip {
  color: #b6bccb;
  border: 2px dashed #b6bccb;
}
.dark .right-col .tip:before {
  border-top: 2px dashed #b6bccb;
}
.dark .box-holder {
  background-color: #1f1f1f;
  box-shadow: 0 20px 30px 0 rgba(25, 25, 25, .08);
}
.dark .step-box .top-title {
  color: #e2e4ea;
}
.dark .step-box .border {
  background-color: #d52a48;
}
.dark footer {
  background: #1f1f1f;
}
.dark .footer-wrapper .footer-nav a {
  color: #2a2a2a;
}
.dark .swiper-container {
  padding-bottom: 50px;
}
.dark .swiper-pagination-bullet-active {
  background: #ff114e;
}
