@charset "UTF-8";
@font-face {
  src: url("../fonts/Gotham-Light.otf") format("opentype");
  font-family: "Gotham";
  font-weight: 300;
}
@font-face {
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-family: "Gotham";
  font-weight: 400;
}
@font-face {
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-family: "Gotham";
  font-weight: 500;
}
@font-face {
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-family: "Gotham";
  font-weight: 700;
}
@font-face {
  src: url("../fonts/NotoSerif-Regular.ttf") format("truetype");
  font-family: "Nato Serif";
  font-weight: 400;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

/* === Elegant, high-contrast keyboard focus =============================== */
:root{
  --focus-accent: #B72834;     /* your brand red */
  --focus-width: 2px;          /* ring thickness */
  --focus-gap: 3px;            /* space between element and ring */
  --focus-radius: 10px;        /* soften corners to match your UI */
}

@media (prefers-color-scheme: dark){
  :root{ --focus-accent: #ff5566; } /* lighter red pops on dark UIs */
}

/* Keep mouse clicks clean; show rings only for keyboard users */
:where(
  a[href],
  button,
  input:not([type="hidden"]),
  select,
  textarea,
  summary,
  [tabindex]:not([tabindex="-1"])
):focus { outline: none; }

:where(
  a[href],
  button,
  input:not([type="hidden"]),
  select,
  textarea,
  summary,
  [tabindex]:not([tabindex="-1"])
):focus-visible {
  outline: var(--focus-width) solid var(--focus-accent);
  outline-offset: var(--focus-gap);
  border-radius: var(--focus-radius);
  /* soft halo fallback (works everywhere) */
  box-shadow: 0 0 0 calc(var(--focus-gap) + var(--focus-width)) rgba(183, 40, 52, 0.28);
  /* upgraded halo (modern browsers) */
  box-shadow: 0 0 0 calc(var(--focus-gap) + var(--focus-width))
              color-mix(in oklab, var(--focus-accent) 32%, transparent);
  transition: outline-offset .15s ease, box-shadow .15s ease;
}

/* Subtle group cue (optional): highlight cards/rows that contain focus */
:where(.card, .panel, .row, .field):has(:focus-visible){
  box-shadow:
    0 0 0 1px rgba(183, 40, 52, 0.35),
    0 6px 18px rgba(0,0,0,.06);
  border-radius: calc(var(--focus-radius) + 2px);
}

/* High-contrast/Windows forced colors: use system colors */
@media (forced-colors: active){
  :where(a[href],button,input,select,textarea,summary,[tabindex]:not([tabindex="-1"])):focus,
  :where(a[href],button,input,select,textarea,summary,[tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 2px solid Highlight;
    outline-offset: 2px;
    box-shadow: none;
  }
}

main, header, nav, footer, section {
  position: relative;
  width: 100%;
  min-width: 320px;
}
main .inner, header .inner, nav .inner, footer .inner, section .inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  main .inner, header .inner, nav .inner, footer .inner, section .inner {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 738px;
  }
}
@media (min-width: 1366px) {
  main .inner, header .inner, nav .inner, footer .inner, section .inner {
    width: 1236px;
  }
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

em {
  font-style: italic;
}

body {
  color: #000;
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

h1, .heading-1, .title-1 {
  color: #000;
  font-family: "Noto Serif";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
@media (min-width: 1366px) {
  h1, .heading-1, .title-1 {
    font-size: 38px;
    line-height: 52px;
  }
}

h2, .heading-2, .title-2 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h3, .heading-3, .title-3 {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
h3 strong, .heading-3 strong, .title-3 strong {
  font-weight: 500;
}

h4, .heading-4, .title-4 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h5, .heading-5, .title-5 {
  color: #B72834;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.fs-s body, .fs-s .simplepage-content p {
  font-size: 14px;
  line-height: 20px;
}
.fs-s h1, .fs-s .heading-1, .fs-s .title-1 {
  font-size: 26px;
  line-height: 34px;
}
@media (min-width: 1366px) {
  .fs-s h1, .fs-s .heading-1, .fs-s .title-1 {
    font-size: 34px;
    line-height: 46px;
  }
}
.fs-s h2, .fs-s .heading-2, .fs-s .title-2 {
  font-size: 19px;
  line-height: 26px;
}
.fs-s h3, .fs-s .heading-3, .fs-s .title-3 {
  font-size: 18px;
  line-height: 24px;
}
.fs-s h4, .fs-s .heading-4, .fs-s .title-4 {
  font-size: 12px;
  line-height: 16px;
}
.fs-s h5, .fs-s .heading-5, .fs-s .title-5 {
  font-size: 10px;
  line-height: 12px;
}

.fs-l body, .fs-l .simplepage-content p {
  font-size: 18px;
  line-height: 25px;
}
.fs-l h1, .fs-l .heading-1, .fs-l .title-1 {
  font-size: 34px;
  line-height: 44px;
}
@media (min-width: 1366px) {
  .fs-l h1, .fs-l .heading-1, .fs-l .title-1 {
    font-size: 42px;
    line-height: 56px;
  }
}
.fs-l h2, .fs-l .heading-2, .fs-l .title-2 {
  font-size: 24px;
  line-height: 34px;
}
.fs-l h3, .fs-l .heading-3, .fs-l .title-3 {
  font-size: 23px;
  line-height: 34px;
}
.fs-l h4, .fs-l .heading-4, .fs-l .title-4 {
  font-size: 16px;
  line-height: 22px;
}
.fs-l h5, .fs-l .heading-5, .fs-l .title-5 {
  font-size: 14px;
  line-height: 18px;
}

.button:not([id]), button[type=submit]:not([id]) {
  display: inline-block;
  padding: 10px 20px;
  min-width: 186px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #b72834;
  border: none;
  border-radius: 4px;
  transition: all 0.4s;
}
.button:not([id]):hover, .button:not([id]):active, button[type=submit]:not([id]):hover, button[type=submit]:not([id]):active {
  color: #B72834;
  background: #dbcdce;
}
.button:not([id]).button-light, button[type=submit]:not([id]).button-light {
  min-width: 100px;
  background: #A6ABB2;
}
.button:not([id]).button-xl, button[type=submit]:not([id]).button-xl {
  padding: 13px 20px;
  font-size: 16px;
}
.button + .button, .button button[type=submit], button[type=submit] + .button, button[type=submit] button[type=submit] {
  margin-left: 11px;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  width: 0;
  height: 0;
}

.checkator_holder {
  display: inline-block;
  position: relative;
}

.checkator_element {
  border: 1px solid #A6ABB2;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.checkator_element.checkbox {
  border-width: 1px;
  border-radius: 4px;
}
.checkator_element.radio {
  border-radius: 50% !important;
}
.checkator_element.radio::after {
  border-radius: 50% !important;
}

.checkator_source {
  position: relative;
  z-index: 2;
  display: block;
}
.checkator_source:checked + .checkator_element::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #B72834;
  transform: translate(-50%, -50%);
}
.checkator_source:focus + .checkator_element {
  border: 1px solid #B72834;
}
.checkator_source:hover + .checkator_element {
  background-color: #def;
  border: 2px solid #B72834;
}

.nice-select {
  min-width: 130px;
  padding-left: 13px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border-color: #A6ABB2;
  width: 100%;
}
.nice-select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select::after {
  right: 17px;
  border-color: #000;
}

.form {
  padding: 32px;
  margin: 30px -25px 60px;
  background: #EFEFEF;
}
@media (min-width: 1366px) {
  .form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .form .nice-select {
    float: none;
  }
}
.form-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-row {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .form-row.alignleft {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .form-row.alignleft .form-cell {
    flex: 0;
    flex-basis: 353px;
  }
}
.form-row + .form-row {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .form-row-auto {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .form-row-auto .form-cell {
    flex: 0;
  }
}
.form-row[data-toggle] {
  display: none;
}
.form-row[data-toggle].visible {
  display: block;
}
@media (min-width: 768px) {
  .form-row[data-toggle].visible {
    display: flex;
  }
}
.form-cell {
  flex: 1;
  padding: 0 15px;
}
.form-cell + .form-cell {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .form-cell + .form-cell {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .form.form-decisions .form-cell {
    width: 35%;
    max-width: calc(35% - 15px);
  }
}
@media (min-width: 768px) {
  .form.form-decisions .form-cell + .form-cell {
    width: 35%;
    max-width: calc(35% - 15px);
  }
}
@media (min-width: 768px) {
  .form.form-decisions .form-cell + .form-cell + .form-cell {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .form.form-decisions .form-cell-double {
    flex: 1;
    width: 70%;
    max-width: calc(70% - 30px);
  }
}
@media (min-width: 768px) {
  .form.form-decisions .form-cell-full {
    flex: 1;
    width: 100%;
    max-width: 100%;
  }
}
.form.form-decisions .author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form.form-decisions .author .letter {
  display: inline-block;
  color: #B72834;
  font-weight: 400;
}
.form.form-decisions .author .letter.active {
  font-weight: 700;
}
.form.form-decisions .author .letter:hover {
  text-transform: underline #B72834;
}
.form label {
  display: block;
  margin-bottom: 3px;
  color: #000;
  font-size: 13px;
}
.form label.checkbox, .form label.radio {
  position: relative;
  padding-left: 37px;
  font-size: 16px;
}
.form label.checkbox .checkator_holder, .form label.radio .checkator_holder {
  position: absolute;
  left: 0;
  top: 0;
}
.form label.checkbox small, .form label.radio small {
  display: inline-block;
  font-size: 13px;
}
.form label.checkbox + label, .form label.radio + label {
  margin-top: 15px;
}
.form .form-toggle {
  position: relative;
  display: block;
  margin-top: 36px;
  padding-right: 17px;
  color: #B72834;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.form .form-toggle svg {
  position: absolute;
  right: 1px;
  top: 50%;
  display: block;
  width: 6px;
  height: 10px;
  object-fit: contain;
  fill: #B72834;
  transform: translateY(-50%) rotate(90deg);
}
.form select {
  display: block;
  padding: 11px;
  min-width: 130px;
  color: #000;
  font-size: 16px;
  border: 1px solid #A6ABB2;
  border-radius: 4px;
}
.form input[type=text] {
  display: block;
  padding: 11px;
  width: 100%;
  color: #000;
  font-size: 16px;
  background: #fff;
  border: 1px solid #A6ABB2;
  border-radius: 4px;
}
.form input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form input[type=text]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form input[type=radio], .form input[type=checkbox] {
  margin: 0;
  width: 20px;
  height: 20px;
}
.form .date-range {
  display: flex;
  align-items: center;
  padding-left: 40px;
  background: url("../images/calendar-grey.svg") no-repeat 15px center #fff;
  border: 1px solid #A6ABB2;
  border-radius: 4px;
}
.form .date-range input[type=text] {
  padding: 12px 11px;
  background: none;
  border: none;
  border-radius: 0;
}
.form.form-sections form {
  display: flex;
}
.form.form-sections form .form-section {
  width: 39%;
}
.form.form-sections form .form-section + .form-section {
  margin-left: 55px;
  width: 40%;
}
.form.form-sections form .form-section .form-cell {
  flex-basis: 100%;
}

.social-menu li {
  display: inline-block;
}
.social-menu li svg {
  fill: #fff;
}

.breadcrumbs {
  margin: 21px 0;
}
@media (min-width: 768px) {
  .breadcrumbs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.breadcrumbs li {
  display: inline-block;
  color: #000;
  font-size: 13px;
}
@media (min-width: 768px) {
  .breadcrumbs li {
    display: inline;
  }
}
.breadcrumbs li a {
  position: relative;
  color: #B72834;
  text-decoration: underline transparent;
  transition: all 0.4s;
}
.breadcrumbs li a::after {
  content: "";
  display: inline-block;
  margin-left: 13px;
  width: 5px;
  height: 9px;
  color: #A6ABB2;
  background: url("../images/breadcrumbs.svg") no-repeat center center;
  background-size: contain;
}
.breadcrumbs li a svg {
  position: relative;
  transform: translateY(4px);
  fill: #B72834;
  transition: all 0.4s;
}
.breadcrumbs li a:hover {
  color: #B72834;
  text-decoration: underline #B72834;
}
.breadcrumbs li a:hover svg {
  fill: #B72834;
}
.breadcrumbs li:first-child a {
  text-decoration: none;
}
.breadcrumbs li:first-child a:hover {
  text-decoration: none;
}
.breadcrumbs li:last-child a {
  color: #000;
  text-decoration: none;
  cursor: text;
  pointer-events: none;
}
.breadcrumbs li:last-child a:hover {
  color: #000;
  text-decoration: none;
}
.breadcrumbs li:last-child a::after {
  display: none;
}
.breadcrumbs li + li {
  margin-left: 15px;
}

.pagination {
  list-style: none;
  margin: 0 5px 0 0;
  text-align: right;
}
.pagination li {
  display: inline-block;
}
.pagination li + li {
  margin-left: -5px;
}
.pagination li.prev, .pagination li:first-child {
  margin-left: 0;
  margin-right: 21px;
}
.pagination li.next, .pagination li:last-child {
  margin-left: 21px;
}
.pagination li a, .pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #000;
  font-weight: 500;
  border-radius: 100%;
}
.pagination li a svg, .pagination li span svg {
  fill: #000;
}
.pagination li a:hover, .pagination li span:hover {
  color: #B72834;
}
.pagination li a:hover svg, .pagination li span:hover svg {
  fill: #B72834;
}
.pagination li.active a, .pagination li.active span {
  color: #fff;
  background: #B72834;
}

.search-results {
  margin: 0 0 65px;
}
.search-results .search-result {
  margin-bottom: 31px;
  padding-bottom: 27px;
  border-bottom: 1px solid #A6ABB2;
}
.search-results .search-result .title {
  position: relative;
  min-height: 37px;
}
.search-results .search-result .title.has-button {
  padding-right: 200px !important;
}
.search-results .search-result .title p {
  color: #000;
}
.search-results .search-result .title p svg {
  transform: translateY(5px);
}
.search-results .search-result .title p strong {
  display: block;
  font-weight: 500;
}
.search-results .search-result .title p small {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}
.search-results .search-result .title p small strong {
  display: inline-block;
}
.search-results .search-result .title .download {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 7px 19px;
  color: #B72834;
  font-size: 13px;
  font-weight: 500;
  background: rgba(183, 40, 52, 0.1);
  border-radius: 4px;
  transition: all 0.4s;
}
.search-results .search-result .title .download svg {
  display: inline-block;
  margin-right: 4px;
  transform: translateY(2px);
  fill: #B72834;
  transition: all 0.4s;
}
.search-results .search-result .title .download:hover {
  color: #fff;
  background: #B72834;
}
.search-results .search-result .title .download:hover svg {
  fill: #fff;
}

.deeds {
  margin-top: -6px;
  border-top: 1px solid #A6ABB2;
}
.deeds.no-border {
  border: none;
}
.deeds .tabs {
  display: none;
  margin: 15px 0 20px;
}
.deeds .tabs .tabs-header li a {
  color: #000;
}
.deeds .tabs .tabs-header li a:hover {
  text-decoration: none;
}
/* .deeds .tabs .tabs-content .tab {
  display: grid !important;
  grid-template-columns: auto auto auto !important;
} */
/* @media (min-width: 768px) {
  .deeds .tabs .tabs-content .tab.active {
    columns: 2;
    grid-template-columns: auto auto;
  }
}
@media (min-width: 992px) {
  .deeds .tabs .tabs-content .tab.active {
    columns: 3;
    grid-template-columns: auto auto auto;
  }
} */
.deeds .tabs .tabs-content .tab p {
  position: relative;
  padding-left: 25px;
  width: 50%;
}
@media (max-width: 1365px) {
  header {
    top: 0 !important;
  }

  header .header-logo {
    margin-left: 7% !important;
  }

  .home-contacts-cols {
    display: block !important;
    margin-left: 0 !important;
  }

  .modal.cookie .modal-body {
    display: block;
  }

  #cookie-policy .modal-content {
    padding: 25px !important;
    height: auto !important;
  }

  .modal.cookie .modal-body {
    display: block !important;
  }

  .modal.cookie {
    height: auto !important;
  }

  .cookie-notice-action {
    margin-left: 0 !important;
  }

  .cookie-notice-action > div {
    display: block !important;
  }

  .modal.cookie .cookie-notice-action {
    padding-left: 0 !important;
    margin-top: 20px;
  }

  .modal.cookie .modal-body a {
    margin-top: 15px;
  }

  header .inner {
    display: block !important;
    padding-top: 8px !important; 
  }

  header .cols-1,
  header .cols-3 {
    width: 100% !important;
  }

  header .cols-3 {
    align-items: center;
  }

  .home-news-card p.desc {
    margin-bottom: 0 !important;
  }

  .home-news-col-1 .home-useful-card {
    margin-top: 30px !important;
    margin-bottom: 20px !important; 
  }
}

@media (min-width: 1365px) {
    .deeds .tabs .tabs-content .tab p {
        width: 33%;
    }
}
@media (min-width: 768px) {
  .deeds .tabs .tabs-content .tab p {
    margin-top: 0 !important;
    margin-bottom: 15px;
  }
}
.deeds .tabs .tabs-content .tab p svg {
  position: absolute;
  left: 0;
  top: 1px;
}
.deeds .opened > .tabs {
  display: block;
}
.deeds ul {
  list-style: none;
  display: block;
}
.deeds ul li .level-toggle {
  display: block;
  color: #000;
  cursor: pointer;
  transition: all 0.4s;
}
.deeds ul li .level-toggle strong, .deeds ul li .level-toggle b {
  font-weight: 700;
}
.deeds ul li .level-toggle:hover {
  color: #B72834;
}
.deeds ul li .level-toggle a {
  color: #000;
  transition: all 0.4s;
}
.deeds ul li .level-toggle a:hover {
  color: #B72834;
}
.deeds ul li > ul {
  display: none;
}
.deeds ul.level-1 > li {
  border-bottom: 1px solid #A6ABB2;
}
.deeds ul.level-1 > li > .level-toggle {
  position: relative;
  padding: 24px 0;
  font-size: 22px;
  font-weight: 500;
}
.deeds ul.level-1 > li.has-submenu > .level-toggle::before, .deeds ul.level-1 > li.has-submenu > .level-toggle::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.deeds ul.level-1 > li.has-submenu > .level-toggle::after {
  transform: translateY(-50%) rotate(90deg);
}
.deeds ul.level-1 > li.has-submenu > .level-toggle:hover::before, .deeds ul.level-1 > li.has-submenu > .level-toggle:hover::after {
  background: #B72834;
}
.deeds ul.level-1 > li.has-submenu.ajax-loading > .level-toggle {
  background: url("../images/ajax-loading.gif") no-repeat right center;
  background-size: 15px 15px;
}
.deeds ul.level-1 > li.has-submenu.ajax-loading > .level-toggle::before, .deeds ul.level-1 > li.has-submenu.ajax-loading > .level-toggle::after {
  display: none;
}
.deeds ul.level-1 > li.has-submenu.opened > .level-toggle::before {
  opacity: 0;
  transform: translateY(-50%) scale(0.5);
}
.deeds ul.level-1 > li.has-submenu.opened > .level-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
.deeds ul.level-1 > li.has-submenu.opened > .level-2 {
  display: block;
}
.deeds ul.level-2, .deeds ul.level-4, .deeds ul.level-5, .deeds ul.level-6 {
  margin-top: -7px;
}
.deeds ul.level-2 > li > .level-toggle, .deeds ul.level-4 > li > .level-toggle, .deeds ul.level-5 > li > .level-toggle, .deeds ul.level-6 > li > .level-toggle {
  position: relative;
  padding: 5px 0 5px 22px;
  font-weight: 500;
}
.deeds ul.level-2 > li.has-submenu > .level-toggle::before, .deeds ul.level-2 > li.has-submenu > .level-toggle::after, .deeds ul.level-4 > li.has-submenu > .level-toggle::before, .deeds ul.level-4 > li.has-submenu > .level-toggle::after, .deeds ul.level-5 > li.has-submenu > .level-toggle::before, .deeds ul.level-5 > li.has-submenu > .level-toggle::after, .deeds ul.level-6 > li.has-submenu > .level-toggle::before, .deeds ul.level-6 > li.has-submenu > .level-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.deeds ul.level-2 > li.has-submenu > .level-toggle::after, .deeds ul.level-4 > li.has-submenu > .level-toggle::after, .deeds ul.level-5 > li.has-submenu > .level-toggle::after, .deeds ul.level-6 > li.has-submenu > .level-toggle::after {
  transform: translateY(-50%) rotate(90deg);
}
.deeds ul.level-2 > li.has-submenu > .level-toggle:hover::before, .deeds ul.level-2 > li.has-submenu > .level-toggle:hover::after, .deeds ul.level-4 > li.has-submenu > .level-toggle:hover::before, .deeds ul.level-4 > li.has-submenu > .level-toggle:hover::after, .deeds ul.level-5 > li.has-submenu > .level-toggle:hover::before, .deeds ul.level-5 > li.has-submenu > .level-toggle:hover::after, .deeds ul.level-6 > li.has-submenu > .level-toggle:hover::before, .deeds ul.level-6 > li.has-submenu > .level-toggle:hover::after {
  background: #B72834;
}
.deeds ul.level-2 > li.ajax-loading > .level-toggle, .deeds ul.level-4 > li.ajax-loading > .level-toggle, .deeds ul.level-5 > li.ajax-loading > .level-toggle, .deeds ul.level-6 > li.ajax-loading > .level-toggle {
  background: url("../images/ajax-loading.gif") no-repeat left center;
  background-size: 10px 10px;
}
.deeds ul.level-2 > li.ajax-loading > .level-toggle::before, .deeds ul.level-2 > li.ajax-loading > .level-toggle::after, .deeds ul.level-4 > li.ajax-loading > .level-toggle::before, .deeds ul.level-4 > li.ajax-loading > .level-toggle::after, .deeds ul.level-5 > li.ajax-loading > .level-toggle::before, .deeds ul.level-5 > li.ajax-loading > .level-toggle::after, .deeds ul.level-6 > li.ajax-loading > .level-toggle::before, .deeds ul.level-6 > li.ajax-loading > .level-toggle::after {
  display: none;
}
.deeds ul.level-2 > li.opened > .level-toggle::before, .deeds ul.level-4 > li.opened > .level-toggle::before, .deeds ul.level-5 > li.opened > .level-toggle::before, .deeds ul.level-6 > li.opened > .level-toggle::before {
  opacity: 0;
  transform: translateY(-50%) scale(0.5);
}
.deeds ul.level-2 > li.opened > .level-toggle::after, .deeds ul.level-4 > li.opened > .level-toggle::after, .deeds ul.level-5 > li.opened > .level-toggle::after, .deeds ul.level-6 > li.opened > .level-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
.deeds ul.level-2 > li.opened > .level-3, .deeds ul.level-4 > li.opened > .level-3, .deeds ul.level-5 > li.opened > .level-3, .deeds ul.level-6 > li.opened > .level-3 {
  display: block;
}
.deeds ul.level-3 {
  margin: 13px 0 13px 22px;
}
.deeds ul.level-3 > li {
  position: relative;
  padding-left: 18px;
  color: #000;
  font-size: 13px;
}
.deeds ul.level-3 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 10px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: contain;
}
.deeds ul.level-3 > li a {
  color: #B72834;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: all 0.4s;
}
.deeds ul.level-3 > li a:hover {
  text-decoration: underline #B72834;
}
.deeds ul.level-3 > li .date {
  display: block;
  color: #73777E;
  font-size: 13px;
}
.deeds ul.level-3 > li + li {
  margin-top: 8px;
}
.deeds ul.level-3 > li.ajax-loading::before {
  width: 10px;
  background: url("../images/ajax-loading.gif") no-repeat left center;
  background-size: 10px 10px;
}
.deeds ul.level-3 > li.opened .level-4 {
  display: block;
}
.deeds ul.level-4 {
  margin-left: 20px;
}
.deeds ul.level-4 > li > .tabs {
  display: none;
}
.deeds ul.level-4 > li.opened > .tabs {
  display: block;
}
.deeds ul.level-4 > li.opened .level-5 {
  display: block;
}
.deeds ul.level-5 {
  margin-left: 20px;
}
.deeds ul.level-5 > li > .tabs {
  display: none;
}
.deeds ul.level-5 > li.opened > .tabs {
  display: block;
}
.deeds ul.level-5 > li.opened .level-6 {
  display: block;
}
.deeds ul.level-6 {
  margin-left: 20px;
}
.deeds ul.level-6 > li > .tabs {
  display: none;
}
.deeds ul.level-6 > li.opened > .tabs {
  display: block;
}
.deeds ul.level-6 > li.opened .level-7 {
  display: block;
}
.deeds ul.level-7 {
  margin-left: 20px;
}
.deeds ul.level-7 > li > .tabs {
  display: none;
}
.deeds ul.level-7 > li.opened > .tabs {
  display: block;
}
.deeds ul.level-7 > li.opened .level-8 {
  display: block;
}
.deeds ul.level-8 {
  margin-left: 20px;
}
.deeds ul.level-8 > li > .tabs {
  display: none;
}
.deeds ul.level-8 > li.opened > .tabs {
  display: block;
}
.deeds ul.level-8 > li.opened .level-9 {
  display: block;
}
.deeds ul.level-9 {
  margin-left: 20px;
}
.deeds ul.level-9 > li > .tabs {
  display: none;
}
.deeds ul.level-9 > li.opened > .tabs {
  display: block;
}
.deeds ul.level-9 > li.opened .level-10 {
  display: block;
}
.deeds ul.level-10 {
  margin-left: 20px;
}
.deeds ul.level-10 > li > .tabs {
  display: none;
}
.deeds ul.level-10 > li.opened > .tabs {
  display: block;
}

.simple-list {
  margin: -60px 0 63px;
}
.simple-list-item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #A6ABB2;
}
@media (min-width: 480px) {
  .simple-list-item {
    display: flex;
  }
}
@media (min-width: 480px) {
  .simple-list-item .meta-info {
    width: 23%;
    min-width: 23%;
  }
}
@media (min-width: 480px) {
  .simple-list-item .meta-info.w {
    width: 47%;
    min-width: 47%;
  }
}
.simple-list-item .date {
  color: #73777E;
  font-size: 13px;
  line-height: 21px;
  transition: all 0.4s;
}
.simple-list-item .category {
  display: block;
  margin-bottom: 7px;
  color: #B72834;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.simple-list-item .title {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all 0.4s;
}
.simple-list-item:hover .date, .simple-list-item:hover .title {
  color: #B72834;
}

.decisions-list {
  margin: 50px;
}
.decisions-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #A6ABB2;
}
.decisions-list-item div {
  display: flex;
}
.decisions-list-item div span {
  display: block;
  color: #000;
  font-size: 13px;
  line-height: 21px;
}
.decisions-list-item div span.label {
  min-width: 85px;
  font-weight: 500;
}
.decisions-list-item div span.value {
  margin-left: 20px;
  font-weight: 400;
}
.decisions-list-item div + div {
  margin-top: 10px;
}
.decisions-list-item + .decisions-list-item {
  margin-top: 30px;
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 55px 25px;
  margin-bottom: 52px;
}
@media (min-width: 1366px) {
  .image-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.image-grid-element figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.67%;
  overflow: hidden;
}
.image-grid-element figure.cover-image img {
  object-fit: cover;
}
.image-grid-element figure.play-button::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.image-grid-element figure.play-button::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url("../images/play.svg") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.image-grid-element figure img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.image-grid-element .date {
  display: block;
  margin: 23px 0 5px;
  color: #73777E;
  font-size: 13px;
}
.image-grid-element h3 {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.image-grid-element h3 a {
  color: #000;
  transition: all 0.4s;
}
.image-grid-element h3 a:hover {
  color: #B72834;
}

.simplepage-content .image-grid-element *:not(.image) img {
  height: 100% !important;
}

.calendar .months {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 10px;
  border-bottom: 1px solid #A6ABB2;
}
.calendar .months .months-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
.calendar .months .prev, .calendar .months .next {
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.calendar .months .prev svg, .calendar .months .next svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #000;
  transition: all 0.4s;
}
.calendar .months .prev:hover svg, .calendar .months .next:hover svg {
  fill: #B72834;
}
.calendar .months .prev {
  margin-left: auto;
}
.calendar .months .next {
  margin-left: 20px;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-grid .calendar-day {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.calendar-grid .calendar-day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 35px;
  height: 35px;
  background: #B72834;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.calendar-grid .calendar-day .date, .calendar-grid .calendar-day .day {
  position: relative;
  z-index: 3;
  top: 1px;
}
.calendar-grid .calendar-day.current {
  color: #fff;
}
.calendar-grid .calendar-day.current::before {
  opacity: 1 !important;
}
.calendar-grid .calendar-day.has-events::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  margin-top: -15px;
  width: 5px;
  height: 5px;
  background: #B72834;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.calendar-grid .calendar-day.has-events.loading::before {
  opacity: 0.5 !important;
  background: url("../images/ajax-loading-2.gif") no-repeat center center #B72834;
}
.calendar-grid .calendar-day-title {
  min-height: 50px;
  font-weight: 500;
  cursor: default;
}
.calendar-grid .calendar-day-disabled {
  color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.calendar-grid .calendar-day:not(.calendar-day-title):not(.calendar-day-disabled):hover::before {
  opacity: 0.1;
}
.calendar + p {
  margin-top: 30px;
  color: #73777E;
  font-size: 13px !important;
  line-height: 21px !important;
}

.tabs .tabs-header {
  display: flex;
}
.tabs .tabs-header li {
  color: #000;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}
.tabs .tabs-header li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  transition: all 0.4s;
}
.tabs .tabs-header li a:hover {
  color: #B72834;
}
.tabs .tabs-header li.active a {
  background: #EFEFEF;
  border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tabs .tabs-content {
  padding: 30px;
  background: #EFEFEF;
}
.tabs .tabs-content .tab {
  display: none;
}
.tabs .tabs-content .tab.active {
  display: block;
}
.tabs .tabs-content h3 {
  margin: 0 0 15px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.tabs .tabs-content h3 strong {
  font-weight: 700;
}
.tabs p {
  color: #000;
  font-size: 13px;
  line-height: 15px;
}
.tabs .case + .case {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #A6ABB2;
}
.tabs .case p {
  position: relative;
  padding-left: 180px;
}
.tabs .case p .label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.judges-list {
  margin-top: 60px;
}
@media (min-width: 640px) {
  .judges-list .judge {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media print {
  .judges-list .judge {
    break-inside: avoid;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .articles-list {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  .article-accordion-panel {
    max-height: 99999px !important;
  }
}
.judges-list .judge + .judge {
  margin-top: 60px;
}
.judges-list .judge figure {
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .judges-list .judge figure {
    width: 35%;
    max-width: 291px;
  }
}
@media print {
  .judges-list .judge figure {
    width: 35%;
    max-width: 291px;
  }
}
.judges-list .judge figure img {
  display: block;
  width: 100%;
  height: auto;
}
.judges-list .judge .judge-info {
  margin-top: 24px;
}
@media (min-width: 640px) {
  .judges-list .judge .judge-info {
    margin-top: 0;
    margin-left: 24px;
    width: 65%;
    max-width: 606px;
  }
}
@media print {
  .judges-list .judge .judge-info {
    margin-top: 0;
    margin-left: 24px;
    width: 65%;
    max-width: 606px;
  }
}
.judges-list .judge .judge-info h3 {
  margin: 0;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-family: "Gotham";
  font-weight: 500;
  letter-spacing: 0;
}
.judges-list .judge .judge-info h3 a {
  color: #000;
}
.judges-list .judge .judge-info h4 {
  margin: 0;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-family: "Gotham";
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.judges-list .judge .judge-info h4 a {
  color: #000;
}
.judges-list .judge .judge-info p {
  margin: 20px 0 0;
  color: #000;
  font-family: "Gotham";
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
.judges-list .judge .judge-info p strong {
  font-weight: 500;
}

header {
  position: fixed;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media print {
  header {
    position: static !important;
  }
}
@media (min-width: 768px) {
  header {
    border-bottom: none;
  }
}
@media (min-width: 1366px) {
  header {
    position: static;
    z-index: 10;
  }
}
header .inner {
  display: flex;
  align-items: center;
  height: 70px;
}
@media (min-width: 1366px) {
  header .inner {
    height: 120px;
  }
}
header .header-logo {
  margin: 0 auto 0 7%;
}
@media (min-width: 1366px) {
  header .header-logo {
    margin-left: 8.5%;
  }
}
header .header-logo img {
  width: auto;
  height: 48px;
}
@media (min-width: 1366px) {
  header .header-logo img {
    width: auto;
    height: auto;
  }
}
header .header-logo .scrolled-logo {
  display: none;
}
header .mobile-toggle {
  position: relative;
  display: block;
  margin-right: 7%;
  width: 20px;
  height: 14px;
  background: none;
  border: none;
}
@media (min-width: 1366px) {
  header .mobile-toggle {
    display: none;
  }
}
header .mobile-toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.4s;
}
header .mobile-toggle span:nth-child(1), header .mobile-toggle span:first-child {
  top: 0;
}
header .mobile-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .mobile-toggle span:nth-child(3), header .mobile-toggle span:last-child {
  bottom: 0;
}
header .mobile-toggle:hover span {
  background: #B72834;
}
header .search-form {
  display: none;
}
@media (min-width: 1366px) {
  header .search-form {
    position: relative;
    display: block;
    margin: 0 0 0 30px;
    display: flex;
    align-items: center;
  }
}
header .search-form form {
  display: flex;
  padding: 0 0 0 14px;
  background: #EFEFEF;
  border-radius: 4px;
  height: 47px;
}
header .search-form input[type=text] {
  display: block;
  width: 126px;
  color: #000;
  font-size: 16px;
  background: none;
  border: none;
  transition: width 0.4s;
}
header .search-form input[type=text]::-webkit-input-placeholder {
  color: #000;
  transition: color 0.4s;
}
header .search-form input[type=text]::-moz-placeholder {
  color: #000;
  transition: color 0.4s;
}
header .search-form input[type=text]:-ms-input-placeholder {
  color: #000;
  transition: color 0.4s;
}
header .search-form input[type=text]:-moz-placeholder {
  color: #000;
  transition: color 0.4s;
}
header .search-form input[type=text]:focus {
  width: 203px;
}
header .search-form input[type=text]:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
header .search-form input[type=text]:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
header .search-form input[type=text]:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
header .search-form input[type=text]:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
header .search-form button {
  display: block;
  padding: 14px 15px;
  width: 46px;
  background: none;
  border: none;
}
header .search-form button svg {
  fill: #A6ABB2;
  transition: fill 0.4s;
}
header .search-form button:hover svg {
  fill: #000;
}
header .font-size-select {
  display: none;
}
@media (min-width: 1366px) {
  header .font-size-select {
    display: block;
    margin: 0 0 0 30px;
  }
}
header .font-size-select button {
  background: none;
  border: none;
}
header .font-size-select ul {
  display: none;
}
header .easy-to-read {
  display: none;
}
@media (min-width: 1366px) {
  header .easy-to-read {
    display: block;
    margin: 0 0 0 30px;
  }
}
header .easy-to-read button {
  font-size: 13px;
  background: none;
  border: none;
}
header .easy-to-read button:hover, header .easy-to-read button:active {
  font-weight: 500;
}
header .language-menu {
  display: none;
}
@media (min-width: 1366px) {
  header .language-menu {
    display: block;
    margin: 0 0 0 30px;
  }
}
header .language-menu ul li {
  display: inline-block;
  font-size: 13px;
}
header .language-menu ul li a {
  color: #000;
}
header .language-menu ul li.active, header .language-menu ul li:hover, header .language-menu ul li:active {
  font-weight: 700;
}

header .cols-3 {
  display: flex;
  width: 945px;
}

header .cols-1 {
  width: 285px;
  display: flex;
  justify-content: flex-end;
} 

nav {
  display: none;
}
@media (min-width: 1366px) {
  nav {
    z-index: 11;
    display: block;
  }
}
nav .only-scrolled {
  display: none !important;
}
nav .main-menu {
  width: 100%;
  height: 56px;
}
@media (min-width: 1366px) {
  nav .main-menu {
    background-color: #B72834;
  }
}
nav .main-menu .menus-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 56px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
nav .main-menu .menus-wrapper .level-1 {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

nav .main-menu .menus-wrapper .cols-3 {
  padding-right: 30px;
  position: relative;
}

nav .main-menu .menus-wrapper .cols-3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

nav .main-menu .menus-wrapper .cols-1 a {
  font-weight: normal;
}

nav .main-menu .menus-wrapper .cols-1 li {
  padding: 0 20px;
}

@media (min-width: 768px) {
  nav .main-menu .menus-wrapper {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 738px;
  }
}
@media (min-width: 1366px) {
  nav .main-menu .menus-wrapper {
    width: 1236px;
  }
}
@media (min-width: 1366px) {
  nav .main-menu .menus-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 135px;
    height: 163px;
    background: url("../images/temida.png") no-repeat right bottom;
    background-size: contain;
    transform: translateX(-48%);
  }
}
nav .main-menu .level-1 > li {
  position: relative;
  display: block;
  padding: 0 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
nav .main-menu .level-1 > li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 4px;
  height: 100%;
  color: #fff;
}
nav .main-menu .level-1 > li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  display: block;
  height: 5px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s, bottom 0.4s;
}
nav .main-menu .level-1 > li a:hover::after {
  bottom: 0;
  opacity: 1;
}
nav .main-menu .level-1 > li:first-child {
  padding-left: 0;
}
nav .main-menu .level-1 > li:last-child {
  padding-right: 0;
}
@media (min-width: 1366px) {
  nav .main-menu .level-1 > li.separator {
    display: flex;
    align-items: center;
    padding: 0 0 0 32px;
  }
  nav .main-menu .level-1 > li.separator::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #fff;
  }
}
nav .main-menu .level-1 > li.has-submenu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 6px;
  background: url("../images/dropdown.png") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
nav .main-menu .level-1 > li.has-submenu:last-child {
  padding-right: 21px;
}
nav .main-menu .level-1 > li.has-submenu:last-child::after {
  right: 0;
}
@media (min-width: 1366px) {
  nav .main-menu .level-1 > li.has-submenu:hover .level-2 {
    display: grid;
  }
}
nav .main-menu .level-1 > li .level-2 {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 10px;
  position: absolute;
  right: -8px;
  padding: 32px 33px;
  width: max-content;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
nav .main-menu .level-1 > li .level-2 li {
  font-size: 16px;
  font-weight: 500;
}
nav .main-menu .level-1 > li .level-2 li a {
  padding: 5px 4px;
  color: #000;
  transition: all 0.4s;
}
nav .main-menu .level-1 > li .level-2 li a:hover {
  color: #B72834;
}
nav .main-menu .level-1 > li .level-2 li a:hover::after {
  display: none;
}
nav .main-menu .level-1 > li .level-2 li ul {
  display: none;
}
@media (max-width: 1365px) {
  nav .main-menu .level-1 > li .level-3 {
    margin-left: 20px;
  }
}
nav .main-menu .level-1 > li:nth-child(1) .level-2, nav .main-menu .level-1 > li:nth-child(2) .level-2, nav .main-menu .level-1 > li:first-child .level-2 {
  left: -8px;
  right: auto;
}
nav .main-menu .level-1 > li.active::after {
  bottom: 0;
  opacity: 1;
}

@media (min-width: 1366px) {
  .menu-hover main::before {
    content: "";
    position: fixed;
    z-index: 2;
    left: 0;
    top: 130px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(166, 171, 178, 0.7);
  }
}

@media (min-width: 1366px) {
  .scrolled main {
    margin-top: 176px;
  }
  .scrolled header {
    position: fixed;
    z-index: 100;
    top: 0;
    pointer-events: none;
    background: none;
  }
  .scrolled header .inner {
    height: 80px;
  }
  .scrolled header .header-logo .default-logo {
    display: none;
  }
  .scrolled header .header-logo .scrolled-logo {
    display: block;
  }
  .scrolled header .font-size-select {
    display: none;
  }
  .scrolled header .easy-to-read {
    display: none;
  }
  .scrolled header .language-menu {
    display: none;
  }
  .scrolled header .search-form {
    display: none;
  }
  .scrolled nav {
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  }
  .scrolled nav .main-menu {
    height: 80px;
    background: #fff;
  }
  .scrolled nav .main-menu .level-1 {
    height: 80px;
  }
  .scrolled nav .main-menu .level-1::before {
    display: none;
  }
  .scrolled nav .main-menu .level-1 > li a {
    color: #000;
  }
  .scrolled nav .main-menu .level-1 > li a::after {
    background: #B72834;
  }
  .scrolled nav .main-menu .level-1 > li a:hover {
    color: #B72834;
  }
}
@media (min-width: 1366px) and (min-width: 1366px) {
  .scrolled nav .main-menu .level-1 > li.separator::after {
    background: #A6ABB2;
  }
}
@media (min-width: 1366px) {
  .scrolled nav .main-menu .level-1 > li.has-submenu::after {
    background: url("../images/dropdown-black.png") no-repeat center center;
  }
  .scrolled nav .main-menu .level-1 > li.has-submenu:hover::after {
    background: url("../images/dropdown-red.png") no-repeat center center;
  }
}
@media (min-width: 1366px) {
  .scrolled nav .main-menu .level-1 > li.only-scrolled {
    display: flex !important;
  }
  .scrolled nav .main-menu .level-1 > li.only-scrolled svg {
    fill: #a6abb2;
  }
}
@media (min-width: 1366px) and (min-width: 1366px) {
  .scrolled .only-scrolled {
    display: block !important;
  }
}
@media (min-width: 1366px) {
  .scrolled .search-form {
    position: relative;
    z-index: 101;
    display: none !important;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 20%;
    background: #fff;
    transform: translateY(-80px);
  }
}
@media (min-width: 1366px) and (min-width: 1366px) {
  .scrolled .search-form.only-scrolled.active {
    display: flex !important;
  }
}
@media (min-width: 1366px) {
  .scrolled .search-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .scrolled .search-form input {
    width: 90%;
    height: 70px;
    margin: 5px auto;
    color: #A6ABB2;
    font-family: "Gotham";
    font-size: 38px;
    font-weight: 300;
    line-height: 52px;
    text-align: right;
    border: 0;
    background: #fff;
  }
}
@media (min-width: 1366px) {
  .scrolled .search-form button {
    background: none;
    border: none;
  }
}
.scrolled.menu-hover main::before {
  top: 0;
}

@media (max-width: 1365px) {
  .mobile-menu-open .mobile-toggle span:nth-child(1) {
    transform: rotate(45deg) translateY(9px);
  }
  .mobile-menu-open .mobile-toggle span:nth-child(2) {
    opacity: 0;
    transform: scale(0) translateY(-50%);
  }
  .mobile-menu-open .mobile-toggle span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px);
  }
  .mobile-menu-open header {
    border-bottom: none;
  }
  .mobile-menu-open header .search-form {
    position: absolute;
    left: 25px;
    top: 145px;
    right: 25px;
    display: flex;
    width: auto;
  }
  .mobile-menu-open header .search-form form {
    width: 100%;
    justify-content: space-between;
  }
  .mobile-menu-open header .search-form input[type=text] {
    width: 100%;
  }
  .mobile-menu-open header .font-size-select {
    position: absolute;
    top: 100px;
    left: 25px;
    display: block;
  }
  .mobile-menu-open header .easy-to-read {
    position: absolute;
    top: 100px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
  }
  .mobile-menu-open header .language-menu {
    position: absolute;
    top: 100px;
    right: 25px;
    display: block;
  }
  .mobile-menu-open nav {
    position: fixed;
    z-index: 9;
    top: 70px;
    display: block;
    padding: 157px 25px 100px;
    height: calc(100vh - 70px);
    overflow: scroll;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  }
  .mobile-menu-open nav::before {
    content: "";
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 210px;
    background: #fff;
  }
  .mobile-menu-open nav .main-menu {
    position: relative;
    z-index: 1;
    height: auto;
  }
  .mobile-menu-open nav .main-menu .active > a {
    color: #B72834 !important;
  }
  .mobile-menu-open nav .main-menu .level-1 {
    display: block;
    height: auto;
  }
  .mobile-menu-open nav .main-menu .level-1 > li {
    padding-left: 0;
    font-size: 19px;
  }
  .mobile-menu-open nav .main-menu .level-1 > li a {
    color: #000;
  }
  .mobile-menu-open nav .main-menu .level-1 > li a:hover {
    color: #B72834;
  }
  .mobile-menu-open nav .main-menu .level-1 > li + li {
    margin-top: 35px;
  }
  .mobile-menu-open nav .main-menu .level-1 > li.separator {
    display: block;
    border-bottom: 1px solid #A6ABB2;
  }
  .mobile-menu-open nav .main-menu .level-1 > li.has-submenu::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 10px;
    display: block;
    width: 10px;
    height: 6px;
    background: url("../images/dropdown-black.png") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .mobile-menu-open nav .main-menu .level-1 > li.has-submenu:hover::after {
    background: url("../images/dropdown-red.png") no-repeat center center;
  }
  .mobile-menu-open nav .main-menu .level-1 > li.opened::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .mobile-menu-open nav .main-menu .level-1 > li.opened > .level-2 {
    display: block;
  }
  .mobile-menu-open nav .main-menu .level-2 {
    position: static !important;
    background: none !important;
    box-shadow: none !important;
  }
  .mobile-menu-open nav .main-menu .level-2 > li.opened::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .mobile-menu-open nav .main-menu .level-2 > li.opened > .level-3 {
    display: block;
  }
  .mobile-menu-open nav .main-menu .level-3 {
    position: static !important;
    background: none !important;
    box-shadow: none !important;
  }
}
footer {
  background: #B72834;
}
footer .footer-menu {
  display: none;
}
@media (min-width: 1366px) {
  footer .footer-menu {
    display: flex;
    padding: 60px 0;
  }
  footer .footer-menu-col {
    width: 20%;
    padding-right: 25px;
  }
}
footer .footer-menu p {
  color: #fff;
  font-weight: 500;
  line-height: 26px;
}
footer .footer-menu p + ul {
  margin-top: 27px;
}
footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-menu ul li {
  display: block;
  line-height: 23px;
}
footer .footer-menu ul li a {
  color: #fff;
  text-decoration: underline transparent;
  transition: text-decoration 0.4s;
}
footer .footer-menu ul li a:hover {
  text-decoration: underline #fff;
}
footer .footer-menu ul li + li {
  margin-top: 10px;
}
footer .footer-menu ul + p {
  margin-top: 31px;
}
footer .footer-menu .social-menu {
  margin-top: 3px;
}
footer .footer-menu .social-menu li {
  display: inline-block;
}
footer .footer-menu .social-menu li svg {
  height: 20px;
  width: auto;
}
footer .footer-menu .social-menu li + li {
  margin-left: 22px;
}
footer .footer-bar {
  background: #B72834;
}
footer .footer-bar .inner {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1366px) {
  footer .footer-bar .inner {
    padding: 0;
    min-height: 44px;
  }
}
footer .footer-bar p {
  color: #fff;
  font-size: 13px;
}
footer .footer-bar .social-menu {
  flex-basis: 100%;
  margin-bottom: 13px;
}
@media (min-width: 1366px) {
  footer .footer-bar .social-menu {
    display: none;
  }
}
footer .footer-bar .social-menu li + li {
  margin-left: 18px;
}
footer .footer-bar .copyright {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 1366px) {
  footer .footer-bar .copyright {
    width: auto;
    margin-bottom: 0;
  }
}
footer .footer-bar .policies-links {
  margin: 0;
  display: flex;
}

footer .footer-bar .policies-links li {
  padding: 0 15px;
}

footer .footer-bar .policies-links li:first-of-type {
  padding-left: 0 !important;
}

footer .footer-bar .policies-links li:last-of-type {
  padding-right: 0 !important;
}

@media (min-width: 1366px) {
  footer .footer-bar .policies-links {
    margin: 0 0 0 auto;
  }
}
footer .footer-bar .policies-links li {
  font-size: 13px;
}
footer .footer-bar .policies-links li a {
  color: #fff;
  text-decoration: underline transparent;
  transition: text-decoration 0.4s;
}
footer .footer-bar .policies-links li a:hover {
  text-decoration: underline #fff;
}
footer .footer-bar .designed-by {
  margin-left: auto;
}
footer .footer-bar .designed-by p {
  display: flex;
  align-items: center;
}
footer .footer-bar .designed-by p a {
  margin-left: 12px;
}

.teaser {
  display: none;
}
@media (min-width: 1366px) {
  .teaser {
    display: block;
    width: 100%;
    height: 258px;
  }
}
.teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.sidebar-menu {
  margin-top: 12px;
}
.sidebar-menu li {
  color: #000;
}
.sidebar-menu a {
  display: block;
  color: #000;
  text-decoration: underline transparent;
  transition: all 0.4s;
}
.sidebar-menu a:hover {
  color: #B72834;
  text-decoration: underline-red;
}
.sidebar-menu > li {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
.sidebar-menu > li > a,
.sidebar-menu > li > h4 {
  display: block;
  padding: 7px 20px;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.sidebar-menu > li.active {
  margin-top: 5px;
}
.sidebar-menu > li.active > a,
.sidebar-menu > li.active > h4 {
  padding: 8px 0 8px 20px !important;
  color: #B72834;
  font-weight: 500;
  border-left: 3px solid #B72834;
}

.sidebar-menu > li.active > h4 > a {
  color: #B72834;
}

.sidebar-menu .submenu.level-2 {
  margin-top: 11px;
}
.sidebar-menu .submenu.level-2 > li {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}
.sidebar-menu .submenu.level-2 > li > a,
.sidebar-menu .submenu.level-2 > li > h4 > a {
  padding: 3px 0 3px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-transform: none;
}

.sidebar-menu .submenu.level-2 > li > h4 {
  letter-spacing: inherit;
}

.xhtmlText [usemap="#image-map"] {
  width: 100%;
  max-width: 871px;
}

.sidebar-menu .submenu.level-2 > li.active > a,
.sidebar-menu .submenu.level-2 > li.active > h4 > a {
  color: #B72834;
}
.sidebar-menu .submenu.level-3 {
  margin: 4px 0 12px;
}
.sidebar-menu .submenu.level-3 > li {
  font-size: 13px;
  line-height: 21px;
}
.sidebar-menu .submenu.level-3 > li > a,
.sidebar-menu .submenu.level-3 > li > h4 > a {
  padding: 3px 0 3px 44px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-transform: none;
}

.sidebar-menu .submenu.level-3 > li > h4 {
  letter-spacing: inherit;
}

.sidebar-menu .submenu.level-3 > li.active > a,
.sidebar-menu .submenu.level-3 > li.active > h4 > a {
  color: #B72834;
}

.home-news .heading-1 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #A6ABB2;
}
.home-news .heading-4 {
  margin-bottom: 25px;
  padding-top: 15px;
  color: #000;
  border-top: 3px solid #A6ABB2;
}
@media (min-width: 1366px) {
  .home-news .heading-4 {
    margin-bottom: 25px;
  }
}
.home-news .inner {
  padding: 110px 25px 20px;
}
@media (min-width: 1366px) {
  .home-news .inner {
    padding: 60px 0 0;
  }
}
@media (min-width: 1366px) {
  .home-news-row {
    display: flex;
    justify-content: space-between;
  }
}
.home-news-row + .home-news-row {
  margin-top: 30px;
}
@media (min-width: 1366px) {
  .home-news-row + .home-news-row {
    margin-top: 0;
  }
}
.home-news-row.border-top {
  border-top: 3px solid #A6ABB2;
}
.home-news-row.border-top .heading-4 {
  border-top: none;
}
@media (min-width: 1366px) {
  .home-news-col-1,
  .cols-1 {
    position: relative;
    width: 290px;
  }
}
@media (min-width: 1366px) {
  .home-news-col-1.center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .home-news-col-1 .home-useful-card {
    margin-top: 30px;
  }
}
.home-news-col-1 .home-useful-card span {
  color: #B72834;
}
@media (min-width: 1366px) {
  .home-news-col-3,
  .cols-3 {
    width: 920px;
  }
}
.home-news .quick-links {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 30px;
}
@media (min-width: 1366px) {
  .home-news .quick-links {
    margin-top: 35px;
  }
}
.home-news .quick-links a {
  position: relative;
  padding-right: 12px;
  color: #000;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: text-decoration 0.4s;
}
.cookie-notice-content .quick-links,
.home-contacts .quick-links {
  padding-right: 12px;
  position: relative;
}
.home-news .quick-links a::after,
.cookie-notice-content .quick-links::after,
.home-contacts .quick-links::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: contain;
  transition: right 0.4s;
}
.cookie-notice-content .quick-links:hover::after,
.home-contacts .quick-links:hover::after {
  right: 3px;
}
.home-news .quick-links a:hover {
  text-decoration: underline #B72834;
}
.home-news .quick-links a:hover::after {
  right: 3px;
}
.home-news-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 35px;
}
.home-news-col-3 .quick-links a {
  color: #000
}
@media (min-width: 1366px) {
  .home-news-cards {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
.home-news-card figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.68%;
  margin-bottom: 22px;
  background: #A6ABB2;
  overflow: hidden;
}
.home-news-card figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.home-news-card figure.image-landscape img {
  object-fit: cover;
}
.home-news-card figure.image-portrait img {
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}
.home-news-card h5 {
  margin-bottom: 20px;
}
.home-news-card h5 a {
  color: #B72834;
  text-decoration: underline transparent;
  border-radius: 3px;
  padding: 5px 0;
  white-space: nowrap;
}
.home-news-card p {
  color: #000;
}
.home-news-card p.date {
  margin-bottom: 10px;
  color: #000;
  font-size: 13px;
}
.home-news-card p a {
  color: #000;
  font-weight: 500;
}
.home-news-card p.desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 60px;
  font-size: 13px;
  line-height: 21px;
}
.home-news-card .quick-link {
  display: flex;
  margin: 20px 0 35px;
}
@media (min-width: 1366px) {
  .home-news-card .quick-link {
    margin-top: 35px;
  }
}
.home-news-card .quick-link a {
  position: relative;
  padding-right: 12px;
  color: #B72834;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: text-decoration 0.4s;
}
.home-news-card .quick-link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 6px;
  height: 10px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: contain;
  transition: right 0.4s;
}
.home-news-card .quick-link a:hover {
  text-decoration: underline #B72834;
}
.home-news-card .quick-link a:hover::after {
  right: 3px;
}
.home-news-tower {
  padding: 15px 20px 25px;
  background: #EFEFEF;
  color: #000;
}
.home-news-tower h3 {
  color: #000;
  font-size: 33px;
  line-height: 52px;
  padding-bottom: 7px;
  font-family: "Noto Serif";
}
.home-news-tower h5 {
  font-size: 11px;
}
.home-news-tower p a {
  color: #000;
}
.home-news-tower .home-news-card p.date {
  color: #000;
  font-size: 13px;
}

.home-news-tower .home-news-card h5 {
  margin-bottom: 10px;
}

.home-news-tower .home-news-card p {
  font-size: 15px;
  line-height: 21px;
}

.home-news-tower .home-news-card {
  margin-bottom: 15px;
  padding-top: 15px;
}

.home-news-tower .quick-links {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}

.home-news-tower .home-news-tower-action {
  margin-top: 25px !important;
}

.home-news-tower .home-news-card p:not([class]) {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}

@media (min-width: 1366px) {
  .home-news-tower {
    position: absolute;
    bottom: -71px;
    z-index: 1;
  }
}
.home-news-tower-action {
  margin-top: 34px;
}
.home-news-tower-action a {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
.home-news-drawers {
  padding-top: 66px;
  background: url("../images/tieslietu-padome.svg") no-repeat center top;
  background-size: 227px auto;
}
.home-news-drawer .date {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.home-news-drawer p:not([class]) {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.home-news-drawer p:not([class]) a {
  color: #fff;
}
.home-news-drawer + .home-news-drawer {
  margin-top: 31px;
}
.home-useful {
  background: #EFEFEF;
}
.home-useful .inner {
  padding: 40px 25px 40px;
}
@media (min-width: 1366px) {
  .home-useful .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-useful .heading-1 {
  color: #000;
}
.home-useful-cards {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}
@media (min-width: 480px) {
  .home-useful-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .home-useful-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1366px) {
  .home-useful-cards {
    grid-template-columns: repeat(6, 1fr);
  }
}
.home-useful-card a {
  display: flex;
}
@media (min-width: 1366px) {
  .home-useful-card a {
    display: inline-block;
  }
}
.home-useful-card figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  width: 66px;
  height: 66px;
  min-width: 66px;
  min-height: 66px;
  background: #B72834;
  border-radius: 100%;
}
@media (min-width: 1366px) {
  .home-useful-card figure {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
}
.home-useful-card figure img {
  width: 49%;
  height: auto;
}
@media (min-width: 1366px) {
  .home-useful-card figure img {
    width: auto;
  }
}
.home-useful-card span {
  display: block;
  margin-top: 22px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
@media (min-width: 1366px) {
  .home-useful-card span {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}
.home-notes .inner {
  padding: 60px 25px;
}
@media (min-width: 1366px) {
  .home-notes .inner {
    padding: 30px 0 50px;
  }
}
.home-notes .owl-theme {
  position: relative;
  transform: rotate(0deg);
}
.home-notes .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0;
  transform: translateY(-18px);
}
@media (min-width: 1366px) {
  .home-notes .owl-theme .owl-nav {
    transform: translateY(-24px);
  }
}
.home-notes .owl-theme .owl-nav button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 36px;
  height: 36px;
  background: rgba(35, 35, 35, 0.8);
  border-radius: 0;
  transition: background 0.4s;
}
@media (min-width: 1366px) {
  .home-notes .owl-theme .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
  }
}
.home-notes .owl-theme .owl-nav button:hover {
  background: #232323;
}
.home-notes .owl-theme .owl-nav button span {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.home-notes .owl-theme .owl-nav button.owl-prev {
  left: -20px;
}
@media (min-width: 1366px) {
  .home-notes .owl-theme .owl-nav button.owl-prev {
    left: -70px;
  }
}
.home-notes .owl-theme .owl-nav button.owl-next {
  right: -20px;
}
@media (min-width: 1366px) {
  .home-notes .owl-theme .owl-nav button.owl-next {
    right: -70px;
  }
}
.home-note-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 180px;
  border-top: 4px solid #B72834;
  border-bottom: 4px solid #B72834;
}
@media (min-width: 1366px) {
  .home-note-content {
    min-height: 227px;
  }
}
.home-note-content figure {
  width: 76px;
  height: 76px;
  margin-right: 20px;
}
.home-note-content figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-note-content span {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}
@media (min-width: 1366px) {
  .home-note-content span {
    font-size: 22px;
    line-height: 28px;
  }
}
.home-note-content span strong {
  font-weight: 500;
}
.home-note-filled {
  background: #B72834;
}
.home-note-filled .home-note-content {
  display: block;
  padding-top: 34px;
}
.home-note-filled figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 6px;
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 100%;
}
@media (min-width: 1366px) {
  .home-note-filled figure {
    margin-bottom: 17px;
    width: 74px;
    height: 74px;
  }
}
.home-note-filled figure img {
  display: block;
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.home-note-filled span {
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .home-gallery {
    display: none;
  }
}
.home-gallery .inner .heading-1.border-bottom,
.home-contacts .inner .heading-1.border-bottom  {
  padding-bottom: 15px;
  border-bottom: 3px solid #A6ABB2;
}
.home-gallery-row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (min-width: 1366px) {
  .home-gallery-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-gallery-image:nth-child(3) {
  display: none;
}
@media (min-width: 1366px) {
  .home-gallery-image:nth-child(3) {
    display: block;
  }
}
.home-gallery-image figure {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 74.747474%;
  background: #A6ABB2;
  overflow: hidden;
}
.home-gallery-image figure img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.home-gallery-image figure.image-landscape img {
  object-fit: cover;
}
.home-gallery-image figure.image-portrait img {
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}
.home-gallery-image .gallery-info {
  position: relative;
  z-index: 1;
  margin-top: -47px;
  margin-left: auto;
  padding: 27px 31px;
  width: 73%;
  background: #fff;
}
.home-gallery-image .gallery-info a {
  color: #000;
}
.home-gallery-image .gallery-info .date {
  display: block;
  color: #73777E;
  font-size: 13px;
  margin-bottom: 11px;
}
.home-gallery-image .gallery-info p {
  font-weight: 500;
}
.home-gallery .quick-links {
  display: flex;
  justify-content: flex-end;
  margin: 6px 0 10px;
}
.home-gallery .quick-links a {
  position: relative;
  padding-right: 12px;
  color: #B72834;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: text-decoration 0.4s;
}
.home-gallery .quick-links a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 6px;
  height: 10px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: contain;
  transition: right 0.4s;
}
.home-gallery .quick-links a:hover {
  text-decoration: underline #B72834;
}
.home-gallery .quick-links a:hover::after {
  right: 3px;
}
.home-contacts .inner {
  padding: 20px 25px 30px;
}
.home-contacts-text {
  border-top: 3px solid #A6ABB2;
  padding-top: 30px;
}
@media (min-width: 1366px) {
  .home-contacts .inner {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 30px;
  }
}
@media (min-width: 1366px) {
  .home-contacts-image {
    width: 500px;
  }
}
.home-contacts-image figure {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 74.747474%;
  background: #A6ABB2;
  overflow: hidden;
}
.home-contacts-image figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-contacts-image figure.image-landscape img {
  object-fit: cover;
}
.home-contacts-image figure.image-portrait img {
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}
.home-contacts-text {
  margin-top: 40px;
}
@media (min-width: 1366px) {
  .home-contacts-text {
    margin-top: 0;
    width: 100%;
  }
}
.home-contacts-text .heading-1 {
  margin-bottom: 37px;
}
@media (min-width: 1366px) {
  .home-contacts-text .heading-1 {
    margin-bottom: 47px;
  }
}
.home-contacts-text p strong {
  font-weight: 500;
}
.home-contacts-text p.contact-links {
  margin: 5px 0;
  font-size: 13px;
  font-weight: 500;
}
.home-contacts-text p.contact-links a {
  color: #B72834;
}
.home-contacts-text p.contact-links a.ico-marker {
  position: relative;
  padding-left: 18px;
}
.home-contacts-text p.contact-links a.ico-marker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 10px;
  height: 14px;
  background: url("../images/marker.svg") no-repeat center center;
  background-size: cover;
}
.litigation-search .pagination {
  width: 1236px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
}
.home-contacts-text p.contact-links a.ico-waze {
  position: relative;
  margin-left: 20px;
  padding-left: 24px;
}
.home-contacts-text p.contact-links a.ico-waze::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 14px;
  background: url("../images/waze.svg") no-repeat center center;
  background-size: cover;
}
.home-contacts-cols {
  margin-top: 20px;
  margin-left: -30px;
}
@media (min-width: 768px) {
  .home-contacts-cols {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .home-contacts-cols > div {
    margin-left: 30px;
    width: 25%;
    font-size: 14px;
  }
}
.home-contacts-cols > div + div {
  margin-top: 36px;
}
@media (min-width: 1366px) {
  .home-contacts-cols > div + div {
    margin-top: 0;
  }
}
.home-contacts-cols p {
  line-height: 27px;
}
.home-contacts-cols p a {
  color: #B72834;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: text-decoration 0.4s;
}
.home-contacts-cols p a:hover {
  text-decoration: underline #B72834;
}
.home-contacts-cols p + p {
  margin-top: 10px;
}
.home-contacts-cols .social-menu {
  margin-top: 10px;
}
.home-contacts-cols .youtube-social svg {
  fill: #B72834;
  width: 27px;
  height: auto;
  display: inline-block;
}
.home-contacts-cols .social-menu li + li {
  margin-left: 19px;
}
.home-contacts-cols ul:not([class]) {
  margin-top: 6px;
}
.follow-us .follow-us-title {
  color: #B72834;
}
.follow-us a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.home-contacts-cols ul:not([class]) li {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}
.home-contacts-cols ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: contain;
  transition: left 0.4s;
}
.home-contacts-cols ul:not([class]) li::before::after {
  left: 3px;
}
.home-contacts-cols ul:not([class]) a {
  color: #B72834;
  text-decoration: underline transparent;
  transition: text-decoration 0.4s;
}
.home-contacts-cols ul:not([class]) a:hover {
  text-decoration: underline #B72834;
}

.en .home-news-drawers {
  background: url("../images/tieslietu-padome-en.svg") no-repeat center top;
}

@media (max-width: 767px) {
  .simplepage .inner {
    padding: 75px 25px 50px;
  }
}
.simplepage strong {
  font-weight: bold !important;
}
.simplepage-main {
  display: flex;
  justify-content: space-between;
}
.simplepage-sidebar {
  display: none;
}
@media (min-width: 768px) {
  .simplepage-sidebar {
    display: block;
    padding: 22px 0;
    width: 23%;
  }
}
.simplepage-sidebar .heading-3 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.simplepage-sidebar svg, .simplepage-sidebar img {
  width: 80%;
  height: auto;
}
.simplepage-content {
  width: 100%;
}
@media (min-width: 768px) {
  .simplepage-content {
    padding: 12px 0 120px 0;
    width: 74.5%;
  }
}
@media (min-width: 768px) {
  .simplepage-content.full-width {
    width: 100%;
  }
}
.simplepage-content center > img {
  max-witdh: 100%;
  height: auto;
}
.simplepage-content h2 {
  margin: 58px 0 20px;
  line-height: 27px;
}
.simplepage-content > img,
.simplepage-content *:not(.image) > a > img {
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .simplepage-content > img.alignright,
.simplepage-content *:not(.image) > a > img.alignright {
    float: right;
    display: block;
    margin: -50px 0 15px 30px;
    width: 50%;
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .simplepage-content > img.alignleft,
.simplepage-content *:not(.image) > a > img.alignleft {
    float: right;
    display: block;
    margin: -50px 30px 15px 0;
    width: 50%;
    max-width: 500px;
  }
}
.simplepage-content .social-menu {
  margin-top: 3px;
}
.simplepage-content .social-menu li {
  display: inline-block;
}
.simplepage-content .social-menu li svg {
  height: 20px;
  width: auto;
  fill: #B72834;
}
.simplepage-content .social-menu li + li {
  margin-left: 22px;
}
.simplepage-content p {
  font-size: 16px;
  line-height: 23px;
}
.simplepage-content p.clear {
  clear: both;
  margin: 30px 0 50px;
}
.simplepage-content p img {
  max-width: 100%;
  height: auto !important;
}
.simplepage-content p + p {
  margin-top: 15px;
}
.simplepage-content p strong {
  font-weight: 500;
}
.simplepage-content p em, .simplepage-content p i {
  font-style: italic;
}
.simplepage-content p sup {
  font-size: smaller;
  vertical-align: super;
}
.simplepage-content p sub {
  font-size: sub;
  vertical-align: sub;
}
.simplepage-content p a {
  color: #B72834;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: all 0.4s;
}
.simplepage-content p a:hover {
  text-decoration: underline #B72834;
}
.simplepage-content p.footnote {
  margin-top: 56px;
}
.simplepage-content .list {
  min-width: 128px;
}
.simplepage-content ul:not([class]) {
  list-style: none;
  margin: 10px 0 18px;
}
.simplepage-content ul:not([class]) li {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 20px !important;
  color: #000;
  font-size: 13px;
}
.simplepage-content ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 10px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: contain;
}
.simplepage-content ul:not([class]) li a {
  color: #B72834;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: all 0.4s;
}
.simplepage-content ul:not([class]) li a:hover {
  text-decoration: underline #B72834;
}
.simplepage-content ul:not([class]) li + li {
  margin-top: 4px !important;
}
.simplepage-content ol {
  list-style: none;
  counter-reset: at;
  margin: 20px 0 18px;
}
.simplepage-content ol li {
  position: relative;
  padding-left: 31px;
  counter-increment: at;
}
.simplepage-content ol li::before {
  content: counter(at) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #B72834;
  font-weight: 500;
}
.simplepage-content ol li + li {
  margin-top: 15px;
}
.simplepage-content ol li a {
  color: #B72834;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: all 0.4s;
}
.simplepage-content ol li a:hover {
  text-decoration: underline #B72834;
}
.simplepage-content .gallery {
  margin: 56px 0 61px;
}
.simplepage-content .gallery .image {
  position: relative;
  padding-bottom: 67%;
  margin-bottom: 20px;
  height: 0;
}
.simplepage-content .gallery .image img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.simplepage-content .gallery p {
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  color: #73777E;
  font-size: 13px;
  line-height: 16px;
}
.simplepage-content .gallery p::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 20px;
  font-weight: 700;
}
.simplepage-content .gallery .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  padding-top: 32%;
  transform: translateY(-18px);
}
@media (min-width: 1366px) {
  .simplepage-content .gallery .owl-nav {
    transform: translateY(-24px);
  }
}
.simplepage-content .gallery .owl-nav button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 36px;
  height: 36px;
  background: rgba(35, 35, 35, 0.8);
  border-radius: 0;
  transition: background 0.4s;
}
@media (min-width: 1366px) {
  .simplepage-content .gallery .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
  }
}
.simplepage-content .gallery .owl-nav button:hover {
  background: #232323;
}
.simplepage-content .gallery .owl-nav button span {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.simplepage-content .gallery .owl-nav button.owl-prev {
  left: 0;
}
.simplepage-content .gallery .owl-nav button.owl-next {
  right: 0;
}
.simplepage-content .gallery .owl-thumbs {
  margin-top: 16px;
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
}
.simplepage-content .gallery .owl-thumbs .owl-thumb-item {
  position: relative;
  display: block;
  margin-left: 5px;
  width: 81px;
  min-width: 81px;
  height: 81px;
  border: 2px solid transparent;
  background: none;
  transition: all 0.4s;
}
.simplepage-content .gallery .owl-thumbs .owl-thumb-item img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.4s;
}
.simplepage-content .gallery .owl-thumbs .owl-thumb-item.active {
  border-color: #B72834;
}
.simplepage-content .gallery .owl-thumbs .owl-thumb-item.active img {
  opacity: 1;
}
.simplepage-content table {
  margin: 20px 0 26px;
  width: 100%;
  border: 1px solid #A6ABB2;
}
.simplepage-content table th, .simplepage-content table td {
  padding: 7px 25px 8px 12px;
  border: 1px solid #A6ABB2;
}
.simplepage-content table thead tr th {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background: #B72834;
}
.simplepage-content table tbody tr td {
  color: #000;
  font-size: 13px;
}
.simplepage-content .share {
  margin: 53px 0 38px;
  height: 25px;
}
.simplepage sup {
  font-size: 0.8;
  vertical-align: super;
}
.simplepage sub {
  font-size: 0.8;
  vertical-align: sub;
}

.page-title {
  position: relative;
  padding: 0 30px 16px 0;
  margin-bottom: 30px;
  border-bottom: 3px solid #A6ABB2;
}
.page-title .print {
  position: absolute;
  right: 0;
  bottom: 16px;
}
@media (max-width: 767px) {
  .page-title .print {
    display: none;
  }
}
.page-title .print svg {
  display: block;
  width: 14px;
  height: 13px;
  fill: #A6ABB2;
  transition: all 0.4s;
}
.page-title .print:hover svg {
  fill: #B72834;
}
.page-title + .date {
  display: block;
  margin: 34px 0 30px;
  color: #A6ABB2;
  font-size: 13px;
  line-height: 1;
}
.page-title + .date + .gallery {
  margin-top: 32px;
}

a.ico-waze {
  padding-left: 22px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-col-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.flex-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

/* Bulletin */

.bulletin-download {
  background-color: #fff !important;
  color: #b72834 !important;
  font-size: 13px;
  line-height: 21px;
  min-width: 130px !important;
}

.bulletin-download::before {
  content: url('/assets/images/download_icon.svg');
  height: 10px;
  width: 13px;
  padding: 0 8px 0 0;
  position: relative;
  top: 3px;
}

.newest-publication {
  background-color: #dfdfdf !important;
  min-width: 500px;
  padding: 32px;
}

.newest-publication .flex-row-wrap .text-container {
  max-width: 190px;
}

.publication-details-container .title,
.newest-publication .title,
.newest-publication .title a {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  transition: color 0.4s;
}

.newest-publication .title a:hover {
  color: #b72834;
}

.newest-publication .tagname {
  color: #b72834;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 15px;
}

.publication-details-container .issn,
.newest-publication .issn {
  color: #73777e;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 15px 0 30px;
}

.bulletin-publications-grid .image-grid-element .cover-image {
  height: 160px;
  padding-bottom: 0 !important;
  cursor: pointer;
  background-color: #dfdfdf;
}

.bulletin-publications-grid .image-grid-element .cover-image .buttons-container {
  z-index: 1;
  height: 100%;
  width: 100%;
}

.bulletin-publications-grid .buttons-container {
  position: relative;
  display: none;
}

.bulletin-publications-grid .image-grid-element .cover-image:hover {
  background-color: #a6abb2;
}

.bulletin-publications-grid .image-grid-element .cover-image:hover img {
  opacity: 0.5;
}

.bulletin-publications-grid .image-grid-element .cover-image:hover .buttons-container {
  display: flex;
}

.authors-list,
.keywords-list,
.rubrics-list {
  margin-top: 30px;
}

.rubrics-list-item .rubric a:hover {
  color: #b72834;
}

.rubrics .rubrics-list .rubrics-list-item .rubric {
  padding: 0 0 12px;
}

.keywords .keywords-list .keywords-list-item .keyword {
  padding: 0 0 12px;
}

.first-letters-select {
  background-color: #efefef;
  padding: 32px;
  width: 100%;
}

.first-letters-select a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.first-letters-select a {
  padding: 2px 11px 0 0;
}

.first-letters-select a.selected {
  color: #b72834;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #a6abb2;
  margin: 32px 0;
}

.rubric-title a,
.first-letter {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.rubric-title a {
  text-transform: uppercase;
}

.authors-per-letter,
.subrubrics-container,
.keywords-per-letter {
  margin-top: 20px;
}

.authors-per-letter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: baseline;
}

/* .authors-per-letter .author:not(:nth-child(-n+3)) {
  padding-top: 16px;
} */

.authors-per-letter .author {
  width: 95%;
  height: auto;
  min-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.authors-per-letter .author:nth-last-of-type(2) {
  max-height: 35px;
}

.author,
.rubric,
.keyword {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.author a,
.rubric-title a,
.rubric a,
.keyword a {
  color: #000;
}

.publication-select-container,
.bulletin-select-container {
  min-height: 130px;
  width: 100%;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 32px;
  background-color: #efefef;
  display: flex;
  flex-direction: row;
}

.publication-select-container {
  flex-direction: column;
  max-width: 380px;
  justify-content: space-between;
}

.bulletin-select-container.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 25px;
}

.bulletin-select-container.grid .bottom {
  grid-column: 1 / span 3;
  grid-row: 3;
}

.publication-select-container .bulletin-select,
.bulletin-select-container .bulletin-select {
  width: 100%;
  max-width: 270px;
}

.bulletin-select-container .bulletin-select + .bulletin-select {
  margin-left: 25px;
}

.bulletin-select-container.grid .bulletin-select + .bulletin-select {
  margin-left: 0;
}

.publication-select-container .bulletin-select + .bulletin-select {
  margin-left: 0;
}

.publication-select-container .bulletin-checkbox label,
.publication-select-container .bulletin-select label,
.bulletin-select-container .bulletin-checkbox label,
.bulletin-select-container .bulletin-select label {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
}

.bulletin-checkbox label {
  padding-left: 15px;
  text-transform: initial !important;
}

.bulletin-checkbox input,
.bulletin-checkbox .checkator_element.checkbox {
  height: 20px;
  width: 20px;
  top: 5px;
}

.bulletin-select .nice-select {
  text-transform: capitalize;
}

.bulletin-select .nice-select ul li {
  text-transform: none !important;
}

.articles-list-item {
  display: flex;
  flex-direction: row;
  padding: 0 16px 0 0;
}

.articles-list-item .rubric-container {
  width: 100%;
  max-width: 205px;
}

.articles-list-item .rubric-container .rubric-title {
  padding-right: 35px;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  color: #b72834;
  font-weight: 500;
}

.articles-list-item .article-container .article-title,
.articles-list-item .article-container .article-title a {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
}

.articles-list-item .article-container .article-details {
  font-size: 13px;
  line-height: 21px;
  color: #73777e;
}

.publication-controls-container {
  display: grid;
  column-gap: 24px;
  grid-template-columns: 1fr 2.5fr;
}

.publication-cover-container {
  padding: 8px 24px;
  max-width: 268px;
  background-color: #efefef;
}

.publication-details-container {
  padding: 8px 32px;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.publication-details-container .publication-select-container {
  padding: 0;
}

.publication-details-container .publication-select-container .bulletin-select {
  max-width: none;
  padding-bottom: 12px;
}

.publication-controls-container .publication-details-container .text-container {
  max-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto 0;
}

.publication-details-container .text-container .subtitle {
  padding: 0 0 15px;
}

.publication-details-container .text-container .subtitle .subtitle-text {
  color: #b72834;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  padding: 0 8px;
}

.author-details-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}

.author-text-container {
  padding: 4px 0 4px 25px;
}

.author-position {
  font-size: 16px;
  line-height: 23px;
  color: #000;
}

.author-description {
  font-size: 13px;
  line-height: 21px;
  color: #73777e;
}

.author-details-container .author-image-container {
  height: 80px;
  min-width: 80px;
  max-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.author-details-container .author-image-container img {
  height: 100%;
  width: initial;
}

.reviewed-icon {
  background-color: #b72834;
  border-radius: 4px;
  padding: 4px 6.5px;
  display: inline-block;
  height: 21px;
  width: 21px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  position: relative;
  bottom: 3px;
}

.margin-top-30 {
  margin-top: 30px;
}

.article-keywords {
  font-size: 13px;
  line-height: 21px;
}

.article-keywords-title {
  font-weight: 500;
}

.article-author-details .author-text-container .author-name {
  color: #000;
}

.article-author-details .author-text-container .author-position,
.article-keywords-container span a,
.article-keywords-container {
  color: #73777e;
}

.article-keywords-container span a:hover {
  color: #b72834;
}

.article-author-details {
  display: flex;
  flex-direction: row;
  margin: 30px 0 0;
}

.article-author-details .author-text-container {
  padding-bottom: 0;
}

.article-author-details .author-text-container .author-name,
.article-author-details .author-text-container .author-position {
  font-size: 13px;
  line-height: 21px;
}

.author-details-container .author-text-container .author-position {
  font-weight: 400;
}

.article-author-details .author-text-container .author-name {
  font-weight: 500;
  padding-bottom: 4px;
}

.article-author-details .author-image-container {
  height: 70px;
  width: 70px;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.article-author-details .author-image-container img {
  height: 100%;
  width: initial;
}

.article-accordion {
  font-family: 'Gotham';
  cursor: pointer;
  padding: 15px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  transition: 0.4s;
  background: none;
  border-top: 1px solid #a6abb2;
  color: #000;
}

.article-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #a6abb2;
}

.article-accordion:after {
  content: url('/assets/images/accordion-plus.svg');
  font-size: 13px;
  color: #000;
  float: right;
  margin-left: 5px;
}

.accordion-disabled {
  cursor: default !important;
  pointer-events: none !important;
}

.article-accordion-active:after {
  content: url('/assets/images/accordion-minus.svg');
  position: relative;
  bottom: 3px;
}

.publication-accordion {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 32px 0;
  border-top: none;
}

.publication-accordion-panel {
  border-bottom: none;
}

.publication-accordion-panel .article-list {
  padding-top: 5px;
}

.article-content {
  margin: 30px 0 60px;
}

.article-sharing {
  display: flex;
  flex-direction: row;
  margin: 32px 0;
}

.article-sharing #facebook-button,
.article-sharing #twitter-button {
  opacity: .9;
}

.article-sharing #facebook-button:hover,
.article-sharing #twitter-button:hover {
  opacity: 1;
}

.article-sharing div {
  cursor: pointer;
}

.article-sharing div + div {
  padding-left: 6px;
}

.article-table-contents {
  display: none;
}

.article-table-contents ul {
  margin-top: 0 !important;
}

.article-table-contents li {
  color: #73777e !important;
  font-size: 13px;
  line-height: 25px;
}

.article-table-contents li:hover {
  color: #b72834 !important;
}

.article-table-contents li::before {
  background: url(../images/arrow-black.svg) no-repeat center center !important;
}

.publication-reference {
  padding-top: 31px;
}

.publication-reference .publication-reference-details {
  max-width: 80%;
}

.publication-reference-details .title-text {
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  padding-bottom: 4px;
}

.publication-reference-details .description-text a {
  font-size: 13px;
  line-height: 21px;
  color: #73777e;
}

.publication-reference-details .description-text a:hover {
  color: #b72834;
}

.article-caption {
  font-size: 13px;
  line-height: 21px;
  color: #73777e;
}

.articlepage abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

.articlepage .article-content figure {
  max-width: 100%;
}

.reference-toggle {
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  bottom: 5px;
  position: relative;
}

.reference-toggle .reference-text {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: black;
  word-break: break-word;
}

.reference-toggle .toggle {
  background-color: #b72834;
  color: #fff;
  padding: 1.5px 4px 1px 4px;
  border-radius: 3px;
}

.reference-toggle.question-mark {
  display: inline-block !important;
  height: 16px !important;
  width: 16px !important;
}

.reference-toggle .toggle.question-mark {
  padding: 0 !important;
  vertical-align: middle;
  position: relative;
  font-size: 10px !important;
  line-height: 10px !important;
  width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.reference-toggle .hover-block {
  width: max-content;
  max-width: 290px;
  transition: .3s ease-in-out;
  position: absolute;
  top: calc(100% - 12px);
  left: 0;
  border: 1px solid #b72834;
  border-radius: 3px;
  background-color: #fff;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  padding: 0;
  color: #b72834;
  font-family: 'Gotham';
  font-weight: 200;
  font-size: 13px;
  line-height: 21px;
  z-index: 1;
}

div.ui-tooltip {
  border: 1px solid #b72834 !important;
  border-radius: 3px;
  background-color: #fff;
  opacity: 1;
  font-family: 'Gotham';
  font-weight: 200;
  font-size: 13px;
  line-height: 21px;
  z-index: 1;
  box-shadow: none !important;
}

@media  only screen and (max-width: 768px) {
  div.ui-tooltip {
    margin-left: 10px;
  }
}

.reference-toggle .hover-block .reference-count {
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: #b72834;
  color: #fff;
  padding: 1.5px 4px 1px 4px;
  border-radius: 3px;
}

.reference-toggle:hover .hover-block {
  visibility: visible;
  opacity: 1;
  max-height: min-content;
  padding: 15px 14px 13px 20px;
}

.reference-toggle .hover-block a {
  color: #B72834;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: all 0.4s;
}

.reference-toggle .hover-block a:hover {
  text-decoration: underline #B72834;
}

.publication-reference-links div + div {
  margin-left: 24px;
}

.publication-reference-links .pdf-download span,
.publication-reference-links .qr-code span {
  position: relative;
  bottom: 8px;
}

.publication-reference-links a {
  color: #000;
}

.publication-reference-links .pdf-download,
.publication-reference-links .qr-code {
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
}

.publication-reference-links .pdf-download a img,
.publication-reference-links .qr-code img {
  padding-right: 8px;
}

.publication-reference-links .pdf-download:hover,
.publication-reference-links .qr-code:hover {
  filter: invert(20%) sepia(61%) saturate(3410%) hue-rotate(339deg) brightness(87%) contrast(89%);
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-width: 480px;
  border-radius: 8px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  top: 6px;
}

.close:hover,
.close:focus {
  color: #b72834;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  top: 6px;
}

.modal-header {
  padding: 8px 16px 16px;
  color: #000;
  text-align: center;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 8px 16px;
  color: #000;
}

.qr-code-container {
  display: flex;
  justify-content: center;
}

.bulletin-select ul.list {
  max-height: 280px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.article-references {
  display: none;
}

.article-references ol {
  font-size: 13px;
  line-height: 21px;
  color: #73777e;
  margin-top: 0;
}

.article-references .article-accordion-panel li::before {
  font-size: 13px;
  line-height: 21px;
  color: #000 !important;
}

.article-content figure {
  display: inline-flex;
  flex-direction: column;
  max-width: 640px;
}

.article-content figcaption {
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  filter: invert(48%) sepia(6%) saturate(436%) hue-rotate(179deg) brightness(96%) contrast(88%);
  padding-top: 12px;
}

.article-content figcaption::before {
  content: url('../images/arrow-next.svg');
  padding-right: 10px;
}

.article-content p {
  text-align: justify;
}

.newest-publication.mobile {
  display: none;
}

.publication-controls-container.mobile {
  display: none;
}

.publication-details-container .text-container .image-container.flex-col.justify-center.mobile {
  display: none;
}

.publication-details-container .subtitle .subtitle-wrapper a:hover {
  filter: invert(24%) sepia(15%) saturate(7485%) hue-rotate(329deg) brightness(98%) contrast(102%);
  transition: .3s filter;
}

.bulletin-select .nice-select .current {
  text-transform: none !important;
}

.article-authors-container {
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.article-authors-container a {
  display: block;
  height: auto;
}

/* Mobile menu 2022 */

.mobile-menu a {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

.mobile-menu .item-has-submenu {
  padding-right: 20px !important;
}

.mobile-menu .mobile-menu-item.item-has-submenu.first-level {
  font-size: 19px;
  line-height: 23px;
  text-align: left;
  font-weight: 500;
  padding: 19px 0;
}

.mobile-menu .submenu-items.first-level,
.mobile-menu .submenu-items.second-level,
.mobile-menu .submenu-items.third-level {
  max-height: 0;
  overflow: hidden;
}

.mobile-menu .mobile-menu-item.item-has-submenu.first-level:after,
.mobile-menu .submenu-item.item-has-submenu.second-level:after,
.mobile-menu .submenu-item.item-has-submenu.third-level:after {
  content: url('/assets/images/mobile-menu_arrow-down.svg');
  position: relative;
  bottom: 3px;
  left: 20px;
  float: right;
}

.mobile-menu .mobile-menu-item.item-has-submenu.first-level.opened {
  color: #b72834;
}

.mobile-menu .mobile-menu-item.item-has-submenu.first-level.opened:after,
.mobile-menu .submenu-item.item-has-submenu.second-level.opened:after,
.mobile-menu .submenu-item.item-has-submenu.third-level.opened:after {
  content: url('/assets/images/mobile-menu_arrow-up.svg');
  position: relative;
  bottom: 3px;
  left: 20px;
  float: right;
}

.mobile-menu .submenu-item.item-has-submenu.second-level.opened {
  padding: 10px 0 10px 16px;
}

.mobile-menu .submenu-item.item-has-submenu.second-level.opened {
  border-left: 3px solid #B72834;
  color: #B72834;
  font-weight: 500;
}

.mobile-menu .submenu-items.first-level .submenu-items.second-level,
.mobile-menu .submenu-items.first-level .submenu-item.second-level {
  padding-left: 19px;
  font-size: 16px;
  line-height: 23px;
}

.mobile-menu .submenu-item.second-level {
  padding-left: 19px;
}

.mobile-menu .submenu-items.first-level .submenu-items.second-level.opened {
  padding-top: 16px;
  padding-bottom: 8px;
}

.mobile-menu .submenu-items.first-level .submenu-item.second-level {
  padding-top: 12px;
}

.mobile-menu .submenu-items.second-level .submenu-items.third-level.opened {
  padding-bottom: 24px;
}

.mobile-menu .submenu-items.second-level .submenu-items.third-level,
.mobile-menu .submenu-items.second-level .submenu-item.third-level {
  padding-left: 19px;
  font-size: 15px;
  line-height: 21px;
}

.mobile-menu .submenu-items.second-level .submenu-item.third-level {
  padding-top: 6px;
}

.mobile-menu .submenu-items.second-level .submenu-item.third-level.opened {
  color: #B72834;
  font-weight: 500;
}

.mobile-menu .submenu-items.third-level .submenu-items.fourth-level,
.mobile-menu .submenu-items.third-level .submenu-item.fourth-level {
  padding-left: 21px;
  font-size: 15px;
  line-height: 21px;
  color: #73777E;
}

.mobile-menu .submenu-items.third-level .submenu-item.fourth-level {
  padding-top: 6px;
}

.mobile-menu .submenu-item.item-has-submenu.third-level.opened {
  padding-bottom: 10px;
}

.sitemap-item.level_1 {
  padding: 16px 0;
}

.sitemap-item.level_2,
.sitemap-item.level_3 {
  padding: 5px 0;
}

.sitemap-item.level_4 {
  padding: 0;
}

.sitemap-item a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.sitemap-item.level_1 a {
  font-size: 22px;
  line-height: 26px;
}

.sitemap-item.level_2 a {
  font-size: 18px;
  line-height: 22px;
}

.sitemap-item.level_3 a {
  font-size: 16px;
  line-height: 18px;
}

.sitemap-item.level_4 a {
  color: #73777e;
}

.sitemap-item.level_2 {
  padding: 8px 0;
}

.sitemap-accordion_content.level_1,
.sitemap-accordion_content.level_2,
.sitemap-accordion_content.level_3 {
  padding-left: 16px;
}

.sitemap-accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.sitemap-accordion_content.level_1 {
  border-bottom: 1px solid #a6abb2;
}

.sitemap-accordion {
  cursor: pointer;
}

.sitemap-item a:hover {
  color: #B72834;
  transition: color .2s;
}

.sitemap-accordion-active {
  cursor: pointer;
}

.sitemap-accordion-active a {
  color: #B72834;
  transition: color .2s;
}

.sitemap-accordion:after {
  content: url('/assets/images/accordion-plus.svg');
  font-size: 13px;
  color: #000;
  float: right;
  margin-left: 5px;
  position: relative;
  top: 5px;
}

.sitemap-accordion.level_2:after,
.sitemap-accordion-active.level_2:after,
.sitemap-accordion.level_3:after,
.sitemap-accordion-active.level_3:after {
  width: 10px;
  height: 10px;
}

.sitemap-accordion-active.level_2,
.sitemap-accordion-active.level_3 {
  border-left: 3px solid #B72834;
  padding-left: 8px;
}

.sitemap-accordion-active:after {
  content: url('/assets/images/accordion-minus.svg');
  position: relative;
  bottom: 3px;
}

.thesis_popup_image.j,
.thesis_popup_image.nj {
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
  top: -1px;
}

.thesis_popup_image.nj {
  border: 1px solid #b72834;
  border-radius: 4px;
  height: 17px;
  width: 17px;
}

.thesis_popup_button {
  width: 25px;
  height: 25px;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1365px) {
  .mobile-main-menu {
    display: none !important;
  }
}

@media (max-width: 1365px) {
  .home-notes .inner {
    padding-bottom: 0 !important;
  }

  .sitemap-item.sitemap-accordion.level_1 a,
  .sitemap-item.sitemap-accordion.level_2 a,
  .sitemap-item.sitemap-accordion.level_3 a {
    display: inline-block;
    max-width: 90%;
  }
  .sitemap-accordion-active.level_2,
  .sitemap-accordion-active.level_3 {
    margin-bottom: 8px;
  }
  .sitemap-item.level_4 {
    padding: 0 0 4px;
  }
  .main-menu {
    display: none !important;
  }
  .page-content.bulletin-main.flex-row {
    flex-direction: column;
  }
  .newest-publication {
    margin-top: 32px;
  }
  .newest-publication .flex-row-wrap .text-container {
    max-width: 280px;
  }
  .image-grid.bulletin-publications-grid {
    grid-template-columns: 1fr 1fr;
  }
  .publication-controls-container.desktop {
    display: none;
  }
  .publication-controls-container.mobile {
    display: block;
  }
  .publication-controls-container {
    display: block;
  }
  .publication-cover-container.desktop {
    display: none;
  }
  .publication-details-container .text-container .image-container.flex-col.justify-center.mobile {
    display: flex;
  }
  .publication-controls-container .publication-details-container .text-container {
    max-width: 220px;
  }
  .publication-controls-container .publication-details-container .text-container .button {
    margin: 15px 0 0 !important;
  }
  .publication-details-container .publication-select-container {
    max-width: 250px;
    justify-content: center;
    margin-top: 32px;
  }
  .publication-details-container {
    padding: 32px;
  }
  .bulletin-buttons-container {
    justify-content: center;
  }
  .bulletin-buttons-container div {
    margin: 5px;
  }
  .article-authors-container {
    max-width: none;
    grid-template-columns: 1fr;
  }
  .article-authors-container a + a > div {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .authors-per-letter {
    height: auto !important;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .authors-per-letter .author:not(:nth-child(-n+2)) {
    padding-top: 0;
  }
  .reference-toggle:hover .hover-block {
    max-height: none;
  }
  .reference-toggle .hover-block {
    width: min-content;
  }
  .bulletin-select-container.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bulletin-select-container.grid .bottom {
    flex: 0 0 100%;
  }
  .publication-controls-container {}
  .publication-details-container .flex-row-wrap.justify-between {
    justify-content: center;
  }
  .publication-details-container .flex-row-wrap.justify-between div:first-of-type {
    margin-right: 16px;
  }
  .authors-list .authors-list-item .authors-per-letter .author {
    max-width: none;
  }
  .author-list {
    width: 100% !important;
  }
}

@media (max-width: 550px) {
  .newest-publication.desktop {
    display: none;
  }
  .newest-publication.mobile {
    display: block;
    min-width: 0;
  }
  .newest-publication.mobile .text-container .button {
    margin-top: 12px !important;
  }
  .newest-publication.mobile .flex-row-wrap.justify-between {
    flex-direction: column;
  }
  .articles-list-item {
    flex-direction: column;
    padding: 0;
  }
  .articles-list-item .article-container {
    margin-top: 6px;
  }
  .publication-reference-links {
    display: flex;
    flex-direction: column;
  }
  .publication-reference-links div + div {
    margin-left: 0px;
    margin-top: 4px;
  }
  .publication-reference-details {
    padding-right: 8px;
  }
  .publication-reference-details .description-text {
    max-width: 280px;
  }
  .publication-details-container .flex-row-wrap.justify-between div:first-of-type {
    margin-right: 0;
  }
  .publication-controls-container .publication-details-container .text-container .button {
    margin: 15px 0 !important;
  }
  .bulletin-select-container {
    flex-direction: column;
  }
  .bulletin-select-container .bulletin-select + .bulletin-select {
    margin: 10px 0 0;
  }
  .bulletin-select-container .bulletin-select {
    max-width: none;
  }
  .article-authors-container .article-author-details .author-image-container {
    min-width: 70px;
  }
  .article-authors-container .article-author-details .author-text-container {
    width: 100%;
  }
  .article-author-details .author-text-container .author-name, 
  .article-author-details .author-text-container .author-position {
    height: auto;
    max-width: 100%;
  }
  .article-author-details {
    max-height: none;
  }
}

@media (max-width: 500px) {
  .bulletin-publications-grid {
    grid-template-columns: 1fr !important;
  }
  .bulletin-publications-grid .image-grid-element {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.deeds .tabs .tabs-content .tab p,
.deeds .tabs .tabs-content .tab p + p {
    margin: 5px 0 !important
}
.deeds .tabs .tabs-content .tab.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
/* .deeds .tabs .tabs-content .tab {
  display: grid !important;
  grid-template-columns: auto auto auto !important;
} */
/* @media (min-width: 768px) {
    .deeds .tabs .tabs-content .tab.active {
        grid-template-columns: auto auto !important;
    }
}
@media (max-width: 768px) {
    .deeds .tabs .tabs-content .tab.active {
      grid-template-columns: auto auto !important;
    }
}
@media (min-width: 992px) {
    .deeds .tabs .tabs-content .tab.active {
        grid-template-columns: auto auto auto !important;
    }
} */

.modal.cookie {
  padding-top: 0;
  height: 120px;
  background: #EFEFEF;
  z-index: 99999;
  bottom: 0;
  top: auto;
  -webkit-box-shadow: 0px -3px 10px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px -3px 10px rgba(0,0,0,0.15);
  box-shadow: 0px -3px 10px rgba(0,0,0,0.15);
}

.modal.cookie .modal-body p {
  letter-spacing: 0px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  text-align: left;
  font-weight: bold;
}

.modal.cookie .modal-body {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}

.modal.cookie .modal-body .close {
    float: none;
    top: 0;
    font-size: 13px;
    line-height: 21px;
}

.modal.cookie .modal-body p {
  margin-bottom: 0;
}

.modal.cookie .modal-body a {
    font-weight: 600;
    color: #B72834;
    margin-top: 5px;
    display: inline-block;
}

.modal.cookie .cookie-notice-action {
  margin-left: auto;
  padding: 0 50px;
}

#cookie-policy .modal-content {
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: 0 0 0 0;
  max-width: 100%;
  border: 0;
}

@media (min-width: 1366px) {
  #cookie-policy .modal-content {
    width: 1236px;
  }
}

@media (min-width: 768px) {
  #cookie-policy .modal-content {
    margin: 0 auto;
  }
}

.nice-select ul.list {
  max-width: 380px;
}

.nice-select ul.list .option {
  white-space: break-spaces;
  line-height: 120%;
  padding: 12px 20px;
}

.author-list {
  width: 33%;
}

.pagination {
  font-size: 0;
}

.pagination li {
  font-size: 16px;
}

.dialogue-cases .columns {
  display: flex;
  margin: 0 -10px;
}

.dialogue-cases .columns .column {
  flex: 1;
  padding: 0 10px;
}

.dialogue-cases h2 {
  margin-top: 30px;
}

.dialogue-cases,
.dialogue-cases p {
  font-size: 13px;
}

.dialogue-cases #title-list li {
  font-size: 16px;
}

.dialogue-cases .expandable-content-wrapper {
  background: #F5F5F5;
  padding: 15px;
  margin: 10px 0 5px;
  font-size: 13px;
  position: relative;
}

.dialogue-cases .expandable-content-wrapper p {
  font-size: 13px;
}

.dialogue-cases .expandable-content-wrapper h6 {
  margin-bottom: 5px;
  font-style: italic;
}

.simplepage sup {
  font-size: 80% !important;
  vertical-align: top !important; 
  position: relative !important; 
  top: -0.5em !important;
}

.dialogue-cases .disputed-norm {
  margin: 10px 0;
}

.dialogue-cases .disputed-norm,
.dialogue-cases .disputed-norm p {
  font-size: 14px;
}

.dialogue-cases h2 a,
.dialogue-cases h2 a:hover {
  color: inherit;
}

.dialogue-cases h2 svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 0px;
  fill: #b72834;
}

.expandable-content-outside-wrapper {
  position: relative;
}

.dialogue-cases .expandable-content-wrapper {
  position: relative;
}

.dialogue-cases .expandable-btn {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: -30px;
  top: 23px;
}

.dialogue-cases .expandable-btn svg {
  width: 20px;
  height: 20px;
  fill: #b72834;
}

.dialogue-cases .columns-expandable {
  padding-top: 5px;
}

.dialogue-cases .expandable-btn svg.expandable-minus {
  display: none;
}

.dialogue-cases .expandable-btn.active svg.expandable-plus {
  display: none;
}

.dialogue-cases .expandable-btn.active svg.expandable-minus {
  display: block;
}

.cases-wrapper .case-item {
  border-bottom: 1px solid #A6ABB2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cases-wrapper .case-item:last-child {
  margin-bottom: 0;
}

.disputed-norm p {
  display: inline-block;
}

.cases-wrapper a {
  color: #B72834;
  font-weight: normal !important;
}

.cases-wrapper a:hover {
  text-decoration: underline #B72834 !important;
}

.submit-date {
  font-size: 13px !important;
  font-style: italic;
}

.scrolled nav .main-menu .menus-wrapper::before {
  display: none;
}

.scrolled nav .main-menu .menus-wrapper {
  height: 100%;
}

.scrolled nav .main-menu .menus-wrapper .cols-3::after {
  background: #A6ABB2;
}

.scrolled header .header-logo {
  margin-left: 0;
}

.main-menu li.has-submenu > ul { display: none; }
/* visible when JS toggles the class */
.main-menu li.has-submenu.is-open > ul { display: block; }

@media (max-width: 920px) {
  .dialogue-cases .expandable-btn {
    position: static;
    margin-top: 20px;
  }

  .dialogue-cases .expandable-content-wrapper {
    margin-top: 10px;
  }
}