@charset "UTF-8";
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Reg.ttf");
}
@font-face {
  font-family: "lato";
  font-style: italic;
  src: url("fonts/Lato-RegIta.ttf");
}
@font-face {
  font-family: "lato";
  font-weight: bold;
  src: url("fonts/Lato-Bol.ttf");
}
@font-face {
  font-family: "lato";
  font-weight: bold;
  font-style: italic;
  src: url("fonts/Lato-BolIta.ttf");
}
@font-face {
  font-family: "lato";
  font-weight: 900;
  src: url("fonts/Lato-Heavy.ttf");
}
@font-face {
  font-family: "lato";
  font-weight: 500;
  src: url("fonts/Lato-Semibold.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("fonts/Montserrat-Italic.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url("fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  font-style: italic;
  src: url("fonts/Montserrat-BoldItalic.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url("fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url("fonts/Montserrat-Thin.ttf");
}
@font-face {
  font-family: "NunitoSans";
  src: url("fonts/NunitoSans-Regular.ttf");
}
@font-face {
  font-family: "NunitoSans";
  font-style: italic;
  src: url("fonts/NunitoSans-Italic.ttf");
}
@font-face {
  font-family: "NunitoSans";
  font-weight: bold;
  src: url("fonts/NunitoSans-Bold.ttf");
}
@font-face {
  font-family: "NunitoSans";
  font-weight: bold;
  font-style: italic;
  src: url("fonts/NunitoSans-BoldItalic.ttf");
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 900;
  src: url("fonts/NunitoSans-Black.ttf");
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 500;
  src: url("fonts/NunitoSans-SemiBold.ttf");
}
@font-face {
  font-family: "Magistral";
  src: url("fonts/MGS45.otf") format("opentype");
}
@font-face {
  font-family: "Magistral";
  font-weight: bold;
  src: url("fonts/MGS65.otf") format("opentype");
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #777, 10%;
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
}

span + label {
  margin-top: 0;
}

input, select, textarea, .input-placeholder, .input-combo {
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  height: 52px;
  font-size: 0.9rem;
}

.submit-controls {
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.submit-controls > div {
  width: 100%;
}

.submit-area {
  display: block;
  text-align: right;
}

.submit-area .button {
  margin: 0;
}

/* ================= formularze nowe ================ */
input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  font-style: none;
  opacity: 0.4;
}
input ::-moz-placeholder, textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  font-style: none;
  opacity: 0.4;
}
input :-ms-input-placeholder, textarea :-ms-input-placeholder { /* IE 10+ */
  color: #333;
  font-style: none;
  opacity: 0.4;
}
input :-moz-placeholder, textarea :-moz-placeholder { /* Firefox 18- */
  color: #333;
  font-style: none;
  opacity: 0.4;
}

.select-placeholder {
  color: #999999;
}

.select select {
  margin: 0 !important;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 52px;
  margin: 10px 0;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 24px;
  right: 10px;
}

.styledSelect:active, .styledSelect.active {
  background-color: #efefef;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #00b7c5;
  color: #fff;
}

.single ul, .single .submit-area, .single .button {
  margin: 0;
}

.single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single > * {
  margin-right: 10px !important;
}
.single > :last-child {
  margin-right: 0 !important;
}

.single ul {
  flex: 1;
}

.single ul input {
  margin: 0;
  height: 50px;
  box-sizing: border-box;
  display: block;
}

/* --- input type=radio, input type=checkbox --- */
input[type=checkbox] + label, input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 10px 0;
}

input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=checkbox]:checked + label::before {
  content: "✓";
  background: #00b7c5;
}

input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio] + label::before {
  content: "";
  display: inline-block;
  vertical-align: 0.2em;
  width: 8px;
  height: 8px;
  max-width: 8px;
  min-width: 8px;
  margin-right: 10px;
  background: #121011;
  border: 8px solid #121011;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 0 2px #00b7c5;
}

input[type=radio]:checked + label::before {
  content: "";
  background: #fff;
}

input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.checklist.rodo label {
  font-size: 0.7rem;
}

/* === DISABLED === */
input[type=checkbox][disabled] + label {
  opacity: 0.8;
}

input[type=checkbox][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[type=radio][disabled] + label {
  opacity: 0.8;
}

input[type=radio][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[disabled=disabled] {
  background-color: #f0f0f0;
}

/* === wending forms === */
.switch-wrapper {
  overflow: hidden;
  position: relative;
  height: 24px;
  width: 94px;
  box-sizing: border-box;
}

.yes-no-switch {
  margin: 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.yes-no-switch > * {
  margin-right: 20px !important;
}
.yes-no-switch > :last-child {
  margin-right: 0 !important;
}

.yes-no-switch .yes, .yes-no-switch .no {
  position: absolute;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  line-height: 1;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  transition: all 300ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.yes-no-switch .yes {
  left: 0;
  right: 50%;
  border-radius: 0 0 0 0;
  border-right: none;
}

.yes-no-switch .no {
  right: 0;
  left: 50%;
  border-radius: 0 0 0 0;
  border-left: none;
}

.yes-no-switch input + span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d5d5d5;
}

.yes-no-switch input[value="1"] + span:after, .yes-no-switch input[value="0"] + span:after {
  display: none;
}

.yes-no-switch input[value="1"] + span span.yes, .yes-no-switch input[value="0"] + span span.no {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
}

/* =============== zestawy pól ============== */
.combo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.combo > * {
  margin-right: 20px !important;
}
.combo > :last-child {
  margin-right: 0 !important;
}

.combo > * {
  flex: 1;
}

.combo > input.post-code {
  flex: 0.5;
}

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px;
}

span + .question-label {
  margin-top: 0;
}

html {
  background: #fff;
}

html,
body,
input,
textarea {
  line-height: 1.5;
}

img,
svg {
  max-width: 100%;
  max-height: 100%;
}

svg {
  height: auto;
  width: auto;
}

/* ====================================================== Czcionki ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #211f1f;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
}

h1 {
  font-size: 4.9em;
  margin-bottom: 70px;
}

h2 {
  font-size: 3.1em;
  margin-bottom: 70px;
}

h3 {
  font-size: 2em;
}

h1:first-child {
  margin-top: 0;
  margin-bottom: 70px;
}

.banner-content h1,
.banner-content h2 {
  margin-bottom: 0.5em;
}

span.subtitle {
  font-weight: normal;
  position: relative;
  line-height: 1.5;
  display: block;
  color: inherit;
  font-size: 0.75em;
}

a,
.h-link {
  color: #00b7c5;
  transition: color 300ms;
}

a:hover,
.h-link:hover {
  text-decoration: none;
  color: #00a5b3;
}

ul {
  list-style: disc;
}

ul li::marker {
  color: #000;
  font-size: 1.1rem;
}

/* nawigacja */
nav.desktop {
  padding-right: 25px;
  height: 52px;
}

nav.desktop .nav-button > a {
  font-family: Magistral, tahoma, arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  color: #121011;
  text-transform: lowercase;
  font-size: 0.9rem;
  transition: color 100ms;
}

nav.desktop .nav-button > a > span {
  display: inline-block;
  padding: 0 0;
  transition: all 300ms;
}

nav.desktop .nav-button > a:hover > span,
#START #TOP.unsticked nav.desktop .nav-button > a:hover > span,
nav.desktop .nav-button.urhere > a > span,
nav.desktop .nav-button > a.hover > span {
  color: #00b7c5;
  border-bottom: 1px solid #00b7c5;
  padding: 5px 0;
}

#START #TOP.unsticked nav.desktop .nav-button > a {
  color: #fff;
}

/* =================================================== Bazowe elementy ======================================= */
#MAIN-BANER {
  padding-right: 220px;
  margin-bottom: 80px;
  position: relative;
  overflow: visible;
}

.opSlider,
#MAIN-BANER .photo-section {
  height: 0;
  padding-bottom: 50%;
}

#MAIN-BANER .photo-section {
  width: 100%;
}

.opSlider-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(180deg, #000, transparent 50%);
  opacity: 0.7;
}

.slide-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(0deg, #000, transparent);
  opacity: 0.7;
}

.slide-counter {
  position: absolute;
  top: 200px;
  left: 100%;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  transform-origin: center;
  margin-left: -35px;
  margin-top: 100px;
}
.slide-counter > * {
  margin-right: 40px !important;
}
.slide-counter > :last-child {
  margin-right: 0 !important;
}

.slide-counter .slide-count {
  font-size: 2.5rem;
  font-family: Magistral, tahoma, arial, sans-serif;
  color: #121011;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slide-counter .slide-count span {
  font-size: 1.2rem;
  color: #999;
  display: inline-block;
  margin: 0 3px;
}

