@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url("fonts/BebasNeuePro-ExpandedRegular.eot");
  src: local("Bebas Neue Pro Expanded Regular"), local("BebasNeuePro-ExpandedRegular"), url("fonts/BebasNeuePro-ExpandedRegular.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeuePro-ExpandedRegular.woff2") format("woff2"), url("fonts/BebasNeuePro-ExpandedRegular.woff") format("woff"), url("fonts/BebasNeuePro-ExpandedRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 0.9rem;
  color: #4C4C4C;
  background: #fff;
  font-family: "Gilroy", sans-serif; }

.overflowH {
  overflow: hidden; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #000;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 1.5rem;
  max-width: 30rem;
  margin: 0 auto;
  width: 100%; }

.layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none; }

.menu {
  position: absolute;
  left: 0;
  top: 4rem;
  background: #fff;
  padding: 5rem 1.5rem 2rem;
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8rem;
  text-transform: uppercase;
  transform: translateX(-100%);
  transition: .7s transform ease-in-out; }
  .menu.active {
    transform: translateX(0); }
  .menu__list {
    font-size: 1.85rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Bebas Neue Pro Expanded", sans-serif; }
    .menu__list li {
      margin-bottom: 1.2rem;
      padding-bottom: 1.2rem;
      border-bottom: 1px solid #AFB2B4; }
      .menu__list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .menu__list li a {
        color: #000; }
        .menu__list li a:hover {
          color: #4C4C4C; }
  .menu-info {
    margin-bottom: 2.5rem; }
    .menu-info__item {
      margin-bottom: 1.25rem; }
      .menu-info__item:last-child {
        margin-bottom: 0; }
    .menu-info__name {
      color: #cacaca;
      margin-bottom: 0.5rem; }
    .menu-info__link {
      color: #000;
      border-bottom: 1px solid; }
      .menu-info__link:hover {
        color: #4C4C4C; }
  .menu-bot {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .menu-social {
    display: flex; }
    .menu-social li {
      display: inline-flex; }
    .menu-social a {
      display: inline-flex;
      width: 1.5rem;
      color: #000; }
      .menu-social a:hover {
        color: #4C4C4C; }
      .menu-social a svg {
        width: 100%;
        height: auto; }

.header {
  padding-top: 1.1rem;
  position: relative;
  margin-bottom: 1.7rem;
  background: #fff;
  z-index: 5; }
  .header-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 2rem;
    padding-top: 0.5rem; }
  .header-lang {
    font-size: 0.65rem; }
    .header-lang a {
      color: #000;
      display: inline-flex;
      align-items: flex-end; }
      .header-lang a::after {
        content: ' | ';
        pointer-events: none;
        font-size: .7rem;
        margin-left: 0.3rem; }
      .header-lang a:last-child::after {
        content: none; }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 1.5rem; }
    .header-menu svg {
      width: 100%;
      overflow: visible;
      height: auto; }
    .header-menu line {
      transition: .6s all; }
    .header-menu.active line:nth-child(1) {
      transform: rotate(45deg) translateY(0.5rem) scale(0.9);
      transform-origin: center; }
    .header-menu.active line:nth-child(2) {
      opacity: 0; }
    .header-menu.active line:nth-child(3) {
      transform: rotate(-45deg) translateY(-0.5rem) scale(0.9);
      transform-origin: center; }

.main {
  padding-bottom: 2rem; }
  .main-head {
    text-align: center;
    margin-bottom: 1.4rem; }
    .main-head__text {
      margin-bottom: 0.5rem; }
    .main-head__img {
      width: 7.5rem;
      margin: 0 auto; }
      .main-head__img img {
        width: 100%;
        display: block; }
  .main__title {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    letter-spacing: 0.01em;
    font-family: "Bebas Neue Pro Expanded", sans-serif;
    font-weight: 400;
    margin-bottom: 1.2rem; }
  .main__code {
    text-align: center;
    font-family: "Bebas Neue Pro Expanded", sans-serif;
    font-size: 0.7rem;
    margin-bottom: 1.2rem; }
  .main__text {
    margin-bottom: 1.2rem;
    line-height: 1.45; }
    .main__text p {
      font-weight: 500;
      font-style: italic;
      margin-top: 1.5rem; }

.form-item {
  margin-bottom: 1.2rem;
  display: block; }
  .form-item p {
    font-size: 0.75rem;
    color: #707070;
    margin-bottom: 0.5rem; }
  .form-item input {
    width: 100%;
    border: 1px solid #D6DAD1;
    height: 3rem;
    padding: 0 1rem;
    font-size: 0.95rem; }
.form_btn {
  font-size: 0.95rem;
  height: 3.5rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #38363A;
  width: 100%;
  margin-bottom: 0.8rem; }
.form-info {
  text-align: center;
  font-size: 0.7rem;
  padding: 0 2rem; }
.form-done {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 7;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .form-done__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1.8rem 2.4rem;
    text-align: center;
    width: 17rem; }
  .form-done__img {
    margin-bottom: 1.2rem; }
    .form-done__img img {
      display: inline-block;
      width: 2.5rem; }
  .form-done__title {
    font-size: 2.5rem;
    font-family: "Bebas Neue Pro Expanded", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.3rem; }
  .form-done__already {
    font-size: 1.7rem;
    font-family: "Bebas Neue Pro Expanded", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.6rem; }
  .form-done__text {
    font-size: .78rem;
    margin-bottom: 1.2rem; }
    .form-done__text p {
      font-size: 0.8rem;
      font-weight: 500;
      margin-top: 1.6rem; }
  .form-done__btn {
    width: 100%;
    background: #38363A;
    color: #fff;
    height: 2.2rem;
    font-size: 0.8rem;
    display: inline-flex;
    justify-content: center;
    align-items: center; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1080px) {
  :root {
    font-size: 17px; } }
@media (max-width: 400.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }

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