.fitness-academy-form {
  background: red;
}

.fitness-academy-form .screen-reader-response,
.fitness-academy-form .wpcf7-not-valid-tip {
  display: none;
}

.fitness-academy-form-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
}

.fitness-academy-form-content {
  height: 100%;
  overflow: auto;
  padding: 76px 20px 60px;
  background: #fff;
}

.fitness-academy-form-content * {
  color: black;
  font-size: 1.6rem;
  line-height: 1.2;
}

.fitness-academy-form-content__title {
  padding: 0 16px;
  color: #004fe8;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 auto 24px;
  color: #004fe8;
}

.fitness-academy-form-close {
  cursor: pointer;
}

.fitness-academy-form-close.svg {
  position: absolute;
  top: 24px;
  right: 20px;
}

.fitness-academy-form-close.btn {
  padding: 16px;
  background: #004fe8;
  color: #fff;
  text-align: center;
  font-size: 16px 76px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  margin: 16px auto 0;
}

.fitness-academy-form-close.btn:hover {
  color: #ff6424;
}

.fitness-academy-form .disable-btn {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed !important;
}

.fitness-academy-form .wpcf7-response-output {
  display: none;
}

.fitness-academy-form .wpcf7-response-output,
.fitness-academy-form .ajax-error-message {
  text-align: center;
  color: red;
  font-size: 14px;
  margin-top: 24px;
}

.fitness-academy-form .ajax-error-message {
  display: none;
}

.fitness-academy-form .blue-star {
  color: #004fe8;
}

.fitness-academy-form .otp-next-step,
.fitness-academy-form input.wpcf7-submit,
.fitness-academy-form .ajax_check_otp_new,
.fitness-academy-form .close_form,
.fitness-academy-form .choise-date,
.fitness-academy-form .course-pay-btn {
  border: none;
  width: 100%;
  display: block;
  max-width: 320px;
  padding: 16px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  background: #ff6424;
  border: 1px solid #ff6424;
  border-radius: 12px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  margin: 24px auto 0;
  cursor: pointer;
}

.fitness-academy-form .otp-next-step span,
.fitness-academy-form input.wpcf7-submit span,
.fitness-academy-form .ajax_check_otp_new span,
.fitness-academy-form .close_form span,
.fitness-academy-form .choise-date span,
.fitness-academy-form .course-pay-btn span {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.fitness-academy-form .otp-next-step:hover,
.fitness-academy-form input.wpcf7-submit:hover,
.fitness-academy-form .ajax_check_otp_new:hover,
.fitness-academy-form .close_form:hover,
.fitness-academy-form .choise-date:hover,
.fitness-academy-form .course-pay-btn:hover {
  color: #fff;
}

.fitness-academy-form .otp-next-step:hover span,
.fitness-academy-form input.wpcf7-submit:hover span,
.fitness-academy-form .ajax_check_otp_new:hover span,
.fitness-academy-form .close_form:hover span,
.fitness-academy-form .choise-date:hover span,
.fitness-academy-form .course-pay-btn:hover span {
  color: #fff;
}

.fitness-academy-form .modal__form-item {
  display: block;
  padding: 12px 0;
}

.fitness-academy-form .modal__form-item:last-child {
  padding-bottom: 24px;
}

.fitness-academy-form .modal__form-item > p {
  margin: 0 auto 4px;
  color: #000;
  font-size: 13px;
  line-height: 100%;
}

.fitness-academy-form .modal__form-item input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 14px;
  border-radius: 12px;
  width: 100%;
}

.fitness-academy-form .modal__form-item input.wpcf7-not-valid {
  border: 1px solid #ff2424;
}

.fitness-academy-form .modal__form-item input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 100%;
}

.fitness-academy-form .modal__form-item input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 100%;
}

.fitness-academy-form .modal__form-item input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 100%;
}

.fitness-academy-form .modal__form-item input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 100%;
}

.fitness-academy-form .modal__form-item input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 100%;
}

.fitness-academy-form .modal__form-checkbox {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 120%;
  margin: 12px 0 0;
  cursor: pointer;
  padding: 0 0 0 26px;
}

