/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@import url(https://fonts.bunny.net/css?family=league-spartan:100,200,300,400,500,600,700,800,900);
@layer properties;
@layer theme, base, components, utilities;

@layer theme {

  :root,
  :host {
    --font-sans: "League Spartan", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {

  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }

  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    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;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .-z-20 {
    z-index: calc(20 * -1);
  }

  .z-0 {
    z-index: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }

  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }

  .mt-\[10\%\] {
    margin-top: 10%;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[50rem\] {
    max-height: 50rem;
  }

  .max-h-\[60rem\] {
    max-height: 60rem;
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-full {
    width: 100%;
  }

  .max-w-full {
    max-width: 100%;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

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

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-around {
    justify-content: space-around;
  }

  .justify-between {
    justify-content: space-between;
  }

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

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .space-x-\[-1000\%\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(-1000% * var(--tw-space-x-reverse));
      margin-inline-end: calc(-1000% * calc(1 - var(--tw-space-x-reverse)));
    }
  }

  .justify-self-end {
    justify-self: flex-end;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded-full {
    border-radius: calc(infinity * 1px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .bg-\[\#C7A392\] {
    background-color: #C7A392;
  }

  .bg-\[\#FEE16A\] {
    background-color: #FEE16A;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-\[url\(\'https\:\/\/fdrr1jutad\.ufs\.sh\/f\/NY3sjOzCI46V9R628NQENoTnaexAwG7iZIzJt861K4hg5Dkq\'\)\] {
    background-image: url('https://fdrr1jutad.ufs.sh/f/NY3sjOzCI46V9R628NQENoTnaexAwG7iZIzJt861K4hg5Dkq');
  }

  .bg-\[url\(\'https\:\/\/fdrr1jutad\.ufs\.sh\/f\/NY3sjOzCI46VQ4EP04vIU6nS7ZQ3MaJ1Xol9HukrRzKYDdFf\'\)\] {
    background-image: url('https://fdrr1jutad.ufs.sh/f/NY3sjOzCI46VQ4EP04vIU6nS7ZQ3MaJ1Xol9HukrRzKYDdFf');
  }

  .bg-\[url\(\'https\:\/\/fdrr1jutad\.ufs\.sh\/f\/NY3sjOzCI46VgJSi6t1QMNjfnBWmKtUx7e8vrCE2D4duYILs\'\)\] {
    background-image: url('https://fdrr1jutad.ufs.sh/f/NY3sjOzCI46VgJSi6t1QMNjfnBWmKtUx7e8vrCE2D4duYILs');
  }

  .bg-cover {
    background-size: cover;
  }

  .object-cover {
    object-fit: cover;
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }

  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }

  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }

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

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .text-\[2rem\] {
    font-size: 2rem;
  }

  .text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .text-\[3rem\] {
    font-size: 3rem;
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-12 {
    --tw-leading: calc(var(--spacing) * 12);
    line-height: calc(var(--spacing) * 12);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .text-\[\#32251F\] {
    color: #32251F;
  }

  .text-\[\#C7A392\] {
    color: #C7A392;
  }

  .text-\[\#F7CA06\] {
    color: #F7CA06;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-0 {
    opacity: 0%;
  }

  .shadow-\[0_4px_0_\#32251F\] {
    --tw-shadow: 0 4px 0 var(--tw-shadow-color, #32251F);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }

  .hover\:bg-\[\#ac8d7f\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ac8d7f;
      }
    }
  }

  .hover\:bg-\[\#eed264\] {
    &:hover {
      @media (hover: hover) {
        background-color: #eed264;
      }
    }
  }

  .active\:translate-y-\[3px\] {
    &:active {
      --tw-translate-y: 3px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .active\:shadow-\[0_1px_0_\#32251F\] {
    &:active {
      --tw-shadow: 0 1px 0 var(--tw-shadow-color, #32251F);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .lg\:mt-0 {
    @media (width >=64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  .lg\:h-auto {
    @media (width >=64rem) {
      height: auto;
    }
  }

  .lg\:w-13 {
    @media (width >=64rem) {
      width: calc(var(--spacing) * 13);
    }
  }

  .lg\:flex-row {
    @media (width >=64rem) {
      flex-direction: row;
    }
  }

  .lg\:px-20 {
    @media (width >=64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }

  .lg\:py-10 {
    @media (width >=64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }

  .lg\:py-20 {
    @media (width >=64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }

  .lg\:pt-0 {
    @media (width >=64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }

  .lg\:pt-10 {
    @media (width >=64rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }

  .lg\:pb-40 {
    @media (width >=64rem) {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }

  .lg\:pl-20 {
    @media (width >=64rem) {
      padding-left: calc(var(--spacing) * 20);
    }
  }

  .lg\:text-\[3\.5rem\] {
    @media (width >=64rem) {
      font-size: 3.5rem;
    }
  }

  .lg\:text-\[3rem\] {
    @media (width >=64rem) {
      font-size: 3rem;
    }
  }

  .lg\:text-\[5\.5rem\] {
    @media (width >=64rem) {
      font-size: 5.5rem;
    }
  }

  .lg\:text-\[5rem\] {
    @media (width >=64rem) {
      font-size: 5rem;
    }
  }

  .lg\:text-\[7rem\] {
    @media (width >=64rem) {
      font-size: 7rem;
    }
  }

  .lg\:text-\[11rem\] {
    @media (width >=64rem) {
      font-size: 11rem;
    }
  }

  .lg\:leading-normal {
    @media (width >=64rem) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
}

@layer components {
  .gridOverlay {
    grid-column: 1;
    grid-row: 1;
    display: grid;
  }

  #link-top {
    opacity: 1;
    position: fixed;
    width: -webkit-fill-available;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0vw 4vw 0vw 4vw;
    justify-content: space-between;
    align-items: center;
    z-index: 99992;
    height: 70px;
    top: 0px;
    left: 0px;
    right: 0px;
  }

  _:-ms-fullscreen,
  :root #link-top {
    width: 93%;
  }

  _:-ms-lang(x),
  #link-top {
    width: 93%;
  }

  @supports (-ms-ime-align: auto) {
    #link-top {
      width: 93%;
    }
  }

  #banner {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: center;
  }

  #logo {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  #logo a {
    padding: 0;
    width: 140px;
  }

  .menu {
    width: 40px;
    margin-left: 70px;
  }

  .menu img {
    width: 100%;
    cursor: pointer;
  }

  .login {
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    opacity: 0.8;
    z-index: 100;
  }

  .login a {
    font-size: 12px;
  }

  .login li {
    display: inline;
    list-style: none;
    margin-right: 13px;
    cursor: pointer;
  }

  #link-top .login a {
    color: white;
  }

  .login a:hover {
    color: #2cc654 !important;
  }

  .login li:hover {
    color: #2cc654 !important;
  }

  #link-top.show {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  #link-top.show .logo {
    background-image: url(../img/logo2.png?ver=20220816);
    height: 53px;
    top: 8px;
    width: 190px;
  }

  .logo {
    background-size: 98%;
    background-repeat: no-repeat;
    background-image: url(../img/logo.png);
    height: 100px;
    width: 138px;
    z-index: 100;
    position: absolute;
    top: 7px;
  }

  #link-top.show .login a {
    color: rgb(159, 159, 159);
  }

  #menu-content {
    display: none;
    position: fixed;
    background-color: rgba(7, 205, 96, 0.95);
    padding: 70px;
    padding-top: 7vw;
    top: 0;
    z-index: 99991;
  }

  #menu-content a {
    font-size: 1.2vw;
    line-height: 1.5;
    font-weight: 400 !important;
    opacity: 1;
    padding-bottom: 0 !important;
  }

  #menu-content a:hover {
    text-decoration: underline;
  }

  .yellow:hover {
    color: yellow;
  }

  .violet:hover {
    color: violet;
  }

  .greenn:hover {
    color: green;
  }

  #menu-content li {
    padding: 0;
    line-height: 1.5;
  }

  :target::before {
    content: "";
    display: block;
    height: 60px;
    margin: -60px 0 0;
  }

  .enu_diena_page :target::before {
    content: none;
  }

  #my-menu li a {
    color: white;
  }

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

  a {
    text-decoration: none;
    color: inherit;
    margin: 0;
  }
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {

    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}