/** =================== MONTSERRAT =================== **/
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: block;
}

/** Montserrat Regular-Italic **/
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: block;
}

/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: block;
}

/** =================== Abril Fatface-Regular =================== **/
@font-face {
  font-family: "Abril Fatface";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AbrilFatface-Regular.ttf") format("truetype");
  font-display: block;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
}

html {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #1D1D1B;
}

html:not(.noscroll) {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html:not(.noscroll) {
    scroll-behavior: auto;
  }
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

a {
  text-decoration: none;
  color: inherit;
}

.container,
.content {
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  padding: 0 80px;
}

@media (max-width: 1279px) {
  .container {
    padding: 0 65px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 25px;
  }
}

@media (max-width: 320px) {
  .container {
    padding: 0 15px;
  }
}

.content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.simple-header-content {
  padding-top: 75px;
}

@media (max-width: 1024px) {
  .simple-header-content {
    padding-top: 65px;
  }
}

.color-red {
  color: red !important;
}

/* Modals */
.mf-spoiler {
  width: 100%;
  margin-top: 23px;
}

.mf-spoiler .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: white;
  min-height: 34px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  border-bottom: 1px solid white;
}

.mf-spoiler .header .arrow {
  height: 20px;
  width: 20px;
  background-image: url("/static/img/arrows/drop-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  cursor: pointer;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.mf-spoiler .header.arrow-end .arrow {
  -ms-flex-item-align: self-end;
      align-self: self-end;
}

.mf-spoiler.opened .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mf-spoiler.opened > .text {
  display: block !important;
}

.mf-spoiler > .text {
  margin-top: 36px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  letter-spacing: 0.05em;
  /* White */
  color: #FFFFFF;
}

.mf-spoiler > .text a {
  color: red;
  text-decoration: underline;
}

.mf-spoiler.black .header {
  height: auto;
  color: #1D1D1B;
  border-bottom: 1px solid #CBCBCB;
}

.mf-spoiler.black .header .arrow {
  background-image: url("/static/img/arrows/drop-arrow-black.svg");
}

.mf-spoiler.black .text {
  color: #1D1D1B;
}

.section-subtitle {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CBCBCB;
}

@media (max-width: 1279px) {
  .section-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .section-subtitle {
    font-size: 16px;
  }
}

#audition-information-block .section-subtitle {
  color: white;
}

#audition-information-block .text {
  color: #c4c7c8;
}

#user-register-modal {
  width: 50%;
}

#user-register-modal .thanks-update {
  width: 100%;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

#user-register-modal .thanks-update.bold {
  font-weight: bold;
}

#user-register-modal .thanks-update.no-underline {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  #user-register-modal .thanks-update {
    font-size: 16px;
  }
}

#user-register-modal .modal-bg .modal .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
  font-size: 30px;
}

@media (max-width: 768px) {
  #user-register-modal .modal-bg .modal .title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #user-register-modal .modal-bg .modal .title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  #user-register-modal .modal-bg .modal .title {
    font-size: 20px;
  }
}

#user-register-modal .modal-bg .modal form figure:not(:last-of-type) {
  margin-bottom: 1.5em;
}

#user-register-modal .modal-bg .modal form figure:last-of-type {
  margin-bottom: 2em;
}

#user-register-modal .modal-bg .modal form label {
  padding-bottom: 0.5em;
}

#user-register-modal .modal-bg .modal form input[type='text'],
#user-register-modal .modal-bg .modal form input[type='password'],
#user-register-modal .modal-bg .modal form input[type='email'],
#user-register-modal .modal-bg .modal form textarea,
#user-register-modal .modal-bg .modal form .select2-container,
#user-register-modal .modal-bg .modal form select {
  height: 40px;
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0;
  box-shadow: none;
  background-color: white;
  -webkit-appearance: none;
}

#user-register-modal .modal-bg .modal form .select2-container span {
  height: 100%;
}

#user-register-modal .modal-bg .modal form .select2-selection {
  border-radius: 0;
  border: none;
}

#user-register-modal .modal-bg .modal form input[type='text'],
#user-register-modal .modal-bg .modal form input[type='password'],
#user-register-modal .modal-bg .modal form input[type='email'] {
  padding: 0 10px;
}