.fitness-academy-form .modal__form-checkbox.accept_check,
.fitness-academy-form .modal__form-checkbox.check_nophone {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fitness-academy-form .modal__form-checkbox.accept_check .checkbox,
.fitness-academy-form .modal__form-checkbox.accept_check .messenger,
.fitness-academy-form .modal__form-checkbox.check_nophone .checkbox,
.fitness-academy-form .modal__form-checkbox.check_nophone .messenger {
  position: absolute;
  top: 1px;
  left: 0;
  width: 2rem;
  height: 1.6rem;
  display: block;
}

.fitness-academy-form .modal__form-checkbox.accept_check .checkbox input:checked + .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox.accept_check .messenger input:checked + .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox.check_nophone .checkbox input:checked + .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox.check_nophone .messenger input:checked + .wpcf7-list-item-label::before {
  background: #004fe8;
}

.fitness-academy-form .modal__form-checkbox.accept_check .checkbox input:checked + .wpcf7-list-item-label::after,
.fitness-academy-form .modal__form-checkbox.accept_check .messenger input:checked + .wpcf7-list-item-label::after,
.fitness-academy-form .modal__form-checkbox.check_nophone .checkbox input:checked + .wpcf7-list-item-label::after,
.fitness-academy-form .modal__form-checkbox.check_nophone .messenger input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.fitness-academy-form .modal__form-checkbox.accept_check .checkbox .wpcf7-not-valid .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox.accept_check .messenger .wpcf7-not-valid .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox.check_nophone .checkbox .wpcf7-not-valid .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox.check_nophone .messenger .wpcf7-not-valid .wpcf7-list-item-label::before {
  background: rgba(255, 36, 36, 0.1);
  border: 1px solid #ff2424;
}

.fitness-academy-form .modal__form-checkbox.accept_check .wpcf7-list-item-label,
.fitness-academy-form .modal__form-checkbox.check_nophone .wpcf7-list-item-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0);
}

.fitness-academy-form .modal__form-checkbox.accept_check .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox.check_nophone .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: #ffffff;
  border: 1px solid #004fe8;
  border-radius: 0.5rem;
}

.fitness-academy-form .modal__form-checkbox.accept_check .wpcf7-list-item-label::after,
.fitness-academy-form .modal__form-checkbox.check_nophone .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  width: 0.8rem;
  height: 0.6rem;
  background-image: url("/wp-content/themes/apollo/build/static/images/general/galochka.svg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 5;
}

.fitness-academy-form .modal__form-checkbox.accept_check.error-field p,
.fitness-academy-form .modal__form-checkbox.accept_check.error-field p > span,
.fitness-academy-form .modal__form-checkbox.check_nophone.error-field p,
.fitness-academy-form .modal__form-checkbox.check_nophone.error-field p > span {
  color: rgb(255, 36, 36) !important;
}

.fitness-academy-form .modal__form-checkbox.accept_check.error-field .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox.check_nophone.error-field .wpcf7-list-item-label::before {
  background: rgba(255, 36, 36, 0.2);
  border: 1px solid #ff2424;
}

.fitness-academy-form .modal__form-checkbox a {
  font-size: 12px;
  color: #ff6424;
}

.fitness-academy-form .modal__form-checkbox input {
  display: none;
}

.fitness-academy-form .modal__form-checkbox span[data-name=checkbox],
.fitness-academy-form .modal__form-checkbox span[data-name=messenger] {
  position: absolute;
  top: 1px;
  left: 0;
  width: 2rem;
  height: 1.6rem;
  display: block;
}

.fitness-academy-form .modal__form-checkbox span[data-name=checkbox] input:checked + .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox span[data-name=messenger] input:checked + .wpcf7-list-item-label::before {
  background: #004fe8;
}

.fitness-academy-form .modal__form-checkbox span[data-name=checkbox] input:checked + .wpcf7-list-item-label::after,
.fitness-academy-form .modal__form-checkbox span[data-name=messenger] input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.fitness-academy-form .modal__form-checkbox span[data-name=checkbox] .wpcf7-not-valid .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox span[data-name=messenger] .wpcf7-not-valid .wpcf7-list-item-label::before {
  background: rgba(255, 36, 36, 0.1);
  border: 1px solid #ff2424;
}

.fitness-academy-form .modal__form-checkbox span[data-name=checkbox] .wpcf7-list-item-label,
.fitness-academy-form .modal__form-checkbox span[data-name=messenger] .wpcf7-list-item-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0);
}

.fitness-academy-form .modal__form-checkbox span[data-name=checkbox] .wpcf7-list-item-label::before,
.fitness-academy-form .modal__form-checkbox span[data-name=messenger] .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: #ffffff;
  border: 1px solid #004fe8;
  border-radius: 0.5rem;
}

.fitness-academy-form .modal__form-checkbox span[data-name=checkbox] .wpcf7-list-item-label::after,
.fitness-academy-form .modal__form-checkbox span[data-name=messenger] .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  width: 0.8rem;
  height: 0.6rem;
  background-image: url("/wp-content/themes/apollo/build/static/images/general/galochka.svg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 5;
}

