/* Внутренние страницы */

/* Tailwind */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "e-ukraineregular", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

/* @import "tailwindcss/components"; */

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.mb-4{
  margin-bottom: 1rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-gray-footer{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Fonts, colors, tags */

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1152px){

  .container{
    max-width: 1152px;
  }
}

@media (min-width: 1366px){

  .container{
    max-width: 1366px;
  }
}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}

/* @font-face {
  font-family: 'e-ukraine_headbold';
  src: url('../../fonts/e-ukrainehead-bold-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukrainehead-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
  font-family: 'e-ukraine_headlogo';
  src: url('../../fonts/e-ukrainehead-logo-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukrainehead-logo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'e-ukraine_headmedium';
  src: url('../../fonts/e-ukrainehead-medium-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukrainehead-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'e-ukraine_headlight';
  src: url('../../fonts/e-ukrainehead-light-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukrainehead-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
  font-family: 'e-ukraine_headregular';
  src: url('../../fonts/e-ukrainehead-regular-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukrainehead-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
  font-family: 'e-ukraine_headthin';
  src: url('../../fonts/e-ukrainehead-thin-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukrainehead-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
  font-family: 'e-ukraine_headultralight';
  src: url('../../fonts/e-ukrainehead-ultralight-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukrainehead-ultralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'e-ukrainebold';
  src: url('../../fonts/e-ukraine-bold-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukraine-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'e-ukrainemedium';
  src: url('../../fonts/e-ukraine-medium-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukraine-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'e-ukrainelight';
  src: url('../../fonts/e-ukraine-light-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukraine-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'e-ukraineregular';
  src: url('../../fonts/e-ukraine-regular-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukraine-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'e-ukrainethin';
  src: url('../../fonts/e-ukraine-thin-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukraine-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
  font-family: 'e-ukraineultralight';
  src: url('../../fonts/e-ukraine-ultralight-webfont.woff2') format('woff2'),
       url('../../fonts/e-ukraine-ultralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

@font-face{
  /* font-family:'Roboto Flex'; */
  /* src:url('../../fonts/RobotoFlex-Regular.ttf') format('truetype'); */
  /* font-optical-sizing: auto; */
  /* font-weight:400;font-style:normal; */
  /* font-display:swap; */
}

:root {

  /* XD colors */

  /* Tailwind extend colors */
  /* --hover: theme("colors.hover"); */
  /* --dark: theme("colors.dark"); */
  /* --light: theme("colors.light"); */
  /* --bright: theme("colors.bright"); */
  /* --gray-light: theme("colors.gray-light"); */
  /* --gray-medium: theme("colors.gray-medium"); */
  /* --gray-dark: theme("colors.gray-dark"); */
  /* --gray-hover: theme("colors.gray-hover"); */
  /* --green-dark: theme("colors.green-dark"); */
  /* --green-light: theme("colors.green-light"); */
}

html{
  scroll-behavior: smooth;
  font-size: 16px;
}

body{
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  line-height: 1.5rem;
  /* font-family: $ff_proba_pro; */
  /* font-weight: 400; */
  /* font-size: 16px; */
  /* font-size: 1rem; */
  /* color: $clr_black; */
  /* line-height: 1.3; */
  /* text-rendering: optimizeLegibility; */
  /* -webkit-text-size-adjust: 100%; */
  /* -webkit-font-smoothing: antialiased; */
  /* -webkit-tap-highlight-color: transparent; */

  /* remove Chrome links brainfart */
  /* text-decoration-skip-ink: none; */
}

[class^=container]{
  margin: auto;
}

.container-1088{
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}

.container-1120{
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

@media (max-width: 1199px) {

.container-1120 {
    padding: 0 15px
} 
  }

.term-body ul:not(.links):not(.nav) li{
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.term-body ul:not(.links):not(.nav) li:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000000;
  }

.visually-hidden{
  display: none;
}

.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.abs-center{
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.abs-x-center{
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.abs-y-center{
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bg{
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image прописывать так: bg-[url('../img/icon.svg')] */
}

.t-mask {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto;
          mask-size: auto;
  /* Использовать в сочетании с: mask-image: url(../img/icon.svg); */
}

/* Стили для отладки
================================================= */

/* Пункты первого уровня меню */

.main-menu > li{
  position: relative;
  display: flex;
}

.main-menu > li > a{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.main-menu ul:not(.contextual-links) li{
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}

.main-menu .dropdown-menu{
  position: absolute;
  left: -20px;
  top: 36px;
  z-index: 20;
  display: none;
  width: 20rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(77 72 42 / var(--tw-bg-opacity, 1));
  line-height: 1.25;
}

.main-menu .dropdown-menu li{
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-bottom-color: rgb(77 72 42 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(77 72 42 / var(--tw-border-opacity, 1));
}

.main-menu .dropdown-menu li:hover{
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.main-menu .dropdown-menu a{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* каретка тогглера */

.main-menu .caret{
  margin: 0px;
  width: 1rem;
  height: 1rem;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    background: url(../../img/dropdown.svg) center / 100% no-repeat;
}

.main-menu .open .caret{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* [id*=block-contacts]{
  header &{
    display: none;
    position: absolute;
    left: 0;
    padding: 11px 18px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 #00000026;
    z-index: 12;
    @media (max-width: 1400px){ left: -51px }

  }
  header .dropdown.open &:before{ // ovrd
    @media (max-width: 1400px){ left: 0;
      right: 0;
      margin: auto;
    }
  }
  .expanded.dropdown.open &{
    display: block;
    @media (max-width: 991px){display: none }
    p{
      margin-bottom: 0;
    }
      a{
        display: inline-block;
        &:hover{
          color: #19509D;
          background: #D3D5DD;
        }
      }
  }

  .topbar-contacts__row{
    &:first-child{
      margin-bottom: 7px;
      > a {
        width: 23px;
      }
    }
  }
  a[href*=tel]{
    white-space: nowrap;
  }
  button{
    text-transform: uppercase;
  }
} */

/* ul.main-menu{
  .burger-menu &{
    align-items: start;
    flex-flow: row wrap;
    //justify-content: start;
    gap: inherit;
    > li{
      display: block;
      width: 100%;
      &:not(.expanded){
        margin-bottom: 7px;
      }
      &.dropdown:nth-child(2){
        margin-top: 1rem;
        .dropdown-toggle{
          padding: 0;
        }
      }
      > a, div{
        padding: 5px 0;
        @media (max-width: 991px){ padding: 0 }
      }
      a{
        color: #000;
        &:hover{
          color: #000;
        }
      }
    }
    // послуги
    & .view-content{
      padding: 0;
      margin-bottom: 1rem;
      div{
        padding: 0;
        a{
          background: transparent;
          padding: 20px 0;
        }
      }
      a{
        border-bottom: 1px solid #FFDB99;
      }
    }
  }
} */

/* ul.dropdown-menu{
  .burger-menu ul.main-menu li.dropdown &{
    @media (max-width: 991px){
      display: block;
      position: static;
    }
  }
} */

/* Megamenu */

.block-tb-megamenu-menu-blockmain{
  margin-bottom: 1rem;
}

/* .tbm-nav{
  align-items: center;
} */

/* @apply brdr; */

@media (min-width: 1201px){

#block-main-menu-mega .tbm, #block-main-new-menu-mega .tbm, #block-mega-subd-svt-top .tbm, #block-mega-subd-pps-top .tbm, #block-mega-subd-stb-top .tbm, #block-mega-subd-ndar-top .tbm, #block-mega-subd-bk-top .tbm, #block-mega-subd-krem-top .tbm, #block-mega-subd-mar-top .tbm, #block-mega-subd-mil-top .tbm, #block-mega-subd-nvp-top .tbm, #block-mega-subd-stn-top .tbm, #block-mega-subd-tr-top .tbm, #block-mega-subd-bv-top .tbm{
    --tw-bg-opacity: 1;
    background-color: rgb(77 72 42 / var(--tw-bg-opacity, 1));
  }}

#block-main-menu-mega .tbm-nav.level-0, #block-main-new-menu-mega .tbm-nav.level-0, #block-mega-subd-svt-top .tbm-nav.level-0, #block-mega-subd-pps-top .tbm-nav.level-0, #block-mega-subd-stb-top .tbm-nav.level-0, #block-mega-subd-ndar-top .tbm-nav.level-0, #block-mega-subd-bk-top .tbm-nav.level-0, #block-mega-subd-krem-top .tbm-nav.level-0, #block-mega-subd-mar-top .tbm-nav.level-0, #block-mega-subd-mil-top .tbm-nav.level-0, #block-mega-subd-nvp-top .tbm-nav.level-0, #block-mega-subd-stn-top .tbm-nav.level-0, #block-mega-subd-tr-top .tbm-nav.level-0, #block-mega-subd-bv-top .tbm-nav.level-0{
  flex-wrap: wrap;
  gap: 0.5rem;
}

#block-main-menu-mega .tbm-item--has-dropdown > .tbm-link-container,
  #block-main-menu-mega .tbm-item.level-1 > .tbm-link-container,
  #block-main-new-menu-mega .tbm-item--has-dropdown > .tbm-link-container,
  #block-main-new-menu-mega .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-svt-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-svt-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-pps-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-pps-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-stb-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-stb-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-ndar-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-ndar-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-bk-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-bk-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-krem-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-krem-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-mar-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-mar-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-mil-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-mil-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-nvp-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-nvp-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-stn-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-stn-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-tr-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-tr-top .tbm-item.level-1 > .tbm-link-container,
  #block-mega-subd-bv-top .tbm-item--has-dropdown > .tbm-link-container,
  #block-mega-subd-bv-top .tbm-item.level-1 > .tbm-link-container { height: 3rem;
  }

#block-main-menu-mega .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-main-menu-mega .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-main-new-menu-mega .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-main-new-menu-mega .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-svt-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-svt-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-pps-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-pps-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-stb-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-stb-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-ndar-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-ndar-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-bk-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-bk-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-krem-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-krem-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-mar-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-mar-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-mil-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-mil-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-nvp-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-nvp-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-stn-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-stn-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-tr-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-tr-top .tbm-item.level-1 > .tbm-link-container > .tbm-link, #block-mega-subd-bv-top .tbm-item--has-dropdown > .tbm-link-container > .tbm-link, #block-mega-subd-bv-top .tbm-item.level-1 > .tbm-link-container > .tbm-link{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#block-main-menu-mega .tbm-link-container, #block-main-new-menu-mega .tbm-link-container, #block-mega-subd-svt-top .tbm-link-container, #block-mega-subd-pps-top .tbm-link-container, #block-mega-subd-stb-top .tbm-link-container, #block-mega-subd-ndar-top .tbm-link-container, #block-mega-subd-bk-top .tbm-link-container, #block-mega-subd-krem-top .tbm-link-container, #block-mega-subd-mar-top .tbm-link-container, #block-mega-subd-mil-top .tbm-link-container, #block-mega-subd-nvp-top .tbm-link-container, #block-mega-subd-stn-top .tbm-link-container, #block-mega-subd-tr-top .tbm-link-container, #block-mega-subd-bv-top .tbm-link-container{
  height: auto;
  gap: 0.5rem;
}

@media (max-width: 1240px){

#block-main-menu-mega .tbm-link-container, #block-main-new-menu-mega .tbm-link-container, #block-mega-subd-svt-top .tbm-link-container, #block-mega-subd-pps-top .tbm-link-container, #block-mega-subd-stb-top .tbm-link-container, #block-mega-subd-ndar-top .tbm-link-container, #block-mega-subd-bk-top .tbm-link-container, #block-mega-subd-krem-top .tbm-link-container, #block-mega-subd-mar-top .tbm-link-container, #block-mega-subd-mil-top .tbm-link-container, #block-mega-subd-nvp-top .tbm-link-container, #block-mega-subd-stn-top .tbm-link-container, #block-mega-subd-tr-top .tbm-link-container, #block-mega-subd-bv-top .tbm-link-container {gap: 0 0
  }}

#block-main-menu-mega .tbm-submenu-toggle, #block-main-new-menu-mega .tbm-submenu-toggle, #block-mega-subd-svt-top .tbm-submenu-toggle, #block-mega-subd-pps-top .tbm-submenu-toggle, #block-mega-subd-stb-top .tbm-submenu-toggle, #block-mega-subd-ndar-top .tbm-submenu-toggle, #block-mega-subd-bk-top .tbm-submenu-toggle, #block-mega-subd-krem-top .tbm-submenu-toggle, #block-mega-subd-mar-top .tbm-submenu-toggle, #block-mega-subd-mil-top .tbm-submenu-toggle, #block-mega-subd-nvp-top .tbm-submenu-toggle, #block-mega-subd-stn-top .tbm-submenu-toggle, #block-mega-subd-tr-top .tbm-submenu-toggle, #block-mega-subd-bv-top .tbm-submenu-toggle{
  display: block;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(77 72 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(201 200 169 / var(--tw-text-opacity, 1));
    margin-left: 1rem;
}

#block-main-menu-mega .tbm-item.level-1, #block-main-new-menu-mega .tbm-item.level-1, #block-mega-subd-svt-top .tbm-item.level-1, #block-mega-subd-pps-top .tbm-item.level-1, #block-mega-subd-stb-top .tbm-item.level-1, #block-mega-subd-ndar-top .tbm-item.level-1, #block-mega-subd-bk-top .tbm-item.level-1, #block-mega-subd-krem-top .tbm-item.level-1, #block-mega-subd-mar-top .tbm-item.level-1, #block-mega-subd-mil-top .tbm-item.level-1, #block-mega-subd-nvp-top .tbm-item.level-1, #block-mega-subd-stn-top .tbm-item.level-1, #block-mega-subd-tr-top .tbm-item.level-1, #block-mega-subd-bv-top .tbm-item.level-1{
  border-right-width: 0px;
}

body:not(.path-frontpage) #block-main-menu-mega > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-main-new-menu-mega > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-svt-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-pps-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-stb-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-ndar-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-bk-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-krem-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-mar-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-mil-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-nvp-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-stn-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-tr-top > nav > div > ul > .active-trail.level-1 > div > a,body:not(.path-frontpage) #block-mega-subd-bv-top > nav > div > ul > .active-trail.level-1 > div > a{
      color: white;
    }

#block-main-menu-mega .tbm-item.level-3.active-trail a,#block-main-new-menu-mega .tbm-item.level-3.active-trail a,#block-mega-subd-svt-top .tbm-item.level-3.active-trail a,#block-mega-subd-pps-top .tbm-item.level-3.active-trail a,#block-mega-subd-stb-top .tbm-item.level-3.active-trail a,#block-mega-subd-ndar-top .tbm-item.level-3.active-trail a,#block-mega-subd-bk-top .tbm-item.level-3.active-trail a,#block-mega-subd-krem-top .tbm-item.level-3.active-trail a,#block-mega-subd-mar-top .tbm-item.level-3.active-trail a,#block-mega-subd-mil-top .tbm-item.level-3.active-trail a,#block-mega-subd-nvp-top .tbm-item.level-3.active-trail a,#block-mega-subd-stn-top .tbm-item.level-3.active-trail a,#block-mega-subd-tr-top .tbm-item.level-3.active-trail a,#block-mega-subd-bv-top .tbm-item.level-3.active-trail a{
    /* background: #93af7a; */
    /* @apply pl-4 bg-brand text-brand-light hover:bg-brand-ligt hover:text-brand; */
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-bottom-color: rgb(77 72 42 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 1;
    border-top-color: rgb(77 72 42 / var(--tw-border-opacity, 1));
  }

#block-main-menu-mega .tbm-submenu .tbm-link.no-link, #block-main-new-menu-mega .tbm-submenu .tbm-link.no-link, #block-mega-subd-svt-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-pps-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-stb-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-ndar-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-bk-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-krem-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-mar-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-mil-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-nvp-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-stn-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-tr-top .tbm-submenu .tbm-link.no-link, #block-mega-subd-bv-top .tbm-submenu .tbm-link.no-link{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

#block-main-menu-mega .tbm-link.level-1, #block-main-new-menu-mega .tbm-link.level-1, #block-mega-subd-svt-top .tbm-link.level-1, #block-mega-subd-pps-top .tbm-link.level-1, #block-mega-subd-stb-top .tbm-link.level-1, #block-mega-subd-ndar-top .tbm-link.level-1, #block-mega-subd-bk-top .tbm-link.level-1, #block-mega-subd-krem-top .tbm-link.level-1, #block-mega-subd-mar-top .tbm-link.level-1, #block-mega-subd-mil-top .tbm-link.level-1, #block-mega-subd-nvp-top .tbm-link.level-1, #block-mega-subd-stn-top .tbm-link.level-1, #block-mega-subd-tr-top .tbm-link.level-1, #block-mega-subd-bv-top .tbm-link.level-1{
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(201 200 169 / var(--tw-text-opacity, 1));
}

#block-main-menu-mega .tbm-link.level-1:hover, #block-main-new-menu-mega .tbm-link.level-1:hover, #block-mega-subd-svt-top .tbm-link.level-1:hover, #block-mega-subd-pps-top .tbm-link.level-1:hover, #block-mega-subd-stb-top .tbm-link.level-1:hover, #block-mega-subd-ndar-top .tbm-link.level-1:hover, #block-mega-subd-bk-top .tbm-link.level-1:hover, #block-mega-subd-krem-top .tbm-link.level-1:hover, #block-mega-subd-mar-top .tbm-link.level-1:hover, #block-mega-subd-mil-top .tbm-link.level-1:hover, #block-mega-subd-nvp-top .tbm-link.level-1:hover, #block-mega-subd-stn-top .tbm-link.level-1:hover, #block-mega-subd-tr-top .tbm-link.level-1:hover, #block-mega-subd-bv-top .tbm-link.level-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 72 42 / var(--tw-bg-opacity, 1));
}