#user-register-modal .modal-bg .modal form input[type='text']::-webkit-input-placeholder, #user-register-modal .modal-bg .modal form input[type='password']::-webkit-input-placeholder, #user-register-modal .modal-bg .modal form input[type='email']::-webkit-input-placeholder, #user-register-modal .modal-bg .modal form textarea::-webkit-input-placeholder {
  color: #828282;
  font-style: italic;
}

#user-register-modal .modal-bg .modal form input[type='text']::-moz-placeholder, #user-register-modal .modal-bg .modal form input[type='password']::-moz-placeholder, #user-register-modal .modal-bg .modal form input[type='email']::-moz-placeholder, #user-register-modal .modal-bg .modal form textarea::-moz-placeholder {
  color: #828282;
  font-style: italic;
}

#user-register-modal .modal-bg .modal form input[type='text']:-ms-input-placeholder, #user-register-modal .modal-bg .modal form input[type='password']:-ms-input-placeholder, #user-register-modal .modal-bg .modal form input[type='email']:-ms-input-placeholder, #user-register-modal .modal-bg .modal form textarea:-ms-input-placeholder {
  color: #828282;
  font-style: italic;
}

#user-register-modal .modal-bg .modal form input[type='text']::-ms-input-placeholder, #user-register-modal .modal-bg .modal form input[type='password']::-ms-input-placeholder, #user-register-modal .modal-bg .modal form input[type='email']::-ms-input-placeholder, #user-register-modal .modal-bg .modal form textarea::-ms-input-placeholder {
  color: #828282;
  font-style: italic;
}

#user-register-modal .modal-bg .modal form input[type='text']::placeholder,
#user-register-modal .modal-bg .modal form input[type='password']::placeholder,
#user-register-modal .modal-bg .modal form input[type='email']::placeholder,
#user-register-modal .modal-bg .modal form textarea::placeholder {
  color: #828282;
  font-style: italic;
}

#user-register-modal .modal-bg .modal form input[type='radio'] {
  cursor: pointer;
}

#user-register-modal .modal-bg .modal form input[type='radio'] + label {
  cursor: pointer;
}

#user-register-modal .modal-bg .modal form textarea {
  padding: 10px 10px 0;
  resize: vertical;
  min-height: 40px;
  max-height: 200px;
}

#user-register-modal .modal-bg .modal form select {
  cursor: pointer;
  padding: 0 40px 0 10px;
}

@media (max-width: 480px) {
  #user-register-modal .modal-bg .modal form textarea {
    min-height: 100px;
  }
}

#user-register-modal .modal-bg .modal form .autoComplete_wrapper {
  display: inline-block;
  position: relative;
}

#user-register-modal .modal-bg .modal form .autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

#user-register-modal .modal-bg .modal form .autoComplete_wrapper > ul[hidden],
#user-register-modal .modal-bg .modal form .autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#user-register-modal .modal-bg .modal form .autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

#user-register-modal .modal-bg .modal form .autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #ff7a7a;
  font-weight: bold;
}

#user-register-modal .modal-bg .modal form .autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}

#user-register-modal .modal-bg .modal form .autoComplete_wrapper > ul > li[aria-selected="true"] {
  background-color: rgba(255, 122, 122, 0.15);
}

#user-register-modal .modal-bg .modal form .subtitle {
  width: 100%;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

#user-register-modal .modal-bg .modal form .subtitle.bold {
  font-weight: bold;
}

#user-register-modal .modal-bg .modal form .subtitle.no-underline {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  #user-register-modal .modal-bg .modal form .subtitle {
    font-size: 16px;
  }
}

#user-register-modal .modal-bg .modal form .fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#user-register-modal .modal-bg .modal form .fieldset:last-child {
  margin-bottom: -1.5em;
}

@media (max-width: 480px) {
  #user-register-modal .modal-bg .modal form .fieldset:last-child {
    margin-bottom: -1em;
  }
}

#user-register-modal .modal-bg .modal form .input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.5em;
  position: relative;
}

#user-register-modal .modal-bg .modal form .input.select .select-wrap {
  position: relative;
}

#user-register-modal .modal-bg .modal form .input.select .select-wrap i {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  padding: 12px;
}

