body,
html {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 0) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 574px;
  }
}
@media (min-width: 790px) {
  .container {
    max-width: 788px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1221px) {
  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
.red {
  color: #e32822;
}
.titles {
  text-align: center;
}
.titles p {
  font-size: 43.3px;
  font-weight: bold;
  margin-bottom: 15px;
}
.titles span {
  font-size: 22px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.thankyou {
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 100;
  color: #fff;
  text-align: center;
  font-size: 28px;
}
.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header:after {
  content: '';
  position: absolute;
  background: url('../img/header-white.png');
  height: 191px;
  width: 1216px;
  right: 0;
  top: -30px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.header__last {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0) {
  .header__last {
    width: 100%;
    display: none;
  }
}
@media (min-width: 576px) {
  .header__last {
    display: flex;
  }
}
@media (min-width: 1221px) {
  .header__last {
    width: auto;
  }
}
.header__menu {
  list-style: none;
  display: flex;
  margin: 0 58px 0 48px;
}
@media (min-width: 0) {
  .header__menu {
    display: none;
  }
}
@media (min-width: 576px) {
  .header__menu {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 790px) {
  .header__menu {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .header__menu {
    margin: 0 58px 0 48px;
  }
}
.header__menu li {
  font-size: 15px;
  font-weight: bold;
  margin-right: 48px;
}
@media (min-width: 0) {
  .header__menu li {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .header__menu li:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 790px) {
  .header__menu li {
    margin-bottom: 0;
    margin-right: 48px;
  }
}
.header__menu li:last-of-type {
  margin-right: 0;
}
.header__menu li a {
  color: #000;
  text-decoration: none;
}
.header__menu li a:hover {
  text-decoration: underline;
}
.header__contacts {
  margin-right: 40px;
}
.header__contacts a {
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.header__contacts p {
  font-size: 13px;
  padding-left: 19px;
  position: relative;
  margin-top: 5px;
}
.header__contacts p:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 12px;
  left: 0;
  top: 3px;
  background: url('../img/place-small.png');
}
.header__btn {
  font-size: 12px;
  font-weight: 500;
  padding: 20px 24px;
  border: 2px solid #ef3124;
  background: none;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 1px;
}
.button {
  background: url('../img/promo-btn.png');
  width: 335px;
  height: 82px;
  display: flex;
  border: none;
  cursor: pointer;
  border-bottom: 5px solid #bc160b;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
@media (min-width: 0) {
  .button {
    max-width: 100%;
  }
}
.button p {
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}
.button:before {
  content: '';
  position: absolute;
  background: url('../img/promo-btn-shadow.png');
  width: 487px;
  height: 253px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.15s linear 0s;
}
.button:hover:before {
  opacity: 0;
}
.button:active {
  border-bottom-width: 0px;
  top: 5px;
}
.button--no-shadow:before {
  display: none;
}
.promo {
  background: url('../img/promo-bg.jpg') right 20px no-repeat;
  height: 993px;
  padding-top: 260px;
  position: relative;
  overflow: hidden;
}
.promo:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1221px) {
  .promo:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .promo {
    height: 1083px;
    padding-top: 350px;
    background-position: right 50px;
  }
}
@media (min-width: 1221px) {
  .promo {
    height: 993px;
    padding-top: 260px;
    background-position: right 20px;
  }
}
.promo:before {
  content: '';
  position: absolute;
  background: url('../img/promo-circles.png') no-repeat;
  width: 285px;
  height: 595px;
  left: 0;
  top: 0;
}
.promo__titles {
  position: relative;
  display: inline-block;
}
.promo__titles h1 {
  font-size: 100px;
  line-height: 100px;
  margin: 0 0 100px;
}
@media (min-width: 0) {
  .promo__titles h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (min-width: 576px) {
  .promo__titles h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
.promo__titles h1 span {
  display: block;
  font-family: 'AA Bebas Neue';
  position: relative;
}
.promo__titles h1 span:before {
  content: attr(data-title);
  text-shadow: -1px -1px 0 #d5d1d1, 1px -1px 0 #d5d1d1, -1px 1px 0 #d5d1d1, 1px 1px 0 #d5d1d1;
  color: #fff;
  letter-spacing: 1.5px;
  top: -5px;
  font-size: 96px;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 0) {
  .promo__titles h1 span:before {
    font-size: 66px;
  }
}
@media (min-width: 576px) {
  .promo__titles h1 span:before {
    font-size: 96px;
  }
}
.promo__titles h1 span p {
  position: relative;
  z-index: 1;
}
.promo__titles > p {
  position: absolute;
  font-size: 22px;
  color: #ef3124;
  line-height: 25px;
  font-weight: 500;
  right: 0;
  top: 160px;
}
@media (min-width: 0) {
  .promo__titles > p {
    top: 92px;
    right: -5px;
    font-size: 16px;
    line-height: 18px;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .promo__titles > p {
    top: 150px;
    right: 0;
    font-size: 22px;
  }
}
.promo__list {
  list-style: none;
  position: relative;
  z-index: 1;
}
.promo__list-img {
  width: 42px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.promo__list li {
  padding-left: 68px;
  position: relative;
  margin-bottom: 35px;
  font-size: 17px;
  list-style: 21px;
}
.promo__list li:last-of-type {
  margin-bottom: 0;
}
.promo__btn {
  margin-top: 110px;
}
.promo__btn:after {
  content: '';
  position: absolute;
  background: url('../img/promo-arrow.png');
  width: 49px;
  height: 94px;
}
@media (min-width: 0) {
  .promo__btn:after {
    top: -107px;
    right: 0px;
  }
}
@media (min-width: 576px) {
  .promo__btn:after {
    top: -107px;
    right: -59px;
  }
}
.promo__btn:active:after {
  top: -112px;
}
.min20 {
  background: #e32822;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 213px;
  position: relative;
  z-index: 20;
}
@media (min-width: 0) {
  .min20 {
    height: auto;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .min20 {
    height: 213px;
  }
}
.min20__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0) {
  .min20__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .min20__inner {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .min20__text {
    margin-right: 30px;
  }
}
@media (min-width: 1221px) {
  .min20__text {
    margin-right: 0;
  }
}
.min20__text p {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  line-height: 35px;
}
@media (min-width: 0) {
  .min20__text p {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .min20__text p {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (min-width: 1221px) {
  .min20__text p {
    font-size: 34px;
    line-height: 35px;
  }
}
.min20__text span {
  font-weight: 500;
  color: #ffb4b2;
  font-size: 14px;
}
.min20__list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: -30px;
  width: 100%;
}
@media (min-width: 0) {
  .min20__list {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .min20__list {
    margin-top: 0;
  }
}
@media (min-width: 1221px) {
  .min20__list {
    width: auto;
  }
}
.min20__list li {
  width: 190px;
  height: 230px;
  background: #fff;
  margin-right: 13px;
  box-shadow: 0 0 18px 6px rgba(239, 148, 145, 0.35);
  border-radius: 20px;
  text-align: center;
  padding-top: 22px;
  position: relative;
}
@media (min-width: 0) {
  .min20__list li {
    margin-bottom: 30px;
  }
  .min20__list li:last-of-type {
    margin-right: 13px;
  }
}
@media (min-width: 790px) {
  .min20__list li {
    width: calc((100% / 4) - 10px);
  }
}
@media (min-width: 992px) {
  .min20__list li {
    width: 170px;
  }
  .min20__list li:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1221px) {
  .min20__list li {
    width: 190px;
  }
}
.min20__list li:nth-of-type(1),
.min20__list li:nth-of-type(3) {
  top: 20px;
}
@media (min-width: 0) {
  .min20__list li:nth-of-type(1),
  .min20__list li:nth-of-type(3) {
    top: 0;
  }
}
@media (min-width: 992px) {
  .min20__list li:nth-of-type(1),
  .min20__list li:nth-of-type(3) {
    top: 20px;
  }
}
.min20__list li img {
  margin-bottom: 15px;
}
.min20__list li span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.min20__list li p {
  font-size: 13px;
  font-weight: 500;
}
.features {
  padding: 50px 0 125px;
}
.features__list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -65px;
  justify-content: center;
}
.features__list li {
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 65px;
}
@media (min-width: 0) {
  .features__list li {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .features__list li {
    width: calc(100% / 2);
  }
}
@media (min-width: 790px) {
  .features__list li {
    width: calc(100% / 3);
  }
}
@media (min-width: 1221px) {
  .features__list li {
    width: 360px;
  }
}
.features__list li:nth-of-type(2),
.features__list li:nth-of-type(5) {
  width: 480px;
}
@media (min-width: 0) {
  .features__list li:nth-of-type(2),
  .features__list li:nth-of-type(5) {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .features__list li:nth-of-type(2),
  .features__list li:nth-of-type(5) {
    width: calc(100% / 2);
  }
}
@media (min-width: 790px) {
  .features__list li:nth-of-type(2),
  .features__list li:nth-of-type(5) {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .features__list li:nth-of-type(2),
  .features__list li:nth-of-type(5) {
    width: calc(100% / 3);
  }
}
@media (min-width: 1221px) {
  .features__list li:nth-of-type(2),
  .features__list li:nth-of-type(5) {
    width: 480px;
  }
}
.features__list li span {
  font-weight: bold;
  font-size: 21px;
  margin: 34px 0 30px;
}
.features__img {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features__img img {
  display: block;
}
.effect {
  background: url('../img/effect-bg.jpg') center center no-repeat;
  height: 700px;
  overflow: hidden;
}
@media (min-width: 0) {
  .effect {
    background-size: cover;
    padding-top: 200px;
    height: 1050px;
  }
}
@media (min-width: 576px) {
  .effect {
    padding-top: 380px;
    height: 1050px;
  }
}
@media (min-width: 992px) {
  .effect {
    padding-top: 0;
    height: 700px;
  }
}
.effect__content {
  padding-top: 115px;
  max-width: 600px;
  position: relative;
}
.effect__content:before {
  content: '';
  position: absolute;
  width: 295px;
  height: 66px;
  background: url('../img/bubble.png');
  left: 887px;
  top: 65px;
}
@media (min-width: 0) {
  .effect__content:before {
    top: -155px;
    left: 129px;
    transform: translate(-50%, 0) scale(0.62);
  }
}
@media (min-width: 576px) {
  .effect__content:before {
    transform: scale(0.7);
    top: -280px;
    left: 100px;
  }
}
@media (min-width: 992px) {
  .effect__content:before {
    transform: scale(0.8);
    left: 715px;
    top: 90px;
  }
}
@media (min-width: 1221px) {
  .effect__content:before {
    transform: scale(1);
    left: 887px;
    top: 65px;
  }
}
.effect__content:after {
  position: absolute;
  content: '';
  background: url('../img/man.png');
  width: 797px;
  height: 643px;
  top: 0;
  left: 693px;
}
@media (min-width: 0) {
  .effect__content:after {
    left: 50%;
    transform: translate(-50%, 0) scale(0.45);
    top: -376px;
  }
}
@media (min-width: 576px) {
  .effect__content:after {
    transform: translate(-50%, 0) scale(0.7);
    top: -476px;
  }
}
@media (min-width: 992px) {
  .effect__content:after {
    transform: translate(-50%, 0) scale(0.8);
    top: -63px;
    left: 915px;
  }
}
@media (min-width: 1221px) {
  .effect__content:after {
    transform: scale(1);
    top: 0;
    left: 693px;
  }
}
.effect__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 50px;
}
.effect__undertitle {
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 40px;
}
.effect__description {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
.effect__dashed {
  border: 1px dashed #e32822;
  background: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  color: #e32822;
  font-weight: 600;
  max-width: 472px;
  line-height: 22px;
  margin-bottom: 35px;
}
.effect__bold {
  font-weight: 600;
  line-height: 22px;
}
.map {
  height: 553px;
  position: relative;
}
.map__inner {
  padding: 35px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  max-width: 360px;
  top: 60px;
  z-index: 10;
}
.map__title {
  font-size: 27px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 35px;
}
.map__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 30px;
}
.map__contacts {
  list-style: none;
}
.map__contacts li {
  padding-left: 33px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
.map__contacts li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.map__contacts li.phone:before {
  background: url('../img/map-icon-phone.png');
  width: 14px;
  height: 21px;
  left: 3px;
}
.map__contacts li.email:before {
  background: url('../img/map-icon-mail.png');
  width: 18px;
  height: 14px;
}
.map__contacts li.time:before {
  background: url('../img/map-icon-time.png');
  width: 20px;
  height: 20px;
}
.map__contacts li.place:before {
  background: url('../img/map-icon-place.png');
  width: 15px;
  height: 21px;
  left: 3px;
}
.map__contacts li:last-of-type {
  margin-bottom: 0;
}
.map__contacts li a {
  color: #000;
  text-decoration: none;
}
.map__contacts li a:hover {
  text-decoration: underline;
}
.map__bg {
  height: 100%;
}
.garant {
  height: 720px;
  position: relative;
  padding-top: 115px;
}
@media (min-width: 0) {
  .garant {
    height: auto;
  }
}
@media (min-width: 1221px) {
  .garant {
    height: 720px;
  }
}
.garant:before {
  content: '';
  position: absolute;
  background: url('../img/garant-left.png');
  width: 231px;
  height: 337px;
  left: 0;
  top: 0;
}
@media (min-width: 0) {
  .garant:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .garant:before {
    display: block;
  }
}
.garant:after {
  content: '';
  position: absolute;
  background: url('../img/garant-right.png');
  top: 90px;
  right: 0;
  width: 521px;
  height: 624px;
}
@media (min-width: 0) {
  .garant:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .garant:after {
    display: block;
  }
}
.garant__title {
  font-size: 43px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media (min-width: 0) {
  .garant__title {
    font-size: 30px;
    line-height: 26px;
  }
}
@media (min-width: 790px) {
  .garant__title {
    font-size: 43px;
    line-height: 38px;
  }
}
.garant__undertitle {
  font-size: 22px;
  line-height: 25px;
}
.garant__list {
  margin-top: 60px;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.garant__list li {
  max-width: 360px;
  margin-right: 40px;
  padding-top: 100px;
  position: relative;
  margin-bottom: 80px;
}
.garant__list li:last-of-type {
  margin-right: 0;
}
.garant__list li:before {
  content: '';
  position: absolute;
  background: url('../img/garant-check.png');
  width: 60px;
  height: 46px;
  left: 0;
  top: 0;
}
.garant__list li span {
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 0) {
  .garant__list li span br {
    display: none;
  }
}
@media (min-width: 576px) {
  .garant__list li span br {
    display: block;
  }
}
.garant__list li p {
  line-height: 25px;
  font-size: 15px;
}
.trainers {
  padding: 100px 0 125px;
  text-align: center;
}
.trainers__title {
  font-weight: bold;
  font-size: 39px;
  line-height: 45px;
  margin-bottom: 15px;
}
.trainers__undertitle {
  font-size: 22px;
  line-height: 25px;
}
.trainers__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: -50px;
}
.trainers__list li {
  width: 240px;
  text-align: center;
  margin-bottom: 50px;
}
.trainers__list li img {
  margin-bottom: 50px;
}
.trainers__list li p {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.trainers__list li span {
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
.our {
  text-align: center;
}
.our__title {
  font-weight: bold;
  font-size: 39px;
  line-height: 45px;
  margin-bottom: 70px;
}
.our img {
  max-width: 100%;
}
.stars {
  padding: 75px 0 100px;
  text-align: center;
}
.stars__title {
  font-weight: bold;
  font-size: 39px;
  line-height: 45px;
  margin-bottom: 70px;
}
.stars__slider {
  position: relative;
}
.stars__slider .swiper-slide img {
  max-width: 100%;
}
.stars__slider .swiper-slide p {
  font-weight: 600;
  margin-top: 40px;
  font-size: 17px;
  line-height: 25px;
}
.stars__slider .swiper-button-next,
.stars__slider .swiper-button-prev {
  width: 83px;
  height: 14px;
  background: url('../img/arrow-left.png');
  left: -191px;
  top: 142px;
  margin-top: 0;
}
.stars__slider .swiper-button-next:after,
.stars__slider .swiper-button-prev:after {
  display: none;
}
.stars__slider .swiper-button-next.swiper-button-disabled,
.stars__slider .swiper-button-prev.swiper-button-disabled {
  display: none;
}
@media (min-width: 0) {
  .stars__slider .swiper-button-next,
  .stars__slider .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 1582px) {
  .stars__slider .swiper-button-next,
  .stars__slider .swiper-button-prev {
    display: block;
  }
}
.stars__slider .swiper-button-next {
  left: auto;
  right: -191px;
  transform: rotate(180deg);
}
.ways4 {
  padding: 105px 0 130px;
  background: #f5f5f5;
  overflow: hidden;
}
.ways4__title {
  font-size: 43px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
}
.ways4__undertitle {
  font-size: 22px;
  text-align: center;
  display: block;
}
.ways4__image {
  text-align: center;
  margin-top: -50px;
}
.ways4__image img {
  margin-left: 50%;
  transform: translate(-50%, 0px);
}
.ways4__inner {
  position: relative;
}
.ways4__inner button {
  margin: -70px auto 0;
}
@media (min-width: 0) {
  .ways4__inner button {
    margin: 50px auto 0;
  }
}
@media (min-width: 790px) {
  .ways4__inner button {
    margin: -70px auto 0;
  }
}
.ways4__list {
  list-style: none;
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
}
@media (min-width: 0) {
  .ways4__list {
    position: static;
    margin-top: -100px;
  }
}
@media (min-width: 790px) {
  .ways4__list {
    position: absolute;
    margin-top: 0;
  }
}
.ways4__list li {
  position: absolute;
}
@media (min-width: 0) {
  .ways4__list li {
    position: static;
    margin-bottom: 45px;
  }
}
@media (min-width: 790px) {
  .ways4__list li {
    position: absolute;
    margin-bottom: 0;
  }
}
.ways4__list li:nth-of-type(1),
.ways4__list li:nth-of-type(3) {
  left: 0;
}
.ways4__list li:nth-of-type(2),
.ways4__list li:nth-of-type(4) {
  text-align: right;
  right: 0;
}
.ways4__list li:nth-of-type(1),
.ways4__list li:nth-of-type(2) {
  top: 0;
}
.ways4__list li:nth-of-type(3),
.ways4__list li:nth-of-type(4) {
  top: 280px;
}
.ways4__list li span {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
}
.ways4__list li p {
  font-size: 15px;
  line-height: 24px;
}
.tired {
  padding: 60px 0 90px;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.tired:before {
  content: '';
  position: absolute;
  background: url('../img/tired-circles.png');
  width: 1154px;
  height: 792px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.tired__title-1 {
  font-family: 'AA Bebas Neue';
  font-size: 45px;
  margin-left: 145px;
  margin-bottom: -10px;
  line-height: 43px;
}
@media (min-width: 0) {
  .tired__title-1 {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 790px) {
  .tired__title-1 {
    margin-left: 70px;
  }
}
@media (min-width: 992px) {
  .tired__title-1 {
    margin-left: 140px;
    margin-bottom: -10px;
  }
}
.tired__title-2 {
  font-family: 'AA Bebas Neue';
  font-size: 62px;
  color: #c5c5c5;
  text-align: right;
  margin-bottom: -10px;
  line-height: 60px;
}
@media (min-width: 0) {
  .tired__title-2 {
    text-align: right;
    margin-bottom: 0px;
  }
}
@media (min-width: 790px) {
  .tired__title-2 {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .tired__title-2 {
    margin-bottom: -10px;
  }
}
.tired__title-3 {
  font-family: 'AA Bebas Neue';
  color: #e32822;
  font-size: 56px;
  line-height: 54px;
}
.tired__inner {
  background: #ffffff;
  padding: 65px 55px 55px 65px;
  border-radius: 15px;
  margin-top: 70px;
  position: relative;
}
@media (min-width: 0) {
  .tired__inner {
    margin-top: 360px;
    padding: 65px 25px 55px 35px;
  }
}
@media (min-width: 790px) {
  .tired__inner {
    padding: 65px 55px 55px 65px;
  }
}
@media (min-width: 992px) {
  .tired__inner {
    margin-top: 70px;
  }
}
.tired__inner-title {
  max-width: 655px;
  font-size: 56px;
  font-family: 'AA Bebas Neue';
  line-height: 55px;
}
.tired__circle {
  width: 338px;
  height: 338px;
  background: url('../img/tired-circle.png');
  background-size: cover;
  position: absolute;
  right: 52px;
  top: -55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 0) {
  .tired__circle {
    left: 0;
    right: 0;
    margin: auto;
    top: -355px;
  }
}
@media (min-width: 992px) {
  .tired__circle {
    right: -70px;
    top: -77px;
    left: auto;
  }
}
@media (min-width: 1221px) {
  .tired__circle {
    right: 52px;
    top: -55px;
  }
}
.tired__circle p {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.tired__price {
  font-size: 58px;
  color: #fff;
  font-weight: 800;
}
.tired__price > span {
  font-size: 36px;
  font-weight: 600;
}
.tired__price--stroked {
  color: #f88a86;
  font-size: 33px;
  font-weight: 500;
  text-decoration: line-through;
}
.tired__list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 10px;
}
.tired__list li {
  margin-right: 50px;
  max-width: 245px;
  font-size: 17px;
  position: relative;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 60px;
}
.tired__list li:before {
  content: '';
  background: url('../img/tired-check.png');
  width: 17px;
  height: 17px;
  left: 0;
  top: -35px;
  position: absolute;
}
.tired__list li:last-of-type {
  margin-right: 0;
}
.tired__form {
  display: flex;
  flex-wrap: wrap;
}
.tired__form .form__input {
  margin-right: 50px;
  margin-bottom: 50px;
}
@media (min-width: 0) {
  .tired__form .form__input {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .tired__form .form__input {
    width: auto;
    margin-right: 50px;
  }
}
.form__input {
  position: relative;
  z-index: 1;
}
.form__input label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.form__input input {
  padding: 18px 0;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  width: 100%;
  background: none;
}
.form__input input::placeholder {
  color: #dfdfdf;
}
.big {
  padding-top: 130px;
}
.big__title {
  line-height: 45px;
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 125px;
  position: relative;
}
.big__title:before {
  content: '';
  position: absolute;
  width: 125px;
  height: 105px;
  background: url('../img/dumbbell-1.png');
  left: 850px;
  top: -40px;
}
@media (min-width: 0) {
  .big__title:before {
    display: none;
  }
}
@media (min-width: 1020px) {
  .big__title:before {
    display: block;
  }
}
.big__title:after {
  content: '';
  position: absolute;
  width: 184px;
  height: 282px;
  background: url('../img/dumbbell-2.png');
  left: 1060px;
  top: -240px;
}
@media (min-width: 0) {
  .big__title:after {
    display: none;
  }
}
@media (min-width: 1300px) {
  .big__title:after {
    display: block;
  }
}
.big__call {
  margin-bottom: 50px;
  line-height: 40px;
  font-size: 36px;
  font-weight: bold;
}
.big__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 85px;
}
.big__list li {
  width: 400px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 70px;
}
.big__list li:nth-of-type(1),
.big__list li:nth-of-type(4),
.big__list li:nth-of-type(2),
.big__list li:nth-of-type(5) {
  padding-right: 50px;
}
.big__list-image {
  margin-right: 25px;
}
.big__red {
  position: relative;
}
.big__red:before {
  content: '';
  width: 322px;
  height: 881px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url('../img/big-circle.png');
}
.big__red-inner {
  height: 103px;
  display: flex;
  align-items: center;
  background: #e32822;
  position: relative;
  z-index: 2;
}
.big__red p {
  color: #fff;
  max-width: 480px;
  font-size: 21px;
  font-weight: 500;
}
.big__red img {
  position: absolute;
  right: 0;
  top: -142px;
  z-index: 5;
  max-width: 100%;
}
@media (min-width: 0) {
  .big__red img {
    position: static;
    display: none;
  }
}
@media (min-width: 992px) {
  .big__red img {
    max-width: 460px;
    position: absolute;
    display: block;
  }
}
@media (min-width: 1221px) {
  .big__red img {
    max-width: 725px;
  }
}
@media (min-width: 1700px) {
  .big__red img {
    right: 0;
    top: -142px;
    max-width: 100%;
  }
}
.big__inner {
  padding-top: 50px;
  padding-bottom: 140px;
  overflow: hidden;
}
.big__inner--grey {
  background: #f5f5f5;
}
.big__inner-list {
  margin-bottom: 240px;
  list-style: none;
}
@media (min-width: 0) {
  .big__inner-list {
    margin-bottom: 400px;
  }
}
@media (min-width: 992px) {
  .big__inner-list {
    margin-bottom: 120px;
  }
}
@media (min-width: 1221px) {
  .big__inner-list {
    margin-bottom: 240px;
  }
}
.big__inner-list li {
  padding-left: 100px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
}
.big__inner-list li:before {
  content: '';
  position: absolute;
  background: url('../img/arrow-right.png');
  width: 83px;
  height: 14px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.big__inner-list li:last-of-type {
  margin-bottom: 0;
}
.big .tired__inner {
  margin-top: 0;
}
.video {
  height: 691px;
  background: url('../img/video-bg.png') left center no-repeat;
  padding-top: 100px;
  position: relative;
}
@media (min-width: 0) {
  .video {
    height: auto;
    padding-bottom: 100px;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .video {
    height: 691px;
    padding-bottom: 0;
    background-size: auto;
  }
}
.video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
}
@media (min-width: 0) {
  .video:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .video:after {
    display: none;
  }
}
.video__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 0) {
  .video__inner {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .video__inner {
    flex-direction: row;
  }
}
.video__play {
  width: 153px;
  height: 153px;
  background: url('../img/play-btn.png');
  border: none;
  cursor: pointer;
}
@media (min-width: 0) {
  .video__play {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .video__play {
    margin-bottom: 0;
  }
}
.video__form {
  max-width: 800px;
  min-width: 800px;
}
@media (min-width: 0) {
  .video__form {
    max-width: none;
    min-width: auto;
  }
}
@media (min-width: 790px) {
  .video__form {
    max-width: 800px;
    min-width: 800px;
  }
}
.video__title {
  font-size: 57px;
  line-height: 52px;
  font-family: 'AA Bebas Neue';
  margin-bottom: 45px;
}
.video__undertitle {
  font-size: 18px;
  font-weight: 500;
}
.video__undertitle .price {
  font-size: 53px;
  font-weight: 500;
  display: inline-block;
  margin: 0 8px;
}
.video__undertitle .price span {
  font-size: 33px;
}
.video__undertitle .old-price {
  color: #b7b7b7;
  font-weight: 500;
  font-size: 29px;
  text-decoration: line-through;
  display: inline-block;
  margin: 0 8px;
}
.video__undertitle .old-price span {
  font-size: 18px;
}
.video__features {
  margin: 45px 0 70px;
  list-style: none;
}
.video__features li {
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.video__features li:last-of-type {
  margin-bottom: 0;
}
.video__features li:before {
  content: '';
  position: absolute;
  background: url('../img/tired-check.png');
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
}
.video__form {
  display: flex;
  flex-wrap: wrap;
}
.video__form .form__input {
  max-width: 210px;
  margin-right: 22px;
  margin-bottom: 30px;
}
.footer {
  text-align: center;
}
.footer__inner {
  padding-top: 53px;
  padding-bottom: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__copy {
  margin: 40px 0 20px;
  font-size: 13px;
  font-weight: 500;
  max-width: 720px;
  line-height: 18px;
}
.footer__license {
  color: #a9a9a9;
  font-size: 12px;
  line-height: 18px;
  max-width: 720px;
}
/*# sourceMappingURL=main.css.map */