#block-main-menu-mega .tbm-link.level-1:focus, #block-main-new-menu-mega .tbm-link.level-1:focus, #block-mega-subd-svt-top .tbm-link.level-1:focus, #block-mega-subd-pps-top .tbm-link.level-1:focus, #block-mega-subd-stb-top .tbm-link.level-1:focus, #block-mega-subd-ndar-top .tbm-link.level-1:focus, #block-mega-subd-bk-top .tbm-link.level-1:focus, #block-mega-subd-krem-top .tbm-link.level-1:focus, #block-mega-subd-mar-top .tbm-link.level-1:focus, #block-mega-subd-mil-top .tbm-link.level-1:focus, #block-mega-subd-nvp-top .tbm-link.level-1:focus, #block-mega-subd-stn-top .tbm-link.level-1:focus, #block-mega-subd-tr-top .tbm-link.level-1:focus, #block-mega-subd-bv-top .tbm-link.level-1:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(77 72 42 / var(--tw-bg-opacity, 1));
  text-decoration-line: underline;
}

#block-main-menu-mega .tbm-link.level-1.tbm-toggle:hover, #block-main-new-menu-mega .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-svt-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-pps-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-stb-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-ndar-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-bk-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-krem-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-mar-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-mil-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-nvp-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-stn-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-tr-top .tbm-link.level-1.tbm-toggle:hover, #block-mega-subd-bv-top .tbm-link.level-1.tbm-toggle:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#block-main-menu-mega .tbm-submenu, #block-main-new-menu-mega .tbm-submenu, #block-mega-subd-svt-top .tbm-submenu, #block-mega-subd-pps-top .tbm-submenu, #block-mega-subd-stb-top .tbm-submenu, #block-mega-subd-ndar-top .tbm-submenu, #block-mega-subd-bk-top .tbm-submenu, #block-mega-subd-krem-top .tbm-submenu, #block-mega-subd-mar-top .tbm-submenu, #block-mega-subd-mil-top .tbm-submenu, #block-mega-subd-nvp-top .tbm-submenu, #block-mega-subd-stn-top .tbm-submenu, #block-mega-subd-tr-top .tbm-submenu, #block-mega-subd-bv-top .tbm-submenu{
  top: 2.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1152px){

  #block-main-menu-mega .tbm-submenu, #block-main-new-menu-mega .tbm-submenu, #block-mega-subd-svt-top .tbm-submenu, #block-mega-subd-pps-top .tbm-submenu, #block-mega-subd-stb-top .tbm-submenu, #block-mega-subd-ndar-top .tbm-submenu, #block-mega-subd-bk-top .tbm-submenu, #block-mega-subd-krem-top .tbm-submenu, #block-mega-subd-mar-top .tbm-submenu, #block-mega-subd-mil-top .tbm-submenu, #block-mega-subd-nvp-top .tbm-submenu, #block-mega-subd-stn-top .tbm-submenu, #block-mega-subd-tr-top .tbm-submenu, #block-mega-subd-bv-top .tbm-submenu{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#block-main-menu-mega .tbm-submenu a.tbm-link:hover, #block-main-new-menu-mega .tbm-submenu a.tbm-link:hover, #block-mega-subd-svt-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-pps-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-stb-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-ndar-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-bk-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-krem-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-mar-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-mil-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-nvp-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-stn-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-tr-top .tbm-submenu a.tbm-link:hover, #block-mega-subd-bv-top .tbm-submenu a.tbm-link:hover{
  --tw-text-opacity: 1;
  color: rgb(77 72 42 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

#block-main-menu-mega .tbm-submenu a.tbm-link:focus, #block-main-new-menu-mega .tbm-submenu a.tbm-link:focus, #block-mega-subd-svt-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-pps-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-stb-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-ndar-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-bk-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-krem-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-mar-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-mil-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-nvp-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-stn-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-tr-top .tbm-submenu a.tbm-link:focus, #block-mega-subd-bv-top .tbm-submenu a.tbm-link:focus{
  --tw-text-opacity: 1;
  color: rgb(77 72 42 / var(--tw-text-opacity, 1));
}

@media (min-width: 1152px){

  #block-main-menu-mega .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-main-new-menu-mega .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-svt-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-pps-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-stb-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-ndar-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-bk-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-krem-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-mar-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-mil-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-nvp-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-stn-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-tr-top .tbm-subnav.level-1:has(.tbm-item.tbm-group), #block-mega-subd-bv-top .tbm-subnav.level-1:has(.tbm-item.tbm-group){
    display: flex;
    gap: 3rem;
  }
}

#block-main-menu-mega .level-3.tbm-group, #block-main-new-menu-mega .level-3.tbm-group, #block-mega-subd-svt-top .level-3.tbm-group, #block-mega-subd-pps-top .level-3.tbm-group, #block-mega-subd-stb-top .level-3.tbm-group, #block-mega-subd-ndar-top .level-3.tbm-group, #block-mega-subd-bk-top .level-3.tbm-group, #block-mega-subd-krem-top .level-3.tbm-group, #block-mega-subd-mar-top .level-3.tbm-group, #block-mega-subd-mil-top .level-3.tbm-group, #block-mega-subd-nvp-top .level-3.tbm-group, #block-mega-subd-stn-top .level-3.tbm-group, #block-mega-subd-tr-top .level-3.tbm-group, #block-mega-subd-bv-top .level-3.tbm-group{
  max-width: 24rem;
}

#block-main-menu-mega .level-3.tbm-group ul.tbm-subnav, #block-main-new-menu-mega .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-svt-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-pps-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-stb-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-ndar-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-bk-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-krem-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-mar-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-mil-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-nvp-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-stn-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-tr-top .level-3.tbm-group ul.tbm-subnav, #block-mega-subd-bv-top .level-3.tbm-group ul.tbm-subnav{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Mobile */

#block-main-menu-mega .tbm--mobile-show .tbm-collapse,  #block-main-new-menu-mega .tbm--mobile-show .tbm-collapse,  #block-mega-subd-svt-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-pps-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-stb-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-ndar-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-bk-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-krem-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-mar-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-mil-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-nvp-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-stn-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-tr-top .tbm--mobile-show .tbm-collapse,  #block-mega-subd-bv-top .tbm--mobile-show .tbm-collapse{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#block-main-menu-mega .tbm--mobile-show .tbm-collapse span,
      #block-main-menu-mega .tbm--mobile-show .tbm-collapse a,
      #block-main-menu-mega .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-main-new-menu-mega .tbm--mobile-show .tbm-collapse span,
      #block-main-new-menu-mega .tbm--mobile-show .tbm-collapse a,
      #block-main-new-menu-mega .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-svt-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-svt-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-svt-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-pps-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-pps-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-pps-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-stb-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-stb-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-stb-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-ndar-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-ndar-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-ndar-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-bk-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-bk-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-bk-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-krem-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-krem-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-krem-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-mar-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-mar-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-mar-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-mil-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-mil-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-mil-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-nvp-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-nvp-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-nvp-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-stn-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-stn-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-stn-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-tr-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-tr-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-tr-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a,
      #block-mega-subd-bv-top .tbm--mobile-show .tbm-collapse span,
      #block-mega-subd-bv-top .tbm--mobile-show .tbm-collapse a,
      #block-mega-subd-bv-top .tbm--mobile-show .tbm-collapse .active-trail.level-1 a{
  background-color: inherit;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#block-main-menu-mega .tbm.tbm--mobile .tbm-nav, #block-main-new-menu-mega .tbm.tbm--mobile .tbm-nav, #block-mega-subd-svt-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-pps-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-stb-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-ndar-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-bk-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-krem-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-mar-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-mil-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-nvp-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-stn-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-tr-top .tbm.tbm--mobile .tbm-nav, #block-mega-subd-bv-top .tbm.tbm--mobile .tbm-nav{
  background-color: inherit;
}

#block-main-menu-mega .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-main-new-menu-mega .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-svt-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-pps-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-stb-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-ndar-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-bk-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-krem-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-mar-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-mil-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-nvp-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-stn-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-tr-top .tbm.tbm--mobile .tbm-submenu .tbm-link, #block-mega-subd-bv-top .tbm.tbm--mobile .tbm-submenu .tbm-link{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

#block-main-menu-mega .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-main-menu-mega .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-main-menu-mega .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-main-new-menu-mega .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-main-new-menu-mega .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-main-new-menu-mega .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-svt-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-svt-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-svt-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-pps-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-pps-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-pps-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-stb-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-stb-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-stb-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-ndar-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-ndar-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-ndar-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-bk-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-bk-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-bk-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-krem-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-krem-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-krem-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-mar-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-mar-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-mar-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-mil-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-mil-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-mil-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-nvp-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-nvp-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-nvp-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-stn-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-stn-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-stn-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-tr-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-tr-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-tr-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover,
    #block-mega-subd-bv-top .tbm.tbm--mobile .tbm-link.level-1:hover,
    #block-mega-subd-bv-top .tbm.tbm--mobile .tbm-link.level-1:focus,
    #block-mega-subd-bv-top .tbm.tbm--mobile .tbm-link.level-1.tbm-toggle:hover{
  background-color: inherit !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#block-main-menu-mega .tbm.tbm--mobile .level-2.tbm-group, #block-main-new-menu-mega .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-svt-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-pps-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-stb-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-ndar-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-bk-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-krem-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-mar-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-mil-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-nvp-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-stn-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-tr-top .tbm.tbm--mobile .level-2.tbm-group, #block-mega-subd-bv-top .tbm.tbm--mobile .level-2.tbm-group{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tbm-link.level-1{
  flex-shrink: 0;
}

.tbm:not(.tbm--mobile-show){
    display: inline-block
  }

#block-main-menu-mega{
  display: none;
}

.animated-label{
  position: relative;
  margin-bottom: 2rem;
}

.animated-label label{
  pointer-events: none;
  position: absolute;
  left: 1rem;
  top: 7px;
    transition: transform 0.2s;
}

.animated-label input[placeholder]:not(:-moz-placeholder-shown) + label, .animated-label textarea[placeholder]:not(:-moz-placeholder-shown) + label{
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.75rem;
    transform: translateY(-44px);
}

.animated-label input:hover + label,
  .animated-label input:focus + label,
  .animated-label input[placeholder]:not(:placeholder-shown) + label,
  .animated-label textarea:hover + label,
  .animated-label textarea:focus + label,
  .animated-label textarea[placeholder]:not(:placeholder-shown) + label{
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.75rem;
    transform: translateY(-44px);
}

[id*="search-api-block"] .animated-label input[placeholder]:not(:-moz-placeholder-shown) + label, [id*="search-api-block"] .animated-label textarea[placeholder]:not(:-moz-placeholder-shown) + label{
      transform: translateY(-33px);
    }

[id*="search-api-block"] .animated-label input:hover + label,[id*="search-api-block"] .animated-label input:focus + label,[id*="search-api-block"] .animated-label input[placeholder]:not(:placeholder-shown) + label,[id*="search-api-block"] .animated-label textarea:hover + label,[id*="search-api-block"] .animated-label textarea:focus + label,[id*="search-api-block"] .animated-label textarea[placeholder]:not(:placeholder-shown) + label{
      transform: translateY(-33px);
    }

.container{
  max-width: 1400px;
}

.section-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){

  .section-container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .section-container{
    max-width: 768px;
  }
}

@media (min-width: 1152px){

  .section-container{
    max-width: 1152px;
  }
}

@media (min-width: 1366px){

  .section-container{
    max-width: 1366px;
  }
}

@media (min-width: 1536px){

  .section-container{
    max-width: 1536px;
  }
}

.section-container{
  max-width: 1400px;
}

.header .section-container{
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px){

  .header .section-container{
    padding-bottom: 1rem;
  }
}

@media (min-width: 1152px){

  .header .section-container{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 1200px){

.header .section-container { padding-bottom: 1px
  } }

.footer__top .section-container{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1152px){

  .footer__top .section-container{
    flex-direction: row;
    gap: 3rem;
  }
}

h1{
  margin-top: 0px;
  margin-bottom: 4rem;
}

h2{
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1152px){

  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 767px){

h2{
    font-size: 20px;
    line-height: 1.4
}
  }

h3{
  /* margin-bottom: 1rem; */
}

h4{
  /* margin-bottom: 12px; */
}

address{
  font-style: normal;
}

.main-container{
  padding-top: 5rem;
}

@media (max-width: 1280px){

.main-container { padding-top: 2rem
} }

/* @media (max-width: 991px) { padding-top: 0 } */

@media (max-width: 767px){

.not-front .main-container{ padding-top: 10px
  } }

.main-container:before, .main-container:after{
    display: table;
    content: '';
    clear: both;
  }

.btn-filled.btn-rounded{
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ajax-progress.ajax-progress-fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.898);
  z-index: 101;
}

.ajax-progress.ajax-progress-fullscreen:before,
  .ajax-progress.ajax-progress-fullscreen:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    content: "";
    display: inline-block;
    background-color: #4d482a;
    width: 10px;
    height: 10px;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  }

.ajax-progress.ajax-progress-fullscreen:after {
    animation-delay: -0.9s;
  }

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}

polygon, path{
  transition: all ease 0.3s;
}

/* Стили основного текста (body) */

.node-content .field--name-body ul{
  display: list-item;
}

.node-content .field--name-body ul li{
  list-style-type: disc;
}

/* Components */

/* @import "../_vars.pcss"; */

.test-mode-alert{
  position: absolute;
  top: 0px;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px){

  .test-mode-alert{
    width: 100%;
  }
}