#user-register-modal .modal-bg .modal form .input.select .select-wrap i:before {
  content: url("/static/img/icons/select-arrow.svg");
  height: 14px;
  width: 14px;
}

#user-register-modal .modal-bg .modal form .input .error {
  display: none;
  width: 100%;
  color: red;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

@media (max-width: 640px) {
  #user-register-modal .modal-bg .modal form .input {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #user-register-modal .modal-bg .modal form .input {
    margin-bottom: 1em;
  }
}

#user-register-modal .modal-bg .modal form .required label:after {
  content: '*';
  color: red;
}

#user-register-modal form .username,
#user-register-modal form .email,
#user-register-modal form .password,
#user-register-modal form .password2,
#user-register-modal form .permission {
  width: 48%;
}

#user-register-modal form input[readonly] {
  background-color: lightgray !important;
}

#user-register-modal form .title-of-the-piece {
  width: 71%;
}

#user-register-modal form .duration {
  width: 25%;
}

#user-register-modal form .permission label {
  width: 208%;
}

#user-register-modal form .buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1em;
}

@media (max-width: 640px) {
  #user-register-modal form .buttons-wrap {
    margin-bottom: 0;
  }
}

#user-register-modal form .buttons-wrap .back-button {
  width: 140px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  margin-right: 20px;
}

#user-register-modal form .buttons-wrap .back-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  #user-register-modal form .buttons-wrap .back-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #user-register-modal form .buttons-wrap .back-button {
    font-size: 14px;
    line-height: 17px;
  }
}

#user-register-modal form .buttons-wrap .next-button {
  width: 140px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
}

#user-register-modal form .buttons-wrap .next-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  #user-register-modal form .buttons-wrap .next-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #user-register-modal form .buttons-wrap .next-button {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 580px) {
  #user-register-modal {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #user-register-modal form .audition-venue,
  #user-register-modal form .video-url {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #user-register-modal form .composer-last-name,
  #user-register-modal form .composer-initial,
  #user-register-modal form .title-of-the-piece,
  #user-register-modal form .duration,
  #user-register-modal form .permission,
  #user-register-modal form .permission label {
    width: 100%;
  }
}

.register-header-content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

#user-login-modal, #general-modal {
  width: 50%;
}

#user-login-modal .general_error, #general-modal .general_error {
  color: red;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 10px;
}

#user-login-modal .modal-bg .modal .title, #general-modal .modal-bg .modal .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #user-login-modal .modal-bg .modal .title, #general-modal .modal-bg .modal .title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #user-login-modal .modal-bg .modal .title, #general-modal .modal-bg .modal .title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  #user-login-modal .modal-bg .modal .title, #general-modal .modal-bg .modal .title {
    font-size: 20px;
  }
}

#user-login-modal .modal-bg .modal form figure:not(:last-of-type), #general-modal .modal-bg .modal form figure:not(:last-of-type) {
  margin-bottom: 1.5em;
}

#user-login-modal .modal-bg .modal form figure:last-of-type, #general-modal .modal-bg .modal form figure:last-of-type {
  margin-bottom: 2em;
}

#user-login-modal .modal-bg .modal form label, #general-modal .modal-bg .modal form label {
  padding-bottom: 0.5em;
}

#user-login-modal .modal-bg .modal form input[type='text'],
#user-login-modal .modal-bg .modal form input[type='password'],
#user-login-modal .modal-bg .modal form input[type='email'],
#user-login-modal .modal-bg .modal form textarea,
#user-login-modal .modal-bg .modal form .select2-container,
#user-login-modal .modal-bg .modal form select, #general-modal .modal-bg .modal form input[type='text'],
#general-modal .modal-bg .modal form input[type='password'],
#general-modal .modal-bg .modal form input[type='email'],
#general-modal .modal-bg .modal form textarea,
#general-modal .modal-bg .modal form .select2-container,
#general-modal .modal-bg .modal form select {
  height: 40px;
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0;
  box-shadow: none;
  background-color: white;
  -webkit-appearance: none;
}

#user-login-modal .modal-bg .modal form .select2-container span, #general-modal .modal-bg .modal form .select2-container span {
  height: 100%;
}

