/* Start custom CSS for html, class: .elementor-element-97c9919 */.stores-section{
  width: 100%;
  padding: 22px 20px 80px;
  box-sizing: border-box;
  background: #ffffff;
}

.stores-section__inner{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.stores-section__head{
  text-align: center;
  margin-bottom: 22px;
}

.stores-section__title{
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
}

.stores-section__intro{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #6f6f6f;
}

.stores-search{
  max-width: 760px;
  margin: 0 auto 28px;
}

.stores-search__label{
  display: block;
  margin: 0 0 10px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9b9489;
}

.stores-search__field{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.stores-search__input{
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d9d3c9;
  background: #ffffff;
  color: #111111;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
}

.stores-search__input:focus{
  border-color: #111111;
}

.stores-search__input::placeholder{
  color: #9d978d;
}

.stores-search__reset{
  height: 48px;
  padding: 0 16px;
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
}

.stores-search__hint{
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6f6f6f;
}

.stores-search__count{
  display: none;
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6f6f6f;
  text-align: center;
}

.stores-search__no-result{
  display: none;
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #b33c34;
  text-align: center;
}

.stores-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.store-card{
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  border: 1px solid #e9e4dc;
  background: #ffffff;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.store-card:hover{
  transform: translateY(-2px);
  border-color: #d9d1c5;
  box-shadow: 0 14px 30px rgba(0,0,0,0.045);
}

.store-card__top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 18px;
}

.store-card__city{
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #111111;
}

.store-card__status{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.store-card__status.is-open{
  background: #eef8f0;
  color: #237a3e;
  border-color: #d8e9dd;
}

.store-card__status.is-closed{
  background: #fff2f1;
  color: #b33c34;
  border-color: #efd4d0;
}

.store-card__status.is-soon{
  background: #fff8e9;
  color: #9a6a00;
  border-color: #efdfad;
}

.store-card__body{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.store-card__group{
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.store-card__group:first-child{
  padding-top: 16px;
  border-top: 1px solid #1f1f1f;
}

.store-card__label{
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9b9489;
}

.store-card__text{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: #2f2f2f;
}

.store-card__phone{
  font-weight: 600;
  color: #111111;
}

.store-card__phone a{
  color: inherit;
  text-decoration: none;
}

.store-card__phone a:hover{
  text-decoration: none;
}

.store-card__actions{
  margin-top: 26px;
}

.store-card__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-sizing: border-box;
}

.store-card__button:hover,
.store-card__button:focus,
.store-card__button:active,
.store-card__button:visited{
  background: #111111;
  color: #ffffff !important;
  border-color: #111111;
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}

.store-card.is-hidden{
  display: none;
}

@media (max-width: 1200px){
  .stores-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .stores-section{
    padding: 18px 16px 56px;
  }

  .stores-section__head{
    margin-bottom: 18px;
  }

  .stores-section__title{
    font-size: 24px;
  }

  .stores-section__intro{
    font-size: 14px;
    line-height: 1.55;
  }

  .stores-search{
    margin-bottom: 22px;
  }

  .stores-search__field{
    grid-template-columns: 1fr;
  }

  .stores-search__input,
  .stores-search__reset{
    width: 100%;
  }

  .stores-search__hint{
    font-size: 12px;
  }

  .stores-search__count{
    font-size: 12px;
  }

  .stores-search__no-result{
    font-size: 13px;
  }

  .stores-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .store-card{
    padding: 22px 20px;
  }

  .store-card__city{
    font-size: 14px;
  }

  .store-card__status{
    font-size: 9px;
    padding: 4px 8px;
  }

  .store-card__label{
    font-size: 10px;
  }

  .store-card__text{
    font-size: 14px;
    line-height: 1.6;
  }

  .store-card__body{
    gap: 18px;
  }

  .store-card__actions{
    margin-top: 22px;
  }

  .store-card__button{
    min-height: 44px;
    font-size: 11px;
  }
}/* End custom CSS */