html, body {
  min-height: 100vh; }

body {
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  color: #4d1f10;
  font-size: 14px;
  transition: background-color 0.3s ease;
  padding-top: 140px; }

* {
  outline-color: #A9401F !important;
  outline-offset: 10px !important; }

h1, h2, h3, h4 {
  color: #a9401f; }

h1 {
  font-size: 27px;
  padding-bottom: 5px; }
  h1 span {
    color: #486f22;
    font-size: 80%;
    font-style: italic; }

h2 {
  font-size: 20px;
  margin: 30px 0 10px 0; }

main {
  margin-top: 10px;
  padding-bottom: 80px;
  flex: 1;
  font-size: 15px;
  line-height: 23px; }

a {
  color: #A9401F;
  font-weight: 500; }

a:hover, a:active, a:focus {
  color: #873219;
  text-decoration: none; }

@media (min-width: 992px) {
  body {
    padding-top: 190px; }

  main {
    padding-top: 20px;
    margin-top: 0; } }
.btn {
  transition: background-color 0.2s ease; }

.btn-primary {
  background-color: #a9401f;
  border-color: #a9401f; }

.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  background-color: #88321a;
  border-color: #a9401f; }

header {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  background: #EFEDDF;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.12); }
  header div.header-stripe {
    background: #A9401F;
    font-size: 17px; }
    header div.header-stripe .container {
      padding: 7px 10px;
      display: flex;
      justify-content: space-between; }
    header div.header-stripe .container::before, header div.header-stripe .container::after {
      display: none; }
    header div.header-stripe a {
      color: white; }
  header .container {
    position: relative; }
  header a {
    color: #A9401F; }
  header a:hover, header a:focus-visible {
    color: #883219;
    text-decoration: none; }
  header .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3px;
    min-height: 70px; }
    header .header-top .container a.logo {
      display: flex; }
      header .header-top .container a.logo img {
        height: 50px;
        width: 50px;
        margin: 0 10px 0 0; }
      header .header-top .container a.logo div {
        font-size: 14px;
        width: 220px;
        line-height: 20px;
        margin: 5px 0 0 0;
        font-weight: 500; }
        header .header-top .container a.logo div span {
          font-size: 19px;
          display: block;
          font-weight: bold; }
    header .header-top .container div.spacer {
      flex: 1; }
      header .header-top .container div.spacer > p.slogan {
        display: none; }
    header .header-top .container form {
      display: none; }
    header .header-top .container a.search-link {
      font-size: 20px;
      margin: 4px 4px 0 0; }
    @media (min-width: 992px) {
      header .header-top .container a.search-link {
        display: none; }
      header .header-top .container form.top-search-form {
        opacity: 1;
        visibility: visible;
        max-height: none;
        position: relative;
        display: flex;
        align-items: center; }
        header .header-top .container form.top-search-form input {
          box-shadow: none;
          border-radius: 4px;
          background: #cccab9;
          width: 100%;
          transition: all 0.3s ease;
          color: black;
          padding: 0 5px;
          height: 30px;
          border: none;
          outline: none; }
        header .header-top .container form.top-search-form > button {
          position: absolute;
          right: 2px;
          top: 2px;
          border: 0;
          background: none;
          height: 27px;
          color: #A9401F;
          padding-top: 2px; }
          header .header-top .container form.top-search-form > button svg {
            width: 20px;
            height: 20px; }
      header .header-top .container form.top-search-form:hover input, header .header-top .container form.top-search-form:focus-within input, header .header-top .container form.top-search-form:focus input {
        background: white; }
      header .header-top .container div.spacer > p.slogan {
        display: block;
        text-align: center;
        font-size: 28px;
        margin: 0 0 0 0;
        line-height: 18px;
        font-style: italic;
        color: #a9401f;
        font-weight: bold; } }
  header .menu-backdrop {
    background: #d6d2ba; }
    header .menu-backdrop nav {
      opacity: 0;
      overflow: hidden;
      max-height: 0;
      transition: all 0.4s ease;
      font-size: 16px; }
      header .menu-backdrop nav > ul {
        margin-top: 30px; }
      header .menu-backdrop nav ul {
        padding: 2px 0 10px 24px; }
        header .menu-backdrop nav ul li {
          padding: 0 0 0 3px;
          color: #A9401F; }
          header .menu-backdrop nav ul li a {
            display: block;
            padding: 5px 0;
            text-decoration: none; }
    header .menu-backdrop nav.opened {
      opacity: 1;
      max-height: 90vh; }

@media (min-width: 992px) {
  header {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.08); }
    header .menu-backdrop div.container > div {
      display: flex;
      justify-content: space-between; }
    header .menu-backdrop nav {
      opacity: 1;
      max-height: 90vh;
      overflow: inherit; }
      header .menu-backdrop nav ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%; }
        header .menu-backdrop nav ul li {
          margin: 0;
          padding: 0; }
          header .menu-backdrop nav ul li a {
            display: block;
            padding: 7px 20px 8px;
            transition: all 0.3s ease; }
          header .menu-backdrop nav ul li > a:hover,
          header .menu-backdrop nav ul li a:focus-visible {
            background: #A9401F;
            color: white; }
          header .menu-backdrop nav ul li ul.dropdown {
            opacity: 0;
            visibility: hidden;
            max-height: 0;
            padding: 0;
            margin: 0;
            position: absolute;
            display: flex;
            flex-direction: column;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background: #201d1d;
            width: auto;
            box-shadow: 0 13px 10px #0000005e;
            transition: all 0.2s ease; }
            header .menu-backdrop nav ul li ul.dropdown li a {
              background: none;
              color: white; }
            header .menu-backdrop nav ul li ul.dropdown li > a:hover,
            header .menu-backdrop nav ul li ul.dropdown li a:focus-visible {
              background: #0a0a0a;
              color: white; }
            header .menu-backdrop nav ul li ul.dropdown li.active a {
              background: #A9401F;
              color: white; }
        header .menu-backdrop nav ul li.active a {
          background: #A9401F;
          color: white; }
        header .menu-backdrop nav ul li:hover ul.dropdown,
        header .menu-backdrop nav ul li:focus-within ul.dropdown,
        header .menu-backdrop nav ul li:focus ul.dropdown {
          opacity: 1;
          visibility: visible;
          max-height: 1200px; } }
div.theme-switcher {
  position: absolute;
  top: 17px;
  right: 73px;
  color: white;
  flex: 1;
  margin: 0 30px;
  text-align: right;
  z-index: 10; }
  div.theme-switcher button {
    border: 0;
    color: white;
    background: none;
    margin: 6px 10% 0 0;
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block; }
    div.theme-switcher button span svg {
      position: absolute;
      transition: opacity 0.4s ease;
      opacity: 0;
      width: 24px;
      height: 24px;
      top: 0;
      left: 0; }
    div.theme-switcher button span.active svg {
      opacity: 1; }

@media (min-width: 992px) {
  div.theme-switcher {
    right: -16px;
    top: 71px; } }
button#toggleMenu {
  margin: 0 0 0 15px;
  border: 0;
  padding: 0;
  width: 30px;
  height: 38px;
  position: relative;
  cursor: pointer;
  background: none; }
  button#toggleMenu span {
    left: 0;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #A9401F;
    border-radius: 1px;
    opacity: 1;
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  button#toggleMenu span:nth-child(1) {
    top: 9px; }
  button#toggleMenu span:nth-child(2), button#toggleMenu span:nth-child(3) {
    top: 18px; }
  button#toggleMenu span:nth-child(4) {
    top: 27px; }