#user-login-modal .modal-bg .modal form .select2-selection, #general-modal .modal-bg .modal form .select2-selection {
  border-radius: 0;
  border: none;
}

#user-login-modal .modal-bg .modal form input[type='text'],
#user-login-modal .modal-bg .modal form input[type='password'],
#user-login-modal .modal-bg .modal form input[type='email'], #general-modal .modal-bg .modal form input[type='text'],
#general-modal .modal-bg .modal form input[type='password'],
#general-modal .modal-bg .modal form input[type='email'] {
  padding: 0 10px;
}

#user-login-modal .modal-bg .modal form input[type='text']::-webkit-input-placeholder, #user-login-modal .modal-bg .modal form input[type='password']::-webkit-input-placeholder, #user-login-modal .modal-bg .modal form input[type='email']::-webkit-input-placeholder, #user-login-modal .modal-bg .modal form textarea::-webkit-input-placeholder, #general-modal .modal-bg .modal form input[type='text']::-webkit-input-placeholder, #general-modal .modal-bg .modal form input[type='password']::-webkit-input-placeholder, #general-modal .modal-bg .modal form input[type='email']::-webkit-input-placeholder, #general-modal .modal-bg .modal form textarea::-webkit-input-placeholder {
  color: #828282;
  font-style: italic;
}

#user-login-modal .modal-bg .modal form input[type='text']::-moz-placeholder, #user-login-modal .modal-bg .modal form input[type='password']::-moz-placeholder, #user-login-modal .modal-bg .modal form input[type='email']::-moz-placeholder, #user-login-modal .modal-bg .modal form textarea::-moz-placeholder, #general-modal .modal-bg .modal form input[type='text']::-moz-placeholder, #general-modal .modal-bg .modal form input[type='password']::-moz-placeholder, #general-modal .modal-bg .modal form input[type='email']::-moz-placeholder, #general-modal .modal-bg .modal form textarea::-moz-placeholder {
  color: #828282;
  font-style: italic;
}

#user-login-modal .modal-bg .modal form input[type='text']:-ms-input-placeholder, #user-login-modal .modal-bg .modal form input[type='password']:-ms-input-placeholder, #user-login-modal .modal-bg .modal form input[type='email']:-ms-input-placeholder, #user-login-modal .modal-bg .modal form textarea:-ms-input-placeholder, #general-modal .modal-bg .modal form input[type='text']:-ms-input-placeholder, #general-modal .modal-bg .modal form input[type='password']:-ms-input-placeholder, #general-modal .modal-bg .modal form input[type='email']:-ms-input-placeholder, #general-modal .modal-bg .modal form textarea:-ms-input-placeholder {
  color: #828282;
  font-style: italic;
}

#user-login-modal .modal-bg .modal form input[type='text']::-ms-input-placeholder, #user-login-modal .modal-bg .modal form input[type='password']::-ms-input-placeholder, #user-login-modal .modal-bg .modal form input[type='email']::-ms-input-placeholder, #user-login-modal .modal-bg .modal form textarea::-ms-input-placeholder, #general-modal .modal-bg .modal form input[type='text']::-ms-input-placeholder, #general-modal .modal-bg .modal form input[type='password']::-ms-input-placeholder, #general-modal .modal-bg .modal form input[type='email']::-ms-input-placeholder, #general-modal .modal-bg .modal form textarea::-ms-input-placeholder {
  color: #828282;
  font-style: italic;
}

#user-login-modal .modal-bg .modal form input[type='text']::placeholder,
#user-login-modal .modal-bg .modal form input[type='password']::placeholder,
#user-login-modal .modal-bg .modal form input[type='email']::placeholder,
#user-login-modal .modal-bg .modal form textarea::placeholder, #general-modal .modal-bg .modal form input[type='text']::placeholder,
#general-modal .modal-bg .modal form input[type='password']::placeholder,
#general-modal .modal-bg .modal form input[type='email']::placeholder,
#general-modal .modal-bg .modal form textarea::placeholder {
  color: #828282;
  font-style: italic;
}

#user-login-modal .modal-bg .modal form input[type='radio'], #general-modal .modal-bg .modal form input[type='radio'] {
  cursor: pointer;
}

