@charset "UTF-8";
#cookies-policy .cookies__logo {
  height: 100px;
  margin-bottom: 10px;
}

#cookies-reset-button button {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #000;
  z-index: 2147483631;
  border: none;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#cookies-reset-button button::before {
  content: "\f021";
  position: relative;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}

#cookies-policy.cookies {
  display: flex;
  max-width: 760px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #141414;
  font-family: sans-serif;
  font-size: 15px;
  height: auto;
  left: 50%;
  letter-spacing: 0.1px;
  line-height: 24px;
  max-height: calc(100% - 16px);
  overflow: hidden;
  position: fixed;
  text-align: initial;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  transition-property: all;
  transition-property: width, max-width, top, bottom, left, opacity;
  width: calc(100% - 16px);
  z-index: 2147483631;
}
#cookies-policy.cookies--closing {
  opacity: 0;
  transform: translateY(10px);
}
#cookies-policy.cookies--show .cookies__btn--customize {
  border-top: none;
  border-bottom: 1px solid #E7E8E9;
}
#cookies-policy.cookies--show .cookies__btn svg {
  transform: rotate(180deg);
}
#cookies-policy.cookies--no-js .cookies__section .cookies__expandable,
#cookies-policy.cookies--no-js .cookies__expandable:target {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy.cookies--no-js .cookies__details {
  display: none;
}
#cookies-policy.cookies--no-js .cookies__sections {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#cookies-policy.cookies--no-js svg {
  display: none;
}

#cookies-policy .cookies__expandable {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__expandable--open {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy .cookies__alert {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
}
#cookies-policy .cookies__container {
  display: block;
  overflow: hidden;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 100ms linear;
}
#cookies-policy .cookies__container--hide {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__logo_wrap {
  border-bottom: 1px solid #E7E8E9;
  margin: 15px 0px;
}
#cookies-policy .cookies__logo {
  height: 100px;
  margin-bottom: 10px;
}
#cookies-policy .cookies__title {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  color: #2C2E30;
  text-align: center;
}
#cookies-policy .cookies__intro {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
  margin-bottom: 30px;
  padding: 1em 1.5em;
}
#cookies-policy .cookies__intro p {
  margin-top: 1em;
}
#cookies-policy .cookies__intro p:first-child {
  margin-top: 0;
}
#cookies-policy .cookies__intro a {
  text-decoration: underline;
  color: inherit;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__intro a:hover, #cookies-policy .cookies__intro a:focus {
  color: #203556;
}
#cookies-policy .cookies__actions {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  border-top: 1px solid #E7E8E9;
  padding-top: 2px;
  padding-bottom: 2px;
}
#cookies-policy .cookies__btn--customize {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1em;
  text-decoration: none;
  color: #2C2E30;
  position: relative;
  padding: 1.125em 24px;
  border-top: 1px solid #E7E8E9;
}
#cookies-policy .cookies__btn svg {
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__sections {
  max-height: 450px;
  overflow-y: scroll;
}
#cookies-policy .cookies__section {
  padding: 0 1.5em;
}
#cookies-policy .cookies__section + .cookies__section {
  border-top: 1px solid #eee;
}
#cookies-policy .cookies__category, #cookies-policy .cookies__box {
  display: block;
  position: relative;
  overflow: hidden;
}
#cookies-policy .cookies__category input {
  position: absolute;
  display: block;
  top: 0;
  right: 105%;
  padding: 0;
  margin: 0;
}
#cookies-policy .cookies__box {
  padding: 1em 3em 1em 0;
  line-height: 1.4em;
  cursor: pointer;
}
#cookies-policy .cookies__box:before, #cookies-policy .cookies__box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 1.4em;
}
#cookies-policy .cookies__box:after {
  right: 0;
  width: 2.5em;
  height: 1.4em;
  margin-top: -0.7em;
  background: #E7E8E9;
  z-index: 0;
  transition: background 200ms ease-out, opacity 200ms ease-out;
}
#cookies-policy .cookies__box:before {
  right: 0.75em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: #fff;
  z-index: 1;
  transform: translateX(-0.55em);
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__category input:checked + .cookies__box:after {
  background: #203556;
  opacity: 1;
}
#cookies-policy .cookies__category input:disabled + .cookies__box:after {
  opacity: 0.6;
}
#cookies-policy .cookies__category input:checked + .cookies__box:before {
  transform: translateX(0.55em);
}
#cookies-policy .cookies__label {
  font-size: 0.875em;
  font-weight: 600;
  color: #2C2E30;
}
#cookies-policy .cookies__info {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
}
#cookies-policy .cookies__details {
  display: block;
  color: #203556;
  font-size: 0.875em;
  margin: 0.625em 0 0.9em;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__details:hover, #cookies-policy .cookies__details:focus {
  color: #203556;
}
#cookies-policy .cookies__definitions {
  font-size: 0.875em;
  line-height: 1.2em;
  padding-top: 1em;
  padding-top: 0.8em;
  color: #676767;
}
#cookies-policy .cookies__cookie + .cookies__cookie {
  margin-top: 1em;
}
#cookies-policy .cookies__name {
  display: inline;
  font-weight: 600;
  line-height: 22px;
  color: #8A8E92;
}
#cookies-policy .cookies__duration {
  display: inline;
  text-align: right;
  color: #8A8E92;
}
#cookies-policy .cookies__description {
  padding-top: 0.3em;
  display: block;
  width: 100%;
  line-height: 120%;
  text-align: left;
  color: #8A8E92;
}
#cookies-policy .cookies__save {
  border-top: 1px solid #E7E8E9;
  padding: 0.75em 1.5em;
  margin-top: 0.4em;
  display: flex;
  justify-content: flex-end;
}

#cookies-policy .cookiesBtn {
  width: 100%;
}
#cookies-policy .cookiesBtn__link {
  display: block;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #203556;
  border: 1px solid #203556;
  border-radius: 4px;
  margin: 0;
  padding: 0.86em 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: opacity 200ms ease-out;
  margin: 10px auto;
}
#cookies-policy .cookiesBtn__link:hover, #cookies-policy .cookiesBtn__link:focus {
  opacity: 0.8;
}

.grid-item {
  width: 200px;
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}

.grid-item img {
  padding: 10px;
  border-radius: 10px;
}