@media (min-width: 640px){

  .test-mode-alert{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.header{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(77 72 42 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(201 200 169 / var(--tw-text-opacity, 1));
}

/* fixed left-0 right-0 top-0 z-50 */

.header .container{
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px){

  .header .container{
    padding-bottom: 1rem;
  }
}

@media (min-width: 1152px){

  .header .container{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 1200px){

.header .container { padding-bottom: 1px !important
  } }

/* color: #ffffff; */

/* background: $clr_blu; */

.header.active {
    /* js */
    /* transform: translate(0,0); */
  }

.modal-open .header {
    /* нельзя: скроется сам при открытии корзины */
    /* display: none; */
  }

.header .logos{
  margin-top: -0.25rem;
  flex-shrink: 0;
}

.header .logo-block{
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
}

@media (min-width: 640px){

  .header .logo-block{
    margin-bottom: 0.6rem;
  }
}

@media (min-width: 768px){

  .header .logo-block{
    gap: 1.5rem;
  }
}

@media (min-width: 1152px){

  .header .logo-block{
    margin-bottom: 2rem;
  }
}

@media (max-width: 639px){

.header .logo-block { margin-bottom: 0
  } }

.header .logo-title{
  margin-top: -0.5rem;
}

.header .logo-title-big{
  margin-bottom: 0.25rem;
  font-family: e-ukraine_headmedium, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.15;
}

@media (min-width: 640px){

  .header .logo-title-big{
    margin-bottom: 1rem;
    font-size: 34px;
  }
}

.header .logo-title-big {
    /* @media (max-width: 991px){ font-size: 3.6vw } */
  }

.header .logo-title-small{
  display: block;
  font-family: e-ukraine_headmedium, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
}

@media (min-width: 640px){

  .header .logo-title-small{
    font-size: 26px;
  }
}

.header .logo-title-small {
    line-height: 1.4;
    /* @media (max-width: 991px){ font-size: 2.6vw } */
  }

img.coat-of-arms__lg{
  width: 3.5rem;
}

@media (min-width: 640px){

  img.coat-of-arms__lg{
    width: 6rem;
  }
}

@media (min-width: 768px){

  img.coat-of-arms__lg{
    width: 10rem;
  }
}

@media (max-width: 1200px){

img.coat-of-arms__lg { width: 7.9rem
} }

@media (max-width: 639px) {

img.coat-of-arms__lg { width: 3.5rem
} }

.header .logoname img, footer .logoname img {
      max-width: 106px;
    }

.header .logoname{
  margin-bottom: 1rem;
}

.header .logoname .field--name-body{
  display: flex;
  gap: 1.5rem;
}

.header .logoname .field--name-body > div{
        width: 100%; flex-shrink: 0;
      }

.severdon .header .logoname img {
        position: relative;
        top: 6px;
      }

.header .logoname{
  max-width: 650px;
}

@media (max-width: 1151px) and (min-width: 1049px){

.header .logoname { max-width: none
  } }

.header .logo-title{
  max-width: 550px;
}

@media (max-width: 1151px) and (min-width: 1049px){

.header .logo-title { max-width: none
    } }

@media (max-width: 767px){

.hot-line, .navbar-search{ position: relative; top: -2px
} }

.hot-line{
  position: relative;
}

@media (max-width: 639px){

.hot-line { font-size: 14px; left: -9px
} }

.hot-line:hover .hot-line__body{
  visibility: visible;
  opacity: 1;
  transition-duration: 500ms;
}

.hot-line__toggler{
  white-space: nowrap;
}

@media (max-width: 380px){

.hot-line__toggler {
    font-size: 0
}
  }

.hot-line__toggler{
  position: relative;
}

@media (max-width: 380px){

.hot-line__toggler:before{
    position: absolute;
    left: -13px;
    top: -8px;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
  }

.hot-line__toggler:hover:before{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

.hot-line__toggler:before{
      -webkit-mask: url(../../img/ico-tel.svg) center / 100% no-repeat;
              mask: url(../../img/ico-tel.svg) center / 100% no-repeat;
      width: 14px;
      height: 14px
  }
    }

.hot-line__body{
  visibility: hidden;
  position: absolute;
  left: -41px;
  top: -22px;
  z-index: 1000;
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(77 72 42 / var(--tw-text-opacity, 1));
  opacity: 0;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hot-line__body .field--name-field-block-title{
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.hot-line__body .contact-links{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 767px){

.hot-line__body .contact-links { gap: 0
  } }

.hot-line__body a{
  white-space: nowrap;
  font-size: 26px;
}

.hot-line__body a:hover{
  text-decoration-line: underline;
}

@media (max-width: 767px){

.hot-line__body a { font-size: 16px
    } }

.header-diia{
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* align-items: center; */

/* @media (max-width: 911px){ max-width: 100px } */

/* > *{
    @apply shrink-0;
  } */

/* @media (max-width: 911px){ flex-shrink: 1 } */

@media (max-width: 1280px){

.header-diia { display: none
} }

.coat-of-arms__ua{
  width: 38px;
}

.header-diia-link{
  display: block;
  width: 4rem;
  height: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-diia-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.header-diia-link {
    -webkit-mask: url(../../img/dia-brand.svg) center / 100% no-repeat;
            mask: url(../../img/dia-brand.svg) center / 100% no-repeat;
  }

.header-diia-link img{
  display: none;
}

#block-socials-top .contact-links, .socials-top .contact-links, #block-socials-top--2 .contact-links{
  display: flex;
  gap: 0.75rem;
}

#block-socials-top .contact-links a[class^="contact-links__icon-"], .socials-top .contact-links a[class^="contact-links__icon-"], #block-socials-top--2 .contact-links a[class^="contact-links__icon-"]{
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){

  #block-socials-top .contact-links a[class^="contact-links__icon-"], .socials-top .contact-links a[class^="contact-links__icon-"], #block-socials-top--2 .contact-links a[class^="contact-links__icon-"]{
    width: 2rem;
    height: 2rem;
  }
}

#block-socials-top .contact-links a[class*="__icon-fb"], .socials-top .contact-links a[class*="__icon-fb"], #block-socials-top--2 .contact-links a[class*="__icon-fb"] {
      -webkit-mask: url(../../img/ico-fb.svg) center / 100% no-repeat;
              mask: url(../../img/ico-fb.svg) center / 100% no-repeat;
    }

#block-socials-top .contact-links a[class*="__icon-telega"], .socials-top .contact-links a[class*="__icon-telega"], #block-socials-top--2 .contact-links a[class*="__icon-telega"] {
      -webkit-mask: url(../../img/ico-telega.svg) center / 100% no-repeat;
              mask: url(../../img/ico-telega.svg) center / 100% no-repeat;
    }

#block-socials-top .contact-links a[class*="__icon-insta"], .socials-top .contact-links a[class*="__icon-insta"], #block-socials-top--2 .contact-links a[class*="__icon-insta"] {
      -webkit-mask: url(../../img/ico-instagram.svg) center / 100% no-repeat;
              mask: url(../../img/ico-instagram.svg) center / 100% no-repeat;
    }

#block-socials-top .contact-links a[class*="__icon-youtube"], .socials-top .contact-links a[class*="__icon-youtube"], #block-socials-top--2 .contact-links a[class*="__icon-youtube"] {
      -webkit-mask: url(../../img/ico-youtube.svg) center / 100% no-repeat;
              mask: url(../../img/ico-youtube.svg) center / 100% no-repeat;
    }

#block-socials-top .contact-links a[class^="contact-links__icon-"], .socials-top .contact-links a[class^="contact-links__icon-"]{
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
}

#block-socials-top .contact-links a[class^="contact-links__icon-"]:hover, .socials-top .contact-links a[class^="contact-links__icon-"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

footer .contact-links a[class^="contact-links__icon-"]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

footer .contact-links a[class^="contact-links__icon-"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(149 149 149 / var(--tw-bg-opacity, 1));
}

.hdr-row1{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1152px){

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

.hdr-row1 {
  /* @media (max-width: 1260px){ gap: 1rem 1rem }
  @media (max-width: 1179px){ margin-bottom: 0 }
  @media (max-width: 991px) { display: inline }
  @media (max-width: 767px) { flex-flow: row wrap } */
}

.hdr-row1-mobile { margin-bottom: 1rem; display: flex; align-items: center; justify-content: flex-end; gap: 1.25rem; font-size: 0.875rem; line-height: 1.25rem;
}

@media (min-width: 1152px){

  .hdr-row1-mobile{
    display: none;
  }
}

.hdr-row1-mobile .accessibility-switcher span{
  display: none;
}

@media (min-width: 768px){

  .hdr-row1-mobile .accessibility-switcher span{
    display: block;
  }
}

@media (max-width: 620px){

.hdr-row1-mobile .accessibility-switcher span { display: none
    } }

.hdr-row1-mobile .accessibility-icon{
  width: 1.25rem;
}

@media not all and (min-width: 768px){

  .hdr-row1-mobile .lang-switcher-wrapper{
    height: 2rem;
    width: 2.5rem;
  }
}

@media (min-width: 768px){

  .hdr-row1-mobile .lang-switcher-wrapper{
    width: 154px;
  }
}

.hdr-row1-mobile .lang-switcher-wrapper::before{
  width: 1.25rem;
  height: 1.25rem;
}

.hdr-row1-mobile .lang-switcher-wrapper::after{
  top: 10px;
}

.hdr-row1-mobile .lang-switcher-mainlang{
  display: none;
}

@media (min-width: 768px){

  .hdr-row1-mobile .lang-switcher-mainlang{
    display: block;
  }
}

.hdr-row1-mobile .header-diia{
  gap: 0.5rem;
}

.hdr-row1-mobile .header-diia img{
  width: 2.5rem;
}

.hdr-row1-mobile .header-diia .header-diia-link{
  height: 2.5rem;
  width: 2.5rem;
}

.hdr-row1-col2{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  /* @media (max-width: 840px) and (min-width: 711px){ margin-top: -2em }

  @media (max-width: 610px){ gap: 6px 0;  margin-top: -2em }
  @media (max-width: 490px){ margin-top: -15px } */
}

.hdr-row1-col2-subcol1{
  display: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 1152px){

  .hdr-row1-col2-subcol1{
    display: flex;
  }
}

@media (min-width: 1366px){

  .hdr-row1-col2-subcol1{
    gap: 2.5rem;
  }
}

@media (max-width: 1151px){

.hdr-row1-col2-subcol1 {
      display: flex
  }
    }

@media (max-width: 639px) {

.hdr-row1-col2-subcol1 { font-size: 13px
  } }

.hdr-row1-col2-subcol1-list{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1366px){

  .hdr-row1-col2-subcol1-list{
    flex-direction: row;
  }
}

.hdr-row1-col2-subcol2{
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  gap: 3rem;
    /* @media (max-width: 1199px){ flex-flow: row wrap; }
    @media (max-width: 1179px){ gap: 1rem 3rem; }
    @media (max-width: 991px) { align-items: center; }
    @media (max-width: 610px) { justify-content: end;
      width: 24em;
      gap: 1rem 2rem;
    } */
}

@media (max-width: 639px){

.hdr-row1-col2-subcol2 { gap: 3rem 2px
  } }

@media (max-width: 1200px){

.hdr-row2:not(.menu-opened) {
      display: inline-block;
      position: absolute;
      top: initial;
      bottom: 0;
      left: 16px
  }
    }

@media (max-width: 1164px){

.hdr-row2:not(.menu-opened) {
      bottom: 5px
  }
    }

.tbm-button{
  background-color: transparent;
  margin: 0;
  border: none;
}

@media (max-width: 1179px){

.tbm-button{ margin-bottom: 0
} }

.tbm-button > span{
    width: 32px;
    height: 32px;
  }

@media (max-width: 767px){

.tbm-button-container span{ height: 5px
  }

.tbm-button-container span:nth-child(1) { top: 2px
    }

.tbm-button-container span:nth-child(4) { bottom: 3px
    } }

.accessibility-switcher{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (min-width: 1152px){

  .accessibility-switcher{
    max-width: 180px;
    line-height: 1.5rem;
  }
}

.accessibility-switcher {
  /* img{
    @media (max-width: 620px){ position: relative; top: -1px }
  }
  span{
    @media (max-width: 620px){display: none }
  } */
}

@media (max-width: 620px){

.accessibility-switcher span{display: none
  } }

.lang-switcher-wrapper{
  position: relative;
  margin-top: -0.5rem;
  display: flex;
  width: 182px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  line-height: 1.5rem;
  flex-shrink: 0;
  /* img {
    @apply hidden;
  } */
}

@media (max-width: 1151px){

.lang-switcher-wrapper {
    position: relative;
    top: 2px
}
  }

@media (max-width: 639px) {

.lang-switcher-wrapper { width: 146px
} }

.lang-switcher-wrapper::before{
  position: absolute;
  left: 0px;
  top: 7px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.lang-switcher-wrapper:hover::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.lang-switcher-wrapper::before {
    -webkit-mask: url(../../img/lang.svg) center / 100% no-repeat;
            mask: url(../../img/lang.svg) center / 100% no-repeat;
  }

.lang-switcher-wrapper::after{
  position: absolute;
  right: 0px;
  top: 12px;
  display: block;
  width: 1rem;
  height: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.lang-switcher-wrapper:hover::after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.lang-switcher-wrapper::after {
    -webkit-mask: url(../../img/dropdown.svg) center / 100% no-repeat;
            mask: url(../../img/dropdown.svg) center / 100% no-repeat;
  }

.lang-switcher-wrapper:hover::after{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.lang-switcher-wrapper:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* .lang-caret {
    @apply rotate-[-180deg];
  } */

.lang-switcher-wrapper:hover .lang-switcher{
  visibility: visible;
  opacity: 1;
  transition-duration: 500ms;
}

.lang-switcher-mainlang{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* .lang-caret {
  @apply transition-transform duration-150 ease-out;
} */

.lang-switcher{
  visibility: hidden;
  position: absolute;
  left: 15px;
  top: 35px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(77 72 42 / var(--tw-text-opacity, 1));
  opacity: 0;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* @apply invisible absolute -left-[41px] -top-[22px] z-[1000] flex flex-col gap-6 border border-black bg-gray-light px-10 pb-8 pt-6 opacity-0 shadow-xl transition duration-700 ease-in-out; */

.lang-switcher a{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.lang-switcher a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 72 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(201 200 169 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1152px){

  .header-nav{
    margin-top: -58px;
  }
}

@media (min-width: 1152px){

  .header-nav{
    padding-top: 0.75rem;
  }
}

@media (max-width: 1200px){

.header-nav {
    padding-top: 0;
    margin-top: -3rem;
    position: relative;
    top: -4px
}
  }

@media (max-width: 1151px){

.header-nav { top: -8px
} }

/* @media (max-width: 1179px) { margin-top: -4rem;
    position: relative;
    top: -0.75rem; } */

.header-nav ul.main-menu{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.burger{
  display: none;
}

.header-social {
  /* @apply py-3; */
}

[id*="gov-sites"] {
  display: flex;
}

a.diia {
  display: flex;
  flex-shrink: 0;
  background: url(../../img/logo-Diia.svg) 0 0 no-repeat transparent;
  width: 48px;
  height: 49px;
  font-size: 0;
  z-index: 9;
}

.gov {
  display: flex;
  align-items: center;
}

.gov:before {
    content: "";
    display: block;
    width: 10px;
    height: 46px;
    position: relative;
    z-index: 10;
    background-image: linear-gradient(
      rgb(0, 84, 185) 0px,
      rgb(0, 84, 185) 50%,
      rgb(120, 102, 0) 50%
    );
  }

.gov__logo {
  position: relative;
  top: -3px;
  z-index: 10;
}

.gov__logo span:nth-of-type(1) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    line-height: 1;
    font-size: 1.7em;
  }

.gov__logo span:nth-of-type(1):after {
      content: "";
      display: block;
      -webkit-mask-image: url(../../img/arrow-round.svg);
              mask-image: url(../../img/arrow-round.svg);
      background-color: rgb(232, 230, 227);
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
              mask-size: 100% 100%;
      transition: all 0.3s linear;
      width: 24px;
      height: 24px;
    }

.gov__logo--hide {
  position: absolute;
  z-index: 5;
  top: -20px;
  left: -20px;
  display: flex;
  grid-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  background: #244a85;
  font-weight: 600;
  font-size: 1.25rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  padding: 100px 50px 30px 35px;
}

@media (min-width: 1200px) {

.gov__logo--hide {
    width: 500px
}
  }

.gov.open .gov__logo--hide {
    overflow: hidden;
    visibility: visible;
    opacity: 1;
  }

/* Search API */

/* .navbar-search {
  @apply;
} */

.search-api-toggler{
  position: relative;
  display: flex;
  height: 1.5rem;
  align-items: center;
  gap: 0.5rem;
  padding-left: 2rem;
}

.search-api-toggler:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px){

  .search-api-toggler{
    font-size: 0px;
  }
}

.search-api-toggler {
  background-color: #4d482a;
  -webkit-appearance: none;
}

.search-api-toggler img{
  display: none;
}

.search-api-toggler::before{
  position: absolute;
  left: 0px;
  top: 1px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.search-api-toggler:hover::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.search-api-toggler::before {
    -webkit-mask: url(../../img/search.svg) center / 100% no-repeat;
            mask: url(../../img/search.svg) center / 100% no-repeat;
  }

#block-search-api-block{
  position: absolute;
  left: 0px;
  top: 263px;
  z-index: -10;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(77 72 42 / var(--tw-text-opacity, 1));
  opacity: 0;
}

@media (max-width: 1200px){

#block-search-api-block { top: 159px
} }

@media (max-width: 1164px){

#block-search-api-block { top: 189px
} }

@media (max-width: 1151px){

#block-search-api-block { top: 171px
} }

@media (max-width: 1148px){

#block-search-api-block { top: 171px
} }

@media (max-width: 1048px){

#block-search-api-block { top: 190px
} }

@media (max-width: 767px) {

#block-search-api-block { top: 187px
} }

@media (max-width: 676px) {

#block-search-api-block { top: 217px
} }

@media (max-width: 660px) {

#block-search-api-block { top: 263px
} }

