.ym-wrapper {
  width: calc(100vw - 30px);
  max-width: var(--wrapper);
  margin: 0 auto;
}

.section-error {
  padding: 100px 0;
}
.section-error h1 {
  margin: 0;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 74px;
  color: var(--dark-red);
}
.section-error p {
  margin: 0;
  font-size: 20px;
  color: #6B6B6B;
}
.section-error p a {
  color: var(--dark-red);
}

.account-page {
  gap: 35px;
}
.account-page__nav {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 782px) {
  .account-page__nav {
    flex-direction: column;
    gap: 15px;
  }
}
.account-page__nav .button {
  transition: all var(--main-animation) !important;
}
.account-page__nav .button.active {
  background: linear-gradient(55deg, #fa6837 15%, #ff7142 40%);
}
.account-page__nav .button.active span {
  color: var(--white);
}
.account-page__nav .button.logout {
  border-color: var(--dark-red);
}
.account-page__nav .button.logout span {
  color: var(--dark-red);
}
.account-page__nav .button.logout:hover {
  background: var(--dark-red) !important;
}
.account-page__nav .button.logout:hover span {
  color: var(--white);
}
.account-login__wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .account-login__wrapper {
    flex-direction: column;
  }
}
.account-login__form {
  width: 50%;
}
@media screen and (max-width: 782px) {
  .account-login__form {
    width: 100%;
  }
}
@media screen and (max-width: 782px) {
  .account-login__form form {
    padding: 20px;
  }
}
.account-login__form nav {
  margin-top: 12px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 782px) {
  .account-login__form nav {
    flex-direction: column;
  }
}
.account-login__form nav span {
  font-family: "Barlow";
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: 0%;
}
.account-login__form-nav {
  margin-top: 35px !important;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .account-login__form-nav {
    align-items: center;
  }
}
.account-login__form-nav-button {
  border: 2px solid transparent;
  animation: none;
}
.account-login__form-nav-button span {
  font-weight: 600 !important;
  font-style: normal;
}
.account-login__form-nav-button_secondary:not(:hover) {
  background: transparent;
  border-color: #F5693A;
}
.account-login__form-nav-button_secondary:not(:hover) span {
  color: #F5693A;
}
.account-register__wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .account-register__wrapper {
    flex-direction: column;
  }
}
.account-register__info {
  background: linear-gradient(110.45deg, #AB1C1C 53.54%, #C73131 94.05%);
  width: 50%;
  padding: 45px;
  color: #fff;
}
@media screen and (max-width: 782px) {
  .account-register__info {
    width: 100%;
    padding: 20px;
  }
}
.account-register__info span {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
.account-register__form {
  width: 50%;
}
@media screen and (max-width: 782px) {
  .account-register__form {
    width: 100%;
  }
}
@media screen and (max-width: 782px) {
  .account-register__form form {
    padding: 20px;
  }
}
.account-register__form nav {
  margin-top: 12px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 782px) {
  .account-register__form nav {
    flex-direction: column;
  }
}
.account-register__form nav span {
  font-family: "Barlow";
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: 0%;
}
.account-register__form-nav {
  margin-top: 35px !important;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .account-register__form-nav {
    align-items: center;
  }
}
.account-reset__wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .account-reset__wrapper {
    flex-direction: column;
  }
}
.account-reset__info {
  background: linear-gradient(110.45deg, #AB1C1C 53.54%, #C73131 94.05%);
  width: 50%;
  padding: 45px;
  color: #fff;
}
@media screen and (max-width: 782px) {
  .account-reset__info {
    width: 100%;
    padding: 20px;
  }
}
.account-reset__info span {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
.account-reset__form {
  width: 50%;
}
@media screen and (max-width: 782px) {
  .account-reset__form {
    width: 100%;
  }
}
@media screen and (max-width: 782px) {
  .account-reset__form form {
    padding: 20px;
  }
}
.account-reset__form nav {
  margin-top: 12px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 782px) {
  .account-reset__form nav {
    flex-direction: column;
  }
}
.account-reset__form nav span {
  font-family: "Barlow";
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: 0%;
}
.account-reset__form-nav {
  margin-top: 35px !important;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .account-reset__form-nav {
    align-items: center;
  }
}
.account-set-password__wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .account-set-password__wrapper {
    flex-direction: column;
  }
}
.account-set-password__info {
  background: linear-gradient(110.45deg, #AB1C1C 53.54%, #C73131 94.05%);
  width: 50%;
  padding: 45px;
  color: #fff;
}
@media screen and (max-width: 782px) {
  .account-set-password__info {
    width: 100%;
    padding: 20px;
  }
}
.account-set-password__info span {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
.account-set-password__form {
  width: 50%;
}
@media screen and (max-width: 782px) {
  .account-set-password__form {
    width: 100%;
  }
}
@media screen and (max-width: 782px) {
  .account-set-password__form form {
    padding: 20px;
  }
}
.account-set-password__form nav {
  margin-top: 12px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 782px) {
  .account-set-password__form nav {
    flex-direction: column;
  }
}
.account-set-password__form nav span {
  font-family: "Barlow";
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: 0%;
}
.account-set-password__form-nav {
  margin-top: 35px !important;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .account-set-password__form-nav {
    align-items: center;
  }
}
.account-profile__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.account-profile__section > h2 {
  margin: 0 0 40px 0;
  font-size: 26px;
}
@media screen and (max-width: 782px) {
  .account-profile__section .form {
    padding: 30px;
  }
}
.account-profile__section .form__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 782px) {
  .account-profile__section .form__column {
    display: flex;
    flex-direction: column;
  }
}
.account-profile__section .form__column-item label {
  font-size: 20px;
}
.account-profile__section .form__column-item:has(*:required) label::after {
  content: "*";
  color: red;
}
.account-profile__players .form:not(:first-of-type) {
  margin-top: 30px;
}
.account-purchases__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.account-purchases__item {
  background-color: #fff;
  padding: 24px 20px;
  border: 2px solid var(--primary-orange);
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 782px) {
  .account-purchases__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.account-purchases__item-date {
  background-color: var(--beige);
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
}
.account-purchases__item-number {
  font-weight: 700;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.account-purchases__item-products {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.account-purchases__item-products > span {
  font-weight: 600;
  font-size: 18px;
}
.account-purchases__item-products p {
  margin: 0;
  font-size: 18px;
}

/*# sourceMappingURL=ym.css.map */
