body {
  font-family: "Roboto", serif;
}
a {
  color: #BF872F;
}
h2 {
  color: #1F1F1F;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
}
h3 {
  color: #1F1F1F;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}
img {
  max-width: 100%;
  height: auto;
}
.narrow-container {
  max-width: 1024px;
  margin: 0 auto;
}
p.narrow-p {
  max-width: 630px;
  margin: 20px auto;
}
p.bigger-p {
  color: #1F1F1F;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
nav.navbar {
  background: #000000 !important;
  color: #FFF;
}
nav.navbar a {
  color: #FFF;
}
nav.navbar .navbar-nav {
  width: 100%;
  justify-content: flex-end;
  gap: 30px;
  padding-right: 40px;
  position: static;
}
nav.navbar .navbar-nav .nav-link {
  color: #FFF;
}
.top-phone {
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #FFF;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 700;
}
.top-phone span {
  font-weight: 300;
}
section {
  padding: 40px 0;
}
section.gray-bg {
  background: #F5F5F5;
}
.navbar-brand {
  color: #FFF;
  text-align: center;
  font-size: 13.717px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 20.576px */
  letter-spacing: 2.743px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.navbar-brand span {
  color: #FFF;
  font-size: 25.153px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 37.729px */
  text-transform: uppercase;
  display: block;
}
.navbar-brand:hover {
  color: #BF872F;
}
#hero {
  position: relative;
}
#hero #hero-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#hero #hero-content h1,
#hero #hero-content p {
  color: #FFF;
  max-width: 630px;
}
#hero #hero-content h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  line-height: 120%;
  /* 67.2px */
  font-weight: 300;
}
#hero #hero-content h1 b {
  font-weight: 700;
}
#hero #hero-content p {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  line-height: 150%;
  /* 31.5px */
  font-weight: 300;
}
#hero #hero-content .address-btn {
  color: #FFF;
  font-size: 16.14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 820.302px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 14.583px 18.229px;
  align-items: center;
  gap: 9.114px;
  display: inline-flex;
  text-decoration: none;
}
#hero #hero-content .address-btn span {
  display: block;
}
#hero img {
  min-width: 100%;
}
.btn {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 0;
}
.btn:has(.bi) {
  white-space: nowrap;
}
.btn:has(.bi).btn-sm {
  font-size: 10px;
}
.btn.btn-primary {
  background: #BF872F;
  color: #FFF;
  border: none;
  border-radius: 0;
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-outline-primary {
  color: #51585e;
  border-color: #51585e;
}
.btn.btn-outline-primary:hover {
  background: #51585e;
  color: #FFF;
}
.btn.btn-outline-secondary {
  border-color: #E6E6E6;
  color: #958e8e;
}
.btn.btn-outline-danger {
  color: red;
}
.btn.btn-outline-danger:hover {
  background: red;
  color: #FFF;
}
.btn.btn-sm {
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 400;
}
.btn.btn-outline-dark {
  color: #000;
}
.btn.btn-outline-dark:hover {
  color: #FFF;
}
.credits {
  margin-top: 30px;
}
.credits p {
  text-align: center;
  font-size: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.credits p a {
  text-decoration: none;
}
form[method="GET"] select {
  margin-bottom: 0;
}
#adv-list {
  margin: 40px 0;
  display: flex;
  gap: 32px;
}
#adv-list .adv-item {
  padding: 20px;
  border: 1px solid #DDD;
  display: flex;
  gap: 12px;
  align-items: center;
}
#adv-list .adv-item p {
  margin: 0;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
