header.sticked #wcag-tab-next-0 {
  top: 70px; }

body a:focus, body .btn:focus, body button:focus, body input[type='file']:focus {
  outline: 2px solid var(--element1-color) !important; }

.text p {
  text-align: left; }

.owl-carousel .owl-dot:focus {
  outline: 2px solid var(--element1-color) !important; }

.card-icon .text p {
  text-align: center; }

.card-photo .text p {
  text-align: center; }

.circle-card .text p {
  text-align: center; }
.circle-card .wrapper:focus {
  outline: 2px solid var(--element1-color) !important; }

.cookies-settings #cookies-settings-title {
  padding-right: 30px; }
.cookies-settings .cookie-change input[type="checkbox"]:focus {
  outline: 2px solid var(--element1-color) !important; }

.wcag-options-mini {
  width: 50px;
  height: 50px;
  box-shadow: 0 -1px 5px 0 #acabab;
  cursor: pointer;
  background-color: var(--light-bg);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  z-index: 5000;
  right: 20px;
  bottom: 20px;
  background-image: url("/img/wcag-mini.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .wcag-options-mini:hover {
    background-size: 40px; }

#wcag-settings-tadam {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000055; }
  #wcag-settings-tadam .container {
    max-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column; }
  #wcag-settings-tadam .wrapper {
    position: relative;
    display: none;
    width: 1000px;
    max-width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 -1px 10px 0 #acabab; }
  #wcag-settings-tadam .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    z-index: 1; }
    #wcag-settings-tadam .btn-close:hover {
      background-color: #ff6666; }
  #wcag-settings-tadam .scroll-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%; }
  #wcag-settings-tadam .wcag-wrapper .description {
    text-align: left;
    text-transform: initial; }
  #wcag-settings-tadam .wcag-wrapper .btn {
    border: 2px solid var(--element1-color);
    margin-bottom: 15px;
    width: 100%;
    justify-content: flex-start;
    padding: 10px;
    text-align: left; }
  #wcag-settings-tadam .wcag-wrapper .font-size .btn span {
    word-break: normal; }
  #wcag-settings-tadam .wcag-wrapper .font-size .btn.normal {
    font-size: 15rem; }
  #wcag-settings-tadam .wcag-wrapper .font-size .btn.big {
    font-size: 19rem; }
  #wcag-settings-tadam .wcag-wrapper .font-size .btn.biggest {
    font-size: 22rem; }
  #wcag-settings-tadam .wcag-wrapper .contrast .btn.normal {
    background-color: white !important;
    color: black !important; }
  #wcag-settings-tadam .wcag-wrapper .contrast .btn.black-white {
    background-color: black !important;
    color: white !important; }
  #wcag-settings-tadam .wcag-wrapper .contrast .btn.yellow-black {
    background-color: yellow !important;
    color: black !important; }
  #wcag-settings-tadam .wcag-wrapper .contrast .btn.black-yellow {
    background-color: black !important;
    color: yellow !important; }
  #wcag-settings-tadam .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--light-bg);
    padding-bottom: 10px; }

.wcag-settings {
  display: flex;
  align-items: center; }
  .wcag-settings .font-size {
    display: flex;
    align-items: center;
    margin-right: 50px; }
    .wcag-settings .font-size .btn {
      padding: 2px;
      margin: 0 4px;
      border: none; }
      .wcag-settings .font-size .btn span {
        word-break: normal; }
      .wcag-settings .font-size .btn.normal {
        font-size: 15rem; }
      .wcag-settings .font-size .btn.big {
        font-size: 19rem; }
      .wcag-settings .font-size .btn.biggest {
        font-size: 22rem; }
  .wcag-settings .contrast {
    display: flex;
    align-items: center; }
    .wcag-settings .contrast .btn {
      font-size: 15rem;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border: 2px solid black;
      margin: 0 2px;
      padding: 0; }
      .wcag-settings .contrast .btn.normal {
        background-color: white;
        color: black; }
      .wcag-settings .contrast .btn.black-white {
        background-color: black;
        color: white; }
      .wcag-settings .contrast .btn.yellow-black {
        background-color: yellow;
        color: black; }
      .wcag-settings .contrast .btn.black-yellow {
        background-color: black;
        color: yellow; }
  .wcag-settings p {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 500; }

.owl-carousel .nav-wrapper {
  display: flex; }

.checkbox-label .checkbox-styled {
  display: none; }
.checkbox-label input[type='checkbox'] {
  width: 25px;
  min-width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  opacity: 1; }
  .checkbox-label input[type='checkbox']:focus {
    outline: 2px solid var(--element1-color) !important; }

.gallery-carousel .owl-item {
  padding: 2px; }
  .gallery-carousel .owl-item a {
    display: block; }

#wcag-tab-next-0 {
  /*    z-index: -1;
      opacity: 0;*/
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--primary-bg);
  border-radius: 5px;
  padding: 5px 10px;
  color: var(--primary-text);
  width: auto;
  height: auto;
  max-width: calc(100% - 20px); }
  #wcag-tab-next-0:focus {
    outline: 2px solid var(--element1-color) !important;
    z-index: 100;
    opacity: 1; }

.wcag-tabindex {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  background-color: #00000077;
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  top: 0; }
  .wcag-tabindex a {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 10px;
    max-width: calc(100% - 20px); }
  .wcag-tabindex:focus-within {
    z-index: 7;
    opacity: 1; }

.module-group {
  position: relative; }

#footer {
  position: relative; }

.image {
  position: relative; }
  .image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 15px;
    z-index: 1; }

#main-menu.mini-menu .page-nav .my-dropdown-mini:focus {
  outline: 2px solid var(--element1-color) !important; }

@media (max-width: 575.5px) {
  header.sticked {
    transform: translateY(-50px); }

  #top-bar {
    display: flex; }
    #top-bar .left {
      display: none; }
    #top-bar .right {
      display: none; }
    #top-bar .center {
      width: 100%; }

  .wcag-settings {
    width: 100%;
    justify-content: space-between;
    padding-right: 10px; }
    .wcag-settings p {
      display: none; }

  main {
    padding-top: 130px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  #top-bar .left {
    display: none; }
  #top-bar .right {
    display: none; }
  #top-bar .center {
    width: 100%; }

  .wcag-settings {
    width: 100%;
    justify-content: space-between;
    padding-right: 10px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  #top-bar .left {
    display: none; } }
@media (min-width: 1580px) {
  .foto-block-text .wrapper .foto .foto-background .text {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