.fitness-academy-form .modal__form-checkbox p {
  color: #000;
  font-size: 12px;
  line-height: 120%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fitness-academy-form .modal__step {
  overflow: hidden;
  height: 100%;
}

.fitness-academy-form .modal__step.step2-js,
.fitness-academy-form .modal__step.step3-js {
  display: none;
}

.fitness-academy-form .modal__step-error,
.fitness-academy-form .modal__step-error-min-length,
.fitness-academy-form .modal__step-error-old-otp {
  color: #ff2424;
  text-align: center;
  font-size: 1.4rem;
}

.fitness-academy-form .modal__step-desc {
  color: #000;
  font-size: 13px;
  line-height: 100%;
}

.fitness-academy-form .modal__step-title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 auto 28px;
}

.fitness-academy-form .modal__step-subtitle {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  margin: 32px auto 64px;
  text-align: center;
}

.fitness-academy-form .modal__step-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.fitness-academy-form .modal__step-code-container {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fitness-academy-form .modal__step-code {
  padding: 0 1rem;
  width: 12rem;
  height: 4.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
}

.fitness-academy-form .modal__step-code input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  letter-spacing: 0.5em;
  padding: 0 0.2rem;
  text-align: center;
}

.fitness-academy-form .modal__step-code-timer {
  margin-left: 1.6rem;
  min-width: 5rem;
  line-height: 100%;
  opacity: 0.5;
}

.fitness-academy-form .modal__step-repeat {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 100%;
  color: #ff6424;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fitness-academy-form .main_form {
  overflow: visible;
}

.fitness-academy-form .main_form .price {
  padding-left: 0.5em;
  font-weight: 500;
  white-space: nowrap;
}

.mono-flow .fitness-academy-form .main_form .course-pay-btn {
  display: none;
}

.fitness-academy-form .main_form .course-pay-btn .price {
  font-size: 1.4rem;
}

.fitness-academy-form .steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: absolute;
  top: -80px;
}

.fitness-academy-form .steps-wrapper .btn {
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #004fe8;
  color: #004fe8;
  background: #fff;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  margin: 0 8px 0 0;
  font-size: 1.8rem;
}

.fitness-academy-form .steps-wrapper .btn.active-step,
.fitness-academy-form .steps-wrapper .btn:hover {
  cursor: default;
  background: #004fe8;
  color: #fff;
}

.fitness-academy-form .steps-wrapper .btn.active-step span,
.fitness-academy-form .steps-wrapper .btn:hover span {
  color: #fff;
}

.fitness-academy-form .steps-wrapper .btn.done:not(.active-step) {
  background: rgba(0, 79, 232, 0.12);
  cursor: pointer;
}

.fitness-academy-form .steps-wrapper .btn.done:not(.active-step):hover {
  background: #004fe8;
}

.fitness-academy-form .steps-wrapper .btn:not(.active-step):not(.done):hover {
  cursor: not-allowed;
  color: #004fe8;
  border: 1px solid #004fe8;
  background: #fff;
}

.fitness-academy-form .steps-wrapper .btn:not(.active-step):not(.done):hover span {
  color: #004fe8;
}

.fitness-academy-form .steps-wrapper .btn .step-text {
  color: #004fe8;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  font-size: 1.2rem;
}

.fitness-academy-form.buy-form .fitness-academy-form-content {
  padding-top: 100px;
}

.fitness-academy-form.buy-form .main_form .modal__step-title {
  text-align: start;
}

.fitness-academy-form.buy-form .main-step1 .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.fitness-academy-form.buy-form .main-step1 .modal__form-item {
  position: relative;
}

.fitness-academy-form.buy-form .main-step1 .modal__form-item .error-field {
  border: 1px solid rgb(255, 36, 36) !important;
  color: rgb(255, 36, 36) !important;
}

.fitness-academy-form.buy-form .main-step1 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.fitness-academy-form.buy-form .main-step1 .wpcf7-radio input {
  display: none;
}

