body {
   font-family: 'Avenir Next', sans-serif;
   margin: 0;
   padding: 0;
   color: #000;
}

@media screen and (max-width: 801px) {
   html {
      font-size: 2vw;
   }
}

body, html {
   height: 100%;
}

*,
*::after,
*::before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

ul, li {
   display: block;
   padding: 0;
   margin: 0;
}

p {
   margin: 0;
   font-weight: 400;
}

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

a, button, input {
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

a {
   text-decoration: none;
}

input {
   font-family: inherit;
   border-radius: 0;
   -webkit-appearance: button;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active,
textarea, textarea:hover, textarea:focus, textarea:active {
   outline: none;
}

.main-wrapper {
   max-width: 50rem;
   padding-left: 1.5625rem;
   padding-right: 1.5625rem;
   margin: 0 auto;
   background: #fff;
}

.section-title {
   font-size: 3.125rem;
   font-weight: 400;
   line-height: 135%;
}

button {
   background-color: transparent;
   border: none;
   cursor: pointer;
   padding: 0;
   font-family: inherit;
}

.title {
   font-weight: 500;
}

.title span {
   font-family: 'Avenir Next DemiBold';
}

/* -------------------------------
Header
-------------------------------- */
.header {
   padding-top: 0.875rem;
   position: relative;
}

.header__container {
   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;
}

.header__logo {
   color: #000;
   position: relative;
}

.header__logo img {
   margin-right: 0.8125rem;
   width: 6.25rem;
}

.header__logo span {
   font-size: 1.875rem;
   font-weight: 900;
   width: 13.75rem;
   display: inline-block;
   line-height: 136%;
}

.header__logo span span {
   text-transform: uppercase;
}

.header:after {
   content: '';
   position: absolute;
   width: 14.1875rem;
   height: 5.375rem;
   bottom: -1.25rem;
   left: 13.5rem;
   background: url(../img/arrow-1.png) no-repeat center center/contain;
}

.header__download img {
   width: 18.375rem;
}

/* -------------------------------
Hero
-------------------------------- */
.hero {
   padding-top: 2.8125rem;
}

.hero__top {
   padding: 0 1.5rem;
}

.hero__title {
   margin-bottom: 2.3rem;
   position: relative;
}

.hero__title:after {
   content: '';
   position: absolute;
   width: 15.5625rem;
   height: 12.5rem;
   background: url(../img/arrow-2.png) no-repeat center center/contain;
   top: 10.1rem;
   right: 0.0625rem;
}

.section-title strong {
   font-weight: 700;
}

.hero__subtitle {
   font-size: 3.125rem;
   max-width: 32.1875rem;
   line-height: 136%;
   position: relative;
   margin-bottom: 13.625rem;
}

.hero__subtitle span {
   font-size: 3.75rem;
   font-weight: 700;
   margin-top: 0.6875rem;
   display: inline-block;
}

.hero__subtitle:after {
   content: '';
   position: absolute;
   width: 26.875rem;
   height: 3.25rem;
   background: url(../img/line-element.png) no-repeat center center/contain;
   bottom: -3.4375rem;
   left: -0.375rem;
}

.hero__free {
   width: 14.375rem;
   height: 14.375rem;
   background-color: #E5FF03;
   border-radius: 100%;
   -webkit-box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.25);
   box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.25);
   font-size: 3.125rem;
   text-align: center;
   font-family: 'Avenir Next DemiBold';
   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;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   line-height: 130%;
   margin: -16.0625rem 1rem 2.0625rem auto;
   color: #000000;
}

.hero__free span {
   font-family: 'Avenir Next';
   font-weight: 700;
   text-transform: uppercase;
}

.hero__image img {
   width: 39.1875rem;
   display: block;
   margin: auto;
}

.hero__bottom {
   position: relative;
}

.hero__btn {
   font-family: 'Avenir Next DemiBold';
   position: fixed;
   width: 100%;
   bottom: -4rem;
   left: 0;
   font-size: 3.75rem;
   color: #ffffff;
   border-radius: 1.107rem;
   width: 55rem;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   z-index: 20;
   -webkit-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
   overflow: hidden;
   text-align: center;
   opacity: 1;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   -webkit-tap-highlight-color: transparent;
}