.slide-counter .slide-count strong {
  margin-right: 3px;
}

.slide-counter .slide-count-stripe-wrapper {
  width: 200px;
  height: 3px;
  position: relative;
}

.slide-counter .slide-count-stripe-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.slide-counter .slide-count-stripe {
  background: #00b7c5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.opSlider-control-prev,
.opSlider-control-next {
  top: auto;
  right: 80px;
  left: auto;
  bottom: 50px;
  width: auto;
}

.opSlider-control-prev {
  right: 150px;
}

.opSlider-control-prev-icon,
.opSlider-control-next-icon {
  background: initial;
  border: 1px solid #ddd;
  display: block;
  width: 50px;
  height: 50px;
  padding: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.opSlider-control-prev-icon {
  background-image: url("graphics/arrow-slider-left.png");
}

.opSlider-control-next-icon {
  background-image: url("graphics/arrow-slider-right.png");
}

/* =================================================== Układ strony =========================================== */
#CANVAS {
  margin-bottom: 0;
}

.container {
  padding: 0 290px;
}

.container.alt {
  padding: 0 70px;
}

.container.banner {
  padding: 0 70px;
  max-width: 100%;
}

.container.full {
  padding: 0 50px;
}

.page-section {
  padding: 70px 0;
  position: relative;
  overflow: visible;
}

.page-section.simple-page {
  padding-top: 0;
}

.PAGE {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}

.text-wrapper {
  max-width: 1000px;
}

.text-wrapper > p,
.text-wrapper > ul,
.text-wrapper > ol,
.text-wrapper > a,
.article-section.cb-module .links-files {
  margin-left: 30px;
}

#page-event .text-wrapper > p,
#page-event .text-wrapper > ul {
  margin-left: 0;
}

.contentblocks .article-section:first-child {
  padding-top: 0 !important;
}

.contentblocks .article-section:last-child {
  padding-bottom: 0 !important;
}

#TOP {
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
}

#TOP-MAIN,
#TOP-EXTENDED {
  padding-right: 220px;
}

#TOP-EXTENDED .container,
#TOP-MAIN .container {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#TOP-EXTENDED .container > div {
  margin-right: 20px;
}

#TOP-EXTENDED .container > div:last-child {
  margin-right: 0;
}

#TOP-EXTENDED {
  background: #fff;
  overflow: visible;
}

#BANER-CONTENT {
  position: relative;
}

.banner-content {
  padding-bottom: 80px;
}

.banner-content .button {
  text-shadow: none;
}

.banner-content .button.alt {
  background: transparent;
  border: 1px solid #fff;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 150ms;
}

.banner-content .button.alt:hover {
  background: #00a5b3;
  border: 1px solid #00a5b3;
}

.search-btn-wrapper {
  position: relative;
}

.search-btn-wrapper .search-btn {
  cursor: pointer;
  width: 52px;
  height: 52px;
  padding: 13px;
  box-sizing: border-box;
}

.search-btn-wrapper .search-btn:hover {
  background: base-color2;
}

.search-panel {
  position: absolute;
  top: 0;
  right: 51px;
  bottom: 0;
  width: 0;
  overflow: hidden;
  transition: width 300ms;
}

.search-panel.show-me {
  width: 250px;
}

.search-panel input {
  margin: 0;
  height: 52px;
  border: 1px solid #000;
}

.active-searchbar .search-btn {
  border: 1px solid #000 !important;
}

#START.active-searchbar #TOP.unsticked .search-btn {
  border: 1px solid #fff !important;
}

#START.active-searchbar #TOP.unsticked .search-panel input {
  border: 1px solid #fff;
}

.active-searchbar #TOP nav.desktop,
.active-searchbar #TOP .links-buttons {
  opacity: 0.2;
  transition: opacity 300ms;
}

#logo {
  width: 195px;
  bottom: 0;
  top: 0;
  left: 70px;
  overflow: hidden;
}

#logo svg {
  width: 195px;
  height: 100%;
}

#START .unsticked #logo {
  top: 60px;
}

.sticked #logo {
  bottom: 10px;
  top: 10px;
  width: 120px;
}

#TOP #logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 0;
}

#TOP.sticked #logo:after {
  width: 100%;
  right: -54px;
  transition: width 300ms;
  transition-delay: 500ms;
}

#TOP #TOP-EXTENDED * {
  font-size: 0.8rem;
}

#TOP #TOP-MAIN .links-buttons,
#TOP #TOP-MAIN .search-btn-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

#TOP #TOP-MAIN .search-btn-wrapper .search-btn,
#TOP #TOP-MAIN .links-buttons .button {
  background: none;
  border: 1px solid #ddd;
  letter-spacing: 2px;
  color: #121011;
  margin-bottom: 0;
  text-transform: lowercase;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 300ms;
}

#START #TOP.unsticked #TOP-MAIN .search-btn-wrapper .search-btn:hover,
#TOP #TOP-MAIN .search-btn-wrapper .search-btn:hover,
#START.active-searchbar #TOP.unsticked .search-btn {
  background: #00b7c5;
  border: 1px solid #00b7c5;
}

.active-searchbar #TOP #TOP-MAIN .search-btn-wrapper .search-btn {
  background: #00b7c5;
}

#START #TOP.unsticked #TOP-MAIN .search-btn-wrapper .search-btn:hover svg path,
#TOP #TOP-MAIN .search-btn-wrapper .search-btn:hover svg path,
#START.active-searchbar #TOP.unsticked .search-btn svg path,
.active-searchbar #TOP #TOP-MAIN .search-btn-wrapper .search-btn svg path {
  fill: #fff;
}

#TOP #TOP-MAIN .search-btn-wrapper .search-btn img {
  width: 100%;
  filter: invert(90%);
}

#TOP #TOP-MAIN .search-btn-wrapper .search-btn svg path {
  fill: #121011;
}

#START #TOP.unsticked #TOP-MAIN .search-btn-wrapper .search-btn svg path {
  fill: #fff;
}

#TOP-EXTENDED .container,
#TOP-MAIN .container {
  transition: padding 400ms;
  transition-delay: 300ms;
}

#TOP-EXTENDED .container,
#TOP-MAIN .container {
  padding: 0;
}

#START #TOP.unsticked #TOP-EXTENDED .container,
#START #TOP.unsticked #TOP-MAIN .container {
  padding: 0 70px;
}

#TOP #TOP-MAIN .links-buttons .button:hover,
#START #TOP.unsticked #TOP-MAIN .links-buttons .button:hover,
#TOP #TOP-MAIN .links-buttons .button.urhere,
#START #TOP.unsticked #TOP-MAIN .links-buttons .button.urhere {
  color: #fff;
  background: #00a5b3;
  border: 1px solid #00a5b3;
}

/* ------ TOP START ----- */
#START #TOP {
  height: 280px;
  background: none;
  border-bottom: 0;
}

#START #TOP-MAIN {
  height: 220px;
}

#START #TOP-EXTENDED {
  height: 60px;
  bottom: 220px;
}

#TOP.sticked,
#START #TOP.sticked {
  background: #fff;
}

#START #TOP.unsticked #logo .primary-logo {
  display: none;
}

#START #TOP.unsticked #logo .secondary-logo {
  display: block;
}

#START #TOP.unsticked #TOP-MAIN .search-btn-wrapper .search-btn,
#START #TOP.unsticked #TOP-MAIN .links-buttons .button {
  border: 1px solid #fff;
  color: #fff;
}

#START #TOP.unsticked #TOP-MAIN .search-btn-wrapper .search-btn img {
  filter: invert(0);
}

/* ====================================================== Elementy stałe interfejsu ==================================== */
.breadcrumps {
  padding: 30px 0;
  font-size: 0.9rem;
}

.breadcrumps img {
  margin: 0 20px;
}

.breadcrumps a {
  color: #666;
  text-decoration: none;
}

.breadcrumps span {
  color: #999;
}

.mb-header h2,
.mb-header h3 {
  text-align: left;
}

#START .main-mod-header {
  padding-bottom: 40px;
}

#START .main-mod-header h2:first-child {
  margin-top: 0;
}

.singleblock_cb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -40px;
}

.singleblock_cb > div {
  width: 50%;
  padding: 0 40px;
}

.singleblock_cb p {
  margin-left: 30px;
}

.singleblock_cb .controls {
  padding-top: 40px;
}

/* -------------------- Przyciski -------------- */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 12px 1rem 0;
  padding: 0 20px;
  height: 52px;
  border-radius: 0;
  min-width: 5em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  white-space: normal;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #00a5b3;
  font-family: Magistral, tahoma, arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  transition: background 300ms;
}