.fitness-academy-form.buy-form .main-step1 .wpcf7-radio span {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.fitness-academy-form.buy-form .main-step1 .wpcf7-radio input:checked ~ .wpcf7-list-item-label {
  background: #004fe8;
  color: white;
  border: 1px solid #004fe8;
}

.fitness-academy-form.buy-form .main-step1 .wpcf7-radio .wpcf7-list-item-label {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #000;
  margin-right: 8px;
  background: white;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  display: block;
  min-width: 92px;
  text-align: center;
}

.fitness-academy-form.buy-form .main-step1 .wpcf7-radio .wpcf7-list-item-label:hover {
  background: #004fe8;
  border: 1px solid #004fe8;
  color: white;
}

.fitness-academy-form.buy-form .modal__form-checked {
  padding: 14px 12px;
  border-radius: 10px;
  background: #004fe8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: -27px;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fitness-academy-form.buy-form .modal__form-checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #004fe8;
  position: absolute;
  right: 24px;
  top: 0;
}

.fitness-academy-form.buy-form [data-name=form-tel] ~ svg,
.fitness-academy-form.buy-form .form-tel ~ svg {
  position: absolute;
  top: 52px;
  right: 20px;
  cursor: help;
}

.fitness-academy-form.buy-form [data-name=form-tel] ~ svg:hover ~ .modal__form-checked,
.fitness-academy-form.buy-form .form-tel ~ svg:hover ~ .modal__form-checked {
  opacity: 1;
  z-index: 2;
}

.fitness-academy-form.buy-form .modal__step-title {
  text-transform: none;
  font-size: 1.8rem;
}

.fitness-academy-form.buy-form .modal__step-subtitle {
  margin: 4px auto 64px;
}

.fitness-academy-form span.your-birthday {
  position: relative;
}

.fitness-academy-form span.your-birthday::after {
  position: absolute;
  right: 16px;
  top: 0;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  overflow: hidden;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 287'%3E%3Cg id='Group 194'%3E%3Cg id='Group 272'%3E%3Cg id='Group 178'%3E%3Cg id='Group 161'%3E%3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M0.0202486 7.89426H18.9798C18.809 4.47375 17.4951 3.70764 12.692 3.70764H6.308C1.50492 3.70764 0.191033 4.47375 0.0202486 7.89426ZM18.9988 8.55102V9.90782H0V13.923C0 18.104 1.11336 19.0001 6.308 19.0001H12.692C17.8866 19.0001 19 18.104 19 13.923V8.78475C19 8.70567 18.9996 8.62776 18.9988 8.55102Z' fill='black'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group 271'%3E%3Crect id='Rectangle 27' x='7.58008' width='5.97675' height='2.1431' rx='1.07155' transform='rotate(90 7.58008 0)' fill='%23FF6424'/%3E%3Crect id='Rectangle 28' x='13.6904' width='5.97675' height='2.1431' rx='1.07155' transform='rotate(90 13.6904 0)' fill='%23FF6424'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.fitness-academy-form .choise-title {
  display: block;
  padding-top: 2px;
  font-size: 14px;
  opacity: 0.6;
  margin: 0 auto 12px;
}

.fitness-academy-form .group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fitness-academy-form .group-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  padding: 20px 20px 20px 46px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.fitness-academy-form .group-item:hover {
  background: rgba(0, 79, 232, 0.12);
  border: 1px solid #004fe8;
}

.fitness-academy-form .group-item.active-group {
  background: #004fe8;
  border: 1px solid #004fe8;
}

.fitness-academy-form .group-item.active-group ~ .group-item__note {
  height: auto;
  opacity: 1;
}

.fitness-academy-form .group-item.active-group .status-text {
  color: #fff !important;
}

.fitness-academy-form .group-item.active-group * {
  color: #fff;
}

.fitness-academy-form .group-item.active-group .group-item__indicator {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.fitness-academy-form .group-item.active-group .group-item__indicator::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector 158' d='M1 3L4 6L9 1' stroke='%23004FE8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.fitness-academy-form .group-item.active-group .group-item__note {
  color: #004fe8;
  opacity: 1;
}

.fitness-academy-form .group-item:not(:last-child) {
  margin: 0 0 8px;
}

.fitness-academy-form .group-item__indicator {
  position: absolute;
  top: 19px;
  left: 16px;
  border-radius: 50%;
  border: 1px solid #000000;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 18px;
  height: 18px;
}

.fitness-academy-form .group-item__name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 auto 16px;
}

.fitness-academy-form .group-item__status {
  margin: 0 auto 16px;
}

.fitness-academy-form .group-item__status .status-text {
  color: #000;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.4rem;
  line-height: 1.3rem;
  font-weight: 700;
  background: -o-radial-gradient(circle, #ff6424 0%, #cc63d6 50%, #004fe8 100%);
  background: radial-gradient(circle, #ff6424 0%, #cc63d6 50%, #004fe8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 400%;
  -webkit-animation: gradient 5s linear infinite alternate;
  animation: gradient 5s linear infinite alternate;
}

.fitness-academy-form .group-item__date:not(:last-child) {
  margin: 0 0 8px;
}

.fitness-academy-form .group-item__date-title {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.6;
  margin: 0 auto 4px;
}

.fitness-academy-form .group-item__date-content {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.fitness-academy-form .group-item__note {
  opacity: 0;
  height: 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  margin: 8px auto 8px;
  text-align: center;
  color: #004fe8;
  font-size: 12px;
}

.fitness-academy-form .course-info {
  border-radius: 24px;
  background: rgba(0, 79, 232, 0.05);
  padding: 24px 28px;
}

.fitness-academy-form .course-info__main .name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 12px;
}

.fitness-academy-form .course-info__main .descr {
  color: #000;
  font-size: 14px;
  line-height: 100%;
  display: block;
  margin: 0 auto 24px;
}

.fitness-academy-form .course-info__main .descr p {
  font-size: 1.4rem;
}

.fitness-academy-form .course-info__main .descr span {
  font-size: 14px;
}

.fitness-academy-form .course-info__duration {
  margin: 0 0 24px;
}

.fitness-academy-form .course-info__duration li {
  color: #000;
  font-size: 1.4rem;
  padding: 0 0 0 12px;
}

.fitness-academy-form .course-info__duration li::before {
  content: "";
  display: block;
  background: #004fe8;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 0;
}

.fitness-academy-form .course-info__duration li:not(:last-child) {
  margin: 0 auto 4px;
}

.fitness-academy-form .course-info__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 0 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fitness-academy-form .course-info__time > span:nth-child(1) {
  font-size: 12px;
  opacity: 0.6;
  display: block;
  margin: 0 0 4px;
}

.fitness-academy-form .course-info__time::before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 198' clip-path='url(%23clip0_8531_451)'%3E%3Cg id='Group 309'%3E%3Cg id='Group 194'%3E%3Cg id='Group 272'%3E%3Cg id='Group 178'%3E%3Cg id='Group 161'%3E%3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M10.9883 4.46391H0.0115086C0.110349 2.45066 0.870998 1.99976 3.65186 1.99976H7.34793C10.1288 1.99976 10.8894 2.45066 10.9883 4.46391ZM-0.000205874 5.64896H11V8.01187C11 10.4725 10.3554 10.9999 7.34793 10.9999H3.65186C0.644385 10.9999 -0.000205874 10.4725 -0.000205874 8.01187V5.64896Z' fill='%23004FE8'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group 271'%3E%3Cpath id='Rectangle 27' d='M7.99611 -4.20627e-08C7.44382 -1.88321e-08 6.99609 0.481243 6.99609 1.07489L6.99609 2.92519C6.99609 3.51883 7.44382 4.00007 7.99611 4.00007C8.54841 4.00007 8.99613 3.51883 8.99613 2.92519L8.99613 1.07489C8.99613 0.481243 8.54841 -6.52933e-08 7.99611 -4.20627e-08Z' fill='%23004FE8'/%3E%3Cpath id='Rectangle 28' d='M2.99709 -4.15918e-08C2.44479 -1.86213e-08 1.99707 0.481243 1.99707 1.07489L1.99707 2.92519C1.99707 3.51883 2.44479 4.00007 2.99709 4.00007C3.54938 4.00007 3.99711 3.51883 3.99711 2.92519L3.99711 1.07489C3.99711 0.481243 3.54938 -6.45624e-08 2.99709 -4.15918e-08Z' fill='%23004FE8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8531_451'%3E%3Crect width='11' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.fitness-academy-form .course-info__time-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fitness-academy-form .course-info__time-item .additional-text {
  font-size: 1.2rem;
  opacity: 0.6;
}

.fitness-academy-form .course-info__price {
  color: #000;
  font-size: 18px;
  line-height: 1;
  margin: 24px 0 0;
}

.fitness-academy-form .total-price__wrapper {
  margin: 64px 0 0;
}

.fitness-academy-form .total-price__wrapper .btn-wrap {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.fitness-academy-form .total-price__wrapper .btn-wrap .course-pay-btn {
  max-width: 100%;
  font-size: 14px;
}

.fitness-academy-form .total-price__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.fitness-academy-form .total-price__text span {
  font-size: 1.8rem;
  font-weight: 500;
}

.fitness-academy-form .course-pay-descr {
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
  display: block;
  margin: 24px 0 0;
}

.mono-enable .fitness-academy-form .course-pay-descr {
  display: none;
}

.fitness-academy-form .mono-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.mono-flow .fitness-academy-form .mono-wrap {
  max-width: 400px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mono-flow .fitness-academy-form .mono-wrap {
  margin: 16px auto 0;
}

.fitness-academy-form .mono-price .amount {
  font-size: 14px;
  font-weight: 500;
}

.fitness-academy-form .mono-price .period {
  font-size: 12px;
  font-weight: 400;
}

.fitness-academy-form .mono-price .period--grey {
  margin-top: 10px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.5);
}

.fitness-academy-form .mono-price .period--grey strong {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.fitness-academy-form .mono-price .medium {
  font-weight: 500;
}

.fitness-academy-form .mono-btn {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 8px 0 0;
  min-height: 48px;
}

.fitness-academy-form .mono-btn .mono-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fitness-academy-form .mono-btn.academy-btn:hover {
  background: #ff6424;
}

.fitness-academy-form .mono-btn.academy-btn:hover .course-prices__academy {
  background: #000;
}

.fitness-academy-form .mono-btn:hover {
  background: #000;
}

.fitness-academy-form .mono-btn:hover .mono-text span {
  color: #fff;
}

.fitness-academy-form .mono-btn:hover svg path {
  fill: #fff;
}

.mono-flow .fitness-academy-form .mono-btn {
  margin: 0 0 8px;
  border-radius: 12px;
  border: 1px solid #ff6424;
  background: #ff6424;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.mono-flow .fitness-academy-form .mono-btn:hover {
  background: #ff6424;
}

.fitness-academy-form .mono-icon {
  width: 34px;
  margin: 0 16px 0 0;
}

.fitness-academy-form .mono-icon svg {
  width: 100%;
  height: auto;
}

.fitness-academy-form .mono-icon svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fitness-academy-form .mono-text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

.fitness-academy-form .mono-text span {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.8rem;
}

.fitness-academy-form .mono-text span.period {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

.course-pay-btn {
  margin: 0 !important;
}

.course-pay-btn.disable,
.mono-btn.disable {
  pointer-events: none;
  opacity: 0.5;
}

.course-pay-btn.academy-btn .course-prices__academy,
.mono-btn.academy-btn .course-prices__academy {
  margin: -22px 0 0 auto;
  background: #ff6424;
}

.course-pay-btn.academy-btn .course-prices__academy span,
.mono-btn.academy-btn .course-prices__academy span {
  font-size: 1rem;
  color: white;
}

.other-payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

.other-payment-methods__btn {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}

.other-payment-methods__btn::after {
  content: "";
  display: block;
  width: 100%;
  opacity: 0.2;
  background: #000;
  height: 1px;
  margin-left: 12px;
}

.other-payment-methods__btn span {
  white-space: nowrap;
  font-size: 1.4rem;
}

.other-payment-methods__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 8px;
  width: 23px;
  height: 23px;
  border: 1px solid hsl(0deg, 0%, 0%);
  position: relative;
}

.other-payment-methods__icon::before,
.other-payment-methods__icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
}

.other-payment-methods__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.other-payment-methods.active .other-payment-methods__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.other-payment-methods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
}

.other-payment-methods__list > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100% !important;
}

.fitness-academy-form .banks__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -0.3rem;
  width: calc(100% + 0.6rem);
  padding-bottom: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fitness-academy-form .banks__row--small {
  margin: 0 -0.2rem;
  width: calc(100% + 0.4rem);
  padding-top: 0.2rem;
}

.fitness-academy-form .banks__row--small .banks__el {
  padding: 0 0.2rem;
  margin-top: 0.4rem;
}

.fitness-academy-form .banks__row--small .banks__item {
  min-width: 28px;
  height: 28px;
  width: 28px;
  border-radius: 6px;
}

.fitness-academy-form .banks__row--small .banks__item img,
.fitness-academy-form .banks__row--small .banks__item svg {
  width: 86%;
  height: 86%;
}

.fitness-academy-form .banks__el {
  padding: 0 0.3rem;
  margin-top: 0.8rem;
}

.fitness-academy-form .banks__el.privatbank {
  -webkit-box-ordinal-group: -3;
  -ms-flex-order: -4;
  order: -4;
}

.fitness-academy-form .banks__el.monobank {
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
}

.fitness-academy-form .banks__el.izibank {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}

.fitness-academy-form .banks__el.rozetkapay {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.fitness-academy-form .banks__item {
  min-width: 48px;
  height: 48px;
  width: 48px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.fitness-academy-form .banks__item span {
  position: absolute;
  right: -6px;
  top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  min-width: 18px;
  width: 18px;
  min-height: 18px;
  height: 18px;
  color: #fff;
  background: #ff6424;
  font-weight: 400;
  border-radius: 50%;
  z-index: 2;
}

.fitness-academy-form .banks__item img,
.fitness-academy-form .banks__item svg {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.fitness-academy-form .banks__row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.total-price__wrapper .course-pay-btn__wrapper > span {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.total-price__wrapper .course-prices__academy {
  background: rgba(255, 100, 36, 0.4);
  text-transform: uppercase;
  margin: 0 auto 0.6rem;
}

.total-price__wrapper .course-prices__academy span {
  font-size: 1rem;
}

.total-price__wrapper .full-btn {
  background: #ff6424;
  border-color: #ff6424;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.total-price__wrapper .full-btn span,
.total-price__wrapper .full-btn div {
  color: #000;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.total-price__wrapper .full-btn:hover {
  color: #fff;
}

.total-price__wrapper .full-btn:hover span,
.total-price__wrapper .full-btn:hover div {
  color: #fff;
}

.total-price__wrapper .mono-wrap-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.total-price__wrapper .paypartparts-btn-info {
  line-height: 1;
  font-size: 1.2rem;
}

.total-price__wrapper .paypartparts-btn-info span,
.total-price__wrapper .paypartparts-btn-info strong {
  font-size: inherit;
  line-height: inherit;
}

.total-price__wrapper .general-methods-hidden {
  display: none;
}

.total-price__wrapper .mono-price .period--grey {
  color: rgba(0, 0, 0, 0.5) !important;
}

.other-payment-methods__list .course-pay-btn,
.other-payment-methods__list .full-btn {
  border: 1px solid #ff6424;
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #000;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
}

.other-payment-methods__list .course-pay-btn span,
.other-payment-methods__list .course-pay-btn div,
.other-payment-methods__list .full-btn span,
.other-payment-methods__list .full-btn div {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}

.other-payment-methods__list .course-pay-btn:hover,
.other-payment-methods__list .full-btn:hover {
  background: #ff6424;
  color: #fff;
}

.other-payment-methods__list .course-pay-btn:hover span,
.other-payment-methods__list .course-pay-btn:hover div,
.other-payment-methods__list .full-btn:hover span,
.other-payment-methods__list .full-btn:hover div {
  color: #fff;
}

.other-payment-methods__list .course-pay-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 2rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 1.2rem;
}

.other-payment-methods__list .course-pay-btn__wrapper > span {
  font-size: 1.2rem;
}

.other-payment-methods__list .course-pay-btn__wrapper .course-pay-btn {
  margin-top: 1.6rem;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
}

.other-payment-methods__list .course-pay-btn__wrapper .course-pay-btn span {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
}

.other-payment-methods__list .mono-price .period {
  font-size: 1.2rem;
}

.other-payment-methods__list .paypartparts-btn-info {
  line-height: 1;
  font-size: 1.2rem;
}

.other-payment-methods__list .paypartparts-btn-info span,
.other-payment-methods__list .paypartparts-btn-info strong {
  font-size: inherit;
  line-height: inherit;
}

.other-payment-methods__list .course-prices__academy {
  background: #ff6424;
  color: #fff;
  text-transform: uppercase;
  margin: -3.2rem auto 1.2rem;
}

.other-payment-methods__list .course-prices__academy span {
  font-size: 1rem;
  color: #fff;
}

.other-payment-methods__list .mono-wrap {
  padding: 2rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 1.2rem;
  position: relative;
}

.other-payment-methods__list .mono-wrap-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.other-payment-methods__list .other-methods-hidden {
  display: none;
}

.other-payment-methods__list .payparts-btn {
  width: 100%;
}

.other-payment-methods__list .general-methods-hidden .banks__row {
  margin: 0 -0.2rem;
  width: calc(100% + 0.4rem);
  padding-top: 0.2rem;
}

.other-payment-methods__list .general-methods-hidden .banks__row {
  margin: 0 -0.2rem;
  width: calc(100% + 0.4rem);
  padding-top: 0.2rem;
}

.other-payment-methods__list .general-methods-hidden .banks__row .banks__el {
  padding: 0 0.2rem;
  margin-top: 0.4rem;
}

.other-payment-methods__list .general-methods-hidden .banks__row .banks__item {
  min-width: 34px;
  height: 34px;
  width: 34px;
  border-radius: 6px;
}

.other-payment-methods__list .general-methods-hidden .banks__row .banks__item img,
.other-payment-methods__list .general-methods-hidden .banks__row .banks__item svg {
  width: 84%;
  height: 84%;
}

@media only screen and (min-width: 475px) {
  .fitness-academy-form .total-price__wrapper .btn-wrap {
    max-width: 280px;
  }
}

@media only screen and (min-width: 600px) {
  .fitness-academy-form .steps-wrapper .btn {
    min-width: 90px;
  }

  .fitness-academy-form .steps-wrapper .btn .step-text {
    display: inline-block;
    margin-right: 0.5em;
  }

  .fitness-academy-form.buy-form .modal__form-checkbox {
    margin: 12px auto;
    width: 300px;
    text-align: center;
  }

  .fitness-academy-form.buy-form .main-step1 .step-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fitness-academy-form.buy-form .main-step1 .modal__form-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .fitness-academy-form .group-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fitness-academy-form .group-item__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
  }
}

@media only screen and (min-width: 768px) {
  .fitness-academy-form .main_form .course-pay-btn {
    margin-top: 0;
  }

  .fitness-academy-form .course-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fitness-academy-form .course-info__price {
    margin: 0 0 0 auto;
    padding: 0 0 0 24px;
  }

  .fitness-academy-form .total-price__wrapper .btn-wrap {
    margin-top: 0;
    margin-left: 24px;
  }

  .fitness-academy-form .total-price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin: 48px 0 0;
  }

  .fitness-academy-form .total-price__text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0 0;
  }

  .fitness-academy-form .course-pay-descr {
    margin: 16px auto 0;
    max-width: 250px;
  }

  .mono-flow .fitness-academy-form .mono-wrap {
    margin: 0 auto 0 24px;
  }

  .other-payment-methods__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .other-payment-methods__list > * {
    max-width: auto !important;
  }
}

@media only screen and (min-width: 968px) {
  .fitness-academy-form-overlay {
    padding: 59px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fitness-academy-form-content {
    width: 100%;
    max-width: 420px;
    border-radius: 40px;
    margin: 0 auto;
    position: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 48px 40px;
  }

  .buy-form .fitness-academy-form-content {
    max-width: 772px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .fitness-academy-form-content__title {
    padding: 0 48px;
  }

  .fitness-academy-form-close.svg {
    position: fixed;
  }

  .fitness-academy-form-close.svg path {
    fill: #ffffff;
  }

  .fitness-academy-form .otp-next-step,
  .fitness-academy-form input.wpcf7-submit,
  .fitness-academy-form .ajax_check_otp_new,
  .fitness-academy-form .close_form,
  .fitness-academy-form .choise-date,
  .fitness-academy-form .course-pay-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 30px;
    min-height: 48px;
    max-width: unset;
  }

  .fitness-academy-form .main_form .course-pay-btn {
    width: 100%;
  }

  .fitness-academy-form .steps-wrapper {
    position: relative;
    top: unset;
    margin: 0 auto 48px;
  }

  .fitness-academy-form.buy-form .auth-step1-js,
  .fitness-academy-form.buy-form .auth-step2-js {
    width: 394px;
  }

  .fitness-academy-form.buy-form .fitness-academy-form-content {
    padding: 40px 56px 48px;
  }

  .fitness-academy-form.buy-form .main_form .modal__step-title {
    margin: 0 auto 12px;
  }

  .fitness-academy-form .choise-title {
    padding-top: 8px;
    font-size: 16px;
    margin: 0 auto 16px;
  }

  .fitness-academy-form .mono-wrap {
    max-width: unset;
  }

  .mono-flow .fitness-academy-form .mono-wrap {
    max-width: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  .fitness-academy-form-content__title {
    font-size: 3.2rem;
  }

  .fitness-academy-form-close.svg {
    top: 48px;
    right: 48px;
  }

  .fitness-academy-form-close.btn {
    padding: 20px 56px;
  }

  .fitness-academy-form .modal__step-title {
    margin: 0 auto 24px;
    text-align: center;
    text-transform: none;
    font-size: 24px;
  }

  .fitness-academy-form .steps-wrapper .btn {
    padding: 9px 14px;
    margin: 0 16px 0 0;
  }

  .fitness-academy-form.buy-form .main-step3 .modal__step-title {
    margin: 0 auto 20px 0;
    min-width: 660px;
  }

  .fitness-academy-form.buy-form .main-step1 .step-content {
    min-width: 660px;
  }

  .fitness-academy-form.buy-form .modal__step-title {
    font-size: 2.4rem;
  }

  .fitness-academy-form .group-list {
    min-width: 660px;
  }

  .fitness-academy-form .group-item {
    border-radius: 32px;
    padding: 20px 20px 20px 54px;
  }

  .fitness-academy-form .group-item__indicator {
    top: 20px;
    left: 20px;
  }

  .fitness-academy-form .group-item__name {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto 12px;
  }

  .fitness-academy-form .mono-icon {
    margin: 0 12px 0 0;
  }

  .fitness-academy-form .mono-text span {
    font-size: 12px;
  }

  .other-payment-methods__btn {
    margin-bottom: 16px;
  }

  .total-price__wrapper .course-prices__academy {
    margin: 0 0 0.6rem;
  }

  .total-price__wrapper .mono-wrap-row {
    text-align: left;
  }

  .total-price__wrapper .desktop-hidden {
    display: none;
  }

  .other-payment-methods__list .course-pay-btn,
  .other-payment-methods__list .full-btn {
    max-width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .other-payment-methods__list .course-pay-btn__wrapper > span {
    font-size: 1.4rem;
  }

  .other-payment-methods__list .course-pay-btn__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .other-payment-methods__list .course-pay-btn__wrapper .course-pay-btn {
    max-width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .other-payment-methods__list .mono-price .period {
    font-size: 1.4rem;
  }

  .other-payment-methods__list .course-prices__academy {
    margin: -3.2rem auto 1.2rem 0;
  }

  .other-payment-methods__list .mono-wrap-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .other-payment-methods__list .mono-price .period--grey {
    color: #000;
    margin-bottom: 12px;
  }

  .other-payment-methods__list .payparts-btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}

@media only screen and (max-width: 1024px) {
  .fitness-academy-form .mono-price .period--grey {
    color: #000;
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .total-price__wrapper .banks__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}