#hiw {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 0;
}
#hiw .hiw-item {
  padding: 20px;
  text-align: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  transition: 0.4s ease;
  gap: 12px;
  background: rgba(255, 255, 255, 0.9);
}
#hiw .hiw-item p {
  font-size: 14px;
}
#hiw .hiw-item:hover {
  background: #FFF;
}
.section-spacer img {
  min-width: 100%;
}
#comparison-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#comparison-table .table-header {
  display: flex;
  justify-content: center;
}
#comparison-table .table-header > div:nth-child(2) {
  background: #BF872F;
  color: #FFF;
  border-radius: 5px 5px 0 0;
}
#comparison-table .table-header > div {
  text-align: center;
  padding: 20px 25px;
  flex: 1;
  font-weight: 700;
}
#comparison-table .table-body > .table-row:nth-child(odd) {
  background: rgba(236, 236, 236, 0.8);
}
#comparison-table .table-body > .table-row:nth-child(even) {
  background: #fff;
}
#comparison-table .table-row {
  display: flex;
  align-items: center;
}
#comparison-table .table-row .table-cell {
  flex: 1;
  padding: 20px 25px;
}
#comparison-table .table-row > .table-cell:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  text-align: center;
  height: 100%;
}
#comparison-table .table-row > .table-cell:nth-child(2) span {
  display: block;
  color: #FFF;
  font-size: 13px;
  margin-top: 5px;
}
#comparison-table .table-row > .table-cell:nth-child(3) {
  text-align: center;
  height: 100%;
}
#comparison-table .table-row > .table-cell:nth-child(3) span {
  display: block;
  color: #1F1F1F;
  font-size: 13px;
  margin-top: -5px;
}
.accordion-item {
  border: none;
  border-top: 1px solid #DDD !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.accordion-item .accordion-header {
  border-color: red !important;
}
.accordion-button {
  background: none !important;
  color: #1F1F1F !important;
  font-weight: 700;
}
h2.accordion-header {
  border: none !important;
}
footer {
  padding: 60px 0 30px;
  background: #000;
}
footer h4 {
  color: #FFF;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  padding-bottom: 10px;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 14px;
}
#reservation-process,
#reservation-content {
  background: #FFFFFF;
  padding: 30px 40px;
}
#reservation-process ol,
#reservation-content ol {
  list-style: none;
  padding-left: 0;
  counter-reset: item;
  margin-top: 30px;
  position: relative;
}
#reservation-process ol:before,
#reservation-content ol:before {
  content: "";
  width: 2px;
  background: #E6E6E6;
  display: block;
  position: absolute;
  left: 17px;
  top: 0;
  height: 100%;
  z-index: 0;
}
#reservation-process li,
#reservation-content li {
  counter-increment: item;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
#reservation-process li a,
#reservation-content li a {
  color: #000;
  text-decoration: none;
}
#reservation-process li:before,
#reservation-content li:before {
  margin-right: 10px;
  content: counter(item);
  background: #E6E6E6;
  border-radius: 100%;
  color: white;
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#reservation-process li.current:before,
#reservation-content li.current:before {
  background: #BF872F;
}
#reservation-process li.done:before,
#reservation-content li.done:before {
  background: rgba(191, 135, 47, 0.95);
}
.badge.bg-confirmed {
  background: #0c5333;
}
.no-tire-information-box {
  border-radius: 10px;
  border: 2px solid #D1D5DC;
  background: #F5F5F5;
  padding: 25px;
  position: relative;
  transition: 0.4s ease;
  display: flex;
  gap: 16px;
}
.no-tire-information-box .info-ico {
  background: #FFF;
  padding: 10px;
  border-radius: 100%;
}
.no-tire-information-box .h5 {
  color: #0A0A0A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.312px;
  margin-bottom: 10px;
  display: block;
}
.no-tire-information-box p {
  color: #4A5565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.15px;
}
.no-tire-information-box label.no-tire-informations {
  border-radius: 10px;
  border: 2px solid #C79A4B;
  background: #FFF;
  display: flex;
  padding: 14px 20px 14px 26px;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
  transition: 0.4s ease;
}
.no-tire-information-box label.no-tire-informations input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.no-tire-information-box label.no-tire-informations .bi-check {
  display: none;
}
.no-tire-information-box label.no-tire-informations .bi-app {
  display: inline-block;
  margin-right: 8px;
}
.no-tire-information-box label.no-tire-informations:has(input:checked) {
  background: #C79A4B;
}
.no-tire-information-box label.no-tire-informations:has(input:checked) .bi-check {
  display: inline-block;
  margin-right: 8px;
}
.no-tire-information-box label.no-tire-informations:has(input:checked) .bi-app {
  display: none;
}
.no-tire-information-box label.no-tire-informations:has(input:checked) span,
.no-tire-information-box label.no-tire-informations:has(input:checked) .bi {
  color: #FFF !important;
}
.no-tire-information-box label.no-tire-informations span,
.no-tire-information-box label.no-tire-informations .bi {
  color: #C79A4B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.312px;
  text-transform: none;
}
.no-tire-information-box label.no-tire-informations .bi {
  font-size: 20px;
}
.no-tire-information-box:has(input:checked) {
  border-color: #c79a4b;
  background: oklab(71.2831% 0.0202549 0.108715 / 0.1);
}
#reservation-content form select {
  margin-bottom: 25px;
  border: 1px solid #D1D5DC;
  background: #FFF;
  font-size: 14px;
  color: #717182;
  padding: 10px 25px;
  background: url("../img/carret_down.svg") no-repeat right 15px center;
}
#reservation-content .or-separator {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  margin: 25px 0;
}
#reservation-content .or-separator:before {
  content: "";
  height: 1px;
  background: #D1D5DC;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#reservation-content .or-separator:after {
  content: "LUB";
  display: inline-block;
  color: #6A7282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