.hero__btn span {
   position: absolute;
   left: 50%;
   transform: translate(-50%, -65%);
   width: 100%;
   top: 50%;
   z-index: 1;
}

.hero__btn.hidden {
   bottom: -100%;
}

/* -------------------------------
Circle 
-------------------------------- */
#circle-plan {
   padding: 5.625rem 0 6.625rem;
}

.circle__block {
   width: 40.625rem;
   height: 40.625rem;
   margin: auto;
   background-color: #E5FF03;
   border-radius: 100%;
   text-align: center;
   font-size: 3.75rem;
   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;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 0 2.5rem;
   font-weight: 500;
   line-height: 136%;
}

.circle__block span {
   font-weight: 700;
}

.circle__text {
   margin: 3.4375rem auto 3.875rem;
   max-width: 40.625rem;
   text-align: center;
   font-size: 2.1875rem;
}

.circle__text span {
   font-family: 'Avenir Next DemiBold';
}

.circle__download {
   width: 22.7876rem;
   margin: auto;
   display: block;
}

.circle__download img {
   width: 100%;
}

#circle-workout {
   padding-bottom: 3.75rem;
}

/* -------------------------------
Goal 
-------------------------------- */
.goal {
   padding-bottom: 3.75rem;
}

.goal__top {
   border-radius: 0.9974rem;
   background-color: #F9F9F9;
   padding: 0.8125rem 0.625rem;
   margin-bottom: 1.875rem;
}

.goal__title {
   font-size: 2.3937rem;
   margin-bottom: 0.4375rem;
   padding-left: 0.875rem;
   line-height: 136%;
}

.goal__tabs {
   border-radius: 0.9974rem;
   background-color: #EEE;
   padding: 0.6075rem;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 0.75rem;
}

.goal__btn {
   font-family: 'Avenir Next DemiBold';
   font-size: 2.3937rem;
   color: #A8A6B2;
   border-radius: 0.9974rem;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   padding: 0 1.25rem;
   height: 5.25rem;
   white-space: nowrap;
   line-height: 136%;
}

.goal__btn.active {
   background-color: #8135C1;
   color: #ffffff;
   padding: 0 2.8125rem;
}

.goal__content {
   margin-bottom: 3.125rem;
}

.goal-tab {
   display: none;
   gap: 1.625rem;
}

.goal-tab.active {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.goal-tab__item {
   border-radius: 0.9974rem;
   background-color: #F9F9F9;
   padding: 0.8125rem 0.625rem;
   width: 50%;
}

.goal-tab__label {
   font-size: 1.9948rem;
   text-align: center;
   margin-bottom: 0.9375rem;
}

.goal-tab__image {
   border-radius: 1.1553rem;
   background-color: #EEE;
   padding: 0.625rem;
   height: 21.3125rem;
}

.goal-tab__image img {
   display: block;
   width: 100%;
}

.section-info {
   text-align: center;
}

.section-info .section-title {
   font-weight: 500;
   margin-bottom: 0.875rem;
   line-height: inherit;
}

.section-subtite {
   width: 41.25rem;
   font-size: 2.1875rem;
   margin: auto;
   line-height: 136%;
}

.section-subtite span {
   font-family: 'Avenir Next DemiBold';
}

/* -------------------------------
Video 
-------------------------------- */
.video {
   padding: 4.375rem 0 3.75rem;
}

.line-element {
   position: relative;
}

.line-element:before {
   content: '';
   position: absolute;
   width: 17.6875rem;
   height: 1.875rem;
   border-radius: 0rem 1.5625rem 1.5625rem 0rem;
   background-color: #E5FF03;
   left: -1.5625rem;
   top: 0;
}

.video__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   max-width: 43.875rem;
   margin: 0 auto 3.125rem;
}

.video__item {
   position: relative;
   width: 14.625rem;
}

.video__image img {
   width: 100%;
   display: block;
   border-radius: 1.5625rem;
}

