a {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

.taekwondo {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: var(--font-family-inter), serif;
  overflow: hidden;
}

.taekwondo .preview {
  background-color: var(--bgbg-30);
  overflow: hidden;
  width: 100%;
}

.taekwondo .preview__wrap {
  padding: 40px 50px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.preview__container {
  background-color: var(--bgbg-25);
  border-radius: 100%;
  height: 490px;
  position: relative;
  width: 490px;
  display: flex;
}

.taekwondo .preview__block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.taekwondo .preview__slogan {
  position: absolute;
  z-index: 1;
  top: 100px;
}

.taekwondo .preview__header {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  position: absolute;
  top: 20px;
  text-decoration: none;
}

.taekwondo .preview__text {
  color: var(--textneutral-100);
  font-weight: 700;
  line-height: 17px;
  position: relative;
  text-align: center;
}

.taekwondo .preview__icon {
  position: relative;
  width: 115px;
}

.taekwondo .preview__wrapper {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
  width: 100%;
}

.taekwondo .preview__title {
  color: var(--bgbg-25);
}

.taekwondo .preview__title-white {
  color: var(--textneutral-100);
}

.taekwondo .preview__img {
  object-fit: cover;
  position: absolute;
  width: 31%;
  left: 35%;
  bottom: -172px;
  z-index: 2;
}

.taekwondo .bloc {
  background-color: var(--bgbg-15);
  overflow: hidden;
  width: 100%;
}

.taekwondo .bloc__wrap {
  padding: 70px 50px;
  display: flex;
  gap: 80px;
}

.bloc__container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 655px;
}

.taekwondo .__svg {
  right: 30px;
  position: absolute;
  top: 7px;
}

.taekwondo .__title {
  align-self: stretch;
  color: var(--bgbg-25);
  font-weight: 700;
  line-height: 120%;
  font-size: 34px;
  position: relative;
}

.taekwondo .__title--white {
  color: var(--textneutral-100);
}

.taekwondo .text {
  color: var(--bgbg-30);
}

.taekwondo .bloc__wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.taekwondo .bloc__content-1 {
  align-self: stretch;
  width: 100%;
}

.taekwondo .bloc__inner {
  align-items: center;
  display: flex;
  gap: 40px;
  position: relative;
  width: 100%;
}

.taekwondo .bloc__title-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.taekwondo .bloc__title {
  color: var(--bgbg-30);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.taekwondo .bloc__title--red {
  color: var(--bgbg-25);
}

.taekwondo .bloc__number {
  color: var(--bgbg-25);
  font-family: var(--font-family-oswald), sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.taekwondo .bloc__title-container-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.taekwondo .bloc__img {
  margin: 0 0 -140px 0;
  height: 100%;
  width: 465px;
  z-index: 1;
}

.taekwondo .solution {
  background-color: var(--bgbg-10);
  overflow: hidden;
  width: 100%;
}

.taekwondo .solution__wrap {
  padding: 70px 50px;
  display: flex;
  gap: 40px;
}

.solution__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.taekwondo .solution__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  max-width: 670px;
  width: 100%;
}

.taekwondo .flex-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.taekwondo .solution_img {
  width: 490px;
  margin: -50px 0 -200px 0;
  z-index: 1;
  height: 100%;
}

.taekwondo .effect {
  background-color: var(--bgbg-30);
  overflow: hidden;
  width: 100%;
}

.taekwondo .effect__wrap {
  padding: 70px 50px;
  display: flex;
  gap: 100px;
  align-items: center;
  align-self: stretch;
  width: auto;
}

.taekwondo .effect__circle {
  background-color: var(--bgbg-25);
  border-radius: 1000px;
  height: 410px;
  left: -260px;
  position: absolute;
  top: 122px;
  width: 410px;
}

.taekwondo .effect__wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 65px;
  justify-content: flex-end;
  position: relative;
  width: 40%;
  flex-shrink: 0;
}

.taekwondo .effect__title {
  color: var(--bgbg-25);
  width: 580px;
}

.taekwondo .effect__inner {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  width: 100%;
}

.taekwondo .effect__preview {
  align-self: stretch;
  height: auto;
  position: relative;
  width: 100%;
}

.taekwondo .effect__slider {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pagination-links {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.pagination-link {
  position: absolute;
  display: flex;
}

.pagination-link--left {
  left: 0;
}

.pagination-link--right {
  right: 0;
}

.taekwondo .pagination-arrow,
.taekwondo .pagination-arrow--1 {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

.taekwondo .pagination-arrow--hover {
  display: none;
  transition: 0.3s;
}

.taekwondo .pagination-link:hover .pagination-arrow,
.taekwondo .pagination-link:hover .pagination-arrow-1 {
  display: none;
  transition: 0.3s;
}

.taekwondo .pagination-link:hover .pagination-arrow--hover {
  display: block;
  transition: 0.3s;
}

.taekwondo .effect__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  position: relative;
  margin: 0 55px;
}

.taekwondo .slider-item {
  height: auto;
  position: relative;
  width: 100%;
  transition: 0.3s;
}

.taekwondo .slider-item.tns-nav-active {
  display: none;
  transition: 0.3s;
}

.taekwondo .pagination-arrow-1 {
  position: relative;
}

.taekwondo .effect__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
}

.taekwondo .effect__title-1 {
  align-self: stretch;
  color: var(--textneutral-100);
}

.taekwondo .__paragraph {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  width: 100%;
}

.taekwondo .paragraph {
  align-items: baseline;
  align-self: stretch;
  display: flex;
  gap: 10px;
  position: relative;
  width: 100%;
}

.taekwondo .results-bloc__marker {
  position: relative;
}

.taekwondo .results-bloc__circle {
  background-color: var(--bgbg-25);
  border-radius: 100%;
  height: 10px;
  position: relative;
  width: 10px;
}

.taekwondo .results-bloc__text {
  color: var(--textneutral-100);
  font-weight: 400;
  line-height: 120%;
  position: relative;
  font-size: 20px;
}

.taekwondo .influence {
  background-color: var(--bgbg-10);
  overflow: hidden;
  width: 100%;
}

.taekwondo .influence__wrap {
  display: flex;
  gap: 20px;
  padding: 70px 50px 150px;
  justify-content: space-between;
}

.taekwondo .influence__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  max-width: 581px;
  width: 100%;
  z-index: 1;
}

.taekwondo .results-bloc__text-1 {
  color: var(--bgbg-30);
  font-weight: 400;
  line-height: 125%;
  position: relative;
  font-size: 20px;
}

.taekwondo .influence__box {
  align-items: flex-end;
  display: inline-flex;
  flex-direction: column;
  gap: 115px;
  justify-content: end;
  padding: 130px 35px 30px 0;
  position: relative;
  z-index: 1;
}

.taekwondo .influence__wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  max-width: 565px;
  width: 100%;
}

