/* src/styles.scss */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 1rem;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  touch-action: manipulation;
  font-family: "Cera Pro Medium", serif;
}
@media screen and (max-width: 1439px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Cera Pro Medium", serif;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: 100%;
}
input,
textarea {
  outline: none;
}
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 585px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 327px;
  }
}
@media screen and (max-width: 374px) {
  .container {
    max-width: 309px;
  }
}
.no-select {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
span.red {
  color: #E80024;
}
.btn {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #E80024;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  border-radius: 99px;
  max-width: 404px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.btn:hover:not(:disabled):after {
  opacity: 1;
}
.btn:disabled {
  opacity: 0.3;
}
.btn:active,
.btn:hover {
  background: #B9001D;
}
.btn:active:after,
.btn:hover:after {
  opacity: 0;
}
.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .btn {
    font-size: 1rem;
  }
}
.btn._black {
  max-width: 226px;
  font-size: 1rem;
  line-height: 14px;
  height: 32px;
  background: #000;
}
.btn._black:active,
.btn._black:hover {
  background: #2E2E2E;
}
.btn._black:active:after,
.btn._black:hover:after {
  opacity: 0;
}
.btn._white {
  max-width: 226px;
  background: #ffffff;
  color: #000;
  border: 2px solid #000000;
}
.btn._white.hide {
  opacity: 0;
}
.btn._white.show {
  opacity: 1;
}
.btn._white:hover {
  background: #000;
  color: #ffffff;
}
.btn._memory {
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.modal-cross {
  display: flex;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 4;
}
@media screen and (max-width: 1023px) {
  .modal-cross {
    width: 20px;
    height: 20px;
    top: 24px;
    right: 24px;
  }
}
@font-face {
  font-family: "Cera Pro Light";
  src: url(/fonts/Cera-Pro-Light.otf) format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro Medium";
  src: url(/fonts/Cera-Pro-Medium.otf) format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro Bold";
  src: url(/fonts/Cera-Pro-Bold.otf) format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro Black";
  src: url(/fonts/CeraPro-Black.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
.modal-card {
  width: 100%;
  background: #ffffff;
  padding: 24px;
  border-radius: 24px;
}
.modal-card__img {
  height: 80px;
  width: auto;
  margin-bottom: 22px;
}
.modal-card__title {
  font-size: 1.375rem;
  line-height: 100%;
  font-family: "Cera Pro Bold", sans-serif;
  text-align: center;
  margin-bottom: 14px;
}
.modal-card__text {
  margin-bottom: 32px;
  font-family: "Cera Pro Medium", sans-serif;
  font-size: 1rem;
  text-align: center;
}
.modal-card__text span.black {
  font-family: "Cera Pro Bold", sans-serif;
}
.modal-card__btn-wrapper {
  width: 100%;
}
.modal-card__btn-wrapper .btn {
  max-width: 100%;
}
.modal-card__btn-wrapper button:last-child {
  margin-top: 14px;
}

/* angular:styles/global:styles */