#user-login-modal .modal-bg .modal form input[type='radio'] + label, #general-modal .modal-bg .modal form input[type='radio'] + label {
  cursor: pointer;
}

#user-login-modal .modal-bg .modal form textarea, #general-modal .modal-bg .modal form textarea {
  padding: 10px 10px 0;
  resize: vertical;
  min-height: 40px;
  max-height: 200px;
}

#user-login-modal .modal-bg .modal form select, #general-modal .modal-bg .modal form select {
  cursor: pointer;
  padding: 0 40px 0 10px;
}

@media (max-width: 480px) {
  #user-login-modal .modal-bg .modal form textarea, #general-modal .modal-bg .modal form textarea {
    min-height: 100px;
  }
}

#user-login-modal .modal-bg .modal form .autoComplete_wrapper, #general-modal .modal-bg .modal form .autoComplete_wrapper {
  display: inline-block;
  position: relative;
}

#user-login-modal .modal-bg .modal form .autoComplete_wrapper > ul, #general-modal .modal-bg .modal form .autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

#user-login-modal .modal-bg .modal form .autoComplete_wrapper > ul[hidden],
#user-login-modal .modal-bg .modal form .autoComplete_wrapper > ul:empty, #general-modal .modal-bg .modal form .autoComplete_wrapper > ul[hidden],
#general-modal .modal-bg .modal form .autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#user-login-modal .modal-bg .modal form .autoComplete_wrapper > ul > li, #general-modal .modal-bg .modal form .autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

#user-login-modal .modal-bg .modal form .autoComplete_wrapper > ul > li mark, #general-modal .modal-bg .modal form .autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #ff7a7a;
  font-weight: bold;
}

#user-login-modal .modal-bg .modal form .autoComplete_wrapper > ul > li:hover, #general-modal .modal-bg .modal form .autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}

#user-login-modal .modal-bg .modal form .autoComplete_wrapper > ul > li[aria-selected="true"], #general-modal .modal-bg .modal form .autoComplete_wrapper > ul > li[aria-selected="true"] {
  background-color: rgba(255, 122, 122, 0.15);
}

#user-login-modal .modal-bg .modal form .subtitle, #general-modal .modal-bg .modal form .subtitle {
  width: 100%;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

#user-login-modal .modal-bg .modal form .subtitle.bold, #general-modal .modal-bg .modal form .subtitle.bold {
  font-weight: bold;
}

#user-login-modal .modal-bg .modal form .subtitle.no-underline, #general-modal .modal-bg .modal form .subtitle.no-underline {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  #user-login-modal .modal-bg .modal form .subtitle, #general-modal .modal-bg .modal form .subtitle {
    font-size: 16px;
  }
}

#user-login-modal .modal-bg .modal form .fieldset, #general-modal .modal-bg .modal form .fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#user-login-modal .modal-bg .modal form .fieldset:last-child, #general-modal .modal-bg .modal form .fieldset:last-child {
  margin-bottom: -1.5em;
}

@media (max-width: 480px) {
  #user-login-modal .modal-bg .modal form .fieldset:last-child, #general-modal .modal-bg .modal form .fieldset:last-child {
    margin-bottom: -1em;
  }
}

#user-login-modal .modal-bg .modal form .fieldset > div, #general-modal .modal-bg .modal form .fieldset > div {
  width: 100%;
}

#user-login-modal .modal-bg .modal form .input, #general-modal .modal-bg .modal form .input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.5em;
  position: relative;
}

#user-login-modal .modal-bg .modal form .input.select .select-wrap, #general-modal .modal-bg .modal form .input.select .select-wrap {
  position: relative;
}

#user-login-modal .modal-bg .modal form .input.select .select-wrap i, #general-modal .modal-bg .modal form .input.select .select-wrap i {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  padding: 12px;
}

#user-login-modal .modal-bg .modal form .input.select .select-wrap i:before, #general-modal .modal-bg .modal form .input.select .select-wrap i:before {
  content: url("/static/img/icons/select-arrow.svg");
  height: 14px;
  width: 14px;
}

#user-login-modal .modal-bg .modal form .input .error, #general-modal .modal-bg .modal form .input .error {
  display: none;
  width: 100%;
  color: red;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

