/* SLOT SEARCH START */
.s54a48fa0 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 28px;
}

.aab7688f {
  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;
}

.aab7688f:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.aab7688f::placeholder {
  font-size: 16px;
}

.s54a48fa0::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 12px);
  left: 20px;
  z-index: 10;
}

@media (max-width: 600px) {
  .aab7688f {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s54a48fa0::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s54a48fa0 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .aab7688f {
    padding-left: 46px;
  }

  .aab7688f::placeholder {
    font-size: 14px;
  }

  .s54a48fa0::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f9b498b7c {
  position: relative;
  width: 30%;
}

.f374c6a3d {
  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;
}

.f374c6a3d::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.bd530a2d {
  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;
}

.f9b498b7c.open .bd530a2d {
  display: block;
}

.f16383803 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f16383803:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f9b498b7c {
    width: 100%;
  }

  .f374c6a3d {
    height: 40px;
  }

  .bd530a2d {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* 404 PAGE START */
.p4e7b2b47 {
  padding: 100px 15px;
}

.p1e2cc1cf {
  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);
}

.p1e2cc1cf .page-404__logo {
  max-width: 130px;
}

.p1e2cc1cf .p53a5a220 {
  margin: 20px 0;
}

.p1e2cc1cf .cf9bf9f3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p1e2cc1cf .cf9bf9f3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p1e2cc1cf .p4bd4f720 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p1e2cc1cf {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p4e7b2b47 {
    padding: 50px 15px;
  }

  .p53a5a220 svg {
    height: 70px;
  }

  .p1e2cc1cf .cf9bf9f3 {
    font-size: 16px;
  }

  .p1e2cc1cf .p4bd4f720 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* DEFAULT GRID START */
.d6d210a63 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d70ce4dcc {
  text-align: center;
  margin: 32px 0;
}

.d6d210a63 .d559c946c {
  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;
}

.d6d210a63 .d559c946c:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d6d210a63 .c53827bf {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d6d210a63 .d773c2d93 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-main);
}

@media (max-width: 1024px) {
  .d6d210a63 .d559c946c {
    width: 23%;
  }

  .d6d210a63 .c53827bf {
    height: 140px;
  }
}

@media (max-width: 800px) {
  .d6d210a63 .d559c946c {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d6d210a63 .d559c946c {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d6d210a63 .d559c946c {
    width: 100%;
  }

  .d6d210a63 .c53827bf {
    height: 180px;
  }

  .d6d210a63 .d773c2d93 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.dd2a66c6 {
  padding-top: 30px;
}

.s171b9266 {
  text-align: center;
  margin-bottom: 32px;
}

.s36437bd8 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s0dbe5af5 {
  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;
}

.s8e3b9c93 {
  cursor: pointer;
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
  background: var(--color-secondary);
  color: #ffffff;
  border: none;
  border-radius: 5px;
}

.ccd94c8c {
  width: auto;
  position: relative;
  right: 40px;
  bottom: 1px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .dd2a66c6 {
    padding-top: 15px;
  }
}
/* SEARCH END */
