@font-face {
  font-family: 'regular';
  src: url(/assets/Geometria-18a6712698838c32d83c447793fe1a8cfacca66a1311ced50fc87376b0540f37.eot);
  src: local("Geometria"), url(/assets/Geometria-18a6712698838c32d83c447793fe1a8cfacca66a1311ced50fc87376b0540f37.eot?#iefix) format("embedded-opentype"), url(/assets/Geometria-d5ea1ff19623e469740c673b84e76341e784c69ea46fc3cf2cc29defc6879154.woff) format("woff"), url(/assets/Geometria-7cc1050e1207076a2cbe4c9286c7886694ac8090d9c90eb65bca69630a521db6.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'medium';
  src: url(/assets/Geometria-Medium-aed7592539e457ad686ce39bf8f8beda2d30deda70eb4cad568d84ee5a26aa00.eot);
  src: local("Geometria Medium"), local("Geometria-Medium"), url(/assets/Geometria-Medium-aed7592539e457ad686ce39bf8f8beda2d30deda70eb4cad568d84ee5a26aa00.eot?#iefix) format("embedded-opentype"), url(/assets/Geometria-Medium-cfcbe7e87f56312a8d6c096b1aa864d1832d7e88435c2ff28c3cf5175117568d.woff) format("woff"), url(/assets/Geometria-Medium-b67686cecaf26521560c99224ecf5e672c149d7eac648a5722f95f1091498fb0.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url(/assets/Geometria-Bold-49c4d7eb1afb6b7347066e6c41f8400c05265827c2fc23bd67d2e92f28e11a7e.eot);
  src: local("Geometria Bold"), local("Geometria-Bold"), url(/assets/Geometria-Bold-49c4d7eb1afb6b7347066e6c41f8400c05265827c2fc23bd67d2e92f28e11a7e.eot?#iefix) format("embedded-opentype"), url(/assets/Geometria-Bold-8e618e0f50e30df627249ed15a7ce1e702b5eed8560bce60b2c21118c58509e9.woff) format("woff"), url(/assets/Geometria-Bold-bd391f8e7a94cc60ce3afcca970994a457acc1c42bdad089377cbf3f82500aa0.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'xbold';
  src: url(/assets/Geometria-ExtraBold-8e2e61f330a07bfce3d80160b2f01510c1b6fee92bdb6bc9e6caa320bc0b18f9.eot);
  src: local("Geometria ExtraBold"), local("Geometria-ExtraBold"), url(/assets/Geometria-ExtraBold-8e2e61f330a07bfce3d80160b2f01510c1b6fee92bdb6bc9e6caa320bc0b18f9.eot?#iefix) format("embedded-opentype"), url(/assets/Geometria-ExtraBold-de4ba626155e1e1d0277209caf0b30eac82e0c29a533804983cf820a267f047f.woff) format("woff"), url(/assets/Geometria-ExtraBold-b91257f2ec9957cc697570f3369e0dcfe85cf69c3d52ec833ad269a08a2fa88e.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* line 44, app/assets/stylesheets/tutorial.css.scss */
body, p {
  margin: 0;
}

/* line 47, app/assets/stylesheets/tutorial.css.scss */
body {
  font-family: 'regular', sans-serif;
}

/* line 51, app/assets/stylesheets/tutorial.css.scss */
.tutorial {
  padding: 37px 25px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

/* line 56, app/assets/stylesheets/tutorial.css.scss */
.tutorial--common {
  background-image: url(/assets/tutorial/bg-appbonus--header-red-d88b3359b1f9906231a23652bcd49057497e4a48db95c885a744c8d4c0bb9f3b.png);
  padding-bottom: 37px;
}

/* line 60, app/assets/stylesheets/tutorial.css.scss */
.tutorial--tf {
  background-image: url(/assets/tutorial/bg-appbonus--blue-2d474a5b7419e99b1e76e7f801dbd45f4b0e4790e96cec12d87af0bd4d3fe603.png);
}

/* line 63, app/assets/stylesheets/tutorial.css.scss */
.tutorial--android {
  background-position: top left;
  background-image: url(/assets/tutorial/bg-appbonus--header-red-d88b3359b1f9906231a23652bcd49057497e4a48db95c885a744c8d4c0bb9f3b.png);
  background-size: 100%;
  padding: 37px 12px 125px;
}

/* line 70, app/assets/stylesheets/tutorial.css.scss */
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

/* line 77, app/assets/stylesheets/tutorial.css.scss */
.close {
  position: absolute;
  display: flex;
  right: 0;
  transform: translate(0, -2px);
}

/* line 83, app/assets/stylesheets/tutorial.css.scss */
.title {
  margin: 0 0 20px;
  font-family: 'xbold', sans-serif;
  font-size: 28px;
  line-height: 31px;
  color: #3A3A3D;
  text-align: center;
}

/* line 91, app/assets/stylesheets/tutorial.css.scss */
.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #000;
  border-radius: 50%;
  background-color: #fff;
  font-family: 'bold', sans-serif;
  font-size: 11px;
  color: #3A3A3D;
  transition: all .3s;
}

/* line 103, app/assets/stylesheets/tutorial.css.scss */
.app {
  display: flex;
}

/* line 105, app/assets/stylesheets/tutorial.css.scss */
.app__logo {
  display: flex;
  margin-right: 14px;
}

/* line 109, app/assets/stylesheets/tutorial.css.scss */
.app__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 114, app/assets/stylesheets/tutorial.css.scss */
.app__name {
  margin: 0 0 3px;
  font-family: 'bold', sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #3A3A3D;
}

/* line 121, app/assets/stylesheets/tutorial.css.scss */
.app__dev {
  margin: 0;
  font-family: 'medium', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #686870;
}

/* line 129, app/assets/stylesheets/tutorial.css.scss */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 278px;
  width: 100%;
  height: 60px;
  font-family: 'medium', sans-serif;
  font-size: 18px;
  line-height: 22px;
  background-color: #1CA0F7;
  color: #fff;
  text-decoration: none;
  border-radius: 18px;
  transition: all .3s;
  margin: 0 auto;
}

/* line 145, app/assets/stylesheets/tutorial.css.scss */
.button__icon {
  margin-right: 21px;
  position: relative;
  top: -2px;
}

/* line 150, app/assets/stylesheets/tutorial.css.scss */
.button__label {
  position: relative;
  top: 2px;
}

/* line 154, app/assets/stylesheets/tutorial.css.scss */
.button--red {
  background-color: #FF8987;
}

/* line 157, app/assets/stylesheets/tutorial.css.scss */
.button--header {
  margin-bottom: 40px;
}

/* line 161, app/assets/stylesheets/tutorial.css.scss */
.ios-old,
.ios-15 {
  display: none;
}

/* line 165, app/assets/stylesheets/tutorial.css.scss */
.block {
  position: relative;
  transition: all .3s;
}

/* line 168, app/assets/stylesheets/tutorial.css.scss */
.block__label {
  font-size: 18px;
  line-height: 22px;
  color: #686870;
  text-align: center;
  margin-bottom: 43px;
}

/* line 175, app/assets/stylesheets/tutorial.css.scss */
.block__note {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 19px;
  color: #686870;
  text-align: center;
  opacity: 0;
  transition: all .3s;
}

/* line 184, app/assets/stylesheets/tutorial.css.scss */
.block__badge {
  position: absolute;
  top: 45px;
  left: 0;
  transform: translate(-50%, -8px);
  width: 29px;
  height: 29px;
}

/* line 192, app/assets/stylesheets/tutorial.css.scss */
.block__app {
  margin-bottom: 44px;
}

/* line 196, app/assets/stylesheets/tutorial.css.scss */
.block__img-item {
  width: 100%;
}

/* line 200, app/assets/stylesheets/tutorial.css.scss */
.block__title {
  font-family: 'bold', sans-serif;
  font-size: 24px;
  line-height: 31px;
  color: #3A3A3D;
  text-align: center;
}

/* line 206, app/assets/stylesheets/tutorial.css.scss */
.block__title span {
  color: #EB5757;
}

/* line 210, app/assets/stylesheets/tutorial.css.scss */
.block b {
  font-family: 'bold', sans-serif;
}

/* line 214, app/assets/stylesheets/tutorial.css.scss */
.block--tf {
  margin-bottom: 22px;
  padding: 45px 48px 43px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px #E6EBED;
}

@media screen and (max-width: 320px) {
  /* line 214, app/assets/stylesheets/tutorial.css.scss */
  .block--tf {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 225, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--1 .block__badge {
  border-color: #fcfbfb;
}

/* line 230, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--2 .block__badge {
  border-color: #fcfbfb;
}

/* line 233, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--2 .button {
  background-color: #FF8987;
}

/* line 237, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--3 {
  padding-left: 22px;
  padding-right: 22px;
  background-color: #FF8987;
  background-image: url(/assets/tutorial/bg-appbonus--red-f87ec6f4b91a54629925f2eba5aa8dbbfd8c853b513c91f66d80684b41bf71e2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 320px) {
  /* line 237, app/assets/stylesheets/tutorial.css.scss */
  .block--tf.block--3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 249, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--3 .block__badge {
  border-color: #fcfbfb;
  color: #fff;
  background-color: #FF8987;
}

/* line 254, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--3 .block__label {
  margin-bottom: 17px;
  font-family: 'xbold', sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #FFF;
}

/* line 261, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--3 .button {
  background-color: #fff;
  color: #FF8987;
}

/* line 266, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--disabled {
  background-color: #f0f0f0;
  background-image: url(/assets/tutorial/bg-appbonus--disabled-e7a9ad63e533eeada3db05a7189f6566e170797164d0d7d03a25073d9a69e775.png);
}

/* line 269, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--disabled .block__badge {
  background-color: #fff;
  color: #3A3A3D;
  border-color: #fcfbfb;
}

/* line 274, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--disabled .block__label {
  color: #3A3A3D;
}

/* line 277, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--disabled .block__note {
  opacity: 1;
}

/* line 280, app/assets/stylesheets/tutorial.css.scss */
.block--tf.block--disabled .button {
  background-color: #EFECEC;
  color: #99979A;
}

/* line 286, app/assets/stylesheets/tutorial.css.scss */
.block--common {
  margin-bottom: 43px;
}

/* line 288, app/assets/stylesheets/tutorial.css.scss */
.block--common .block__label {
  margin-bottom: 43px;
}

/* line 291, app/assets/stylesheets/tutorial.css.scss */
.block--common .block__img + .block__img {
  margin-top: 22px;
}

/* line 297, app/assets/stylesheets/tutorial.css.scss */
.block--safari.block--2 a {
  color: #3a82f7;
}

/* line 302, app/assets/stylesheets/tutorial.css.scss */
.block--safari.block--5 .block__img {
  margin-bottom: 43px;
}

/* line 306, app/assets/stylesheets/tutorial.css.scss */
.block--safari.block--7 {
  text-align: center;
}

/* line 308, app/assets/stylesheets/tutorial.css.scss */
.block--safari.block--7 img {
  width: 85px;
  height: 85px;
}

/* line 316, app/assets/stylesheets/tutorial.css.scss */
.block--chrome.block--1 a {
  color: #3a82f7;
}

/* line 321, app/assets/stylesheets/tutorial.css.scss */
.block--chrome.block--4 .block__img {
  margin-bottom: 43px;
}

/* line 327, app/assets/stylesheets/tutorial.css.scss */
.footer {
  padding: 50px 0;
  background-color: #3A393C;
  text-align: center;
}

/* line 331, app/assets/stylesheets/tutorial.css.scss */
.footer__logo {
  display: block;
  margin: 0 auto 15px;
}

/* line 336, app/assets/stylesheets/tutorial.css.scss */
.copyright {
  color: #89898F;
  font-size: 14px;
  line-height: 16px;
}

/* line 341, app/assets/stylesheets/tutorial.css.scss */
#downloadBuildFrame {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
}

/* line 347, app/assets/stylesheets/tutorial.css.scss */
.accordion {
  position: relative;
  margin-bottom: 18px;
}

/* line 350, app/assets/stylesheets/tutorial.css.scss */
.accordion__btn {
  text-align: center;
  background-color: #FF8987;
  color: #fff;
  border-radius: 21px;
  height: 65px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'bold', sans-serif;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}

/* line 365, app/assets/stylesheets/tutorial.css.scss */
.accordion__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform .3s;
}

/* line 371, app/assets/stylesheets/tutorial.css.scss */
.accordion__icon.active {
  transform: translate(0, -50%) rotate(180deg);
}

/* line 375, app/assets/stylesheets/tutorial.css.scss */
.accordion__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-radius: 21px;
  transition: all 0.2s;
}

/* line 381, app/assets/stylesheets/tutorial.css.scss */
.accordion__body.active {
  position: relative;
  top: -30px;
  opacity: 1;
  padding-top: 76px;
  border: 2px solid #FF8987;
}

/* line 390, app/assets/stylesheets/tutorial.css.scss */
.marketing-block {
  background-color: #FF8987;
  color: #fff;
  font-family: 'xbold', sans-serif;
  font-size: 30px;
  padding: 100px 0;
  text-align: center;
}

/* line 399, app/assets/stylesheets/tutorial.css.scss */
.tutorial--android .header {
  position: relative;
  top: unset;
  right: unset;
  transform: none;
  justify-content: space-between;
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
}

/* line 409, app/assets/stylesheets/tutorial.css.scss */
.tutorial--android .title {
  font-size: 18px;
  font-family: 'bold', sans-serif;
  line-height: 1.3;
}

/* line 414, app/assets/stylesheets/tutorial.css.scss */
.tutorial--android .block {
  margin-bottom: 48px;
}

/* line 416, app/assets/stylesheets/tutorial.css.scss */
.tutorial--android .block__label {
  font-family: 'bold', sans-serif;
  text-align: left;
  display: flex;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

/* line 425, app/assets/stylesheets/tutorial.css.scss */
.tutorial--android .block__label span:first-child {
  margin-right: 10px;
}

/* line 429, app/assets/stylesheets/tutorial.css.scss */
.tutorial--android .block__img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* line 434, app/assets/stylesheets/tutorial.css.scss */
.tutorial--android .block__img + .block__img {
  margin-top: 22px;
}

/* line 437, app/assets/stylesheets/tutorial.css.scss */
.tutorial--android .block__button {
  background-color: #FF8987;
  text-transform: uppercase;
  max-width: 300px;
  height: 68px;
}

/* line 446, app/assets/stylesheets/tutorial.css.scss */
.ios-15 .block__img {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}
