body {
  padding: 0;
  margin: 0;
  color: black;
  font-size: 18px;
  font-family: 'GraphikRegular', sans-serif;
  font-weight: 600;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "GraphikRegular";
  src: url("../font/GraphikLCG-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "GraphikBold";
  src: url("../font/GraphikLCG-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

.header_logo {
  position: relative;
  z-index: 5;
  max-width: 155px;
}

.header_logo img {
  max-width: 100%;
}

.header_body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_burger {
  display: none;
}

.header_burger.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}

.header_burger.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}

.header_burger.active span {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.header_list li {
  list-style: none;
  margin-left: 20px;
}

.header_link {
  color: #000;
  font-size: 16px;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.teleg {
  margin-right: 15px;
}

.btn {
  background-color: #FFD700;
  padding: 11px 28px;
  border-radius: 6px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn:hover {
  background: #0B0B0B;
  cursor: pointer;
  color: #fff;
}

.header_right {
  margin-left: 83px;
}

.top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iphone {
  padding-top: 107px;
  margin-top: 80px;
  height: 590px;
  background: url(../img/iphone.jpg) no-repeat center/cover;
}

.offer {
  width: 680px;
}

.offer h1 {
  font-size: 80px;
  font-family: "GraphikBold";
}

.offer p {
  font-size: 32px;
  background-color: #5d3de3;
  width: 500px;
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-top: 23px;
}

.offer_btn {
  padding: 28px 54px;
  background-color: #ffd700;
  border-radius: 6px;
  display: block;
  margin-top: 111px;
  width: 320px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.offer_btn:hover {
  background: #0B0B0B;
  cursor: pointer;
  color: #fff;
}

.offer_mob {
  display: none;
}

.goal {
  padding-top: 128px;
  padding-bottom: 128px;
}

.goal_title {
  margin-bottom: 60px;
}

.goal_title h2 {
  font-size: 48px;
  font-family: "GraphikBold";
}

.goals_item {
  background: #F5F5F6;
  border-radius: 6px;
  width: 240px;
  padding: 20px;
}

.goals_item img {
  margin-bottom: 26px;
}

.goals_text p {
  font-size: 14px;
}

.goals_text h3 {
  margin-bottom: 26px;
  font-family: "GraphikBold";
}

.goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.begin {
  padding-bottom: 83px;
}

.begin_text {
  margin-bottom: 66px;
}

.begin_text h2 {
  font-size: 48px;
  font-family: "GraphikBold";
  margin-bottom: 20px;
}

.begin_training {
  background: url(../img/begin1.jpg) no-repeat center/cover;
  color: #fff;
  padding-top: 70px;
  padding-left: 100px;
  padding-bottom: 60px;
  border-radius: 6px;
}

.training_sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.training_price {
  margin-right: 22px;
  padding: 15px 33px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.trining_title {
  margin-bottom: 31px;
}

.trining_title h3 {
  font-size: 48px;
  font-family: "GraphikBold";
}

.trining_title span {
  color: #5939E1;
}

.training_text {
  line-height: 36px;
  margin-bottom: 55px;
}

.training_btn {
  padding: 26px 39px;
  text-align: center;
  background: #ffd700;
  border-radius: 6px;
  color: #000000;
  display: block;
  width: 290px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.training_btn:hover {
  background: #0B0B0B;
  cursor: pointer;
  color: #fff;
}

.invest {
  background: url(../img/prog.jpg) no-repeat center/cover;
  color: #000;
  padding-top: 51px;
  padding-left: 100px;
  padding-bottom: 65px;
  border-radius: 6px;
}

.invest_price {
  background-color: #5939e1;
  margin-right: 22px;
  padding: 15px 33px;
  border-radius: 6px;
  color: #fff;
}

.invest_name {
  color: #696969;
}

.invest_btn {
  padding: 26px 39px;
  text-align: center;
  background: #ffd700;
  border-radius: 6px;
  color: #000000;
  display: block;
  width: 290px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.invest_btn:hover {
  background: #0b0b0b;
  cursor: pointer;
  color: #fff;
}

.invest_title {
  margin-bottom: 31px;
}

.invest_title h3 {
  font-size: 48px;
  font-family: "GraphikBold";
}

.invest_title span {
  color: #5939E1;
}

.other {
  padding-bottom: 70px;
}

.other_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.other_item {
  margin-right: 10px;
  margin-bottom: 30px;
  width: 370px;
  padding-left: 60px;
  padding-top: 44px;
  padding-bottom: 30px;
  border-radius: 6px;
  background-color: #F5F5F6;
}

.other_sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 23px;
}

.other_number {
  margin-right: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #5D3DE3;
}

.other_name {
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
}

.other_title {
  font-size: 30px;
  font-family: "GraphikBold";
  margin-bottom: 27px;
}

.other_btn {
  text-align: center;
  padding: 18px 20px;
  background-color: #000;
  color: #fff;
  font-family: "GraphikRegular";
  width: 140px;
  border-radius: 6px;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.other_btn:hover {
  background-color: #5D3DE3;
}

.reviews {
  background-color: #FBFBFB;
  padding-top: 123px;
}

.reviews_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 52px;
}

.reviews_title h3 {
  font-size: 48px;
  font-family: "GraphikBold";
}

.reviews_title a {
  color: #1786EA;
}

.reviews_item {
  background-color: #E8E8E8;
  padding: 28px 85px;
  margin-bottom: 22px;
  border-radius: 6px;
}

.reviews_item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.reviews_item-title img {
  margin-right: 25px;
}

.reviews_item-title h4 {
  font-size: 36px;
  font-family: "GraphikBold";
}

.reviews_item_text p {
  margin-bottom: 30px;
  line-height: 25px;
}

.footer {
  background-color: #171717;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer_item1 {
  color: #747474;
  font-size: 14px;
}

.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 2px solid #2b2b2b;
}

.top img {
  margin-bottom: 20px;
}

.bot {
  margin-top: 74px;
}

.footer_item2 ul li {
  margin-bottom: 10px;
}

.footer_item2 ul li a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer_item2 ul li a:hover {
  color: #5d3de3;
}

.footer_btn {
  padding: 17px 27px;
  text-align: center;
  background: #5d3de3;
  border-radius: 6px;
  color: #fff;
  display: block;
  width: 145px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer_btn:hover {
  background: #ffd700;
  color: #fff;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  width: 174px;
}

.footer_item4 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 5px;
}

.footer_item4 ul li img {
  margin-right: 15px;
}

.email {
  color: #fff;
  margin-top: 37px;
}

.payment {
  margin-top: 15px;
}

.footer_bot {
  margin-top: 36px;
  font-size: 14px;
  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;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer_text:nth-child(1),
.footer_text:nth-child(2) {
  margin-right: 80px;
}

.footer_text {
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer_text:hover {
  color: #5d3de3;
  border-bottom: 1px solid #5d3de3;
}

@media screen and (max-width: 768px) {
  body.lock {
    overflow: hidden;
  }
  .header_body {
    height: 50px;
  }
  .header_logo img {
    width: 75%;
  }
  .header_burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
  }
  .header_burger:before {
    content: "";
    top: 0;
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .header_burger:after {
    content: "";
    bottom: 0;
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .header_burger span {
    position: absolute;
    background-color: #000;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .top_nav {
    position: fixed;
    display: block;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F5F6;
    overflow: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .top_nav.active {
    top: 0;
  }
  .header_list {
    display: block;
    text-align: center;
    margin-top: 80px;
  }
  .header_list li {
    margin-bottom: 80px;
  }
  .iphone {
    margin-top: 50px;
  }
  .header_right {
    width: 205px;
    margin: 0 auto;
  }
  .goals_item {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .goals {
    display: block;
  }
  .goal_title h2 {
    font-size: 36px;
    font-family: "GraphikBold";
  }
  .footer_wrap {
    display: block;
    width: 212px;
    margin: 0 auto;
  }
  .footer_item1 {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer_item1 .bot p {
    margin-bottom: 10px;
  }
  .footer_item2 {
    display: none;
  }
  .footer_item3 {
    margin-bottom: 40px;
  }
  .footer_btn {
    margin: 0 auto;
  }
  .social {
    margin: 25px auto;
  }
  .email {
    text-align: center;
  }
  .payment {
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .iphone {
    padding: 0;
    height: 100%;
    margin-top: 50px;
    padding-bottom: 46px;
    background: #F5F5F6;
  }
  .offer {
    max-width: 100%;
  }
  .offer h1 {
    font-size: 36px;
    font-family: "GraphikBold";
  }
  .offer p {
    font-size: 18px;
    background-color: #5D3DE3;
    width: 264px;
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-top: 23px;
  }
  .offer_btn {
    width: 100%;
    padding: 18px 24px;
    margin: 0 auto;
    margin-top: 85px;
    text-align: center;
  }
  .iphone_mob {
    height: 442px;
    width: 100%;
    background: url(../img/mob_iphone.png) no-repeat center/cover;
  }
  .begin_text h2 {
    font-size: 36px;
    font-family: "GraphikBold";
  }
  .begin_training {
    background: url(../img/begin_mob.jpg) no-repeat center/cover;
    color: #fff;
    border-radius: 0px;
    padding: 0;
    height: 901px;
  }
  .training_btn {
    margin: 0 auto;
    margin-top: 380px;
  }
  .training_sup {
    padding-top: 28px;
  }
  .invest {
    background: url(../img/prog_mob.jpg) no-repeat center/cover;
    border-radius: 0px;
    padding: 0;
    height: 901px;
  }
  .invest_btn {
    margin: 0 auto;
    margin-top: 350px;
  }
  .invest_title h3 {
    font-size: 36px;
  }
  .reviews_title h3 {
    font-size: 36px;
  }
  .reviews_title a {
    display: none;
  }
  .reviews_item-title h4 {
    font-size: 24px;
  }
  .reviews_item {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer_bot {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .invest_btn {
    margin: 0 auto;
    margin-top: 270px;
  }
  .invest_title h3 {
    font-size: 32px;
  }
  .other_item {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1171px) {
  .other_item {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */