/* new styles 23.02.2023 */
.bars_container {
  width: 80%;
  max-width: 800px;
  margin: 0px auto 50px;
  height: 4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 20px;
}

.bars_container .bar {
  background: #F1F0F0;
}

.bars_container .bar.active {
  background: #BE9F69;
}

p.subtitle {
  margin-bottom: 60px;
  color: #6B727E;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px;
  text-align: center !important;
}

body .form__nav.top_nav {
  margin-bottom: 10px !important;
}

@media (max-width: 991px) {
  body .homepage .modal__ {
    padding-top: 40px !important;
  }

  p.subtitle {
    margin-bottom: 20px;
  }

}

.modal__ h2 {
  font-weight: 700 !important;
  color: #3A3E45;
  padding: 0 10px;
}

.modal__ table b {
  display: inline-block !important;
}

span.spec div {
  margin-bottom: 8px;
}

span.spec div:last-child {
  margin-bottom: 0;
}


body .location-boxes p.boxes-info {
  font-weight: 400 !important;
  color: #6B727E !important;
}

@media (max-width: 991px) {
  body .homepage .modal__ h2 {
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  .bars_container {
    margin-bottom: 30px;
  }
}


/* spacjalisci */
.description-user div.img img {
  max-width: 161px;
}

.description-user div.img {
  width: auto !important;
  margin: 0;
  padding: 0;
}

.description-user .row.details {
  margin: 0;
  padding: 0;
  border: none;
}

.description-user .row.details h3 div:last-child {
  display: none;
}

.description-user .row {
  flex-wrap: nowrap;
}

.description-user .info h2 {
  font-size: 24px;
  /* line-height: 40px; */
  margin: 0;
  letter-spacing: 4.5%;
  padding: 0;
  text-align: left;
  color: #3A3E45;
}

.description-user .info h3 div:first-of-type {
  font-size: 20px;
  /* line-height: 33px; */
  letter-spacing: 4.5%;
  text-align: left;
  padding-bottom: 18px;
}

.description-user .info {
  width: auto;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.description-user .info h3 div {
  text-align: left;
  font-size: 16px;
  color: #3A3E45;
  font-weight: 400;
}

.description-user div.row.main {
  margin-left: 272px;
  margin-bottom: 73px;
}

.row:nth-child(3) {
  border-top: 1px solid #eee;
}


/* body .profile h4 {
  justify-content: flex-end;
} */

.description-user .location {
  max-width: 887px !important;
  width: 100%;
  margin: 0 auto;
}

.description-user .location {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
  padding-right: 20px;
}

.description-user .location div {
  text-align: left;
}

.description-user .location div h4 {
  display: block;
  margin: 0 !important;
  font-size: 20px;
  font-weight: 900;
}

.description-user .location div p {
  font-size: 16px;
}

.description-user .row .description-col p {
  margin-bottom: 30px;

}

.description-user .row .service-col h3 {
  font-weight: 900 !important;
  color: #3A3E45;

}

.description-user .row .service-col p {
  font-size: 14px;
  color: #3A3E45;
  margin-bottom: 21px;
}

.description-user .row .service-col {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.description-user .service-col div.service:hover {
  border: 1px solid #BE9F69;
}

.description-user .description-col p {
  font-size: 16px;
}

.description-user .description-col {
  border: none !important;
  /* height: 263px;
  overflow: hidden; */
  padding-bottom: 0 !important;
  border-top: 1px solid #eee!important;
}

.hide {
  display: none !important;
}

.show_more {
  color: #BE9F69;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}

.show_less {
  color: #BE9F69;
  text-align: center;
  font-weight: 600;
}

.show_more:hover {
  cursor: pointer;
}

.show_less:hover {
  cursor: pointer;
}

.description-user .row.details {
  align-items: center;
}

.description-user .row .col-lg-12.description-col div {
  font-size: 16px;
}

.description-user .row .col-lg-12.description-col ul {
  font-size: 16px;
}

@media (max-width:991px) {
  .description-user div.img {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }

  .description-user .location {
    justify-content: flex-start;
    padding-left: 42px;
    position: absolute;
    top: 241px;
  }

  .row.main {
    padding-top: 260px;
  }
  .row.main.avilable {
    padding-top: 0px;
  }

  .description-user .row {
    margin: 0 30px !important;
  }

  .description-user .row.details {
    margin: 0 !important;

  }
  .available-date-box-profile h4{
    font-size: 14px!important;
  }
  .description-user div.row.main {
    margin-left: 30px;
    margin-bottom: 0px !important;
    padding-left: 12px;
  }
  .description-user div.row.main.avilable {
  
    margin-bottom: 30px !important;
 
  }
  .description-user .info {
    padding-left: 0;
  }

  .description-user h2 {
    font-size: 18px !important;
    display: block !important;
  }

  .description-user .info h3 div:first-of-type {
    font-size: 17px !important;
  }

  .description-user .info h3 div {
    font-size: 14px !important;
    padding-bottom: 10px;
  }

  .description-user .info h3 div:first-of-type {
    padding-bottom: 20px !important;
  }
}

.description-user.modal__ h2 {
  display: block !important;
}

/* ---------- START of calendar.js spinner ----------- */

#wait {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  color: #343434;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  animation: fade 2s infinite ease-in-out;
}

#wait i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #c49e60;
}

@keyframes fade {
  0% {
    opacity: 100%;
  }

  50% {
    opacity: 60%;
  }

  100% {
    opacity: 100%;
  }
}

/* ---------- END of calendar.js spinner ----------- */

/* bookinng blade */

.small-text {
  font-size: 10px;
  font-weight: 500;
}

.description-user .service-col div.service:has(.free) {
  border: 1px solid #BE9F69;
}

.row.main.avilable {
  border: none;
}
.description-user div.row.main.row.main.avilable{
  margin-bottom: 73px;
}
.description-user div.row.main{
  margin-bottom: 40px;
}
.row.main.avilable div {
  padding: 0;
}

.subtitle-info {
  max-width: 700px; 
  margin: 0 auto; 
  background: #FBFBFB; 
  padding: 10px 20px; 
  color: #A4A9B2; 
  font-size: 12px;
}