@media (max-width: 640px) {
  #user-login-modal .modal-bg .modal form .input, #general-modal .modal-bg .modal form .input {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #user-login-modal .modal-bg .modal form .input, #general-modal .modal-bg .modal form .input {
    margin-bottom: 1em;
  }
}

#user-login-modal .modal-bg .modal form .required label:after, #general-modal .modal-bg .modal form .required label:after {
  content: '*';
  color: red;
}

#user-login-modal form .username,
#user-login-modal form .email,
#user-login-modal form .password,
#user-login-modal form .password2,
#user-login-modal form .permission, #general-modal form .username,
#general-modal form .email,
#general-modal form .password,
#general-modal form .password2,
#general-modal form .permission {
  width: 48%;
}

#user-login-modal form .title-of-the-piece, #general-modal form .title-of-the-piece {
  width: 71%;
}

#user-login-modal form .duration, #general-modal form .duration {
  width: 25%;
}

#user-login-modal form .permission label, #general-modal form .permission label {
  width: 208%;
}

#user-login-modal .buttons-wrap, #general-modal .buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1em;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 640px) {
  #user-login-modal .buttons-wrap, #general-modal .buttons-wrap {
    margin-bottom: 0;
  }
}

#user-login-modal .buttons-wrap .back-button, #general-modal .buttons-wrap .back-button {
  width: 140px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  margin-right: 20px;
}

#user-login-modal .buttons-wrap .back-button:disabled, #general-modal .buttons-wrap .back-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  #user-login-modal .buttons-wrap .back-button, #general-modal .buttons-wrap .back-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #user-login-modal .buttons-wrap .back-button, #general-modal .buttons-wrap .back-button {
    font-size: 14px;
    line-height: 17px;
  }
}

#user-login-modal .buttons-wrap .next-button, #general-modal .buttons-wrap .next-button {
  width: 140px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
}

#user-login-modal .buttons-wrap .next-button:disabled, #general-modal .buttons-wrap .next-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  #user-login-modal .buttons-wrap .next-button, #general-modal .buttons-wrap .next-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #user-login-modal .buttons-wrap .next-button, #general-modal .buttons-wrap .next-button {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 580px) {
  #user-login-modal, #general-modal {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #user-login-modal form .audition-venue,
  #user-login-modal form .video-url, #general-modal form .audition-venue,
  #general-modal form .video-url {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #user-login-modal form .composer-last-name,
  #user-login-modal form .composer-initial,
  #user-login-modal form .title-of-the-piece,
  #user-login-modal form .duration,
  #user-login-modal form .permission,
  #user-login-modal form .permission label, #general-modal form .composer-last-name,
  #general-modal form .composer-initial,
  #general-modal form .title-of-the-piece,
  #general-modal form .duration,
  #general-modal form .permission,
  #general-modal form .permission label {
    width: 100%;
  }
}

.login-header-content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  position: relative;
}

.login-header-content:after {
  display: block;
  content: ' ';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
}

@media (max-width: 580px) {
  .login-header-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .login-header-content:after {
    display: none;
  }
}

.checkout-as-guest {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  padding: 0 80px;
}

.checkout-as-guest .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 768px) {
  .checkout-as-guest .title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .checkout-as-guest .title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .checkout-as-guest .title {
    font-size: 20px;
  }
}

.checkout-as-guest a {
  width: 250px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  -ms-flex-item-align: center;
      align-self: center;
}

.checkout-as-guest a:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  .checkout-as-guest a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .checkout-as-guest a {
    font-size: 14px;
    line-height: 17px;
  }
}

.description-login-text {
  padding: 20px 0;
  border-bottom: 1px solid black;
  width: 100%;
}

.common-submit-button {
  width: 250px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
}

.common-submit-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  .common-submit-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .common-submit-button {
    font-size: 14px;
    line-height: 17px;
  }
}

.application-submit-button {
  width: 450px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  margin: 0 auto;
}

.application-submit-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  .application-submit-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .application-submit-button {
    font-size: 14px;
    line-height: 17px;
  }
}

.common-link {
  color: red;
  text-decoration: none;
}

