/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: border-box; }

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit; }

html {
  cursor: default;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.15;
  -moz-tab-size: 4;
  tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  height: 0;
  overflow: visible; }

main {
  display: block; }

nav ol, nav ul {
  list-style: none; }

pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not([fill]) {
  fill: currentColor; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input, select {
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

input {
  overflow: visible; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

select {
  text-transform: none; }

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical; }

[type=checkbox], [type=radio] {
  padding: 0; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

:-moz-focusring {
  outline: 1px dotted ButtonText; }

details {
  display: block; }

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

[hidden] {
  display: none; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true], [disabled] {
  cursor: not-allowed; }

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }
/*# sourceMappingURL=sanitize.min.css.map */
body, html {
  min-height: 100%; }

body {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  overflow: scroll-y;
  line-height: 22px; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #6d0e24; }

.hidden {
  display: none !important; }

.menu {
  padding: 10px;
  margin: 0 auto 20px;
  text-align: center;
  color: #333;
  text-shadow: 0px 0px 1px #fff;
  border-radius: 8px;
  text-align: center; }
  .menu__link {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    transition: color 0.3s;
    position: relative;
    display: inline-block;
    margin: 15px -2px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: grey; }
    @media (max-width: 600px) {
  .menu__link {
    margin: 5px -2px;
    padding: 5px 10px; } }
    .menu__link::after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #921833;
      content: '';
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s;
      transform: translateY(-10px); }
    .menu__link::before {
      top: 0;
      transform: translateY(-10px); }
    .menu__link::after {
      bottom: 0;
      transform: translateY(10px); }
    .menu__link:hover, .menu__link--active {
      color: #6d0e24; }
    .menu__link:hover::before, .menu__link--active:before, .menu__link:hover::after, .menu__link--active:after {
      opacity: 1;
      transform: translateY(0px); }

.logo {
  margin-top: 25px;
  text-align: center; }
  .logo__a {
    display: block; }
  .logo__img {
    max-height: 80px; }

.lang {
  font-family: 'Caveat', cursive;
  font-size: 23px;
  position: absolute;
  top: 100px;
  right: 100px;
  transform: rotate(-30deg); }
  @media (max-width: 1200px) {
  .lang {
    transform: rotate(0deg);
    top: 10px;
    right: 10px; }
    .lang__label {
      display: none; } }
  .lang__link {
    color: #1368c3;
    display: block;
    margin-bottom: 5px; }
  .lang__flag {
    height: 30px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 50px; }

.pages__cell {
  width: 100%; }
  .pages__content {
    max-width: 980px;
    margin: auto;
    padding: 0 15px; }
    .pages__content--with-gallery {
      display: flex;
      flex-wrap: wrap; }
  .pages__gallery {
    flex: 0 1 500px;
    padding-left: 50px; }
  .pages__gallery-img {
    border: 2px solid #ccc;
    margin-bottom: 10px; }
  .pages__content-main {
    flex: 1 1 300px; }

.footer {
  border-top: 1px solid #ccc;
  max-width: 980px;
  margin: 20px auto;
  padding: 20px;
  text-align: center; }

.carousel img:not(.swiadectwo) {
  max-width: 50%;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  border: 2px solid #6d0e24; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  border: 2px solid #6d0e24; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.contact-form label {
  display: block;
  margin-bottom: 3px; }

.contact-form textarea {
  border: 1px solid #bbb;
  padding: 4px;
  width: 70%;
  height: 150px;
  float: left;
  clear: both; }

.contact-form input {
  border: 1px solid #bbb;
  padding: 4px; }

.contact-form button {
  border: 0;
  margin-top: 10px;
  padding: 5px 20px;
  color: #fff;
  background: #6d0e24;
  float: left;
  clear: both; }

.welcome {
  height: 500px;
  margin: auto;
  position: relative;
  text-align: center; }

canvas {
  max-width: 100% !important; }

.welcome h1 {
  font-weight: 300;
  font-size: 34px;
  font-style: italic;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0; }

.welcome p {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  position: absolute;
  top: 150px;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff, 1px 1px 2px #fff;
  left: 0;
  right: 0;
  max-width: 100%;
  text-align: center; }

.footer {
  max-width: 980px;
  color: #bbb;
  margin: 20px auto;
  border-top: 2px solid #cdcdcd;
  padding-top: 20px;
  text-align: center; }