.taekwondo .influence__inner {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  gap: 5px;
  position: relative;
  width: 100%;
}

.taekwondo .influence__icon {
  height: 40px;
  position: relative;
  width: 40px;
}

.taekwondo .influence__title {
  color: var(--bgbg-25);
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  position: relative;
  max-width: 520px;
  width: 100%;
}

.taekwondo .influence__text {
  color: var(--bgbg-30);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  text-align: right;
  max-width: 288px;
  width: 100%;
}

.taekwondo .influence__subtitle {
  color: var(--bgbg-25);
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  position: relative;
  max-width: 382px;
  width: 100%;
}

.taekwondo .influence__list {
  left: 634px;
  position: absolute;
  bottom: 155px;
  max-width: 627px;
  width: 100%;
}

.taekwondo .influence__text-1 {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}

.taekwondo .review {
  background-color: var(--bgbg-15);
  width: 100%;
}

.taekwondo .review__wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
  padding: 70px 50px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: auto;
  position: relative;
}

.taekwondo .review__svg {
  left: 50px;
  position: absolute;
  top: 11px;
  height: 95%;
}

.taekwondo .review__container {
  background-color: #F6F6F6;
  box-shadow: -2px 1px 4px #2626260f, -6px 5px 8px #2626260d, -15px 11px 11px #26262608, -26px 19px 13px #26262603, -40px 30px 14px transparent;
  overflow: hidden;
  padding: 0 0 22px 0;
  transform: rotate(-10.00deg);
  max-width: 390px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2.5% 3%;
}

