@charset 'UTF-8';

/**
* Шрифты
*/

@font-face {
  font-family: 'Avenir Next';
  font-weight: 700;
  font-style: normal;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/AvenirNext-Bold.woff2') format('woff2'),
    url('../fonts/AvenirNext-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 700;
  font-style: italic;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/AvenirNext-BoldItalic.woff2') format('woff2'),
    url('../fonts/AvenirNext-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-style: normal;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/AvenirNext-DemiBold.woff2') format('woff2'),
    url('../fonts/AvenirNext-DemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-style: italic;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/AvenirNext-DemiBoldItalic.woff2') format('woff2'),
    url('../fonts/AvenirNext-DemiBoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-style: normal;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/AvenirNext-Medium.woff2') format('woff2'),
    url('../fonts/AvenirNext-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-style: italic;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/AvenirNext-MediumItalic.woff2') format('woff2'),
    url('../fonts/AvenirNext-MediumItalic.woff') format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-style: normal;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNext-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-style: italic;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/AvenirNext-Italic.woff2') format('woff2'),
    url('../fonts/AvenirNext-Italic.woff') format('woff');
}

/**
* Normalize
*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;

  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #000000;
  background-color: #ffffff;
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;

  -webkit-text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
  color: #674af2;
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: #674af2;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus {
  outline: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;

  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;

  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
* Общие
*/

.preloader {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.73, 0.005, 0.42, 1.005);
  -o-transition: all 0.6s cubic-bezier(0.73, 0.005, 0.42, 1.005);
  transition: all 0.6s cubic-bezier(0.73, 0.005, 0.42, 1.005);
  background: #714eff;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader__image {
  display: block;
  width: 54px;
  height: 82px;
  -webkit-animation: pulsate 1.5s cubic-bezier(0.73, 0.005, 0.42, 1.005)
    infinite;
  animation: pulsate 1.5s cubic-bezier(0.73, 0.005, 0.42, 1.005) infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.1;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.1;
  }
}

.loaded .preloader {
  visibility: hidden;
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.title {
  font-size: 58px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 24px;
  color: #000000;
}

.subtitle {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.28;
  margin-bottom: 75px;
  text-align: center;
  color: #ffffff;
}

.desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #8e9199;
}

.desc_center {
  text-align: center;
}

.app {
  position: relative;
  z-index: 5;
  padding: 56px 0;
}

.app__download {
  margin-top: 40px;
}

.app__action {
  margin-top: 33px;
}

.app__logo {
  display: none;
}

.trainers {
  position: relative;
  padding: 45px 0 136px 0;
}

.trainers__bg {
  position: absolute;
  z-index: -1;
  top: -726px;
  left: 50%;
  width: 100vw;
  height: 726px;
  -webkit-transform: translateX(-50%) skewY(-18deg);
  -ms-transform: translateX(-50%) skewY(-18deg);
  transform: translateX(-50%) skewY(-18deg);
  background: #674af2;
}

.trainers__inner {
  position: relative;
  z-index: 5;
}

.trainers__list {
  margin-right: -17px;
  margin-left: -17px;
}

.trainers__item {
  overflow: hidden;
  margin: 0 17px 34px 17px;
  padding: 16px 30px 28px 30px;
  text-align: center;
  border-radius: 32px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 17px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.11);
}

.trainers__img {
  margin-bottom: 20px;
}

.trainers__img video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

.trainers__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 4px;
  color: #424756;
}

.trainers__post {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #424756;
}

.testimonials {
  position: relative;
  padding: 45px 0 40px 0;
}

.testimonials__bg {
  position: absolute;
  z-index: -1;
  top: -500px;
  left: 50%;
  width: 100vw;
  height: 726px;
  -webkit-transform: translateX(-50%) skewY(-18deg);
  -ms-transform: translateX(-50%) skewY(-18deg);
  transform: translateX(-50%) skewY(-18deg);
  background: #674af2;
}

.testimonials__inner {
  position: relative;
  z-index: 5;
}

.testimonials__list {
  margin-right: -17px;
  margin-left: -17px;
}

.testimonials__item {
  margin: 0 17px 34px 17px;
}

.testimonials__main {
  overflow: hidden;
  min-height: 411px;
  padding: 30px 32px;
  border-radius: 32px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 17px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.11);
}

.testimonials__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 6px;
  color: #424756;
}

