/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {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;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.no-scroll {position: fixed;top: 0;left: 0;right: 0;}
.symbol-rub {font-family: -apple-system,system-ui,Arial,Helvetica,sans-serif;}
.text-crop {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}

.orange {color: #FFBF14;}
.green {color: #2ED573;}
/* Reserved Class End*/

/* Icons */
.i-heart {background: url(../img/svg/i-heart.svg) center/contain no-repeat;}
/* Icons END*/

/* Style Default*/
a, button, .speed {-webkit-transition: all .2s;-o-transition: all .2s;transition: all .2s;}
button {border: 0;padding: 0;cursor: pointer;background: none;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
/* Style Default End */

/*

font-family: 'CoFo Sans', sans-serif;

font-family: 'Days One', sans-serif;

*/

body {
  color: #fff;
  font-size: 16px;
  background: #242C33;
  font-weight: normal;
  letter-spacing: -0.68px;
  font-family: 'CoFo Sans', sans-serif;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  padding: 40px 40px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.btn {
  z-index: 1;
  height: 61px;
  padding: 0 32px;
  font-size: 22px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 32px;
  font-family: 'CoFo Sans', sans-serif;
}

.btn:after {
  opacity: 0;
  z-index: -1;
  background: inherit;
  top: 0;left: 0;right: 0;bottom: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.btn:hover:after {
  opacity: 1;
}

.btn--primary {
  color: #490402;
  background: -o-linear-gradient(220deg, #FFF067 0%, #D67C49 100%);
  background: linear-gradient(230deg, #FFF067 0%, #D67C49 100%);
}

.btn--secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.10);
}

/* Title */

.title {
  width: 100%;
  position: relative;
  font-family: 'Days One', sans-serif;
}

.title--mb {
  margin-bottom: 64px;
}

.title--line:before,
.title--line:after,
.line-el:before,
.line-el:after {
  left: 50%;
  height: 1px;
  opacity: 0.1;
  width: 9999em;
  background: #fff;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title--line:after {
  bottom: -24px;
}

.title h1 {
  line-height: 1.195;
}

.title h2 {
  line-height: 1.1;
  position: relative;
}

.title h2 .i-heart {
  top: -13px;
  position: absolute;
  width: 23px;height: 20px;
}

.title__sub {
  font-size: 24px;
  line-height: 1.3;
}

/* Line */

.line {
  opacity: 0.1;
  position: fixed;
  pointer-events: none;
  top: 0;left: 0;right: 0;bottom: 0;
}

.line i {
  width: 1px;
  background: #fff;
  position: absolute;
  top: 40px;bottom: 0;
}

.line i:first-child {
  left: 25.2%;
}

.line i:last-child {
  right: 25.2%;
}

/* Line el */

.line-el {
  position: relative;
}

/* Wrap */

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 942px;width: 100%;

  border-left: 1px solid rgb(255 255 255 / 10%);
  border-right: 1px solid rgb(255 255 255 / 10%);
}

/* List */

.list-default {
  line-height: 1.3;
  padding-left: 35px;
}

.list-default--dots {
  font-size: 18px;
}

.list-default--dots li {
  list-style: disc;
}

.list-default--dots li+li {
  margin-top: 20px;
}

/* Paragraph */

.paragraph {
  line-height: 1.3;
}

/* ------------- *Intro -------------- */

.intro {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: url(../img/bg/intro.png) center 0/cover no-repeat;
  -webkit-box-shadow: 0px 4px 27px 0px rgba(32, 58, 35, 0.09);
          box-shadow: 0px 4px 27px 0px rgba(32, 58, 35, 0.09);
}

.intro .container {
  z-index: 1;
  position: relative;
  padding-top: 105px;
  padding-bottom: 98px;
}

/* Logo */

.logo {
  position: absolute;
  top: 40px;left: 40px;
}

.logo img {
  display: block;
}

/* Author */

.author {
  margin: 0 auto;
  max-width: 333px;width: 100%;
}

.author__img {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 64px;height: 64px;
}

.author__img img {
  display: block;
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author__txt {
  font-size: 17px;
  line-height: 1.3;
  margin-top: 16px;
  font-family: 'Days One', sans-serif;
}

/* Title */

.intro .title {
  max-width: 761px;
  margin: 60px auto 0;
}

.intro .title h1 {
  background: -o-linear-gradient(220deg, #FFF067 0%, #D67C49 100%);
  background: linear-gradient(230deg, #FFF067 0%, #D67C49 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro .title__sub {
  margin: 64px auto 0;
  max-width: 500px;width: 100%;
}

/* Btns */

.intro__btns {
  margin-top: 52px;
}

.intro__btns .btn:last-child {
  margin-left: 8px;
}

/* Img */

.intro__img {
  z-index: -1;
  width: 1359px;
  margin-left: 20px;
  position: absolute;
  pointer-events: none;
  left: 50%;bottom: -175px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.intro__img:after {
  top: 0;left: -1px;right: -1px;bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#242c33), to(rgb(255 255 255 / 0%)));
  background: -o-linear-gradient(0, #242c33, rgb(255 255 255 / 0%));
  background: linear-gradient(0, #242c33, rgb(255 255 255 / 0%));
}

.intro__img img {
  display: block;
}

/* ------------- *Info --------------- */

.info {
  padding-top: 38px;
}

.info .wrap {
  padding-bottom: 175px;
}

.info .title {
  padding-top: 115px;
}

.info .title .i-heart {
  left: 36%;
}

.info__title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 32px;
  max-width: 279px;width: 100%;
}

.info .list-default {
  line-height: 1.2;
}

.info .list-default span {
  opacity: .9;
  font-size: 24px;
}

/* ------------- *Video -------------- */

.video {
  position: relative;
}

.video__wave {
  position: absolute;
  margin-left: 220px;
  pointer-events: none;
  top: -30px;left: 50%;
  width: 2561px;height: 627px;
  background: url(../img/svg/wave.svg) center/contain no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video.line-el:before {
  top: -80px;
}

.video.line-el:after {
  display: none;
}

.video__box {
  z-index: 1;
  height: 646px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  background: url(../img/other/video.png) center/cover no-repeat;
  -webkit-box-shadow: 0px 50px 77px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 50px 77px 0px rgba(0, 0, 0, 0.22);
}

.video__box:after {
  z-index: -1;
  opacity: .7;
  background: #000;
  top: 0;left: 0;right: 0;bottom: 0;
}

.video__box .title {
  max-width: 692px;
  margin: 24px 32px;
}

.video__play {
  position: absolute;
  top: 50%;left: 50%;
  width: 80px;height: 80px;
  background: url(../img/svg/i-play.svg) center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video__play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.video__box iframe {
  display: block;
  width: 100%;height: 100%;
}

/* ------------ *Program ------------- */

.program .wrap {
  padding-top: 140px;
  padding-bottom: 200px;
}

.program .wrap>.title {
  margin-bottom: 56px;
}

.program .title .i-heart {
  left: 39%;
}

.program .title--line:after {
  bottom: -32px;
}

.program__subtext {
  line-height: 1.3;
  max-width: 354px;width: 100%;
}

.program__inner {
  padding-top: 69px;
}

.program__item:not(:last-child) {
  margin-bottom: 120px;
}

.program__head {
  position: relative;
}

.program__num {
  width: 80px;
  padding: 6px 0;
  position: absolute;
  border-radius: 4px;
  right: 0;bottom: 0;
  text-align: center;
  border: 1px solid #3A4147;
}

.program__head .title {
  max-width: 770px;
  margin-bottom: 24px;
}

.program__body {
  padding: 32px 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.program__body.line-el:before {
  top: 0;
}

.program__body.line-el:after {
  bottom: 0;
}

.program__center {
  width: 1px;
  opacity: .1;
  background: #fff;
  position: absolute;
  top: 0;left: 50%;bottom: 0;
}

.program__col {
  width: 50%;
  position: relative;
}

.program__info {
  color: #CDD5DA;
  padding-right: 24px;
}

.program__result {
  margin-top: 32px;
  padding-top: 32px;
}

.program__result.line-el:before {
  width: 471px;
  top: 0;left: -24px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.program__result.line-el:after {
  display: none;
}

.program__title {
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 32px;
  font-family: 'Days One', sans-serif;
}

.program__img i {
  position: absolute;
  border-radius: 204px;
  top: -32px;left: 0;right: -24px;bottom: -48px;
}

.program__item:nth-child(even) .program__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.program__item:nth-child(even) .program__img i {
  left: -24px;right: 0;
} 

.program__item:nth-child(even) .program__info {
  padding-right: 0;
  padding-left: 24px;
}

/* ------------ *Bonuses ------------- */

.bonuses {
  z-index: 1;
  position: relative;
  background: #24303C;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  -webkit-box-shadow: 0px 4px 27px 0px rgba(32, 58, 35, 0.09);
          box-shadow: 0px 4px 27px 0px rgba(32, 58, 35, 0.09);
}

.bonuses .wrap.line-el:before,
.bonuses .wrap.line-el:after {
  top: 0;bottom: 0;
  width: 1px;height: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.bonuses .wrap.line-el:before {
  left: -97px;
}

.bonuses .wrap.line-el:after {
  left: auto;right: -97px;
}

.bonuses .wrap {
  border: 0;
  padding-top: 60px;
}

.bonuses .title {
  max-width: 300px;
}

.bonuses .title h2 {
  font-size: 70px;
}

.bonuses__inner {
  counter-reset: bonuses-num;
}

.bonuses__item {
  min-height: 300px;
  position: relative;
}

.bonuses__item:not(:last-child) {
  margin-bottom: 150px;
}

.bonuses__img {
  top: 50%;right: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bonuses__img img {
  display: block;
}

.bonuses__item--1 .bonuses__img {
  margin-top: -160px;
  margin-right: -85px;
}

.bonuses__item--2 .bonuses__img {
  margin-top: -60px;
  margin-left: -170px;
}

.bonuses__item--3 .bonuses__img {
  margin-top: -60px;
  margin-right: -220px;
}

.bonuses__txt {
  color: #BDD1E4;
  font-size: 32px;
  line-height: 1.3;
  max-width: 540px;width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bonuses__txt span {
  color: #fff;
  margin-right: 80px;
  font-family: 'Days One', sans-serif;
}

.bonuses__txt span:before {
  counter-increment: bonuses-num;
  content: counter(bonuses-num);
}

.bonuses__item:nth-child(even) .bonuses__txt {
  max-width: 400px;
  margin-left: auto;
}

.bonuses__item:nth-child(even) .bonuses__img {
  left: 0;right: auto;
}

/* ------------ *Reviews ------------- */

.reviews .wrap {
  padding-top: 170px;
  padding-bottom: 150px;
}

.reviews .title h2 {
  font-size: 32px;
  max-width: 741px;width: 100%;
}

.reviews__arrow {
  top: -3px;
  margin-left: 30px;
  position: relative;
}

.reviews__arrow .swiper-button-arrow:not(:last-child) {
  margin-right: 8px;
}

.reviews__sl {
  margin-left: -24px;
  margin-right: -24px;
  border-top: 1px solid #3A4147;
  border-bottom: 1px solid #3A4147;
}

.reviews__item {
  opacity: .5;
  height: auto;
  width: 942px;
  padding: 40px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.reviews__item.swiper-slide-active {
  opacity: 1;
}

.reviews__item span {
  display: block;
  font-size: 24px;
  line-height: 0.9;
  margin-bottom: 24px;
  font-family: 'Days One', sans-serif;
}

.reviews__item p {
  font-size: 21px;
  margin-top: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.reviews__item p+p {
  margin-top: 15px;
}

/* ------------ *Footer ------------- */

.footer {
  padding: 35px 0 24px;
  border-top: 1px solid #3A4147;
}

.footer__logo img {
  display: block;
}

.footer__info {
  opacity: .5;
  font-size: 14px;
  line-height: 1.57;
  margin-left: 148px;
  letter-spacing: -0.3px;
  max-width: 360px;width: 100%;
}

.footer__social {
  margin-left: auto;
}

.footer__social p {
  font-weight: 500;
}

.social {
  margin-top: 14px;
}

.social__item {
  width: 16px;height: 16px;
}

.social__item:hover {
  opacity: .6;
}

.social__item:not(:last-child) {
  margin-right: 12px;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.btn:after,
.title--line:before,
.title--line:after,
.line-el:before,
.line-el:after,
.intro__img:after,
.video__box:after {
  content: " ";
  position: absolute;
}