.salony-rounded-headers {
  background-color: #393D46; 
  border-radius: 26px; 
  width:100%
}
.salony-rounded-headers h2 {
  color: #fff;
  padding: 10px 0 10px 20px;
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 1.33em;
}
.salony-thumbnails {
  margin-bottom: 15px;
}
.container-main-salony .info.box {
  align-items: flex-start;
  justify-content: flex-start;
  background-color: transparent;
}
.container-main-salony .info.box p {
  margin-bottom: 5px;
  margin-top: 0;
}
.info.box p.italic {
  font-style: italic;
  margin-top: 10px;
}
.container-main-salony .info.box h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.container-main-salony .info.box ul {
  margin-top: 0;
  padding-left: 15px;
}

.red-container {
  max-height: 100px;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
  background-color: #f4003c;
  padding: 52px 100px;
  margin: 0 auto;
}

.map {
  width: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
}

.image-text {
  width: 100%;
  color: #fff;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 3.875rem;
  padding-left: 80px;
}

.image {
  position: relative;
  width: 300px;
}

/* Swiper Image Styles */
#swipper-image {
  border-radius: 26px 0 0 26px;
}

/* Mobile Responsive */
@media only screen and (min-width: 370px) {
  .image {
    width: 100px;
  }

  .image-text {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .map {
    width: 100px;
  }
}

@media only screen and (max-width: 550px) {
  .red-container {
    flex-direction: column;
    max-height: 150px;
  }

  .image {
    width: 150px;
    margin-top: -40px;
  }

  .image-text {
    margin-top: 40px;
    font-size: 1.8rem;
    width: 200px;
    text-align: center;
    line-height: 2rem;
    padding: 0px;
  }

  .map {
    width: 150px;
  }
}

@media (min-width: 1250px) {
  #swipper-image {
    border-radius: 26px 0 0 26px;
  }
  
  #swipper-image>img {
    height: 100%;
  }
  
  .image {
    width: 300px !important;
  }

  .map {
    width: 300px !important;
  }

  .red-container {
    width: 100% !important;
  }

  .image-text {
    font-size: 3rem !important;
  }
}