.taekwondo .review__-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.taekwondo .review__img {
  transform: rotate(10.00deg);
  width: 100%;
  max-width: 423px;
}

.taekwondo .review__title {
  color: var(--bgbg-25);
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

.taekwondo .review__text {
  color: var(--bgbg-30);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}

.taekwondo .review-bloc__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
  max-width: 640px;
  width: 100%;
}

.taekwondo .footer {
  background-color: var(--bgbg-30);
  overflow: hidden;
  width: 100%;
}

.footer__wrap {
  padding: 70px 50px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.taekwondo .footer__container {
  background-color: var(--bgbg-25);
  border-radius: 100%;
  height: 350px;
  opacity: 0.2;
  position: absolute;
  bottom: -142px;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.taekwondo .footer__slogan {
  position: absolute;
  bottom: -110px;
  opacity: 0.2;
}

.taekwondo .footer__bloc {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 1;
}

.taekwondo .footer__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  max-width: 730px;
  width: 100%;
}

.taekwondo .footer__info {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  width: 100%;
}

.taekwondo .text-1 {
  color: transparent;
}

.taekwondo .span-1 {
  color: var(--textneutral-100);
}

.taekwondo .span-2 {
  color: var(--bgbg-25);
  cursor: pointer;
}

.taekwondo .button {
  align-items: center;
  border: 1px solid;
  border-color: var(--bgbg-15);
  border-radius: 160px;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
  text-decoration: none;
}

.taekwondo .button__text {
  color: var(--textneutral-100);
  font-weight: 400;
  line-height: 16px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.taekwondo .pagination-arrow__block {
  height: 25px;
  position: relative;
  width: 25px;
  background-color: #F73728;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.taekwondo .pagination-arrow__svg {
  display: flex;
}

.taekwondo .button:hover {
  background-color: #F73728;
  transition: 0.3s;
}

.taekwondo .button:hover .pagination-arrow__block {
  background-color: #F6EDDB;
  transition: 0.3s;
}

.taekwondo .footer__container-1 {
  position: relative;
  max-width: 370px;
  width: 100%;
  margin: 0 70px 0 0;
}

.taekwondo .footer__subscription {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  position: relative;
}

.taekwondo .footer__socials {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.taekwondo .footer__social {
  display: flex;
}

.taekwondo .footer__link {
  display: flex;
}

.taekwondo .footer__title {
  color: var(--textneutral-100);
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.taekwondo .bloc__content-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
}

.taekwondo .bloc__group-2 {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: end;
}

.taekwondo .effect__title-2 {
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.taekwondo .preview__title-2 {
  font-weight: 700;
  line-height: 120%;
  font-size: 78px;
  position: relative;
  text-align: center;
  max-width: 404px;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.taekwondo .slider-item-3 {
  background-position: 50% 50%;
  background-size: cover;
  height: 80px;
  position: relative;
  width: 145px;
}

.taekwondo .text-2 {
  align-self: stretch;
  font-weight: 400;
  line-height: 125%;
  font-size: 20px;
  position: relative;
}

.show-880 {
  display: none;
}

.show-1080 {
  display: none;
}

.show-800 {
  display: none;
}

@media (max-width: 1300px) {
  .taekwondo .preview__title-2 {
    font-size: 70px;
    max-width: 370px;
  }

  .taekwondo .preview__img {
    width: 32%;
    bottom: -150px;
  }

  .preview__container {
    height: 470px;
    width: 470px;
  }

  .taekwondo .preview__slogan {
    height: 360px;
  }

  .taekwondo .bloc__wrap {
    padding: 65px 50px;
    gap: 10px;
    justify-content: space-between;
  }

  .taekwondo .bloc__img {
    width: 435px;
  }

  .taekwondo .bloc__number {
    font-size: 95px;
  }

  .taekwondo .__svg {
    height: 665px;
  }

  .taekwondo .solution_img {
    width: 460px;
  }

  .taekwondo .solution__wrap {
    padding: 60px 50px;
  }

  .taekwondo .influence__title {
    font-size: 20px;
  }

  .taekwondo .influence__subtitle {
    font-size: 25px;
  }

  .taekwondo .influence__list {
    max-width: 575px;
  }

  .taekwondo .influence__wrap {
    gap: 15px;
    padding: 60px 50px 130px;
  }

  .taekwondo .review__wrap {
    gap: 50px;
    padding: 60px 50px;
  }

  .taekwondo .effect__wrap {
    padding: 60px 50px;
    gap: 90px;
  }

  .taekwondo .review__title {
    font-size: 20px;
  }

  .taekwondo .review__container {
    max-width: 340px;
  }

  .taekwondo .footer__container-1 {
    margin: 0;
  }

  .taekwondo .footer__bloc {
    gap: 40px;
  }

  .taekwondo .footer__container-1 {
    max-width: 335px;
  }

  .footer__wrap {
    padding: 65px 50px 40px;
  }

  .taekwondo .effect__wrapper {
    gap: 55px;
  }
}

@media (max-width: 1180px) {
  .taekwondo .preview__title-2 {
    font-size: 62px;
    max-width: 335px;
  }

  .taekwondo .preview__img {
    width: 33%;
    bottom: -125px;
  }

  .preview__container {
    height: 450px;
    width: 450px;
  }

  .taekwondo .preview__wrap {
    padding: 35px 50px 65px;
  }

  .taekwondo .preview__slogan {
    height: 320px;
  }

  .taekwondo .bloc__wrap {
    padding: 60px 50px;
  }

  .taekwondo .bloc__inner {
    gap: 35px;
  }

  .taekwondo .bloc__number {
    font-size: 90px;
  }

  .taekwondo .bloc__img {
    width: 420px;
  }

  .taekwondo .__svg {
    height: 655px;
  }

  .bloc__container {
    gap: 55px;
  }

  .taekwondo .bloc__wrapper {
    gap: 35px;
  }

  .taekwondo .__title {
    font-size: 32px;
  }

  .taekwondo .solution_img {
    width: 440px;
  }

  .solution__wrapper {
    gap: 55px;
  }

  .taekwondo .solution__wrap {
    padding: 55px 50px;
  }

  .taekwondo .solution_img {
    margin: 0 0 -200px 0;
  }

  .taekwondo .influence__wrap {
    gap: 15px;
    padding: 55px 50px 120px;
  }

  .taekwondo .influence__title {
    font-size: 18px;
  }

  .taekwondo .influence__subtitle {
    font-size: 22px;
    text-align: end;
  }

  .taekwondo .influence__list {
    max-width: 525px;
  }

  .taekwondo .review__wrap {
    gap: 45px;
    padding: 55px 50px;
  }

  .taekwondo .effect__wrap {
    padding: 55px 50px;
    gap: 80px;
    flex-direction: column;
    align-items: stretch;
  }

  .taekwondo .review__title {
    font-size: 18px;
  }

  .taekwondo .review__container {
    max-width: 295px;
  }

  .taekwondo .footer__container-1 {
    max-width: 300px;
  }

  .footer__wrap {
    padding: 60px 50px 40px;
  }

  .taekwondo .effect__wrapper {
    gap: 45px;
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .taekwondo .preview__title-2 {
    font-size: 56px;
    max-width: 300px;
  }

  .taekwondo .preview__img {
    width: 34%;
    bottom: -100px;
  }


  .preview__container {
    height: 435px;
    width: 435px;
  }

  .taekwondo .preview__slogan {
    top: 105px;
    height: 290px;
  }

  .taekwondo .bloc__wrap {
    padding: 55px 50px;
  }

  .taekwondo .bloc__number {
    font-size: 85px;
  }

  .taekwondo .bloc__img {
    width: 405px;
    margin: 0 -30px -100px 0;
    bottom: 25px;
    position: relative;
  }

  .taekwondo .bloc__inner {
    gap: 30px;
    margin: 0 -20px 0 0;
  }

  .taekwondo .bloc__number {
    font-size: 80px;
  }

  .taekwondo .bloc__group-2 {
    gap: 15px;
  }

  .taekwondo .bloc__title {
    font-size: 18px;
  }

  .taekwondo .__svg {
    height: 645px;
  }

  .bloc__container {
    gap: 50px;
  }

  .taekwondo .bloc__wrapper {
    gap: 30px;
  }

  .taekwondo .__title {
    font-size: 30px;
  }

  .taekwondo .text-2 {
    font-size: 18px;
  }

  .taekwondo .solution_img {
    width: 420px;
  }

  .solution__wrapper {
    gap: 50px;
  }

  .taekwondo .solution__wrap {
    padding: 50px;
    gap: 0;
  }

  .taekwondo .flex-container {
    gap: 15px;
  }

  .taekwondo .solution_img {
    margin: 0 0 -200px -50px;
  }

  .taekwondo .influence__wrap {
    padding: 50px 50px 110px;
    gap: 10px;
  }

  .taekwondo .influence__title {
    font-size: 16px;
  }

  .taekwondo .influence__subtitle {
    font-size: 20px;
  }

  .taekwondo .influence__text {
    font-size: 14px;
  }

  .taekwondo .influence__list {
    max-width: 418px;
    top: -70px;
    left: auto;
    right: 30px;
  }

  .show-1080 {
    display: flex;
  }

  .hide-1080 {
    display: none;
  }

  .taekwondo .results-bloc__text-1 {
    font-size: 18px;
  }

  .taekwondo .influence__content {
    max-width: 460px;
  }

  .taekwondo .influence__box {
    padding: 0;
    height: 380px;
  }

  .taekwondo .review__container {
    max-width: 250px;
  }

  .taekwondo .review__wrap {
    gap: 40px;
    padding: 50px;
  }

  .taekwondo .effect__wrap {
    padding: 50px;
    gap: 65px;
  }

  .taekwondo .review__title {
    font-size: 16px;
  }

  .taekwondo .review__text {
    font-size: 14px;
  }

  .footer__wrap {
    padding: 55px 50px 40px;
  }

  .taekwondo .effect__wrapper {
    gap: 35px;
  }
}

@media (max-width: 980px) {
  .taekwondo .preview__title-2 {
    font-size: 50px;
    max-width: 265px;
  }

  .taekwondo .preview__img {
    width: 35%;
    bottom: -75px;
  }

  .preview__container {
    height: 420px;
    width: 420px;
  }

  .taekwondo .preview__wrap {
    padding: 30px 50px 60px;
  }

  .taekwondo .preview__slogan {
    top: 110px;
    height: 260px;
  }

  .taekwondo .bloc__wrap {
    padding: 50px;
  }

  .taekwondo .footer__container-1 {
    max-width: 270px;
  }

  .footer__wrap {
    padding: 50px 50px 40px;
  }

  .taekwondo .footer__container {
    height: 310px;
    width: 310px;
    bottom: -130px;
  }

  .taekwondo .effect__wrapper {
    gap: 25px;
  }

  .taekwondo .results-bloc__text {
    font-size: 18px;
  }
}

@media (max-width: 970px) {
  .bloc__container {
    max-width: none;
  }

  .taekwondo .bloc__wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .taekwondo .bloc__img {
    margin: 0 -30px -100px 0;
    bottom: 0;
  }

  .taekwondo .bloc__inner {
    margin: 0;
    flex-wrap: wrap;
  }

  .taekwondo .__svg {
    top: auto;
    bottom: 10px;
  }

  .taekwondo .solution__wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .taekwondo .solution_img {
    margin: 0 0 -100px 0;
  }

  .taekwondo .solution__content {
    max-width: none;
  }

  .taekwondo .influence__wrap {
    padding: 50px 50px 12%;
    flex-direction: column;
    gap: 30px;
  }

  .taekwondo .influence__text-1 {
    bottom: -2%;
  }

  .taekwondo .influence__box {
    height: auto;
    gap: 30px;
  }

  .taekwondo .influence__list {
    display: none;
  }

  .taekwondo .review__wrap {
    gap: 30px;
    padding: 50px 40px;
  }

  .taekwondo .effect__wrap {
    padding: 50px 40px;
    gap: 50px;
  }

  .taekwondo .review__svg {
    left: 40px;
  }

  .taekwondo .effect__circle {
    width: 370px;
    height: 370px;
  }
}

@media (max-width: 880px) {
  .taekwondo .preview__img {
    width: 63%;
    bottom: -85px;
    left: auto;
  }

  .show-880 {
    display: flex;
  }

  .hide-880 {
    display: none;
  }

  .taekwondo .preview__wrap {
    padding: 30px 40px 55px;
  }

  .preview__container {
    height: 390px;
    width: 390px;
    overflow: hidden;
  }

  .taekwondo .preview__slogan {
    width: 100%;
    height: auto;
    top: 90px;
  }

  .bloc__container {
    gap: 45px;
  }

  .taekwondo .influence__wrap {
    padding: 50px 40px 12%;
  }

  .taekwondo .review__wrap {
    padding: 50px 30px;
  }

  .taekwondo .effect__wrap {
    padding: 50px 30px;
    gap: 45px;
  }

  .taekwondo .review__svg {
    left: 35px;
  }

  .taekwondo .footer__container-1 {
    max-width: 180px;
  }

  .taekwondo .footer__container-1 {
    max-width: 240px;
  }

  .footer__wrap {
    padding: 40px;
  }

  .taekwondo .effect__circle {
    width: 330px;
    height: 330px;
  }

  .show-800 {
    display: flex;
  }
}

@media (max-width: 780px) {
  .taekwondo .preview__title-2 {
    font-size: 42px;
    flex-direction: row;
    max-width: none;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .taekwondo .preview__wrapper {
    margin: 0;
    flex-direction: column;
    gap: 5px;
  }

  .taekwondo .preview__wrap {
    padding: 30px 30px 50px;
    gap: 10px;
  }

  .preview__container {
    height: 350px;
    width: 350px;
  }

  .taekwondo .preview__icon {
    width: 105px;
  }

  .taekwondo .preview__img {
    bottom: -80px;
  }

  .taekwondo .bloc__wrap {
    padding: 50px 30px 0;
  }

  .taekwondo .bloc__img {
    margin: 0 0 -10px 0;
  }

  .taekwondo .bloc__img {
    width: 380px;
  }

  .taekwondo .__svg {
    height: 605px;
  }

  .taekwondo .__title {
    font-size: 26px;
  }

  .taekwondo .text-2 {
    font-size: 16px;
  }

  .taekwondo .bloc__number {
    font-size: 75px;
  }

  .taekwondo .bloc__inner {
    gap: 25px;
  }

  .bloc__container {
    gap: 40px;
  }

  .taekwondo .bloc__content-2 {
    gap: 20px;
  }

  .taekwondo .bloc__wrapper {
    gap: 25px;
  }

  .taekwondo .solution_img {
    width: 380px;
  }

  .taekwondo .solution__wrap {
    padding: 50px 40px 0;
  }

  .taekwondo .solution__content {
    gap: 20px;
  }

  .solution__wrapper {
    gap: 40px;
  }

  .taekwondo .influence__wrap {
    padding: 50px 30px 12%;
  }

  .taekwondo .results-bloc__text-1 {
    font-size: 16px;
  }

  .taekwondo .influence__content {
    gap: 20px;
  }

  .taekwondo .influence__icon {
    height: 30px;
    width: 30px;
  }

  .taekwondo .influence__wrapper {
    gap: 15px;
  }

  .taekwondo .review__wrap {
    padding: 45px 25px;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .taekwondo .effect__wrap {
    padding: 45px 25px;
    gap: 40px;
  }

  .taekwondo .review__svg {
    left: 20px;
    height: 390px;
    bottom: 10px;
    top: auto;
  }

  .taekwondo .review-bloc__content {
    gap: 20px;
    max-width: none;
  }

  .taekwondo .footer__bloc {
    flex-direction: column;
    gap: 30px;
  }

  .taekwondo .footer__container-1 {
    margin: 20px 0;
    max-width: 210px;
  }

  .taekwondo .footer__content {
    gap: 45px;
    align-items: center;
    max-width: none;
  }

  .footer__wrap {
    padding: 35px 25px;
    gap: 20px;
  }

  .taekwondo .footer__info {
    gap: 20px;
  }

  .taekwondo .footer__slogan {
    bottom: -90px;
    width: 100%;
  }

  .taekwondo .footer__container {
    height: 280px;
    width: 280px;
    bottom: -120px;
  }

  .taekwondo .footer__subscription {
    gap: 15px;
  }

  .taekwondo .effect__wrapper {
    gap: 20px;
  }

  .taekwondo .effect__inner {
    gap: 20px;
  }

  .taekwondo .effect__content {
    gap: 20px;
  }

  .taekwondo .effect__circle {
    width: 290px;
    height: 290px;
    left: -220px;
  }

  .taekwondo .results-bloc__text {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .taekwondo .preview__title-2 {
    font-size: 36px;
  }

  .taekwondo .preview__wrap {
    padding: 30px 20px 45px;
  }

  .preview__container {
    height: 320px;
    width: 320px;
  }

  .taekwondo .preview__icon {
    width: 95px;
  }

  .taekwondo .preview__slogan {
    top: 100px;
  }

  .taekwondo .preview__img {
    bottom: -75px;
  }

  .taekwondo .bloc__wrap {
    padding: 45px 25px 0;
  }

  .taekwondo .bloc__img {
    width: 350px;
  }

  .taekwondo .__svg {
    height: 570px;
  }

  .bloc__container {
    gap: 35px;
  }

  .taekwondo .solution_img {
    width: 350px;
  }

  .taekwondo .solution__wrap {
    padding: 45px 30px 0;
  }

  .solution__wrapper {
    gap: 35px;
  }

  .taekwondo .influence__wrap {
    padding: 45px 25px 12%;
  }

  .taekwondo .influence__list {
    bottom: 8%;
  }

  .taekwondo .review__container {
    margin: 3% 0;
  }

  .taekwondo .footer__slogan {
    bottom: -60px;
  }

  .taekwondo .footer__container {
    height: 250px;
    width: 250px;
    bottom: -110px;
  }

  .taekwondo .effect__wrap {
    gap: 35px;
  }

  .taekwondo .effect__circle {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 480px) {
  .taekwondo .preview__title-2 {
    font-size: 30px;
    gap: 10px;
  }

  .taekwondo .preview__wrap {
    padding: 30px 15px 40px;
  }

  .preview__container {
    height: 290px;
    width: 290px;
  }

  .taekwondo .preview__header {
    top: 15px;
    gap: 3px;
  }

  .taekwondo .preview__text {
    font-size: 12px;
    line-height: 14px;
  }

  .taekwondo .preview__icon {
    width: 85px;
  }

  .taekwondo .preview__slogan {
    top: 110px;
  }

  .taekwondo .preview__img {
    bottom: -70px;
  }

  .taekwondo .bloc__wrap {
    padding: 40px 20px 0;
  }

  .taekwondo .__svg {
    right: -7px;
  }

  .taekwondo .bloc__img {
    width: 320px;
  }

  .taekwondo .__svg {
    height: 535px;
  }

  .taekwondo .__title {
    font-size: 22px;
  }

  .taekwondo .text-2 {
    font-size: 14px;
  }

  .taekwondo .bloc__number {
    font-size: 70px;
  }

  .taekwondo .bloc__title {
    font-size: 16px;
  }

  .taekwondo .bloc__inner {
    gap: 20px;
  }

  .bloc__container {
    gap: 30px;
  }

  .taekwondo .bloc__content-2 {
    gap: 15px;
  }

  .taekwondo .bloc__wrapper {
    gap: 20px;
  }

  .taekwondo .solution_img {
    width: 320px;
  }

  .taekwondo .solution_img {
    margin: 0;
  }

  .taekwondo .solution__wrap {
    padding: 40px 20px 0;
  }

  .taekwondo .flex-container {
    gap: 10px;
  }

  .taekwondo .solution__content {
    gap: 15px;
  }

  .solution__wrapper {
    gap: 30px;
  }

  .taekwondo .influence__wrap {
    padding: 40px 20px 12%;
  }

  .taekwondo .influence__list {
    display: none;
  }

  .taekwondo .results-bloc__text-1 {
    font-size: 14px;
  }

  .taekwondo .__paragraph {
    gap: 10px;
  }

  .taekwondo .results-bloc__circle {
    height: 8px;
    width: 8px;
  }

  .taekwondo .influence__content {
    gap: 15px;
  }

  .taekwondo .influence__title {
    font-size: 14px;
  }

  .taekwondo .influence__icon {
    height: 20px;
    width: 20px;
  }

  .taekwondo .influence__text {
    font-size: 12px;
  }

  .taekwondo .influence__wrapper {
    gap: 10px;
  }

  .taekwondo .influence__subtitle {
    font-size: 18px;
  }

  .taekwondo .review__wrap {
    padding: 40px 20px;
  }

  .taekwondo .effect__wrap {
    padding: 40px 20px;
    gap: 30px;
  }

  .taekwondo .review__container {
    margin: 4% 0;
  }

  .taekwondo .review__svg {
    left: 10px;
  }

  .taekwondo .review__title {
    font-size: 14px;
  }

  .taekwondo .review__text {
    font-size: 12px;
  }

  .taekwondo .review__-container {
    gap: 5px;
  }

  .taekwondo .review-bloc__content {
    gap: 15px;
  }

  .taekwondo .footer__container-1 {
    max-width: 180px;
  }

  .taekwondo .footer__content {
    gap: 40px;
  }

  .footer__wrap {
    padding: 30px 20px;
    gap: 10px;
  }

  .taekwondo .footer__info {
    gap: 15px;
    text-align: center;
  }

  .taekwondo .button__text {
    font-size: 14px;
    line-height: 14px;
  }

  .taekwondo .footer__slogan {
    bottom: -50px;
    width: 103%;
  }

  .taekwondo .footer__container {
    height: 220px;
    width: 220px;
    bottom: -100px;
  }

  .taekwondo .footer__subscription {
    gap: 10px;
  }
  .taekwondo .footer__title {
    font-size: 12px;
    line-height: 14px;
  }

  .taekwondo .footer__container-1 {
    margin: 10px 0;
  }

  .taekwondo .effect__wrapper {
    gap: 15px;
  }

  .taekwondo .effect__inner {
    gap: 15px;
  }

  .taekwondo .effect__content {
    gap: 15px;
  }

  .taekwondo .effect__circle {
    width: 210px;
    height: 210px;
    left: -145px;
    top: 50px;
  }

  .taekwondo .results-bloc__text {
    font-size: 14px;
  }

  .taekwondo .effect__img {
    display: none;
  }

  .pagination-link {
    position: static;
  }
}

@media (max-width: 380px) {
  .taekwondo .preview__slogan {
    width: 103%;
    top: 115px;
  }

  .taekwondo .__svg {
    height: 500px;
  }

  .taekwondo .influence__wrap {
    padding: 40px 20px;
  }

  .taekwondo .influence__text-1 {
    bottom: -10px;
  }

  .taekwondo .review__svg {
    left: 0;
  }

  .hide-380 {
    display: none;
  }
}
