@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
}
html, body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important; /* 400 normal, 700 bold, etc. */
}
.content-header {
  background-color: #fff;
}
.content-header .region-header {
  display: flex;
  justify-content: space-between;
  margin: 36px auto 12px auto;
  padding: 12px 0;
  width: 90%;
}
.content-header .region-header .logo {
  margin-left: 10px;
  width: 20%;
}
.content-header .region-header .logo img {
  width: 145px;
}
.language-switcher-language-url {
  width: 20%;
}

.language-switcher-language-url .links {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.language-switcher-language-url .links li {
  list-style: none;
  margin-left: 15px;
}

.language-switcher-language-url .links li .language-link {
  display: inline-block;
}

.language-switcher-language-url .links .language-flag {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

h1.headline {
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 60px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 65px !important;
  letter-spacing: -2px !important;
  color: #1A2035 !important;
}
h1.headline:after {
  display: none;
}

main .btn.rounded {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 36px !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  background-color: #AC0C22 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: -0.6px !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
  border: none !important;
  text-transform: none !important;
  transition: all 0.3s ease !important;
}
main .btn.rounded:hover {
  background-color: #8a0a1b !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-1px) !important;
}

.menu-block {
  justify-content: center;
}

@media (max-width: 1024px) {

  .content-header .region-header .logo {
    width: 56% !important;
  }

  .content-header .region-header .logo img {
    width: 100px;
  }

  .language-switcher-language-url {
    width: 25%;
    margin-right: 12px;
  }

  .burguer-menu {
    margin-top: -10px;
  }

  header.header-offset {
    height: 100px;
  }

  .px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #block-privacy-menu ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-size: 11px;
  }

}

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