button#toggleMenu.opened span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%; }
button#toggleMenu.opened span:nth-child(2) {
  transform: rotate(45deg); }
button#toggleMenu.opened span:nth-child(3) {
  transform: rotate(-45deg); }
button#toggleMenu.opened span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

@media (min-width: 992px) {
  button#toggleMenu {
    display: none; } }
@media (min-width: 992px) {
  header .menu-backdrop nav {
    display: flex; }
    header .menu-backdrop nav ul li.active a {
      background: #a9401f;
      color: white;
      border-radius: 5px; } }
.btn > svg, td > svg, a > svg {
  height: 1.0em;
  width: 1.0em;
  margin: 0 0 -0.1em 0; }

.top-image {
  margin: -31px 0 0 0; }
  .top-image img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    margin: 0;
    border: 0;
    border-bottom: 5px #A9401F solid; }

@media (min-width: 992px) {
  .top-image {
    margin: -50px 0 0; }
    .top-image img {
      max-height: 510px; } }
footer {
  background: #d6d2ba;
  min-height: 40px;
  padding: 20px 0 0 0;
  border-top: 5px #a9401f solid; }
  footer .footer-content .disclaimer {
    font-size: 10px; }
  footer .footer-content .center-block {
    margin: 30px 0;
    text-align: center; }
  footer .footer-content a.logo {
    display: flex; }
    footer .footer-content a.logo img {
      height: 50px;
      width: 50px;
      margin: 0 10px 0 0; }
    footer .footer-content a.logo div {
      font-size: 14px;
      width: 220px;
      line-height: 20px;
      margin: 5px 0 0 0;
      font-weight: 500; }
      footer .footer-content a.logo div span {
        font-size: 19px;
        display: block;
        font-weight: bold; }
  footer .footer-content p.address {
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: black; }
    footer .footer-content p.address svg {
      width: 1.8em;
      height: 1.8em;
      vertical-align: -8px; }
  footer .footer-content .footer-btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer .footer-content .footer-btns > * {
      display: block;
      margin: 0 0 10px; }
  footer .footer-content .slogan {
    text-align: center;
    max-width: 300px;
    margin: 10px auto 10px; }
  footer div.copyright {
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    background: #A9401F;
    padding: 4px;
    color: white; }

@media (min-width: 992px) {
  footer .footer-content p.address {
    text-align: left;
    font-size: 16px;
    max-width: 240px;
    padding-left: 40px; }
    footer .footer-content p.address svg {
      position: absolute;
      margin: 0 0 0 -35px; }
  footer .footer-content > div.container {
    display: flex;
    justify-content: space-between; }
  footer .footer-content a.logo {
    width: 280px; }
  footer .footer-content .center-block {
    margin: 0 30px 0 0; }
  footer .footer-content div.disclaimer {
    text-align: right; } }
ol.breadcrumbs {
  list-style: none;
  padding: 0;
  min-height: 17px;
  font-size: 14px;
  display: inline-block;
  margin: 20px 0 0 auto; }
  ol.breadcrumbs li {
    float: left;
    padding-right: 10px;
    color: #4f4e4e;
    line-height: 17px; }
    ol.breadcrumbs li a {
      text-decoration: none; }
  ol.breadcrumbs li:after {
    content: "/";
    margin: 1px 0 0 10px; }
  ol.breadcrumbs li:last-child:after {
    display: none;
    content: ""; }

.page-images {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .page-images li {
    width: calc(50% - 5px);
    margin: 0 4px 5px 0; }
    .page-images li img {
      width: 100%;
      border-radius: 3px; }
  @media (min-width: 772px) {
    .page-images li {
      width: calc(25% - 5px);
      border-radius: 10px; } }

.pages-sub-list {
  margin-top: 20px; }
  .pages-sub-list .pages-sub-item .thumbnail {
    background: none; }
  .pages-sub-list .pages-sub-item img {
    width: 100%;
    border-radius: 3px; }
  .pages-sub-list .pages-sub-item h2 {
    font-size: 25px;
    margin-top: 4px; }
  .pages-sub-list .pages-sub-item time {
    opacity: 0.8;
    font-size: 12px; }
  @media (min-width: 772px) {
    .pages-sub-list .pages-sub-item .thumbnail {
      width: 100%;
      padding: 0;
      border: 0;
      display: flex;
      justify-content: space-between; }
    .pages-sub-list .pages-sub-item a {
      width: 100%;
      max-width: 240px;
      line-height: 27px; }
    .pages-sub-list .pages-sub-item div.caption {
      padding-top: 0;
      flex: 1; }
      .pages-sub-list .pages-sub-item div.caption h2 {
        margin: 0 0 10px;
        font-size: 20px; } }

#searchResultList {
  margin: 30px 0 20px; }
  #searchResultList ol li {
    margin: 0 0 30px;
    line-height: 13px; }
    #searchResultList ol li p {
      line-height: 20px; }
    #searchResultList ol li time {
      opacity: 0.8;
      font-size: 12px; }