.my-entries-header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.my-entries-header-content .saved-recital-success, .my-entries-header-content .saved-time-success {
  background-color: #c5e9c9;
  border-radius: 5px;
  padding: 3px 10px;
  transition: all 1s ease-out;
  opacity: 0;
}

.my-entries-header-content .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
  font-size: 30px;
}

@media (max-width: 768px) {
  .my-entries-header-content .title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .my-entries-header-content .title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .my-entries-header-content .title {
    font-size: 20px;
  }
}

.my-entries-header-content .section-title {
  margin-top: 10px;
}

.my-entries-header-content .subtitle {
  color: black;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-size: 20px;
}

@media (max-width: 1279px) {
  .my-entries-header-content .subtitle {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .my-entries-header-content .subtitle {
    font-size: 14px;
  }
}

.my-entries-header-content .text {
  color: black;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
}

@media (max-width: 1279px) {
  .my-entries-header-content .text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .my-entries-header-content .text {
    font-size: 14px;
  }
}

.my-entries-header-content .bold {
  font-weight: bold;
}

.my-entries-header-content .mf-spoiler .header {
  font-weight: normal;
}

.my-entries-header-content .status-list li {
  margin-left: 20px;
}

.forgot-password-wrapper {
  margin: 20px 0;
}

.forgot-password-wrapper form {
  max-width: 615px;
  margin: 0 auto;
}

.forgot-password-wrapper form figure:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.forgot-password-wrapper form figure:last-of-type {
  margin-bottom: 2em;
}

.forgot-password-wrapper form label {
  padding-bottom: 0.5em;
}

.forgot-password-wrapper form input[type='text'],
.forgot-password-wrapper form input[type='password'],
.forgot-password-wrapper form input[type='email'],
.forgot-password-wrapper form textarea,
.forgot-password-wrapper form .select2-container,
.forgot-password-wrapper form select {
  height: 40px;
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0;
  box-shadow: none;
  background-color: white;
  -webkit-appearance: none;
}

.forgot-password-wrapper form .select2-container span {
  height: 100%;
}

.forgot-password-wrapper form .select2-selection {
  border-radius: 0;
  border: none;
}

.forgot-password-wrapper form input[type='text'],
.forgot-password-wrapper form input[type='password'],
.forgot-password-wrapper form input[type='email'] {
  padding: 0 10px;
}

.forgot-password-wrapper form input[type='text']::-webkit-input-placeholder, .forgot-password-wrapper form input[type='password']::-webkit-input-placeholder, .forgot-password-wrapper form input[type='email']::-webkit-input-placeholder, .forgot-password-wrapper form textarea::-webkit-input-placeholder {
  color: #828282;
  font-style: italic;
}

.forgot-password-wrapper form input[type='text']::-moz-placeholder, .forgot-password-wrapper form input[type='password']::-moz-placeholder, .forgot-password-wrapper form input[type='email']::-moz-placeholder, .forgot-password-wrapper form textarea::-moz-placeholder {
  color: #828282;
  font-style: italic;
}

.forgot-password-wrapper form input[type='text']:-ms-input-placeholder, .forgot-password-wrapper form input[type='password']:-ms-input-placeholder, .forgot-password-wrapper form input[type='email']:-ms-input-placeholder, .forgot-password-wrapper form textarea:-ms-input-placeholder {
  color: #828282;
  font-style: italic;
}

.forgot-password-wrapper form input[type='text']::-ms-input-placeholder, .forgot-password-wrapper form input[type='password']::-ms-input-placeholder, .forgot-password-wrapper form input[type='email']::-ms-input-placeholder, .forgot-password-wrapper form textarea::-ms-input-placeholder {
  color: #828282;
  font-style: italic;
}

.forgot-password-wrapper form input[type='text']::placeholder,
.forgot-password-wrapper form input[type='password']::placeholder,
.forgot-password-wrapper form input[type='email']::placeholder,
.forgot-password-wrapper form textarea::placeholder {
  color: #828282;
  font-style: italic;
}

.forgot-password-wrapper form input[type='radio'] {
  cursor: pointer;
}

.forgot-password-wrapper form input[type='radio'] + label {
  cursor: pointer;
}

.forgot-password-wrapper form textarea {
  padding: 10px 10px 0;
  resize: vertical;
  min-height: 40px;
  max-height: 200px;
}

.forgot-password-wrapper form select {
  cursor: pointer;
  padding: 0 40px 0 10px;
}

@media (max-width: 480px) {
  .forgot-password-wrapper form textarea {
    min-height: 100px;
  }
}

.forgot-password-wrapper form .autoComplete_wrapper {
  display: inline-block;
  position: relative;
}

.forgot-password-wrapper form .autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.forgot-password-wrapper form .autoComplete_wrapper > ul[hidden],
.forgot-password-wrapper form .autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.forgot-password-wrapper form .autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.forgot-password-wrapper form .autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #ff7a7a;
  font-weight: bold;
}

