.navbar__main--rest__mobile {
  display: none;
}

@media (max-width: 1147px) {
  .navbar__main--rest {
    display: none;
  }

  .navbar__main--rest__mobile {
    display: flex;
  }
}

@media (max-width: 600px) {
  .filters__result--body {
  }
}

.navbar__main--rest__mobile--button {
  background-color: #3c5ec7;
  border-radius: 20px;
}

#navbar__menu__searcher {
  display: none;
  width: 100%;
}

.navbar__main--form__input--mobile {
  width: calc(100% - 45px);
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #797979;
}

label.navbar__main--form__label--mobile {
  color: #797979;
  font-weight: 400;
  position: absolute;
  left: 45px;
  z-index: 1;
}

.container__catalog {
  display: flex;
}

@media (max-width: 960px) {
  .container__catalog {
    display: block;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-95 {
  width: 95%;
}

/*
|--------------------------------------------------------------------------
| MOBILE 576
|--------------------------------------------------------------------------
|
*/

/* .filters-catalog .filters-catalog__content--mobile{
    display: none;
} */
.btnFiltersCatalog {
  display: none;
}
.filters-catalog-desktop {

}
.filters-catalog__content .filters__acordion{
  
}

.filters-catalog-mobile {
  display: none;
}
@media (max-width: 800px) {

.filters-catalog-desktop {
 
}
.filters-catalog__content .filters__acordion{

}
}

@media (max-width: 900px) {
  /*  .filters-catalog__content{
        display: none;
    } */

  /* .filters-catalog .filters__result--mobile{
        display: block;
    } */
  .filters-catalog-desktop {
    display: none;
  }

  .btnFiltersCatalog {
    display: block;
  }
  .filters-catalog-mobile {
    display: block;
  }

  .navbar__main--nav__item {
    margin: 0px !important;
  }
}

.announcement__zone {
  width: 94%;
  margin: 0 auto;
  max-width: 1240px;
}

.announcement__zone--title {
  align-items: center;
}

.announcement__zone--title p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.announcement__zone--quantity__number {
  font-weight: 500;
  font-size: 32px;
  line-height: 30px;
}

.announcement__zone--quantity__result {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
}

.dought__chart {
  width: 90%;
  margin: 0 auto;
}

.dot__dought__bar {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.navbar__open__mobile {
  background-color: #1d1e3f;
  color: white;
  width: 100%;
  height: 100vh;
  z-index: 3;
  position: absolute;
  top: 81px;
  left: 0px;
}

.navbar__main--mobile,
.navbar__footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  padding: 40px;
}

.navbar__main--nav__button a {
  color: black !important;
}

.session__start a {
  color: #feb219 !important;
}

.navbar__main--mobile a,
.navbar__footer a {
  color: white;
  line-height: 27px;
}

.navbar__main--mobile a {
  font-size: 18px;
  font-weight: 600;
}

.navbar__footer {
  padding-top: 0px;
}

.navbar__footer a {
  font-weight: 400;
  font-size: 14px;
}

.user-context {
  width: 249px;
  height: auto;
  position: absolute;
  right: 0px;
  top: 45px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
}

.user-context-2 {
  width: 249px;
  height: auto;
  position: absolute;
  right: 0px;
  top: 60px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
}

.administrator-context {
  width: 249px;
  height: auto;
  position: absolute;
  right: 45px;
  top: 45px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
}

.administrator-context-2 {
  width: 249px;
  height: auto;
  position: absolute;
  right: 45px;
  top: 60px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
}

.name__context {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.email__context {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #797979;
}

.item__context a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #7b99ff;
}

.share__context {
  width: 207.7px;
  height: 265.44px;
  left: -175px;
  top: 35px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  z-index: 3;
}

.images__scroll {
  width: calc(100% - 60px);
  height: 55px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.desktop_only {
  display: flex;
}

.category__landing--section {

  height: 289px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.category__landing--section::-webkit-scrollbar {
  display: none;
}

.button__category {
  border: 1px solid black;
  border-radius: 50%;
}

.images__scroll img {
  width: 80px !important;
  height: 100%;
}

.category__landing--section__item {

  display: inline-flex;
  height: 100%;
  margin: 0px 5px;
}

.category__landing--section__item__desktop {
  height: 100%;
}
.category__landing--section__item__desktop {
  margin: 0;
}

.category__landing--section__item img {
  object-fit: cover;
}

/* .category__landing--section__item:first-child {
  margin-left: 40px;
} */

/* .category__landing--section__item:last-child {
  margin-right: 40px;
} */

/* .category__list .category__list--item__carousel {
  width: calc(100% - 100px);
  height: 100%;
} */

.category__landing--desktop {
  display: block;
}

.category__landing--section {
  display: none;
}

.category__landing--buttons {
  display: none;
}

@media (max-width: 800px) {
  .category__landing--desktop {
    display: none !important;
  }

  .category__landing--section {
    display: block !important;
  }

  .category__landing--buttons {
    display: flex !important;
  }

  .desktop_only {
    display: none !important;
  }

  .images__scroll {
    width: 100%;
  }
}

.image__scroll::-webkit-scrollbar {
  display: none;
}

.separation__title--max {
  margin-left: 14px;
}

.separation__title--min {
  margin-left: 10px;
}

@media (max-width: 600px) {
  .mobile_activate {
    display: block !important;
  }

  .desktop_activate {
    display: none !important;
  }

  .text__title,
  .error__title,
  .terms__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    display: inline-block;
  }

  .terms__text {
    font-size: 14px;
    text-align: left;
    line-height: 21px;
  }

  .separation__title--max {
    margin-left: 5px;
  }

  .separation__title--min {
    margin-left: 3px;
  }
}

.mobile_activate {
  display: none;
}

.desktop_activate {
  display: block;
}

.item__selected--tag {
  background-color: #3c5ec7;
  border-color: #3c5ec7;
  color: white;
}

.blog__anouncement {
  width: 100%;
  margin-bottom: 25px;
}