@media (min-width: 757px) {
  .image {
    width: 200px;
  }

  .image-text {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .map {
    width: 200px;
  }
}

/* Responsive Tabs */
.responsive-tabs dt {
  width: 32%;
  font-size: 11px;
  max-width: 230px;
  padding: 15px 30px 15px 30px;
  border-top: 1px solid #ccc;
  cursor: pointer;
  justify-content: center;
  display: flex;
  font-weight: 800;
}

.responsive-tabs dt:first-child {
  border-top: 0;
}

.responsive-tabs .active {
  background-color: #fff;
}

.responsive-tabs .active+dd {
  display: block;
}

.responsive-tabs dd {
  display: none;
  padding: 0.5em;
}

.responsive-tabs-placeholder {
  display: none;
  background-color: #fff;
  border-radius: 0px 10px 10px 10px;
}

@media (max-width: 450px) {
  .responsive-tabs dt {
    height: 70px !important;
  }
}

@media only screen and (min-width: 370px) {
  .responsive-tabs dt {
    float: left;
    border-top: 0;
  }

  .responsive-tabs .active+dd {
    display: none;
  }

  .responsive-tabs-placeholder {
    clear: both;
    display: block;
  }
}

@media only screen and (max-width: 390px) {
  .onMobileTab {
    padding-top: 20px !important;
  }
}

dt {
  border: 3px solid #fff !important;
  border-radius: 20px 20px 0 0;
  background-color: #F7F7F7;
}

/* Accordion Styles */
.a-element {
  font-size: 15px;
  text-decoration: none;
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  transition: 0.4s;
  border-radius: 20px;
  font-weight: 800;
}

.accordion-icon {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 120 120" width="5px" xmlns="http://www.w3.org/2000/svg" style="transform: rotate(180deg)"><path d="M.233 106.52L60 3l59.768 103.52z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 24px center;
}

.accordion-icon-active {
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 120 120" width="5px" xmlns="http://www.w3.org/2000/svg"><path d="M.233 106.52L60 3l59.768 103.52z"></path></svg>');
}

.accordion.active {
  border-radius: 20px 20px 0 0;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
  border-radius: 0 0 20px 20px;
}

.hr-accordion {
  border: none;
  height: 1px;
  background-color: rgba(213, 214, 217, .5);
}

/* Box and Info Styles */
.row-lokale .info.box{
  justify-content: start;
}
.row-lokale .col-12 {
  margin-bottom: 15px;
}
.row-box-kontakt .col-12 {
  margin-bottom: 15px;
}
.row-boxes .col-12 {
  margin-bottom: 15px;
}
.salony-rounded-headers .box {
  height: 100%;
  /* background-color: white; */
  padding: 25px 15px;
  width: 100%;
  border-radius: 26px;
  display: flex;
  min-height: 200px;
  /* align-items: center; */
  flex-direction: row;
  /* justify-content: center; */
  /* margin-bottom: 10px; */
}
.box {
  height: 100%;
  background-color: white;
  padding: 25px 15px;
  width: 100%;
  border-radius: 26px;
  display: flex;
  min-height: 200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10px;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.salony-rounded-headers .info {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
}

.swiper-button-next {
    background-color: #ffffffa3;
    border-radius: 20px 0px 0px 20px;
    right: var(--swiper-navigation-sides-offset, 0px) !important;
  }

  .swiper-button-next:after {
    font-size: 15px !important;
    color: #282828;
    padding-left: 10px;
  }

  .swiper-button-prev {
    background-color: #ffffffa3;
    border-radius: 0px 20px 20px 0px;
    left: var(--swiper-navigation-sides-offset, 0px) !important; 
  }

  .swiper-button-prev:after {
    font-size: 15px !important;
    color: #282828;
    padding-right: 10px;
  }

  .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 50%);
    transform: translateY(-50%);
  }

  .col-1 h2 {
    margin: 0;
  }

.info-photo {
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.row-box-photos .col-12{
    margin-bottom: 25px;
}

.info-box-inside {
    margin-bottom: 25px;
}
.info-box-inside-img {
    /* text-align: center; */
}
.info-box-inside-text {
    margin-top: 5px;
}
.info-box-inside-text p {
    margin: 0;
}

.icon {
  width: 38px;
  margin: 10px;
}

.panel-text {
  font-size: 13px;
  line-height: .8125rem;
  font-weight: 300;
}

.ul-list-info {
  list-style: none;
  padding-left: 0 !important;
  float: left;
}

.li-list-info {
  margin-bottom: 10px;
}

/* Swiper Styles */
.swiper {
  /* height: 450px; */
  width: 100%;
  float: left;
  padding-bottom: 30px !important;
}

.swiper-pagination-bullet {
  border-radius: 0px !important;
  width: 20px !important;
  height: 1.5px !important;
}

.swiper-pagination {
  margin-top: 20px;
}

.swiper-slide {
  /* height: 932px; */
  /* max-width: 1000px; */
}

.slider-image-main {
  border-radius: 26px;
}

.slider-image-man {
  background-color: #fff;
  border-radius: 0 26px 26px 0;
  padding: 50px;
}

.swiper-slide-active>a {
  text-decoration: none;
}

.swiper-slide-active>a:hover {
  color: #000;
}

#swipper-image>img {
  object-fit: cover;
  height: 100%;
}

.wiper-pagination-horizontal {
  top: 419px;
}

@media (max-width: 979px) {
  .swiper {
    /* height: 620px; */
  }
  #swipper-image {
    border-radius: 26px 26px 0 0;
  }
  .slider-image-man {
    border-radius: 0 0 26px 26px;
    padding: 15px;
  }
  #swipper-image>img {
    object-fit: contain;
    /* max-height: 100%; */
    height: auto;
  }
  
  /* .slider-image-man {
    border-radius: 0px 0px 26px 26px;
  }

  .slider-image-main {
    max-width: 100%;
    border-radius: 0px;
  } */
}