@media (max-width: 639px) {

#block-search-api-block { top: 90px
} }

@media (max-width: 570px) {

#block-search-api-block { top: 110px
} }

@media (max-width: 369px) {

#block-search-api-block { top: 135px
} }

@media (max-width: 363px) {

#block-search-api-block { top: 153px
} }

#block-search-api-block .block-content{
  --tw-bg-opacity: 1;
  background-color: rgb(201 200 169 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 767px){

#block-search-api-block .block-content { padding: 16px
  } }

#block-search-api-block .form-inline{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#block-search-api-block #edit-submit-search-api{
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0px;
    background: url(../../img/arrow-r.svg) center / 24px 24px no-repeat;
}

#block-search-api-block input{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#block-search-api-block input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

#block-search-api-block input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

#block-search-api-block.is-active{
  visibility: visible;
  z-index: 500;
  --tw-translate-y: 60px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 100vh;
  background-color: rgb(75 85 99 / 0.6);
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

#block-search-api-block.is-active #edit-actions{
  width: 1.5rem;
  height: 1.5rem;
}

#block-search-api-block.is-active #edit-actions button{
  display: block;
}

/* superfish */

/* .sf-accordion-toggle {
  display: none;
}
ul.sf-menu,
ul.sf-menu.sf-accordion {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  @media (max-width: 1280px) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media (max-width: 767px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 576px) {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
} */

.burger-button{
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-shrink: 0;
  cursor: pointer;
  font-size: 0px;
  align-items: center;
}

/* abs-y-center right-[24px] */

@media (max-width: 991px){

.burger-button { display: flex
} }

@media (max-width: 540px){

.burger-button { left: 9px
} }

.burger-icon{
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  flex: none;
  display: inline-block;
  height: 0.125rem;
  width: 22.4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}

@media (min-width: 768px){

  .burger-icon{
    width: 40px;
  }
}

.burger-icon {
    background: #4C1F00;
  }

.burger-is-open .burger-icon{
      background: inherit;
    }

.burger-icon:before,
    .burger-icon:after{
  --tw-content: '';
  content: var(--tw-content);
  position: absolute;
  left: 0px;
  display: inline-block;
  height: 100%;
  width: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
      background: #4C1F00;
}

.burger-icon:before {
      transform: translateY(-8px);
    }

.burger-icon:after {
      transform: translateY(8px);
    }

body.burger-is-open {
  overflow: hidden;
}

body.burger-is-open .burger-icon{
  --tw-bg-opacity: 0;
}

body.burger-is-open .burger-icon:before,
    body.burger-is-open .burger-icon:before{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body.burger-is-open .burger-icon:after{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.burger-menu{
  position: fixed;
  top: 76px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
}

@media (max-width: 991px){

.burger-menu{ top: 64px
} }

.burger-dialog{
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.burger-dialog {
  animation-name: animatetop;
  animation-duration: 0.3s;
}

@keyframes animatetop {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

.burger-dialog {
  position: absolute;
  inset: 0px;
  align-items: center;
  justify-content: center;
}

button.burger-close{
  display: none;
}

.burger-content{
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.burger-content .menu-main{
  margin-bottom: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.burger-content .menu-main a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* @import "components/_social.pcss"; */

/* @import "components/_spinner.pcss"; */

.node-content p{
    margin-bottom: 1rem;
  }

article p{
    margin-bottom: 0.7rem;
  }

article .node-content ul li p{
    margin-bottom: 0;
  }

p+ul{
    margin-top: -7px;
  }

li{

    /* main ul:not(.links):not(.nav) &,
    article ul:not(.links):not(.nav) &{
      list-style: none;

      position: relative;
      &:before {
        content: "•";
        vertical-align: middle;
        position: absolute;
        //font-size: 22px;
        line-height: 1.1;
        margin: 4px 5px 0 0;
      }
    } */
  }

.extlink-nobreak svg{
    display: inline-block;
    position: relative;
    top: -6px;
  }

/* 
====================================================
Модальные окна
====================================================

Структура
----------------------------------------------------
.modal
  .modal-dialog
    .modal-content
      .modal-header
      button.close
      .modal-body

Когда модальное окно открывается, добавляются классы:
  — .in к .modal
  — .modal-open к body
*/

.modal{
  display: none;
}

.modal-open.modal{
  position: fixed;
  z-index: 50;
    justify-content: center;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0,97,165,0.8);
}

.modal-dialog{
  position: fixed;
  z-index: 10;
  margin-left: 1rem;
  margin-right: 1rem;
  max-height: 100%;
  width: 91.666667%;
  overflow: auto;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1152px){

  .modal-dialog{
    max-width: 992px;
  }
}

.modal-dialog {
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); */
  }

.close,
.ui-dialog .ui-dialog-titlebar-close{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  display: block;
  height: 4rem;
  width: 4rem;
  background: url(../../img/close.svg) center / auto no-repeat;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 0;
}

/* Все модальное окно, вместе с контейнером-подложкой
==================================================== */

/* .modal {
  @apply fixed inset-0 hidden;
  &.in {
    @apply fixed inset-0 z-[1050] !flex items-center overflow-y-auto overflow-x-hidden bg-gray-dark bg-opacity-70;
  }
} */

/* Само модальное окно по центру
==================================================== */

.modal-dialog {
  /* @apply fixed left-1/2 top-1/2 max-h-full w-full -translate-x-1/2 -translate-y-1/2 overflow-auto sm:w-3/4; */
  /* @apply rounded-[25px]; */
  /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
  animation-name: animateTop;
  animation-duration: 0.3s;
}

@keyframes animateTop {
  from {
    margin-top: -30px;
    /* opacity: 0; */
  }
  to {
    margin-top: 0;
    /* opacity: 1; */
  }
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
  position: relative;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  font-size: 0;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.ui-widget.ui-widget-content{
  border-radius: 0;
  border: none;
}

.ui-dialog .ui-widget-header{
  color: #4d482a;
  font-size: 1.4em;
  background:  transparent;
  padding: 8px 0 0 16px;
  margin-bottom: 1rem;
  border: none;
}

@media (max-width: 640px){

.ui-dialog .ui-widget-header{
    font-size: 1.2em;
    padding: 8px 0 0 0
}
  }

.ui-dialog .ui-dialog-titlebar-close{
  z-index: 101;
  top: -8px;
  right: 3px;
}

.ui-button .ui-icon,
  .ui-button:hover .ui-icon{
    background-image: none;
  }

.add-web-reception__modal .ui-dialog-titlebar:first-child > span{
    display: none;
  }

.add-web-reception__modal .modal__pre-header{
    text-align: center;
  }

.add-web-reception__modal .modal__pre-header + .ui-dialog.ui-widget-header{
    position: static;
  }

.cur-address__help-text{
    color: #666666;
  }

.ui-dialog .panel-title,
.field--name-field-applic-type legend{
  font-size: 18px;
  margin-bottom: 1rem;
}

.ui-dialog{
  font-family: inherit;
  font-size: inherit;
  padding: 2rem 1rem;
}

@media (max-width: 767px){

.ui-dialog{ width: 100% !important
} }

@media (max-width: 640px){

.ui-dialog .ui-dialog-content{ padding: .5em 0
  } }

.ui-dialog .form-group{
    margin-bottom: 1rem;
  }

.ui-dialog select,
  .ui-dialog input:not(.form-checkbox){
    height: 56px;
    background: #F6F6FA;
  }

@media (max-width: 640px){

.ui-dialog select,
  .ui-dialog input:not(.form-checkbox){ height: 46px
  }

.ui-dialog select, .ui-dialog input{ width: 96% !important
  } }

.ui-dialog input {
    width: 100%;
    padding-left: 1rem;
    border-radius: 0;
  }

.ui-dialog input:focus {
      outline: none;
      box-shadow: 0 0 2px #4d482a;
    }

.ui-dialog .form-managed-file{
    width: 100%;
  }

@media (max-width: 640px){

.ui-dialog input[type="file"]{
        padding-left: 0
    }
      }

.ui-dialog input.form-checkbox{
    width: 31px !important;
    height: 31px;
    margin: 0 1em 0 0;
  }

.ui-dialog textarea{
    width: 100%;
    background: #F6F6FA;
    padding: 1em;
  }

.has-placeholder label{
    display: none;
  }

.has-placeholder select{
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(../../img/ico-select.svg) 96% / 12px no-repeat #f6f6fa;
    padding-left: 0.9rem;
  }

.form-composite>div>div{
  display: flex;
  flex-flow: row wrap;
}

.form-type-radio{
    margin-right: 1em;
  }

.form-type-radio label{
      display: flex;
      align-items: center;
    }

input.form-radio{
      height: 22px !important;
      margin-right: 0.6em;
      position: relative;
      top: -1px;
    }

.field--name-field-attach input{
      line-height: 2.7;
    }

.field--name-field-attach .description{
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    top: 3px;
  }

.field--name-field-attach .description a{
      display: none;
    }

.file-inner-wrap{
    display: flex;
    gap: 0 1em;
    align-items: center;
  }

@media (max-width: 640px){

.file-inner-wrap{ flex-flow: row wrap
  } }

.form-managed-file{
      flex-shrink: 0;
    }

.form-managed-file a span{
        left: 6px !important;
      }

.field--name-field-pers-data label.option{
    display: flex;
    justify-content: space-between;
  }

.field--name-field-pers-data input{
    position: relative;
    top: -3px;
  }

.ui-dialog .ui-dialog-buttonpane{
    padding-right: 12px;
    border: none;
  }

.add-web-reception__modal .ui-dialog-buttonpane{
    margin-top: 0;
  }

.node-web-reception-form .panel-body,.node-form-anticor-form .panel-body{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }

@media (max-width: 640px){

.node-web-reception-form .panel-body,.node-form-anticor-form .panel-body{ flex-flow: row wrap
  } }

.node-web-reception-form .panel-body > *,.node-form-anticor-form .panel-body > *{
      width: 48%;
    }

@media (max-width: 640px){

.node-web-reception-form .panel-body > *,.node-form-anticor-form .panel-body > *{ width: 100%
    } }

.node-form-anticor-form .field--name-title{
    display: none;
  }

.btn-empty.btn-rounded,
.add-web-reception__modal .ui-dialog-buttonpane .form-submit{
  color: #4d482a;
  padding: 12px 2rem;
  margin: 0 0 10px;
  border-radius: 9999px;
  border: 2px solid #4d482a;
  text-decoration:none;
}

.btn-empty.btn-rounded:hover,
  .btn-empty.btn-rounded:active,
  .add-web-reception__modal .ui-dialog-buttonpane .form-submit:hover,
  .add-web-reception__modal .ui-dialog-buttonpane .form-submit:active{
    background: #ededed;
  }

#form-success .modal-content{
    padding: 2rem 3rem 2.6rem;
  }

#form-success .modal-close{
    margin-top: 1rem;
  }

.modal-content{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
  padding-top: 70px;
}

@media (min-width: 1152px){

  .modal-content{
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.modal-content {
  border-radius: 15px;
  box-shadow: 0 0 10px #00000066;

  transform: perspective(600px) translate(0, -100%) rotateX(45deg);
  transition: all .5s ease 0s;
}

.modal-open .modal-content{
    transform: perspective(600px) translate(0, 0) rotateX(0);
  }

.modal-header{
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

#block-a11y{
  padding-top: 70px;
}

#block-a11y.modal-open.modal{
  background-color: inherit;
}

#block-a11y .modal-dialog{
  overflow: hidden;
}

@media (min-width: 491px){

#block-a11y .modal-dialog{
    width: auto;
  }}

#block-a11y .modal-content{
  top: 5rem;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(77 72 42 / var(--tw-border-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media (max-width: 767px){

#block-a11y .modal-content { padding: 2rem 1rem
    } }

#block-a11y .modal-header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 24rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (max-width: 490px){

#block-a11y .modal-header { font-size: 18px;  line-height: 1.3
      } }

#block-a11y .close{
  right: 0.5rem;
  top: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}

#block-a11y .a11y-control{
  gap: 0.25rem;
    flex-flow: row nowrap;
}

#block-a11y .a11y-textsize{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

@media (max-width: 540px){

#block-a11y .a11y-textsize { align-items: center
  } }

#block-a11y .a11y-box__color-row-1{
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
    /* flex-col md:flex-row */
}

#block-a11y .a11y-invert{
  display: none;
}

#block-a11y .a11y-contrast{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 490px){

#block-a11y .a11y-contrast {
      margin-bottom: 0
  }
    }

#block-a11y .a11y-invert-control,
  #block-a11y .a11y-contrast-control{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#block-a11y .a11y-accesibility.a11y-combo{
  display: none;
}

#block-a11y .color-btns{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

#block-a11y button{
    background-color: #FFFFFF;
    -webkit-appearance: none;
  }

#block-a11y label{
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#block-a11y label:hover{
  text-decoration-line: underline;
}

@media (max-width: 490px){

#block-a11y label { font-size: 18px
    } }

#a11y-container{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media (max-width: 490px){

#a11y-textsize-reset{ display: block
    }

#a11y-textsize-reset img, #a11y-textsize-reset label{ display: inline
      } }

.eye-color-item a {
  position: relative;
}

.eye-color-item a.active:after {
    content: "";
    display: flex;
    background: url(../../img/accessibility-tick.svg) 0 0 no-repeat transparent;
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 1px;
    line-height: 0;
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-radius: 50%;
    background-color: rgb(24, 26, 27);
  }

/* .eye-color-item a {
  position: relative;

  &.active:after{
    content: '';
    display: flex;
    background: url(../../img/accessibility-tick.svg) 0 0 no-repeat transparent;
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 1px;
    line-height: 0;
    width: 16px;
    height: 16px;
    font-size: 16px;
    //border: 1px solid #f0f0f0;
    border-radius: 50%;
    background-color: rgb(24, 26, 27);
  }
} */

input[name="username"] {
  display: none;
}

