/*
  FONTS
*/

@font-face {
  font-family: 'Mango Grotesque';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/mangogrotesque-bold-webfont.woff2') format('woff2'),
       url('../fonts/mangogrotesque-bold-webfont.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('../fonts/GeneralSans-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('../fonts/GeneralSans-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Semibold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Bold.woff') format('woff');
  font-display: swap;
}


/*
	NORMALIZE
*/

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

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

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

audio, canvas, video {
  display: inline-block;
}

:root {
  font-size: 62.5%;
  --black: #2A2A35;
  --blue: #05CED3;
  --gray: #D7E0DF;
  --gray-dark: #818181;
  --gray-darken: #979797;
  --green: #52DD79;
  --beige: #EFF2F2;
}

body {
  margin: 0;
  padding: 0;
  color: black;
  text-align: center;
  font-family: 'General Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

b, strong {
  font-weight: bold;
}

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

ol li {
  list-style-type: decimal;
}

p {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}


/*
  SWIPER
*/

.swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  width: 100%;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  padding-top: 0.5rem;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination {
  position: absolute;
  left: 2.5rem;
  top: 0;
}

.swiper-pagination-bullet {
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 1.2rem;
  display: block;
  position: relative;
  background-image: url('../images/asterisk-black.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-pagination-bullet-active[aria-label="Go to slide 1"] {
  background-image: url('../images/asterisk.svg');
}

.swiper-pagination-bullet-active[aria-label="Go to slide 2"] {
  background-image: url('../images/asterisk-blue.svg');
}

.swiper-pagination-bullet-active[aria-label="Go to slide 3"] {
  background-image: url('../images/asterisk-gray.svg');
}

.pros_swiper .swiper-pagination-bullet-active[aria-label="Go to slide 3"],
.swiper-pagination-bullet-active[aria-label="Go to slide 4"] {
  background-image: url('../images/asterisk-green.svg');
}


/*
  COMPONENTS
*/

.logo {
  display: block;
  width: 7.8rem;
  height: 3.4rem;
  background-image: url('../images/gaba.svg');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -6666rem;
  overflow: hidden;
  margin: 0 auto;
}

[class^=ico-] {
  display: inline-block;
  vertical-align: middle;
  width: 3.1rem;
  height: 3.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  text-indent: -6666rem;
  overflow: hidden;
}

.ico-facebook {
  background-image: url('../images/ico-facebook.png');
}

.ico-twitter {
  background-image: url('../images/ico-twitter.png');
}

.ico-instagram {
  background-image: url('../images/ico-instagram.png');
}

.ico-linkedin {
  background-image: url('../images/ico-linkedin.png');
}

.ico-youtube {
  background-image: url('../images/ico-youtube.png');
}

.ico-twitch {
  background-image: url('../images/ico-twitch.png');
}

.button {
  border: none;
  background-color: transparent;
  font-family: 'Mango Grotesque';
  font-weight: bold;
  font-style: normal;
  color: var(--black);
  font-size: 3.3rem;
  line-height: 0.85;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 11rem;
  cursor: pointer;
}

.button-l {
  max-width: 17rem;
}

.button:before {
  content: '';
  display: block;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 5.3rem;
  background-color: var(--blue);
  background-image: url('../images/arrow-double.svg');
  background-position: -5.65rem center;
  background-repeat: no-repeat;
  background-size: 8rem auto;
  border-radius: 0.5rem;
  margin-right: 1.2rem;
  transition: background 0.5s;
}

.button:hover:before {
  background-position: 1rem center;
}

.button.openModal {
  min-width: 18rem;
}

.button.button-l.openModal {
  min-width: 21rem;
}

.button.openModal:before {
  width: 7.8rem;
  min-width: 7.8rem;
  background-image: url('../images/play-double.svg');
  background-size: 12.5rem auto;
  background-position: -7.25rem center;
}

.button.openModal:hover:before {
  background-position: 3.25rem center;
}

.button-info {
  color: black;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: left;
  margin: 0;
}

section {
  overflow: hidden;
}

section h2 {
  font-family: 'Mango Grotesque';
  font-weight: bold;
  font-style: normal;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
}

.field {
  position: relative;
  max-width: 55rem;
  margin: 0 auto 1.2rem;
}

.field label {
  color:  var(--gray-dark);
  font-size: 1.2rem;
  line-height: 3;
  position: absolute;
  top: 0;
  left: 2rem;
  transition: all 0.25s;
}

.field input[type=text],
.field input[type=email],
.field textarea {
  color:  var(--gray-dark);
  font-size: 1.2rem;
  line-height: 1; 
  font-family: 'General Sans', sans-serif;
  background-color: white;
  border-radius: 2.4rem;
  border: 0.15rem solid white;
  padding: 1rem 2rem;
  text-align: left;
  display: block;
  width: 100%;
}

.field.error input[type=text],
.field.error input[type=email],
.field.error textarea {
  border-color: red;
}

.field textarea {
  min-height: 14.7rem;
}

.field input[type=text]:focus + label,
.field input[type=email]:focus + label,
.field textarea:focus + label {
  top: -3.6rem;
}

.check {
  position: relative;
  max-width: 35rem;
  margin: 2.7rem auto 3.5rem;
}

.check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check label {
  display: block;
  width: 100%;
  color: var(--black);
  font-size: 1.2rem;
  line-height: 1;
  font-family: 'General Sans';
  font-weight: normal;
  font-style: normal;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding-left: 2.8rem;
}

.check label a {
  color: var(--gray-dark);
  font-family: 'General Sans';
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

.check label:before {
  content:'';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.15rem solid var(--gray-dark);
  position: absolute;
  top: -0.2rem;
  left: 0.4rem;
  margin-right: 5px;
}

.check.error label:before {
  border-color: red;
}

.check input:checked + label:before {
  background-color: var(--green);
}

.check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.4rem;
  left: 1.2rem;
  width: 0.6rem;
  height: 1.4rem;
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}

p#error {
  margin: 2rem auto;
  color: red;
}

.container {
  max-width: 37.5rem;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s;
}

.modal.active {
  z-index: 12;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal_container {
  padding: 5rem 0;
}

.modal_close {
  font-family: 'General Sans';
  font-weight: 500;
  font-style: normal;
  color: white;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.modal_iframe {
  position: relative;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 43.25%;
  height: 0;
  overflow: hidden;
  max-width: 120rem;
  margin: 0 auto;
}

.modal_iframe iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 80vh;
}


/*
  HEADER
*/

.header:not(.header-basic) {
  background-color: var(--gray);
  background-image: url('../images/bg-header.png');
  background-position: center calc(100% - 12.4rem);
  background-repeat: no-repeat;
  background-size: 32rem auto;
}

.header-basic {
  border-bottom: 0.15rem solid var(--gray);
  padding: 3.7rem 2rem;
}

.header .container {
  display: flex;
  flex-direction: column;
}

.header:not(.header-basic) .container {
  padding: 2.3rem 1.5rem 0;
  height: 100vh;
}

.header_logo {
  width: 3.7rem;
  height: 6.5rem;
  background-image: url('../images/g.svg');
  order: -2;
  margin-left: 0;
}

.header-basic .header_logo {
  background-image: url('../images/gaba.svg');
  width: 9.8rem;
  height: 4.3rem;
}

.header:not(.header-basic) .header_logo {
  opacity: 0;
  visibility: hidden;
  animation: opacity 1s forwards 1.5s;
}

.header_banner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: auto;
}

.header_apps {
  order: 1;
  margin: 4.2rem auto;
  opacity: 0;
  visibility: hidden;
  animation: opacity 1s forwards 1.5s;
}

.header h1 {
  font-family: 'Mango Grotesque';
  font-weight: bold;
  font-style: normal;
  color: var(--black);
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: -0.043rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: -0.5rem;
}

.header h1 > span {
  display: block;
  overflow: hidden;
}

.header h1 span span {
  transform: translateY(120%);
  animation: apareceY 1s forwards 0.1s;
  display: inline-block;
}

.header h1 span:nth-child(2) {
  margin-top: -1rem;
}

.header h1 span:nth-child(2) span {
  animation-delay: 0.5s;
}

@keyframes apareceY {
  100% {
    transform: translateY(0);
  }
}

.header p {
  font-weight: 500;
  color: var(--black);
  font-size: 1rem;
  line-height: 1.1; 
  text-align: left;
  width: calc(100vw - 22rem);
  max-width: 15rem;
  position: absolute;
  bottom: 12.25rem;
  left: 20rem;
  opacity: 0;
  visibility: hidden;
  animation: opacity 1s forwards 1.5s;
}

.header p span {
  display: none;
}

.header_subnav {
  order: -1;
  margin-right: 0;
  margin-left: auto;
  margin-top: -6.5rem;
  opacity: 0;
  visibility: hidden;
  animation: opacity 1s forwards 1.5s;
}

.header_subnav a:first-child {
  margin-bottom: 2rem;
}

.header_apps_google,
.header_apps_apple {
  display: inline-block;
  vertical-align: middle;
  width: 10.6rem;
  height: 3.5rem;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -6666rem;
  overflow: hidden;
}

.header_apps_google {
  background-image: url('../images/google-play.png');
}

.header_apps_apple {
  background-image: url('../images/apple-store.png');
}

.header_nav {
  display: none;
}


/*
  WHAT
*/

.what {
  height: 2000px; /*mods*/
  position: relative;
  overflow: hidden;
}

.what .wrapper {
  min-height: 780px; /*mods*/
  height: 100vh;
  position: relative;
}

.what.fixed .wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8;
}

.what.absoluted .wrapper {
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
}

.what .container {
  padding: 2rem 0 3.5rem 2rem;
  display: flex;
  flex-direction: column;
  max-width: 120rem;
}

.what h2 {
  font-size: 5.5rem;
  line-height: 0.8;
  letter-spacing: -0.037rem;
  margin-bottom: 2rem;
}

.what .button {
  order: 1;
  margin-left: 5.5rem;
  margin-bottom: 0.5rem;
}

.what .button-info {
  order: 2;
  max-width: 20rem;
  margin-left: 5.8rem;
}

.what_swiper {
  margin-bottom: 2rem;
  padding-left: 5.5rem;
  background-color: white;
}

.what_swiper .swiper-slide {
  padding: 3.5rem 2.5rem;
  text-align: left;
  background-color: var(--black);
  background-position: calc(100% + 4.4rem) 3.5rem;
  background-repeat: no-repeat;
  background-size: 8.8rem auto;
}

.what_swiper .swiper-wrapper > div:nth-of-type(1) {
  background-image: url('../images/asterisk.svg');
}

.what_swiper .swiper-wrapper > div:nth-of-type(2) {
  background-image: url('../images/asterisk-blue.svg');
}

.what_swiper .swiper-wrapper > div:nth-of-type(3) {
  background-image: url('../images/asterisk-gray.svg');
}

.what_swiper .swiper-wrapper > div:nth-of-type(4) {
  background-image: url('../images/asterisk-green.svg');
}

.what_swiper h3 {
  font-family: 'Mango Grotesque';
  font-weight: bold;
  font-style: normal;
  color: white;
  font-size: 3.6rem;
  line-height: 0.95;
  letter-spacing: -0.024rem;
  text-align: left;
  text-transform: uppercase;
  margin-right: 4.5rem;
  margin-bottom: 2.25rem;
}

.what_swiper p {
  color: white;
  font-size: 1.4rem;
  line-height: 1.45; 
  text-align: left;
}


/*
  HOW
*/

.how {
  background-color: var(--gray);
  position: relative;
  overflow: hidden;
}

.how .container:before {
  content: '';
  display: block;
  width: 44rem;
  height: 46rem;
  background-image: url('../images/bg-how.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -18rem;
}

.how:before {
  content: '';
  display: block;
  background-image: url('../images/bg-how-circles.svg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 41.5rem auto;
  width: 30.6rem;
  height: 45rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.how.active:before {
  background-size: 61.5rem auto;
}

.how .container {
  padding: 9rem 4.5rem 37rem;
  position: relative;
  z-index: 1;
}

.how h2 {
  font-size: 6.4rem;
  line-height: 0.9;
  letter-spacing: -0.043rem;
  margin-bottom: 7rem;
}

.how p {
  color: black;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: left;
  max-width: 18rem;
  margin-top: 1rem;
}


/*
  STEPS
*/

.steps {
  padding: 6rem 2.5rem 9rem 0;
  background-image: url('../images/bg-steps-circles.svg');
  background-position: center calc(100% + 42rem);
  background-repeat: no-repeat;
  background-size: 80rem auto;
  position: relative;
  overflow: hidden;
}

.steps h2 {
  font-size: 6.4rem;
  line-height: 0.825;
  letter-spacing: -0.043rem;
  margin-bottom: 5rem;
  padding-left: 10.5rem;
}

.steps h2 span {
  display: block;
  transform: translateX(75vw);
  transition: all 1s;
}

.steps.active h2 span {
  transform: translateX(0);
}

.steps h2 span:nth-of-type(2) {
  transition-delay: 0.1s;
}

.steps h2 span:nth-of-type(3) {
  transition-delay: 0.2s;
}

.steps h2 span:nth-of-type(4) {
  transition-delay: 0.3s;
}

.steps .steps_bars {
  position: absolute;
  left: 0;
  top: 6rem;
}

.steps .steps_bars span {
  display: block;
  background: var(--beige);
  position: absolute;
  height: 3.3rem;
  width: 0;
  top: 0;
  left: 0;
  transition: all 1s;
}

.steps .steps_bars span:nth-of-type(2) {
  transition-delay: 0.1s;
  top: 5.2rem;
}

.steps .steps_bars span:nth-of-type(3) {
  transition-delay: 0.2s;
  top: 10.4rem;
}

.steps .steps_bars span:nth-of-type(4) {
  transition-delay: 0.3s;
  top: 15.6rem;
}

.steps.active .steps_bars span {
  width: calc(51vw - 13rem);
}

.steps li {
  text-align: left;
  padding-left: 10.5rem;
  margin-bottom: 7rem;
  position: relative;
}

.steps li:nth-of-type(2) {
  animation-delay: 2.5s;
}

.steps li:nth-of-type(3) {
  animation-delay: 3s;
  margin-bottom: 0;
}

.steps li:before {
  content: '';
  display: block;
  width: 12rem;
  height: 23rem;
  background-image: url('../images/asterisk-steps.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -4rem;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.75s 1s;
}

.steps li span {
  display: block;
  font-family: 'Mango Grotesque';
  font-weight: bold;
  font-style: normal;
  color: var(--green);
  font-size: 20rem;
  line-height: 0.85;
  letter-spacing: -0.133rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.5s;
}

.steps h3 {
  font-family: 'Mango Grotesque';
  font-weight: bold;
  font-style: normal;
  color: var(--black);
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.024rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2rem);
  transition: all 0.75s 1s;
}

.steps p {
  color: var(--black);
  font-size: 1.4rem;
  line-height: 1.45; 
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2rem);
  transition: all 0.75s 1s;
}

.steps p strong {
  font-weight: 500;
}

.steps.step-1 li:nth-of-type(1):before,
.steps.step-2 li:nth-of-type(2):before,
.steps.step-3 li:nth-of-type(3):before {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}

.steps.step-1 li:nth-of-type(1) span,
.steps.step-1 li:nth-of-type(1) h3,
.steps.step-1 li:nth-of-type(1) p,
.steps.step-2 li:nth-of-type(2) span,
.steps.step-2 li:nth-of-type(2) h3,
.steps.step-2 li:nth-of-type(2) p,
.steps.step-3 li:nth-of-type(3) span,
.steps.step-3 li:nth-of-type(3) h3,
.steps.step-3 li:nth-of-type(3) p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/*
  PROS
*/

.pros {
  height: 1700px; /*mods*/
  position: relative;
  overflow: hidden;
  background-color: var(--black);
}

.pros .wrapper {
  min-height: 700px; /*mods*/
  height: 100vh;
  position: relative;
  background-color: var(--black);
}

.pros.fixed .wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8;
}

.pros.absoluted .wrapper {
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
}

.pros_bg {
  background-color: var(--black);
  background-image: url('../images/bg-pros.svg');
  background-position: right calc(100% - 3rem);
  background-repeat: no-repeat;
  background-size: 33rem auto;
  height: 29.6rem;
}

.pros .container {
  /*background-image: url('../images/bg-pros.svg');
  background-position: right calc(100% - 3rem);
  background-repeat: no-repeat;
  background-size: 33rem auto;*/
  padding: 2rem 0 0;
}

.pros h2 {
  width: calc(100% - 10rem);
  text-align: right;
  margin: 0 auto 2rem;
  color: var(--gray);
  font-size: 5.5rem;
  line-height: 0.85;
  letter-spacing: -0.037rem;
}

.pros h2 > span {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.pros.active h2 span {
  opacity: 1;
  visibility: visible;
}

.pros h2 span:nth-of-type(2) {
  transition-delay: 0.2s;
}

.pros h2 span:nth-of-type(3) {
  transition-delay: 0.4s;
}

.pros h2 span:nth-of-type(4) {
  transition-delay: 0.6s;
}

.pros h2 span:nth-of-type(5) {
  transition-delay: 0.8s;
}

.pros_swiper {
  padding-right: 5rem;
  background-color: var(--black);
}

.pros_swiper .swiper-slide {
  padding: 2.5rem;
  text-align: left;
  background-color: var(--gray);
}

.pros_swiper h3 {
  font-family: 'Mango Grotesque';
  font-weight: bold;
  font-style: normal;
  color: var(--black);
  font-size: 3.6rem;
  line-height: 0.95;
  letter-spacing: -0.024rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 2.25rem;
}

.pros_swiper p {
  color: var(--black);
  font-size: 1.4rem;
  line-height: 1.45; 
  text-align: left;
}

.pros_swiper .swiper-pagination {
  left: auto;
  right: 2rem;
}

.pros_swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-image: url('../images/asterisk-white.svg');
}


/*
  STORE
*/

.store {
  padding: 7rem 4rem 11.5rem;
  background-image: url('../images/bg-store.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 25rem auto;
}

.store h2 {
  font-size: 6.4rem;
  line-height: 0.825;
  letter-spacing: -0.043rem;
  max-width: 16.5rem;
  margin-bottom: 13rem;
}

.store h2 span {
  display: block;
  transform: translateX(100vw);
  transition: all 2s;
}

.store.active h2 span {
  transform: translateX(0);
}

.store h2 span:nth-of-type(2) {
  transition-delay: 0.1s;
}

.store h2 span:nth-of-type(3) {
  transition-delay: 0.2s;
}

.store article {
  background-color: var(--blue);
  margin-right: -4rem;
  padding: 2.8rem 6rem 1rem 3.2rem;
  text-align: left;
  margin-bottom: 5rem;
  position: relative;
}

.store article:after {
  content: '';
  display: block;
  width: 20rem;
  height: 22rem;
  background-image: url('../images/bg-store-dog.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 100%;
  right: 3rem;
}

.store p {
  color: var(--black);
  font-size: 1.4rem;
  line-height: 1.45; 
  text-align: left;
  margin-bottom: 1rem;
}

.store h3 {
  font-family: 'Mango Grotesque';
  font-weight: bold;
  font-style: normal;
  color: var(--black);
  font-size: 3.6rem;
  line-height: 0.95;
  letter-spacing: -0.024rem;
  text-align: left;
  text-transform: uppercase;
  max-width: 19rem;
  margin-top: 2rem;
  margin-bottom: 2.25rem;
}

.store .button {
  float: right;
  opacity: 0;
  visibility: hidden;
  transition: all 1s 1.5s;
}

.store.active .button {
  opacity: 1;
  visibility: visible;
}


/*
  COMPARE
*/

.compare {
  background-color: var(--gray);
  background-image: url('../images/bg-compare-v2.png');
  background-position: 200% 200%;
  background-repeat: no-repeat;
  background-size: 35rem auto;
  padding: 5rem 4rem 40rem;
  transition: all 1s;
}

.compare.active {
  background-position: right bottom;
}

.compare h2 {
  font-size: 6.4rem;
  line-height: 0.9;
  letter-spacing: -0.043rem;
  max-width: 22rem;
  margin-bottom: 2rem;
}

.compare p {
  color: var(--black);
  font-size: 1.4rem;
  line-height: 1.45; 
  text-align: left;
  margin-bottom: 1rem;
}

.compare p:nth-of-type(2) {
  margin-bottom: 5rem;
}


/*
  FAQ
*/

.faq {
  background-color: var(--black);
  padding: 6rem 4rem 10rem;
  position: relative;
  overflow: hidden;
}

.faq_svg {
  display: block;
  width: 55rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22rem;
}

.faq_svg svg {
  width: 100%;
  display: block;
}

.faq_svg path {
  stroke-dasharray: 300%;
  stroke-dashoffset: 200%;
  transition: all 2s;
}

.faq.active .faq_svg path {
  stroke-dashoffset: 0%;
}

.faq h2 {
  color: var(--blue);
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: -0.043rem;
  max-width: 18rem;
  margin: 0 auto 1.3rem;
}

.faq h2 > span {
  display: block;
  overflow: hidden;
}

.faq h2 span:nth-of-type(2),
.faq h2 span:nth-of-type(3) {
  margin-top: -0.6rem;    
}

.faq h2 span span {
  transform: translateY(120%);
  transition: all 0.75s 0.1s;
  display: inline-block;
}

.faq h2 span:nth-child(2) span {
  transition-delay: 0.3s;
}

.faq h2 span:nth-child(3) span {
  transition-delay: 0.5s;
}

.faq.active h2 span span {
  transform: translateY(0);
}

.faq .container > p {
  max-width: 18rem;
  margin: 0 auto 6rem;
  color: white;
  font-size: 1.2rem;
  line-height: 1.7; 
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 1s 0.5s;
}

.faq.active .container > p {
  opacity: 1;
  visibility: visible;
}

.accordion {
  max-width: 60rem;
  margin: 0 auto 1.5rem;
  transition: all 0.5s;
}

.accordion h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01rem;
  text-align: left;
}

.accordion h3 a {
  display: block;
  background-color: rgba(255,255,255,0.2);
  border-radius: 2.4rem;
  color: white;
  padding: 1.1rem 5rem 1.1rem 2rem;
  position: relative;
}

.accordion h3 a:after {
  content: '';
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid var(--blue);
  border-right: 0.2rem solid var(--blue);
  position: absolute;
  top: 1rem;
  right: 2rem;
  transform: rotate(135deg);
  transition: all 0.25s;
}

.accordion.active h3 a:after {
  top: 1.5rem;
  transform: rotate(315deg);
}

.accordion div {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.accordion.active div {
  max-height: 1000rem;
}

.accordion h4 {
  font-weight: 600;
  color: var(--blue);
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 1.5rem 2rem 1rem;
}

.accordion ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.accordion ul li {
  list-style: disc;
}

.accordion p,
.accordion li {
  font-size: 1.2rem;
  line-height: 1.7;
  color: white;
  text-align: left;
  margin: 0 2rem 2rem;
}

.accordion li {
  margin-bottom: 0.5rem;
}


/*
  CONTACT
*/

.contact {
  padding: 15rem 4rem 6rem;
  background-color: var(--gray);
  overflow: visible;
}

.contact h2 {
  color: var(--black);
  font-size: 7.3rem;
  line-height: 0.9;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.contact.active h2 {
  letter-spacing: -0.058rem;
}

.contact h2:before {
  content: '';
  display: block;
  width: 20rem;
  height: 28rem;
  background-image: url('../images/bg-contact.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.contact p {
  color: var(--black);
  font-size: 1.4rem;
  line-height: 1.45; 
  text-align: center;
  max-width: 26rem;
  margin: 0 auto 2rem;
}

.contact p#success {
  font-weight: 600;
}

.contact .button {
  margin: 0 auto;
}

.contact .button:before {
  background-color: var(--green);
}


/*
  LEGAL
*/

.legal .container {
  padding: 7.3rem 2rem;
  border-bottom: 0.15rem solid var(--gray-darken);
}

.legal h2 {
  color: var(--black);
  font-size: 4.8rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 4rem;
}

.legal p,
.legal li {
  color: var(--black);
  font-size: 1.6rem;
  line-height: 1.45;
  text-align: left;
  max-width: 94rem;
  margin-bottom: 2.5rem;
}

.legal p.no-margin,
.legal li.no-margin {
  margin-bottom: 0;
}

.legal p a,
.legal li a {
  color: var(--black);
  text-decoration: underline;
}

.legal p strong,
.legal li strong {
  font-weight: 600;
}

.legal ul {
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}

.legal li {
  list-style: disc;
  padding-left: 0.5rem;
}

.legal table {
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}

.legal table th {
  font-weight: 600;
  color: var(--black);
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  border: 0.15rem solid var(--gray-darken);
  min-width: 12rem;
  padding: 0.6rem 1.6rem;
  min-height: 3rem;
}

.legal table td {
  font-weight: normal;
  color: var(--black);
  font-size: 1.2rem;
  line-height: 1.45;
  text-align: left;
  vertical-align: middle; 
  border: 0.15rem solid var(--gray-darken);
  min-width: 12rem;
  padding: 0.6rem 1.6rem;
  min-height: 3rem;
}


/*
  FOOTER
*/

.footer {
  padding: 2rem;
}

.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.footer_logo {
  margin-left: 0;
}

.footer p {
  color: var(--black);
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: calc(100% - 15rem);
  max-width: 30rem;
}

.footer div {
  text-align: left;
}

.footer ul {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.footer ul:first-child {
  flex-direction: row;
  margin-bottom: 3rem;
}

.footer li {
  color: var(--black);
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer ul:first-child li {
  margin-left: 0.6rem;
  margin-bottom: 0;
}

.footer li a {
  color: var(--black);
}





/*
  TABLET
*/

@media (min-width: 768px){

  .field {
    margin-bottom: 2rem;
  }

  .field input[type=text],
  .field input[type=email],
  .field textarea {
    font-size: 1.6rem;
    padding: 1.3rem 2.5rem;
  }

  .check {
    margin-bottom: 5rem;
  }

  .check label {
    font-size: 1.6rem;
    line-height: 0.8;
  }

  .container {
    max-width: 120rem; 
  }

  .modal_container {
    padding: 5rem 12rem;
  }

  .modal_close {
    left: auto;
    transform: translateX(0);
    top: 5rem;
    right: 2rem;
  }

  .logo,
  .header_logo {
    width: 12.3rem;
    height: 5.4rem;
    background-image: url('../images/gaba.svg');
  }

  .header-basic .header_logo {
    width: 9.8rem;
    height: 4.3rem;
  }

  .header-basic {
    padding-left: 0;
    padding-right: 0;
  }

  .header:not(.header-basic) {
    background-image: url('../images/bg-header-d.png');
    background-position: calc(50% - 45rem) bottom;
    background-size: 72rem auto;
    position: relative;
    margin-bottom: 6.6rem;
  }

  .header .container {
    justify-content: space-between;
  }

  .header:not(.header-basic) .container {
    padding: 4rem 5rem 8.5rem;
    height: auto;
  }

  .header_banner {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    width: 100%;
    max-width: 74rem;
    margin-top: 13rem;
    margin-left: auto;
  }

  .header_apps {
    order: -1;
    margin: 0 auto 2rem 0;
  }

  .header h1 {
    font-size: 11rem;
    letter-spacing: -0.063rem;
    margin-bottom: -2rem;
  }

  .header h1 span:nth-child(2) {
    margin-top: -1.8rem;
  }

  .header p {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 32rem;
    bottom: -0.8rem;
    left: 34rem;
  }

  .header p span {
    display: inline-block;
  }

  .header_apps_google,
  .header_apps_apple {
    width: 11.2rem;
    height: 3.8rem;
    margin-right: 1rem;
  }

  .header_subnav {
    display: flex;
    align-items: flex-start;
    margin-right: -1.3rem;
    margin-top: -5rem;
  }

  .header_subnav .button:first-child {
    margin-right: 4rem;
  }

  .header_nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 0.15rem solid var(--gray);
  }

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

  .header.fixed .header_nav ul {
    margin: 0 auto;
    padding-right: 19rem;
    padding-left: 6rem;
    height: 6.2rem;
  }

  .header.fixed .header_nav ul li {
    line-height: 1.2;
    margin: 1.5rem 1rem;
  }

  .header_nav li {
    color: var(--black);
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 2.5rem 1rem;
  }

  .header_nav li a {
    color: var(--black);
  }

  .header.fixed {
    padding-bottom: 19rem;
  }

  .header.fixed .header_logo {
    width: 2.7rem;
    height: 4.7rem;
    background-image: url('../images/g.svg');
    position: fixed;
    top: 0.75rem;
    left: 2rem;
    z-index: 10;
    animation: opacity 1s forwards;
  }

  .header.fixed #nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 9;
    animation: opacity 1s forwards;
  }

  .header.fixed .header_subnav {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 1rem;
    margin: 0;
    animation: opacity 1s forwards;
  }

  .header.fixed .header_subnav .button {
    font-size: 2.4rem;
    max-width: 8rem;
    animation: opacity 1s forwards;
  }

  .header.fixed .header_subnav .button:first-child {
    margin-right: 1.5rem;
  }

  .header.fixed .header_subnav .button:before {
    width: 2.3rem;
    min-width: 2.3rem;
    height: 3.8rem;
    border-radius: 0.4rem;
    margin-right: 0.9rem;
    background-size: 6rem auto;
    background-position: -4.25rem center;
  }

  .header.fixed .header_subnav .button:hover:before {
    background-position: 0.65rem center;
  }

  .what .wrapper {
    background-image: url('../images/bg-what.svg');
    background-position: calc(50% - 68rem) 9.2rem;
    background-repeat: no-repeat;
    background-size: 8rem auto;
    transition: all 0.25s;
  }

  .what.slide2 .wrapper {
    background-position: calc(50% - 68rem) 12.2rem;
  }

  .what.slide3 .wrapper {
    background-position: calc(50% - 68rem) 15.2rem;
  }

  .what.slide4 .wrapper {
    background-position: calc(50% - 68rem) 18.2rem;
  }

  .what .container {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 8.5rem 5rem 0;
  }

  .what h2 {
    font-size: 9rem;
    letter-spacing: -0.06rem;
    max-width: 20rem;
    margin-bottom: 16rem;
  }

  .what .button {
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 48.8rem;
    left: 5rem;
  }

  .what .button-info {
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 55rem;
    left: 5.3rem;
  }

  .what_swiper {
    max-width: 74rem;
    margin-left: auto;
    margin-bottom: 0;
    padding-left: 5.5rem;
  }

  .what_swiper .swiper-slide {
    padding: 5rem 3rem 3rem 16rem;
    min-height: 66rem;
    background-position: 4rem 5.75rem;
    background-size: 8rem auto;
  }

  .what_swiper h3 {
    font-size: 4.8rem;
    letter-spacing: -0.032rem;
    margin-right: 2rem;
    margin-bottom: 1.3rem;
    max-width: 30rem;
  }

  .what_swiper p {
    font-size: 1.6rem;
    max-width: 35rem;
  }

  .what_swiper .swiper-pagination {
    left: 0.5rem;
  }

  .how {
    background-image: none;
    padding: 0;
  }

  .how .container {
    padding: 8.5rem 5rem 34rem;
  }

  .how .container:before {
    width: 48rem;
    height: 45rem;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .how:before {
    background-position: top center;
    background-size: contain;
    width: 83rem;
    height: 102rem;
    top: 0;
    left: -28rem;
    transition: all 2s;
  }

  .how.active:before {
    width: 133rem;
    background-size: contain;
  }

  .how .container {
    position: relative;
    z-index: 1;
  }

  .how h2 {
    font-size: 10rem;
    letter-spacing: -0.067rem;
    max-width: 45rem;
    margin-bottom: 1.5rem;
  }

  .how .button {
    margin-left: auto;
    margin-right: 3.5rem;
    position: relative;
    z-index: 3;
  }

  .how p {
    max-width: 15.6rem;
    margin-top: 1.5rem;
    margin-left: auto;
  }

  .steps {
    padding: 8.5rem 0 7rem;
    background-position: center calc(100% + 60rem);
    background-size: 120rem auto;
  }

  .steps .container {
    display: flex;
    flex-direction: column;
  }

  .steps li:nth-of-type(1) {
    max-width: 60rem;
    padding-left: 28rem;
    position: relative;
    margin-bottom: 5rem;
  }

  .steps li:nth-of-type(2) {
    max-width: 39rem;
    margin-left: auto;
    padding-right: 5rem;
  }

  .steps li:nth-of-type(3) {
    max-width: 45rem;
    margin-left: 15rem;
    margin-top: -14rem;
  }

  .steps h2 {
    font-size: 9rem;
    letter-spacing: -0.06rem;
    margin-bottom: 6rem;
    margin-left: auto;
    padding-right: 5rem;
    width: calc(50vw + 4rem);
  }

  .steps .steps_bars {
    top: 8rem;
  }

  .steps .steps_bars span {
    height: 5rem;
  }

  .steps .steps_bars span:nth-of-type(2) {
    top: 8rem;
  }

  .steps .steps_bars span:nth-of-type(3) {
    top: 16rem;
  }

  .steps .steps_bars span:nth-of-type(4) {
    top: 24rem;
  }

  .steps.active .steps_bars span {
    width: calc(50vw + 5rem);
  }

  .steps li {
    padding-left: 12rem;
    margin-bottom: 0;
  }

  .steps li:before {
    width: 11rem;
    height: 20rem;
    left: 0;
  }

  .steps li span {
    font-size: 26rem;
    letter-spacing: -0.173rem;
  }

  .steps li:nth-of-type(1) span {
    position: absolute;  
    top: 0;
    left: 12rem;
  }

  .steps h3 {
    font-size: 4.8rem;
    letter-spacing: -0.032rem;
    margin-bottom: 2rem;
  }

  .steps li:nth-of-type(1) h3 {
    padding-top: 1.5rem;
  }

  .steps p {
    font-size: 1.6rem;
  }

  .pros .container {
    background-color: var(--black);
    background-image: url('../images/bg-pros.svg');
    background-repeat: no-repeat;
    background-position: 4% calc(100% - 7rem);
    background-size: 42rem auto;
    padding: 8.5rem 5rem 40rem;
    display: flex;
  }

  .pros_bg {
    display: none;
  }

  .pros h2 {
    order: 1;
    width: 32.5rem;
    text-align: left;
    margin: 0;
    color: var(--gray);
    font-size: 9rem;
    letter-spacing: -0.067rem;
    margin-right: auto;
    margin-left: 1rem;
    padding-right: 3rem;
  }

  .pros h2 span span {
    display: block;
  }

  .pros_swiper {
    max-width: 52rem;
    max-height: 58rem;
    padding-right: 6rem;
    background-color: var(--black);
  }

  .pros_swiper .swiper-slide {
    padding: 3rem 4rem 10rem 3rem;
    background-position: calc(100% - 3rem) calc(100% - 3rem);
    background-repeat: no-repeat;
    background-size: 9rem auto;
  }

  .pros_swiper .swiper-wrapper > div:nth-of-type(1) {
    background-image: url('../images/asterisk.svg');
  }

  .pros_swiper .swiper-wrapper > div:nth-of-type(2) {
    background-image: url('../images/asterisk-blue.svg');
  }

  .pros_swiper .swiper-wrapper > div:nth-of-type(3) {
    background-image: url('../images/asterisk-green.svg');
  }

  .pros_swiper h3 {
    font-size: 4rem;
    letter-spacing: -0.027rem;
  }

  .pros_swiper p {
    font-size: 1.6rem;
  }

  .pros_swiper .swiper-pagination {
    top: 5.4rem;
  }

  .store {
    padding: 8.5rem 0 11.5rem;
    background-image: url('../images/bg-store-d.svg');
    background-position: 0 -16rem;
    background-size: 60vw 70%;
    overflow: hidden;
  }

  .store .container {
    position: relative;
  }

  .store h2 {
    font-size: 10rem;
    letter-spacing: -0.067rem;
    max-width: 40rem;
    margin-bottom: 20rem;
    margin-left: 6.4rem;
  }

  .store article {
    max-width: 40rem;
    margin: 0 auto;
    padding: 5rem 5rem 3.5rem 5rem;
    margin-bottom: 0;
  }

  .store article:after {
    width: 35rem;
    height: 31rem;
  }

  .store p {
    font-size: 1.6rem;
  }

  .store h3 {
    font-size: 4.8rem;
    letter-spacing: -0.032rem;
    max-width: 21rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .store .button {
    position: absolute;
    top: 34rem;
    right: auto;
    left: calc(50% + 17rem);
  }

  .compare {
    background-size: 44rem auto;
    padding: 8.5rem 0 22rem;
  }

  .compare .container {
    padding-left: 10rem;
  }

  .compare h2 {
    font-size: 10rem;
    letter-spacing: -0.067rem;
    max-width: 35rem;
  }

  .compare p {
    color: var(--black);
    font-size: 1.6rem;
    max-width: 32rem;
  }

  .compare p:nth-of-type(2) {
    margin-bottom: 9rem;
  }

  .faq {
    padding: 8.5rem 0 14rem;
  }

  .faq_svg {
    width: 150rem;
    top: 5rem;
  }

  .faq h2 {
    font-size: 11.2rem;
    line-height: 1;
    letter-spacing: -0.075rem;
    max-width: 29rem;
    margin-bottom: 0.3rem;
  }

  .faq h2 span:nth-of-type(2),
  .faq h2 span:nth-of-type(3) {
    margin-top: -2.2rem;
  }

  .faq .container > p {
    max-width: 29rem;
    margin-bottom: 7rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .accordion h3 {
    font-size: 1.5rem;
    letter-spacing: 0.013rem;
  }

  .accordion h3 a {
    padding: 1.6rem 5rem 1.6rem 2.5rem;
  }

  .accordion h3 a:after {
    top: 1.6rem;
    right: 3rem;
  }

  .accordion.active h3 a:after {
    top: 2rem;
  }

  .accordion h4 {
    font-size: 1.6rem;
    margin-top: 3rem;
  }

  .accordion p,
  .accordion li {
    font-size: 1.6rem;
  }

  .contact {
    padding: 26rem 0 10rem;
  }

  .contact h2 {
    font-size: 15rem;
    line-height: 0.9;
    letter-spacing: 0.9rem;
    margin-bottom: 3.5rem;
  }

  .contact.active h2 {
    letter-spacing: -0.1rem;
  }

  .contact h2:before {
    width: 36rem;
    height: 47rem;
    bottom: 1.6rem;
  }

  .contact p {
    font-size: 1.6rem;
    line-height: 1.45; 
    max-width: 54rem;
    margin-bottom: 7rem;
  }

  .legal .container {
    padding-left: 0;
    padding-right: 0;
  }

  .legal ul {
   padding-left: 5.5rem;
  }

  .footer {
    padding: 5rem 2rem;
  }

  .footer_logo {
    margin-bottom: 3rem;
  }

  .footer ul {
    flex-direction: row;
    justify-content: flex-end;
  }

  .footer ul:first-child {
    margin-bottom: 3.6rem;
  }

  .footer li {
    margin-left: 1.5rem;
  }

  .footer ul:first-child li {
    margin-left: 3.8rem;
  }

}


/*
  DESKTOP
*/

@media (min-width: 1220px){

  .button {
    font-size: 4.8rem;
    max-width: 16rem;
  }
  
  .button-l {
    max-width: 25rem;
  }
 
  .button:before {
    width: 4.7rem;
    min-width: 4.7rem;
    height: 7.7rem;
    border-radius: 0.8rem;
    margin-right: 1.8rem;
    background-size: 10.5rem auto;
    background-position: -7rem center;
  }

  .button:hover:before {
    background-position: 1.6rem center;
  }

  .button.openModal {
    min-width: 22rem;
    padding-top: 0.3rem;
  }

  .button.openModal.button-l {
    min-width: 32rem;
  }

  .button.openModal:before {
    width: 12.2rem;
    min-width: 12.2rem;
    height: 8.3rem;
    background-size: 18.8rem auto;
    background-position: -11.2rem center;
  }

  .button.openModal:hover:before {
    background-position: 5rem center;
  }

  .header:not(.header-basic) .container {
    padding: 4rem 0 8.5rem;
  }

  .header h1 {
    font-size: 15.8rem;
    letter-spacing: -0.105rem;
  }

  .header h1 span:nth-child(2) {
    margin-top: -2.5rem;
  }
  
  .header p {
    max-width: 23rem;
    bottom: 0.5rem;
    left: auto;
    right: 0;
  }

  .header_nav li {
    margin: 2.5rem;
  }

  .header.fixed {
    padding-bottom: 19rem;
  }

  .header.fixed .header_logo {
    top: 0.5rem;
    left: auto;
    right: calc(50% + 51.5rem);
  }

  .header.fixed .header_subnav {
    right: auto;
    left: calc(50% + 42rem);
  }

  .header.fixed .header_subnav .button {
    font-size: 2.4rem;
    max-width: 8rem;
  }

  .what .container {
    padding: 9rem 0 0 10rem;
  }

  .what h2 {
    max-width: 27.8rem;
    margin-bottom: 0;
  }

  .what .button {
    top: 43rem;
    left: 10rem;
  }

  .what .button-info {
    top: 52.5rem;
    left: 10.3rem;
  }

  .what_swiper .swiper-slide {
    padding: 9.5rem 12rem 9rem 26rem;
    background-position: 10rem 10rem;
    background-size: 12rem auto;
  }

  .how .container {
    padding: 19rem 6rem 34rem 3.5rem;
  }

  .how .container:before {
    width: 58rem;
    height: 60rem;
  }

  .how h2 {
    font-size: 15rem;
    letter-spacing: -0.1rem;
    max-width: 65rem;
  }

  .how p {
    max-width: 21.5rem;
  }

  .steps {
    padding: 15rem 0 19rem;
  }

  .steps li:nth-of-type(1) {
    max-width: 70rem;
    padding-left: 37rem;
    margin-bottom: 0;
  }

  .steps li:nth-of-type(2) {
    max-width: 45rem;
  }

  .steps li:nth-of-type(3) {
    max-width: 55rem;
  }

  .steps h2 {
    font-size: 11.2rem;
    letter-spacing: -0.075rem;
    margin-bottom: 11rem;
    padding-left: 10.5rem;
    margin-left: auto;
    width: auto;
    padding-right: 0;
  }

  .steps .steps_bars {
    top: 15rem;
  }

  .steps .steps_bars span {
    height: 6.7rem;
  }

  .steps .steps_bars span:nth-of-type(2) {
    top: 9.3rem;
  }

  .steps .steps_bars span:nth-of-type(3) {
    top: 18.6rem;
  }

  .steps .steps_bars span:nth-of-type(4) {
    top: 27.9rem;
  }

  .steps.active .steps_bars span {
    width: calc(50vw + 19rem);
  }

  .steps li {
    padding-left: 17rem;
    margin-bottom: 0;
  }

  .steps li:before {
    width: 13.6rem;
    height: 25.7rem;
    left: 0;
  }

  .steps li span {
    font-size: 32rem;
    letter-spacing: -0.213rem;
  }

  .steps li:nth-of-type(1) span {
    position: absolute;  
    top: 0;
    left: 17rem;
  }

  .pros .container {
    background-image: none;
    padding: 10.4rem 0;
  }

  .pros_bg {
    background-position: calc(50% - 33.5rem) calc(100% - 13rem);
    background-size: 53rem auto;
    display: block;
    height: 55rem;
  }

  .pros h2 {
    width: 52rem;
    margin-left: auto;
  }

  .pros_swiper {
    max-width: 59rem;
    height: 59rem;
    max-height: 59rem;
  }

  .pros_swiper .swiper-slide {
    padding: 5rem 13rem 5rem 5rem;
    background-position: calc(100% - 6rem) calc(100% - 6rem);
    background-size: 12rem auto;
  }

  .pros_swiper h3 {
    font-size: 4.8rem;
    letter-spacing: -0.032rem;
  }

  .store {
    padding: 18rem 0 11.5rem;
    background-image: url('../images/bg-store-d.svg');
    background-position: top left;
  }

  .store h2 {
    font-size: 15rem;
    line-height: 0.8;
    letter-spacing: -0.1rem;
    margin-left: 30.4rem;
  }

  .store article {
    max-width: 58.4rem;
    padding: 5rem 16rem 3.5rem 5rem;
  }

  .store article:after {
    width: 33rem;
    height: 41rem;
  }

  .store .button {
    left: auto;
    right: 20rem;
  }

  .compare {
    background-image: url('../images/bg-compare-d-v2.png');
    background-size: 54rem auto;
    background-position: 125% bottom;
    padding: 18rem 0 22rem;
  }

  .compare.active {
    background-position: 75% bottom;
  }

  .compare .container {
    padding-left: 20rem;
  }

  .compare h2 {
    font-size: 20rem;
    letter-spacing: -0.133rem;
    max-width: 57rem;
  }

  .faq {
    padding: 13rem 0 25rem;
  }

  .faq .container > p {
    margin-bottom: 14rem;
  }

  .contact {
    padding: 38rem 0 10rem;
  }

  .contact h2 {
    font-size: 25rem;
    line-height: 0.9;
    letter-spacing: 0.9rem;
    margin-bottom: 3.5rem;
  }

  .contact.active h2 {
    letter-spacing: -0.167rem;
  }

  .contact h2:before {
    width: 46rem;
    height: 67rem;
    bottom: 3rem;
  }

  .legal .container {
    padding-left: 0;
    padding-right: 0;
  }

  .legal ul {
   padding-left: 5.5rem;
  }

  .footer {
    padding: 5rem 0;
  }

  .footer_logo {
    margin-bottom: 3rem;
  }

  .footer ul {
    flex-direction: row;
    justify-content: flex-end;
  }

  .footer ul:first-child {
    margin-bottom: 3.6rem;
  }

  .footer li {
    margin-left: 1.5rem;
  }

  .footer ul:first-child li {
    margin-left: 3.8rem;
  }

}

/*
  LARGE DESKTOP
*/

@media (min-width: 2040px){

  
  .header p span {
    display: inline;
  }
  
}

@media (min-width: 2560px){

  .pros .container {
    background-image: url('../images/bg-pros.svg');
    background-position: calc(50% - 33.5rem) calc(100% - 13rem);
    background-size: 53rem auto;
    padding: 10.4rem 0 58rem;
  }

  .pros_bg {
    display: none;
  }
}


/*
  KEYFRAMES
*/

@keyframes opacity {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