/* General Utility Classes */
#breadcrumbs,
.headline__name {
  display: none !important;
}

.btn-contact {
  background-color: #1c00ff;
  color: #fff;
  max-width: 235px;
  width: 100%;
  border-radius: 25px;
  height: 35px;
  font-weight: 800;
  font-size: 12px;
}

/* Statistics styles moved to common/stats.html */

.number_element {
  z-index: 0;
  color: #DDDDDD;
  font-weight: 800;
  font-size: 90px;
}

.text_element {
  font-weight: 800;
  z-index: 1;
  font-size: 24px;
  margin-left: -26px;
  margin-top: 40px;
}

.active {
  font-weight: 800;
  color: #1c00ff;
}

/* Layout Styles */
#banner_mark>.col-xl-4 {
  max-width: 32%;
}

@media only screen and (min-width: 1024px) {
  #column-split>.col-xl-6 {
    max-width: 48.5%;
  }

  #column-split>.col-xl-4 {
    max-width: 32%;
  }

  .mobile {
    display: none;
  }

  #text>.col-xl-6 {
    max-width: 49%;
  }
}

@media only screen and (max-width: 1000px) {
  #column-split>.col-xl-6 {
    max-width: 48.5%;
  }

  #column-split>.col-xl-4 {
    max-width: 48.5%;
  }


  /* .row {
    margin-left: 0;
    margin-right: 0;
  } */

  #banner_mark>.col-xl-4 {
    max-width: 48.5%;
  }

  .number_element {
    z-index: 0;
    color: #DDDDDD;
    font-weight: 800;
    font-size: 65px;
  }

  .text_element {
    font-weight: 800;
    z-index: 1;
    font-size: 17px;
    margin-left: -58px;
    margin-top: 31px;
  }

  .text_element_space {
    padding-left: 36px;
  }
}

@media only screen and (max-width: 756px) {
    .desktop {
      display: none;
    }
    .info.box {
      padding-bottom: 0;
    }
  }

  @media only screen and (min-width: 756px) {
    .mobile {
      display: none;
    }
  }

@media only screen and (max-width: 600px) {
  #column-split>.col-xl-6 {
    max-width: 96%;
  }

  #column-split>.col-xl-4 {
    max-width: 96%;
  }

  .number_element {
    z-index: 0;
    color: #DDDDDD;
    font-weight: 800;
    font-size: 61px;
  }

  .text_element {
    font-weight: 800;
    z-index: 1;
    font-size: 15px;
    margin-left: -61px;
    margin-top: 31px;
  }

  .text_element_space {
    padding-left: 36px;
  }

  #banner_mark>.col-xl-4 {
    max-width: 99%;
  }
}

/* Top Navigation Styles */
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, #f46b45, #eea849);
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu>li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle~.menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked~.menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu>li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }

  .menu>li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

