@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  outline: none;
  list-style: none;
  font-family: "Bebas Neue", sans-serif;
}

button {
  cursor: pointer;
  background-color: transparent;
}

img {
  max-width: 100%;
  display: block;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1080px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 62.5%;
  }
}

html,
body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 127.4rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

h1 {
  color: #FFF;
  font-size: 12.2rem;
  font-weight: 700;
  line-height: 13.6rem;
}

h2 {
  font-size: 91px;
  font-weight: 700;
  color: #FFF;
  line-height: 96px;
}

h3 {
  color: #F00;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
}

h4 {
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 48px; /* 126.316% */
}

h5 {
  color: #F00;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
}

p {
  font-family: "Poppins", sans-serif;
  color: #F1F1F1;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px;
}

.card-gym {
  width: 100%;
  max-width: 60.2rem;
  height: 22.4rem;
  border: 1px solid #F00;
  padding: 24px 52px 24px 40px;
}
.card-gym h4 {
  margin-bottom: 2.4rem;
}

.card-traineers {
  width: 100%;
  max-width: 38.8rem;
  height: 53.6rem;
  position: relative;
  border: 1px solid #FF0000;
}
.card-traineers .info {
  background-color: rgba(0, 0, 0, 0.6999999881);
  width: 100%;
  height: 16.8rem;
  bottom: 0;
  padding-top: 2.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.card-traineers .info h4 {
  margin-bottom: 0.8rem;
}
.card-traineers .info span {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px; /* 150% */
  display: flex;
  align-items: center;
  flex-direction: column;
}
.card-traineers img:not(.stars), .card-traineers .info:not(.stars) {
  position: absolute;
}
.card-traineers img.trainer {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .card-traineers {
    max-width: 100%;
  }
}

.card-clients {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.card-clients p {
  max-width: 91rem;
  text-align: center;
  color: #FFF;
  margin-bottom: 3.2rem;
}
.card-clients h4 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}
.card-clients img.card-small {
  border: 1px solid #F00;
}

.card-form {
  width: 100%;
  max-width: 122.8rem;
  height: 67.4rem;
  background: url("../img/img-card.png") no-repeat center center;
  padding-top: 7.2rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
.card-form img.body {
  position: absolute;
  top: -56px;
  left: 0;
}
.card-form .area-text {
  width: 100%;
  max-width: 61.1rem;
}
.card-form .area-text h2 {
  margin-bottom: 1.6rem;
}
.card-form .area-text h2 span {
  color: #F00;
}
.card-form .area-text p {
  margin-bottom: 4.8rem;
}
.card-form .area-text form {
  width: 100%;
  max-width: 48rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.card-form .area-text form input {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid #FFF;
  padding: 16px 24px;
  color: #FFF;
}
.card-form .area-text form .infos {
  width: 100%;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
}
.card-form .area-text form .infos input {
  width: 22.8rem;
}
.card-form .area-text form .infos input:not(:last-child) {
  margin-right: 2.4rem;
}
.card-form .area-text form .email {
  width: 100%;
  margin-bottom: 2.4rem;
}
.card-form .area-text form .email input {
  width: 100%;
}

.swiper {
  cursor: pointer;
}

.swiper-pagination, .swiper-pagination-02 {
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet, .swiper-pagination-02 .swiper-pagination-bullet {
  transition: background-color 0.3s;
  background-color: #484848;
  border-radius: 0px;
  width: 8px;
  height: 8px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: red;
}

.btn-primary {
  display: inline-block;
  padding: 0 4rem;
  line-height: 5.6rem;
  background-color: #F00;
  color: #FFF;
  font-size: 2.1rem;
  transition: all 0.3s;
}
.btn-primary:hover:not(.tr) {
  border-radius: 1rem;
}
.btn-primary.tr {
  background-color: transparent;
  border: 1px solid #F00;
}
.btn-primary.tr:hover {
  background-color: #F00;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 8.8rem;
  display: flex;
  border-bottom: 1px solid #FFF;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li:not(:last-child) {
  margin-right: 4rem;
}
header nav ul li a {
  font-size: 2.1rem;
  line-height: 24px;
  color: #FFF;
}
header nav ul li:not(:first-child) a {
  position: relative;
  z-index: 2;
}
header nav ul li:not(:first-child) a::after {
  content: "";
  position: absolute;
  transition: width 0.3s;
  z-index: -1;
  left: 0;
  top: 0px;
  width: 0;
  height: 24px;
  background-color: red;
}
header nav ul li:not(:first-child) a:hover::after {
  width: 100%;
}
header nav ul li:first-child a {
  color: #F00;
}
header .right-content {
  display: flex;
  align-items: center;
}
header .right-content .btn-mobile {
  margin-left: 1.5rem;
  display: none;
}
@media (max-width: 991px) {
  header nav {
    display: none;
  }
  header .right-content .btn-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  header .right-content .btn-primary {
    display: none;
  }
}

.s-hero {
  padding-top: 340px;
  padding-bottom: 20.7rem;
  background: url("../img/bg-hero-02.png") no-repeat center 0;
  background-size: cover;
}
.s-hero .area-text {
  width: 100%;
  max-width: 66rem;
}
.s-hero .area-text h1 {
  margin-bottom: 3.2rem;
}
.s-hero .area-text h1 span {
  color: #F00;
}
.s-hero .area-text p {
  margin-bottom: 5.6rem;
}
.s-hero .area-text ul {
  width: 100%;
  max-width: 55.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8.2rem;
}
.s-hero .area-text ul li:not(:last-child) {
  padding-right: 4rem;
  border-right: 1px solid #FFF;
}
.s-hero .area-text ul li h3 {
  text-align: center;
}
.s-hero .area-text ul li span {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #FFF;
}
@media (max-width: 991px) {
  .s-hero .area-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
  }
  .s-hero .area-text h1, .s-hero .area-text p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .s-hero {
    padding-bottom: 7.1rem;
    padding-top: 21.5rem;
  }
  .s-hero .area-text h1 {
    font-size: 10.8rem;
    line-height: 10.5rem;
    margin-bottom: 1.8rem;
  }
  .s-hero .area-text p {
    margin-bottom: 3.4rem;
  }
  .s-hero .area-text ul {
    margin-top: 5.3rem;
  }
}
@media (max-width: 480px) {
  .s-hero {
    background-position-x: -117px;
  }
  .s-hero .area-text h1 {
    font-size: 71px;
    line-height: 69px;
  }
  .s-hero .area-text p {
    font-size: 1.5rem;
  }
  .s-hero .area-text ul {
    flex-direction: column;
    max-width: 16.9rem;
  }
  .s-hero .area-text ul li {
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #FFF;
  }
  .s-hero .area-text ul li:not(:last-child) {
    padding-right: initial;
    border-right: initial;
    margin-bottom: 2rem;
  }
  .s-hero .area-text ul li span {
    text-align: center;
    display: block;
  }
}
@media (max-width: 280px) {
  .s-hero {
    padding-top: 15.2rem;
  }
  .s-hero .area-text h1 {
    font-size: 5.1rem;
    line-height: 5.5rem;
  }
}

.s-choose {
  padding: 7.2rem 0;
  background-color: #121212;
}
.s-choose .top h2, .s-choose .top p {
  text-align: center;
}
.s-choose .top h2 {
  margin-bottom: 1.6rem;
}
.s-choose .top h2 span {
  color: #F00;
}
.s-choose .top p {
  margin: 0 auto;
  max-width: 57.3rem;
}
.s-choose .items {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0px;
}
@media (max-width: 1240px) {
  .s-choose .items .card-gym {
    width: 48%;
  }
}
@media (max-width: 1110px) {
  .s-choose .items .card-gym {
    padding: 8px 15px;
  }
}
@media (max-width: 991px) {
  .s-choose .items {
    flex-direction: column;
  }
  .s-choose .items .card-gym {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .s-choose .top p {
    max-width: 96%;
  }
  .s-choose .items .card-gym {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
  }
  .s-choose .items .card-gym p {
    margin-top: 0.5rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .s-choose .top h2 {
    font-size: 6.3rem;
  }
  .s-choose .items {
    margin-top: 4.8rem;
  }
  .s-choose .items .card-gym {
    height: 26.8rem;
  }
}
@media (max-width: 280px) {
  .s-choose .top h2 {
    font-size: 5.2rem;
    line-height: 5rem;
  }
  .s-choose .items .card-gym {
    height: 241px;
  }
  .s-choose .items .card-gym h4 {
    margin-bottom: 5px;
  }
  .s-choose .items .card-gym h5 {
    font-size: 23px;
  }
  .s-choose .items .card-gym p {
    font-size: 13px;
  }
}

.s-experience {
  padding-top: 11.2rem;
  padding-bottom: 7.2rem;
  background: url("../img/bg-experience.png") no-repeat center center;
  background-size: cover;
}
.s-experience .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-experience .area-text {
  width: 100%;
  max-width: 60.2rem;
}
.s-experience .area-text h2 {
  margin-bottom: 1.6rem;
}
.s-experience .area-text h2 span {
  color: #F00;
}
.s-experience .area-text .info {
  margin-bottom: 5.6rem;
}
.s-experience .area-text .info p:not(:last-child) {
  margin-bottom: 3rem;
}
.s-experience .area-image {
  width: 100%;
  max-width: 44.8rem;
  height: 61.6rem;
  position: relative;
}
.s-experience .area-image img {
  position: absolute;
}
.s-experience .area-image img.red {
  top: 0;
  left: 0;
}
.s-experience .area-image img.man-main {
  z-index: 2;
  right: 0;
  top: 5.6rem;
}
.s-experience .area-image img.white {
  right: -56px;
  bottom: 0;
}
@media (max-width: 991px) {
  .s-experience .area-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 55px;
  }
  .s-experience .area-text h2, .s-experience .area-text p {
    text-align: center;
  }
  .s-experience .container {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .s-experience .area-text h2 {
    font-size: 6.4rem;
    line-height: 63px;
  }
  .s-experience .area-text p {
    font-size: 1.4rem;
  }
}
@media (max-width: 280px) {
  .s-experience .area-text h2 {
    font-size: 4.6rem;
    line-height: 4.5rem;
  }
  .s-experience .area-image {
    height: 39.6rem !important;
  }
  .s-experience .area-image img.white {
    right: -6.6rem;
    bottom: -2.2rem;
  }
  .s-experience .area-image img.red {
    top: 1.9rem;
    left: -1.6rem;
  }
}

.s-traineers {
  padding-top: 7.2rem;
  height: 108rem;
  background-color: #121212;
}
.s-traineers .top {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 8rem;
}
.s-traineers .top h2 {
  max-width: 56.5rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.s-traineers .top h2 span {
  color: #F00;
}
.s-traineers .top p {
  max-width: 56.1rem;
  text-align: center;
}
.s-traineers .items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-traineers .swiper-pagination {
  bottom: -5.6rem;
}
@media (max-width: 1080px) {
  .s-traineers .top h2 {
    font-size: 75px;
    line-height: 68px;
  }
}
@media (max-width: 480px) {
  .s-traineers {
    height: 98rem;
  }
  .s-traineers .top {
    margin-bottom: 6rem;
  }
  .s-traineers .top h2 {
    font-size: 51px;
    line-height: 48px;
  }
}
@media (max-width: 280px) {
  .s-traineers .top h2 {
    font-size: 43px;
    line-height: 44px;
  }
}

.s-clients {
  padding-top: 7.2rem;
  height: 72.8rem;
  background: url("../img/bg-clients.png") no-repeat center center;
  background-size: cover;
}
.s-clients h2 {
  text-align: center;
  margin-bottom: 8rem;
}
.s-clients h2 span {
  color: #F00;
}
.s-clients .kratos {
  max-width: 124.4rem;
}
.s-clients .swiper-pagination-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -5.6rem;
}
@media (max-width: 768px) {
  .s-clients h2 {
    font-size: 65px;
    margin-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  .s-clients h2 {
    font-size: 37px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 280px) {
  .s-clients {
    padding-top: 5.2rem;
  }
  .s-clients h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

.s-list {
  padding-top: 12.8rem;
  padding-bottom: 3.8rem;
  background-color: #121212;
}
@media (max-width: 1100px) {
  .s-list .card-form img.body {
    left: -74px;
  }
}
@media (max-width: 991px) {
  .s-list .card-form {
    padding: initial;
  }
  .s-list .card-form .area-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
  }
  .s-list .card-form .area-text h2, .s-list .card-form .area-text p {
    text-align: center;
  }
  .s-list .card-form .area-text form {
    align-items: center;
  }
  .s-list .card-form .area-text h2 {
    max-width: 467px;
  }
  .s-list .card-form img.body {
    display: none;
  }
}
@media (max-width: 768px) {
  .s-list .card-form .area-text h2 {
    font-size: 71px;
    line-height: 69px;
  }
  .s-list .card-form .area-text p {
    max-width: 82%;
  }
}
@media (max-width: 480px) {
  .s-list .card-form .area-text h2 {
    font-size: 57px;
    line-height: 53px;
  }
  .s-list .card-form .area-text form input {
    text-align: center;
    width: 88%;
  }
  .s-list .card-form .area-text form .infos {
    flex-direction: column;
  }
  .s-list .card-form .area-text form .infos input:not(:last-child) {
    margin-right: initial;
    margin-bottom: 2rem;
  }
  .s-list .card-form .area-text form .email {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 280px) {
  .s-list .card-form .area-text h2 {
    font-size: 4rem;
    line-height: 3.8rem;
  }
  .s-list .card-form .area-text p {
    margin-bottom: 3.8rem;
  }
}

footer {
  background-color: #000;
  padding-top: 7.2rem;
}
footer .top {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
footer .top nav ul {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
footer .top nav ul li:first-child a {
  color: #F00;
}
footer .top nav ul li:not(:last-child) {
  margin-right: 4rem;
}
footer .top nav ul li a {
  color: #fff;
  font-size: 2.1rem;
  line-height: 24px;
}
footer .bottom {
  margin-top: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 2px solid #484848;
}
@media (max-width: 768px) {
  footer .bottom {
    flex-direction: column-reverse;
  }
  footer .bottom p:not(:first-child) {
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  footer {
    padding-top: 33px;
  }
  footer .top nav ul li:not(:last-child) {
    margin-right: 10px;
  }
  footer .top nav ul li a {
    font-size: 18px;
  }
  footer .bottom {
    margin-top: 3.2rem;
  }
  footer .bottom p {
    font-size: 1.4rem;
  }
}
@media (max-width: 280px) {
  footer .top nav ul li:not(:last-child) {
    margin-right: 0.5rem;
  }
  footer .top nav ul li a {
    font-size: 1.5rem;
  }
  footer .bottom p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}/*# sourceMappingURL=main.css.map */