/*
* 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;}
.green {color: #1F8724;}
.i-plus {background: url(../img/svg/i-plus.svg) center no-repeat #1F8724;}
/* Reserved Class 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: #242C33;
  font-size: 16px;
  background: #fff;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-family: 'CoFo Sans', sans-serif;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.btn {
  height: 60px;
  padding: 0 25px;
  font-size: 24px;
  min-width: 275px;
  font-weight: 500;
  border-radius: 6px;
  text-align: center;
  letter-spacing: -0.765306px;
  font-family: 'CoFo Sans', sans-serif;
}

.btn--primary {
  color: #fff;
  background: #1F8724;
  border: 3px solid #037008;
}

.btn--primary:hover {
  background: #037008;
}

/* Title */

.title {
  font-family: 'Days One', sans-serif;
}

.title--mb {
  margin-bottom: 80px;
}

.title h1,
.title h2 {
  line-height: 0.9;
}

.title h1 {
  letter-spacing: -3px;
}

.subtitle {
  width: 100%;
  font-size: 32px;
  line-height: 1.1;
  margin-top: 44px;
  letter-spacing: -0.03em;
}

/* List */

.list {
  font-size: 18px;
  line-height: 1.2;
}

.list--default li {
  padding: 16px 0;
}

.list--default li:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

/* Plus */

