@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;
}

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: 1024px) {
  main .inner, header .inner, nav .inner, footer .inner, section .inner {
    width: 1000px;
  }
}
@media (min-width: 1366px) {
  main .inner, header .inner, nav .inner, footer .inner, section .inner {
    width: 1236px;
  }
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

body {
  color: #000;
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

h1, .heading-1, .title-1 {
  color: #A6ABB2;
  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: rgba(183, 40, 52, 0.1);
}
.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: #A6ABB2;
  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: #A6ABB2;
  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;
}
.search-results .search-result .title p {
  color: #000;
}
@media (min-width: 1100px) {
  .search-results .search-result .title p {
    padding-right: 200px;
  }
}
.search-results .search-result .title p.has-button {
  padding-right: 160px;
}
.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;
}
@media (min-width: 768px) {
  .deeds .tabs .tabs-content .tab.active {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .deeds .tabs .tabs-content .tab.active {
    columns: 3;
  }
}
.deeds .tabs .tabs-content .tab p {
  position: relative;
  padding-left: 25px;
}
@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, .deeds ul.level-7, .deeds ul.level-8 {
  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, .deeds ul.level-7 > li > .level-toggle, .deeds ul.level-8 > 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, .deeds ul.level-7 > li.has-submenu > .level-toggle::before, .deeds ul.level-7 > li.has-submenu > .level-toggle::after, .deeds ul.level-8 > li.has-submenu > .level-toggle::before, .deeds ul.level-8 > 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, .deeds ul.level-7 > li.has-submenu > .level-toggle::after, .deeds ul.level-8 > 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, .deeds ul.level-7 > li.has-submenu > .level-toggle:hover::before, .deeds ul.level-7 > li.has-submenu > .level-toggle:hover::after, .deeds ul.level-8 > li.has-submenu > .level-toggle:hover::before, .deeds ul.level-8 > 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, .deeds ul.level-7 > li.ajax-loading > .level-toggle, .deeds ul.level-8 > 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, .deeds ul.level-7 > li.ajax-loading > .level-toggle::before, .deeds ul.level-7 > li.ajax-loading > .level-toggle::after, .deeds ul.level-8 > li.ajax-loading > .level-toggle::before, .deeds ul.level-8 > 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, .deeds ul.level-7 > li.opened > .level-toggle::before, .deeds ul.level-8 > 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, .deeds ul.level-7 > li.opened > .level-toggle::after, .deeds ul.level-8 > 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, .deeds ul.level-7 > li.opened > .level-3, .deeds ul.level-8 > 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;
}

.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;
  }
}
.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: 1024px) {
  header {
    position: static;
    z-index: 10;
  }
}
header .inner {
  display: flex;
  align-items: center;
  height: 70px;
}
@media (min-width: 1024px) {
  header .inner {
    height: 120px;
  }
}
header .header-logo {
  margin: 0 auto 0 7%;
}
@media (min-width: 1024px) {
  header .header-logo {
    margin-left: 8.5%;
  }
}
header .header-logo img {
  width: auto;
  height: 48px;
}
@media (min-width: 1024px) {
  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: 1024px) {
  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: 1024px) {
  header .search-form {
    position: relative;
    display: block;
    margin: 0 0 0 30px;
  }
}
header .search-form form {
  display: flex;
  padding: 0 0 0 14px;
  background: #EFEFEF;
  border-radius: 4px;
}
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: 1024px) {
  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: 1024px) {
  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: 1024px) {
  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;
}