.web-reception{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  max-width: 736px;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* border: solid red 2px; */

.web-reception .modal__pre-header{
  text-align: center;
    line-height: 1.5rem;
    margin-bottom: 0.8em;
}

.web-reception .modal__pre-header p{
      margin-bottom: 0.5em;
    }

.web-reception .ui-widget-header{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.web-reception .form-item{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.web-reception input,
  .web-reception textarea{
  margin-bottom: 0.75rem;
  height: 4rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 250 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}

.web-reception textarea{
  height: 10rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.web-reception .asterisk-text{
  margin-bottom: 2rem;
}

.web-reception .field--type-boolean label{
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
}

.web-reception .field--type-boolean label input{
  height: auto;
}

.web-reception .cur-address__help-text{
  margin-bottom: 2rem;
}

.web-reception .phone-text{
    margin-bottom: 0.8em;
  }

.web-reception .field--name-field-pers-data input{
      width: 30px;
      height: 30px;
    }

.web-reception .form-submit{
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.web-reception .form-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* на фронте - для юзера int_reception */

.user-logged-in article.web-reception .node-content >.field{
      margin-bottom: 1rem;
    }

/* @import "components/_animated-label.pcss"; */

/* @import "components/_thank-you-page.pcss"; */

/* Позиционируем враппер кнопки.
   К нему будем добавлять паддинг, когда убирается полоса прокрутки
================================================= */

.btn-slide-up{
  visibility: hidden;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  z-index: 497;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-size: 0px;
  opacity: 0;
  transition: all 200ms ease;
}

@media (max-width: 767px) {

.btn-slide-up {
    width: 35px;
    height: 35px;
    right: 12px;
    bottom: 1rem
}
  }

.btn-slide-up.is-visible{
  visibility: visible;
  opacity: 1;
}

.btn-slide-up.is-bottom{
  bottom: 12rem;
}

@media (min-width: 1152px){

  .btn-slide-up.is-bottom{
    bottom: 20rem;
  }
}

/* Стрелка внутри */

.btn-slide-up::after{
  position: absolute;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../../img/arrow-top.svg) center / 40% no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 12px;
    transition: all 200ms ease;
}

.btn-slide-up:hover::after {
    top: -7px;
  }

/* Дополнительно скрываем кнопку, если открыт гамбургер */

body.burger-is-open .btn-slide-up{
  display: none;
}

button:focus-visible,[role="button"]:focus-visible{
    outline: 1px solid #1f4366;
    outline-offset: 2px;
  }

/* .faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
} */

.faq-item{
  margin-bottom: -2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.faq-toggle{
  position: relative;
  cursor: pointer;
  padding-right: 1.5rem;
}

.faq-toggle:after{
  position: absolute;
  right: 0px;
  top: 4px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
  background: url(../../img/plus.svg) center / 24px 24px no-repeat;
}

.faq-toggle[aria-expanded="true"]:after {
  background: url(../../img/minus.svg) center / 24px 24px no-repeat;
}

h4.faq-toggle{
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1152px){

  h4.faq-toggle{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  opacity: 0;
  transition:
    height 0.3s ease-out,
    opacity 0.3s ease-out;
}

.faq-answer[aria-hidden="false"] {
  opacity: 1;
}

.faq-answer-inner{
  padding-bottom: 1.25rem;
  padding-top: 0.25rem;
}

/* Вложенные пункты-ссылки со стрелочками слева */

.faq-answer-inner ul.text-arrow{
  margin-left: 2rem;
  padding-bottom: 0px;
    /* li:last-child {
      @apply brdr !mb-0;
    } */
}

.node-content .field--name-body ul.arrow-big {
  /* Корневые ссылки без вложенностей */
  margin-bottom: -2px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
}

.node-content .field--name-body ul.arrow-big li{
  position: relative;
  margin-bottom: 0px;
  margin-top: -2px;
  list-style-type: none;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1152px){

  .node-content .field--name-body ul.arrow-big li{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.node-content .field--name-body ul.arrow-big li a{
  position: relative;
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  text-decoration-line: none;
}

.node-content .field--name-body ul.arrow-big li a:hover{
  text-decoration-line: underline;
}

.node-content .field--name-body ul.arrow-big li a::before{
  position: absolute;
  left: 0px;
  top: 1.75rem;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
        background: url(../../img/arrow-r-list.svg) center / 26px 26px no-repeat;
}

.node-content .field--name-body ul.arrow-big li span{
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* 

<div class="faq-item">
  <h4 class="faq-toggle" aria-expanded="false">
    Question text here
  </h4>
  <div class="faq-answer" aria-hidden="true">
    <div class="faq-answer-inner">
      Answer text here
    </div>
  </div>
</div> 


<div class="faq-item">
  <h4 class="faq-toggle" aria-expanded="false">Перше питання</h4>
  <div class="faq-answer" aria-hidden="true">
    <div class="faq-answer-inner">
      <div class="field fiels-first">
        <div class="field--item">
          <strong>ПІБ</strong>
        </div>
        <div class="field--label">Начальник відділу</div>
      </div>
      <div class="field">
        <div class="field--label">Поштова адреса</div>
        <div class="field--item">
          <strong>93405, м. Сєвєродонецьк, пр-т Центральний, 59</strong>
        </div>
      </div>
      <div class="field">
        <div class="field--label">Телефон</div>
        <div class="field--item">
          <strong>(06452) 0-00-00</strong>
        </div>
      </div>
      <div class="field">
        <div class="field--label">E-mail</div>
        <div class="field--item">
          <p><strong>mail@mail.gov.ua</strong></p>
        </div>
      </div>
    </div>
  </div>
</div>
  


*/

/* Апарат облдержадміністрації /oda/about/aparat */

/* Новий блок заголовку департаменту */

.departament-header{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 1152px){

  .departament-header{
    margin-bottom: 5rem;
    flex-direction: row;
  }

  .departament-leader{
    width: 544px;
  }
}

.departament-leader__photo{
  display: none;
  flex-shrink: 0;
}

.departament-leader__name{
  margin-bottom: 1rem !important;
  margin-top: 0px !important;
  max-width: 250px;
}

.departament-leader__job{
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.departament-contacts {
  /* @apply brdr-g flex flex-col gap-6 lg:max-w-[544px]; */
  display: flex;
  max-width: 540px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (min-width: 1152px){

  .departament-contacts{
    min-width: 420px;
  }
}

.departament-contacts .field{
  margin-bottom: 0px;
  display: block;
}

.departament-contacts .field--item{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.departament-contacts .field--label{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.departament-subheader{
  margin-bottom: 5rem;
}

@media (max-width: 1280px){

.departament-subheader { margin-bottom: 2rem
} }

@media (max-width: 767px) {

.departament-subheader { margin-bottom: 0
} }

.departament-subheader .structure-row{
  margin-left: 0px;
}

.structure{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.structure h3{
  margin-bottom: 2rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1152px){

  .structure h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.structure-row{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 234 238 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}

@media (min-width: 1152px){

  .structure-row{
    margin-left: 2.5rem;
    flex-direction: row;
  }
}

.structure-row .field-first{
  margin-bottom: 0px;
  width: 100%;
  max-width: 28rem;
  flex-shrink: 0;
}

.structure-row .field-first .field--item{
  margin-bottom: 0.375rem;
}

.structure-row .field{
  margin-bottom: 0px;
  width: 16rem;
}

.structure-row:first-child{
  margin-top: 0px !important;
}

.structure-row:last-child{
  border-bottom-width: 0px !important;
}

h2.depart-subheader{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  max-width: 1120px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media not all and (min-width: 1152px){

  h2.depart-subheader{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1152px){

  h2.depart-subheader{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1199px){

h2.depart-subheader {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2rem
}
  }

.aside-col h2.depart-subheader{
  padding-left: 0px;
  padding-right: 0px;
}

/* Список департаментов - страница Департаменти та управління /oda/about/depart */

.node-2911 .node-content .field--type-text-with-summary .table_data h3{
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1152px){

  .node-2911 .node-content .field--type-text-with-summary .table_data h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.node-2911 .node-content .field--type-text-with-summary .table_data h3::before{
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
          background: url(../../img/arrow-r-list.svg) center / 26px 26px
            no-repeat;
}

.node-2911 .node-content .field--type-text-with-summary .table_data h3 a{
  text-decoration-line: none;
}

.node-2911 .node-content .field--type-text-with-summary .table_data h3 a:hover{
  text-decoration-line: underline;
}

.node-2911 .node-content .field--type-text-with-summary .table_data .content{
  margin-bottom: 6rem;
  margin-left: 2rem;
  display: flex;
  max-width: 42rem;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

.node-2911 .node-content .field--type-text-with-summary .table_data .content .field{
  margin-bottom: 0px;
  width: 20rem;
}

.node-2911 .node-content .field--type-text-with-summary .table_data .content .field div{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.node-2911 .node-content .field--type-text-with-summary .table_data .content .field div:first-child{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

/* Апарат облдержадміністрації /oda/about/aparat */

.node-3048,
.node-2911,
.node-3048 {
  /* table {
    @apply mt-10;
  } */
}

.node-3048 h2, .node-2911 h2, .node-3048 h2{
  margin-bottom: 5rem;
}

.node-3048 .faq-answer-inner, .node-2911 .faq-answer-inner, .node-3048 .faq-answer-inner{
  margin-bottom: -2px;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px){

  .node-3048 .faq-answer-inner, .node-2911 .faq-answer-inner, .node-3048 .faq-answer-inner{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.node-3048 .faq-answer-inner h5, .node-2911 .faq-answer-inner h5, .node-3048 .faq-answer-inner h5{
  margin-bottom: 0px;
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){

  .node-3048 .faq-answer-inner h5, .node-2911 .faq-answer-inner h5, .node-3048 .faq-answer-inner h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.node-3048 .faq-answer-inner h5 a, .node-2911 .faq-answer-inner h5 a, .node-3048 .faq-answer-inner h5 a{
  position: relative;
  margin-bottom: 1rem;
  display: block;
  padding-left: 2.25rem;
}

.node-3048 .faq-answer-inner h5 a:hover, .node-2911 .faq-answer-inner h5 a:hover, .node-3048 .faq-answer-inner h5 a:hover{
  text-decoration-line: underline;
}

.node-3048 .faq-answer-inner h5 a:not(.ext)::before, .node-2911 .faq-answer-inner h5 a:not(.ext)::before, .node-3048 .faq-answer-inner h5 a:not(.ext)::before{
  position: absolute;
  left: 0px;
  top: 3px;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
          background: url(../../img/arrow-r-list.svg) center / 26px 26px
            no-repeat;
}

.node-3048 .faq-answer-inner h5 a.ext, .node-2911 .faq-answer-inner h5 a.ext, .node-3048 .faq-answer-inner h5 a.ext{
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 0px;
  padding-right: 2rem;
}

.node-3048 .faq-answer-inner h5 a.ext svg, .node-2911 .faq-answer-inner h5 a.ext svg, .node-3048 .faq-answer-inner h5 a.ext svg{
  display: none;
}

.node-3048 .faq-answer-inner h5 a.ext::after, .node-2911 .faq-answer-inner h5 a.ext::after, .node-3048 .faq-answer-inner h5 a.ext::after{
  position: absolute;
  right: 0px;
  top: 3px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
            background: url(../../img/top-right.svg) center / 24px 24px
              no-repeat;
}

.node-3048 .faq-answer-inner .two-cols-wrapper, .node-2911 .faq-answer-inner .two-cols-wrapper, .node-3048 .faq-answer-inner .two-cols-wrapper{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}

@media (min-width: 768px){

  .node-3048 .faq-answer-inner .two-cols-wrapper, .node-2911 .faq-answer-inner .two-cols-wrapper, .node-3048 .faq-answer-inner .two-cols-wrapper{
    flex-direction: row;
    gap: 2rem;
  }
}

.node-3048 .faq-answer-inner .field.col-first, .node-2911 .faq-answer-inner .field.col-first, .node-3048 .faq-answer-inner .field.col-first{
  flex-shrink: 0;
}

@media (min-width: 1152px){

  .node-3048 .faq-answer-inner .field.col-first, .node-2911 .faq-answer-inner .field.col-first, .node-3048 .faq-answer-inner .field.col-first{
    width: 448px;
  }
}

.node-3048 .faq-answer-inner .col-second, .node-2911 .faq-answer-inner .col-second, .node-3048 .faq-answer-inner .col-second{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.node-3048 .faq-answer-inner .field, .node-2911 .faq-answer-inner .field, .node-3048 .faq-answer-inner .field{
  margin-bottom: 0px;
  width: 268px;
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.node-3048 .faq-answer-inner .field strong, .node-2911 .faq-answer-inner .field strong, .node-3048 .faq-answer-inner .field strong{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.table_data.leadership h3{
  margin-bottom: 0.5rem;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.table_data.leadership .content{
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}

@media (min-width: 768px){

  .table_data.leadership .content{
    flex-direction: row;
    gap: 2rem;
  }
}

@media (max-width: 1199px){

.table_data.leadership .content { margin-bottom: 2.5rem
  } }

@media (max-width: 767px) {

.table_data.leadership .content { margin-bottom: 1rem
  } }

.table_data.leadership .content > .field:first-child{
  flex-shrink: 0;
}

@media (min-width: 1152px){

  .table_data.leadership .content > .field:first-child{
    width: 448px;
  }
}

.table_data.leadership .field{
  min-width: 16rem;
}

.table_data.leadership .field-label{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.table_data.leadership .field-items{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.economic-platform{
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 0.5rem;
}

@media (min-width: 768px){

  .economic-platform{
    flex-direction: row;
    gap: 2rem;
  }
}

@media (max-width: 767px){

.economic-platform { margin: 1rem auto
} }

@media (min-width: 768px){

  .economic-platform p{
    width: calc(50% - 16px);
  }
}

.economic-platform p:first-child{
  display: flex;
  align-items: center;
  text-align: center;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){

  .economic-platform p:first-child{
    text-align: right;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media not all and (min-width: 768px){

  .economic-platform p:last-child img{
    margin-left: auto;
    margin-right: auto;
  }
}

/* Главные страницы департаментов */

/* /oda/about/depart/agro Департамент агропромислового розвитку */

/* .node-5030,  */

/* /oda/about/depart/dep_finance Департамент фінансів */

/* .node-5032,  */

/* /oda/about/depart/zkh Департамент житлово-комунального господарства */

/* .node-5033,  */

/* /oda/about/depart/dep_oz Департамент охорони здоров`я */

/* .node-5034,  */

/* /oda/about/depart/dep_uvp Департамент масових комунікацій */

/* .node-5026,  */

/* /oda/about/depart/dep_ssn Служба у справах дітей */

/* .node-5036,  */

/* /oda/about/depart/dep_chs Департамент з питань цивільного захисту, оборонної роботи та взаємодії з правоохоронними органами */

/* .node-5037,  */

/* /oda/about/depart/dep_building Департамент будівництва, енергозбереження, архітектури та містобудування */

/* .node-5038,  */

/* /oda/about/depart/dep_culture Управління культури, національностей, релігій та туризму */

/* .node-5039,  */

/* /oda/about/depart/lawdep Управління з питань нормативно-правової роботи та децентралізації */

/* .node-5040,  */

/* /oda/about/depart/audit Управління внутрішнього аудиту */

/* .node-13770,  */

/* /oda/about/depart/dep_ved Департамент міжнародної технічної допомоги, інноваційного розвитку та зовнішніх зносин */

/* .node-5041,  */

/* /oda/about/depart/uad Управління розвитку та утримання мережі автомобільних доріг області */

/* .term-128  */

/* 
1) Версия с адресацией типа .node-5030 в body - менее надежная и с тяжелым CSS, но более компактная в HTML:

.node-5030, .node-5032 {
  .node-content .field--name-body,
  .term-content-wrap .field--name-description {
    @apply mb-20 flex flex-col justify-between gap-8 md:flex-row;
    h3 {
      @apply my-0 flex flex-col gap-4 font-eukr text-3xl md:w-1/2 lg:max-w-72 lg:text-4xl;
      span {
        @apply order-last block font-eukrlight text-base text-gray-medium;
      }
    }
    address {
      @apply flex max-w-[540px] flex-row flex-wrap justify-between gap-6 lg:min-w-[420px];
      p {
        @apply m-0 font-eukrlight text-lg;
        & > span {
          @apply mb-2 block text-xs text-gray-medium;
        }
      }
    }
  }
}

<h3>
    <span>Директор</span> Зимний Дмитро Михайлович
</h3>
<address>
    <p>
        <span>Телефон:</span> 0(6452) 4-11-03
    </p>
    <p>
        <span>Поштова адреса:</span> 93405 м. Сєвєродонецьк, пр-т Центральний, 54а
    </p>
    <p>
        <span>E-mail:</span> dcztatro@loga.gov.ua
    </p>
</address>

2) Версия BEM — громоздкий HTML, но полдностью однозначная. 

<div class="departament-header">
  <div class="departament-leader">
    <h2 class="departament-leader__name">Хлякін Сергій Анатолійович</h2>
    <p class="departament-leader__job">Директор</p>
  </div>
  <address class="departament-contacts">
    <div class="field">
      <div class="field--label">Телефон</div>
      <div class="field--item">099-402-02-29</div>
    </div>
    <div class="field">
      <div class="field--label">Адреса</div>
      <div class="field--item">
        93406, м. Сєвєродонецьк, проспект Центральний, 59
      </div>
    </div>
    <div class="field">
      <div class="field--label">E-mail</div>
      <div class="field--item">apk@loga.gov.ua, apk-loda@ukr.net</div>
    </div>
    <div class="field">
      <div class="field--label">Наша сторінка у Facebook</div>
      <div class="field--item">
        <a href="https://www.facebook.com/DAPRLOGA/"
          >https://www.facebook.com/DAPRLOGA/</a
        >
      </div>
    </div>
  </address>
</div>

*/

/* Вакансії /content/vakansiyi */

.node-12361 .node-content .field--name-body h2{
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(234 234 238 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.node-12361 .node-content .field--name-body a{
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration-line: none;
}

/* Карточки РДА /oda/regdep/rda */

.node-5108 .node-content .field--name-body,

.cards-container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 1152px){

  .node-5108 .node-content .field--name-body,

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

.card{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 250 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px){

  .card{
    padding: 2.5rem;
  }
}

@media (min-width: 1152px){

  .card{
    width: calc(50% - 8px);
  }
}

.card-boss{
  margin-bottom: 1.5rem;
}

h2.card-title{
  margin-bottom: 1.5rem;
  margin-top: 0px;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1152px){

  h2.card-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.card-contacts{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card-contacts .field{
  margin-bottom: 0px;
}

.node-content .field .card .field--item{
  overflow: hidden;
}

@media not all and (min-width: 640px){

  .node-content .field .card .field--item{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .node-content .field .card .field--item a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.aside-col-right,
.deps_top-menues{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  max-width: 1120px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1152px){

  .aside-col-right,
.deps_top-menues{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1199px){

.aside-col-right,
.deps_top-menues { margin-bottom: 3.5rem
} }

@media (max-width: 767px) {

.aside-col-right,
.deps_top-menues { margin-bottom: 2rem
} }

/*
    Неприоритетная 2-ая часть старого меню субдоменов (на D7 – это меню в сайдбаре слева)
    В промежуточной версии было с черным фоном.
  */

/* Черный фон superfishmenu заменяем на белый */

.aside-col-right ul.sf-menu.sf-style-black li,
      .aside-col-right ul.sf-menu.sf-style-black.sf-accordion li.sf-expanded,
      .aside-col-right ul.sf-menu.sf-style-black a.is-active,
      .aside-col-right ul.sf-menu.sf-style-black a:hover,
      .aside-col-right ul.sf-menu.sf-style-black a:focus,
      .deps_top-menues ul.sf-menu.sf-style-black li,
      .deps_top-menues ul.sf-menu.sf-style-black.sf-accordion li.sf-expanded,
      .deps_top-menues ul.sf-menu.sf-style-black a.is-active,
      .deps_top-menues ul.sf-menu.sf-style-black a:hover,
      .deps_top-menues ul.sf-menu.sf-style-black a:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.aside-col-right ul.sf-menu.sf-style-black a, .deps_top-menues ul.sf-menu.sf-style-black a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Корневые ссылки без вложенностей */

.aside-col-right ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children, .deps_top-menues ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children{
  position: relative;
  margin-top: -2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1152px){

  .aside-col-right ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children, .deps_top-menues ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.aside-col-right ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a, .deps_top-menues ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a{
  position: relative;
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
}

.aside-col-right ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a:hover, .deps_top-menues ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a:hover{
  text-decoration-line: underline;
}

@media (max-width: 767px){

.aside-col-right ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a, .deps_top-menues ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a {
            padding-top: 0.7rem;
            padding-bottom: 0.7rem
        }
          }

.aside-col-right ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a:not(.sf-external)::before, .deps_top-menues ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a:not(.sf-external)::before{
  position: absolute;
  left: 0px;
  top: 50%;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);
            background: url(../../img/arrow-r-list.svg) center / 26px 26px no-repeat;
}

.aside-col-right ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a.sf-external, .deps_top-menues ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a.sf-external{
  padding-left: 0px;
}

.aside-col-right ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a.sf-external svg, .deps_top-menues ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a.sf-external svg{
  display: none;
}

.aside-col-right ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a.sf-external::after, .deps_top-menues ul.sf-menu.sf-style-black li.sf-depth-1.sf-no-children a.sf-external::after{
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);
              background: url(../../img/top-right.svg) center / 24px 24px
                no-repeat;
}

/* Разворачивающиеся пункты с плюсиком */

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent{
  margin-top: -2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent.sf-expanded, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent.sf-expanded{
  padding-bottom: 1.5rem;
}

@media (max-width: 767px){

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent.sf-expanded, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent.sf-expanded{
    padding-bottom: 0.5rem;
  }}

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > a,
        .aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > span,
        .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > a,
        .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > span{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0px;
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1152px){

  .aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > a,
        .aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > span,
        .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > a,
        .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > span{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px){

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > a,
        .aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > span,
        .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > a,
        .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > span {
            padding-top: 0.7rem;
            padding-bottom: 0.7rem
        }
          }

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent .sf-sub-indicator, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent .sf-sub-indicator{
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
          background: url(../../img/plus.svg) center / 24px 24px no-repeat;
}

/* Вложенные меню */

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul{
  margin-bottom: 1.5rem;
}

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a{
  position: relative;
  display: block;
  padding-left: 5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a:hover, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a:hover{
  text-decoration-line: underline;
}

@media (max-width: 767px) {

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a { padding-left: 3rem
          } }

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a::before, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a::before{
  position: absolute;
  left: 2.5rem;
  top: 50%;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);
              background: url(../../img/arrow-r-list.svg) center / 26px 26px no-repeat;
}

@media (max-width: 767px){

.aside-col-right ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a::before, .deps_top-menues ul.sf-menu.sf-style-black > li.sf-depth-1.menuparent > ul a::before { left: 0.8rem
            } }

.news-row{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 234 238 / var(--tw-border-opacity, 1));
  padding-bottom: 2.5rem;
}

@media (min-width: 640px){

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

@media (max-width: 1280px){

.news-row {
      padding-bottom: 1rem;
      margin-bottom: 1.5rem
  }
    }

.news-row:last-child{
  border-bottom-width: 0px;
}

.news-lbk-photo{
  flex-shrink: 0;
}

.news-lbk-photo img{
      border: 1px solid lightgray;
    }

.news-list{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1152px){

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

@media (min-width: 1536px){

  .news-list{
    gap: 4rem;
  }
}

@media (max-width: 767px){

.news-list { gap: 0
} }

.news-list-content{
  flex-shrink: 0;
}

@media not all and (min-width: 1152px){

  .news-list-content{
    order: 9999;
  }
}

@media (min-width: 1152px){

  .news-list-content{
    width: 66.666667%;
  }
}

.news-teaser_title{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.news-teaser_title a:hover{
  text-decoration-line: underline;
}

.tsr-url{
  text-overflow:ellipsis;
  overflow: hidden;
}

#dep_views-header{
  margin-bottom: 2rem;
}

@media (max-width: 767px){

#dep_views-header{ margin-bottom: 1rem
} }

.news-teaser_body{
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.news-teaser_date{
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.news-teaser_date-date{
  display: block;
}

.news-teaser_date-date time{
  margin-right: -0.25rem;
}

.page-node-type-news h1.page-header{
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 640px){

.page-node-type-news h1.page-header { margin-bottom: 0.5rem
  } }

.page-node-type-news .author{
  margin-bottom: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px){

.page-node-type-news .author { margin-bottom: 1rem
  } }

.page-node-type-news .node-content .field.field--name-field-news-img{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 640px){

.page-node-type-news .node-content .field.field--name-field-news-img { margin-bottom: 1.5rem
    } }

.page-node-type-news .node-content .field--name-body{
  margin-left: auto;
  margin-right: auto;
  max-width: 736px;
}

.page-node-type-news .node-content .field--name-field-extraphoto{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.field--name-body iframe{
  margin-left: auto;
  margin-right: auto;
}

/* @apply brdr; */

.fotogallery_view .news-list-content .views-row{
  margin-bottom: 2.5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 234 238 / var(--tw-border-opacity, 1));
  padding-bottom: 2.5rem;
}

.fotogallery_view .news-list-content .views-row:last-child{
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.fotogallery_view h2.fg-title{
  margin-bottom: 1rem;
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.fotogallery_view .fg-date{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.fotogallery_view .fg-img{
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.fotogallery_view .fg-img img{
  width: 14rem;
}

/* @apply brdr; */

.view-infographs .tsr-row{
  margin-bottom: 2.5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 234 238 / var(--tw-border-opacity, 1));
  padding-bottom: 2.5rem;
}

.view-infographs .tsr-row:last-child{
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.view-infographs .news-teaser_title{
  margin-bottom: 1rem;
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.view-infographs .views-field-created{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.view-infographs .views-field-field-image .field-content{
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.view-infographs .views-field-field-image .field-content img{
  width: 14rem;
}

.page-node-type-infographs .node-content .field--name-field-image{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* @apply brdr; */

.view-vidgal .wps-row{
  margin-bottom: 5rem;
}

.view-vidgal .news-teaser-date{
  margin-bottom: 1rem;
}

.view-vidgal .news-teaser-title{
  margin-bottom: 2rem;
}

.pager-nav{
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

@media (max-width: 1280px){

.pager-nav {
    margin: 0 auto
}
  }

.pager-nav li:before{
    display: none;
  }

.pager-nav a{
    color: inherit;
    text-decoration:none;
    text-transform: lowercase;
  }

.pagination,
.pager__items{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.pagination .is-active,
  .pagination .page-link,
  .pager__items .is-active,
  .pager__items .page-link{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.pagination a:hover, .pager__items a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

footer {
  overflow: hidden;
  /* .contact-links {
    @apply flex flex-col gap-1;
    a {
      @apply hover:underline;
    }
    span[itemprop="telephone"] {
      a {
        @apply whitespace-nowrap text-lg;
      }
    }
  } */
}

footer .field--name-field-block-title{
  margin-bottom: 0.5rem;
}

.footer__top{
  --tw-bg-opacity: 1;
  background-color: rgb(231 238 243 / var(--tw-bg-opacity, 1));
  padding-bottom: 3rem;
  padding-top: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.path-frontpage .footer__top{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 991px) {

.path-frontpage .footer__top {
      padding: 1rem 0 2rem
  }

.not-front .footer__top {
      padding: 1rem 0 2rem
  }
    }

.footer__top a:hover{
  text-decoration-line: underline;
}

/* padding: 22px 0 25px; */

.footer__top .container{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1152px){

  .footer__top .container{
    flex-direction: row;
    gap: 3rem;
  }
}

.footer__top .field--name-field-block-title{
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ftr-col .block-content + .block-content {
    margin-top: 1rem;
  }

@media (min-width: 1152px){

  .ftr-col1{
    max-width: 31%;
  }
}

.ftr-col1 {
  /* [class*="name-body"] {
    display: flex;
    align-items: center;
    gap: 0 1rem;
    font-size: 1.12rem;
    font-weight: bold;
  } */
}

.ftr-col1 img {
    max-width: 95px;
  }

.ftr-col1 .field--name-body{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: e-ukraine_headmedium, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px){

  .ftr-col1 .field--name-body{
    flex-direction: row;
    gap: 1.5rem;
  }
}

.ftr-col1 .field--name-body p{
  max-width: 28rem;
}

.ftr-col-group{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px){

  .ftr-col-group{
    flex-direction: row;
    gap: 4rem;
  }
}

.questionnaire{
  max-width: 200px;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer__bottom{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1680px) {

.footer__bottom {
    padding-top: 25px;
    padding-bottom: 25px
}
  }

.footer__bottom > div {
    display: flex;
    gap: 0 5rem;
    padding-top: 22px;
    padding-bottom: 25px;
  }

.content--footer__text {
  max-width: 50%;
}

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

.content--footer__oon [class*="field-media"] {
    margin: 0 0 1rem;
  }

.content--footer__oon [class*="field-media"] img {
      margin-left: auto;
    }

.studio-rights {
  display: flex;
  gap: 0 1rem;
  justify-content: end;
  align-items: center;
  font-size: 0.875rem;
}

.footer-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: "e-ukrainelight", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  /* .logo-title-big {
    @apply font-eukrlight text-base;
  }
   */
  /* .logo-title-small {
    @apply text-gray-medium;
  } */
}

.footer-black .logo-title{
  margin-bottom: 0.5rem;
}

.footer-black .contact-links{
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}

@media (min-width: 768px){

  .footer-black .contact-links{
    justify-content: flex-end;
  }
}

.footer-black .contact-links a[class^="contact-links__icon-"]{
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-black .contact-links a[class^="contact-links__icon-"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

.footer-black .contact-links a[class*="__icon-fb"] {
      -webkit-mask: url(../../img/ico-fb.svg) center / 100% no-repeat;
              mask: url(../../img/ico-fb.svg) center / 100% no-repeat;
    }

.footer-black .contact-links a[class*="__icon-telega"] {
      -webkit-mask: url(../../img/ico-telega.svg) center / 100% no-repeat;
              mask: url(../../img/ico-telega.svg) center / 100% no-repeat;
    }

/* Отключаем иконки внешних ссылок */

.footer-black .extlink-nobreak svg {
      display: none;
    }

.footer-webmaster{
  line-height: 1.375;
}

@media not all and (min-width: 768px){

  .footer-webmaster{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){

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

.footer-webmaster a{
  --tw-text-opacity: 1;
  color: rgb(234 234 238 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.footer-webmaster a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-black--row-first{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px){

  .footer-black--row-first{
    flex-direction: row;
  }
}

.footer-black--left-col{
  display: flex;
  gap: 1rem;
}

@media not all and (min-width: 768px){

  .footer-black--left-col{
    margin-bottom: 1rem;
  }

  .footer-social{
    margin-bottom: 1.5rem;
  }
}

.copyrights{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px){

  .copyrights{
    flex-direction: row;
    align-items: flex-end;
  }
}

.copyrights-left{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){

  .copyrights-left{
    width: 50%;
  }

  .copyrights-right{
    width: 50%;
    text-align: right;
  }
}

.copyright-fin{
  margin-bottom: 0.5rem;
}

.copyright-dev a{
  font-family: e-ukrainebold, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-decoration-line: underline;
}

.copyright-dev a:hover{
  --tw-text-opacity: 1;
  color: rgb(234 234 238 / var(--tw-text-opacity, 1));
}

/* Страницы входа в аминку /user и /admin */

/* Стили страницы авторизации /user
================================================= */

.path-login,
.path-user {

  /* Скрываем поля аватара юзера и его региона */
  /* & .field--name-user-picture,
  & #edit-language,
  & #edit-timezone {
    @apply hidden;
  } */
}

.path-login .breadcrumb,
  .path-login .help-block,
  .path-login .description.help-block,
  .path-user .breadcrumb,
  .path-user .help-block,
  .path-user .description.help-block{
  display: none;
}

.path-login .nav-tabs:not(.tabs--primary), .path-user .nav-tabs:not(.tabs--primary){
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
}

.path-login .nav-tabs:not(.tabs--primary) li, .path-user .nav-tabs:not(.tabs--primary) li{
  margin-bottom: 0.5rem;
}

.path-login .nav-tabs:not(.tabs--primary) li a, .path-user .nav-tabs:not(.tabs--primary) li a{
  display: block;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* Ссылку на вход делаем заголовком страницы авторизации */

.path-login .nav-tabs:not(.tabs--primary) li.active a, .path-user .nav-tabs:not(.tabs--primary) li.active a{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

/* Скрываем ссылку восстановления пароля */

.path-login .nav-tabs:not(.tabs--primary) li a[data-drupal-link-system-path="user/password"]:not(.is-active), .path-user .nav-tabs:not(.tabs--primary) li a[data-drupal-link-system-path="user/password"]:not(.is-active){
  display: none;
}

/* Стиль формы */

.path-login .user-login-form,
  .path-login .user-pass,
  .path-user .user-login-form,
  .path-user .user-pass{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 20rem;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
  padding-top: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.path-login .user-login-form .form-item, .path-login .user-pass .form-item, .path-user .user-login-form .form-item, .path-user .user-pass .form-item{
  margin-bottom: 1.25rem;
}

.path-login .user-login-form .control-label, .path-login .user-pass .control-label, .path-user .user-login-form .control-label, .path-user .user-pass .control-label{
  margin-bottom: 0.5rem;
  display: block;
}

.path-login .user-login-form .form-text, .path-login .user-pass .form-text, .path-user .user-login-form .form-text, .path-user .user-pass .form-text{
  height: 3.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.path-login .user-login-form .form-submit, .path-login .user-pass .form-submit, .path-user .user-login-form .form-submit, .path-user .user-pass .form-submit{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 60 173 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.path-login .user-login-form .form-submit:hover, .path-login .user-pass .form-submit:hover, .path-user .user-login-form .form-submit:hover, .path-user .user-pass .form-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(5 80 230 / var(--tw-bg-opacity, 1));
}

.path-login .user-login-form .form-item--error-message, .path-login .user-pass .form-item--error-message, .path-user .user-login-form .form-item--error-message, .path-user .user-pass .form-item--error-message{
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.path-login .user-login-form .form-item--error-message a, .path-login .user-pass .form-item--error-message a, .path-user .user-login-form .form-item--error-message a, .path-user .user-pass .form-item--error-message a{
  display: none;
}

.path-login .user-login-form p, .path-login .user-pass p, .path-user .user-login-form p, .path-user .user-pass p{
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.path-user:not(.user-logged-in) .main-container{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  max-width: 768px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: "e-ukraineregular", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.path-user:not(.user-logged-in) .main-container h1.page-header{
  margin-top: 2rem;
  text-align: center;
}

.path-user:not(.user-logged-in) .main-container .nav-tabs{
  border: red 1px solid;
  display: none;
}

.path-tfa .breadcrumb{
  display: none;
}

.path-tfa h1.page-header{
  text-align: center;
}

.tfa-entry-form{
  margin-bottom: 6rem !important;
}

.tfa-entry-form .form-item-code{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

.tfa-entry-form .form-item-code label{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tfa-entry-form .form-item-code input#edit-code{
  width: 9rem;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tfa-entry-form .form-item-code #edit-code--description{
  margin-top: 0.75rem;
  text-align: center;
}

.tfa-entry-form #edit-login{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cke-flex{
  display: flex;
  color: #1f4366;
}

.node-5 .cke-flex{
    justify-content: space-between;
  }

@media (max-width: 991px){

.node-5 .cke-flex{
      flex-flow: row wrap
  } }

.cke-penta-col{
    max-width: 20%;
  }

.node-3 .cke-penta-col,
    .non-standart .cke-penta-col{
      max-width: 11em;
    }

.node-5 [class*=cke-col]{
        padding-left: 35px;
        position: relative;
      }

.node-5 [class*=cke-col]:before{
          content: '';
          position: absolute;
          top: 2px;
          left: 0;
        }

.node-5 .cke-col1:before {
          background: url(../../img/ico-map.svg) 0 0 no-repeat transparent;
          width: 24px;
          height: 32px;
        }

.node-5 .cke-col2:before {
          background: url(../../img/ico-phone2.svg) 0 0 no-repeat transparent;
          width: 30px;
          height: 33px;
          left: -4px;
        }

.node-5 .cke-col3:before {
          background: url(../../img/ico-clock.svg) 0 0 no-repeat transparent;
          width: 32px;
          height: 32px;
          left: -7px;
        }

.node-5 .cke-col4:before {
          background: url(../../img/ico-globe.svg) 0 0 no-repeat transparent;
          width: 32px;
          height: 32px;
        }

.align-center [class*=media-image] img,.align-center [class*=media-svg] img{
      margin: auto;
    }

/* iframe{
  width: 100%;
} */

.not-front {
  /* padding-top: 58px; */
  /* padding-top: 64px !important; */
  /* &.user-logged-in {
    padding-top: 139px !important;
  } */
  /* &.path-checkout{
    @media (max-width: 767px){ padding-top: 44px !important }
  } */
}

.header.main-domain{
  margin-bottom: 5rem;
}

/* .deps_top-menues{
  .tbm > div > ul{
    flex-wrap: wrap;
  }
} */

.breadcrumb {
  margin-bottom: 3rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.75rem;
  min-width: -moz-min-content;
  min-width: min-content;
  margin-top: 1rem;
}

@media (max-width: 1199px){

.breadcrumb { margin-bottom: 1rem
} }

@media (max-width: 767px){

.breadcrumb { margin: 0 0 1rem 0
} }

.breadcrumb li{
  display: inline;
}

@media not all and (min-width: 768px){

  .breadcrumb li:last-child{
    display: none;
  }
}

.breadcrumb li:last-child a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Второй с конца элемент */

@media not all and (min-width: 768px){

  .breadcrumb li:nth-last-child(2):after{
    display: none;
  }
}

.breadcrumb li:not(:last-child):after{
  position: relative;
  top: 2px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  --tw-content: '';
  content: var(--tw-content);
        background: url(../../img/indicator.svg) center / 8px 14px no-repeat;
}

.breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.breadcrumb a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

h1.page-header {
  /* see /oda/about/depart/dep_culture/activity/corruption */
  /* @apply container; */
  margin-bottom: 4rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

@media (min-width: 640px){

  h1.page-header{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1152px){

  h1.page-header{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h1.page-header {

  /* body[class*=staff-leader] &,
  body[class*=type-staff] &{
    text-align: center;
  } */
}

@media (max-width: 1280px){

h1.page-header { margin-bottom: 2rem
} }

@media (max-width: 767px) {

h1.page-header { margin-bottom: 1rem;  font-size: 22px
} }

.node-content{
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){

  .node-content{
    margin-bottom: 5rem;
  }
}

@media (max-width: 1199px){

.node-content { margin-bottom: 1.5rem
} }

@media (max-width: 767px) {

.node-content { margin-bottom: 0.5rem
} }

.node-content h2,.node-content h3,.node-content h4,.node-content h5,.node-content h6{
    margin: 0.8em 0 0.7em;
  }

.node-content a{
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.node-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(77 72 42 / var(--tw-text-opacity, 1));
}

.node-content ul{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.node-content li{
  margin-bottom: 0.5rem;
}

.node-content li::before{
  margin-left: -12px !important;
}

.node-content table {
    /* see /oda/about/aparat */
    width: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    float: none;
  }

.node-content table thead tr{
      border: none;
    }

.node-content table strong{
  font-weight: 700;
}

.node-content table p{
  margin-bottom: 0px;
}

.node-content th{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 238 / var(--tw-bg-opacity, 1));
      padding: 1em 17px;
      border-right: 1px solid white;
}

.node-content th:not(:last-child) {
      border-right: 1px solid white;
    }

/* @apply border-b border-b-gray-light; */

.node-content tr:first-child {
        /* @apply bg-gray-light; */
      }

.node-content tr:not(:last-child) {
        border-bottom: 1px solid #F3F3F3;
      }

.node-content tr:last-child {
        /* @apply border-b border-b-black; */
      }

.node-content td {
      /* @apply border-x border-x-gray-light; */
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.golova_acts_view .view-filters{
  margin-bottom: 4rem;
}

.golova_acts_view .view-filters .form-inline{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px){

  .golova_acts_view .view-filters .form-inline{
    flex-direction: row;
    align-items: flex-end;
  }
}

.golova_acts_view .view-filters .form-item{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.golova_acts_view .view-filters input.form-text{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.golova_acts_view .view-filters #edit-field-wps-num-value{
  width: 12rem;
}

.golova_acts_view .view-filters .form-actions{
  display: flex;
  gap: 0.5rem;
}

.golova_acts_view .view-filters .form-actions button[data-drupal-selector="edit-reset"]{
  --tw-bg-opacity: 1;
  background-color: rgb(149 149 149 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.golova_acts_view .view-filters .form-submit{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.golova_acts_view .views-field-title a:hover{
  text-decoration-line: underline;
}

.golova_acts_view .golova_acts__file-group{
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.golova_acts_view .wps-flds{
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.golova_acts_view .views-field-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.wps-row{
  margin-bottom: 2.5rem;
}

.views-row-mb{
  margin-bottom: 1rem;
}

.views-element-container{
  margin-bottom: 2rem;
}

.page-header a:hover,a.read-more:hover{
    color: #3398ff;
  }

a.read-more{
  display: flex;
  justify-content: end;
  margin-top: 5px;
}

.pgph_bundle .ul_wo_marker ul{
      margin: 0.9em 0 1.3em
    }

.pgph_bundle .ul_wo_marker li {
        margin: 0 0 0.4em
      }

.pgph_bundle .ul_wo_marker a:hover{
          text-decoration: underline;
        }

.wps-file{
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}

.wps-file ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.wps-file li:not(:last-child){
    margin-bottom: 0.5rem;
  }

.wps-file .file{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wps-file a{
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(77 72 42 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.work_plans .container-1120{
  padding-left: 0px;
  padding-right: 0px;
}

span.file{
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* gap: 0.5rem 0.9rem; */

span.file:not(:last-child){
        margin-right: 1rem;
      }

/* .view &{
        margin-left: -12px;
      } */

/* article &{
        flex-direction: column;
      } */

article span.file:not(:last-child){
  flex-direction: column;
        margin-right: auto;
}

span.file a{
        position: relative;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
      }

span.file a span{
          display: inline-block;
          position: relative;
          left: 20px;
        }

.file-link.file-name a{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.file-link.file-name a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.page-node-type-files-list .file-link.file-name a {
    /* @apply rounded-full bg-black px-[30px] py-4 font-eukr text-white no-underline hover:bg-cta-hover; */
    display: inline-block;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(234 234 238 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.625rem;
    font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
  }

.page-node-type-files-list .file-link.file-name a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.file-size{
  position: relative; font-size: 0.875rem; line-height: 1.25rem;
}

.file-icon{
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.file-icon-size{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.file--x-office-spreadsheet .file-icon{
    background: url(../../img/file_icons/x-office-spreadsheet.png) 0 0 no-repeat transparent;
    background-size: 100% 100%;
  }

.file--mime-application-rar .file-icon, .file--mime-application-zip .file-icon {
    background: url(../../img/file_icons/application-octet-stream.png) 0 0 no-repeat transparent;
    background-size: 100% 100%;
  }

.file--mime-application-msword .file-icon, .file--x-office-document .file-icon {
    background: url(../../img/file_icons/x-office-document.png) 0 0 no-repeat transparent;
    background-size: 100% 100%;
  }

.file--mime-application-pdf .file-icon {
    background: url(../../img/file_icons/application-pdf.png) 0 0 no-repeat transparent;
    background-size: 100% 100%;
  }

.file--mime-image-jpeg .file-icon {
    background: url(../../img/file_icons/image_jpeg.png) 0 0 no-repeat transparent;
    background-size: 100% 100%;
  }

/* a:before {
} */

/* [class*=x-office-document] a:before,
[class*=officedocument] a:before{
  background: url(../../img/file_icons/x-office-document.png) 0 0 no-repeat transparent;
  background-size: 100% 100%;
} */

/* .file--mime-application-vnd-ms-excel a:before{
  background: url(../../img/file_icons/x-office-spreadsheet.png) 0 0 no-repeat transparent;
  background-size: 100% 100%;
} */

/* .file[class*=file--image] a:before{
  background: url(../../img/file_icons/image_jpeg.png) 0 0 no-repeat transparent;
  background-size: 100% 100%;
} */

article [class*=-wplan-embed] .field--item:not(:last-child){
    margin-bottom: 1rem;
  }

.field--name-field-wplan-embed{
  margin-bottom: 8rem;
}

/* Нода oda/documents/official/ */

.golova_acts--header{
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.golova_acts--logo{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: 36px;
}

.golova_acts.page-header{
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  text-align: center;
}

.golova_acts.page_3 .wp-block{
  margin-bottom: 5rem;
}

/* @apply brdr; */

.wp-block .container-1120{
  padding-left: 0px;
  padding-right: 0px;
}

.wp-block .view-header{
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.wp-block ul{
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.wp-block ul a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.view-content a.is-active{
    color: #000;
  }

.paragraph [class*=flist-title]{
    display: inline;
  }

.paragraph [class*=flist-date]{
    display: inline-flex;
  }

.paragraph [class*=flist-date] .field--label:after{
      content: '';
      display: inline-block;
      margin-right: 0.5em;
    }

.paragraph [class*=flist-number]{
    display: inline;
  }

.paragraph [class*=flist-number] > div{
      display: inline;
    }

.paragraph .field--name-field-pub-date{
    display: flex;
  }

.paragraph .field--name-field-pub-date .field--label{
      margin-right: 1em;
    }

.paragraph .field--name-field-pub-date .field--label:after{
        content: ':';
      }

.paragraph .field--name-field-pub-date .field--item{
      color: #4d482a;
    }

.paragraph .field--name-field-flist-file{
    /* display: flex;
    gap: 0 16px;
    margin-top: 0.7em; */
  }

.tsr-title:hover{
  --tw-text-opacity: 1;
  color: rgb(77 72 42 / var(--tw-text-opacity, 1));
}

article.staff-leader [class*=name-body]{
    margin-bottom: 2rem;
  }

.dep-leader-row img{
      margin: auto;
    }

.leader-status{
      text-align: center;
      font-size: 1.3em;
    }

.leader-name{
      text-align: center;
      text-transform: uppercase;
    }

[class*=assistants-pg]{
    display: flex;
    justify-content: center;
  }

[class*=assistants-pg] .field--item{
      max-width: 20rem;
    }

[class*=assistants-pg] .paragraph{
        text-align: center;
      }

[class*=assistants-pg] img{
          margin: 0 auto 14px;
        }

[class*=assistants-pg] figcaption{
          text-transform: uppercase;
          margin-bottom: 5px;
        }

/* .staff.block_1{
  .views-row{
    margin-bottom: 1rem;
    img{
      margin: auto;
    }
  }
} */

/* .staff .node-content{
  .field{
    display: table-row;
    > *{
      display: table-cell;
      vertical-align: top;
      padding: 0.5em 1em;
      position: relative;
    }

    position: relative;
    &:first-child .field--item{
      border-top: 1px solid #F3F3F3;
    }
    &:not(:first-child) .field--label:before{
      content: "";
      display: block;
      line-height: 1px;
      border-top: 1px solid white;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
    }
  }
    .field--label {
      background: #F3F3F3;
      max-width: 22em;
      font-weight: bold;
    }
    .field--item{
      border-right: none;
      border-bottom: 1px solid #F3F3F3;
    }
}

.staff {
  .container-1088 > .container {
    @apply px-0;
  }
} */

/* .table_data .content, */

.page-node-type-registr-sys .node-content {
  display: table;
  font-size: 0.8em;
  border: 1px solid #F3F3F3;
  border-right: none;
}

@media (min-width: 1120px) {

.page-node-type-registr-sys .node-content {margin: 0 4em 2em 6em
}}

.page-node-type-registr-sys .node-content .field{
    display: table-row;
  }

.page-node-type-registr-sys .node-content .field:not(:first-child) > div:before{
      content: "\a0";
      display: block;
      line-height: 1px;
      border-top: 1px solid white;
      position: absolute;	top: 0;	left: 0;
      width: 100%;
    }

.page-node-type-registr-sys .node-content .field:not(:last-child) > div{
      border-bottom: 1px solid #F3F3F3;
    }

.page-node-type-registr-sys .node-content .field-label, .page-node-type-registr-sys .node-content .field-items, .page-node-type-registr-sys .node-content .field > div{
    display: table-cell;
    vertical-align: top;
    padding: 0.5em 1em;
    position: relative;
  }

.page-node-type-registr-sys .node-content .field-label,
  .page-node-type-registr-sys .node-content .field > div:first-child{
    background: #F3F3F3;
    min-width: 18em;
  }

@media (max-width: 490px) {

.page-node-type-registr-sys .node-content .field-label,
  .page-node-type-registr-sys .node-content .field > div:first-child{min-width: inherit
  }}

.page-node-type-registr-sys .node-content .field-items,
  .page-node-type-registr-sys .node-content .field > div:not(:first-child){
    border-right: none
  }

.search-form-news{
  position: relative;
  margin-bottom: 2rem;
}

.search-form-news input{
    width: 100%;
    padding: 12px 12px 11px 3rem;
    border: 1px solid #808080FF;
    border-radius: 80px;
  }

.search-form-news button{
    position: absolute;
    top: 13px;
    bottom: 0;
    left: 18px;
    font-size: 0;
  }

.search-form-news button:before{
      content: '';
      display: inline-block;
      background: url(../../img/search_bk.svg) 0 0 no-repeat transparent;
      width: 23px;
      height: 20px;
    }

.search_api.page_1 .view-filters,.search_api.page_2 .view-filters{
    /* display: none; */
    margin-bottom: 4rem;
  }

.search_api.page_1 .view-filters .form-inline, .search_api.page_2 .view-filters .form-inline{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search_api.page_1 .view-filters .form-inline .form-item, .search_api.page_2 .view-filters .form-inline .form-item{
  width: 100%;
  max-width: 42rem;
}

.search_api.page_1 .view-filters .form-inline label, .search_api.page_2 .view-filters .form-inline label{
  display: none;
}

.search_api.page_1 .view-filters .form-inline input, .search_api.page_2 .view-filters .form-inline input{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.search_api.page_1 .view-filters .form-inline .form-submit, .search_api.page_2 .view-filters .form-inline .form-submit{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.75rem;
  padding-top: 0.875rem;
  text-transform: uppercase;
  line-height: 1;
}

.search_api.page_1 .view-filters .form-inline .form-submit:hover, .search_api.page_2 .view-filters .form-inline .form-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 238 243 / var(--tw-bg-opacity, 1));
}

.search_api.page_1 .search-api-results__title, .search_api.page_2 .search-api-results__title{
  margin-bottom: 4rem;
}

.search_api.page_1 .views-row,.search_api.page_2 .views-row{
  margin-bottom: 3rem;
}

.search_api.page_1 strong,.search_api.page_2 strong{
      font-weight: bold;
    }

.search-api-results__title{
    margin: 0 auto 2rem;
  }

.leadership.apparat_oda{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 878px){

.leadership.apparat_oda  { justify-content: space-around
  } }

@media (max-width: 767px){

.leadership.apparat_oda  { gap: 0.7rem 0
  } }

.leadership.apparat_oda > div{
  width: 16rem;
}

.leadership-card__photo{
  margin-bottom: 1rem;
  width: 16rem;
  height: 16rem;
  overflow: hidden;
    background: url(../../img/profile-placeholder.png) center / 100% no-repeat;
    /* img {
      @apply hidden;
    } */
}

h3.leadership-card__name{
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1152px){

  h3.leadership-card__name{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3.leadership-card__name a{
  text-decoration-line: none;
}

h3.leadership-card__name a:hover{
  text-decoration-line: underline;
}

p.leadership-card__job{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.add-web-reception__trigger{
  display: inline-block;
  margin: 1.5rem 0 1.5rem !important;
}

.webreception .view-content{
    border-top: 1px solid;
  }

.webreception .view-content > .views-row{
      border-bottom: 1px solid;
    }

.accordeo-data{
    display: flex;
    justify-content: space-between;
  }

.accordeo-date{
      margin-bottom: 8px;
    }

.accordeo-author{
      font-style: italic;
    }

.accordeo-answer{
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}

.accordeo-answer span{
  display: inline-block;
  font-weight: 700;
}

.ui-widget{
  font-family: inherit;
}

.ui-accordion-header{
    background: transparent;
    border: none;
  }

.ui-accordion .ui-accordion-header{
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 24px;
      color: #000;
      padding-left: 0;
    }

@media (max-width: 767px){

.ui-accordion .ui-accordion-header{ font-size: 20px
    } }

.ui-accordion-header .ui-icon{
        display: flex;
        align-items: center;
        text-indent: 0;
        order: 1;
        background-image: none;
        overflow: visible;
        height: auto;
      }

.ui-accordion-header .ui-icon:after {
          display: inline-block;
          content: '\002B';
          line-height: 100%;
          color: #000000;
          font-size: 2em;
        }

.ui-accordion-header.ui-state-active a{
        color: #000000;
      }

.ui-accordion-header.ui-state-active .ui-icon:after{
        content: "\2212";
      }

/* Керівництво типу /oda/about/leadership/romanenko_nataliya_anatoliyivna */

article.staff .node-content{
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

@media (max-width: 1199px) {

article.staff .node-content {
    padding: 0 15px
} 
  }

.work_plans article.staff .node-content{
  padding-left: 0px;
  padding-right: 0px;
}

.wp-block article.staff .node-content{
  padding-left: 0px;
  padding-right: 0px;
}

.persona-header{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1152px){

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

.persona-header .col-first{
  flex-shrink: 0;
}

@media not all and (min-width: 1152px){

  .persona-header .col-first{
    order: 9999;
  }
}

.persona-header h1.persona-name{
  margin-bottom: 2rem;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1152px){

  .persona-header h1.persona-name{
    max-width: 20rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.persona-header .persona-job{
  max-width: 24rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

/* Скрываем на страницах Керівництво основной заголовок */

.page-node-type-staff h1.page-header{
  display: none;
}

.page-node-type-staff .field--name-field-job-position{
  display: none !important;
}

/* Новый стиль наборов полей field--label — field--item  */

/* (раньше это была таблица) */

/* @apply brdr; */

.node-content .field{
  display: flex;
  flex-direction: column;
}

.node-content .field .field--label{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.node-content .field .field--item{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* Disable RSS XML */

.feed-icons{
  display: none;
}

/* Списки підрозділів  */

/* Військова адміністрація /oda/about */

/* @apply brdr; */

.node-5025 .node-content .field--type-text-with-summary ul{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 0px;
}

.node-5025 .node-content .field--type-text-with-summary ul li{
  position: relative;
  padding-left: 2rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.node-5025 .node-content .field--type-text-with-summary ul li::before{
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
          background: url(../../img/arrow-r-list.svg) center / 26px 26px no-repeat;
}

.node-5025 .node-content .field--type-text-with-summary ul li a{
  text-decoration-line: none;
}

.node-5025 .node-content .field--type-text-with-summary ul li a:hover{
  text-decoration-line: underline;
}

.path-error-404 .main-container{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
  max-width: 1120px;
}

@media (max-width: 1199px) {

.path-error-404 .main-container {
      padding: 0 15px
  } 
    }

/* Стили текста Минцифры */

p.text-arrow{
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2.25rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
}

p.text-arrow::before{
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
    background: url(../../img/arrow-r-list.svg) center / 26px 26px no-repeat;
}

p.text-arrow a{
  text-decoration-line: none;
}

p.text-arrow a:hover{
  text-decoration-line: underline;
}

.node-content .field--name-body ul.text-arrow{
  list-style-type: none;
  padding-left: 0px;
}

.node-content .field--name-body ul.text-arrow li{
  position: relative;
  margin-bottom: 1.5rem;
  list-style-type: none;
  padding-left: 2.25rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.node-content .field--name-body ul.text-arrow li::before{
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
       background: url(../../img/arrow-r-list.svg) center / 26px 26px no-repeat;
}

.node-content .field--name-body ul.text-arrow li a{
  text-decoration-line: none;
}

.node-content .field--name-body ul.text-arrow li a:hover{
  text-decoration-line: underline;
}

ul.text-docs,
ul.text-docs-two-cols{
  margin-top: 2rem;
}

@media (min-width: 768px){

  ul.text-docs,
ul.text-docs-two-cols{
    margin-left: 2.5rem;
  }
}

ul.text-docs li, ul.text-docs-two-cols li{
  position: relative;
  margin-bottom: 1.5rem;
  display: block;
}

ul.text-docs li::before, ul.text-docs-two-cols li::before{
  position: absolute;
  left: -2rem;
  top: 0px;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
      background: url(../../img/doc.svg) center / 24px 24px no-repeat;
}

ul.text-docs li a, ul.text-docs-two-cols li a{
  text-decoration-line: none;
}

ul.text-docs li a:hover, ul.text-docs-two-cols li a:hover{
  text-decoration-line: underline;
}

.two-cols,
ul.text-docs-two-cols{
  gap: 4rem;
}

@media (min-width: 768px){

  .two-cols,
ul.text-docs-two-cols{
    -moz-columns: 2;
         columns: 2;
  }
}

.two-cols li, ul.text-docs-two-cols li{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* Посилання в архів /oda/documents/official*/

.link-archive{
  position: relative;
  padding-left: 1.75rem;
}

.link-archive::before{
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px !important;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  --tw-content: '';
  content: var(--tw-content);
    background: url(../../img/arrow-r-list.svg) center / 24px 24px no-repeat;
}

.link-archive a{
  text-decoration-line: none;
}

.link-archive a:hover{
  text-decoration-line: underline;
}

/* статьи бандла Список файлов: */

/* - Накази керівника апарату /content/nakazi_kerivnika_aparatu */

/* - /content/normativno_pravovi_akti_0 */

/* - https://pps.lova.gov.ua/content/zviti_3 */

/* и прочие */

/* .node-108036 { */

.field--name-field-pr-ref{
  counter-reset: list 0;
}

.field--name-field-pr-ref > .field--item{
    display: flex;
  }

.field--name-field-pr-ref > .field--item:before{
      content: counter(list) ". ";
      counter-increment: list;
      margin: 0 7px 0 0;
    }

.field--name-field-pr-ref > .field--item:not(:last-child){
    margin-bottom: 2rem;
  }

.field--name-field-pr-ref .field--name-field-flist-url{
    align-self: flex-end;
    line-height: 1.6;
  }

.paragraph--type--fl-collection,
  .paragraph--type--files-urls{ margin-bottom: 2rem; display: flex; flex-wrap: wrap; border-bottom-width: 2px; --tw-border-opacity: 1; border-bottom-color: rgb(234 234 238 / var(--tw-border-opacity, 1)); padding-bottom: 2rem;
    /*gap-x-12*/
    gap: 0 1rem;
  }

.paragraph--type--fl-collection > .field--item:first-child,.paragraph--type--files-urls > .field--item:first-child{
      flex-direction: row;

    }

.field.field--name-field-flist-title.field--item{
  margin-bottom: 0.5rem;
  width: 100%;
}

.paragraph .field--name-field-flist-file{
  margin-top: 0px;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* } */

/* Страницы отдельных новостей на /transparent-news */

.page-node-type-transparent-news .page-header{
  text-align: center;
}

.page-node-type-transparent-news .field--name-field-news-img img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.page-node-type-transparent-news .node-content .field--name-body{
  margin-left: auto;
  margin-right: auto;
  max-width: 736px;
}

/* На допомогу підприємцю /oda/about/depart/economy/enterprise/help/2024 */

.enterprise_view h2{
  margin-bottom: 3rem;
}

.golova-acts .file{
  margin-top: 4rem;
  justify-content: center;
}

/* Консультації з громадськістю /oda/about/depart/dep_uvp/konsultaciyi_z_gromadskistyu */

/* @apply brdr; */

.node-139651 .field--name-field-pr-ref .paragraph{
  margin-bottom: 5rem;
}

.node-139651 .field--name-field-flist-title{
  margin-bottom: 2rem;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.node-139651 .field--name-field-flist-date{
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.node-139651 .field--name-field-pub-date{
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.node-139651 .field--name-field-flist-file{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2rem;
  padding-left: 2rem;
}

.node-139651 .field--name-field-flist-file .field--item {
      /* @apply max-w-fit; */
    }

.node-139651 .field--name-field-flist-file .field--item .file{
  min-width: 18rem;
}

/* Звіти щодо запитів на публічну інформацію /oda/pub-info/pub-info-report2 */

.view-pub-info-report2 h2 {
    /* @apply text-lg font-eukr relative pl-9 mb-6;
    &::before {
      @apply block size-6 absolute left-0 top-[2px] content-[''] !m-0;
      background: url(../../img/arrow-r-list.svg) center / 26px 26px no-repeat;
    }
    a {
      @apply no-underline hover:underline;
    } */
    position: relative;
    margin-bottom: 2rem;
    display: block;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

.view-pub-info-report2 h2::before{
  position: absolute;
  left: -2rem;
  top: 0.125rem;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
      background: url(../../img/doc.svg) center / 24px 24px no-repeat;
}

.view-pub-info-report2 h2 a{
  text-decoration-line: none;
}

.view-pub-info-report2 h2 a:hover{
  text-decoration-line: underline;
}

.view-registr-sys h2{
  position: relative;
  margin-bottom: 2rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.view-registr-sys h2::before{
  position: absolute;
  left: -2rem;
  top: 0.125rem;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
      background: url(../../img/doc.svg) center / 24px 24px no-repeat;
}

.view-registr-sys h2 a{
  text-decoration-line: none;
}

.view-registr-sys h2 a:hover{
  text-decoration-line: underline;
}

.view-anounce-evnt h2{
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2.25rem;
  font-family: e-ukraineregular, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.view-anounce-evnt h2::before{
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
      background: url(../../img/arrow-r-list.svg) center / 26px 26px no-repeat;
}

.view-anounce-evnt h2 a{
  text-decoration-line: none;
}

.view-anounce-evnt h2 a:hover{
  text-decoration-line: underline;
}

/* See /oda/about/depart/economy/rebuild_luhansk_region */

.thumbs{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.tfa-entry-form{
  max-width: 50vw;
  margin: auto;
}

.tfa-entry-form .form-item{
    margin-bottom: 1rem;
  }

.tfa-entry-form label:after{
      content: ':';
    }

.tfa-entry-form .help-block{
      font-size: smaller;
    }

#edit-code{
    width: 64%;
    border: 1px solid #817d7d;
    margin-left: 6px;
  }

.tfa-entry-form .button--primary {
      color: #4d482a;
      padding: 12px 2rem;
      margin: 0 0 10px;
      border-radius: 9999px;
      border: 2px solid #4d482a;
      text-decoration: none;
    }

.tfa-entry-form .button--primary:hover,
      .tfa-entry-form .button--primary:active {
        background: #ededed;
      }

.view-empty{
  margin-bottom: 4rem;
}

/* Архів департаменту */

.news.page_6 .news-teaser_title a{
  position: relative;
  padding-left: 2rem;
}

.news.page_6 .news-teaser_title a::before{
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px !important;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-content: '';
  content: var(--tw-content);
      background: url(../../img/arrow-r-list.svg) center / 26px 26px no-repeat;
}

@media (min-width: 1366px){

  .xl\:gap-10{
    gap: 2.5rem;
  }
}