.filter-block {
  margin: 20px 0; }

.modal-content {
  background-color: #e9e6d9; }

.modal-header .btn {
  height: 33px;
  width: 33px;
  padding: 0; }
.modal-header h2 {
  font-size: 18px;
  margin: 0;
  padding: 0; }

#feedback-captcha-image {
  background: white;
  border-radius: 5px; }

.error-summary {
  background-color: white;
  padding: 10px;
  margin: 0 0 10px;
  border-radius: 6px;
  border: 1px solid #a0401a;
  color: #a0401a; }
  .error-summary p {
    font-size: 14px !important;
    color: black !important;
    margin: 0 0 7px 0; }
  .error-summary ul {
    padding: 0 0 0 13px; }

div.f12-copyright {
  background: #201e1e;
  padding: 5px 10px 2px;
  font-size: 10px;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  align-items: center; }
  div.f12-copyright a {
    color: #dbdbdb;
    text-decoration: none;
    font-weight: normal; }
    div.f12-copyright a span {
      font-size: 11px;
      display: block; }
  div.f12-copyright img {
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0; }

@media (min-width: 775px) {
  div.f12-copyright {
    font-size: 12px; }
    div.f12-copyright a span {
      font-size: 12px;
      display: inline; }
    div.f12-copyright img {
      width: 25px;
      height: 25px; } }
@media (min-width: 992px) {
  .contact-page {
    display: flex;
    justify-content: space-between; }
    .contact-page > div {
      width: calc(50% - 30px); } }
div.block-bordered {
  background: white;
  padding: 20px 20px;
  border-radius: 10px;
  color: #a9401f;
  font-size: 16px;
  border: 3px #a9401f solid; }
  div.block-bordered svg {
    height: 1.5em;
    width: 1.5em;
    margin: 0 5px 0 0;
    vertical-align: -6px; }

ul.checked {
  margin: 30px 0;
  list-style: none; }
  ul.checked li {
    margin: 0 0 20px; }
    ul.checked li svg {
      height: 1.5em;
      width: 1.5em;
      position: absolute;
      margin: 2px 0 0 -36px;
      background: #707310;
      color: white;
      border-radius: 5px;
      padding: 3px; }

.images-gallery {
  max-width: calc(100vw - 16px);
  margin: 30px 0 30px -15px;
  overflow: hidden; }
  .images-gallery picture {
    display: block;
    margin: 0 0 0 20px; }
    .images-gallery picture img {
      border-radius: 5px; }

section#landing-form {
  background: #a9401f;
  margin: 60px -15px -80px;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  section#landing-form label {
    color: white; }
  section#landing-form p.form-confirm {
    font-size: 13px;
    line-height: 120%;
    margin: 20px 0; }
    section#landing-form p.form-confirm a {
      color: white; }
  section#landing-form > div.form-header {
    margin: 30px 0 40px 0; }
    section#landing-form > div.form-header h3 {
      color: #DFDDCE;
      font-size: 50px;
      font-weight: 600; }
      section#landing-form > div.form-header h3 span svg {
        width: 1em;
        height: 1em;
        margin: 3px 0px -17px 0; }
      section#landing-form > div.form-header h3 span svg:last-child {
        display: none; }
      section#landing-form > div.form-header h3 b {
        color: white; }
  section#landing-form p {
    font-size: 25px;
    margin: 40px 0 40px 0;
    color: #d7d7d7;
    font-weight: 500;
    line-height: 27px; }