.button.ico-btn {
  padding-left: 70px;
}

.button .ico {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00b7c5;
  padding: 13px;
  box-sizing: border-box;
  transition: background 300ms;
}

.button .ico img {
  max-width: 100%;
}

.button.ico-btn.reverse {
  padding-left: 20px;
  padding-right: 70px;
}

.button.ico-btn.reverse .ico {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
}

.button.alt-btn {
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
}

.button.ico-btn.alt-btn {
  overflow: visible;
}

.button.ico-btn.alt-btn .ico {
  top: -1px;
  bottom: -1px;
  left: -1px;
}

:hover.button,
.buttons a:hover {
  text-decoration: none;
}

.button img {
  /* ikonki w przyciksach */
  margin: 0 0 -1px 0;
}

.button:hover {
  background: #00b7c5;
  color: #fff;
}

.button.alt-btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #00b7c5;
}

.button:hover .ico {
  background: #00a5b3;
}

/* ----------- Przycisk submit ---------------- */
.button input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  opacity: 0;
}

.flags {
  float: right;
  margin-top: 0;
  position: relative;
}

.choose-lang {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 105;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.choose-lang.show-me {
  display: block;
}

.current-lang a,
.choose-lang a {
  display: block;
  padding: 12px;
  text-transform: uppercase;
  color: #777;
  text-decoration: none;
  position: relative;
  line-height: 1;
  text-align: center;
}

.current-lang a {
  padding-right: 28px;
}

.current-lang a:after,
.current-lang a:before {
  content: "";
  position: absolute;
  top: 48%;
  right: 0;
  width: 8px;
  height: 1px;
  background: #333;
}

.current-lang a:after {
  transform: rotate(45deg);
  right: 13px;
}

.current-lang a:before {
  transform: rotate(-45deg);
  right: 7px;
}

.choose-lang a {
  transition: none;
}

.choose-lang a:hover {
  background: #00b7c5;
  color: #fff;
}

html[lang=de] .promo-cards .columns.x3 > div,
html[lang=fr] .promo-cards .columns.x3 > div,
html[lang=ru] .promo-cards .columns.x3 > div,
html[lang=es] .promo-cards .columns.x3 > div,
html[lang=uk] .promo-cards .columns.x3 > div,
html[lang=cs] .promo-cards .columns.x3 > div {
  width: 50%;
}

.social_links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.social_links > * {
  margin-right: 20px !important;
}
.social_links > :last-child {
  margin-right: 0 !important;
}

.social_links > a {
  margin-bottom: 10px !important;
}

.social-icon {
  background: none;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon svg path {
  transition: fill 300ms;
}

.social-icon:hover svg path {
  fill: #00b7c5 !important;
}

.img-placeholder {
  background: #ddd url(graphics/no-photo.png) center no-repeat;
  background-size: 100px !important;
}

.article-section {
  padding: 0;
  margin: 0 0 1em 0;
}

.cb-text_photo .image-wrapper {
  margin-bottom: 0;
}

.cb-text_photo.cb-elem-position-top .text-wrapper,
.cb-photo_banner.cb-elem-position-top .text-wrapper {
  margin-top: 1em;
}

.cb-text_photo.cb-elem-position-bottom .text-wrapper,
.cb-photo_banner.cb-elem-position-bottom .text-wrapper {
  margin-bottom: 1em;
}

.article-section.cb-photo_banner,
.article-section.cb-gallery {
  padding: 70px 0;
}

.article-section.padding-top {
  padding-top: 70px;
  padding-bottom: 0;
}

.article-section.padding-bottom {
  padding-bottom: 70px;
  padding-top: 0;
}

.article-section.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}

.article-section.padding-both {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cb-video.cb-elem-position-top .video-wrapper {
  width: 100% !important;
}

.related-page-wrapper,
.related-simple-page-wrapper {
  padding-top: 70px;
}

.related-simple-page-wrapper {
  margin-left: 30px;
  max-width: 1000px;
}

.related-simple-page-wrapper .simple-list-item > div {
  padding: 20px 240px 20px 1px;
  border-bottom: 1px solid #ccc;
  position: relative;
  background: #fff;
}

.related-simple-page-wrapper .simple-list-item h2 {
  margin: 0;
  font-size: 1.6rem;
}

.related-simple-page-wrapper .simple-list-item h2 + span {
  font-size: 1.1rem;
  margin-bottom: 0;
  display: block;
}

.related-simple-page-wrapper .simple-list-item .button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
}

#page-search .related-simple-page-wrapper {
  margin-left: 0;
}

#page-search .related-simple-page-wrapper .simple-list-item h2 {
  font-size: 1.6rem;
}

.card .image-wrapper .img-placeholder,
.card .thb .img-placeholder {
  padding-bottom: 52%;
}

.card {
  padding-bottom: 50px;
}

.card .content {
  padding: 20px 0 40px 0;
}

.card .content h3 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.card.singleblock {
  padding-bottom: 0;
  margin-bottom: 40px;
  min-height: 0;
}

.card .image-wrapper {
  position: relative;
}

.card.singleblock .image-wrapper .image {
  padding-bottom: 310px;
  background-repeat: no-repeat;
  background-size: cover;
}

.card .image-wrapper .card-head {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 40px 40px 40px;
  z-index: 0;
}
.card .image-wrapper .card-head:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, #000, transparent);
  opacity: 0.6;
}
.card .image-wrapper .card-head > * {
  position: relative;
  z-index: 2;
}

.card .image-wrapper .card-head h3,
.card .image-wrapper .card-head span {
  color: #fff;
  margin-top: 0;
  word-wrap: break-word;
}

.card .image-wrapper .card-head span {
  font-size: 0.9rem;
}

.card .controls {
  text-align: right;
  height: 52px;
}

.card.singleblock .controls,
.contact-data-box .controls {
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  bottom: -26px;
  padding: 0 20px;
}

.card .controls .button,
.contact-data-box .controls .button {
  margin: 0;
}

.card.person {
  padding: 0;
  border: 1px solid #eee;
  background: #fff;
  min-height: 0;
}

.card.person .content,
.card.person h3 {
  text-align: center;
}

.card.person .content {
  padding: 15px;
}

.card.person .img-placeholder {
  padding-bottom: 100%;
}

.slick-list {
  margin: 0 -20px !important;
}

#START .slick-list {
  overflow: visible;
}

.h-card h2,
.h-card h3 {
  margin-bottom: 15px;
}

.h-card {
  text-decoration: none;
  color: inherit;
  padding-bottom: 0px;
  position: relative;
  display: block;
  margin: 0 20px;
}

.h-card .image-wrapper .image {
  border: 1px solid #f0f0f0;
}

.h-card .img-placeholder {
  padding-bottom: 131%;
}

a.h-card {
  text-decoration: none;
  min-height: 580px;
  color: #777;
}

.h-card .content {
  padding: 30px 0;
  top: 0;
  transition: top 300ms;
  background: #fff;
  position: relative;
  z-index: 5;
}

.h-card .content h3 {
  margin-top: 0;
  font-size: 1.2rem;
  font-family: NunitoSans, tahoma, arial, sans-serif;
}

a.h-card .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 300ms;
  transition-delay: 100ms;
  text-align: right;
}

a.h-card .controls .button {
  margin: 0;
}

a.h-card:hover .content {
  top: -60px;
}

a.h-card:hover .controls {
  opacity: 1;
}

.h-card .date {
  font-size: 0.8rem;
  color: #121011;
}

.icon {
  width: 50px;
  height: 50px;
  margin: 0;
}

.icon-button-list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.icon-button-list-wrapper > * {
  margin-right: 40px !important;
}
.icon-button-list-wrapper > :last-child {
  margin-right: 0 !important;
}

.icon-button-list-wrapper .mb-header img {
  width: 100%;
}

.icon-button-list-wrapper > div {
  flex: 1;
  min-width: 50%;
}

.icon-button-list-wrapper h2 {
  margin-top: 0;
  font-size: 1.4rem;
}

.icon-button-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.icon-button-list .button {
  text-align: left;
  justify-content: flex-start;
  width: 100%;
}