.testimonials__stars {
  margin-bottom: 16px;
}

.testimonials__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  color: #424756;
}

.stat {
  padding-top: 68px;
  padding-bottom: 13px;
}

.stat__title {
  margin-bottom: 72px;
  text-align: center;
}

.stat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 33.333333%;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  background: url(../img/bg-stat.svg) center center/259px 136px no-repeat;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.stat__value {
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  color: #ffba53;
}

.stat__value_lg {
  font-size: 64px;
}

.stat__label {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 4px;
  color: #000000;
}

.info {
  padding-top: 45px;
  padding-bottom: 60px;
}

.info__title {
  margin-bottom: 80px;
  text-align: center;
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.info__item:last-child {
  margin-bottom: 0;
}

.info__img {
  width: 311px;
  margin-right: 70px;
}

.info__img img {
  border-radius: 16px;
}

.info__text {
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.info__label {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.111111111111111;
  margin-bottom: 27px;
  color: #000000;
}

.info__desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #8e9199;
}

.go {
  padding: 40px 0;
  text-align: center;
}

.text {
  padding: 68px 0;
  text-align: center;
}

.text__action {
  margin-top: 40px;
  margin-bottom: 32px;
}

.device {
  position: relative;
  width: 296px;
  height: 599px;
  padding: 16px;
}

.device:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: url(../img/device.svg) center center/100% 100% no-repeat;
}

.device video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

/**
* Кнопки
*/

.btn {
  font-size: 20px;
  font-weight: 600;
  line-height: 58px;
  display: inline-block;
  width: 278px;
  height: 58px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  background: #674af2;
}

.btn:hover {
  color: #ffffff;
  background: #7555fc;
}

/**
* Шапка
*/

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header__logo {
  margin-right: 48px;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}

.header__toggle {
  display: none;
}

.header__mob {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__item {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 28px;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  text-decoration: none;
  color: #000000;
}

.menu-opened {
  overflow: hidden;
}

.mobile-panel {
  display: none;
}

.nav-toggle {
  display: none;
}

/**
* Навигация
*/

/**
* Подвал
*/

.footer {
  margin-top: 74px;
  padding: 40px 0;
  background: #f1f2f5;
}

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__copyright,
.footer__link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.444444444444444;
  display: block;
  text-decoration: none;
  color: #8e9199;
}

.footer__copyright {
  margin-top: 2em;
}

/**
* Типографика
*/

/**
* Slick Slider
*/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
* Медиазапросы
*/

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .footer .container {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer__copyright {
    margin-top: 0;
  }

  .footer__link {
    margin-right: 30px;
  }

  .footer__link:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 950px;
  }

  .app {
    display: grid;

    grid-template-areas: '. img' 'title img' 'desc img' 'action img' '. img';
  }

  .app__title {
    width: 570px;

    grid-area: title;
  }

  .app__desc {
    grid-area: desc;
  }

  .app__download {
    grid-area: action;
  }

  .app__img {
    width: 350px;
    padding-left: 53px;

    grid-area: img;
  }

  .app__action {
    grid-area: action;
  }
}

