@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  line-height: 1;
  background: #000;
  min-width: 1255px;
  min-height: 100vh;
  color: #fff;
  font: 400 12px/1.5em "Poppins", sans-serif;
  overflow-x: scroll;
}

* {
  box-sizing: border-box;
}

.wrapper {
  width: 1265px;
  padding: 0 30px;
  margin: 0 auto;
}

h1, h2 {
  font-weight: 600;
  display: inline-block;
}

h1 {
  text-align: left;
  font-size: 200px;
  line-height: 0.85em;
  margin: 29px 0 0 -12px;
  letter-spacing: -2px;
}

h2 {
  display: block;
  font-size: 100px;
  line-height: 80px;
  text-align: center;
  letter-spacing: -2px;
}
h2.green {
  color: #25AB75;
}
h2.green span {
  font-size: 60px;
  color: #fff;
}

.btn {
  width: 200px;
  height: 70px;
  display: block;
  margin: 40px auto 0;
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.btn_btn-green {
  background: #25AB75;
}
.btn_btn-green:hover {
  background: #1c8158;
}

.badge {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.badge.badge-green {
  background: #25AB75;
}

header {
  padding-top: 60px;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
}
header .logo {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}
header nav a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
header nav a:hover {
  color: #25AB75;
  cursor: pointer;
  text-decoration: none;
}
header nav a + a {
  padding-left: 36px;
}

.buy-the-course {
  margin-top: 136px;
}
.buy-the-course .top-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}
.buy-the-course .top-block > * {
  position: relative;
  z-index: 10;
}
.buy-the-course .lineup {
  display: inline-block;
  border-radius: 18px;
  height: 36px;
  line-height: 26px;
  padding: 5px 15px 5px 4px;
  background: #191919;
}
.buy-the-course .lineup .badge {
  margin: 0 15px 0 2px;
}
.buy-the-course .main-info {
  max-width: 700px;
}
.buy-the-course .main-info p {
  font-size: 16px;
  line-height: 29px;
  margin-top: 40px;
  max-width: 600px;
  color: #808080;
}
.buy-the-course .athlete {
  margin: -14px 0 0 -153px;
  position: relative;
  z-index: 1;
}
.buy-the-course .info-block {
  margin: 120px 0 0 -256px;
}
.buy-the-course .info-block > div {
  display: inline-block;
  background: #191919;
  border-radius: 20px;
  width: 166px;
  height: 98px;
  padding: 33px 0 0 30px;
  text-align: left;
}
.buy-the-course .info-block > div .num {
  font-size: 40px;
  font-weight: 600;
}
.buy-the-course .info-block > div .title {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 13px;
  letter-spacing: 1px;
}
.buy-the-course .info-block > div.time .num {
  color: #FFE642;
}
.buy-the-course .info-block > div.calories {
  margin-top: 20px;
}
.buy-the-course .info-block > div.calories .num {
  color: #FB1351;
}

.subscribe {
  margin-top: 112px;
}
.subscribe form {
  width: 686px;
  display: block;
  margin: 50px auto 0;
}
.subscribe form input[type=text],
.subscribe form input[type=email],
.subscribe form input[type=number] {
  display: block;
  height: 70px;
  line-height: 70px;
  width: 686px;
  border-radius: 10px;
  background: #191919;
  margin-top: 13px;
  padding: 0 20px;
  border: 0;
  color: #fff;
  font-size: 30px;
}
.subscribe form input[type=text]:active, .subscribe form input[type=text]:focus,
.subscribe form input[type=email]:active,
.subscribe form input[type=email]:focus,
.subscribe form input[type=number]:active,
.subscribe form input[type=number]:focus {
  border: 0;
  outline: 1px solid rgba(0, 128, 0, 0.5);
}
.subscribe form input::-webkit-outer-spin-button,
.subscribe form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.subscribe form input[type=number] {
  width: 142px;
  -moz-appearance: textfield;
}
.subscribe form .field + .field {
  margin-top: 22px;
}
.subscribe form .field label {
  font-weight: 300;
  font-size: 18px;
}
.subscribe form .field.field_inner {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.subscribe form .field.field_inner span {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  margin-top: -10px;
  margin-left: 24px;
}

.feedbacks {
  margin-top: 100px;
}
.feedbacks ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 75px;
}
.feedbacks ul li {
  width: 373px;
  height: 250px;
  border-radius: 10px;
  background: #191919;
  position: relative;
  padding: 35px 36px 0 38px;
}
.feedbacks ul li blockquote {
  color: #808080;
  font-size: 18px;
  line-height: 28px;
}
.feedbacks ul li blockquote:before {
  display: block;
  content: "“";
  font-size: 36px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}
.feedbacks ul li blockquote footer {
  display: inline-block;
  background: #000;
  border-radius: 10px 0 0 0;
  height: 29px;
  width: 206px;
  line-height: 29px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.popular-exercises {
  margin-top: 135px;
}
.popular-exercises ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 34px;
}
.popular-exercises ul li {
  display: inline-block;
  width: 374px;
  height: 296px;
  border-radius: 10px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  padding: 237px 0 0 21px;
}
.popular-exercises ul li > * {
  position: relative;
  z-index: 10;
}
.popular-exercises ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(100% - 100px);
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, black 0%, black 50%, transparent 100%);
}
.popular-exercises ul li:nth-child(1):before {
  display: block;
  content: "";
  background: url("/img/exercises_1.jpg") center center no-repeat;
  background-size: contain;
  width: 373px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.popular-exercises ul li:nth-child(2):before {
  display: block;
  content: "";
  background: url("/img/exercises_2.jpg") center center no-repeat;
  background-size: contain;
  width: 373px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.popular-exercises ul li:nth-child(3):before {
  display: block;
  content: "";
  background: url("/img/exercises_3.jpg") center center no-repeat;
  background-size: contain;
  width: 373px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.popular-exercises ul li:nth-child(4):before {
  display: block;
  content: "";
  background: url("/img/exercises_4.jpg") center center no-repeat;
  background-size: contain;
  width: 373px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.popular-exercises ul li:nth-child(5):before {
  display: block;
  content: "";
  background: url("/img/exercises_5.jpg") center center no-repeat;
  background-size: contain;
  width: 373px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.popular-exercises ul li:nth-child(6):before {
  display: block;
  content: "";
  background: url("/img/exercises_6.jpg") center center no-repeat;
  background-size: contain;
  width: 373px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.popular-exercises ul li .title {
  font-size: 50px;
  font-weight: 600;
}
.popular-exercises ul li .duration {
  font-size: 20px;
  font-weight: 600;
  background: #000;
  border-radius: 10px 0 0 0;
  width: 72px;
  height: 30px;
  line-height: 37px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 44px;
}
.popular-exercises ul li .calories {
  font-size: 13px;
  color: #808080;
  text-align: left;
  margin-top: 26px;
}

.footer {
  margin-top: 124px;
  padding-bottom: 60px;
}
.footer .copyright {
  font-size: 14px;
  color: #808080;
  text-align: center;
}

.cashier {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  width: 1024px;
  margin: 20px auto;
  z-index: 100;
}

/*# sourceMappingURL=style.css.map */