.icon-button-list .button span.txt {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-button-list li {
  margin-left: 0;
}

.links {
  margin-bottom: 60px;
}

.links:last-child {
  margin-bottom: 0;
}

.links ul {
  margin-bottom: 0;
}

.links li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.links a {
  text-decoration: none;
  color: inherit;
  font-size: 0.9rem;
}

.links a:hover {
  text-decoration: underline;
}

.ui-accordion-header,
h2.ui-accordion-header {
  padding: 30px 90px 30px 40px;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 0;
  cursor: pointer;
  background: #fff;
  transition: border 300ms;
  position: relative;
}

.ui-accordion-header:hover,
h2.ui-accordion-header:hover,
.ui-accordion-header-active,
h2.ui-accordion-header-active {
  border: 1px solid #00b7c5;
}

.ui-accordion-content {
  border: 1px solid #ddd;
  padding: 30px 40px;
  position: relative;
  margin-top: -1px;
  margin-bottom: 23px;
  background: #fff;
}

.ui-accordion-content-active {
  border: 1px solid #00b7c5;
}

.ui-accordion-header-icon {
  width: 52px;
  height: 52px;
  background: #00b7c5;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.ui-accordion-header-icon:after {
  content: url("graphics/accordion-arrow.png");
  position: absolute;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px;
  transition: transform 300ms;
}

.ui-accordion-header-active .ui-accordion-header-icon:after,
h2.ui-accordion-header-active .ui-accordion-header-icon:after {
  transform: rotate(180deg);
  transform-origin: 7px;
}

.link-file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 190px 10px 90px;
  min-height: 80px;
  border: 1px solid #ddd;
  max-width: 1000px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  color: #777;
  text-decoration: none;
}

.link-file-icon {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 20px;
  width: 42px;
  height: 42px;
}

.link-file .button {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -26px;
  right: 20px;
}

/* harmonogram */
.schedule-wrapper {
  border-left: 3px solid #ddd;
  position: relative;
  margin-left: 20px;
}

.schedule-item {
  position: relative;
  padding-left: 60px;
  padding-bottom: 10px;
  max-width: 600px;
}

.schedule-item:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00b7c5;
  border: 10px solid #fff;
}

.schedule-item.day:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -8px;
  width: 8px;
  height: 8px;
  border-radius: inherit;
  background: #fff;
  transform: rotate(-45deg);
  border: initial;
  border-left: 5px solid #00a5b3;
  box-shadow: -2px 2px 0px 6px white;
  border-bottom: 5px solid #00a5b3;
}

.schedule-item .content {
  padding: 20px;
  border-radius: 4px;
  position: relative;
  font-size: 0.9rem;
}

.schedule-item .content:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -16px;
  width: 30px;
  height: 30px;
  background: #fff;
  transform: rotate(45deg);
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #eee;
  display: none;
}

.schedule-item .content h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2rem;
}

.schedule-item .content p {
  margin-top: 10px;
}

.schedule-item .dates-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.schedule-item .dates-wrapper > * {
  margin-right: 20px !important;
}
.schedule-item .dates-wrapper > :last-child {
  margin-right: 0 !important;
}

.schedule-item .content span {
  display: inline-block;
}

.schedule-item .hours {
  color: #121011;
  padding-right: 0.5em;
}

.disability-link {
  display: block;
}

.disability-link svg {
  width: 25px;
  height: 25px;
}

.size-changer > a {
  color: #777;
  text-decoration: none;
  margin-right: 2px;
  line-height: 1;
}

.size-changer .size-1 {
  font-size: 1em !important;
}

.size-changer .size-2 {
  font-size: 1.4em !important;
}

.size-changer .size-3 {
  font-size: 1.6em !important;
  margin-right: 0;
}

.color-changer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.color-changer > * {
  margin-right: 10px !important;
}
.color-changer > :last-child {
  margin-right: 0 !important;
}

.color-changer > a {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.color-changer > a > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
}

.color-changer > a.black-yellow {
  background: #ffff00;
}

.color-changer > a.gray-lightgray {
  background: #e8e8e8;
}

.color-changer > a.black-yellow > span {
  background: #000;
}

.color-changer > a.gray-lightgray > span {
  background: #918f8f;
}

.color-changer > a.blue-white > span {
  background: #031698;
}

.color-changer > a.black-white > span {
  background: #000;
}

.columns-x3 .wide {
  width: 50%;
}

.wide .card {
  min-height: 210px;
}

.wide .card .image-wrapper .img-placeholder {
  padding-bottom: 50%;
}

.newsletter-wrapper {
  position: relative;
  padding: 30px 40px 25px 40px;
  min-height: 310px;
  box-sizing: border-box;
  background-color: #121011;
}
.newsletter-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}
.newsletter-wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}
.newsletter-wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}
.newsletter-wrapper :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}

.newsletter-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30%;
  background: url("graphics/bg-newsletter.png") no-repeat top right;
  background-size: contain;
}

.newsletter-wrapper > span,
.newsletter-wrapper > h3,
.newsletter-wrapper > strong {
  color: #fff;
  margin-top: 0;
}

.newsletter-wrapper h3 {
  margin-bottom: 0.3em;
  line-height: 1.1;
}

.newsletter-wrapper .combo > * {
  margin: 0;
  margin-right: 0 !important;
}

.newsletter-wrapper form {
  position: relative;
  z-index: 1;
}

.newsletter-wrapper input {
  border: 1px solid #00b7c5;
  background: none;
}

.newsletter-wrapper input[type=checkbox] + label {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter-wrapper input[type=checkbox] + label::before {
  background: #121011;
  border: 1px solid #00b7c5;
}

.newsletter-wrapper .field-przetwarzanie_danych {
  padding-right: 10px;
}

.newsletter-wrapper .button {
  max-width: 180px;
}

.working-hours-wrapper {
  max-width: 450px;
}

.working-hours-wrapper h3 {
  font-size: 0.9rem;
  margin-top: 20px;
  font-family: NunitoSans, tahoma, arial, sans-serif;
  font-weight: normal;
}

.working-hours-table {
  display: table;
  width: 100%;
  font-size: 0.9rem;
}

.table {
  margin-bottom: 1em;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  padding: 0 10px 0 0;
  min-width: 100px;
  vertical-align: top;
}

.table-cell:last-child {
  padding-right: 0;
}

.table-cell.value {
  text-align: right;
}

.full-width-wrapper .image img {
  width: 100%;
}

#MAIN-BANER .social_links,
.PAGE > .social_links {
  position: absolute;
  top: 540px;
  left: 100%;
  padding-left: 105px;
}

#MAIN-BANER .social_links a,
.PAGE > .social_links a {
  display: block;
  margin: 0;
  margin-bottom: 20px;
}

#MAIN-BANER .social_links img,
.PAGE > .social_links img {
  filter: invert(90%);
}

#MAIN-BANER .social_links .social-icon svg path,
.PAGE > .social_links .social-icon svg path {
  fill: #000 !important;
}

#MAIN-BANER .social_links .social-icon:hover svg path,
.PAGE > .social_links .social-icon:hover svg path {
  fill: #00b7c5 !important;
}

.PAGE > .social_links {
  position: absolute;
  left: auto;
  right: 90px;
  top: 120px;
  flex-direction: column;
  z-index: 90;
  padding-left: 0px;
}

.PAGE > .social_links a {
  margin-right: 0 !important;
}

.image-slider-wrapper-super-new .slick-slide {
  margin: 0 28px 0 28px;
  background-repeat: no-repeat;
}

#START .container.slide-gallery .slick-list,
#START .container.slide-gallery .image-slide {
  padding: 0 250px;
}

.cb-photo_banner .image-wrapper,
.image-slider-wrapper {
  margin: 0;
}

.article-section .ak-slider.keep-aspect-ratio {
  padding-bottom: 500px;
}

.article-section .ak-slider h2 {
  font-size: 1.6rem;
}

.article-section .slide-content p {
  margin-left: 0;
}

.article-section .slide-content {
  padding-bottom: 50px;
}

.article-section .slide-counter {
  display: none;
}

.image-slider-wrapper .image-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
}

.image-slider-wrapper .slick-prev,
.image-slider-wrapper .slick-next {
  top: auto;
  bottom: 50px;
  right: 30px;
}

.image-slider-wrapper .slick-prev {
  right: 90px;
}

.image-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(0deg, #000, transparent);
}

.image-slide-content h3,
.image-slide-content p {
  color: #fff;
}