@media (min-width: 992px) {
  section#landing-form {
    display: flex;
    justify-content: center;
    margin: 60px 0 -80px;
    padding: 70px 0; }
    section#landing-form > div.form-header h3 {
      width: 80%;
      font-size: 60px;
      padding: 0;
      max-width: 560px;
      margin-top: -50px; }
      section#landing-form > div.form-header h3 span svg:first-child {
        display: none; }
      section#landing-form > div.form-header h3 span svg:last-child {
        display: inline; }
    section#landing-form > div {
      width: 36%;
      max-width: 490px; }
    section#landing-form p {
      margin: 0 0 20px 0; } }
#person-index {
  display: flex;
  flex-wrap: wrap; }
  #person-index div.person {
    display: flex;
    padding: 10px;
    background: #f5f3e8;
    margin: 0 0 10px;
    border-radius: 5px;
    align-items: center; }
    #person-index div.person div.image {
      margin: 0 20px 0 0; }
      #person-index div.person div.image img {
        width: 70px;
        height: 70px;
        border-radius: 50%; }
    #person-index div.person div.name {
      font-size: 16px;
      margin: 0 0 5px; }
    #person-index div.person div.info .post {
      font-size: 14px;
      line-height: 16px;
      color: black;
      opacity: 0.7; }

@media (min-width: 772px) {
  #person-index div.person {
    width: calc(33% - 5px);
    margin: 0 10px 10px 0; }
  #person-index div.person:nth-child(3n) {
    margin-right: 0; } }
#person-view {
  margin: 30px 0 0; }
  #person-view div.person-header {
    display: flex;
    align-items: center;
    margin: 0 0 30px; }
    #person-view div.person-header div.image {
      margin: 0 20px 0 0; }
      #person-view div.person-header div.image img {
        width: 70px;
        height: 70px;
        border-radius: 50%; }
  #person-view div.post {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    background-color: #f5f3e8;
    border-radius: 5px;
    font-weight: bold; }

#floatingBtn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: #e45b30;
  border: white 5px solid;
  border-radius: 20px;
  color: white;
  padding: 8px 10px;
  box-shadow: 0 4px 9px 6px #00000045;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden; }
  #floatingBtn svg {
    width: 30px;
    height: 30px;
    display: inline-block; }
  #floatingBtn span {
    overflow: hidden;
    display: inline-block;
    max-width: 0;
    transition: max-width 0.6s ease;
    white-space: nowrap; }

@media (min-width: 772px) {
  #floatingBtn:hover, #floatingBtn:focus {
    box-shadow: 0 10px 6px 3px #00000045;
    transform: scale(1.1);
    background: #ef7951; }
    #floatingBtn:hover span, #floatingBtn:focus span {
      max-width: 300px;
      margin: 0 0 0 10px; } }
#floatingBtn.visible {
  opacity: 1;
  visibility: visible; }

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

.container h3{
	font-size:21px;
}
.container h2{
	font-size:24px;
}