form label {
  color: #1F1F1F;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
form select {
  margin-bottom: 25px;
  border-radius: 0;
  border: 1px solid #DDD;
  background: #F5F5F5;
  color: #717182;
  padding: 5px 25px;
}
form input[type=text] {
  margin-bottom: 25px;
  border: 1px solid #DDD;
  background: #F5F5F5;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 10px;
}
form .btn-block {
  width: 100%;
}
.form-select {
  border-radius: 10px;
}
.hours-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.hours-list .hour-box {
  padding: 10px 15px;
  color: #FFF;
  background: rgba(176, 169, 169, 0.54);
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.hours-list .hour-box.available {
  background: black;
}
.hours-list .hour-box.taken {
  background: rgba(176, 169, 169, 0.34);
}
.hours-list .hour-box.chosen {
  background: #BF872F;
}
#chosen-day {
  padding: 10px 15px;
  width: 100%;
}
.aside-info {
  display: flex;
  width: 333px;
  padding: 20px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  background: #F5F5F5;
}
.aside-info > div span {
  display: block;
  color: #5A5A5A;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.aside-info > div .price {
  color: #1F1F1F;
  font-family: Roboto;
  font-size: 45.872px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.675px;
}
#slot_select_slotId {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#slot_select_slotId .form-check {
  position: relative;
  padding: 0;
}
#slot_select_slotId .form-check label {
  border: 1px solid rgba(176, 169, 169, 0.54);
  border-radius: 4px;
  padding: 15px 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#slot_select_slotId .form-check input[type=radio] {
  opacity: 0.1;
  visibility: hidden;
  position: absolute;
}
#slot_select_slotId .form-check:has(input[type=radio]:checked) label {
  background: #457962;
  border-color: #457962;
  color: #FFF;
}
input#day {
  border: 1px solid #BF872F;
  padding: 10px 25px;
  font-weight: 400;
  display: flex;
  gap: 8px;
  align-items: center;
}
input#day:before {
  content: "\F1E4";
  display: inline-block;
  font-size: 16px;
  font-family: "bootstrap-icons";
  color: #000000;
}
.code {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
}
.code.code-success {
  border: 1px solid #198754;
  color: #198754;
}
.code.code-danger {
  border: 1px solid #de1919;
  color: #000;
}
.dates-scroller {
  position: relative;
}
#serviceform_couponCode {
  background: #FFF;
}
#dates-list {
  --cols: 5;
  /* ile kafelków ma być widoczne naraz */
  --gap: 10px;
  display: grid;
  grid-auto-flow: column;
  gap: var(--gap);
  grid-auto-columns: calc((100% - (var(--gap) * (var(--cols) - 1))) / var(--cols));
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 12px;
  scroll-behavior: smooth;
  padding: 0 4px 15px;
  -webkit-overflow-scrolling: touch;
}
#dates-list .dl-item {
  scroll-snap-align: start;
}
.dl-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
.dl-arrow.prev {
  left: -8px;
}
.dl-arrow.next {
  right: -8px;
}
.dl-arrow:hover {
  background: rgba(0, 0, 0, 0.75);
}
.dl-arrow:active {
  transform: translateY(-50%) scale(0.96);
}
#dates-list {
  scrollbar-width: none;
}
#dates-list::-webkit-scrollbar {
  display: none;
}
#slot-panel {
  background: #F5F5F5;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#slot-panel strong {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
#slot-panel .chosen {
  font-size: 16px;
}
#slot-panel .chosen span {
  font-size: 16px;
  color: #457962;
}
#price-panel,
#no-price-panel {
  text-align: center;
  background: #F5F5F5;
  padding: 30px;
  border-radius: 10px;
  position: sticky;
  top: 20px;
}
#price-panel > div,
#no-price-panel > div {
  margin-bottom: 30px;
}
#price-panel > div p,
#no-price-panel > div p {
  margin-top: 10px;
  color: #1F1F1F;
  font-size: 18.716px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#price-panel > div p b,