.forgot-password-wrapper form .autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}

.forgot-password-wrapper form .autoComplete_wrapper > ul > li[aria-selected="true"] {
  background-color: rgba(255, 122, 122, 0.15);
}

.forgot-password-wrapper form figure {
  max-width: 300px;
  margin: 2em auto;
}

.forgot-password-wrapper form .error {
  display: block !important;
}

.forgot-password-wrapper form .subtitle {
  width: 100%;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

.forgot-password-wrapper form .subtitle.bold {
  font-weight: bold;
}

.forgot-password-wrapper form .subtitle.no-underline {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .forgot-password-wrapper form .subtitle {
    font-size: 16px;
  }
}

.forgot-password-wrapper form .genera_result {
  width: 100%;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

.forgot-password-wrapper form .genera_result.bold {
  font-weight: bold;
}

.forgot-password-wrapper form .genera_result.no-underline {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .forgot-password-wrapper form .genera_result {
    font-size: 16px;
  }
}

.forgot-password-wrapper form .fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.forgot-password-wrapper form .fieldset:last-child {
  margin-bottom: -1.5em;
}

@media (max-width: 480px) {
  .forgot-password-wrapper form .fieldset:last-child {
    margin-bottom: -1em;
  }
}

.forgot-password-wrapper form .fieldset > div {
  width: 100%;
}

.forgot-password-wrapper form .input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.5em;
  position: relative;
}

.forgot-password-wrapper form .input.select .select-wrap {
  position: relative;
}

.forgot-password-wrapper form .input.select .select-wrap i {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  padding: 12px;
}

.forgot-password-wrapper form .input.select .select-wrap i:before {
  content: url("/static/img/icons/select-arrow.svg");
  height: 14px;
  width: 14px;
}

.forgot-password-wrapper form .input .error {
  display: none;
  width: 100%;
  color: red;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

@media (max-width: 640px) {
  .forgot-password-wrapper form .input {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .forgot-password-wrapper form .input {
    margin-bottom: 1em;
  }
}

.forgot-password-wrapper form .required label:after {
  content: '*';
  color: red;
}

.forgot-password-wrapper form .username,
.forgot-password-wrapper form .email,
.forgot-password-wrapper form .password,
.forgot-password-wrapper form .password2,
.forgot-password-wrapper form .permission {
  width: 48%;
}

.forgot-password-wrapper form .title-of-the-piece {
  width: 71%;
}

.forgot-password-wrapper form .duration {
  width: 25%;
}

.forgot-password-wrapper form .permission label {
  width: 208%;
}

.forgot-password-wrapper form .buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1em;
}

@media (max-width: 640px) {
  .forgot-password-wrapper form .buttons-wrap {
    margin-bottom: 0;
  }
}

.forgot-password-wrapper form .buttons-wrap .back-button {
  width: 140px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  margin-right: 20px;
}

.forgot-password-wrapper form .buttons-wrap .back-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  .forgot-password-wrapper form .buttons-wrap .back-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .forgot-password-wrapper form .buttons-wrap .back-button {
    font-size: 14px;
    line-height: 17px;
  }
}

.forgot-password-wrapper form .buttons-wrap .next-button {
  width: 140px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
}

.forgot-password-wrapper form .buttons-wrap .next-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  .forgot-password-wrapper form .buttons-wrap .next-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .forgot-password-wrapper form .buttons-wrap .next-button {
    font-size: 14px;
    line-height: 17px;
  }
}

.forgot-password-wrapper .general_error {
  color: red;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 10px;
}

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