@media (max-width: 991px) {
  .title {
    font-size: 56px;
  }

  .app {
    padding: 50px 0;
    text-align: center;
  }

  .app_welcome {
    padding-top: 10px;
  }

  .app__title {
    margin-bottom: 40px;
  }

  .app_home .app__desc {
    color: #ffffff;
  }

  .app_reach .app__download {
    display: none;
  }

  .app__img {
    margin-top: 60px;
    margin-bottom: 90px;
  }

  .app_start .app__img {
    display: none;
  }

  .app__logo {
    display: block;
    margin-bottom: 40px;
  }

  .trainers {
    padding: 50px 0 40px 0;
  }

  .trainers__bg {
    top: -1130px;
    height: 1200px;
    -webkit-transform: translateX(-50%) skewY(-20deg);
    -ms-transform: translateX(-50%) skewY(-20deg);
    transform: translateX(-50%) skewY(-20deg);
  }

  .testimonials__bg {
    top: -700px;
    height: 1000px;
    -webkit-transform: translateX(-50%) skewY(-20deg);
    -ms-transform: translateX(-50%) skewY(-20deg);
    transform: translateX(-50%) skewY(-20deg);
  }

  .stat {
    padding-top: 10px;
  }

  .stat__title {
    margin-bottom: 56px;
  }

  .stat__list {
    display: block;
  }

  .stat__item {
    width: auto;
    margin-bottom: 40px;
  }

  .info {
    padding-top: 35px;
  }

  .info__title {
    margin-bottom: 41px;
  }

  .info__item {
    display: block;
    max-width: 311px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
  }

  .info__img {
    margin-right: 0;
    margin-bottom: 31px;
  }

  .info__label {
    margin-bottom: 20px;
  }

  .info__desc br {
    display: none;
  }

  .text {
    padding: 10px 0 50px 0;
  }

  .device {
    margin-right: auto;
    margin-left: auto;
  }

  .btn {
    line-height: 50px;
    height: 50px;
  }

  .header {
    position: relative;
    z-index: 500;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__toggle {
    position: fixed;
    z-index: 500;
    top: 32px;
    right: 50%;
    display: block;
    margin-right: -360px;
  }

  .header__nav {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    width: 1000px;
    margin-left: -500px;
    padding-bottom: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 23px 23px rgba(0, 0, 0, 0.08);
    box-shadow: 0 23px 23px rgba(0, 0, 0, 0.08);
  }

  .header__nav-inner {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .header__mob {
    display: block;
  }

  .header__download {
    margin-top: 40px;
  }

  .header__footer {
    margin-top: 32px;
  }

  .header__footer-item {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
  }

  .header__footer-link {
    text-decoration: none;
    color: #8e9199;
  }

  .menu {
    display: block;
  }

  .menu__item {
    font-size: 32px;
    line-height: 64px;
    margin-right: 0;
  }

  .mobile-panel {
    position: fixed;
    z-index: 910;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #ffffff;
  }

  .menu-opened .mobile-panel {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .mobile-panel__inner {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-panel__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .mobile-panel__logo {
    margin-right: auto;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
  }

  .mobile-panel__download {
    margin-top: 40px;
  }

  .mobile-panel__footer {
    margin-top: 32px;
  }

  .mobile-panel__footer-item {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
  }

  .mobile-panel__footer-link {
    text-decoration: none;
    color: #8e9199;
  }

  .nav-toggle {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 32px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0 10px 23px rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 23px rgba(0, 0, 0, 0.11);
  }

  .nav-toggle_open {
    background-image: url(../img/menu-open.svg);
    background-size: 20px 16px;
  }

  .nav-toggle_close {
    background-image: url(../img/menu-close.svg);
    background-size: 16px 16px;
  }

  .footer {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 48px;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }

  .title br {
    display: none;
  }

  .subtitle {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .desc {
    font-size: 18px;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }

  .app__img {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .trainers__list {
    margin-right: 0;
    margin-left: 0;
  }

  .trainers__list .slick-list {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .trainers__item {
    width: 240px;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }

  .testimonials__list {
    margin-right: 0;
    margin-left: 0;
  }

  .testimonials__list .slick-list {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .testimonials__item {
    width: 240px;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }

  .testimonials__text {
    font-size: 14px;
    line-height: 24px;
  }

  .device {
    width: 240px;
    height: 486px;
    padding: 12px;
  }

  .header__toggle {
    right: 15px;
    margin-right: 0;
  }

  .header__nav {
    right: -15px;
    left: -15px;
    width: auto;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer__nav {
    display: block;
    text-align: center;
  }

  .footer__link {
    margin-bottom: 17px;
  }

  .footer__link:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .trainers__bg {
    -webkit-transform: translateX(-50%) skewY(-36deg);
    -ms-transform: translateX(-50%) skewY(-36deg);
    transform: translateX(-50%) skewY(-36deg);
  }

  .trainers__list {
    margin-right: -5px;
    margin-left: -5px;
  }

  .trainers__list .slick-list {
    margin-right: -10px;
    margin-left: -10px;
  }

  .trainers__item {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonials__bg {
    -webkit-transform: translateX(-50%) skewY(-36deg);
    -ms-transform: translateX(-50%) skewY(-36deg);
    transform: translateX(-50%) skewY(-36deg);
  }

  .testimonials__list {
    margin-right: -5px;
    margin-left: -5px;
  }

  .testimonials__list .slick-list {
    margin-right: -10px;
    margin-left: -10px;
  }

  .testimonials__item {
    margin-right: 10px;
    margin-left: 10px;
  }
}