.plus {
  border-radius: 50%;
  width: 64px;height: 64px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

/* Swiper arrow */

.swiper-button-arrow {
  width: 32px;height: 32px;
}

.swiper-button-arrow:after {
  display: none;
}

.swiper-button-arrow svg {
  width: 100%;height: 100%;
}

.swiper-button-arrow:hover {
  opacity: .5;
}

/* ------------- *Intro -------------- */

.intro {
  color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  background: url(../img/bg/bg.jpg) center/cover no-repeat;
}

.intro:after {
  opacity: .6;
  background: #242C33;
  border-radius: inherit;
  top: 0;left: 0;right: 0;bottom: 0;
}

.intro .container {
  z-index: 1;
  min-height: 720px;
  padding-top: 60px;
  position: relative;
  padding-bottom: 60px;
}

/* Autor */

.autor {
  padding: 8px;
  font-size: 17px;
  margin-top: 44px;
  line-height: 1.08;
  border-radius: 160px;
  max-width: 328px;width: 100%;
  background: rgba(0, 0, 0, 0.53);
}

.autor__img {
  border-radius: 50%;
  margin-right: 12px;
  border: 2px solid #fff;
  width: 48px;height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.autor__txt {
  max-width: 100%;width: 100%;
}

.intro .title {
  margin-top: 44px;
}

/* Girl */

.girl {
  z-index: -1;
  width: 472px;
  position: absolute;
  right: 25px;bottom: 0;
}

.girl img {
  display: block;
}

.girl__text {
  width: 360px;
  color: #242C33;
  font-size: 21px;
  line-height: 1.1;
  background: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  position: absolute;
  left: 50%;bottom: 87px;
  letter-spacing: -0.02em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.girl__text:after {
  width: 0;height: 0;
  top: -13px;right: 0;
  border-bottom: 20px solid #fff; 
  border-left: 20px solid transparent;
}

/* ------------- *Learn -------------- */

.learn {
  padding-top: 100px;
  position: relative;
}

.learn__item {
  padding: 30px;
  font-size: 24px;
  background: #fff;
  line-height: 1.2;
  border-radius: 8px;
  border: 1px solid #242C33;
}

.learn__item:not(:last-child) {
  margin-bottom: 16px;
}

.learn__line {
  z-index: -1;
  margin-left: -20px;
  position: absolute;
  pointer-events: none;
  left: 50%;bottom: -60px;
  width: 1393px;height: 341px;
  background: url(../img/svg/learn-line.svg) center/contain no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ------------ *Program ------------- */

.program {
  padding-top: 178px;
}

.program .subtitle {
  max-width: 500px;
}

.program .row {
  margin-top: 104px;
}

.program .row [class*='col-'] {
  margin-bottom: 40px;
}

.program__item {
  background: #fff;
  border-radius: 8px;
  padding: 0 24px 24px;
  border: 1px solid #242C33;
}

.program__head {
  margin: 0 -24px;
  padding: 16px 24px;
  background: #EBEBEB;
  border-top-left-radius: inherit;
  border-bottom: 1px solid #242C33;
  border-top-right-radius: inherit;
}

.program__module {
  padding: 0 8px;
  font-size: 18px;
  line-height: 34px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #242C33;
}

.program__item h2 {
  line-height: 1;
  margin-top: 16px;
  letter-spacing: -2px;
  font-family: 'Days One', sans-serif;
}

.program__item .list {
  margin-top: 20px;
}

.program__img {
  top: 50%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  border-radius: 24px;
  pointer-events: none;
  width: 469px;height: 340px;
}

.program__img--big {
  left: -90px;
  width: 1140px;height: 340px;
}

.program__img--top {
  top: -60px;
}

.program__img--right {
  right: -90px;
}

.program__img--left {
  left: -90px;
}

/* ------------ *Bonuses ------------- */

.bonuses {
  color: #fff;
  margin-top: 208px;
  position: relative;
  border-radius: 24px;
  background: url(../img/bg/bg.jpg) center 25%/cover no-repeat;
}

.bonuses:after {
  opacity: .6;
  background: #074105;
  border-radius: inherit;
  top: 0;left: 0;right: 0;bottom: 0;
}

.bonuses .container {
  z-index: 1;
  position: relative;
  padding-top: 115px;
  padding-bottom: 109px;
}

.head {
  font-size: 32px;
  line-height: 1.1;
  position: absolute;
  top: -23px;left: 98px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.head span {
  padding: 7px 12px;
  background: #1F8724;
  display: inline-block;
}

.head span:first-child {
  border-radius: 8px 8px 8px 0px;
}

.head span:last-child {
  border-radius: 0px 0px 8px 0px
}

.bonuses .title {
  max-width: 583px;width: 100%;
}

.bonuses .title h2 {
  line-height: 1;
}

.bonuses__img {
  width: 295px;
  position: absolute;
  right: 95px;bottom: 48px;
}

/* ----------- *Materials ------------ */

.materials {
  z-index: 1;
  position: relative;
  padding-top: 130px;
}

.materials .container {
  position: relative;
}

.materials__box {
  position: relative;
  background: #E9F8EA;
  border-radius: 24px;
  padding: 114px 63px 114px 420px;
}

.materials .plus {
  top: 0;left: 50%;
  position: absolute;
  -webkit-transform: rotate(-15deg) translate(-50%, -50%);
      -ms-transform: rotate(-15deg) translate(-50%, -50%);
          transform: rotate(-15deg) translate(-50%, -50%);
}

.materials .title span {
  display: inline-block;
}

.materials .title h2 {
  line-height: 1;
}

.materials__img {
  width: 520px;
  position: absolute;
  top: -32px;left: -170px;
}

.materials__img img {
  display: block;
}

.materials__btn {
  margin-top: 40px;
}

.materials__line {
  z-index: -1;
  position: absolute;
  pointer-events: none;
  top: -389px;right: -590px;
  width: 989px;height: 1064px;
  background: url(../img/svg/materials-line.svg) center/contain no-repeat;
}

/* ------------ *Reviews ------------- */

.reviews {
  padding-top: 140px;
}

.reviews .title {
  margin: 0 auto 60px;
  max-width: 800px;width: 100%;
}

.reviews .title h2 {
  max-width: 535px;width: 100%;
}

.reviews__arrow {
  margin-left: 30px;
}

.reviews__arrow .swiper-button-arrow:not(:last-child) {
  margin-right: 8px;
}

.reviews__item {
  height: auto;
  width: 950px;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  letter-spacing: -0.04em;
  border: 1px solid #EBEBEB;
}

.reviews__item span {
  display: block;
  font-size: 24px;
  line-height: 0.9;
  font-family: 'Days One', sans-serif;
}

.reviews__item p {
  font-size: 21px;
  margin-top: 24px;
  line-height: 1.2;
}

/* ------------- *Footer ------------- */

.footer {
  color: #1D1D1D;
  margin-top: 80px;
  position: relative;
  background: #F7F6F6;
  padding: 50px 0 30px;
}

.footer .container {
  max-width: 1180px;
}

/* Lines */

.footer__lines {
  position: absolute;
  top: 0;left: 0;right: 0;
}

.footer__line {
  height: 4px;
}

.footer__line--1 {
  width: 15%;
  background: #1F8724;
}

.footer__line--2 {
  width: 20%;
  background: #F18F29;
}

.footer__line--3 {
  width: 25%;
  background: #003C7A;
}

.footer__line--4 {
  width: 18%;
  background: #EBEBEB;
}

.footer__line--5 {
  width: 22%;
  background: #003C7A;
}

.footer__logo {
  margin-right: 100px;
  max-width: 144px;width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__logo a,
.footer__logo img {
  width: 100%;
  display: block;
}

.footer__title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.04em;
}

.footer__title a {
  color: inherit;
}

.footer__subnav a:hover,
.footer__title a:hover {
  color: #1F8724;
}

.social__item {
  width: 16px;height: 16px;
}

.social__item:hover {
  opacity: .6;
}

.social__item:not(:last-child) {
  margin-right: 12px;
}

.footer__subnav {
  line-height: 0.92;
  padding: 24px 0 8px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.footer__subnav li {
  margin-bottom: 14px;
}

.footer__subnav li:not(:last-child) {
  margin-right: 16px;
}

.footer__subnav a {
  color: #181818;
  font-size: 12px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

.footer .row {
  margin-top: 24px;
}

.footer__info {
  opacity: 0.5;
  color: #181818;
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
  letter-spacing: -0.3px;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.intro:after,
.girl__text:after,
.bonuses:after {
  content: " ";
  position: absolute;
}