@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc9yAv5q.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8WAf5q.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8cfe6.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc9iB_5q.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8GBv5q.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8aBf5q.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8-BP5q.ttf) format('truetype');
}
html {
  font-size: 16px;
}
html.font-size-2 {
  font-size: 18px;
}
html.font-size-2 .body-wrapper,
html.font-size-2 section.seciton-footer {
  overflow: hidden;
}
html.font-size-2 section > *,
html.font-size-2 nav > * {
  zoom: 1.1;
}
html.font-size-3 {
  font-size: 20px;
}
html.font-size-3 .body-wrapper,
html.font-size-3 section.seciton-footer {
  overflow: hidden;
}
html.font-size-3 section > *,
html.font-size-3 nav > * {
  zoom: 1.2;
}
html.contrast {
  -webkit-filter: invert(1);
          filter: invert(1);
  background: #000;
}
html.contrast body .btn-fill.btn-pink {
  background: #ffe300;
  color: #000;
  font-weight: 900;
}
html.contrast .input-service .service-hours .hour-service > input:checked + .hour {
  background: #ffe300;
  color: #000;
  border-color: #ffe300;
  font-weight: 900;
}
html.contrast .input-service.label-tooltip label:after {
  content: '?';
  display: inline-block;
  height: 0.8rem;
  min-width: 0.8rem;
  max-width: 0.8rem;
  border-radius: 50%;
  background: #ffe300;
  color: #fff;
  font-size: 0.7rem;
  margin-left: 0.5rem;
  padding-left: 0.23rem;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
html.contrast section.galerie-section-content .nav-link.active {
  background: #ffe300 !important;
  border-color: #ffe300 !important;
}
html.contrast section.galerie-section-content .nav-link.active span {
  color: #000 !important;
  font-weight: 900 !important;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .wrapper-heading {
  color: #000;
  font-weight: 900;
  background: #ffe300;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-search-engine {
  margin-top: 70px;
  width: 22%;
  padding: 4% 0 4% 4%;
  background: #ffe300;
  border-radius: 20px 0 0 20px;
  position: relative;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #ffe300;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-background .background-cover {
  position: absolute;
  right: -99.5px;
  bottom: 0;
  width: 100px;
  height: 1000px;
  background: #ffe300;
  border-radius: 0 0 50px 0;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-99%) rotate(90deg);
      -ms-transform: translateY(-99%) rotate(90deg);
          transform: translateY(-99%) rotate(90deg);
  background: url('../img/icons/yellow-border.svg') center;
  background-size: 101%;
  height: 50px;
  width: 50px;
  pointer-events: none;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service {
  position: relative;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service .heading {
  font-size: 1rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service .buttons-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service .buttons-wrapper .btn-fill {
  margin-right: 20px;
  margin-top: 10px;
}
html.contrast section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service .buttons-wrapper .btn {
  margin-top: 10px;
}
html.contrast section.rezerwacja-section-content .content-form .form-room {
  background: #ffe300;
  color: #000;
}
html.contrast section.rezerwacja-section-content .content-form .form-reservation .reservation-service .service-number {
  background: #ffe300;
  color: #000;
}
html.contrast section.rezerwacja-section-content .content-form .form-service .service-heading h3 span {
  background: #ffe300;
  color: #000;
}
html.contrast section.static-page-section-content .content-inner .description-reservation .reservation-service .service-number {
  background: #ffe300;
  color: #000;
  font-weight: 900;
}
html.contrast section.static-page-section-content .content-inner .description-hours .hour-service .service-number {
  background: #ffe300;
  color: #000;
  font-weight: 900;
}
html.contrast section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service.active {
  border-color: #ffe300;
  background: #ffe300;
  color: #000;
  font-weight: 900;
}
html.contrast section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .value a {
  color: #000;
}
html.animation * {
  -webkit-animation-name: none !important;
          animation-name: none !important;
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'Nunito Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .btn .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .btn.btn-default span {
  font-size: 0.5625rem;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 800;
}
body .btn.btn-default img {
  margin-left: 30px;
  width: 60px;
}
body .btn.btn-default.btn-white span {
  color: #fff;
}
body .btn.invert .btn-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body .btn.invert.btn-default img {
  margin-left: 0;
  margin-right: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
body .btn:hover {
  opacity: 0.5;
}
body .btn-fill {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  background: #000;
  border: none;
  font-size: 0.5625rem;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 800;
}
body .btn-fill.btn-pink {
  background: #e61582;
}
body .btn-dismiss {
  border: none;
  background: none;
  padding: 0;
}
body .btn-dismiss img {
  height: 26px;
  width: 26px;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 700px;
  max-width: 100%;
  padding: 50px 25px 25px 25px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.cookies-alert {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2222;
  width: 350px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 20px 30px 20px 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.cookies-alert .btn-close {
  top: 4px;
  right: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  width: auto;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border: none;
  position: absolute;
  background: none;
  padding: 10px;
  cursor: pointer;
}
.cookies-alert .btn-close span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #fff;
}
.cookies-alert .btn-close span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.cookies-alert .btn-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.cookies-alert .btn-close:after {
  content: none;
}
.cookies-alert p {
  font-size: 0.65rem;
  color: #fff;
}
.cookies-alert p a {
  color: inherit;
  text-decoration: underline;
}
.cookies-alert.hidden {
  visibility: hidden;
  opacity: 0;
}
.accessibility-plugin {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 100px;
  border: 0.5px solid #ccc;
  left: 30px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.accessibility-plugin .plugin-button {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #154d94;
  padding: 5px;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.accessibility-plugin .plugin-button img,
.accessibility-plugin .plugin-button svg {
  height: 100%;
  width: 100%;
  fill: #fff;
}
.accessibility-plugin .plugin-button:focus {
  padding: 2px;
}
.accessibility-plugin .plugin-service {
  position: relative;
  height: 50px;
  padding-left: 60px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -400px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.accessibility-plugin .plugin-service .service-button {
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  position: relative;
}
.accessibility-plugin .plugin-service .service-button .button-icon {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.accessibility-plugin .plugin-service .service-button .button-icon svg {
  height: 15px;
  width: 15px;
  fill: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.accessibility-plugin .plugin-service .service-button .button-icon.active {
  background: #154d94;
}
.accessibility-plugin .plugin-service .service-button .button-icon.active svg {
  fill: #fff;
}
.accessibility-plugin .plugin-service .service-button .button-name {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 900;
}
.accessibility-plugin .plugin-service .service-button:focus .button-icon {
  outline: -webkit-focus-ring-color auto 5px;
}
.accessibility-plugin .plugin-service .service-button + .service-button {
  margin-left: 30px;
}
.accessibility-plugin .plugin-service .service-button + .service-button:before {
  content: '';
  position: absolute;
  display: block;
  left: -15px;
  top: 10px;
  height: 30px;
  width: 1px;
  border-right: 0.5px solid #ddd;
}
.accessibility-plugin.active .plugin-service {
  margin-left: 0;
}
.input-service {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.input-service .service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 13px 13px 13px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.input-service .service-inner.textarea {
  border-radius: 20px;
}
.input-service .service-inner.inner-value {
  background: #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-service .service-inner.dark {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 3px solid #ccc;
}
.input-service label {
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.input-service .value {
  display: block;
  min-height: 40px;
  width: 100%;
  padding-right: 10px;
  padding-top: 4px;
  font-size: 0.85rem;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
.input-service .value a {
  color: #e61582;
  text-decoration: underline;
}
.input-service input {
  height: 40px;
  width: 100%;
  border: 1px solid #f9f9f9;
  padding-top: 4px;
  border-radius: 0 13px 13px 13px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.85rem;
  color: #000;
  font-weight: 600;
}
.input-service textarea {
  padding-left: 10px;
  height: 100px;
  width: 100%;
  border: none;
  padding-top: 12px;
  outline: none;
  border-radius: 20px;
  padding-right: 10px;
  font-size: 0.85rem;
  color: #000;
  font-weight: 600;
}
.input-service .input-alert {
  margin-top: 4px;
  font-size: 0.6rem;
  font-weight: 600;
  color: #dc3545;
}
.input-service .select2 {
  padding-left: 10px;
  width: 100% !important;
  overflow: hidden;
}
.input-service .select2 .select2-selection {
  border: none;
  height: 40px;
  border-radius: 50px;
}
.input-service .select2 .select2-selection .select2-selection__rendered {
  height: 40px;
  padding: 8px 20px 0 0;
  font-size: 0.85rem;
  color: #000;
  font-weight: 600;
}
.input-service .select2 .select2-selection .select2-selection__arrow {
  height: 40px;
}
.input-service .select2 .select2-selection .select2-selection__arrow b {
  margin-left: -7px;
}
.input-service .info p {
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}
.input-service .service-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
}
.input-service .service-hours .hour-service {
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 5px 5px 0 0;
}
.input-service .service-hours .hour-service .hour {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e61582;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: none;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.input-service .service-hours .hour-service .hour small {
  font-size: 0.53rem;
  letter-spacing: -0.2px;
}
.input-service .service-hours .hour-service input {
  visibility: hidden;
  opacity: 0;
  left: 0;
  position: absolute;
  width: auto !important;
}
.input-service .service-hours .hour-service.disabled {
  pointer-events: none;
}
.input-service .service-hours .hour-service.disabled .hour {
  border-color: #ccc;
  background: #f3f3f3;
}
.input-service .service-hours .hour-service > input:checked + .hour {
  background: #e61582;
  color: #fff;
}
.input-service.label-tooltip label:after {
  content: '?';
  display: inline-block;
  height: 0.8rem;
  min-width: 0.8rem;
  max-width: 0.8rem;
  border-radius: 50%;
  background: #ffe300;
  color: #fff;
  font-size: 0.7rem;
  margin-left: 0.5rem;
  padding-left: 0.23rem;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.select2-results__option {
  font-size: 0.85rem;
  color: #000;
  font-weight: 600;
}
.checkbox-wrapper {
  margin-top: 20px;
  cursor: pointer;
  display: block;
  position: relative;
}
.checkbox-wrapper .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.72rem;
  color: #000;
  text-align: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.checkbox-wrapper .radio-box p {
  padding-top: 2.1px;
}
.checkbox-wrapper .radio-box p a {
  color: #e61582;
  text-decoration: underline;
}
.checkbox-wrapper .radio-box:before {
  content: "";
  min-width: 20px;
  max-width: 20px;
  border-radius: 5px;
  height: 20px;
  color: #fff;
  display: block;
  padding-top: 1px;
  border: 3px solid #aaa;
  background: #fff;
  margin-right: 7px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.checkbox-wrapper input {
  visibility: visible;
  opacity: 0;
  left: 0;
  position: absolute;
  width: auto !important;
}
.checkbox-wrapper.checkbox-alert .radio-box {
  color: #dc3545;
}
.checkbox-wrapper.checkbox-alert .radio-box:before {
  border-color: #dc3545;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin-top: 10px;
}
.checkbox-wrapper > input:checked + .radio-box:before {
  background: #ffe300;
}
.checkbox-wrapper > input:focus-visible + .radio-box {
  outline: 2px solid #000;
}
.toast-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
.toast-container .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.8rem;
}
.toast-container .toast {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
}
.toast-container .toast + .toast {
  margin-top: 0.5rem;
}
.modal .modal-dialog .modal-content {
  border-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  height: 0.7em;
  width: 0.7em;
  background-size: 50%;
}
.modal .modal-dialog .modal-content .modal-body {
  color: #000;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-footer > * + * {
  margin-left: 20px;
}
.body-wrapper {
  overflow: hidden;
}
nav.section-header {
  position: relative;
  z-index: 111;
}
nav.section-header .header-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox .flexbox-logo {
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: #000;
  padding: 26px 22px;
  border-radius: 18px;
  display: block;
}
nav.section-header .header-flexbox .flexbox-logo img {
  height: 90px;
}
nav.section-header .header-flexbox .flexbox-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-menu .menu-translate img {
  height: 32px;
}
nav.section-header .header-flexbox .flexbox-menu .menu-social-media {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
nav.section-header .header-flexbox .flexbox-menu .menu-social-media li a img {
  height: 27px;
}
nav.section-header .header-flexbox .flexbox-menu .menu-social-media li + li {
  margin-left: 7px;
}
nav.section-header .header-flexbox .flexbox-menu .menu-account-login {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-menu .menu-account-login img {
  height: 27px;
}
nav.section-header .header-flexbox .flexbox-menu .menu-account-login span {
  margin-left: 8px;
  font-size: 0.75rem;
  color: #000;
  font-weight: 600;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  top: 50px;
  right: 50px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav li a {
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav li a.active {
  font-weight: 900;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav li + li {
  margin-left: 40px;
}
nav.section-header .header-flexbox .nav-button {
  padding: 10px;
  border: none;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #000;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar,
nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
section.section-welcome .welcome-inner-wrapper {
  position: relative;
}
section.section-welcome .welcome-inner-wrapper:before {
  content: '';
  position: absolute;
  background: #ffe300;
  height: 100%;
  width: 500px;
  left: -499px;
  top: 0;
  border-radius: 50px 0 0 50px;
}
section.section-welcome .welcome-inner-wrapper .welcome-inner {
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
section.section-welcome .welcome-item {
  position: relative;
}
section.section-welcome .welcome-item .item-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.section-welcome .welcome-item .item-background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
section.section-welcome .welcome-item .item-description {
  height: 650px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
section.section-welcome .welcome-item .item-description .description-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffe300;
  opacity: 0.7;
}
section.section-welcome .welcome-item .item-description .description-background-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 227, 0, 0)), to(#ffe300));
  background: -o-linear-gradient(right, rgba(255, 227, 0, 0) 0%, #ffe300 100%);
  background: linear-gradient(270deg, rgba(255, 227, 0, 0) 0%, #ffe300 100%);
}
section.section-welcome .welcome-item .item-description .description-text {
  position: relative;
}
section.section-welcome .welcome-item .item-description .description-text h1,
section.section-welcome .welcome-item .item-description .description-text h2 {
  font-size: 3.125rem;
  color: #000;
  font-weight: 200;
}
section.section-welcome .welcome-item .item-description .description-text h1 b,
section.section-welcome .welcome-item .item-description .description-text h2 b,
section.section-welcome .welcome-item .item-description .description-text h1 strong,
section.section-welcome .welcome-item .item-description .description-text h2 strong {
  font-weight: 700;
}
section.section-welcome .welcome-item .item-description .description-text .btn {
  margin-top: 40px;
}
section.section-welcome .owl-carousel-welcome {
  position: relative;
  margin-left: 0.1%;
}
section.section-welcome .owl-carousel-welcome .owl-dots {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  counter-reset: dots;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot {
  margin: 5px;
  height: auto;
  width: auto;
  border-radius: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot span {
  display: none;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot:before {
  content: '';
  width: 0px;
  height: 1px;
  border-top: 0.5px solid #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot:after {
  counter-increment: dots;
  content: "0" counter(dots);
  font-size: 0.8125rem;
  font-weight: 900;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot.active {
  border: none;
  background: none;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot.active:after {
  opacity: 1;
}
section.section-welcome .owl-carousel-welcome .owl-dots .owl-dot.active:before {
  width: 30px;
  margin-right: 10px;
}
section.section-welcome .owl-carousel-welcome .owl-nav {
  position: absolute !important;
  margin-top: 0;
  bottom: 35px;
  left: 2px;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev,
section.section-welcome .owl-carousel-welcome .owl-nav .owl-next {
  background-color: #000;
  background-image: url(../img/icons/right-chevron.svg);
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 35px;
  width: 35px;
  outline: none;
  border-radius: 50%;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev {
  margin-bottom: 3px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 5px;
}
.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-heading h1,
.section-heading h2,
.section-heading .name {
  font-size: 2rem;
  color: #000;
  white-space: nowrap;
}
.section-heading h1 a,
.section-heading h2 a,
.section-heading .name a {
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-heading h1 a:hover,
.section-heading h2 a:hover,
.section-heading .name a:hover {
  color: #e61582;
}
.section-heading .btn {
  margin-left: 80px;
}
.section-heading .btn.invert {
  margin-left: 0;
  margin-right: 60px;
}
section.section-news {
  padding-top: 100px;
}
.news-flexbox {
  padding-top: 70px;
  margin-top: -4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-flexbox .news-service {
  margin-top: 4%;
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-flexbox .news-service .service-image-wrapper {
  width: 100%;
  padding-top: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 20px;
  background: #f3f3f3;
  -webkit-box-shadow: 0 22px 15px -15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 22px 15px -15px rgba(0, 0, 0, 0.1);
}
.news-flexbox .news-service .service-image-wrapper .image-category {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  z-index: 111;
  background: #000;
  border-radius: 0 0 15px 15px;
  padding: 4px 13px 2px 13px;
  font-size: 0.5625rem;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
  font-weight: 800;
}
.news-flexbox .news-service .service-image-wrapper .image-cover {
  position: absolute;
  z-index: 121;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-flexbox .news-service .service-image-wrapper .service-image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.news-flexbox .news-service .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-flexbox .news-service .name {
  color: #000;
  font-weight: 400;
  padding: 0 15px;
  font-size: 0.875rem;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-flexbox .news-service .name:before {
  content: '';
  width: 1px;
  height: 22px;
  margin: 15px auto 12px auto;
  display: block;
  border-left: 0.5px solid #000;
}
.news-flexbox .news-service .date {
  color: #000;
  font-weight: 800;
  padding: 0 15px;
  font-size: 0.75rem;
  display: block;
}
.news-flexbox .news-service .btn {
  margin-top: 15px;
}
.news-flexbox .news-service:hover .service-image-wrapper .image-cover {
  opacity: 1;
}
.news-flexbox .news-service.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
section.section-about {
  margin-top: 100px;
}
section.section-about .about-inner {
  border-radius: 50px;
  background: #ffe300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.section-about .about-inner .inner-image {
  width: 45%;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
section.section-about .about-inner .inner-image img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.section-about .about-inner .inner-description {
  padding: 100px 0;
  width: 48%;
  padding-right: 15%;
}
section.section-about .about-inner .inner-description h2 {
  font-size: 2rem;
  color: #000;
}
section.section-about .about-inner .inner-description p {
  font-size: 0.875rem;
  line-height: 26px;
  color: #000;
}
section.section-about .about-inner .inner-description .btn {
  margin-top: 60px;
}
section.section-about .about-inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 22%;
  -webkit-transform: translateY(99%);
      -ms-transform: translateY(99%);
          transform: translateY(99%);
  background: url('../img/icons/yellow-border.svg') center;
  background-size: 101%;
  height: 50px;
  width: 50px;
  pointer-events: none;
}
section.section-events {
  padding-top: 100px;
}
section.section-events .events-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-events .events-inner .inner-collection {
  width: 22%;
  padding: 5% 0 4% 4%;
  background: #ffe300;
  border-radius: 0 0 0 50px;
  position: relative;
}
section.section-events .events-inner .inner-collection:before {
  content: '';
  position: absolute;
  height: 180px;
  top: -180px;
  left: 0;
  width: 100%;
  background: #ffe300;
}
section.section-events .events-inner .inner-collection .collection-background {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% + 180px);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #ffe300;
}
section.section-events .events-inner .inner-collection .collection-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-99%) rotate(180deg);
      -ms-transform: translateY(-99%) rotate(180deg);
          transform: translateY(-99%) rotate(180deg);
  background: url('../img/icons/yellow-border.svg') center;
  background-size: 101%;
  height: 50px;
  width: 50px;
  pointer-events: none;
}
section.section-events .events-inner .inner-collection .collection-service {
  position: relative;
}
section.section-events .events-inner .inner-collection .collection-service h2 {
  font-size: 2rem;
  color: #000;
  max-width: 180px;
}
section.section-events .events-inner .inner-collection .collection-service .name {
  margin-top: 40px;
  font-size: 1.375rem;
  line-height: 27px;
  font-weight: 700;
  color: #000;
  font-style: italic;
}
section.section-events .events-inner .inner-collection .collection-service .name:before,
section.section-events .events-inner .inner-collection .collection-service .name:after {
  content: '"';
}
section.section-events .events-inner .inner-collection .collection-service .btn {
  margin-top: 150px;
}
section.section-events .events-inner .inner-collection .collection-service .btn-fill {
  margin-top: 50px;
}
section.section-events .owl-carousel-wrapper {
  margin-top: 70px;
  padding-bottom: 100px;
  width: 78%;
}
section.section-events .owl-carousel-wrapper .owl-stage-outer {
  width: 105.4%;
}
section.section-events .owl-carousel-wrapper .news-flexbox {
  padding: 0;
  width: 100%;
}
section.section-events .owl-carousel-wrapper .news-flexbox .news-service {
  width: 100%;
}
section.section-events .owl-carousel-wrapper .owl-carousel-events {
  padding-right: 5.15%;
  position: relative;
}
section.section-events .owl-carousel-wrapper .owl-carousel-events .owl-dots {
  display: none;
}
section.section-events .owl-carousel-wrapper .owl-carousel-events .owl-nav {
  position: absolute !important;
  margin-top: 0;
  top: -105px;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-events .owl-carousel-wrapper .owl-carousel-events .owl-nav .owl-prev,
section.section-events .owl-carousel-wrapper .owl-carousel-events .owl-nav .owl-next {
  background-color: #000;
  background-image: url(../img/icons/right-chevron.svg);
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 35px;
  width: 35px;
  outline: none;
  border-radius: 50%;
}
section.section-events .owl-carousel-wrapper .owl-carousel-events .owl-nav .owl-prev {
  margin-right: 5px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
section.section-events .news-flexbox {
  width: 74%;
  margin-top: -4%;
  padding-bottom: 100px;
}
section.section-events .news-flexbox .news-service {
  margin-top: 4%;
  width: 29.7%;
}
section.section-events .news-flexbox.quantity-5-hidden {
  display: none;
}
section.section-events .news-flexbox.quantity-5-owl-hidden + .owl-carousel-wrapper {
  display: none;
}
section.section-video .video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-video .video-inner .inner-description {
  width: 30%;
  background: #000;
  border-radius: 50px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-video .video-inner .inner-description .description-service h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}
section.section-video .video-inner .inner-description .description-service p {
  font-size: 0.8125rem;
  line-height: 24px;
  color: #fff;
  max-width: 240px;
}
section.section-video .video-inner .inner-description .btn {
  margin-top: 60px;
}
section.section-video .video-inner .video-flexbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 66%;
}
section.section-video .video-inner .video-flexbox-wrapper .video-flexbox {
  margin-top: -6%;
}
section.section-video .video-inner .video-flexbox-wrapper .video-flexbox .video-service {
  margin-top: 6%;
  width: 47%;
}
section.section-video .video-inner .video-flexbox-wrapper .video-flexbox .video-service .service-inner {
  border-radius: 30px;
}
.video-flexbox {
  padding-top: 70px;
  margin-top: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.video-flexbox .video-service {
  margin-top: 5%;
  width: 30%;
  position: relative;
}
.video-flexbox .video-service .service-inner {
  width: 100%;
  padding-top: 58%;
  border-radius: 30px 30px 30px 0;
  overflow: hidden;
  position: relative;
}
.video-flexbox .video-service .service-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-flexbox .video-service .service-inner *:not(iframe) {
  display: none;
}
.video-flexbox .video-service.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
.video-flexbox .video-service .service-description {
  margin-top: 12px;
}
.video-flexbox .video-service .service-description p {
  font-size: 0.7rem;
  color: #000;
  font-weight: 600;
}
section.section-slogan {
  margin-top: 100px;
}
section.section-slogan .slogan-inner {
  border-radius: 50px;
  padding: 40px 150px;
  background: #e61582;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: change-background 14s ease infinite;
          animation: change-background 14s ease infinite;
}
section.section-slogan .slogan-inner span {
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
section.section-slogan .slogan-inner .divider {
  width: 80px;
  height: 1px;
  border-top: 0.5px solid #fff;
  margin: 18px 50px 0 50px;
}
section.section-slogan .slogan-inner .inner-text {
  font-size: 2rem;
  color: #fff;
  font-style: italic;
}
section.section-slogan .slogan-inner .inner-text:before,
section.section-slogan .slogan-inner .inner-text:after {
  content: '"';
}
@-webkit-keyframes change-background {
  0% {
    background: #e61582;
  }
  25% {
    background: #000;
  }
  50% {
    background: #199bd8;
  }
  75% {
    background: #000;
  }
  100% {
    background: #e61582;
  }
}
@keyframes change-background {
  0% {
    background: #e61582;
  }
  25% {
    background: #000;
  }
  50% {
    background: #199bd8;
  }
  75% {
    background: #000;
  }
  100% {
    background: #e61582;
  }
}
section.section-rent {
  margin-top: 100px;
}
section.section-rent .rent-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.section-rent .rent-inner .inner-description {
  width: 55%;
  padding: 100px 10%;
}
section.section-rent .rent-inner .inner-description h2 {
  font-size: 2rem;
  color: #000;
}
section.section-rent .rent-inner .inner-description p {
  font-size: 0.875rem;
  line-height: 26px;
  color: #000;
}
section.section-rent .rent-inner .inner-description .btn {
  margin-top: 60px;
}
section.section-rent .rent-inner .inner-image {
  width: 45%;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
section.section-rent .rent-inner .inner-image img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.subpage-section-heading .heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.subpage-section-heading .heading-inner .inner-background {
  height: 120px;
  border-radius: 0 20px 20px 0;
  background: #ffe300;
  min-width: 222%;
  max-width: 222%;
  margin-left: -200%;
}
section.subpage-section-heading .heading-inner .section-heading {
  margin-left: 5%;
}
section.subpage-section-heading.heading-static-page .heading-inner .inner-background {
  min-width: 230%;
  max-width: 230%;
}
section.wydarzenia-section-content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper {
  width: 74%;
  position: relative;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .wrapper-heading {
  position: absolute;
  top: 70px;
  left: -40px;
  padding-top: 2px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg) translateX(-100%);
      -ms-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
  background: #e61582;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox {
  width: 100%;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox .news-service {
  margin-top: 4%;
  width: 29.7%;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox.quantity-5-hidden {
  display: none;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox.quantity-5-owl-hidden + .owl-carousel-wrapper {
  display: none;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper {
  margin-top: 70px;
  width: 100%;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .owl-stage-outer {
  width: 105.4%;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .news-flexbox {
  padding: 0;
  width: 100%;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .news-flexbox .news-service {
  width: 100%;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .owl-carousel-events {
  position: relative;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .owl-carousel-events .owl-dots {
  display: none;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .owl-carousel-events .owl-nav {
  position: absolute !important;
  margin-top: 0;
  top: -80px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .owl-carousel-events .owl-nav .owl-prev,
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .owl-carousel-events .owl-nav .owl-next {
  background-color: #000;
  background-image: url(../img/icons/right-chevron.svg);
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 35px;
  width: 35px;
  outline: none;
  border-radius: 50%;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .owl-carousel-events .owl-nav .owl-prev {
  margin-right: 5px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .divider {
  margin-top: 70px;
  height: 1px;
  border-top: 0.5px solid #ccc;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .section-heading {
  margin-top: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .section-heading h2 {
  margin: 0;
}
section.wydarzenia-section-content .content-inner .inner-search-engine {
  margin-top: 70px;
  width: 22%;
  padding: 4% 0 4% 4%;
  background: #ffe300;
  border-radius: 20px 0 0 20px;
  position: relative;
}
section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #ffe300;
}
section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-background .background-cover {
  position: absolute;
  right: -99.5px;
  bottom: 0;
  width: 100px;
  height: 1000px;
  background: #ffe300;
  border-radius: 0 0 50px 0;
}
section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-99%) rotate(90deg);
      -ms-transform: translateY(-99%) rotate(90deg);
          transform: translateY(-99%) rotate(90deg);
  background: url('../img/icons/yellow-border.svg') center;
  background-size: 101%;
  height: 50px;
  width: 50px;
  pointer-events: none;
}
section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service {
  position: relative;
}
section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service .heading {
  font-size: 1rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service .buttons-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service .buttons-wrapper .btn-fill {
  margin-right: 20px;
  margin-top: 10px;
}
section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service .buttons-wrapper .btn {
  margin-top: 10px;
}
.btn-more-products-wrapper {
  margin-top: 80px;
}
.btn-more-products-wrapper .more-products-counter {
  margin-bottom: 35px;
  text-align: center;
}
.btn-more-products-wrapper .more-products-counter .number {
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 10px;
}
.btn-more-products-wrapper .more-products-counter .line {
  margin: 0 auto;
  width: 170px;
  height: 2px;
  background: #ddd;
  position: relative;
}
.btn-more-products-wrapper .more-products-counter .line .line-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #333;
}
section.o-memo-section-content .content-building {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.o-memo-section-content .content-building .building-gallery-wrapper {
  position: relative;
  width: 50%;
}
section.o-memo-section-content .content-building .building-gallery-wrapper:before {
  content: '';
  position: absolute;
  background: #ffe300;
  height: 100%;
  width: 500px;
  left: -499px;
  top: 0;
  border-radius: 50px 0 0 50px;
}
section.o-memo-section-content .content-building .building-gallery-wrapper .building-gallery {
  height: 100%;
  border-radius: 0 50px 50px 0;
  position: relative;
  overflow: hidden;
}
section.o-memo-section-content .content-building .building-gallery-wrapper .building-gallery:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 227, 0, 0)), to(#ffe300));
  background: -o-linear-gradient(right, rgba(255, 227, 0, 0) 0%, #ffe300 100%);
  background: linear-gradient(270deg, rgba(255, 227, 0, 0) 0%, #ffe300 100%);
}
section.o-memo-section-content .content-building .building-gallery-wrapper .building-gallery .gallery-item {
  position: relative;
  height: 100%;
}
section.o-memo-section-content .content-building .building-gallery-wrapper .building-gallery .gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
section.o-memo-section-content .content-building .building-description {
  width: 45%;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.o-memo-section-content .content-building .building-description h1,
section.o-memo-section-content .content-building .building-description h2 {
  font-size: 3rem;
  color: #000;
}
section.o-memo-section-content .content-building .building-description p {
  font-size: 0.875rem;
  line-height: 26px;
  color: #000;
}
section.o-memo-section-content .content-building .building-description .btn {
  margin-top: 30px;
}
section.o-memo-section-content .content-building .building-description.padding-top {
  padding-top: 100px;
}
section.o-memo-section-content .content-building .owl-carousel-building {
  position: relative;
  height: 100%;
}
section.o-memo-section-content .content-building .owl-carousel-building .owl-stage-outer,
section.o-memo-section-content .content-building .owl-carousel-building .owl-stage,
section.o-memo-section-content .content-building .owl-carousel-building .owl-item {
  height: 100% !important;
}
section.o-memo-section-content .content-building .owl-carousel-building .owl-nav {
  position: absolute !important;
  margin-top: 0;
  top: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.o-memo-section-content .content-building .owl-carousel-building .owl-nav .owl-prev,
section.o-memo-section-content .content-building .owl-carousel-building .owl-nav .owl-next {
  background-color: #000;
  background-image: url(../img/icons/right-chevron.svg);
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 35px;
  width: 35px;
  outline: none;
  border-radius: 50%;
}
section.o-memo-section-content .content-building .owl-carousel-building .owl-nav .owl-prev {
  margin-right: 5px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
section.o-memo-section-content .content-building .owl-carousel-building .owl-dots {
  display: none;
}
section.o-memo-section-content .content-about-wrapper {
  margin-top: 100px;
  padding: 100px 0;
  background: #f7f7f7;
}
section.o-memo-section-content .content-about-wrapper .content-about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.o-memo-section-content .content-about-wrapper .content-about .about-description {
  width: 45%;
  -ms-flex-item-align: center;
      align-self: center;
}
section.o-memo-section-content .content-about-wrapper .content-about .about-description h1,
section.o-memo-section-content .content-about-wrapper .content-about .about-description h2 {
  font-size: 3rem;
  color: #000;
}
section.o-memo-section-content .content-about-wrapper .content-about .about-description p {
  font-size: 0.875rem;
  line-height: 26px;
  color: #000;
}
section.o-memo-section-content .content-about-wrapper .content-about .about-description .btn {
  margin-top: 30px;
}
section.o-memo-section-content .content-about-wrapper .content-about .about-iframe {
  position: relative;
  width: 50%;
  padding-top: 30%;
  border-radius: 30px;
  overflow: hidden;
}
section.o-memo-section-content .content-about-wrapper .content-about .about-iframe iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.o-memo-section-content .content-team {
  padding-top: 100px;
}
section.o-memo-section-content .content-team .team-heading {
  text-align: center;
}
section.o-memo-section-content .content-team .team-heading h2 {
  font-size: 3rem;
  color: #000;
}
section.o-memo-section-content .content-team .team-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.o-memo-section-content .content-team .team-leader .leader-image {
  width: 20%;
  padding: 80px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #e61582;
  border-radius: 0 50px 50px 0;
  position: relative;
}
section.o-memo-section-content .content-team .team-leader .leader-image .image-background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  -webkit-transform: translateX(-99%);
      -ms-transform: translateX(-99%);
          transform: translateX(-99%);
  background: #e61582;
}
section.o-memo-section-content .content-team .team-leader .leader-image .image-background .background-cover {
  position: absolute;
  left: -99px;
  bottom: 0;
  width: 100px;
  height: calc(100% + 250px);
  background: #e61582;
  border-radius: 20px 20px 0 50px;
}
section.o-memo-section-content .content-team .team-leader .leader-image .image-background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-99.5%) rotate(180deg);
      -ms-transform: translateY(-99.5%) rotate(180deg);
          transform: translateY(-99.5%) rotate(180deg);
  background: url('../img/icons/pink-border.svg') center;
  background-size: 101%;
  height: 50px;
  width: 50px;
  pointer-events: none;
}
section.o-memo-section-content .content-team .team-leader .leader-image .image-inner {
  min-width: 250px;
  max-width: 250px;
  height: 300px;
  -webkit-box-shadow: 2px 7px 17px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 7px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
section.o-memo-section-content .content-team .team-leader .leader-image .image-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
section.o-memo-section-content .content-team .team-leader .leader-image.no-background {
  background: none;
}
section.o-memo-section-content .content-team .team-leader .leader-image.no-background .image-inner {
  border-radius: 20px;
}
section.o-memo-section-content .content-team .team-leader .leader-description {
  width: 40%;
  padding-top: 80px;
  padding-left: 7%;
  margin-left: 125px;
}
section.o-memo-section-content .content-team .team-leader .leader-description .name {
  font-size: 2rem;
  color: #000;
}
section.o-memo-section-content .content-team .team-leader .leader-description .job {
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-size: 0.85rem;
  font-weight: 800;
  color: #e61582;
}
section.o-memo-section-content .content-team .team-leader .leader-description .text p {
  font-size: 0.875rem;
  line-height: 26px;
  color: #000;
}
section.o-memo-section-content .content-team .team-leader .leader-description .text + .contact {
  margin-top: 25px;
}
section.o-memo-section-content .content-team .team-leader .leader-description .contact a {
  text-decoration: underline;
  display: block;
  letter-spacing: 1px;
  font-size: 0.85rem;
  font-weight: 800;
  color: #e61582;
}
section.o-memo-section-content .content-team .team-flexbox {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.o-memo-section-content .content-team .team-flexbox .flexbox-service {
  margin-top: 50px;
  width: 19%;
}
section.o-memo-section-content .content-team .team-flexbox .flexbox-service .service-image {
  width: 180px;
  height: 240px;
  border-radius: 20px 20px 20px 0;
  -webkit-box-shadow: 2px 7px 17px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 7px 17px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
section.o-memo-section-content .content-team .team-flexbox .flexbox-service .service-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
section.o-memo-section-content .content-team .team-flexbox .flexbox-service .service-name {
  margin-top: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #000;
}
section.o-memo-section-content .content-team .team-flexbox .flexbox-service .service-job {
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #e61582;
}
section.o-memo-section-content .content-team .team-flexbox .flexbox-service .service-text {
  margin-top: 15px;
  max-width: 220px;
}
section.o-memo-section-content .content-team .team-flexbox .flexbox-service .service-text p {
  font-size: 0.7rem;
  line-height: 18px;
  color: #000;
}
section.o-memo-section-content .content-team .team-flexbox .flexbox-service.service-hidden {
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
section.o-memo-section-content .content-team .owl-carousel-team .team-flexbox .flexbox-service {
  width: 100%;
}
section.o-memo-section-content .content-team .owl-carousel-team .owl-dots {
  display: none;
}
section.o-memo-section-content .content-team .owl-carousel-team .owl-nav {
  position: absolute !important;
  margin-top: 0;
  top: 30px;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.o-memo-section-content .content-team .owl-carousel-team .owl-nav .owl-prev,
section.o-memo-section-content .content-team .owl-carousel-team .owl-nav .owl-next {
  background-color: #000;
  background-image: url(../img/icons/right-chevron.svg);
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 35px;
  width: 35px;
  outline: none;
  border-radius: 50%;
}
section.o-memo-section-content .content-team .owl-carousel-team .owl-nav .owl-prev {
  margin-right: 5px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
section.o-memo-section-content .content-download {
  padding-top: 100px;
}
section.o-memo-section-content .content-download .download-heading {
  text-align: center;
}
section.o-memo-section-content .content-download .download-heading h2 {
  font-size: 3rem;
  color: #000;
}
section.o-memo-section-content .content-download .nav-tabs {
  margin-top: 25px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.o-memo-section-content .content-download .nav-tabs .nav-item {
  margin: 5px;
}
section.o-memo-section-content .content-download .nav-tabs .nav-item .nav-link {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.9;
  border: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 10px;
}
section.o-memo-section-content .content-download .nav-tabs .nav-item .nav-link img {
  height: 30px;
  min-width: 30px;
  max-width: 30px;
  margin-right: 10px;
}
section.o-memo-section-content .content-download .nav-tabs .nav-item .nav-link span {
  font-weight: 800;
  color: #000;
  font-size: 0.8rem;
}
section.o-memo-section-content .content-download .nav-tabs .nav-item .nav-link.active {
  border-color: #e61582;
  opacity: 1;
}
section.o-memo-section-content .content-download .tab-content {
  margin-top: 30px;
}
section.o-memo-section-content .content-download .download-list {
  display: block;
  margin: 0 auto;
}
section.rezerwacja-sal-section-content .content-inner .inner-heading {
  margin: 50px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.rezerwacja-sal-section-content .content-inner .inner-heading h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
section.rezerwacja-sal-section-content .content-inner .inner-heading .heading-service .grid-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f3;
  border: 0.5px solid #bbb;
  border-radius: 13px;
  padding: 5px;
}
section.rezerwacja-sal-section-content .content-inner .inner-heading .heading-service .grid-button .button-icon {
  height: 40px;
  width: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
section.rezerwacja-sal-section-content .content-inner .inner-heading .heading-service .grid-button .button-icon img {
  width: 20px;
}
section.rezerwacja-sal-section-content .content-inner .inner-heading .heading-service .grid-button .button-name {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 15px 0 15px;
  color: #000;
}
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render-heading {
  margin-bottom: 20px;
}
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render-heading h3 {
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  font-weight: 800;
}
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render {
  position: relative;
  border: 15px solid #f3f3f3;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 50px;
}
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render .render-image {
  width: 100%;
}
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render .render-rooms {
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
}
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render .render-rooms .svg-path {
  position: relative;
}
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render .render-rooms .svg-path > * {
  fill: #ffe300;
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render .render-rooms .svg-path:hover > *,
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render .render-rooms .svg-path:focus > * {
  opacity: 0.7;
}
section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper + .inner-render-wrapper {
  margin-top: 70px;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  border: 0.5px solid #bbb;
  border-radius: 30px;
  padding: 10px 50px 10px 10px;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-image {
  height: 220px;
  min-width: 220px;
  max-width: 220px;
  background: #fff;
  border: 0.5px solid #ccc;
  padding: 0;
  overflow: hidden;
  border-radius: 23px;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-image img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description {
  width: 100%;
  padding: 0 50px;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description .name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description .features {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description .features .feature {
  margin-top: 5px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description .features .feature .feature-number {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description .features .feature .feature-number img {
  width: 20px;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description .features .feature .feature-name {
  font-size: 0.85rem;
  font-weight: 700;
  margin-left: 10px;
  color: #000;
}
section.rezerwacja-sal-section-content .content-inner .inner-list .list-service + .list-service {
  margin-top: 15px;
}
section.galerie-section-content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.galerie-section-content .content-inner .inner-categories {
  margin-top: 70px;
  width: 22%;
}
section.galerie-section-content .content-inner .inner-categories h2 {
  font-size: 1rem;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
section.galerie-section-content .content-inner .inner-categories .nav-tabs {
  margin-top: 30px;
  border: none;
}
section.galerie-section-content .content-inner .inner-categories .nav-tabs .nav-item {
  margin: 0;
  width: 100%;
}
section.galerie-section-content .content-inner .inner-categories .nav-tabs .nav-item .nav-link {
  width: 100%;
  margin: 0;
  border: none;
  padding: 20px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.galerie-section-content .content-inner .inner-categories .nav-tabs .nav-item .nav-link span {
  font-size: 0.7rem;
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.galerie-section-content .content-inner .inner-categories .nav-tabs .nav-item .nav-link.active {
  background: #e61582;
  border-color: #e61582;
  opacity: 1;
}
section.galerie-section-content .content-inner .inner-categories .nav-tabs .nav-item .nav-link.active span {
  color: #fff;
}
section.galerie-section-content .content-inner .inner-categories .nav-tabs .nav-item + .nav-item {
  margin-top: 5px;
}
section.galerie-section-content .content-inner .inner-news-flexbox-wrapper {
  width: 74%;
  position: relative;
}
section.galerie-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox {
  width: 100%;
}
section.galerie-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox .news-service {
  margin-top: 4%;
  width: 29.7%;
}
section.partnerzy-section-content .content-heading {
  padding-top: 70px;
  text-align: center;
}
section.partnerzy-section-content .content-heading h2 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
section.partnerzy-section-content .content-partners {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.partnerzy-section-content .content-partners .partner-service {
  margin: 15px;
}
section.partnerzy-section-content .content-partners .partner-service .service-logo {
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  height: 150px;
  width: 300px;
}
section.partnerzy-section-content .content-partners .partner-service .service-logo img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
section.partnerzy-section-content .content-partners .partner-service .service-name {
  margin-top: 15px;
  text-align: center;
  width: 300px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
}
section.kontakt-section-content .content-address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.kontakt-section-content .content-address .address-iframe-wrapper {
  position: relative;
  width: 50%;
}
section.kontakt-section-content .content-address .address-iframe-wrapper:before {
  content: '';
  position: absolute;
  background: #ffe300;
  height: 100%;
  width: 500px;
  left: -499px;
  top: 0;
  border-radius: 50px 0 0 50px;
}
section.kontakt-section-content .content-address .address-iframe-wrapper .address-iframe {
  height: 100%;
  border-radius: 0 50px 50px 0;
  position: relative;
  overflow: hidden;
}
section.kontakt-section-content .content-address .address-iframe-wrapper .address-iframe:after {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 227, 0, 0)), to(#ffe300));
  background: -o-linear-gradient(right, rgba(255, 227, 0, 0) 0%, #ffe300 100%);
  background: linear-gradient(270deg, rgba(255, 227, 0, 0) 0%, #ffe300 100%);
}
section.kontakt-section-content .content-address .address-iframe-wrapper .address-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.kontakt-section-content .content-address .address-description {
  width: 45%;
  padding: 100px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.kontakt-section-content .content-address .address-description h1,
section.kontakt-section-content .content-address .address-description h2 {
  font-size: 3rem;
  color: #000;
}
section.kontakt-section-content .content-address .address-description address {
  margin-top: 50px;
  margin-bottom: 0;
}
section.kontakt-section-content .content-address .address-description address a {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.kontakt-section-content .content-address .address-description address a:hover {
  opacity: 0.5;
}
section.kontakt-section-content .content-address .address-description address p {
  margin-top: 15px;
  font-size: 1rem;
  color: #000;
}
section.kontakt-section-content .content-address .address-description .description-hours {
  margin-top: 35px;
}
section.kontakt-section-content .content-address .address-description .description-hours .heading {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 10px;
}
section.kontakt-section-content .content-address .address-description .description-hours .hours-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.kontakt-section-content .content-address .address-description .description-hours .hours-inner .inner-service {
  margin: 10px 10px 0 0;
  padding: 12px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 10px;
}
section.kontakt-section-content .content-address .address-description .description-hours .hours-inner .inner-service .name {
  font-weight: 800;
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #000;
}
section.kontakt-section-content .content-address .address-description .description-hours .hours-inner .inner-service .value {
  font-size: 0.85rem;
  color: #000;
}
section.kontakt-section-content .content-address .address-description .description-hours .hours-text {
  margin-top: 25px;
  max-width: 400px;
}
section.kontakt-section-content .content-address .address-description .description-hours .hours-text p {
  color: #000;
  font-size: 0.8rem;
}
section.rezerwacja-section-content .content-header {
  text-align: center;
  position: relative;
}
section.rezerwacja-section-content .content-header .btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.rezerwacja-section-content .content-header .header-logo {
  background: #000;
  padding: 50px 22px 26px 22px;
  border-radius: 0 0 18px 18px;
  display: inline-block;
}
section.rezerwacja-section-content .content-header .header-logo img {
  height: 90px;
}
section.rezerwacja-section-content .content-header .btn-dismiss {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.rezerwacja-section-content .section-heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 50px 0 0 0;
}
section.rezerwacja-section-content .section-heading > * {
  white-space: normal;
}
section.rezerwacja-section-content .content-description {
  text-align: center;
  max-width: 500px;
  margin: 30px auto 0 auto;
}
section.rezerwacja-section-content .content-description p {
  font-size: 0.875rem;
  line-height: 26px;
  color: inherit;
}
section.rezerwacja-section-content .content-description p a {
  text-decoration: underline;
  color: #e61582;
  font-weight: 600;
}
section.rezerwacja-section-content .content-description .btn-fill {
  margin-top: 50px;
}
section.rezerwacja-section-content .content-form {
  border-radius: 50px;
  padding: 0 50px 50px 50px;
  margin: 150px auto 0 auto;
  background: #f3f3f3;
  border: 0.5px solid #bbb;
  max-width: 600px;
  width: 100%;
}
section.rezerwacja-section-content .content-form.small-margin {
  margin-top: 100px;
}
section.rezerwacja-section-content .content-form .form-image {
  margin: 0 auto;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  border: 0.5px solid #bbb;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
section.rezerwacja-section-content .content-form .form-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
section.rezerwacja-section-content .content-form .form-room {
  margin: 0 auto;
  margin-top: -34px;
  display: inline-block;
  padding: 20px;
  background: #e61582;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
section.rezerwacja-section-content .content-form .form-heading {
  text-align: center;
  margin-top: 30px;
}
section.rezerwacja-section-content .content-form .form-heading h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
}
section.rezerwacja-section-content .content-form .form-heading h3 {
  margin-top: 5px;
  font-size: 2rem;
  color: #000;
}
section.rezerwacja-section-content .content-form .form-heading h3 small {
  font-size: 1rem;
  font-weight: 800;
}
section.rezerwacja-section-content .content-form .form-reservation {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.rezerwacja-section-content .content-form .form-reservation .reservation-service {
  margin-top: 10px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 0.5px solid #bbb;
  border-radius: 13px;
  padding: 5px;
}
section.rezerwacja-section-content .content-form .form-reservation .reservation-service .service-number {
  height: 40px;
  width: 40px;
  background: #e61582;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
section.rezerwacja-section-content .content-form .form-reservation .reservation-service .service-number.black {
  background: #000;
}
section.rezerwacja-section-content .content-form .form-reservation .reservation-service .service-name {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 15px 0 15px;
  color: #000;
}
section.rezerwacja-section-content .content-form .form-info {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
section.rezerwacja-section-content .content-form .form-info p {
  font-size: 0.7rem;
  color: #000;
  font-weight: 600;
  max-width: 350px;
  margin: 0 auto;
}
section.rezerwacja-section-content .content-form .form-service {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 0.5px solid #ccc;
}
section.rezerwacja-section-content .content-form .form-service.no-margin {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
section.rezerwacja-section-content .content-form .form-service .service-heading {
  text-align: center;
}
section.rezerwacja-section-content .content-form .form-service .service-heading h3 {
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
}
section.rezerwacja-section-content .content-form .form-service .service-heading h3 span {
  background: #e61582;
  color: #fff;
  font-size: 0.6rem;
  padding: 0 5px;
  border-radius: 5px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  font-weight: 800;
  display: inline-block;
}
section.rezerwacja-section-content .content-form .form-service .service-heading:not(:first-of-type) {
  margin-top: 30px;
}
section.rezerwacja-section-content .content-form .form-service .service-info {
  margin-top: 20px;
  font-size: 0.6rem;
  font-weight: 600;
  color: #000;
}
section.rezerwacja-section-content .content-form .btn-fill {
  margin-top: 50px;
  text-align: center;
}
section.rezerwacja-section-content .content-footer {
  padding: 80px 0;
  text-align: center;
}
section.rezerwacja-section-content .content-footer p {
  font-size: 0.7rem;
  color: #000;
}
section.rezerwacja-section-content .content-footer p a {
  color: #e61582;
  font-weight: 800;
}
section.static-page-section-content {
  padding-top: 100px;
}
section.static-page-section-content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.static-page-section-content .content-inner .inner-gallery {
  width: 30%;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-main-image {
  width: 100%;
  padding-top: 100%;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-room-image {
  width: 100%;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-room-image img {
  width: 100%;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-wrapper .gallery-service {
  margin-top: calc(10% / 2);
  display: block;
  width: 30%;
  padding-top: 30%;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-wrapper .gallery-service img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.static-page-section-content .content-inner .inner-gallery .gallery-wrapper .gallery-service.service-hidden {
  margin-top: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-wrapper.gallery-collapsed {
  margin-top: 0;
  padding-top: 0;
}
section.static-page-section-content .content-inner .inner-gallery .btn-gallery-more {
  margin-top: 5%;
}
section.static-page-section-content .content-inner .inner-gallery .btn-gallery-more.hidden {
  display: none;
}
section.static-page-section-content .content-inner .inner-gallery h1,
section.static-page-section-content .content-inner .inner-gallery .description-info,
section.static-page-section-content .content-inner .inner-gallery .description-reservation,
section.static-page-section-content .content-inner .inner-gallery .description-hours,
section.static-page-section-content .content-inner .inner-gallery .description-info,
section.static-page-section-content .content-inner .inner-gallery .description-partners,
section.static-page-section-content .content-inner .inner-gallery .description-goal {
  display: none;
}
section.static-page-section-content .content-inner .inner-gallery + .inner-description {
  margin-left: 5%;
}
section.static-page-section-content .content-inner .inner-description {
  width: 50%;
  margin-left: 27%;
}
section.static-page-section-content .content-inner .inner-description .description-gallery {
  margin-top: 35px;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .gallery-main-image {
  width: 100%;
  padding-top: 60%;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .gallery-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .gallery-room-image {
  width: 100%;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .gallery-room-image img {
  width: 100%;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .gallery-wrapper .gallery-service {
  margin-top: calc(8% / 3);
  display: block;
  width: 23%;
  padding-top: 23%;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .gallery-wrapper .gallery-service img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.static-page-section-content .content-inner .inner-description .description-gallery .gallery-wrapper .gallery-service.service-hidden {
  margin-top: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .gallery-wrapper.gallery-collapsed {
  margin-top: 0;
  padding-top: 0;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .btn-gallery-more {
  margin-top: 5%;
}
section.static-page-section-content .content-inner .inner-description .description-gallery .btn-gallery-more.hidden {
  display: none;
}
section.static-page-section-content .content-inner .inner-description .description-gallery + .inner-description {
  margin-left: 5%;
}
section.static-page-section-content .content-inner .inner-description .description-text {
  margin-top: 35px;
  color: #000;
}
section.static-page-section-content .content-inner .inner-description .description-text h2 {
  font-size: 2.5rem;
  color: inherit;
}
section.static-page-section-content .content-inner .inner-description .description-text h3 {
  font-size: 2.1rem;
  color: inherit;
}
section.static-page-section-content .content-inner .inner-description .description-text h4 {
  font-size: 1.8rem;
  color: inherit;
}
section.static-page-section-content .content-inner .inner-description .description-text h5 {
  font-size: 1.5rem;
  color: inherit;
}
section.static-page-section-content .content-inner .inner-description .description-text h6 {
  font-size: 1.25rem;
  color: inherit;
}
section.static-page-section-content .content-inner .inner-description .description-text p,
section.static-page-section-content .content-inner .inner-description .description-text li {
  font-size: 0.875rem;
  line-height: 26px;
  color: inherit;
}
section.static-page-section-content .content-inner .inner-description .description-text ul,
section.static-page-section-content .content-inner .inner-description .description-text ol {
  padding-left: 17px;
}
section.static-page-section-content .content-inner .inner-description .description-text a {
  text-decoration: underline;
  color: #e61582;
  font-weight: 600;
}
section.static-page-section-content .content-inner .inner-description .description-text strong,
section.static-page-section-content .content-inner .inner-description .description-text b {
  font-weight: 800;
}
section.static-page-section-content .content-inner .inner-description .description-text:first-child {
  margin-top: 0;
}
section.static-page-section-content .content-inner .inner-description .description-download {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 0.5px solid #ccc;
}
section.static-page-section-content .content-inner .inner-description .description-download .download-heading {
  font-size: 1rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
section.static-page-section-content .content-inner h1 {
  font-size: 3rem;
  color: #000;
}
section.static-page-section-content .content-inner h1 b,
section.static-page-section-content .content-inner h1 strong {
  font-weight: 700;
}
section.static-page-section-content .content-inner .description-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
}
section.static-page-section-content .content-inner .description-info .info-service {
  font-size: 0.65rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  margin-right: 25px;
}
section.static-page-section-content .content-inner .description-info .info-service span {
  color: #e61582;
}
section.static-page-section-content .content-inner .description-reservation {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #ccc;
}
section.static-page-section-content .content-inner .description-reservation .breakpoint {
  width: 100%;
}
section.static-page-section-content .content-inner .description-reservation .reservation-button {
  margin-top: 10px;
  height: 50px;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
section.static-page-section-content .content-inner .description-reservation .reservation-service {
  margin-top: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f3;
  border: 0.5px solid #bbb;
  border-radius: 13px;
  padding: 5px;
}
section.static-page-section-content .content-inner .description-reservation .reservation-service .service-number {
  height: 40px;
  width: 40px;
  background: #e61582;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
section.static-page-section-content .content-inner .description-reservation .reservation-service .service-number.black {
  background: #000;
}
section.static-page-section-content .content-inner .description-reservation .reservation-service .service-name {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 15px 0 15px;
  color: #000;
}
section.static-page-section-content .content-inner .description-reservation .reservation-info {
  width: 100%;
  margin-top: 12px;
}
section.static-page-section-content .content-inner .description-reservation .reservation-info p {
  font-size: 0.7rem;
  color: #000;
  font-weight: 600;
  max-width: 350px;
}
section.static-page-section-content .content-inner .description-hours {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #ccc;
}
section.static-page-section-content .content-inner .description-hours .hour-service {
  margin-top: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f3;
  border: 0.5px solid #bbb;
  border-radius: 13px;
  padding: 5px;
}
section.static-page-section-content .content-inner .description-hours .hour-service .service-number {
  height: 15px;
  background: #e61582;
  padding: 2px 7px 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-size: 0.65rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
section.static-page-section-content .content-inner .description-hours .hour-service .service-number.black {
  background: #000;
}
section.static-page-section-content .content-inner .description-hours .hour-service .service-name {
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0 8px;
  color: #000;
}
section.static-page-section-content .content-inner .description-hours p {
  width: 100%;
  margin-top: 10px;
  font-size: 0.7rem;
  color: #000;
  font-weight: 800;
  white-space: nowrap;
}
section.static-page-section-content .content-inner .description-partners {
  margin-top: 20px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 0.5px solid #ccc;
}
section.static-page-section-content .content-inner .description-partners.border-top {
  border-top: 0.5px solid #ccc;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 30px;
}
section.static-page-section-content .content-inner .description-partners h2 {
  width: 100%;
  font-size: 1.8rem;
  color: #000;
}
section.static-page-section-content .content-inner .description-partners .partner-service {
  margin-top: 15px;
  margin-right: 15px;
}
section.static-page-section-content .content-inner .description-partners .partner-service .service-logo {
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  height: 100px;
  width: 200px;
}
section.static-page-section-content .content-inner .description-partners .partner-service .service-logo img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
section.static-page-section-content .content-inner .description-partners .partner-service .service-name {
  margin-top: 15px;
  text-align: center;
  width: 200px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
}
section.static-page-section-content .content-inner .description-goal {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #ccc;
}
section.static-page-section-content .content-inner .description-goal h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
}
section.static-page-section-content .content-inner .description-goal h3 {
  margin-top: 10px;
  font-size: 1.8rem;
  color: #000;
}
.download-list {
  max-width: 600px;
}
.download-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  border-radius: 14px;
  padding: 7px;
}
.download-list li a .icon {
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e61582;
  margin-right: 10px;
}
.download-list li a .icon svg {
  height: 22px;
  width: 22px;
  fill: #fff;
}
.download-list li a span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.download-list li a:hover span {
  color: #e61582;
}
.download-list li + li {
  margin-top: 5px;
}
section.section-footer {
  margin-top: 80px;
  padding-top: 80px;
  background: #ffe300;
}
section.section-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-footer .footer-inner .inner-service ul .heading {
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 0.5625rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
}
section.section-footer .footer-inner .inner-service ul li a {
  font-size: 0.8125rem;
  color: #000;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service ul li a:hover {
  opacity: 0.5;
}
section.section-footer .footer-inner .inner-service ul li + li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-service .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-service .social-media li a img {
  height: 27px;
  width: 27px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service .social-media li a:hover img {
  opacity: 0.5;
}
section.section-footer .footer-inner .inner-service .social-media li + li {
  margin-top: 0;
}
section.section-footer .footer-inner .inner-service .social-media li:not(:last-child) {
  margin-right: 7px;
}
section.section-footer .footer-inner .inner-service address {
  margin-bottom: 0;
}
section.section-footer .footer-inner .inner-service address a {
  display: block;
  font-size: 1rem;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service address a:hover {
  opacity: 0.5;
}
section.section-footer .footer-inner .inner-service address p {
  margin-top: 15px;
  font-size: 1rem;
  color: #000;
}
section.section-footer .footer-inner .inner-service .open-status-wrapper {
  margin-top: 20px;
  display: inline-block;
}
section.section-footer .footer-inner .inner-service .open-status-wrapper .open-status {
  border-radius: 50px;
  padding: 3px 10px 3.5px 3.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
section.section-footer .footer-inner .inner-service .open-status-wrapper .open-status .status-dot {
  height: 13px;
  min-width: 13px;
  max-width: 13px;
  border-radius: 50%;
  -webkit-animation: dot-opacity 3s infinite;
          animation: dot-opacity 3s infinite;
}
@-webkit-keyframes dot-opacity {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes dot-opacity {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
section.section-footer .footer-inner .inner-service .open-status-wrapper .open-status span {
  margin-top: 1px;
  font-size: 0.5rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  margin-left: 8px;
}
section.section-footer .footer-inner .inner-service .open-status-wrapper .open-status.open .status-dot {
  background: #3e990d;
  border: 2px solid #fff;
}
section.section-footer .footer-inner .inner-service .open-status-wrapper .open-status.closed .status-dot {
  background: #e12828;
  border: 2px solid #fff;
}
section.section-footer .footer-inner .inner-service .btn-hours {
  display: block;
  margin-top: 10px;
}
section.section-footer .footer-inner .inner-service + .inner-service {
  margin-left: 125px;
}
section.section-footer .footer-image {
  margin-top: 80px;
  background: #fff;
  padding: 35px 0 20px 0;
}
section.section-footer .footer-image a img {
  width: 100%;
  max-width: 950px;
}
section.section-footer .footer-image + .footer-credits {
  margin-top: 0;
}
section.section-footer .footer-credits {
  margin-top: 80px;
  background: #fff;
  padding: 20px 0;
}
section.section-footer .footer-credits p {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
}
section.section-footer .footer-credits p a {
  color: inherit;
}
section.panel-klienta-section-content .content-login .login-form {
  border-radius: 50px;
  padding: 0 50px 50px 50px;
  margin: 80px auto 0 auto;
  background: #f3f3f3;
  border: 0.5px solid #bbb;
  max-width: 500px;
  width: 100%;
}
section.panel-klienta-section-content .content-login .login-form .form-header {
  margin: 0 auto;
  margin-top: -34px;
  display: inline-block;
  padding: 20px;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
section.panel-klienta-section-content .content-login .login-form .form-info {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
section.panel-klienta-section-content .content-login .login-form .form-info p {
  font-size: 0.7rem;
  color: #000;
  font-weight: 600;
  max-width: 350px;
  margin: 0 auto;
}
section.panel-klienta-section-content .content-login .login-form .form-service {
  margin-top: 20px;
}
section.panel-klienta-section-content .content-login .login-form .form-service .service-heading {
  text-align: center;
}
section.panel-klienta-section-content .content-login .login-form .form-service .service-heading h3 {
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
}
section.panel-klienta-section-content .content-login .login-form .form-service .service-heading h3 span {
  background: #e61582;
  color: #fff;
  font-size: 0.6rem;
  padding: 0 5px;
  border-radius: 5px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  font-weight: 800;
  display: inline-block;
}
section.panel-klienta-section-content .content-login .login-form .form-service .service-heading:not(:first-of-type) {
  margin-top: 30px;
}
section.panel-klienta-section-content .content-login .login-form .form-service .service-info {
  margin-top: 20px;
  font-size: 0.6rem;
  font-weight: 600;
  color: #000;
}
section.panel-klienta-section-content .content-login .login-form .buttons-wrapper {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-section-content .content-login .login-cta {
  margin-top: 50px;
  text-align: center;
}
section.panel-klienta-section-content .content-login .login-cta h2 {
  font-size: 1.8rem;
  color: #000;
}
section.panel-klienta-section-content .content-login .login-cta .btn-fill {
  margin-top: 20px;
}
section.panel-klienta-section-content .content-dashboard {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-section-content .content-dashboard .dashboard-sidebar {
  width: 22%;
}
section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0.7rem;
  color: #000;
  font-weight: 600;
  height: 80px;
  border: 0.5px solid #ccc;
}
section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service.active {
  border-color: #e61582;
  background: #e61582;
  color: #fff;
}
section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service + .sidebar-service {
  margin-top: 10px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body {
  width: 73%;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .heading {
  font-size: 1.5rem;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .heading:not(:first-child) {
  margin-top: 50px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .empty-alert {
  margin-top: 70px;
  border-radius: 50px;
  background: #f1f1f1;
  padding: 50px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .empty-alert h2 {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .empty-alert:first-child {
  margin-top: 0;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .news-flexbox {
  width: 100%;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .news-flexbox .news-service {
  margin-top: 4%;
  width: 29.7%;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-form {
  margin-top: 30px;
  max-width: 500px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-form .form-service .service-info {
  margin-top: 20px;
  font-size: 0.6rem;
  font-weight: 600;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-formal-consent {
  margin-top: 20px;
  padding: 20px;
  max-width: 500px;
  border-radius: 0 15px 15px 15px;
  background: #f1f1f1;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-formal-consent p {
  font-size: 0.6rem;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-formal-consent + .body-formal-consent {
  margin-top: 10px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-description p,
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-description li {
  font-size: 0.875rem;
  line-height: 26px;
  color: inherit;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-description p a,
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-description li a {
  text-decoration: underline;
  color: #e61582;
  font-weight: 600;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .buttons-wrapper {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive {
  margin-top: 20px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 5px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table thead tr th {
  border: none;
  padding: 9px;
  font-size: 0.7rem;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td {
  padding: 9px;
  vertical-align: middle;
  background: #f1f1f1;
  border: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td:before {
  content: attr(data-elmts-heading);
  display: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .value {
  color: #000;
  font-size: 1rem;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .value a {
  color: #e61582;
  text-decoration: underline;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .value.date {
  padding: 10px 15px;
  border-radius: 10px;
  background: #fff;
  display: inline-block;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td:first-child {
  border-radius: 15px 0 0 15px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 1399.98px) {
  section.static-page-section-content .content-inner .description-reservation .breakpoint-lg {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav li a {
    font-size: 0.8rem;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav li + li {
    margin-left: 20px;
  }
  section.section-welcome .welcome-item .item-description {
    width: 60%;
  }
  section.section-video .video-inner .video-flexbox-wrapper .video-flexbox {
    margin-top: 0%;
  }
  section.section-video .video-inner .video-flexbox-wrapper .video-flexbox .video-service {
    margin-top: 0%;
    width: 100%;
  }
  section.section-video .video-inner .video-flexbox-wrapper .video-flexbox .video-service:nth-child(2) {
    display: none;
  }
  .video-flexbox {
    margin-top: -6%;
  }
  .video-flexbox .video-service {
    margin-top: 6%;
    width: 47%;
  }
  section.section-slogan .slogan-inner {
    padding: 40px 80px;
  }
  section.section-rent .rent-inner .inner-description {
    padding: 100px 10% 100px 0;
  }
  section.section-footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.section-footer .footer-inner .inner-service:nth-child(5) {
    margin-top: 20px;
    margin-left: 0;
  }
  section.section-footer .footer-inner .inner-service:nth-child(5) .heading {
    display: none;
  }
}
@media (max-width: 991.98px) {
  nav.section-header .header-flexbox .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
  }
  nav.section-header .header-flexbox .flexbox-logo {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 22px 18px;
    border-radius: 0;
  }
  nav.section-header .header-flexbox .flexbox-logo img {
    height: 75px;
  }
  nav.section-header .header-flexbox .flexbox-menu .menu-translate {
    margin-left: 25px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  nav.section-header .header-flexbox .flexbox-menu .menu-social-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
  nav.section-header .header-flexbox .flexbox-menu .menu-account-login {
    margin-left: 25px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  nav.section-header .header-flexbox .flexbox-menu .menu-account-login span {
    display: none;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #ffe300;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
    font-size: 1.7rem;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
  section.section-welcome .container {
    max-width: 100%;
    padding: 0;
  }
  section.section-welcome .welcome-inner-wrapper .welcome-inner {
    border-radius: 0;
    overflow: hidden;
  }
  section.section-welcome .welcome-item .item-description {
    width: 60%;
  }
  section.section-welcome .welcome-item .item-description .description-text h1,
  section.section-welcome .welcome-item .item-description .description-text h2 {
    font-size: 2.85rem;
  }
  section.section-welcome .welcome-item .item-description .description-text .btn {
    margin-top: 30px;
  }
  section.section-welcome .owl-carousel-welcome {
    margin-left: 0;
  }
  section.section-welcome .owl-carousel-welcome .owl-dots {
    top: 20px;
    left: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.section-welcome .owl-carousel-welcome .owl-nav {
    bottom: 20px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev {
    margin-bottom: 0;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .section-heading {
    margin-top: -12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-heading h1,
  .section-heading h2,
  .section-heading .name {
    margin-top: 12px;
    margin-right: 40px;
  }
  .section-heading .btn {
    margin-top: 12px;
    margin-left: 0;
  }
  .section-heading .btn.invert {
    margin-right: 40px;
  }
  section.section-news .news-flexbox .news-service:nth-child(4) {
    display: none;
  }
  .news-flexbox {
    margin-top: -3.5%;
  }
  .news-flexbox .news-service {
    margin-top: 3.5%;
    width: 31%;
  }
  section.section-about .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: none;
  }
  section.section-about .about-inner .inner-image {
    margin-top: 50px;
    width: 100%;
    border-top-left-radius: 0;
  }
  section.section-about .about-inner .inner-description {
    padding: 0;
    width: 100%;
    padding-right: 0;
  }
  section.section-about .about-inner .inner-description p {
    max-width: 500px;
  }
  section.section-about .about-inner:before {
    content: none;
  }
  section.section-events .section-heading {
    padding-right: 100px;
  }
  section.section-events .events-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-events .events-inner .inner-collection {
    width: 100%;
    padding: 40px;
    border-radius: 50px;
  }
  section.section-events .events-inner .inner-collection:before {
    content: none;
  }
  section.section-events .events-inner .inner-collection .collection-background {
    display: none;
  }
  section.section-events .events-inner .inner-collection .collection-service h2 {
    max-width: 100%;
  }
  section.section-events .events-inner .inner-collection .collection-service .name {
    margin-top: 20px;
  }
  section.section-events .events-inner .inner-collection .collection-service .btn {
    display: block;
    margin-top: 50px;
  }
  section.section-events .owl-carousel-wrapper {
    margin-top: 70px;
    padding-bottom: 70px;
    width: 100%;
  }
  section.section-events .owl-carousel-wrapper .owl-stage-outer {
    width: 100%;
  }
  section.section-events .owl-carousel-wrapper .owl-carousel-events {
    padding-right: 0;
  }
  section.section-events .owl-carousel-wrapper .owl-carousel-events .owl-nav {
    right: 0;
  }
  section.section-events .news-flexbox {
    width: 100%;
    margin-top: -3.5%;
    padding-bottom: 70px;
  }
  section.section-events .news-flexbox .news-service {
    margin-top: 3.5%;
    width: 31%;
  }
  section.section-video .video-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.section-video .video-inner .inner-description {
    margin-top: 25px;
    width: 100%;
    padding: 40px;
  }
  section.section-video .video-inner .inner-description .description-service h3 br {
    content: '';
  }
  section.section-video .video-inner .inner-description .description-service h3 br:after {
    content: ' ';
  }
  section.section-video .video-inner .inner-description .description-service p {
    max-width: 450px;
  }
  section.section-video .video-inner .inner-description .description-service p:nth-of-type(1) {
    display: none;
  }
  section.section-video .video-inner .inner-description .btn {
    margin-top: 40px;
  }
  section.section-video .video-inner .video-flexbox-wrapper {
    margin-top: 70px;
    width: 100%;
  }
  section.section-video .video-inner .video-flexbox-wrapper .section-heading {
    margin-top: 0;
  }
  section.section-video .video-inner .video-flexbox-wrapper .video-flexbox {
    padding-top: 50px;
    margin-top: -6%;
  }
  section.section-video .video-inner .video-flexbox-wrapper .video-flexbox .video-service {
    margin-top: 6%;
    width: 47%;
  }
  section.section-video .video-inner .video-flexbox-wrapper .video-flexbox .video-service:nth-child(2) {
    display: block;
  }
  section.section-slogan {
    margin-top: 80px;
  }
  section.section-slogan .slogan-inner {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.section-slogan .slogan-inner span {
    margin-top: 25px;
    display: block;
  }
  section.section-slogan .slogan-inner .divider {
    display: none;
  }
  section.section-slogan .slogan-inner .inner-text {
    font-size: 2rem;
  }
  section.section-rent {
    margin-top: 80px;
  }
  section.section-rent .rent-inner .inner-description {
    padding: 100px 10% 100px 0;
  }
  section.subpage-section-heading .heading-inner .inner-background {
    height: 90px;
    background: #000;
    border-radius: 0 0 20px 0;
    min-width: calc(200% + 97px);
    max-width: calc(200% + 97px);
    margin-left: -200%;
    position: relative;
  }
  section.subpage-section-heading .heading-inner .inner-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 97px;
    -webkit-transform: translateY(-100%) rotate(90deg);
        -ms-transform: translateY(-100%) rotate(90deg);
            transform: translateY(-100%) rotate(90deg);
    background: url('../img/icons/black-border.svg') center;
    background-size: 101%;
    height: 20px;
    width: 20px;
    pointer-events: none;
  }
  section.subpage-section-heading .heading-inner .section-heading {
    margin-left: 30px;
  }
  section.subpage-section-heading.heading-static-page .heading-inner .inner-background {
    min-width: calc(200% + 97px);
    max-width: calc(200% + 97px);
  }
  section.wydarzenia-section-content .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper {
    width: 100%;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .wrapper-heading {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(47px);
        -ms-transform: translateY(47px);
            transform: translateY(47px);
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .owl-stage-outer {
    width: 100%;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .owl-carousel-wrapper .owl-carousel-events .owl-nav {
    top: -50px;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox {
    width: 100%;
    margin-top: -3.5%;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox .news-service {
    margin-top: 3.5%;
    width: 31%;
  }
  section.wydarzenia-section-content .content-inner .inner-search-engine {
    margin-top: 50px;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
  }
  section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-background {
    display: none;
  }
  section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service {
    position: relative;
  }
  section.wydarzenia-section-content .content-inner .inner-search-engine .search-engine-service .buttons-wrapper {
    margin-top: 20px;
  }
  section.o-memo-section-content .content-building {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.o-memo-section-content .content-building .building-gallery-wrapper {
    width: 100%;
    height: auto !important;
  }
  section.o-memo-section-content .content-building .building-gallery-wrapper .building-gallery {
    height: 400px;
  }
  section.o-memo-section-content .content-building .building-description {
    margin-top: 70px;
    width: 100%;
  }
  section.o-memo-section-content .content-building .building-description h1,
  section.o-memo-section-content .content-building .building-description h2 {
    font-size: 2.75rem;
  }
  section.o-memo-section-content .content-building .building-description p {
    max-width: 600px;
  }
  section.o-memo-section-content .content-building .building-description.padding-top {
    padding-top: 0;
  }
  section.o-memo-section-content .content-about-wrapper {
    margin-top: 80px;
    padding: 80px 0;
  }
  section.o-memo-section-content .content-about-wrapper .content-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.o-memo-section-content .content-about-wrapper .content-about .about-description {
    margin-top: 70px;
    width: 100%;
  }
  section.o-memo-section-content .content-about-wrapper .content-about .about-description h1,
  section.o-memo-section-content .content-about-wrapper .content-about .about-description h2 {
    font-size: 2.75rem;
  }
  section.o-memo-section-content .content-about-wrapper .content-about .about-description p {
    max-width: 600px;
  }
  section.o-memo-section-content .content-about-wrapper .content-about .about-iframe {
    width: 100%;
    padding-top: 60%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  section.o-memo-section-content .content-about-wrapper .content-about .about-iframe iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.o-memo-section-content .content-team {
    padding-top: 80px;
  }
  section.o-memo-section-content .content-team .team-heading h2 {
    font-size: 2.75rem;
  }
  section.o-memo-section-content .content-download {
    padding-top: 80px;
  }
  section.o-memo-section-content .content-download .download-heading h2 {
    font-size: 2.75rem;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service {
    padding: 10px 20px 10px 10px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-image {
    height: 180px;
    min-width: 180px;
    max-width: 180px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description {
    padding: 0 25px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service + .list-service {
    margin-top: 15px;
  }
  section.galerie-section-content .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.galerie-section-content .content-inner .inner-categories {
    width: 100%;
    margin-top: 40px;
  }
  section.galerie-section-content .content-inner .inner-categories .nav-tabs {
    margin-top: 10px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.galerie-section-content .content-inner .inner-categories .nav-tabs .nav-item {
    margin: 5px;
    width: auto;
  }
  section.galerie-section-content .content-inner .inner-categories .nav-tabs .nav-item .nav-link {
    width: auto;
    margin: 0;
    padding: 8px 20px 10px 20px;
  }
  section.galerie-section-content .content-inner .inner-news-flexbox-wrapper {
    width: 100%;
  }
  section.galerie-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox {
    margin-top: -3.5%;
  }
  section.galerie-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox .news-service {
    margin-top: 3.5%;
    width: 31%;
  }
  section.kontakt-section-content .content-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.kontakt-section-content .content-address .address-iframe-wrapper {
    width: 100%;
    height: 400px;
  }
  section.kontakt-section-content .content-address .address-description {
    width: 100%;
    padding: 70px 0 0 0;
  }
  section.kontakt-section-content .content-address .address-description h1,
  section.kontakt-section-content .content-address .address-description h2 {
    font-size: 2.75rem;
  }
  section.rezerwacja-section-content .content-header .header-logo {
    padding: 22px 18px;
  }
  section.rezerwacja-section-content .content-header .header-logo img {
    height: 75px;
  }
  section.rezerwacja-section-content .section-heading h1,
  section.rezerwacja-section-content .section-heading h2 {
    margin: 0;
  }
  section.static-page-section-content {
    padding-top: 40px;
  }
  section.static-page-section-content .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 127px;
  }
  section.static-page-section-content .content-inner .inner-gallery {
    width: 100%;
  }
  section.static-page-section-content .content-inner .inner-gallery .gallery-inner-wrapper {
    margin-top: 30px;
    max-width: 350px;
  }
  section.static-page-section-content .content-inner .inner-gallery .gallery-inner-wrapper:first-child {
    margin-top: 0;
  }
  section.static-page-section-content .content-inner .inner-gallery .text-center {
    text-align: left !important;
  }
  section.static-page-section-content .content-inner .inner-gallery h1 {
    display: block;
  }
  section.static-page-section-content .content-inner .inner-gallery .description-info,
  section.static-page-section-content .content-inner .inner-gallery .description-reservation,
  section.static-page-section-content .content-inner .inner-gallery .description-hours,
  section.static-page-section-content .content-inner .inner-gallery .description-info,
  section.static-page-section-content .content-inner .inner-gallery .description-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.static-page-section-content .content-inner .inner-gallery + .inner-description {
    margin-left: 0;
  }
  section.static-page-section-content .content-inner .inner-gallery + .inner-description h1,
  section.static-page-section-content .content-inner .inner-gallery + .inner-description .description-info,
  section.static-page-section-content .content-inner .inner-gallery + .inner-description .description-reservation,
  section.static-page-section-content .content-inner .inner-gallery + .inner-description .description-hours,
  section.static-page-section-content .content-inner .inner-gallery + .inner-description .description-info,
  section.static-page-section-content .content-inner .inner-gallery + .inner-description .description-partners {
    display: none;
  }
  section.static-page-section-content .content-inner .inner-description {
    width: 100%;
    margin-left: 0;
  }
  section.static-page-section-content .content-inner .inner-description .description-text:first-child {
    margin-top: 35px;
  }
  section.static-page-section-content .content-inner h1 {
    font-size: 2.75rem;
  }
  section.section-footer .footer-inner .inner-service + .inner-service {
    margin-left: 70px;
  }
  section.section-footer .footer-inner .inner-service:nth-child(5) {
    margin-left: 0;
  }
  section.panel-klienta-section-content .content-dashboard {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-sidebar {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service {
    width: 32%;
    margin-top: 10px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body {
    width: 100%;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .news-flexbox {
    padding-top: 30px;
    width: 100%;
    margin-top: -3.5%;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .news-flexbox .news-service {
    margin-top: 3.5%;
    width: 31%;
  }
}
@media (max-width: 767.98px) {
  section.section-welcome .welcome-item .item-description .description-text h1,
  section.section-welcome .welcome-item .item-description .description-text h2 {
    font-size: 2.35rem;
  }
  section.section-rent .rent-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-rent .rent-inner .inner-description {
    width: 100%;
    padding: 0;
  }
  section.section-rent .rent-inner .inner-description p:nth-of-type(1) {
    display: none;
  }
  section.section-rent .rent-inner .inner-description .btn {
    margin-top: 40px;
  }
  section.section-rent .rent-inner .inner-image {
    margin-top: 40px;
    width: 100%;
    padding-top: 40%;
    border-top-left-radius: 0;
  }
  section.section-rent .rent-inner .inner-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  section.o-memo-section-content .content-team .team-flexbox .flexbox-service .service-image {
    width: 135px;
    height: 180px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-heading .heading-service {
    display: none;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper .inner-render {
    display: none !important;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-render-wrapper + .inner-render-wrapper {
    margin-top: 50px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service {
    margin-top: 15px;
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 10px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-image {
    height: 140px;
    min-width: 140px;
    max-width: 140px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description {
    margin-top: 15px;
    padding: 0;
    width: auto;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description .features {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description .features .feature {
    margin: 5px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .service-description .features .feature .feature-number {
    height: 40px;
    min-width: 40px;
    max-width: 40px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service .btn-fill {
    margin-top: 10px;
    width: 100%;
    border-radius: 10px 10px 20px 20px;
  }
  section.section-footer .footer-inner .inner-service:nth-child(1) {
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.section-footer .footer-inner .inner-service:nth-child(2) {
    margin-left: 0;
  }
  section.section-footer .footer-inner .inner-service:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
    margin-left: 70px;
  }
  section.section-footer .footer-inner .inner-service:nth-child(5) .heading {
    display: block;
  }
}
@media (max-width: 575.98px) {
  body .btn.btn-default img {
    margin-left: 18px;
    width: 50px;
  }
  body .btn.invert.btn-default img {
    margin-right: 18px;
  }
  .cookies-alert {
    bottom: 13px;
    right: 13px;
  }
  .accessibility-plugin {
    bottom: 13px;
    left: 13px;
  }
  nav.section-header .container {
    padding-left: 0;
  }
  nav.section-header .header-flexbox .nav-button {
    margin-top: 70px;
  }
  nav.section-header .header-flexbox .flexbox-logo {
    padding: 28px 15px;
  }
  nav.section-header .header-flexbox .flexbox-logo img {
    height: 70px;
  }
  nav.section-header .header-flexbox .flexbox-menu {
    padding-top: 70px;
  }
  nav.section-header .header-flexbox .flexbox-menu .menu-translate {
    margin-left: 0;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  nav.section-header .header-flexbox .flexbox-menu .menu-account-login {
    margin-left: 10px;
  }
  nav.section-header .header-flexbox .flexbox-menu .menu-account-login:before {
    content: '';
    height: 15px;
    width: 1px;
    border-left: 1px solid #ccc;
    margin-right: 10px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    top: 20px;
    right: 20px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    padding: 20px;
  }
  section.section-welcome .welcome-item .item-background {
    position: relative;
    height: 650px;
    top: auto;
    left: auto;
  }
  section.section-welcome .welcome-item .item-description {
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.section-welcome .welcome-item .item-description .description-text {
    width: 100%;
    padding: 25px 70px 25px 25px;
  }
  section.section-welcome .owl-carousel-welcome {
    position: relative;
    margin-left: 0.1%;
  }
  section.section-welcome .owl-carousel-welcome .owl-dots {
    display: none;
  }
  section.section-welcome .owl-carousel-welcome .owl-nav {
    left: auto;
    right: 10px;
    bottom: 24px;
    display: block;
  }
  section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev {
    margin-bottom: 3px;
  }
  .section-heading h1,
  .section-heading h2,
  .section-heading .name {
    font-size: 1.7rem;
  }
  section.section-news {
    padding-top: 50px;
  }
  section.section-news .news-flexbox .news-service:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-flexbox {
    padding-top: 50px;
    margin-top: -6%;
  }
  .news-flexbox .news-service {
    margin-top: 6%;
    width: 47%;
  }
  section.section-about {
    padding: 50px 0;
    margin-top: 50px;
    background: #f7f7f7;
  }
  section.section-about .about-inner .inner-description h2 {
    font-size: 1.7rem;
  }
  section.section-about .about-inner .inner-description p:nth-of-type(1) {
    display: none;
  }
  section.section-about .about-inner .inner-image {
    border-radius: 0 30px 30px 30px;
  }
  section.section-events {
    padding-top: 50px;
  }
  section.section-events .events-inner .inner-collection {
    border-radius: 30px;
  }
  section.section-events .events-inner .inner-collection .collection-service h2 {
    font-size: 1.7rem;
  }
  section.section-events .events-inner .inner-collection .collection-service .name {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  section.section-events .events-inner .inner-collection .collection-service .btn {
    margin-top: 35px;
  }
  section.section-events .events-inner .inner-collection .collection-service .btn-fill {
    margin-top: 35px;
  }
  section.section-events .owl-carousel-wrapper {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  section.section-events .news-flexbox {
    margin-top: -6%;
    padding-bottom: 50px;
  }
  section.section-events .news-flexbox .news-service {
    margin-top: 6%;
    width: 47%;
  }
  section.section-events .news-flexbox .news-service:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.section-events .news-flexbox.quantity-5-owl-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.section-events .news-flexbox.quantity-5-owl-hidden + .owl-carousel-wrapper {
    display: block;
  }
  section.section-events .news-flexbox.quantity-4-hidden {
    display: none;
  }
  section.section-events .news-flexbox.quantity-4-owl-hidden + .owl-carousel-wrapper {
    display: none;
  }
  section.section-video .video-inner .inner-description {
    border-radius: 30px;
  }
  section.section-video .video-inner .video-flexbox-wrapper {
    margin-top: 50px;
  }
  section.section-video .video-inner .video-flexbox-wrapper .video-flexbox {
    margin-top: 0%;
  }
  section.section-video .video-inner .video-flexbox-wrapper .video-flexbox .video-service {
    margin-top: 0%;
    width: 100%;
  }
  section.section-video .video-inner .video-flexbox-wrapper .video-flexbox .video-service:nth-child(2) {
    margin-top: 20px;
  }
  .video-flexbox {
    padding-top: 50px;
    margin-top: -35px;
  }
  .video-flexbox .video-service {
    margin-top: 35px;
    width: 100%;
  }
  section.section-slogan {
    margin-top: 50px;
  }
  section.section-slogan .slogan-inner {
    border-radius: 30px;
  }
  section.section-slogan .slogan-inner .inner-text {
    font-size: 1.7rem;
  }
  section.section-rent {
    margin-top: 50px;
  }
  section.section-rent .rent-inner .inner-description h2 {
    font-size: 1.7rem;
  }
  section.section-rent .rent-inner .inner-image {
    margin-top: 40px;
    width: 100%;
    padding-top: 40%;
    border-radius: 0 30px 30px 30px;
  }
  section.section-rent .rent-inner .inner-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  section.subpage-section-heading .container {
    padding-left: 0;
  }
  section.subpage-section-heading .heading-inner .inner-background {
    min-width: calc(200% + 87px);
    max-width: calc(200% + 87px);
  }
  section.subpage-section-heading.heading-static-page .heading-inner .inner-background {
    min-width: calc(200% + 87px);
    max-width: calc(200% + 87px);
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox {
    margin-top: -6%;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox .news-service {
    margin-top: 6%;
    width: 47%;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox.quantity-5-owl-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox.quantity-5-owl-hidden + .owl-carousel-wrapper {
    display: block;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox.quantity-4-hidden {
    display: none;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox.quantity-4-owl-hidden + .owl-carousel-wrapper {
    display: none;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .divider {
    margin-top: 50px;
  }
  section.wydarzenia-section-content .content-inner .inner-news-flexbox-wrapper .section-heading {
    margin-top: 50px;
  }
  .btn-more-products-wrapper {
    margin-top: 50px;
  }
  .btn-more-products-wrapper .more-products-counter {
    margin-bottom: 20px;
  }
  section.o-memo-section-content .content-building .building-description {
    margin-top: 50px;
  }
  section.o-memo-section-content .content-building .building-description h1,
  section.o-memo-section-content .content-building .building-description h2 {
    font-size: 2rem;
  }
  section.o-memo-section-content .content-building .building-description p {
    font-size: 1rem;
    line-height: 28px;
  }
  section.o-memo-section-content .content-building .building-gallery-wrapper .building-gallery {
    border-radius: 0 30px 30px 0;
  }
  section.o-memo-section-content .content-building .owl-carousel-building .owl-nav {
    top: 20px;
    right: 20px;
  }
  section.o-memo-section-content .content-about-wrapper {
    margin-top: 50px;
    padding: 50px 0;
  }
  section.o-memo-section-content .content-about-wrapper .content-about .about-description {
    margin-top: 50px;
  }
  section.o-memo-section-content .content-about-wrapper .content-about .about-description h1,
  section.o-memo-section-content .content-about-wrapper .content-about .about-description h2 {
    font-size: 2rem;
  }
  section.o-memo-section-content .content-about-wrapper .content-about .about-description p {
    font-size: 1rem;
    line-height: 28px;
  }
  section.o-memo-section-content .content-team {
    padding-top: 50px;
  }
  section.o-memo-section-content .content-team .team-heading h2 {
    font-size: 2rem;
  }
  section.o-memo-section-content .content-team .team-leader {
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.o-memo-section-content .content-team .team-leader .leader-image {
    background: none;
    border-radius: 20px;
    padding: 0;
    width: auto;
  }
  section.o-memo-section-content .content-team .team-leader .leader-image .image-background {
    display: none;
  }
  section.o-memo-section-content .content-team .team-leader .leader-image .image-inner {
    border-radius: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.o-memo-section-content .content-team .team-leader .leader-description {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-left: 0;
    margin-left: 0;
  }
  section.o-memo-section-content .content-team .team-leader .leader-description .name {
    font-size: 1.5rem;
  }
  section.o-memo-section-content .content-team .team-leader .leader-description .job {
    margin-bottom: 12px;
  }
  section.o-memo-section-content .content-team .team-leader .leader-description .text {
    max-width: 300px;
    margin: 0 auto;
  }
  section.o-memo-section-content .content-team .team-leader .leader-description .text + .contact {
    margin-top: 15px;
  }
  section.o-memo-section-content .content-download {
    padding-top: 50px;
  }
  section.o-memo-section-content .content-download .download-heading h2 {
    font-size: 2rem;
  }
  section.o-memo-section-content .content-download .nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
  }
  section.o-memo-section-content .content-download .nav-tabs .nav-item .nav-link img {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    margin-right: 7px;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list {
    display: block !important;
  }
  section.rezerwacja-sal-section-content .content-inner .inner-list .list-service {
    margin-top: 0;
    width: 100%;
  }
  section.galerie-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox {
    margin-top: -6%;
  }
  section.galerie-section-content .content-inner .inner-news-flexbox-wrapper .news-flexbox .news-service {
    margin-top: 6%;
    width: 47%;
  }
  section.kontakt-section-content .container {
    padding-left: 0;
  }
  section.kontakt-section-content .content-address .address-iframe-wrapper:before {
    content: none;
  }
  section.kontakt-section-content .content-address .address-iframe-wrapper .address-iframe:after {
    content: none;
  }
  section.kontakt-section-content .content-address .address-description {
    padding: 50px 0 0 12px;
  }
  section.kontakt-section-content .content-address .address-description h1,
  section.kontakt-section-content .content-address .address-description h2 {
    font-size: 2rem;
  }
  section.kontakt-section-content .content-address .address-description address {
    margin-top: 30px;
  }
  section.rezerwacja-section-content .content-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.rezerwacja-section-content .content-header .btn {
    display: none;
  }
  section.rezerwacja-section-content .content-header .header-logo {
    padding: 28px 15px;
  }
  section.rezerwacja-section-content .content-header .header-logo img {
    height: 70px;
  }
  section.rezerwacja-section-content .content-header .btn-dismiss {
    right: 20px;
  }
  section.rezerwacja-section-content .content-description p {
    font-size: 1rem;
    line-height: 28px;
  }
  section.rezerwacja-section-content .content-description .btn-fill {
    margin-top: 50px;
  }
  section.rezerwacja-section-content .content-form {
    border-radius: 30px;
    padding: 0 20px 20px 20px;
  }
  section.rezerwacja-section-content .content-form.small-margin {
    margin-top: 70px;
  }
  section.rezerwacja-section-content .content-form .form-room {
    border-radius: 12px;
    padding: 15px;
    font-size: 1rem;
    margin-top: -27px;
  }
  section.rezerwacja-section-content .content-form .form-heading h2 {
    font-size: 1rem;
  }
  section.rezerwacja-section-content .content-form .form-heading h3 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  section.rezerwacja-section-content .content-form .form-heading h3 small {
    font-size: 0.8rem;
    font-weight: 900;
  }
  section.rezerwacja-section-content .content-form .form-reservation .reservation-service {
    margin-right: 0;
    width: 100%;
  }
  section.rezerwacja-section-content .content-form .btn-fill {
    margin-top: 35px;
    border-radius: 10px 10px 20px 20px;
  }
  section.rezerwacja-section-content .content-footer {
    padding: 50px 0;
  }
  section.static-page-section-content .content-inner {
    padding-left: 0;
  }
  section.static-page-section-content .content-inner .inner-description .description-text h2 {
    font-size: 1.8rem;
  }
  section.static-page-section-content .content-inner .inner-description .description-text h3 {
    font-size: 1.65rem;
  }
  section.static-page-section-content .content-inner .inner-description .description-text h4 {
    font-size: 1.5rem;
  }
  section.static-page-section-content .content-inner .inner-description .description-text h5 {
    font-size: 1.35rem;
  }
  section.static-page-section-content .content-inner .inner-description .description-text h6 {
    font-size: 1.2rem;
  }
  section.static-page-section-content .content-inner .inner-description .description-text p,
  section.static-page-section-content .content-inner .inner-description .description-text li {
    font-size: 1rem;
    line-height: 28px;
  }
  section.static-page-section-content .content-inner h1 {
    font-size: 2rem;
  }
  section.section-footer {
    margin-top: 50px;
    padding-top: 20px;
  }
  section.section-footer .footer-inner .inner-service {
    margin-left: 0 !important;
    margin-right: 50px !important;
    margin-top: 30px !important;
  }
  section.section-footer .footer-inner .inner-service ul .heading {
    margin-bottom: 10px;
  }
  section.section-footer .footer-image {
    margin-top: 50px;
    padding: 25px 0 10px 0;
  }
  section.section-footer .footer-credits {
    margin-top: 50px;
  }
  section.panel-klienta-section-content .content-login .login-form {
    border-radius: 30px;
    padding: 0 30px 30px 30px;
    margin-top: 70px;
  }
  section.panel-klienta-section-content .content-login .login-form .form-header {
    border-radius: 12px;
    padding: 15px;
    font-size: 1rem;
    margin-top: -27px;
  }
  section.panel-klienta-section-content .content-login .login-form .buttons-wrapper {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.panel-klienta-section-content .content-login .login-form .buttons-wrapper > * {
    width: 100%;
  }
  section.panel-klienta-section-content .content-login .login-form .buttons-wrapper > *:not(:last-child) {
    margin-top: 10px;
  }
  section.panel-klienta-section-content .content-login .login-cta {
    margin-top: 35px;
  }
  section.panel-klienta-section-content .content-login .login-cta h2 {
    font-size: 1.5rem;
  }
  section.panel-klienta-section-content .content-login .login-cta .btn-fill {
    margin-top: 10px;
  }
  section.panel-klienta-section-content .content-dashboard {
    margin-top: 50px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service {
    margin-top: 4%;
    width: 48%;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body {
    width: 100%;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .news-flexbox {
    margin-top: -6%;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .news-flexbox .news-service {
    margin-top: 6%;
    width: 47%;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .news-flexbox .news-service:nth-child(3) {
    display: none;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive {
    margin-top: 13px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td {
    padding: 4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .value {
    color: #000;
    font-size: 0.75rem;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .value.date {
    padding: 5px 10px;
    border-radius: 8px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td:first-child {
    border-radius: 15px 0 0 15px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td:last-child {
    border-radius: 0 15px 15px 0;
  }
}
@media (max-width: 490px) {
  section.static-page-section-content .content-inner .description-partners .partner-service {
    margin-top: 10px;
    margin-right: 10px;
  }
  section.static-page-section-content .content-inner .description-partners .partner-service .service-logo {
    height: 75px;
    width: 150px;
  }
  section.static-page-section-content .content-inner .description-partners .partner-service .service-name {
    margin-top: 10px;
    width: 150px;
    font-size: 0.78rem;
    line-height: 17px;
  }
}
@media (max-width: 450px) {
  .cookies-alert {
    background: rgba(0, 0, 0, 0.8);
    width: calc(100% - 26px);
    padding-right: 50px;
  }
  .cookies-alert .btn-close {
    top: 16px;
    right: 15px;
    padding: 10px;
  }
  .cookies-alert .btn-close span {
    width: 21px;
    height: 2px;
  }
  .cookies-alert .btn-close span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .cookies-alert .btn-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }
}
@media (max-width: 380px) {
  section.static-page-section-content .content-inner .description-reservation .reservation-button {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  section.static-page-section-content .content-inner .description-reservation .reservation-service {
    width: 100%;
    margin-right: 0;
  }
}

/*# sourceMappingURL=maps/style.css.map */
