/*! normalize.css v8.0.0 | 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; }

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

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

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:root {
  font-size: 100%; }

body {
  position: relative;
  margin: 0;
  color: #525252;
  font-size: 1rem;
  font-family: 'Poppins', Helvetica, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  padding-bottom: 6rem; }

img,
svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: none; }

.container {
  width: 100%;
  padding: 0 1rem; }
  @media (min-width: 1380px) {
    .container {
      max-width: 1320px;
      margin: 0 auto;
      position: relative; } }

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem; }

.col {
  box-sizing: border-box;
  margin-bottom: 1rem;
  flex: 0 0 100%; }
  @media (min-width: 576px) {
    .col--auto {
      flex: 0 1 auto; } }
  @media (min-width: 992px) {
    .col--2 {
      flex-basis: calc(100%/2 - (2.5rem)/2); } }
  @media (min-width: 992px) {
    .col--3 {
      flex-basis: calc(100% / 3 - (2 * 2.5rem) / 3); } }

@media (min-width: 992px) {
  .gap--start {
    padding-right: calc(2.5rem / 2); } }

@media (min-width: 992px) {
  .gap--end {
    padding-left: calc(2.5rem / 2); } }

@media (min-width: 992px) {
  .gap--x {
    padding-left: calc(2.5rem / 2);
    padding-right: calc(2.5rem / 2); } }

p,
ul,
ol,
dl,
table,
blockquote,
pre,
figure,
hr {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem; }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.3;
  color: #222; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 0.625rem; }

a {
  color: #ff7703;
  font-weight: 600;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #030100;
    text-decoration: underline;
    text-underline-offset: 4px; }

p {
  margin-top: 0;
  line-height: 1.6; }

ul,
ol {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0 20px;
  line-height: 1.4; }
  ul li,
  ol li {
    padding: 0.25rem 0.25rem 0.25rem 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 0;
    padding: 0.25rem 0.25rem 0 0.625rem; }
    ul ul li:last-child,
    ul ol li:last-child,
    ol ul li:last-child,
    ol ol li:last-child {
      padding-bottom: 0; }

a {
  color: #ff7703; }
  a:hover, a:focus {
    color: #e28000; }

.h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2; }

.h2 {
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  line-height: 1.2;
  font-weight: 700; }

.btn,
a.btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  border: 1px solid #ff7703;
  border-radius: 3px;
  background-color: #fff;
  color: #ff7703;
  font: inherit;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear; }
  @media (min-width: 1200px) {
    .btn,
    a.btn {
      padding-left: 4rem;
      padding-right: 4rem; } }
  .btn:hover, .btn:focus,
  a.btn:hover,
  a.btn:focus {
    background-color: #ff7703;
    color: #fff; }
  .btn--main,
  a.btn--main {
    background-color: #ff7703;
    color: #fff; }
    .btn--main:hover, .btn--main:focus,
    a.btn--main:hover,
    a.btn--main:focus {
      background-color: #fff;
      color: #ff7703; }

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  background-color: #000;
  color: #fff; }
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 1;
    padding: 0.5rem;
    background-color: #000; }

.navbar {
  overflow: hidden;
  text-align: right; }
  .navbar ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    justify-self: center;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    transition: transform 0.7s ease-in-out;
    transform: translate(0);
    padding-left: 200px; }
  @media (max-width: 1200px) {
    .navbar ul {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: start;
      overflow: hidden;
      width: 100%;
      height: 100vh;
      padding: 0;
      background-color: #000;
      text-align: center;
      transform: translate(-101%);
      padding-left: 2rem; }
    .navbar li {
      padding: 1rem;
      text-align: left; }
      .navbar li:first-child {
        margin-top: 50px; }
      .navbar li a {
        display: block;
        font-size: 1rem; } }

.nav-item a {
  color: #fff;
  font-weight: 300;
  font-size: 1.125rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease-out; }
  .nav-item a:hover, .nav-item a:focus, .nav-item a:active {
    color: #ff7703;
    text-decoration: underline;
    text-underline-offset: 0.25em; }

.menu-toggle {
  display: none;
  justify-self: end;
  margin-right: 25px; }
  @media (max-width: 1200px) {
    .menu-toggle {
      display: inline-block;
      cursor: pointer; } }
  .menu-toggle:hover {
    cursor: pointer; }
  .menu-toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #ff7703;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1200px) {
      .menu-toggle .bar {
        display: block;
        cursor: pointer; } }
  .menu-toggle.is-active {
    position: relative;
    z-index: 2; }

#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0; }

#mobile-menu.is-active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg); }

#mobile-menu.is-active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg); }

@keyframes gradbar {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@media (max-width: 1200px) {
  .mobile-nav {
    transform: translate(0%) !important; } }

.section {
  padding: 5rem 0; }
  .section--bg {
    background-color: #fafafa; }

@media (min-width: 992px) {
  .multiple-columns {
    column-count: 2;
    column-gap: calc(min(7vw, 120px)); } }

.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
  background-image: url("../img/organ_1920.jpg"), linear-gradient(90deg, #000000de 5%, #ff9a442e 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  list-style: none;
  background-blend-mode: color;
  overflow-x: clip; }
  .banner__item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: auto;
    color: #fff;
    transition: 1s; }
  .banner__container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    height: 100%;
    padding: 90px 1rem 70px; }
    @media (min-width: 1200px) {
      .banner__container {
        flex-direction: row; } }
    @media (min-width: calc(1380px + 96px)) {
      .banner__container {
        max-width: 1320px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem; } }
  .banner__content {
    align-self: center; }
    @media (min-width: 1200px) {
      .banner__content {
        width: 50%; } }
  .banner--simple {
    background-image: url("../img/banner_simple.jpg"), linear-gradient(90deg, #000000de 5%, #ff9a442e 100%);
    height: 500px;
    max-height: 100vh;
    margin-bottom: 1rem; }
    .banner--simple .banner__content {
      align-self: center;
      width: 100%; }

.decor {
  position: relative;
  display: block;
  overflow: hidden; }
  .decor::after {
    content: '';
    position: absolute;
    top: -32px;
    left: 32px;
    width: 100%;
    height: 100%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .decor::before {
    content: '';
    position: absolute;
    top: 32px;
    left: -32px;
    width: 100%;
    height: 100%;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff; }
  .decor img {
    width: 100%; }

.promo__title {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: clamp(1.75rem, 5vw, 4rem);
  line-height: 1.2;
  text-align: center;
  color: #fff; }

.promo__box {
  position: absolute;
  top: calc(100vh - 100px);
  left: 50%;
  width: 90%;
  padding: 2rem;
  background-color: #ff7703;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 3px; }
  @media (min-width: 768px) {
    .promo__box {
      width: 60%; } }
  @media (min-width: 1200px) {
    .promo__box {
      width: 30%; } }

.news {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 2rem 0;
  background-color: #ff7703;
  color: #fff; }
  @media (min-width: 992px) {
    .news {
      flex-direction: row;
      justify-content: center; } }
  .news > * {
    flex: 1 1 33.3333%;
    text-align: center; }
  .news__date {
    font-size: 0.75rem; }
    @media (min-width: 992px) {
      .news__date {
        order: -1; } }
  .news__title {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1rem; }
  .news a {
    color: #fff; }

.tooltip {
  position: relative;
  border-bottom: 1px dashed #ff7703; }
  .tooltip:hover {
    text-decoration: none; }
  .tooltip:hover::before {
    content: attr(title);
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    display: inline-block;
    padding: 0.5rem;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    font-size: 0.825rem;
    transform: translateX(-50%); }
  .tooltip:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent; }

.list-check {
  list-style: none; }
  .list-check li {
    position: relative;
    margin-bottom: 1.25rem;
    padding-left: 3.5em; }
    .list-check li::before {
      content: "";
      position: absolute;
      left: 0;
      display: inline-block;
      width: 1.75em;
      height: 1.75em;
      background: url(../img/check.svg) no-repeat left top; }

@media (min-width: 576px) {
  .list--column {
    column-count: 2; } }

.list-number {
  list-style: none; }
  .list-number li {
    counter-increment: li; }
    .list-number li::before {
      content: counter(li) ".";
      display: inline-block;
      width: 1em;
      margin-right: 0.5em;
      margin-left: -1.5em;
      color: #ff7703;
      font-size: 1.2rem;
      text-align: right; }

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 1.15rem; }
  .card__title {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2rem; }
  .card__footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    font-size: 1rem; }
  .card__content *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .card__news {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 2rem;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5; }
    .card__news p {
      margin-bottom: 0; }
  .card h3 {
    margin-bottom: 0;
    margin-top: 1rem; }
  .card__hashtag {
    color: #ff7703; }
  .card--dark {
    background-color: #000;
    color: #fff; }
    > .card--dark__title {
      color: #fff; }

.contact {
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #fafafa; }
  .contact__title {
    color: #222;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5em; }
  .contact p {
    margin-bottom: 0; }

.footer {
  padding: 2rem 0;
  background-color: #000;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer p {
    margin-bottom: 0; }

a.skip {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px; }
  a.skip:focus, a.skip:active {
    position: static;
    width: auto;
    height: auto; }

a.skip-main:focus,
a.skip-main:active {
  top: auto;
  left: auto;
  z-index: 999;
  overflow: auto;
  width: 30%;
  height: auto;
  margin: 10px 35%;
  padding: 5px;
  border: 4px solid yellow;
  border-radius: 15px;
  background-color: #000;
  color: #fff;
  font-size: 1.2em;
  text-align: center; }

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.cls {
  clear: both; }

.text-center {
  text-align: center; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.mr-1 {
  margin-right: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.pr-2-5 {
  padding-right: 2.5rem !important; }

.pl-2-5 {
  padding-left: 2.5rem !important; }

.pr-1-5 {
  padding-right: 1.5rem !important; }

.pl-1-5 {
  padding-left: 1.5rem !important; }

.bg-main {
  background-color: #ff7703; }

.text-main {
  color: #ff7703; }

.fs-2 {
  font-size: 2rem; }