nav {
  display: none;
}
@media (min-width: 1024px) {
  nav {
    z-index: 11;
    display: block;
  }
}
nav .only-scrolled {
  display: none !important;
}
nav .main-menu {
  width: 100%;
  height: 56px;
}
@media (min-width: 1024px) {
  nav .main-menu {
    background-color: #B72834;
  }
}
nav .main-menu .level-1 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 56px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  nav .main-menu .level-1 {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 738px;
  }
}
@media (min-width: 1024px) {
  nav .main-menu .level-1 {
    width: 1000px;
  }
}
@media (min-width: 1366px) {
  nav .main-menu .level-1 {
    width: 1236px;
  }
}
@media (min-width: 1024px) {
  nav .main-menu .level-1::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: 1024px) {
  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: 1024px) {
  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;
  }
}
@media (max-width: 1365px) {
  nav .main-menu .level-1 > li .level-4 {
    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: 1024px) {
  .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: 1024px) {
  .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: none;
  }
  .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: 1024px) and (min-width: 1024px) {
  .scrolled nav .main-menu .level-1 > li.separator::after {
    background: #A6ABB2;
  }
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) and (min-width: 1024px) {
  .scrolled .only-scrolled {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .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: 1024px) and (min-width: 1024px) {
  .scrolled .search-form.only-scrolled.active {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .scrolled .search-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .scrolled .search-form button {
    background: none;
    border: none;
  }
}
@media (min-width: 1366px) {
  .scrolled header .header-logo .scrolled-logo {
    display: block;
  }
}
.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;
  }
  .mobile-menu-open nav .main-menu .level-3 > li.opened::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .mobile-menu-open nav .main-menu .level-3 > li.opened > .level-4 {
    display: block;
  }
}
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: #971D27;
}
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;
}
@media (min-width: 1366px) {
  footer .footer-bar .policies-links {
    margin: 0 30px;
  }
}
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: 1024px) {
  .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 {
  display: block;
  padding: 7px 20px;
}
.sidebar-menu > li.active {
  margin-top: 5px;
}
.sidebar-menu > li.active > a {
  padding: 8px 0 8px 20px;
  color: #B72834;
  font-weight: 500;
  border-left: 3px solid #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 {
  padding: 3px 0 3px 20px;
}
.sidebar-menu .submenu.level-2 > li.active > 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 {
  padding: 3px 0 3px 44px;
}
.sidebar-menu .submenu.level-3 > li.active > a {
  color: #B72834;
}

.home-news .heading-1 {
  margin-bottom: 15px;
}
.home-news .heading-4 {
  margin-bottom: 30px;
  padding-top: 15px;
  color: #A6ABB2;
  border-top: 3px solid #A6ABB2;
}
@media (min-width: 1024px) {
  .home-news .heading-4 {
    margin-bottom: 35px;
  }
}
.home-news .inner {
  padding: 110px 25px 20px;
}
@media (min-width: 1024px) {
  .home-news .inner {
    padding: 60px 0 80px;
  }
}
@media (min-width: 1024px) {
  .home-news-row {
    display: flex;
    justify-content: space-between;
  }
}
.home-news-row + .home-news-row {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .home-news-col-1 {
    position: relative;
    width: 290px;
  }
}
@media (min-width: 1024px) {
  .home-news-col-1.center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .home-news-col-1 .home-useful-card {
    margin-top: 30px;
  }
}
.home-news-col-1 .home-useful-card span {
  color: #B72834;
}
@media (min-width: 1024px) {
  .home-news-col-3 {
    width: 680px;
  }
}
@media (min-width: 1366px) {
  .home-news-col-3 {
    width: 920px;
  }
}
.home-news .quick-links {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 35px;
}
@media (min-width: 1024px) {
  .home-news .quick-links {
    margin-top: 35px;
  }
}
.home-news .quick-links a {
  position: relative;
  padding-right: 12px;
  color: #B72834;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: text-decoration 0.4s;
}
.home-news .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-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;
}
@media (min-width: 1024px) {
  .home-news-cards {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
.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: contain;
}
.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;
}
.home-news-card p {
  color: #000;
}
.home-news-card p.date {
  margin-bottom: 10px;
  color: #73777E;
  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 56px;
  font-size: 13px;
  line-height: 21px;
}
.home-news-card .quick-link {
  display: flex;
  margin: 20px 0 35px;
}
@media (min-width: 1024px) {
  .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: 48px 32px 38px;
  background: #A6ABB2;
}
@media (min-width: 1024px) {
  .home-news-tower {
    position: absolute;
    bottom: 0;
  }
}
.home-news-tower-action {
  margin-top: 34px;
}
.home-news-tower-action a {
  display: block;
  color: #A6ABB2;
  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: #A6ABB2;
}
.home-useful .inner {
  padding: 38px 25px 57px;
}
@media (min-width: 1024px) {
  .home-useful .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-useful .heading-1 {
  color: #fff;
}
.home-useful-cards {
  margin-top: 38px;
  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: 1024px) {
  .home-useful-cards {
    grid-template-columns: repeat(6, 1fr);
  }
}
.home-useful-card a {
  display: flex;
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .home-useful-card figure {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
}
.home-useful-card figure img {
  width: 49%;
  height: auto;
}
@media (min-width: 1024px) {
  .home-useful-card figure img {
    width: auto;
  }
}
.home-useful-card span {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .home-useful-card span {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}
.home-notes .inner {
  padding: 60px 25px;
}
@media (min-width: 1024px) {
  .home-notes .inner {
    padding: 120px 0;
  }
}
.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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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 {
  padding-bottom: 15px;
  border-bottom: 3px solid #A6ABB2;
}
.home-gallery-row {
  margin-top: 33px;
  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 113px;
}
@media (min-width: 1024px) {
  .home-contacts .inner {
    display: flex;
    justify-content: space-between;
    padding: 107px 0 113px;
  }
}
@media (min-width: 1024px) {
  .home-contacts-image {
    width: 370px;
  }
}
@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: 1024px) {
  .home-contacts-text {
    margin-top: 0;
    width: 605px;
  }
}
.home-contacts-text .heading-1 {
  margin-bottom: 37px;
}
@media (min-width: 1024px) {
  .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;
}
.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;
}
@media (min-width: 768px) {
  .home-contacts-cols {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .home-contacts-cols > div {
    width: 48%;
  }
}
.home-contacts-cols > div + div {
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .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: 22px;
}
.home-contacts-cols .social-menu {
  margin-top: 10px;
}
.home-contacts-cols .social-menu li svg {
  fill: #B72834;
  width: 20px;
  height: auto;
}
.home-contacts-cols .social-menu li + li {
  margin-left: 19px;
}
.home-contacts-cols ul:not([class]) {
  margin-top: 6px;
}
.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: 5px;
  width: 6px;
  height: 10px;
  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;
}

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