@font-face {
  font-family: 'Cera Pro';
  src: url("../fonts/CeraPro-Black.woff2") format("woff2"), url("../fonts/CeraPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gabarito';
  src: url("../fonts/Gabarito-Regular.woff2") format("woff2"), url("../fonts/Gabarito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*! 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 */
  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;
  max-width: 100%;
  height: auto; }

/* 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; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

img {
  width: 100%;
  height: auto;
  display: block; }

body,
html {
  min-height: 100%;
  height: 100%; }

html.en .en {
  display: block; }
html .en {
  display: none; }

html.es .es {
  display: block; }
html .es {
  display: none; }

html.pt .pt {
  display: block; }
html .pt {
  display: none; }

html.tr .tr {
  display: block; }
html .tr {
  display: none; }

.switcher__wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 136rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.lang_switcher_outer {
  position: absolute;
  font-family: 'Roboto', Arial, sans-serif;
  top: 4rem;
  right: 0;
  width: 8.4em;
  height: 3.5em;
  z-index: 10;
  cursor: pointer;
  color: #FECA00;
  text-transform: uppercase;
  font-weight: 400; }
  .lang_switcher_outer.act .lang_list {
    display: flex; }
  .lang_switcher_outer.act .lang_arr {
    transform: rotate(180deg); }
  .lang_switcher_outer .lang_switcher {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 2em;
    cursor: pointer;
    border-radius: 2.4em;
    position: relative;
    z-index: 5;
    background: transparent;
    border: 1px solid #FECA00; }
    .lang_switcher_outer .lang_switcher .curr_lang {
      position: relative;
      display: inline-block; }
      .lang_switcher_outer .lang_switcher .curr_lang span, .lang_switcher_outer .lang_switcher .curr_lang a {
        font-size: 1.4em;
        display: inline-block;
        font-weight: 700; }
      .lang_switcher_outer .lang_switcher .curr_lang em {
        top: 0.4em;
        margin: 0 0.5em 0 0;
        border-radius: 50%;
        overflow: hidden; }
    .lang_switcher_outer .lang_switcher .lang_flag {
      display: none; }
  .lang_switcher_outer i {
    background: url("../img/lang-arr.svg") 0 0 no-repeat;
    background-size: contain;
    width: 1.3em;
    position: relative;
    height: 0.8em;
    display: block;
    transition: all 0.3s ease-in-out; }

.lang_flag {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin: 0 0.7em 0 1.1em;
  position: relative;
  top: 0.35em;
  border-radius: 50%;
  overflow: hidden; }

.lang_list {
  position: absolute;
  list-style-type: none;
  top: 4.2em;
  display: none;
  right: 0;
  width: 100%;
  border-radius: 1.4em;
  overflow: hidden;
  cursor: auto;
  background: #000;
  flex-wrap: wrap;
  border: 1px solid #FECA00; }
  .lang_list li {
    cursor: pointer;
    width: 100%;
    text-align: center; }
    .lang_list li > span, .lang_list li a {
      font-size: 1.4em;
      padding: 0.5em 1em;
      display: inline-block;
      width: 100%;
      color: #FECA00;
      text-decoration: none; }
      .lang_list li > span:hover, .lang_list li a:hover {
        color: #000; }
    .lang_list li.curr {
      pointer-events: none;
      font-weight: 700;
      background: #FECA00; }
      .lang_list li.curr span, .lang_list li.curr a {
        color: #000; }
    .lang_list li:nth-last-child(1) {
      border-bottom: 0; }
    .lang_list li:hover {
      color: #000;
      background: #FECA00; }

@media (max-width: 1024px) {
  .lang_switcher_outer {
    right: 2rem;
    font-size: 120%; } }
@media (max-width: 600px) {
  .lang_switcher_outer {
    font-size: 100%;
    top: 2rem;
    right: 0;
    left: 50%;
    transform: translateX(-50%); } }
html {
  background: #000;
  color: #FFF;
  line-height: 1.15;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: calc(100vw / 1920 * 10); }
  html.hide {
    display: block; }
    html.hide .blur_wrap {
      background: transparent;
      position: relative;
      filter: none; }
    html.hide .preloader {
      opacity: 0;
      pointer-events: none; }

.preloader {
  width: 5em;
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
  transition: opacity 0.3s ease; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

.blur_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  filter: blur(5px);
  width: 100%;
  min-height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column; }

.layout {
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  -webkit-flex-grow: 1; }

.wrapper {
  overflow: hidden;
  background-size: 144rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  background-image: url(../img/webp/main-bg.webp); }

.main-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 86rem;
  height: 100vh;
  width: 100%;
  max-width: 100%; }

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem 4.4rem;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto; }

.main-info {
  width: 100%;
  max-width: 70rem;
  position: relative;
  display: flex;
  flex-direction: column; }

.logo {
  width: 34.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 7; }

.title {
  font-family: 'Cera Pro', 'Roboto', sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-size: clamp(24px, 4rem, 4rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08rem;
  margin: 7.2rem auto; }

.buttons {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto; }

.btn {
  font-family: 'Gabarito', sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  text-decoration: unset;
  padding: 0 2rem;
  height: 4.8rem;
  min-height: 40px;
  border-radius: 2.4rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  cursor: pointer; }
  .btn span {
    position: relative;
    z-index: 4;
    font-size: 1.6rem;
    font-size: clamp(16px, 1.6rem, 1.6rem);
    font-weight: 400;
    text-align: center;
    width: 100%; }

.btn-login {
  background: linear-gradient(180deg, #D1021B 0%, #A71023 100%);
  color: #FFF; }
  .btn-login:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    background: #D1021B;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
  @media (hover: hover) {
    .btn-login:hover:before {
      opacity: 1; } }

.btn-register {
  border: 1px solid #FECA00;
  color: #FECA00; }
  @media (hover: hover) {
    .btn-register:hover {
      background-color: #FECA00;
      color: #000; } }

.contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem; }

.contact {
  display: flex;
  align-items: center;
  text-decoration: unset;
  margin: 0 1.6rem; }
  .contact:hover .contact-icon {
    background: #FECA00; }
    .contact:hover .contact-icon svg path {
      stroke: #000; }
    .contact:hover .contact-icon.filled svg path {
      fill: #000;
      stroke: none; }
  .contact:hover .contact-text {
    color: #FECA00; }

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  min-width: 32px;
  min-height: 32px;
  border-radius: 4rem;
  border: 1px solid rgba(254, 202, 0, 0.5);
  background: rgba(254, 202, 0, 0.1);
  transition: all 0.3s ease-in-out; }
  .contact-icon svg {
    width: 2.1rem;
    height: 2.1rem;
    min-width: 16px;
    min-height: 16px;
    display: block; }
  .contact-icon svg path {
    transition: all 0.3s ease-in-out; }

.contact-text {
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-size: clamp(14px, 1.4rem, 1.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s ease-in-out;
  margin-left: 0.8rem; }

.terms {
  color: #FECA00;
  font-family: 'Gabarito', sans-serif;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.6rem, 1.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 0.1rem solid #FECA00;
  transition: border 0.3s ease-in-out;
  display: block;
  width: fit-content;
  text-decoration: transparent; }
  @media (hover: hover) {
    .terms:hover {
      border-bottom: 0.1rem solid transparent; } }

.footer {
  padding: 3rem 1rem 3rem;
  margin-top: auto;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer-text {
  color: white;
  text-align: center;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.6rem, 1.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 2rem;
  text-transform: uppercase; }

@media (min-width: 1600px) {
  html {
    font-size: calc(100vw / 1920 * 10); }

  .wrapper {
    background-size: 156rem auto; } }
@media (max-width: 1024px) {
  html {
    font-size: calc(100vw / 768 * 10); }

  .wrapper {
    background-size: cover; } }
@media (min-height: 760px) and (max-width: 1400px) and (orientation: landscape) {
  html {
    font-size: calc(100vw / 1440 * 10); }

  .wrapper {
    background-size: cover; } }
@media (max-width: 600px) {
  html {
    font-size: calc(100vw / 375 * 10);
    background: #000; }

  .wrapper {
    background-size: 37.5rem auto;
    background-position: bottom center;
    background-image: url(../img/webp/main-bg-mobile.webp); }

  .main-content {
    min-height: 100vh; }

  .main-info {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    max-height: 37rem; }

  .main {
    padding: 8rem 2rem; }

  .logo {
    width: 20rem; }

  .buttons {
    max-width: 27.6rem; }

  .title {
    font-size: 2.8rem;
    font-size: clamp(24px, 2.8rem, 2.8rem);
    margin: 3rem 0; }

  .footer {
    padding: 2rem 1rem; }

  .contacts {
    margin-bottom: 2rem; }

  .contact {
    margin: 0 1.6rem; }

  .contact-text {
    display: none; }

  .terms, .footer-text {
    font-size: 1.4rem;
    font-size: clamp(14px, 1.4rem, 1.4rem); } }