.image-slider-wrapper .slick-prev::after {
  background-image: url("graphics/arrow-slider-left.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.image-slider-wrapper .slick-next::after {
  background-image: url("graphics/arrow-slider-right.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.image-slider-wrapper .slick-list {
  margin: 0 !important;
}

#page-contactus .page-section {
  padding-top: 0;
}

.contact-link-box .image-wrapper {
  height: 120px;
}

.contact-link-box .image-wrapper .image {
  height: 120px;
}

.contact-link-box .image-wrapper img {
  max-width: 100%;
  height: 100%;
}

a.tile.contact-link-box {
  text-decoration: none;
  max-width: 100%;
  display: block;
  padding: 40px;
  border: 1px solid #000;
  transition: all 300ms;
}

a.tile.contact-link-box .content {
  margin-bottom: 0;
}

a.tile.contact-link-box:hover {
  background: #eee;
  border-color: #00b7c5;
}

.text-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.text-icon > * {
  margin-right: 10px !important;
}
.text-icon > :last-child {
  margin-right: 0 !important;
}

.contact_data {
  margin-bottom: 40px;
}

.contact_data img,
.contact_data svg {
  padding-right: 30px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 40px;
  max-width: 230px;
}

.contact_data span,
.contact_data strong {
  display: block;
  font-size: 0.9rem;
}

.contact_data .company_name {
  margin-bottom: 10px;
}

.contact-label {
  font-size: 0.8rem;
  margin-bottom: 5px;
  margin-top: 5px;
}

.contact_data .phone-wrapper,
.contact_data .email-wrapper,
.contact_data span.address {
  margin-bottom: 20px;
}

.contact-data-box {
  border: 1px solid #00b7c5;
  padding: 40px 35px 40px 40px;
  position: relative;
  min-height: 310px;
  box-sizing: border-box;
  font-size: 0.9rem;
  background: #fff;
}

.contact-data-box .contact-adress {
  margin-bottom: 20px;
}

.contact-data-box .contact-label {
  display: block;
  color: #121011;
}

#page-contactus .main-contact-wrapper .contact-data-box.multimodule {
  background: #121011;
  border-color: #121011;
}

#page-contactus .main-contact-wrapper .contact-data-box.multimodule .contact-label,
#page-contactus .main-contact-wrapper .contact-data-box.multimodule h3 {
  color: #fff;
}

.contact-data-box h3 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

div[data-grid=contact-data-box] .contact-data-box {
  min-height: 150px;
}

div[data-grid=contact-data-box] .contact-data-box .contact-label {
  display: inline-block;
}

.form-header {
  background: #121011;
  padding: 60px 40px;
  box-sizing: border-box;
  height: 100%;
}

.form-header > span,
.form-header > h3,
.form-header > h3 + strong.subtitle {
  color: #fff;
  margin-top: 0;
}

.form-content {
  width: 66% !important;
}

.form-content .columnform {
  margin-top: -10px;
}

#page-event .cb-photo_banner .image-wrapper {
  max-height: 350px;
  border: 1px solid #ccc;
}

.event-main-photo .image-wrapper {
  margin-top: 0;
}

.accessibility-block {
  display: flex;
  margin-top: 1em;
}

.accessibility-block svg path {
  fill: #00b7c5;
}

.accessibility-block .info-btn {
  max-width: 140px;
  font-size: 0.8rem;
  font-family: NunitoSans, tahoma, arial, sans-serif;
  display: inline-flex;
  margin-left: -1px;
  font-weight: normal;
  flex: 1;
}

.current-event-wrapper {
  margin-bottom: 150px;
}

.event {
  border: 1px solid #ddd;
  margin-bottom: 100px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 400px;
  background: #fff;
}

.event > div {
  flex: 1;
}

.event .content {
  order: 1;
  padding: 60px;
  position: relative;
}

.event .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 1.16;
}

.event .image.img-placeholder {
  background-size: 150px;
}

.event .content p {
  margin-left: 30px;
}

.event .content h3,
.event .content h4 {
  margin-top: 0;
}

.event .content .controls {
  position: absolute;
  bottom: -26px;
  right: 60px;
}

.event .content .controls .button {
  margin: 0;
}

.event .image {
  order: 2;
}

.current-event-wrapper > .event:nth-child(even) .content {
  order: 2;
}

.current-event-wrapper > .event:nth-child(even) .image {
  order: 1;
}

.activities > div {
  width: 100%;
}

.activity {
  border: 1px solid #ddd;
  margin-bottom: 100px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 305px;
  background: #fff;
}

.activity .content {
  padding: 50px;
  position: relative;
  flex: 1;
}

.activity .content h3,
.activities .content h4 {
  margin-top: 0;
}

.activity-add-info-wrapper {
  position: absolute;
  bottom: -25px;
  left: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.activity-add-info-wrapper .info-btn {
  padding: 0;
  border: none;
}

.activity .extend-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.activity .extend-info .info-btn {
  margin-right: 20px;
  margin-top: 1em;
}

.activity .extend-info .info-btn:last-child {
  margin-right: 0;
}

.location {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.activity-add-info-wrapper .button {
  margin: 0;
}

.activity-add-info-wrapper .info-btn .ico {
  width: 52px;
  height: 52px;
  padding: 13px;
}

.activity-add-info-wrapper > * {
  margin-right: 20px !important;
}

.activity .table-cell {
  padding-bottom: 5px;
  padding-top: 5px;
}

.event.others {
  min-height: 305px;
}

.event.others .content {
  order: 2;
  padding: 50px;
  position: relative;
}

.event.others .image {
  max-width: 420px;
}

.event.others .content .controls {
  right: 20px;
}

.event-add-info-wrapper {
  position: absolute;
  bottom: -25px;
  left: 90px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.event-add-info-wrapper > * {
  margin-right: 20px !important;
}
.event-add-info-wrapper > :last-child {
  margin-right: 0 !important;
}

.event .table svg path {
  fill: #00a5b3;
}

.event .table svg {
  height: 20px;
  margin-right: 10px;
}

.event .table svg:first-child {
  margin-left: 0;
}

.event .table svg:last-child {
  margin-right: 0;
}

.info-btn {
  padding: 0 20px 0 72px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 0.9rem;
  font-family: Magistral, tahoma, arial, sans-serif;
  font-weight: bold;
  position: relative;
  color: #121011;
}

.info-btn .ico {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  padding: 13px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
}

.info-btn.calendar-info {
  text-transform: uppercase;
}

.info-btn .ico img {
  max-width: 100%;
  width: 100%;
}

.price,
.time {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.price strong,
.time strong {
  font-size: 1rem;
}

.content-block.alt-bcg strong {
  color: #00a5b3;
  text-transform: uppercase;
}

.content-block.lead {
  padding-bottom: 35px;
  padding-top: 40px;
}

.content-block.lead .text-wrapper {
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: bold;
  color: #333;
}

.filters-wrapper {
  background: #121011;
  padding: 20px 40px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.filters-wrapper > * {
  margin-right: 40px !important;
}
.filters-wrapper > :last-child {
  margin-right: 0 !important;
}

.filters-wrapper h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}

.filters-wrapper input,
.filters-wrapper label {
  color: #fff;
}

.page-column {
  padding-left: 460px;
  position: relative;
}

.page-column .side {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 420px;
}

.page-column .main-content {
  min-height: 600px;
}

.event-info-side {
  background: #121011;
  padding: 50px 40px 40px 40px;
  position: relative;
}

.event-info-side h3 {
  margin-top: 0;
  color: #fff;
  font-size: 1.4rem;
}

.event-info-side .info-content .info-block svg path {
  fill: white;
}

.event-info-side .info-content .info-block svg {
  height: 30px;
  margin-right: 10px;
}

.event-info-side .controls {
  position: absolute;
  bottom: -26px;
  right: 40px;
}

.event-info-side .controls .button {
  margin-bottom: 0;
  margin-right: 10px;
}

.event-info-side .controls .button:last-child {
  margin-right: 0;
}

.time-counter,
.date-time-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.time-counter > *,
.date-time-wrapper > * {
  margin-right: 10px !important;
}
.time-counter > :last-child,
.date-time-wrapper > :last-child {
  margin-right: 0 !important;
}

.time-counter .time-count,
.date-time-wrapper .slot {
  background: #000;
  border: 1px solid #262626;
  padding: 15px 20px;
  font-family: Magistral, tahoma, arial, sans-serif;
  min-width: 67px;
  height: 67px;
  box-sizing: border-box;
}

.date-time-wrapper .slot {
  width: auto;
  flex: 1;
}

.date-time-wrapper .slot.date {
  flex: 1.5;
}

.time-counter .time-count strong,
.time-counter .time-count span,
.date-time-wrapper .slot strong,
.date-time-wrapper .slot span {
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.time-counter .time-count strong,
.date-time-wrapper .slot strong {
  color: #00b7c5;
  font-size: 1.4rem;
}

.time-counter .time-count span,
.date-time-wrapper .slot span {
  font-size: 0.7rem;
}

.info-block {
  margin-bottom: 20px;
}

.info-block strong,
.info-block span {
  color: NunitoSans, tahoma, arial, sans-serif;
  display: block;
}

.info-block strong {
  color: #fff;
  font-weight: normal;
}

.info-block p {
  margin-bottom: 0;
}

.events-cycle.cb-photo_banner .image-wrapper {
  margin: 0;
}

.events-cycle.cb-photo_banner .image-wrapper .image,
.events-cycle.cb-photo_banner .image-wrapper .image img {
  width: 100%;
}

.pricelist-item {
  margin-bottom: 70px;
  border: 1px solid #00b7c5;
  background: #fff;
}

.pricelist-item-header {
  padding: 30px 210px 30px 30px;
  border-bottom: 1px solid #00b7c5;
  position: relative;
}

.pricelist-item-header .button {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.pricelist-item.kinds-empty .pricelist-item-header {
  border-bottom: none;
}

.pricelist-item-header h2 {
  margin: 0;
  font-size: 1.8em;
}

.pricelist-item-header .button {
  margin: 0;
}

.kinds-wrapper {
  margin-top: 10px;
}

.kinds-wrapper .kind {
  padding: 0 30px 0 30px;
}

.kind .kind-header {
  padding: 20px 200px 20px 0px;
  position: relative;
  border-top: 1px solid #ccc;
}

.kind:first-child .kind-header {
  border-top: 0px solid #00b7c5;
}

.kind .kind-header span {
  margin-top: 5px;
  font-size: 0.9rem;
}

.kind .kind-header .kind-price {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 200px;
  text-align: right;
}

.kind .kind-header .kind-price strong {
  font-size: 1.5em;
  color: #00b7c5;
}

.kind .kind-header h3 {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.3em;
}

.kind .kind-content-wrapper {
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 400ms;
}

.kind .kind-content {
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.kind .tooltip-btn {
  cursor: pointer;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: -5px 0 -5px 10px !important;
  border: 1px solid #00b7c5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
  font-size: 13px;
  transition: all 300ms;
}

.kind .tooltip-btn:hover,
.kind.expanded .tooltip-btn {
  background: #00b7c5;
  color: #fff;
  border-color: #00b7c5;
}

.kind .tooltip-btn svg path {
  transition: all 300ms;
}

.kind .tooltip-btn:hover svg path,
.kind.expanded .tooltip-btn svg path,
.kind .tooltip-btn:hover svg polyline,
.kind.expanded .tooltip-btn svg polyline {
  fill: #fff;
}

.kind .tooltip-btn img,
.kind .tooltip-btn svg {
  width: 100%;
  transition: transform 300ms;
}

.kind.expanded .tooltip-btn img,
.kind.expanded .tooltip-btn svg {
  transform: rotate(180deg);
}

#BOTTOM {
  background: #121011;
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden;
}

#BOTTOM .logo-box {
  background: none;
}

#BOTTOM .logo-box .thb-wrapper {
  padding-bottom: 75%;
}

#BOTTOM .logo-box .thb {
  margin: 0;
}

#SYSTEM-FOOT {
  padding: 30px 0 30px 0;
  position: relative;
}

#EU-PROJECT {
  padding: 50px 0 50px 0;
  position: relative;
}

#BOTTOM span,
#BOTTOM p,
#BOTTOM strong {
  color: #888;
}

