/* SLOT SEARCH START */
.d85272c4 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 28px;
}

.s829723f5 {
  width: 69%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
  height: 48px;
  padding-left: 56px;
}

.s829723f5:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s829723f5::placeholder {
  font-size: 16px;
}

.d85272c4::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 12px);
  left: 20px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s829723f5 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .d85272c4::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .d85272c4 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s829723f5 {
    padding-left: 46px;
  }

  .s829723f5::placeholder {
    font-size: 14px;
  }

  .d85272c4::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f844ef7c5 {
  position: relative;
  width: 30%;
}

.f57abf85e {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
}

.f57abf85e::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f6d10c79 {
  display: none;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
  max-height: 313px;
  overflow: auto;
  z-index: 100;
}

.f844ef7c5.open .f6d10c79 {
  display: block;
}

.f5dba3e57 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f5dba3e57:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f844ef7c5 {
    width: 100%;
  }

  .f57abf85e {
    height: 40px;
  }

  .f6d10c79 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* 404 PAGE START */
.p3f19dba4 {
  padding: 100px 15px;
}

.a8dbdfee {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #ffffff 100%);
  border-radius: 10px;
  padding: 60px 100px;
  max-width: 750px;
  text-align: center;
  margin: auto;
  color: var(--color-text-main);
}

.a8dbdfee .page-404__logo {
  max-width: 130px;
}

.a8dbdfee .p7b85e95a {
  margin: 20px 0;
}

.a8dbdfee .d09c854a {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.a8dbdfee .d09c854a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.a8dbdfee .p0addd89b {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .a8dbdfee {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p3f19dba4 {
    padding: 50px 15px;
  }

  .p7b85e95a svg {
    height: 70px;
  }

  .a8dbdfee .d09c854a {
    font-size: 16px;
  }

  .a8dbdfee .p0addd89b {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* DEFAULT GRID START */
.d261d5d21 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d58ee06b6 {
  text-align: center;
  margin: 32px 0;
}

.d261d5d21 .f5ed1c54 {
  width: 24%;
  background: #ffffff;
  border: 1px solid var(--color-gray);
  box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}

.d261d5d21 .f5ed1c54:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d261d5d21 .d1eae36d2 {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d261d5d21 .fd03b631 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-main);
}

@media (max-width: 1024px) {
  .d261d5d21 .f5ed1c54 {
    width: 23%;
  }

  .d261d5d21 .d1eae36d2 {
    height: 140px;
  }
}

@media (max-width: 800px) {
  .d261d5d21 .f5ed1c54 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d261d5d21 .f5ed1c54 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d261d5d21 .f5ed1c54 {
    width: 100%;
  }

  .d261d5d21 .d1eae36d2 {
    height: 180px;
  }

  .d261d5d21 .fd03b631 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.ffea09f2 {
  padding-top: 30px;
}

.s0e1baa0c {
  text-align: center;
  margin-bottom: 32px;
}

.bab586bc {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s259e118f {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--color-gray);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.bfd88217 {
  cursor: pointer;
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
  background: var(--color-secondary);
  color: #ffffff;
  border: none;
  border-radius: 5px;
}

.s6ca8c4b4 {
  width: auto;
  position: relative;
  right: 40px;
  bottom: 1px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .ffea09f2 {
    padding-top: 15px;
  }
}
/* SEARCH END */