.video__label {
   font-size: 1.875rem;
   padding: 0.375rem 0;
   border-radius: 1.5625rem;
   border-radius: 1.5625rem;
   line-height: 136%;
}

.video__label,
.follow__label {
   font-family: 'Avenir Next DemiBold';
   background-color: #8135C1;
   color: #FFF;
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   text-align: center;
}

/* -------------------------------
Follow 
-------------------------------- */
.follow,
.results {
   padding: 4.375rem 0 3.75rem;
   position: relative;
}

.follow__block {
   display: block;
}

.follow__block,
.results__block {
   position: relative;
   max-width: 43.75rem;
   margin: 0 auto 3.125rem;
}

.follow__image img,
.results__block img {
   width: 100%;
   border-radius: 1.5625rem;
}

.follow__label {
   border-radius: 0.9513rem;
   font-size: 3.7153rem;
   padding: 1.5rem 0 1.9375rem;
   line-height: 136%;
}

.results__headphones {
   position: absolute;
   width: 21.125rem;
   height: 27.5544rem;
   right: 0;
   bottom: -8.125rem;
}

.results__headphones img {
   width: 100%;
   -webkit-animation-name: floating;
   animation-name: floating;
   -webkit-animation-duration: 3.5s;
   animation-duration: 3.5s;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating {
   from {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0)
   }

   65% {
      -webkit-transform: translate(0, 1.25rem);
      transform: translate(0, 1.25rem)
   }

   to {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0)
   }
}

@keyframes floating {
   from {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0)
   }

   65% {
      -webkit-transform: translate(0, 1.25rem);
      transform: translate(0, 1.25rem)
   }

   to {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0)
   }
}

/* -------------------------------
Reviews 
-------------------------------- */
.reviews {
   position: relative;
   padding-bottom: 3.75rem;
}

.reviews__title {
   margin-bottom: 3rem;
}

.title-block {
   font-size: 2.375rem;
   font-weight: 700;
   border-radius: 0rem 1.5625rem 1.5625rem 0rem;
   background-color: #E5FF03;
   padding: 1.5rem 2rem 1.8125rem 0;
   display: inline-block;
   text-transform: uppercase;
   position: relative;
}

.title-block:before {
   content: '';
   position: absolute;
   width: 2.3125rem;
   height: 100%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   left: -2.3125rem;
   background-color: inherit;
}

.reviews__list {
   max-width: 43.75rem;
   margin: auto;
}

.reviews__item {
   border-radius: 0.6214rem;
   background-color: rgba(217, 217, 217, 0.15);
   text-align: center;
   padding: 1.0625rem 1.6875rem 1rem;
}

.reviews__item:not(:last-child) {
   margin-bottom: 3.125rem;
}

.reviews__rating {
   margin-bottom: 0.9375rem;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.star {
   width: 3.2316rem;
   height: 2.8587rem;
   background: url('../img/star.svg') no-repeat center center/contain;
   display: block;
}

.reviews__text {
   font-size: 1.9886rem;
   max-width: 40.2699rem;
   margin: 0 auto 1.125rem;
   font-weight: 500;
}

.reviews__text span {
   font-family: 'Avenir Next DemiBold';
}

.reviews__name {
   font-size: 1.4915rem;
   line-height: 136%;
}

/* -------------------------------
Footer 
-------------------------------- */
.footer {
   padding-bottom: 1.4375rem;
}

.footer__title {
   margin-bottom: 2.1875rem;
}

.footer__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 0.625rem;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-bottom: 2.3125rem;
}

.footer__social a {
   width: 7.5rem;
   height: 7.25rem;
   display: block;
}

.footer__social a img {
   width: 100%;
}

.footer__email {
   font-size: 2.5rem;
   font-weight: 500;
   color: #000000;
   display: block;
   margin: 0 auto 3.875rem;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
}

.footer__term {
   font-size: 1.875rem;
   font-weight: 500;
   margin-bottom: 1.4375rem;
   text-align: center;
}

.footer__term a {
   text-decoration: underline;
   color: #000000;
   line-height: 136%;
}

.footer__copyright {
   font-size: 1.875rem;
   font-weight: 500;
   text-align: center;
}