#BOTTOM h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 0;
}

#BOTTOM .contact_data .contact-label {
  color: #fff;
}

#BOTTOM .container,
#SYSTEM-FOOT .container,
#EU-PROJECT .container {
  position: relative;
}

#BOTTOM:after,
#SYSTEM-FOOT:after,
#EU-PROJECT:after {
  content: "";
  position: absolute;
  left: 0;
  width: 220px;
  background: #fff;
}

#BOTTOM:after {
  top: -100px;
  bottom: -100px;
}

#SYSTEM-FOOT:after {
  top: -40px;
  bottom: -40px;
}

#EU-PROJECT:after {
  top: -60px;
  bottom: -60px;
}

#SYSTEM-FOOT {
  background: #000;
  min-height: 0;
}

#SYSTEM-FOOT .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#SYSTEM-FOOT .container * {
  font-size: 0.8rem;
}

#SYSTEM-FOOT .foot .links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#SYSTEM-FOOT .foot .links li {
  display: block;
  line-height: 1;
  padding: 0 10px;
  position: relative;
}

#SYSTEM-FOOT .foot .links li:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  width: 1px;
  background: #888;
}

#SYSTEM-FOOT .foot .links li a {
  line-height: 1;
}

#SYSTEM-FOOT .foot .links li:last-child:after {
  display: none;
}

#SYSTEM-FOOT .foot .links li:first-child {
  padding-left: 0;
}

#SYSTEM-FOOT .foot .links li:last-child {
  padding-right: 0;
}

#BOTTOM .go-up {
  position: absolute;
  top: 0;
  right: 150px;
  transform: rotate(-90deg);
  transform-origin: 100% 0;
}

#BOTTOM .go-up .button {
  margin: 0;
  padding-left: 20px;
  padding-right: 70px;
}

#BOTTOM .go-up .button .ico {
  left: auto;
  right: 0;
}

#cookie-alert .button {
  line-height: 1;
  font-size: 10px !important;
  padding: 0 !important;
}

.no-list-style {
  list-style: none !important;
}

.no-list-style li {
  margin-left: 0;
}

.ue-info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #999;
  font-size: 0.9rem;
}
.ue-info > * {
  margin-right: 100px !important;
}
.ue-info > :last-child {
  margin-right: 0 !important;
}

.ue-loga {
  width: 543px;
}