/* Icon Styles */
.icon-text-email::before {
  content: '';
  background-image: url('/data/include/cms/assets/icons/email.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-position: center;
}

.icon-text-phone::before {
  content: '';
  background-image: url('/data/include/cms/assets/icons/call.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

#banner_mark > div {
  cursor: pointer;
}

/* Additional Utility Classes */
.container-max-width-97 {
  max-width: 97%;
}

.margin-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.margin-top-30-bottom-70 {
  margin-top: 30px;
  margin-bottom: 70px;
}

.margin-0-important {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.bg-white-padding-0 {
  background-color: #fff;
  padding: 0;
}

.padding-top-27-bottom-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.font-size-20-weight-800 {
  font-size: 20px;
  font-weight: 800;
}

.contact-link {
  color: #1c00ff;
  font-weight: 600;
  text-decoration: none;
}

.contact-text {
  display: flex;
  color: #1c00ff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

/* Statistics styles moved to common/stats.html */

.center-text-margin {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.display-none {
  display: none;
}

.margin-auto-30 {
  margin: 30px auto 30px auto;
}

.column-gap-10 {
  column-gap: 10px;
}

.padding-3-center {
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}

.font-weight-800-size-15 {
  font-weight: 800;
  font-size: 15px;
}

.icon-style {
  color: #1c00ff;
  width: 50px;
  margin: 12px;
}

.icon-style-70 {
  color: #1c00ff;
  width: 70px;
  margin: 12px;
}

.border-radius-26 {
  border-radius: 26px;
}

.padding-50-center-small {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 13px;
  text-align: center;
}

.padding-0-align-start {
  padding: 0;
  align-items: start;
}

.padding-20 {
  padding: 20px;
}

.font-15-weight-800-padding-left-20-margin-bottom-0-padding-bottom-15 {
  font-size: 15px;
  font-weight: 800;
  padding-left: 20px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}

/* Menu Styles for Inwestycje subpages */
#additional_menu a {
  display: block;
}

#additional_menu a div {
  display: none;
}

#additional_menu h2 {
  margin-right: 20px;
}

#additional_menu .extra-menu {
  position: relative;
  color: #1c00ff;
  margin-top: 25px;
  text-indent: 25px;
}

#additional_menu .extra-menu:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: url("/data/include/cms/assets/images/inwestycje/ico.png") no-repeat center center;
  background-size: contain;
}

#additional_menu .extra-menu:after {
  content: ">>";
  position: absolute;
  left: 98px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: inherit;
}

.additional_menu_links a {
  text-decoration: none;
}

.additional_menu_arrow {
  display: none;
}

.active-menu {
    color: #1c00ff !important;
    font-weight: 800;
}

/* Mobile responsive menu styles */
@media (max-width: 978px) {
  #onas {
    background: none;
  }
  #onas .btn-fillform {
    margin-top: 15px;
  }
  #additional_menu {
    display: flex;
  }
  #additional_menu a {
    font-size: 15px;
    position: relative;
  }
  
  #additional_menu a.active-menu {
    font-weight: 600;
  }
  #additional_menu a:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: -20px;
    right: -20px;
    height: 2px;
    background-color: #D5D6D9;
  }
  #additional_menu .extra-menu:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    top: auto;
    transform: none;
    bottom: -10px;
    left: -15px !important;
    right: -15px !important;
    height: 2px;
    background-color: #D5D6D9;
  }
  #additional_menu a.active-menu:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: -10px;
    right: -10px;
    height: 2px;
    background-color: #1C00FF;
  }
  #additional_menu .extra-menu {
    margin-top: 0;
  }
  .content .row {
    margin-left: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .additional_menu_links {
    position: absolute;
    left: 210px;
    right: 20px;
    top: 5px;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    max-width: 100%;
    scrollbar-width: none;
  }
  .additional_menu_links a {
    display: inline-block;
    margin-right: 35px;
  }
  .additional_menu_links a:last-of-type {
    margin-right: 0px;
  }
  .additional_menu_links div {
    display: flex;
  }
  
  #additional_menu:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7;
    bottom: 7;
    width: 30px;
    background: linear-gradient(to right, rgb(247, 247, 247, 0.3), #e0e0e0);
    z-index: 1;
  }
  
  #additional_menu:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 18l6-6-6-6' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 600px) {
  #additional_menu a:first-of-type {
    margin-left: 0px;
  }
}

/* Stats Object Responsive Heights */
.stats-object {
  height: 120px;
}

@media (max-width: 1248px) {
  .stats-object {
    height: 250px;
  }
}

@media (max-width: 811px) {
  .stats-object {
    height: 380px;
  }
}
@media (max-width: 650px) {
    .responsive-tabs dt {
      height: 70px !important;
    }
  }