div.image-grid div.image {
  transform: scale(1);
}
div.image-grid div.fix {
  position: relative;
  transform: scale(1.1);
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid div.fix {
    transform: scale(1);
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid div.fix {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 420px) {
  div.image-grid div.fix {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 992px) {
  div.image-grid div.fix {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  div.image-grid div.fix {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  div.image-grid div.fix {
    transform: scale(0.6);
  }
}
div.image-grid div.fix img {
  position: absolute;
  top: -70px;
  left: -30px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 992px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 576px) {
  div.image-grid div.fix img {
    left: -100px;
  }
}
@media screen and (max-width: 420px) {
  div.image-grid div.fix img {
    left: -120px;
  }
}
div.image-grid img {
  margin: 10px 10px 10px 0px;
  border-radius: 50px;
  box-shadow: 8px 8px 18px 0px rgb(179, 180, 190);
}
div.image-grid img.no-shadow {
  box-shadow: none;
}

div.image-grid-2 {
  position: relative;
  top: -260px;
}
@media (max-width: 576px) {
  div.image-grid-2 {
    top: -60px;
  }
}
div.image-grid-2 div.image {
  transform: scale(1);
}
div.image-grid-2 div.fix {
  position: relative;
  transform: scale(1.1);
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid-2 div.fix {
    transform: scale(1);
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid-2 div.fix {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 420px) {
  div.image-grid-2 div.fix {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 992px) {
  div.image-grid-2 div.fix {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  div.image-grid-2 div.fix {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  div.image-grid-2 div.fix {
    transform: scale(0.6);
  }
}
div.image-grid-2 div.fix img {
  position: absolute;
  top: -70px;
  left: -30px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 992px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 576px) {
  div.image-grid-2 div.fix img {
    left: -100px;
  }
}
@media screen and (max-width: 420px) {
  div.image-grid-2 div.fix img {
    left: -120px;
  }
}
div.image-grid-2 img {
  margin: 10px 10px 10px 0px;
  border-radius: 50px;
  box-shadow: 8px 8px 18px 0px rgb(179, 180, 190);
}
div.image-grid-2 img.no-shadow {
  box-shadow: none;
}

.formContact input {
  padding: 8px 15px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  background-color: #fff;
}
.formContact textarea {
  height: 180px;
  padding: 8px 15px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  background-color: #fff;
}
.formContact button {
  background-color: #169bd4;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 60px;
  border: none;
  cursor: pointer;
  float: right;
}
.formContact label {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  color: #000000;
  display: block;
  padding: 10px 0px 5px 0px;
}
.formContact label.FixCheckbox {
  padding: 0px 0px 5px 10px !important;
}
.formContact {
  /*footer*/
}
.formContact.formContactFooter input {
  padding: 8px 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
  background-color: transparent;
  border: solid 2px #a2a8b9;
  margin-bottom: 25px;
}
.formContact.formContactFooter textarea {
  height: 180px;
  padding: 8px 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  background-color: #fff;
}
.formContact.formContactFooter button {
  background-color: #169bd4;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 60px;
  border: none;
  cursor: pointer;
  float: none;
  text-align: center;
}
.formContact.formContactFooter label {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  display: block;
  padding: 10px 0px 5px 0px;
}
.formContact .form-group .fb-required {
  color: #c10000;
  margin-left: 5px;
}
.formContact .form-group {
  margin-bottom: 1rem;
}

#form-result-2 {
  color: white;
  font-size: 2rem;
}

#contactForm-message {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000;
  color: #169bd4;
  text-align: center;
  padding: 30px 0px;
  display: none;
  border: solid 1px #7dae39;
}

.forms {
  margin: 0px 0px;
  font-family: "Yantramanav", sans-serif;
}
.forms input.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border: solid 1px #7dae39;
}
.forms div.form-contact-title {
  font-size: 3rem;
  line-height: 3.4rem;
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.forms textarea.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border: solid 1px #7dae39;
  height: 100px;
}
.forms div.price-summary {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  padding: 15px 0px;
  text-align: center;
  color: rgb(39, 23, 117);
}
.forms div.price-summary span {
  font-size: 3rem;
}
.forms div.form-group-check {
  margin-top: 15px;
}
.forms label.form-label {
  color: #666;
  font-size: 1.6rem;
}
.forms h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-top: 30px;
  text-transform: uppercase;
}
.forms div.description {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #666;
  text-align: left;
}
.forms div.description ul {
  margin-bottom: 30px;
}
.forms div.description p {
  margin-bottom: 30px;
}
.forms .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.forms .form-check input {
  width: 15px;
  height: 15px;
}
.forms div.permission label {
  padding: 0px 2px 0px 10px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.forms div.form-group {
  margin-bottom: 30px;
}
.forms ul.file-list {
  margin: 0px;
  padding: 0px;
}
.forms ul.file-list li {
  padding: 5px 15px;
  background-color: rgb(99, 98, 102);
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
  float: left;
  margin: 0px 10px 10px 0px;
}
.forms ul.file-list li:hover {
  background-color: #cfa868;
  color: #000;
}
.forms ul.file-list li:hover i {
  color: red;
}
.forms ul.file-list li i {
  color: #fff;
  padding-left: 20px;
  display: inline;
}

.error-message {
  background-color: red;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: none;
  margin: 0 auto;
  width: auto;
  padding: 5px 20px;
}

em.state-error {
  color: red;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-style: normal;
  top: -5px;
  font-family: "Open Sans", sans-serif;
}

input.form-control.state-error {
  border: solid 1px red;
  margin-bottom: 0rem;
}

button.read-more {
  padding: 11px 37px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: #169bd4;
  border-radius: 20px;
  border: 0px;
}
.page-item.active .page-link {
  background-color: rgb(14.8076923077, 104.3269230769, 142.6923076923);
  border-color: rgb(14.8076923077, 104.3269230769, 142.6923076923);
  color: #fff;
}

.page-link {
  padding: 0.375rem 1.5rem;
  font-size: 1.6rem;
  color: rgb(14.8076923077, 104.3269230769, 142.6923076923);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: auto;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@font-face {
  font-family: "AntroVectra";
  src: url("/assets/front/css/Antro_Vectra.otf") format("opentype");
  /* Dodatkowe formaty, jeśli są dostępne */
}
.foncik {
  font-family: "AntroVectra", sans-serif;
  font-size: 40px;
}

html {
  font-size: calc(10px * var(--wcag-font-scale, 1));
}

body {
  font-size: 10px;
  line-height: 30px;
  background-color: #F3F3F3;
}

.image-margin-left {
  float: right;
  margin: 8px 0 0 10px;
}

.image-margin-right {
  float: left;
  margin: 8px 10px 0 0;
}

a.no-underline:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

html, body {
  background-color: #F3F3F3;
  overflow-x: hidden;
  color: #000000;
  direction: ltr;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
}

html[data-wcag-font=normal] {
  --wcag-font-scale: 1;
}

html[data-wcag-font=large] {
  --wcag-font-scale: 1.15;
}

html[data-wcag-font=xlarge] {
  --wcag-font-scale: 1.3;
}

body[data-wcag-contrast=high] {
  background: #000 !important;
  color: #fff !important;
}

body[data-wcag-contrast=high] .page-wrapper,
body[data-wcag-contrast=high] .main-page,
body[data-wcag-contrast=high] .content,
body[data-wcag-contrast=high] .container,
body[data-wcag-contrast=high] .container-fluid,
body[data-wcag-contrast=high] .news-box,
body[data-wcag-contrast=high] .gallery-category-card,
body[data-wcag-contrast=high] .gallery-category-card-fixed,
body[data-wcag-contrast=high] .staticPage,
body[data-wcag-contrast=high] .article,
body[data-wcag-contrast=high] .breadcrumb,
body[data-wcag-contrast=high] .form-control,
body[data-wcag-contrast=high] input,
body[data-wcag-contrast=high] textarea,
body[data-wcag-contrast=high] select,
body[data-wcag-contrast=high] .page-link {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

body[data-wcag-contrast=high] a,
body[data-wcag-contrast=high] h1,
body[data-wcag-contrast=high] h2,
body[data-wcag-contrast=high] h3,
body[data-wcag-contrast=high] h4,
body[data-wcag-contrast=high] h5,
body[data-wcag-contrast=high] h6,
body[data-wcag-contrast=high] p,
body[data-wcag-contrast=high] li,
body[data-wcag-contrast=high] span,
body[data-wcag-contrast=high] strong,
body[data-wcag-contrast=high] label,
body[data-wcag-contrast=high] .title,
body[data-wcag-contrast=high] .subtitle,
body[data-wcag-contrast=high] .date,
body[data-wcag-contrast=high] .text,
body[data-wcag-contrast=high] .page-link,
body[data-wcag-contrast=high] .breadcrumb-item,
body[data-wcag-contrast=high] .breadcrumb-item a {
  color: #fff !important;
}

body[data-wcag-contrast=high] a:hover,
body[data-wcag-contrast=high] a:focus,
body[data-wcag-contrast=high] .page-link:hover,
body[data-wcag-contrast=high] .page-link:focus,
body[data-wcag-contrast=high] .btn:hover,
body[data-wcag-contrast=high] .btn:focus {
  color: #000 !important;
  background: #ffeb3b !important;
  border-color: #ffeb3b !important;
}

body[data-wcag-contrast=high] img {
  border: 2px solid #fff;
}

.wcag-panel {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.wcag-panel__toggle,
.wcag-panel__action {
  border: 1px solid #0d3b66;
  background: #ffffff;
  color: #0d3b66;
  border-radius: 14px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wcag-panel__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  box-shadow: 0 10px 28px rgba(13, 59, 102, 0.18);
}

.wcag-panel__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0d3b66;
  color: #fff;
  font-size: 1.6rem;
}

.wcag-panel__toggle-label {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wcag-panel__controls {
  width: min(280px, 100vw - 32px);
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(13, 59, 102, 0.2);
  backdrop-filter: blur(6px);
}

.wcag-panel__group + .wcag-panel__group {
  margin-top: 14px;
}

.wcag-panel__title {
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0d3b66;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wcag-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wcag-panel__action {
  min-width: 74px;
  padding: 10px 12px;
  font-size: 1.4rem;
}

.wcag-panel__toggle:hover,
.wcag-panel__toggle:focus,
.wcag-panel__action:hover,
.wcag-panel__action:focus,
.wcag-panel__action.is-active {
  background: #0d3b66;
  color: #fff;
  border-color: #0d3b66;
}

body[data-wcag-contrast=high] .wcag-panel__controls,
body[data-wcag-contrast=high] .wcag-panel__toggle,
body[data-wcag-contrast=high] .wcag-panel__action {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

body[data-wcag-contrast=high] .wcag-panel__toggle-icon {
  background: #fff !important;
  color: #000 !important;
}

@media (max-width: 768px) {
  .wcag-panel {
    right: 10px;
    bottom: 10px;
  }
  .wcag-panel__toggle {
    padding: 10px 12px;
  }
  .wcag-panel__toggle-icon {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
  .wcag-panel__toggle-label {
    font-size: 2.8rem;
  }
  .wcag-panel__controls {
    width: min(250px, 100vw - 20px);
    padding: 12px;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.marginFix {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.cursor {
  cursor: pointer;
}

.hides {
  display: none;
}

.separator {
  width: 100%;
  height: 1px;
  background: #444;
  margin: 60px 0px;
}

/* MODERN BUTTONS STYLES */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: left 0.4s ease;
  z-index: 0;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn {
  /* Orange Button */
}
.btn.btn-white {
  background: linear-gradient(135deg, #e9e7e5 0%, #ffffff 50%, #f3f3f3 100%);
  color: #000;
}
.btn.btn-white:hover {
  box-shadow: 0 8px 25px rgba(255, 156, 0, 0.4);
  transform: translateY(-3px);
}
.btn.btn-white:hover::before {
  left: 0;
}
.btn.btn-white:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 156, 0, 0.3);
}
.btn {
  /* Orange Button */
}
.btn.btn-orange {
  background: linear-gradient(135deg, #7dae39 0%, #7dae39 50%, #7dae39 100%);
  color: #ffffff;
}
.btn.btn-orange:hover {
  box-shadow: 0 8px 25px rgba(255, 156, 0, 0.4);
  transform: translateY(-3px);
}
.btn.btn-orange:hover::before {
  left: 0;
}
.btn.btn-orange:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 156, 0, 0.3);
}
.btn {
  /* Blue Button */
}
.btn.btn-blue {
  background: linear-gradient(135deg, #007cc2 0%, #0066a1 50%, #004d7a 100%);
  color: #ffffff;
}
.btn.btn-blue:hover {
  box-shadow: 0 8px 25px rgba(0, 124, 194, 0.4);
  transform: translateY(-3px);
}
.btn.btn-blue:hover::before {
  left: 0;
}
.btn.btn-blue:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 124, 194, 0.3);
}

.viewOnlyPhone {
  display: none;
}
@media (max-width: 992px) {
  .viewOnlyPhone {
    display: inline-block;
  }
}

.hideOnlyPhone {
  display: block;
}
@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}

.hideOnlyPhone {
  display: block;
}

@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}
.showOnlyPhone {
  display: none;
}

@media (max-width: 992px) {
  .showOnlyPhone {
    display: block;
  }
}
.photoNativeDescription {
  text-align: center;
  color: #3b72ab;
}

.center-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-left {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .section-left {
    padding-right: 15px;
  }
}

.section-right {
  padding-left: 60px;
}
@media (max-width: 992px) {
  .section-right {
    padding-left: 15px;
  }
}

a.facebookBtn {
  background: #3B5499;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

div.dropdown-menu {
  background-image: url("/assets/front/media/bg-menu-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99999;
  opacity: 0.95;
  padding: 10px 10px 10px 10px;
  top: 50px;
}
div.dropdown-menu a {
  color: #fff !important;
  text-transform: inherit !important;
  clip-path: none !important;
  padding: 5px 10px;
  font-size: 1.6rem !important;
  border-bottom: dashed 1px #fff !important;
  width: 100% !important;
  text-align: left !important;
  display: block !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding: 12px 14px !important;
}
div.dropdown-menu a:hover {
  color: #000 !important;
  background: transparent !important;
  border-bottom: dashed 1px #fff !important;
}

a.dropdown-toggle::after {
  display: none !important;
}

.clearFix {
  width: 100%;
  clear: both;
}

.iframeVideo {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 30%;
  position: relative;
}

.iframeVideo.dfixed {
  padding-bottom: 56%;
  margin-bottom: 40px;
}

.iframeVideo iframe,
.iframeVideo video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border-radius: 0.25rem;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #666;
  background-color: transparent;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item span {
  color: #666;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-item.active {
  color: #666;
  pointer-events: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
}
@media (max-width: 767.98px) {
  .breadcrumb .breadcrumb-item {
    margin-bottom: 0;
  }
}

div.main-page {
  width: 100%;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 999999;
}
.sidenav.modalBlueDark {
  background: linear-gradient(135deg, #007cc2 0%, #0066a1 50%, #004d7a 100%);
}
.sidenav.modalBlue {
  background: #169bd4;
}
.sidenav.modalGreen {
  background: #000;
}
.sidenav.modalWhite {
  background: #fff;
}
.sidenav.active {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sidenav.active {
    width: 90%;
  }
}
.sidenav.sidenavRight {
  right: 0px;
  left: 100%;
  width: 40%;
  z-index: 9999999;
}
.sidenav.sidenavRight.active {
  left: 40%;
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .sidenav.sidenavRight.active {
    width: 100%;
    left: 0%;
  }
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav {
  /*navi 1*/
}
.sidenav div.navi-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
.sidenav div.navi-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.sidenav ul.navi-list {
  display: flex;
  margin-bottom: 0px;
  padding-left: 30px;
  flex-direction: column;
  align-items: left;
  flex: 0 auto;
  padding-top: 80px;
  margin-bottom: 40px;
}
.sidenav ul.navi-list ul {
  padding-left: 30px;
}
.sidenav ul.navi-list li {
  margin-top: 5px;
  margin-bottom: 5px;
  transition: transform 350ms ease;
  list-style: none;
}
.sidenav ul.navi-list li a.modal-link {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
}
.sidenav ul.navi-list li a.modal-link:hover {
  transform: translate(10px, 0px);
}
.sidenav ul.navi-list li a.modal-link-small {
  display: block;
  color: #dbd2d2;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link-small {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0px;
  }
}
.sidenav ul.navi-list li a.modal-link-small:hover {
  transform: translate(10px, 0px);
}
.sidenav div.navi-contact {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
}
.sidenav div.address {
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.sidenav div.address a {
  color: #fff;
}
@media (max-width: 992px) {
  .sidenav div.address {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.text-white {
  font-style: italic;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .sidenav a.text-white {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.navi-text-strike {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidenav a.navi-text-strike div.strike-line {
  width: 0%;
  opacity: 0;
  height: 1px;
  top: 100%;
  position: absolute;
  display: inline-block;
  -webkit-box-align: center;
  background-color: #fff;
}
.sidenav a.navi-text-strike div.text-email {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.sidenav a.navi-text-strike:hover div.strike-line {
  width: 100%;
  opacity: 0.5;
  height: 1px;
  background-color: #fff;
}
.sidenav a.navi-text-strike:hover {
  text-decoration: none;
}
.sidenav ul.menu-social-list {
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
}
.sidenav ul.menu-social-list li {
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.sidenav ul.menu-social-list li a {
  transition: all 0.5s ease 0s;
  color: #fff;
}
.sidenav ul.menu-social-list li a i {
  font-size: 4rem;
}
.sidenav ul.menu-social-list li:hover {
  transform: scale(1.2);
}
.sidenav a.closebtn.white {
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 70px;
  color: #fff;
  z-index: 100;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.white:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav a.closebtn.black {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 70px;
  color: #000;
  z-index: 100;
  margin-left: 0px;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.black:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav div.text-info-white {
  text-align: center;
  color: #000;
  font-size: 30px;
}

header {
  z-index: 9999;
  position: relative;
  background: #f3f3f3;
  height: 115px;
}
@media screen and (max-width: 992px) {
  header {
    height: 60px;
  }
}
header div.logo {
  display: inline-block;
  width: auto;
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  header div.logo {
    margin: 5px auto 0px 0px;
    text-align: center;
  }
}
header div.logo img {
  height: 90px;
  max-width: auto;
}
@media screen and (max-width: 992px) {
  header div.logo img {
    height: 20px;
  }
}
header div.school-name {
  display: inline-block;
  max-width: 560px;
  margin-top: 28px;
  margin-left: 16px;
  color: #222;
  font-family: "AntroVectra", "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.04em;
  transform: skewX(-4deg);
}
@media screen and (max-width: 992px) {
  header div.school-name {
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-top: 7px;
    margin-left: 1px;
  }
}
header div.hamb-section {
  display: none;
}
@media screen and (max-width: 992px) {
  header div.hamb-section {
    display: inline-block;
    width: auto;
    width: 20%;
    margin-left: 10px;
  }
}
header .nav-link:focus, header .nav-link:hover {
  color: #fff;
}
header div.menu {
  display: block;
  width: auto;
  float: right;
  margin-right: 30px;
  margin-top: 25px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  header div.menu {
    width: 20%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  header div.menu {
    margin-right: 10px;
  }
}
header div.navi {
  background: #f3f3f3;
  position: fixed;
  display: block;
  width: 100%;
  height: 115px;
  color: #fff;
  padding: 0px 50px;
  transition: all 0.5s ease 0s;
  z-index: 100;
  border-bottom: dashed #d6d6d6 1px;
  box-shadow: 0px 12px 50px -6px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 992px) {
  header div.navi {
    padding: 0px 0px;
  }
}
header div.navi.active {
  height: 60px;
  border-bottom: solid 1px #c9c1c1;
}
header div.navi.active div.menu {
  margin-top: 12px;
}
header div.navi.active div.logo {
  position: relative;
  top: 2px;
  left: 0px;
  margin-top: 0px;
}
header div.navi.active div.logo img {
  height: 50px;
}
header div.navi.active div.school-name {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.4rem;
  max-width: 380px;
  transform: skewX(-3deg);
}
@media screen and (max-width: 992px) {
  header div.navi {
    height: 60px;
    border-bottom: solid 1px #c9c1c1;
  }
  header div.navi div.menu {
    margin-top: 12px;
  }
  header div.navi div.logo {
    position: relative;
    left: 0px;
    margin-top: 0px;
  }
  header div.navi div.logo img {
    height: 50px;
  }
}
header #menu_hamb {
  position: absolute;
  top: 17px;
  right: 20px;
  cursor: pointer;
  z-index: 200;
  display: none;
  margin-left: 0px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  header #menu_hamb {
    display: inline-block;
  }
}
header #menu_hamb svg rect {
  fill: #000;
}
header ul.menuTop {
  position: relative;
  justify-content: center;
  gap: 20px;
  height: 100%;
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  header ul.menuTop {
    gap: 20px;
  }
}
header ul.menuTop li {
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1400px) {
  header ul.menuTop li.desktop {
    display: none;
  }
}
header ul.menuTop li.language a {
  margin-left: 10px;
}
header ul.menuTop li.language a img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
}
header ul.menuTop li.language a:hover {
  border-bottom: solid 1px transparent;
}
header ul.menuTop li a {
  color: #222;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s ease 0s;
  border-bottom: solid 1px transparent;
  text-transform: uppercase;
}
header ul.menuTop li a:hover {
  color: #000;
  border-bottom: solid 1px #000;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-15deg);
  }
  6% {
    transform: rotate(10deg);
  }
  8% {
    transform: rotate(-10deg);
  }
  10% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(-5deg);
  }
  14% {
    transform: rotate(0);
  }
  /* reszta czasu to przerwa */
  100% {
    transform: rotate(0);
  }
}
@keyframes panicRing {
  0% {
    transform: rotate(0) translateY(0);
  }
  2% {
    transform: rotate(25deg) translateY(-6px);
  }
  4% {
    transform: rotate(-25deg) translateY(6px);
  }
  6% {
    transform: rotate(20deg) translateY(-5px);
  }
  8% {
    transform: rotate(-20deg) translateY(5px);
  }
  10% {
    transform: rotate(15deg) translateY(-4px);
  }
  12% {
    transform: rotate(-15deg) translateY(4px);
  }
  14% {
    transform: rotate(10deg) translateY(-3px);
  }
  16% {
    transform: rotate(-10deg) translateY(3px);
  }
  18% {
    transform: rotate(5deg) translateY(-2px);
  }
  20% {
    transform: rotate(-5deg) translateY(2px);
  }
  22% {
    transform: rotate(0) translateY(0);
  }
  /* reszta to przerwa */
  100% {
    transform: rotate(0) translateY(0);
  }
}
footer {
  position: relative;
  z-index: 9999;
  background-color: #f0f1f2;
  padding: 40px 0px;
  border-top: dashed #d6d6d6 1px;
  font-family: "Open Sans", sans-serif;
}
footer div.address {
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  footer div.address {
    padding-left: 10px;
  }
}
footer div.title {
  text-align: left;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4f575e;
  -webkit-text-decoration: #4f575e;
  text-decoration: #4f575e;
  padding: 0px 0px 15px 0px;
}
footer div.title span {
  text-transform: lowercase;
}
footer div.title2 {
  text-align: left;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4f575e;
  -webkit-text-decoration: #4f575e;
  text-decoration: #4f575e;
  padding: 0px 0px 5px 0px;
}
footer div.title2 span {
  text-transform: lowercase;
}
footer p {
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  line-height: 2.2rem;
  font-weight: 400;
  color: #7a8691;
}
footer ul.menu-footer {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
footer ul.menu-footer li {
  text-align: left;
  width: 100%;
  padding: 5px 0px 5px 0px;
}
footer ul.menu-footer li a {
  color: #7a8691;
  -webkit-text-decoration: #7a8691;
  text-decoration: #7a8691;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  display: inline-block;
}
footer ul.menu-footer li a i {
  font-size: 26px;
  padding-right: 10px;
  position: relative;
  top: 4px;
}
footer ul.menu-footer li a img {
  height: 40px;
  margin-right: 10px;
}

h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #242424;
  padding: 30px 0px 0px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    padding: 10px 0px 20px 0px;
  }
}

h2 {
  font-size: 3.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #242424;
  padding: 30px 0px 0px 0px;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    padding: 10px 0px 20px 0px;
  }
}

div.section-pages {
  padding-top: 40px;
  /*max-width: 1600px;*/
  /*  div.container{
      max-width: 1600px;
    }*/
}
div.section-pages h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #242424;
  padding: 30px 0px 50px 0px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  div.section-pages h1 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    padding: 10px 0px 20px 0px;
  }
}
div.section-pages img {
  max-width: 100%;
}
div.section-pages h2 {
  font-size: 3.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #242424;
  padding: 30px 0px 20px 0px;
}
@media screen and (max-width: 992px) {
  div.section-pages h2 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    padding: 10px 0px 20px 0px;
  }
}
div.section-pages div.article {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: rgba(36, 36, 36, 0.8);
  outline-color: rgba(36, 36, 36, 0.8);
  padding: 5px 0px;
}
div.section-pages div.article.section-left {
  padding-right: 80px;
}
div.section-pages div.article.section-right {
  padding-left: 80px;
}
div.section-pages .menu-left {
  position: sticky;
  top: 20px;
  border-radius: 0;
  padding: 20px;
  margin-right: 30px;
  background-image: url("/assets/front/media/bg-menu-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  div.section-pages .menu-left {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 14px;
    margin-right: 0;
  }
}
div.section-pages .menu-left .menu-left-toggle {
  display: none;
  width: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: left;
  padding: 12px 14px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
div.section-pages .menu-left .menu-left-toggle .menu-left-toggle-icon {
  width: 18px;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  position: relative;
}
div.section-pages .menu-left .menu-left-toggle .menu-left-toggle-icon::before,
div.section-pages .menu-left .menu-left-toggle .menu-left-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #ffffff;
}
div.section-pages .menu-left .menu-left-toggle .menu-left-toggle-icon::before {
  top: -6px;
}
div.section-pages .menu-left .menu-left-toggle .menu-left-toggle-icon::after {
  top: 6px;
}
div.section-pages .menu-left .menu-left-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 0;
}
div.section-pages .menu-left .menu-left-list li + li .menu-left-item {
  border-top: 1px dashed rgba(255, 255, 255, 0.45);
}
div.section-pages .menu-left .menu-left-item {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 12px 14px;
  border-radius: 0;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
div.section-pages .menu-left .menu-left-item:hover {
  color: #111111;
}
div.section-pages .menu-left .menu-left-item.active, div.section-pages .menu-left .menu-left-item.is-active {
  color: #111111;
  border-left-color: #fff;
  background: rgba(255, 255, 255, 0.3);
  padding-left: 18px;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  div.section-pages .menu-left .menu-left-toggle {
    display: flex;
  }
  div.section-pages .menu-left .menu-left-list {
    display: none;
    margin-top: 8px;
  }
  div.section-pages .menu-left.is-open .menu-left-list {
    display: flex;
  }
}
@media (min-width: 992px) {
  div.section-pages .menu-left .menu-left-list {
    display: flex !important;
  }
}
div.section-pages table.harmonogram {
  width: 100%;
  margin: 24px 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #d8e3f2;
  box-shadow: 0 12px 30px rgba(21, 40, 72, 0.1);
  font-size: 1.5rem;
  line-height: 2.2rem;
  table-layout: fixed;
}
div.section-pages table.harmonogram thead th, div.section-pages table.harmonogram thead td {
  background: linear-gradient(135deg, #1b4368 0%, #2a5b89 100%);
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 14px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(8, 29, 52, 0.35);
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
div.section-pages table.harmonogram thead th:last-child, div.section-pages table.harmonogram thead td:last-child {
  border-right: 0;
}
div.section-pages table.harmonogram tbody tr {
  transition: background-color 0.2s ease;
}
div.section-pages table.harmonogram tbody tr:nth-child(even) {
  background: #f6f9ff;
}
div.section-pages table.harmonogram tbody tr:hover {
  background: #eaf2ff;
}
div.section-pages table.harmonogram tbody td {
  padding: 13px 16px;
  color: #1f2a3d;
  border-top: 1px solid #e4ebf6;
  border-right: 1px solid #edf2fa;
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
div.section-pages table.harmonogram tbody td:last-child {
  border-right: 0;
}
div.section-pages table.harmonogram a {
  color: #0f4c81;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
div.section-pages table.harmonogram a:hover {
  color: #0a355a;
}
@media (max-width: 992px) {
  div.section-pages table.harmonogram {
    display: block;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    table-layout: fixed;
  }
  div.section-pages table.harmonogram thead th,
  div.section-pages table.harmonogram tbody td {
    padding: 12px 14px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  div.section-pages table.harmonogram thead th {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  div.section-pages table.harmonogram tbody td {
    font-size: 1.35rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 576px) {
  div.section-pages table.harmonogram {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 18px 0;
    border-radius: 10px;
  }
}

section.section-counters {
  background: #3b72ab;
}
section.section-counters div.fix {
  position: relative3;
  width: 100%;
  margin-top: 20px;
}
section.section-counters div.fix i {
  color: #fff;
  font-size: 35px;
}
section.section-counters div.textFix {
  position: relative;
  font-size: 2.4rem;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  section.section-counters div.textFix {
    font-size: 2rem;
  }
}
section.section-counters .counter-box {
  display: block;
  margin: 40px;
  position: relative;
  width: auto;
}
@media (max-width: 992px) {
  section.section-counters .counter-box {
    padding: 8px;
    margin: 10px 0px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  }
}
section.section-counters .counter-box .counter-number {
  position: relative;
  left: 0;
  width: 100%;
  font-size: 55px;
  font-weight: 400;
  margin: 20px auto;
  color: #fff;
}
@media (max-width: 992px) {
  section.section-counters .counter-box .counter-number {
    font-size: 40px;
  }
}
section.section-counters .counter-box .circle-svg {
  transform: rotate(-90deg);
}
section.section-counters .counter-box .circle-svg circle.bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 5;
}
section.section-counters .counter-box .circle-svg circle.progress {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-dasharray: 471;
  stroke-dashoffset: 471;
  transition: stroke-dashoffset 1s linear;
}

.menu-weekly-page h1 {
  font-size: 4.2rem;
  line-height: 5rem;
  font-weight: 800;
  color: #123a5c;
  margin-bottom: 22px !important;
  text-align: left;
}
@media (max-width: 992px) {
  .menu-weekly-page h1 {
    font-size: 3.1rem;
    line-height: 3.8rem;
  }
}
.menu-weekly-page .card {
  border: 1px solid #d8e5f4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 44, 78, 0.08);
  background: #ffffff;
}
.menu-weekly-page .card-header {
  border-bottom: 1px solid rgba(16, 52, 88, 0.14);
  background: linear-gradient(135deg, #1a446a 0%, #2f6596 100%);
  color: #ffffff;
  padding: 16px 20px;
}
.menu-weekly-page .card-header h5,
.menu-weekly-page .card-header p,
.menu-weekly-page .card-header .text-muted {
  color: #ffffff !important;
  margin-bottom: 0;
}
.menu-weekly-page .card-body {
  padding: 24px;
}
@media (max-width: 768px) {
  .menu-weekly-page .card-body {
    padding: 18px 14px;
  }
}
.menu-weekly-page .btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 10px 18px;
  font-size: 1.35rem;
  line-height: 1.8rem;
}
.menu-weekly-page .btn-primary,
.menu-weekly-page .btn-secondary {
  border: 0;
  background: #1a446a;
}
.menu-weekly-page .btn-primary:hover, .menu-weekly-page .btn-primary:focus,
.menu-weekly-page .btn-secondary:hover,
.menu-weekly-page .btn-secondary:focus {
  background: #12324f;
}
.menu-weekly-page .day-section {
  background: #f7fbff;
  border: 1px solid #deebfa;
  border-radius: 14px;
  padding: 0px;
}
.menu-weekly-page .day-section h4 {
  color: #ddd !important;
  font-size: 2.1rem;
  line-height: 2.8rem;
  margin-bottom: 16px;
  border-bottom: 1px solid #d4e4f6 !important;
  text-transform: uppercase;
  background-color: #164872;
  padding: 12px 16px;
  border-radius: 14px 14px 0 0;
}
.menu-weekly-page .day-section span.date-day {
  color: #ddd;
  font-size: 1.2rem;
  line-height: 2.3rem;
  font-weight: 400;
}
.menu-weekly-page .meal-section {
  padding: 8px 20px 8px 14px;
  margin: 10px;
  border-left: 4px solid #2f6596;
}
.menu-weekly-page .meal-section h5 {
  color: #204f78 !important;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.menu-weekly-page .meal-section li {
  margin-bottom: 10px;
  color: #1f2b39;
  font-size: 1.55rem;
  line-height: 2.3rem;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.menu-weekly-page .meal-section li strong {
  font-weight: 700;
}
.menu-weekly-page .badge.badge-light {
  background: #e7f0fb;
  border: 1px solid #c8dbf2;
  color: #204f78;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 10px;
  margin-left: 8px;
  vertical-align: middle;
}
.menu-weekly-page .alert {
  border-radius: 14px;
  border: 1px solid #d7e7f8;
  background: #eff6ff;
  color: #173f62;
}
.menu-weekly-page iframe {
  width: 100%;
  max-width: 100%;
  border: 1px solid #dbe8f8;
  border-radius: 12px;
  background: #ffffff;
}
.menu-weekly-page .nutrition-content {
  line-height: 1.9;
  color: #263646;
}
.menu-weekly-page .nutrition-content p {
  margin-bottom: 14px;
}
.menu-weekly-page .nutrition-content h2,
.menu-weekly-page .nutrition-content h3,
.menu-weekly-page .nutrition-content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #123a5c;
}
.menu-weekly-page .nutrition-content ul,
.menu-weekly-page .nutrition-content ol {
  margin-left: 20px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .menu-weekly-page .day-section {
    padding: 12px;
  }
  .menu-weekly-page .day-section h4 {
    font-size: 1.85rem;
    line-height: 2.5rem;
  }
  .menu-weekly-page .meal-section {
    padding-left: 10px;
    border-left-width: 3px;
  }
  .menu-weekly-page .meal-section h5 {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .menu-weekly-page .meal-section li {
    font-size: 1.45rem;
    line-height: 2.05rem;
  }
  .menu-weekly-page iframe {
    height: 420px;
  }
}
@media (max-width: 576px) {
  .menu-weekly-page .btn {
    width: 100%;
    justify-content: center;
  }
  .menu-weekly-page .card-header {
    padding: 13px 14px;
  }
  .menu-weekly-page .card-header h5,
  .menu-weekly-page .card-header p {
    font-size: 1.45rem;
    line-height: 2rem;
  }
  .menu-weekly-page iframe {
    height: 320px;
  }
}

div.section-posts {
  background-color: rgb(14.8076923077, 104.3269230769, 142.6923076923);
  color: #fff;
}
div.section-posts.statement {
  background-color: #169bd4;
}
div.section-posts h2 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #fff;
  padding: 30px 0px 40px 0px;
}
@media screen and (max-width: 992px) {
  div.section-posts h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    padding: 20px 0px 20px 0px;
  }
}
div.section-posts div.title {
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 0px 0px 10px 0px;
}
div.section-posts div.date {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0px 0px 10px 0px;
}
div.section-posts div.description {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 20px 0px;
}
div.section-posts div.more {
  text-align: right;
}
div.section-posts div.more a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 20px 0;
  text-align: right;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
div.section-posts div.more a:hover {
  transition: all 0.5s ease 0s;
}
div.section-posts div.more a:hover::after {
  left: 10px;
}
div.section-posts div.more a::after {
  content: "↗";
  display: inline-block;
  margin-left: 0.6rem;
  position: relative;
  transform-origin: center right;
  font-size: 2rem;
  position: relative;
  top: -2px;
  left: 0px;
  transition: all 0.5s ease 0s;
}

div.section-home-posts {
  padding: 40px 0;
}
div.section-home-posts h2 {
  text-align: center;
}
div.section-home-posts div.container {
  max-width: 1400px;
}

/*News box  START*/
.section-news-archive {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0 5px 1px #b6b6b6;
  border-radius: 10px;
  border: solid 1px #e0e0e0;
}

.news-box {
  padding: 20px 10px;
  border-bottom: solid 1px #e0e0e0;
}
.news-box div.title {
  color: #000;
  font-size: 2rem;
  padding: 0px 0px 10px 0px;
}
.news-box div.date {
  color: #333;
  font-size: 1.2rem;
  padding: 0px 0px 0px 0px;
  color: #7dae39;
  text-align: left;
}
.news-box div.date span {
  display: block;
  float: left;
  font-size: 3.5rem;
  margin: 2px 5px 0 0;
}
.news-box div.wrap {
  position: relative;
}
.news-box div.image {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 10px;
}
.news-box div.image img {
  border-radius: 10px;
}
.news-box div.layer {
  position: absolute;
  transition: all 0.5s ease 0s;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 100%);
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-box:hover div.layer {
  position: absolute;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #927619 100%);
  opacity: 0.7;
  top: 0;
}
.news-box div.text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.news-box div.text p span {
  font-size: 1.6rem !important;
  line-height: 1.5;
}

/*News box  END*/
.lightbox {
  z-index: 9999999;
}

div.header-slider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px;
  background-color: #1e1e1e;
  height: 100vh;
  position: relative;
}
div.header-slider a.slider-scroll-next {
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  z-index: 300;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.9;
  transition: all 0.3s ease;
}
div.header-slider a.slider-scroll-next i {
  font-size: 2.2rem;
  line-height: 1;
  animation: sliderScrollBounce 1.8s ease-in-out infinite;
}
div.header-slider a.slider-scroll-next:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  div.header-slider a.slider-scroll-next {
    bottom: 18px;
  }
}
div.header-slider div.video {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 100;
}
div.header-slider div.image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0px;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: cover;
}
div.header-slider.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
  line-height: 0px;
}
div.header-slider div.layer-extra {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  top: 0px;
  z-index: 20;
  transition: all 0.5s ease 0s;
  z-index: 105;
}
div.header-slider div.content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 20;
  transition: all 0.5s ease 0s;
  z-index: 200;
  font-size: 7rem;
  line-height: 9rem;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  div.header-slider div.content {
    font-size: 4rem;
    line-height: 5rem;
  }
}
div.header-slider div.content div.content-1 {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px; /* 100% */
  margin-bottom: 10px;
  padding: 0px 10px;
}
@media screen and (max-width: 1200px) {
  div.header-slider div.content div.content-1 {
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  div.header-slider div.content div.content-1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
div.header-slider div.content div.content-2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
  padding: 0px 10px;
}
@media screen and (max-width: 1200px) {
  div.header-slider div.content div.content-2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  div.header-slider div.content div.content-2 {
    font-size: 26px;
    line-height: 36px;
  }
}
div.header-slider div.content div.content-3 {
  padding-top: 80px;
}
div.header-slider div.content div.content-3 div.btn-wraps a {
  margin: 10px 30px;
}
div.header-slider div.item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  color: #fff;
  min-height: 650px;
  overflow: hidden;
}
div.header-slider div.contentFix {
  position: absolute;
  width: 700px;
  height: 180px;
  background-color: #fff;
  right: 0px;
  bottom: 0px;
  z-index: 999998;
}
@media screen and (max-width: 768px) {
  div.header-slider div.contentFix {
    width: 100%;
    border-bottom: solid 1px #203556;
    padding-bottom: 20px;
    height: auto;
  }
}
div.header-slider div.contentFix div.text {
  margin: 35px auto 15px auto;
  padding: 0px 30px;
  color: #203556;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  border-right: solid 1px #203556;
}
@media screen and (max-width: 768px) {
  div.header-slider div.contentFix div.text {
    padding: 0px 15px;
    border-right: 0px;
    text-align: center;
  }
}
div.header-slider div.contentFix a.more {
  padding: 10px 15px;
  color: #203556;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border: solid 1px #203556;
  z-index: 99999999;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}
div.header-slider div.contentFix a.more:hover {
  color: #fff;
  background-color: #203556;
}
div.header-slider .slick-current div.zoom-in-out-box {
  z-index: 200;
}

@keyframes sliderScrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.container-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.zoom-in-out-box {
  margin: 0px;
  width: 100%;
  height: 100%;
  animation: zoom-in-zoom-out 20s ease infinite;
  transform-origin: center center;
  z-index: 99;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
.section-faq {
  padding: 100px 0;
  background-color: #fff;
}
.section-faq p.text-subtitle {
  font-size: 1.6rem;
  color: #666;
}
.section-faq .titleFix {
  letter-spacing: 2px;
  color: #7dae39;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
}
.section-faq h2 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 2rem;
}
.section-faq .custom-accordion .card {
  border: none;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.section-faq .custom-accordion .card-header {
  padding: 0;
  background: #fff;
  border: none;
}
.section-faq .custom-accordion .card-header h5 {
  margin: 0;
}
.section-faq .custom-accordion .card-header button.btn-link {
  padding: 25px 30px;
  color: #203556;
  background-color: #f8f9fa;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 10px;
  outline: none !important;
  box-shadow: none !important;
}
.section-faq .custom-accordion .card-header button.btn-link:focus, .section-faq .custom-accordion .card-header button.btn-link:active {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.section-faq .custom-accordion .card-header button.btn-link span {
  flex: 1;
  padding-right: 15px;
}
.section-faq .custom-accordion .card-header button.btn-link i {
  transition: transform 0.3s;
  color: #7dae39;
  font-size: 1.4rem;
}
.section-faq .custom-accordion .card-header button.btn-link[aria-expanded=true] {
  background-color: #eef2f5;
  color: #7dae39;
  border-bottom: none !important;
  box-shadow: none !important;
}
.section-faq .custom-accordion .card-header button.btn-link[aria-expanded=true] i {
  transform: rotate(180deg);
}
.section-faq .custom-accordion .card-header button.btn-link:hover {
  background-color: #eef2f5;
  color: #7dae39;
  text-decoration: none !important;
  box-shadow: none !important;
}
.section-faq .custom-accordion .card-body {
  padding: 20px 30px 35px 30px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #555;
}

.section-home-about-us h1 {
  font-size: 7rem;
  line-height: 11rem;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #000;
  padding: 30px 0px 0px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-home-about-us h1 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    padding: 10px 0px 20px 0px;
  }
}
.section-home-about-us div.subtitle {
  font-size: 2.6rem;
  line-height: 2.4rem;
  text-align: center;
  color: #000;
  padding: 0px 0px 20px 0px;
}
.section-home-about-us div.article {
  margin: 40px auto 0px auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #222;
  padding: 0px 0px 20px 0px;
  max-width: 992px;
  text-align: center;
}
.section-home-about-us div.article p {
  margin-bottom: 30px;
}
.section-home-about-us div.btn-wraps {
  text-align: center;
  width: 100%;
  display: block;
  margin: 40px auto;
}
.section-home-about-us div.btn-wraps *.btn-red {
  margin: 10px 20px;
}

.section-home-promotion {
  background-color: #169bd4;
  background-size: cover;
  opacity: 1;
  width: 100%;
  min-height: 600px;
  position: relative;
  padding: 50px 0px;
}
.section-home-promotion div.wraps {
  position: absolute;
  opacity: 0.9;
  width: 100%;
  min-height: 600px;
}
.section-home-promotion div.content {
  position: absolute;
  width: 100%;
  min-height: 400px;
  color: #fff;
  font-size: 4rem;
  z-index: 10;
}
.section-home-promotion h2 {
  font-size: 4.6rem;
  line-height: 5.8rem;
  color: #fff;
  padding: 30px 0px 30px 0px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .section-home-promotion h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.section-home-promotion ul.list {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
.section-home-promotion ul.list li {
  padding-bottom: 30px;
  margin-left: 30px;
}
.section-home-promotion div.btn-wraps {
  margin-top: 40px;
}
.section-home-promotion .btn-blue {
  font-weight: 700;
}

.section-home-photos {
  background-image: url("/assets/front/media/header_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
  border-top: dashed #d6d6d6 1px;
  border-bottom: dashed #d6d6d6 1px;
  opacity: 1;
  width: 100%;
  position: relative;
  padding: 50px 0px 10px 0px;
}
.section-home-photos h2 {
  font-size: 4.6rem;
  line-height: 5.8rem;
  color: #000;
  padding: 10px 0px 20px 0px;
  font-weight: 700;
}
.section-home-photos div.article {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #000;
  padding: 10px 0px 50px 0px;
  font-weight: 400;
  text-align: center;
}
.section-home-photos div.home-photos-slider div.photo-box {
  margin: 0px 5px;
}

.section-home-promo {
  background-color: #f0f1f2;
  padding: 40px 0px;
  border-top: dashed #d6d6d6 1px;
  border-bottom: dashed #d6d6d6 1px;
  opacity: 1;
  width: 100%;
  min-height: 600px;
  position: relative;
  padding: 50px 0px;
}
.section-home-promo div.container {
  max-width: 1600px;
}
.section-home-promo div.wraps {
  position: absolute;
  opacity: 0.9;
  width: 100%;
  min-height: 600px;
}
.section-home-promo div.box {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 10px;
  margin: 0px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
@media (max-width: 992px) {
  .section-home-promo div.box {
    padding: 20px 30px;
    margin: 0px 2px;
    gap: 18px;
  }
}
.section-home-promo .box-counter {
  flex: 0 0 96px;
  font-size: 10rem;
  line-height: 1;
  font-weight: 500;
  color: #169bd4;
  text-align: left;
  margin-top: 4px;
}
@media (max-width: 992px) {
  .section-home-promo .box-counter {
    flex-basis: 7px;
    font-size: 4.4rem;
  }
}
.section-home-promo .box-content {
  flex: 1;
  min-width: 0;
}
.section-home-promo .h2Header {
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: #169bd4;
  padding: 30px 0px 10px 0px;
  font-weight: 500;
  text-align: center;
}
.section-home-promo h2 {
  font-size: 4.6rem;
  line-height: 5.8rem;
  color: #000;
  padding: 30px 0px 70px 0px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .section-home-promo h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    text-align: center;
  }
}
.section-home-promo h3 {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #000;
  padding: 2px 0px 10px 0px;
  font-weight: 600;
}
.section-home-promo p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #686868;
  padding: 0px 0px 30px 0px;
  font-weight: 400;
}
.section-home-promo div.btn-wraps {
  text-align: center;
  margin: 40px auto;
}
.section-home-promo div.btn-wraps .btn-red {
  margin: 0px 20px;
}
.section-home-promo .btn-blue {
  font-weight: 700;
}

.section-home-offers {
  background-color: #169bd4;
  padding: 70px 0;
}
.section-home-offers h2 {
  color: #fff;
  margin-bottom: 50px;
}
.section-home-offers div.container {
  max-width: 1600px;
}
.section-home-offers .box {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px;
  margin-bottom: 22px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  display: flex;
}
@media (max-width: 992px) {
  .section-home-offers .box {
    flex-direction: column;
  }
}
.section-home-offers .box div.box-content {
  padding: 30px 30px 30px 30px;
  flex: 1;
}
.section-home-offers .box .image {
  float: left;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.section-home-offers .box .image img {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 360px;
}
@media (max-width: 992px) {
  .section-home-offers .box .image img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    width: 100%;
  }
}
.section-home-offers .box .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #169bd4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 12px;
}
.section-home-offers .box h2 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 8px;
  color: #fff;
  text-align: left;
  padding: 0px 0px 10px 0px;
}
.section-home-offers .box p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
}
.section-home-offers .offers-slider {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.section-home-offers .offers-slides {
  position: relative;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.26);
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.section-home-offers .offers-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.65s ease;
  z-index: 1;
}
.section-home-offers .offers-slide.is-active {
  opacity: 1;
  z-index: 2;
}
.section-home-offers .offers-slide img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-home-offers .offers-slide-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  background: linear-gradient(90deg, rgba(212, 41, 61, 0.9), rgba(153, 19, 33, 0.9));
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
}
.section-home-offers .offers-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.section-home-offers .offers-slider-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 992px) {
  .section-home-offers {
    padding: 55px 0;
  }
  .section-home-offers .box {
    margin-bottom: 16px;
  }
  .section-home-offers .offers-slider {
    max-width: 100%;
    margin: 20px auto 26px;
  }
  .section-home-offers .offers-slides,
  .section-home-offers .offers-slide img {
    min-height: 340px;
    height: 340px;
  }
}
@media (max-width: 576px) {
  .section-home-offers .offers-slides,
  .section-home-offers .offers-slide img {
    min-height: 290px;
    height: 290px;
  }
}

.btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  background-color: #169bd4;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background-color: rgba(22, 155, 212, 0.7529411765);
}
.btn-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: left 0.4s ease;
  z-index: 0;
}

.section-contact .contact-frame {
  background: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 14px;
  padding: 28px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 992px) {
  .section-contact .contact-frame {
    padding: 22px 20px;
  }
}
.section-contact .contact-frame-map iframe {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.section-contact h2 {
  font-size: 2.2rem;
  line-height: 3.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #242424;
  padding: 10px 0px 30px 0px;
  text-align: left;
}
.section-contact h2 img {
  height: 40px;
}
@media screen and (max-width: 992px) {
  .section-contact h2 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    padding: 10px 0px 20px 0px;
  }
}
.section-contact div.content {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.section-contact div.content p:last-child {
  margin-bottom: 0;
}

/*NOWE*/
.section-galleries {
  position: relative;
}

.gallery-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, #0f172a 0%, #1d4ed8 55%, #0891b2 100%);
  border-radius: 26px;
  padding: 2.4rem 2rem;
  margin-bottom: 2rem;
  color: #f8fafc;
}

.gallery-hero-bg-shape {
  position: absolute;
  right: -40px;
  top: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 68%);
  pointer-events: none;
}

.gallery-hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.gallery-hero-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.65rem;
  opacity: 0.9;
}

.gallery-hero h1 {
  color: #fff;
  margin-bottom: 0.6rem;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.12;
}

.gallery-hero-lead {
  margin: 0;
  color: rgba(248, 250, 252, 0.92);
  font-size: 1.02rem;
  max-width: 650px;
}

.gallery-category-grid {
  margin-top: 0.75rem;
}

.gallery-category-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.25);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.gallery-category-card:hover {
  box-shadow: 0 30px 56px rgba(15, 23, 42, 0.2);
}

.gallery-category-card-fixed {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.25);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.gallery-category-card-fixed a.gallery-category-thumb-link {
  padding: 0px;
}

.gallery-category-card-fixed:hover {
  box-shadow: 0 30px 56px rgba(15, 23, 42, 0.2);
}

.gallery-category-thumb-link {
  display: block;
  position: relative;
  padding: 20px;
}

.gallery-category-thumb {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.55s ease;
}

.gallery-category-card:hover .gallery-category-thumb {
  transform: scale(1.06);
}

.gallery-category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 20%, rgba(15, 23, 42, 0.7) 100%);
  pointer-events: none;
}

.gallery-category-chip {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 2px 15px;
  border-radius: 999px;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  background: rgba(11, 13, 20, 0.62);
  backdrop-filter: blur(3px);
}

.gallery-category-thumb--empty {
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.gallery-category-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.15rem 1.35rem;
}

.gallery-category-title {
  margin-bottom: 0.65rem;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px 0px;
}

.gallery-category-title a {
  color: #0f172a;
  font-size: 1.4rem;
  text-decoration: none;
}
.gallery-category-title a:hover {
  color: #0f172a;
}

.gallery-category-title a:hover {
  color: #1d4ed8;
}

.gallery-category-description {
  color: #334155;
  margin-bottom: 1rem;
  line-height: 1.55;
}

.gallery-category-description p:last-child {
  margin-bottom: 0;
}

.gallery-category-footer {
  text-align: center;
  margin: 0 auto;
}

.gallery-category-btn {
  display: inline;
  font-size: 1.3rem;
  font-weight: 600;
  color: #334155;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.gallery-category-btn:hover {
  color: #0f172a;
  text-decoration-color: #0f172a;
}

.gallery-detail-hero {
  margin-bottom: 2.2rem;
}

.gallery-detail-hero-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.gallery-detail-lead {
  max-width: 760px;
  margin: 0.4rem auto 1rem;
  color: #475569;
}

.gallery-detail-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.95rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 600;
}

.gallery-detail-photos {
  margin-bottom: 2.3rem;
}

.gallery-detail-photo-link {
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.11);
}

.gallery-detail-photo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-detail-photo-link:hover .gallery-detail-photo {
  transform: scale(1.04);
}

.gallery-detail-related-title {
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 30px 0px;
}

.gallery-related-box {
  margin-top: 2.4rem;
  padding: 1.6rem 1.6rem 1.8rem;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65), 0 10px 28px rgba(15, 23, 42, 0.08);
}

.gallery-related-box .gallery-category-grid {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gallery-hero {
    padding: 1.6rem 1.2rem;
    border-radius: 18px;
  }
  .gallery-hero-lead {
    font-size: 0.94rem;
  }
  .gallery-detail-related-title {
    font-size: 1.7rem;
    line-height: 2.3rem;
    padding: 30px 0px;
  }
  .gallery-related-box {
    margin-top: 1.8rem;
    padding: 1.2rem 1rem 1.25rem;
    border-radius: 16px;
  }
}