.bg1,
.bg2,
.bg3,
.bg4 {
  position: absolute;
  width: 410px;
  height: 492px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.bg1 {
  bottom: -100px;
  right: 0;
  background-image: url("graphics/bg/main-bg1.png");
}

.PAGE .bg1 {
  bottom: auto;
  top: -110px;
}

.PAGE .bg1,
.PAGE .bg2 {
  z-index: -1;
}

.megadropdown-content .bg1 {
  background-image: url("graphics/bg/dropdown-bg1.png");
  width: 129px;
  height: 203px;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.bg2 {
  bottom: -310px;
  left: 0;
  background-image: url("graphics/bg/main-bg2.png");
}

.PAGE .bg2 {
  bottom: auto;
  top: -180px;
}

.megadropdown-content .bg2 {
  background-image: url("graphics/bg/dropdown-bg2.png");
  width: 195px;
  height: 203px;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  z-index: 0;
}

.bg3 {
  width: 359px;
  height: 492px;
  top: 0;
  left: -100px;
  background-image: url("graphics/bg/main-bg3.png");
}

.bg4 {
  width: 414px;
  height: 534px;
  top: 0;
  right: -100px;
  background-image: url("graphics/bg/main-bg4.png");
}

.size-2 *,
.size-3 * {
  transition: none !important;
  word-wrap: break-word;
}

.size-2 p,
.size-2 span,
.size-2 a,
.size-2 div {
  font-size: 1.2rem !important;
}

.size-2 a.button,
.size-2 .button {
  font-size: 1rem !important;
}

.size-2 h3,
.size-2 h3 a {
  font-size: 2.2rem !important;
}

.size-2 .h-card h3,
.size-2 .h-card h3 a {
  font-size: 1.8rem !important;
}

.size-3 p,
.size-3 span,
.size-3 a,
.size-3 div {
  font-size: 1.4rem !important;
}

.size-3 a.button,
.size-3 .button {
  font-size: 1.1rem !important;
}

.size-3 h3,
.size-3 h3 a {
  font-size: 2.4rem !important;
}

.size-3 .h-card h3,
.size-3 .h-card h3 a {
  font-size: 2rem !important;
}

.size-2 .h-card .button,
.size-3 .h-card .button {
  display: none;
}

.size-2 .PAGE .columns.x3[data-grid=contact-data-box] > div,
.size-3 .columns.x3[data-grid=contact-data-box] > div,
.size-2 .PAGE .columns.x4 > div,
.size-3 .columns.x4 > div {
  width: 50%;
}

.size-2 .PAGE .columns.x3[data-grid=contact-data-box] > div > .contact-data-box,
.size-3 .columns.x3[data-grid=contact-data-box] > div > .contact-data-box,
.size-2 .PAGE .columns.x4 > div > .contact-data-box,
.size-3 .columns.x4 > div > .contact-data-box {
  min-height: 300px;
}

.color-1 .button .ico,
.color-1 .info-btn .ico,
.color-1 .card .image-wrapper .card-head::after,
.color-1 .link-file-icon {
  display: none;
}

.color-1 #TOP,
.color-1 nav.mobile .nav-button > a {
  border-bottom: 1px solid #ffff00;
}

.color-1 nav.desktop .nav-button > a,
.color-1 .choose-lang a,
.color-1 .h-card .image-wrapper .image {
  border: 1px solid #000;
}

.color-1 .bm-paralax {
  transform: translate(0) !important;
}

.color-1 nav.desktop .nav-button > a:hover > span,
.color-1 #START #TOP.unsticked nav.desktop .nav-button > a:hover > span,
.color-1 nav.desktop .nav-button.urhere > a > span {
  border-bottom: 0;
}

.color-1 *:focus,
.color-1 nav.desktop .nav-button > a:hover,
.color-1 #START #TOP.unsticked nav.desktop .nav-button > a:hover,
.color-1 nav.desktop .nav-button.urhere > a {
  border: 1px solid #ffff00;
}

.color-1 div,
.color-1 h1,
.color-1 h2 {
  background-color: transparent !important;
}

.color-1 #CANVAS,
.color-1 #TOP,
.color-1 .button,
.color-1 .info-btn,
.color-1 *:after,
.color-1 *:before,
.color-1 .choose-lang,
.color-1 #cookie-info,
.color-1 .disability-panel,
.color-1 #mobile-menu-button,
.color-1 .nav-mobile,
.color-1 .h-card .content {
  background-color: #000 !important;
}

.color-1 img,
.color-1 .image {
  opacity: 0.4;
}

.color-1 * {
  color: #ffff00 !important;
}

.color-1 .slide::after {
  background: rgba(0, 0, 0, 0.8) !important;
}

.color-1 .search-btn-wrapper .search-btn,
.color-1 .contact-data-box,
.color-1 select,
.color-1 input,
.color-1 textarea,
.color-1 .input-placeholder,
.color-1 .input-combo,
.color-1 .button,
.color-1 .info-btn,
.color-1 .event,
.color-1 .ui-accordion-header,
.color-1 h2.ui-accordion-header,
.color-1 .ui-accordion-header-icon,
.color-1 .link-file,
.color-1 .addons-mobile-menu > div,
.color-1 .choose-lang a:hover,
.color-1 .slick-prev,
.color-1 .slick-next,
.color-1 .disability-panel.show-me,
#page-event.color-1 .cb-photo_banner .image-wrapper {
  background-color: #000 !important;
  border: 1px solid #ffff00 !important;
}

.color-1 #mobile-menu-button > span,
.color-1 #mobile-menu-button > span::after,
.color-1 #mobile-menu-button > span::before,
.color-1 .current-lang a::after,
.color-1 .current-lang a::before {
  background-color: #ffff00 !important;
}

.color-1 .button,
.color-1 .info-btn {
  padding-left: 20px;
}

.color-1 #logo svg path,
.color-1 #logo svg rect .color-1 .contact_data svg path,
.color-1 #MAIN-BANER .social_links .social-icon svg path,
.color-1 .social_links .social-icon svg path,
.color-1 .search-btn-wrapper .search-btn svg path,
.color-1 .addons-mobile-menu .disability-link-panel .disability-link svg path,
.color-1 .event .table svg path,
.color-1 .contact_data svg path,
.color-1 .disability-link svg path {
  fill: #ffff00 !important;
}

.color-2 .button .ico,
.color-2 .info-btn .ico,
.color-2 .card .image-wrapper .card-head::after,
.color-2 .link-file-icon {
  display: none;
}

.color-2 #TOP,
.color-2 nav.mobile .nav-button > a {
  border-bottom: 1px solid #e8e8e8;
}

.color-2 nav.desktop .nav-button > a,
.color-2 .choose-lang a,
.color-2 .h-card .image-wrapper .image {
  border: 1px solid #918f8f;
}

.color-2 .bm-paralax {
  transform: translate(0) !important;
}

.color-2 nav.desktop .nav-button > a:hover > span,
.color-2 #START #TOP.unsticked nav.desktop .nav-button > a:hover > span,
.color-2 nav.desktop .nav-button.urhere > a > span {
  border-bottom: 0;
}

.color-2 *:focus,
.color-2 nav.desktop .nav-button > a:hover,
.color-2 #START #TOP.unsticked nav.desktop .nav-button > a:hover,
.color-2 nav.desktop .nav-button.urhere > a {
  border: 1px solid #e8e8e8;
}

.color-2 div,
.color-2 h1,
.color-2 h2 {
  background-color: transparent !important;
}

.color-2 #CANVAS,
.color-2 #TOP,
.color-2 .button,
.color-2 .info-btn,
.color-2 *:after,
.color-2 *:before,
.color-2 .choose-lang,
.color-2 #cookie-info,
.color-2 .disability-panel,
.color-2 #mobile-menu-button,
.color-2 .nav-mobile,
.color-2 .h-card .content {
  background-color: #918f8f !important;
}

.color-2 img,
.color-2 .image {
  opacity: 0.4;
}

.color-2 * {
  color: #e8e8e8 !important;
}

.color-2 .slide::after {
  background: rgba(145, 143, 143, 0.8) !important;
}

.color-2 .search-btn-wrapper .search-btn,
.color-2 .contact-data-box,
.color-2 select,
.color-2 input,
.color-2 textarea,
.color-2 .input-placeholder,
.color-2 .input-combo,
.color-2 .button,
.color-2 .info-btn,
.color-2 .event,
.color-2 .ui-accordion-header,
.color-2 h2.ui-accordion-header,
.color-2 .ui-accordion-header-icon,
.color-2 .link-file,
.color-2 .addons-mobile-menu > div,
.color-2 .choose-lang a:hover,
.color-2 .slick-prev,
.color-2 .slick-next,
.color-2 .disability-panel.show-me,
#page-event.color-2 .cb-photo_banner .image-wrapper {
  background-color: #918f8f !important;
  border: 1px solid #e8e8e8 !important;
}

.color-2 #mobile-menu-button > span,
.color-2 #mobile-menu-button > span::after,
.color-2 #mobile-menu-button > span::before,
.color-2 .current-lang a::after,
.color-2 .current-lang a::before {
  background-color: #e8e8e8 !important;
}

.color-2 .button,
.color-2 .info-btn {
  padding-left: 20px;
}

.color-2 #logo svg path,
.color-2 #logo svg rect .color-2 .contact_data svg path,
.color-2 #MAIN-BANER .social_links .social-icon svg path,
.color-2 .social_links .social-icon svg path,
.color-2 .search-btn-wrapper .search-btn svg path,
.color-2 .addons-mobile-menu .disability-link-panel .disability-link svg path,
.color-2 .event .table svg path,
.color-2 .contact_data svg path,
.color-2 .disability-link svg path {
  fill: #e8e8e8 !important;
}

.color-3 .button .ico,
.color-3 .info-btn .ico,
.color-3 .card .image-wrapper .card-head::after,
.color-3 .link-file-icon {
  display: none;
}

.color-3 #TOP,
.color-3 nav.mobile .nav-button > a {
  border-bottom: 1px solid #fff;
}

.color-3 nav.desktop .nav-button > a,
.color-3 .choose-lang a,
.color-3 .h-card .image-wrapper .image {
  border: 1px solid #031698;
}

.color-3 .bm-paralax {
  transform: translate(0) !important;
}

.color-3 nav.desktop .nav-button > a:hover > span,
.color-3 #START #TOP.unsticked nav.desktop .nav-button > a:hover > span,
.color-3 nav.desktop .nav-button.urhere > a > span {
  border-bottom: 0;
}

.color-3 *:focus,
.color-3 nav.desktop .nav-button > a:hover,
.color-3 #START #TOP.unsticked nav.desktop .nav-button > a:hover,
.color-3 nav.desktop .nav-button.urhere > a {
  border: 1px solid #fff;
}

.color-3 div,
.color-3 h1,
.color-3 h2 {
  background-color: transparent !important;
}

.color-3 #CANVAS,
.color-3 #TOP,
.color-3 .button,
.color-3 .info-btn,
.color-3 *:after,
.color-3 *:before,
.color-3 .choose-lang,
.color-3 #cookie-info,
.color-3 .disability-panel,
.color-3 #mobile-menu-button,
.color-3 .nav-mobile,
.color-3 .h-card .content {
  background-color: #031698 !important;
}

.color-3 img,
.color-3 .image {
  opacity: 0.4;
}

.color-3 * {
  color: #fff !important;
}

.color-3 .slide::after {
  background: rgba(3, 22, 152, 0.8) !important;
}

.color-3 .search-btn-wrapper .search-btn,
.color-3 .contact-data-box,
.color-3 select,
.color-3 input,
.color-3 textarea,
.color-3 .input-placeholder,
.color-3 .input-combo,
.color-3 .button,
.color-3 .info-btn,
.color-3 .event,
.color-3 .ui-accordion-header,
.color-3 h2.ui-accordion-header,
.color-3 .ui-accordion-header-icon,
.color-3 .link-file,
.color-3 .addons-mobile-menu > div,
.color-3 .choose-lang a:hover,
.color-3 .slick-prev,
.color-3 .slick-next,
.color-3 .disability-panel.show-me,
#page-event.color-3 .cb-photo_banner .image-wrapper {
  background-color: #031698 !important;
  border: 1px solid #fff !important;
}