#no-price-panel > div p b {
  font-weight: 700;
}
#price-panel strong,
#no-price-panel strong {
  display: block;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
#price-panel strong,
#no-price-panel strong {
  color: #5A5A5A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
#price-panel #price-total,
#no-price-panel #price-total {
  font-size: 44px;
  display: block;
  text-align: center;
  font-weight: 700;
}
.confirmation-group {
  margin-bottom: 20px;
}
.confirmation-group .group-title {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.confirmation-group b {
  color: #1F1F1F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.regulamin h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.regulamin h2:before {
  content: "§";
  display: inline-block;
  margin-right: 5px;
}
.contact-bottom {
  color: #FFF;
}
.contact-bottom p {
  display: flex;
  gap: 10px;
  font-size: 15px;
}
.contact-bottom i {
  color: #BF872F;
}
.contact-bottom a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.spinner img {
  max-width: 50%;
}
#dates-list {
  display: flex;
  gap: 10px;
  overflow-y: scroll;
  padding-bottom: 15px;
}
#dates-list .dl-item.disabled-item {
  opacity: 0.6;
  cursor: none;
}
#dates-list .dl-item.disabled-item label {
  cursor: not-allowed;
}
#dates-list .dl-item label {
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  border-radius: 4px;
  border: 1px solid #DDD;
  transition: 0.3s ease;
  position: relative;
  flex: 0 0 70px;
}
#dates-list .dl-item label input[type=radio] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
#dates-list .dl-item label:has(input[type=radio]:checked) {
  background: #457962;
  border-color: #457962;
  color: #FFF;
}
#dates-list .dl-item label .date {
  font-size: 18px;
}
#dates-list .dl-item label .dow {
  font-size: 13px;
  letter-spacing: 1px;
}
#slots-wrapper {
  position: relative;
}
#slots-wrapper .slots-loading {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  -webkit-backdrop-filter: blur(2px) !important;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#before-footer {
  position: relative;
}
#before-footer .before-footer-container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#before-footer .before-footer-container h3 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
}
#before-footer .before-footer-container h3 b {
  font-weight: 700;
}
#before-footer img {
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .no-tire-information-box .info-ico {
    display: none;
  }
  section {
    padding: 20px 0;
  }
  #hero {
    aspect-ratio: 1/1;
  }
  #hero #hero-content h1 {
    font-size: 30px;
    max-width: 300px;
  }
  #hero #hero-content p {
    font-size: 14px;
    max-width: 300px;
  }
  #hero #hero-content .btn,
  #hero #hero-content .address-btn {
    width: 100%;
  }
  #hero > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #adv-list,
  #hiw {
    flex-direction: column;
  }
  #comparison-table {
    display: none;
  }
  #before-footer {
    aspect-ratio: 1/1;
  }
  #before-footer .before-footer-container h3 {
    font-size: 40px;
  }
  #before-footer .btn {
    width: 100%;
  }
  #before-footer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
  footer ul {
    margin-top: 15px;
  }
  #reservation-content {
    padding: 0 20px 20px;
  }
  #reservation-content .btn.btn-primary {
    width: 100%;
  }
  #reservation-process {
    padding: 20px 20px 20px 20px;
  }
  #reservation-process ol {
    display: flex;
    justify-content: space-between;
  }
  #reservation-process ol:before {
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  #reservation-process ol li {
    margin-bottom: 0;
  }
  #reservation-process ol li:before {
    margin: 0;
  }
  #reservation-process ol li a,
  #reservation-process ol li span {
    display: none;
  }
  #price-panel {
    padding: 30px 20px;
  }
  .navbar .btn.btn-primary {
    width: 100%;
  }
  #navbarSupportedContent {
    padding-bottom: 20px;
    padding: 20px;
  }
  .contact-bottom p {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  #hero #hero-content h1 {
    font-size: 24px;
  }
  #hero #hero-content p {
    font-size: 13px;
  }
  #hero #hero-content .address-btn {
    font-size: 13px;
  }
  .navbar-brand span {
    font-size: 20px;
  }
}
/*# sourceMappingURL=main.css.map */