.color-3 #mobile-menu-button > span,
.color-3 #mobile-menu-button > span::after,
.color-3 #mobile-menu-button > span::before,
.color-3 .current-lang a::after,
.color-3 .current-lang a::before {
  background-color: #fff !important;
}

.color-3 .button,
.color-3 .info-btn {
  padding-left: 20px;
}

.color-3 #logo svg path,
.color-3 #logo svg rect .color-3 .contact_data svg path,
.color-3 #MAIN-BANER .social_links .social-icon svg path,
.color-3 .social_links .social-icon svg path,
.color-3 .search-btn-wrapper .search-btn svg path,
.color-3 .addons-mobile-menu .disability-link-panel .disability-link svg path,
.color-3 .event .table svg path,
.color-3 .contact_data svg path,
.color-3 .disability-link svg path {
  fill: #fff !important;
}

.color-4 .button .ico,
.color-4 .info-btn .ico,
.color-4 .card .image-wrapper .card-head::after,
.color-4 .link-file-icon {
  display: none;
}

.color-4 #TOP,
.color-4 nav.mobile .nav-button > a {
  border-bottom: 1px solid #fff;
}

.color-4 nav.desktop .nav-button > a,
.color-4 .choose-lang a,
.color-4 .h-card .image-wrapper .image {
  border: 1px solid #000;
}

.color-4 .bm-paralax {
  transform: translate(0) !important;
}

.color-4 nav.desktop .nav-button > a:hover > span,
.color-4 #START #TOP.unsticked nav.desktop .nav-button > a:hover > span,
.color-4 nav.desktop .nav-button.urhere > a > span {
  border-bottom: 0;
}

.color-4 *:focus,
.color-4 nav.desktop .nav-button > a:hover,
.color-4 #START #TOP.unsticked nav.desktop .nav-button > a:hover,
.color-4 nav.desktop .nav-button.urhere > a {
  border: 1px solid #fff;
}

.color-4 div,
.color-4 h1,
.color-4 h2 {
  background-color: transparent !important;
}

.color-4 #CANVAS,
.color-4 #TOP,
.color-4 .button,
.color-4 .info-btn,
.color-4 *:after,
.color-4 *:before,
.color-4 .choose-lang,
.color-4 #cookie-info,
.color-4 .disability-panel,
.color-4 #mobile-menu-button,
.color-4 .nav-mobile,
.color-4 .h-card .content {
  background-color: #000 !important;
}

.color-4 img,
.color-4 .image {
  opacity: 0.4;
}

.color-4 * {
  color: #fff !important;
}

.color-4 .slide::after {
  background: rgba(0, 0, 0, 0.8) !important;
}

.color-4 .search-btn-wrapper .search-btn,
.color-4 .contact-data-box,
.color-4 select,
.color-4 input,
.color-4 textarea,
.color-4 .input-placeholder,
.color-4 .input-combo,
.color-4 .button,
.color-4 .info-btn,
.color-4 .event,
.color-4 .ui-accordion-header,
.color-4 h2.ui-accordion-header,
.color-4 .ui-accordion-header-icon,
.color-4 .link-file,
.color-4 .addons-mobile-menu > div,
.color-4 .choose-lang a:hover,
.color-4 .slick-prev,
.color-4 .slick-next,
.color-4 .disability-panel.show-me,
#page-event.color-4 .cb-photo_banner .image-wrapper {
  background-color: #000 !important;
  border: 1px solid #fff !important;
}

.color-4 #mobile-menu-button > span,
.color-4 #mobile-menu-button > span::after,
.color-4 #mobile-menu-button > span::before,
.color-4 .current-lang a::after,
.color-4 .current-lang a::before {
  background-color: #fff !important;
}

.color-4 .button,
.color-4 .info-btn {
  padding-left: 20px;
}

.color-4 #logo svg path,
.color-4 #logo svg rect .color-4 .contact_data svg path,
.color-4 #MAIN-BANER .social_links .social-icon svg path,
.color-4 .social_links .social-icon svg path,
.color-4 .search-btn-wrapper .search-btn svg path,
.color-4 .addons-mobile-menu .disability-link-panel .disability-link svg path,
.color-4 .event .table svg path,
.color-4 .contact_data svg path,
.color-4 .disability-link svg path {
  fill: #fff !important;
}

/* ------------------------- Gallery ----------------------------- */
.gallery {
  margin: 0 -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.gallery > div {
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
}

.gallery.x8 > div {
  width: 12.5%;
}

.gallery.x7 > div {
  width: 14.28%;
}

.gallery.x6 > div {
  width: 16.66%;
}

.gallery.x5 > div {
  width: 20%;
}

.gallery.x4 > div {
  width: 25%;
}

.gallery.x3 > div {
  width: 33.33%;
}

.gallery.x2 > div {
  width: 50%;
}

.gallery > div .image img {
  width: 100%;
  transition: all 1s;
}

.gallery > div .image:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.gallery > div .image a {
  position: relative;
  display: block;
}

.gallery > div .image a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url("graphics/lupa-ico.png") no-repeat center;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
}

.gallery > div .image:hover a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.gallery > div .image:hover a:after {
  opacity: 1;
}

.window-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  display: none;
}

.window-overlay.show-me {
  display: flex;
}

.window-overlay.show-me .window,
.window-overlay.show-me .message-window {
  animation-name: zoomIn;
  animation-duration: 500ms;
}

.window {
  position: relative;
  padding: 0;
  max-width: 80%;
  max-height: 80%;
  width: 850px;
  height: 620px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.window .window-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #161616;
  z-index: 1;
}

.window .window-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.window .window-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  overflow-y: auto;
}

.window .window-content h3:first-child {
  margin-top: 0;
}

.window .window-content p {
  text-align: left;
}

.window > .window-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 40px;
  text-align: right;
  border-top: 1px solid #ddd;
}

.window > .window-controls .button {
  margin-bottom: 0;
  min-width: 75px;
}

.window > .window-controls .button:last-child {
  margin-right: 0;
}

.window-overlay.newsletter-window .window {
  height: auto;
  width: 600px;
  min-height: 300px;
}

.window-overlay.newsletter-window .window .window-content {
  position: relative;
}

.mkSlider .opSlider {
  height: auto;
  width: auto;
  padding-bottom: 0;
}
.mkSlider .opSlider .opSlider-item::after {
  display: none;
}
.mkSlider .opSlider .opSlider-control-prev,
.mkSlider .opSlider .opSlider-control-next {
  
}
.mkSlider .opSlider .opSlider-inner .button.banner-button {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 20px 20px;
}

.mkSlider .opSlider .image-wrapper {
  border-radius: 0;
}/*# sourceMappingURL=theme.css.map */

div, p, span
{
  color: #000;
}
a
{
	color: darkblue;
}
.button
{
	background-color: darkblue;
}
#BOTTOM span
{
color: #fff;
}
#BOTTOM a
{
color: #fff;
}
.nav-mobile-wrapper.show-me .current-lang a
{
color: #fff;
}
.addons-mobile-menu .search-panel input
{
color: #000000;
}
#BOTTOM .links a
{
color: #ffffff;
}
#SYSTEM-FOOT .links a
{
color: #ffffff;
}
#SYSTEM-FOOT span
{
color: #ffffff;
}
#SYSTEM-FOOT a
{
color: #ffffff;
}
.search-panel input
{
color: #000;
}
#START #TOP.unsticked #TOP-MAIN .links-buttons .button 
{
  border: 1px solid #000 !important;
  color: #000 !important;
}
#TOP .container 
{
  height: auto;
  position: relative;
}
.breadcrumps span
{
color: #000;
}
.combo label
{
color: #fff;
}
#SYSTEM-FOOT div
{
color: #ffffff;
}
.card-head h3, .card-head span
{
  background-color: #000;
  padding: 5px;
}
.megadropdown
{
display: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #000000;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
}
.skip-links {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}
.skip-links a {
position: absolute;
left: -9999px;
background: #000;
color: #fff;
padding: 8px 16px;
text-decoration: none;
}
.skip-links a:focus {
position: static;
left: auto;
display: inline-block;
margin: 5px;
}
.search-panel.show-me label 
{
  display: none;
}
.size-changer a, .current-lang a {
  color: #000;
}
.button.ico-btn.freshmail-add-btn.bound span {
  color: #fff;
}
.addons-mobile-menu label 
{
  color: #000;
}
.nav-mobile a
{
  color: #fff;
}