.filter-main {
  padding-bottom: 5px !important;
}
.filter-main h1 {
  display: none !important;
}
.filter-main div {
  display: none !important;
}

.main-title {
  color: #464148;
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  margin-bottom: 35px;
}

.search-title {
  color: #464148;
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  margin: 50px 0 30px;
}

.search-inputs {
  display: flex;
  width: 85%;
  margin-bottom: 30px;
}
.search-inputs input {
  padding: 18px 14px;
  color: #464148;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.search-inputs button {
  padding: 15px 40px;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  line-height: 150%;
  cursor: pointer;
}

.result__input {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.result__input p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
}
.result__input-text {
  display: inline-block;
  color: var(--red);
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
}

.not__search__result {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.not__search__result-text {
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.mainSection__wrapper h3 {
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  text-align: center;
  margin-bottom: 40px;
}

.filter-wrapper {
  max-width: 320px;
  width: 100%;
  margin-right: 10px;
  margin-top: 30px;
  margin-left: 30px;
}
.filter-main {
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
}
.filter-main h1 {
  font-size: 16px;
  margin-bottom: 25px;
}
.filter-main div {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-left: 15px;
}
.filter-main a {
  color: #707070;
  font-size: 14px;
}
.filter-dropdown {
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.filter-dropdown-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.filter-dropdown-header h1 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #464148;
}
.filter-dropdown-headers {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.filter-dropdown-headers h1 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #464148;
}
.filter-content-inputs {
  display: none;
  gap: 16px;
  padding-bottom: 15px;
}
.filter-content-inputs.active {
  display: flex;
}
.filter-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.filter-input p {
  font-size: 14px;
}
.filter-input input {
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #707070;
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  padding: 13px 15px;
}
.filter-content-checkbox {
  display: none;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 15px;
}
.filter-content-checkbox.active {
  display: flex;
}
.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}
.filter-checkbox input {
  width: 22px;
  height: 22px;
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  accent-color: var(--red);
}
.filter-checkbox p {
  font-size: 14px;
}

.ark.rotate {
  transform: rotate(270deg);
  transition: transform 0.3s ease;
}

.arg.rotate {
  transform: rotate(270deg);
  transition: transform 0.3s ease;
}

.catalogCard {
  width: 100%;
  border: 1px solid #e4e4e4 !important;
  position: relative;
  display: flex;
}

.filters {
  display: flex;
  flex-direction: column;
}

/* .row>* {
    padding: 0 !important;
}
 */
.catalog {
  width: calc(100% - 320px) !important;
}
.catalog-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.catalog__page {
  display: flex;
  gap: 10px;
}
.catalog nav {
  display: flex;
  justify-content: center;
  margin: 30px 0 50px;
}

.pagination {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .arrow {
  font-size: 45px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.pagination .arrow:hover {
  fill: var(--red);
}

.page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 550;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.page-item .page-link.active {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--red);
  color: white;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.page-item .arrow {
  width: 24px;
  height: 24px;
}
.page-item .arrow {
  width: 24px;
  height: 24px;
}

.catalogTitle-line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
.catalogTitle-line a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.catalogTitle-line a svg {
  width: 20px;
  height: 20px;
}
.catalogTitle-line button {
  display: none;
}

.layer {
  display: none;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.filters__header {
  display: none;
}

.filter-found {
  display: none;
}

@media (max-width: 1250px) {
  .filter-wrapper {
    max-width: 270px;
  }
  .catalog {
    width: calc(100% - 270px) !important;
  }
}
@media (max-width: 1100px) {
  .catalog__page {
    gap: 0;
  }
  .main-title {
    margin-left: 20px;
  }
  .catalogTitle-line {
    margin-left: 20px;
  }
  .catalogTitle-line button {
    margin-right: 20px;
  }
  .search-inputs {
    width: 100%;
  }
  .filter-main {
    border-bottom: none !important;
    display: none;
  }
  .path__name {
    display: none;
  }
  .filter-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .filter-dropdown {
    margin: 0 30px 15px 30px;
    padding: 10px 0;
  }
  .filter-dropdown:nth-child(1) {
    padding: 80px 0 10px;
    color: var(--red);
  }
  .catalog {
    width: 100% !important;
  }
  .catalog__page {
    flex-direction: column;
  }
  .filters {
    display: none;
    position: relative;
  }
  .filters.active {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 90%;
    z-index: 110;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .filters__header {
    display: flex;
    justify-content: space-between;
    padding: 22px 30px 17px 30px;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    position: fixed;
    background: white;
    width: 100%;
    height: 70px;
    top: 70px;
    z-index: 9;
  }
  .filters__header h1 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #464148;
  }
  .filters__header button {
    font-size: 13px;
    color: #707070;
    cursor: pointer;
  }
  .filters__header svg {
    width: 30px;
    height: 30px;
  }
  .filter-found {
    display: flex;
    padding: 15px 30px 40px;
    border-top: 1px solid #e4e4e4;
  }
  .filter-found button {
    display: flex;
    width: 100%;
    background-color: var(--red);
    color: white;
    justify-content: center;
    padding: 15px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 150%;
    position: fixed;
    bottom: 20px;
    left: 0;
  }
  .layer.active {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(50, 51, 54, 0.6980392157);
    z-index: 105;
  }
  .catalogTitle-line button {
    display: flex;
    padding: 5px 15px;
    border-radius: 100px;
    background: #f8f8f8;
    cursor: pointer;
  }
  .catalogTitle-line button svg {
    width: 22px;
    height: 22px;
  }
  .filter-main {
    margin-top: 40px;
  }
  .filter-main h1 {
    font-size: 24px;
  }
  .filter-main div {
    margin-left: 0;
    flex-direction: row;
    gap: 15px;
    overflow-x: scroll;
  }
  .filter-main div::-webkit-scrollbar {
    display: none;
  }
  .filter-main div a {
    font-size: 13px;
    padding: 10px 15px;
    border: 1px solid #707070;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .main-title {
    margin-left: 20px;
  }
  .catalogTitle-line {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .catalogTitle-line button {
    margin-right: 20px;
  }
  .filter-wrapper {
    margin-left: 20px;
  }
}
@media (max-width: 870px) {
  .catalog-cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .mainSection__wrapper h3 {
    margin-bottom: 35px;
  }
}
@media (max-width: 720px) {
  .mainSection__wrapper h3 {
    font-size: 23px;
  }
}
@media (max-width: 620px) {
  .mainSection__wrapper h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .not__search__result-text {
    font-size: 17px;
  }
  .search-inputs button {
    padding: 15px 35px;
  }
  .search-title {
    font-size: 23px;
  }
}
@media (max-width: 540px) {
  .catalog-cont {
    grid-template-columns: repeat(2, 1fr);
  }
  .not__search__result-text {
    font-size: 16px;
  }
  .search-inputs button {
    padding: 15px 30px;
  }
  .search-title {
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  .main-title {
    margin-bottom: 30px;
  }
  .mainSection__wrapper h3 {
    font-size: 21px;
  }
  .not__search__result-text {
    font-size: 15px;
  }
  .search-inputs input {
    height: 45px;
  }
  .search-inputs button {
    padding: 12px 25px;
    height: 45px;
  }
  .search-title {
    font-size: 21px;
    margin: 40px 0 30px;
  }
  .not__search__result {
    height: 130px;
  }
}
@media (max-width: 400px) {
  .mainSection__wrapper h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .not__search__result-text {
    font-size: 14px;
  }
  .search-inputs button {
    padding: 12px 20px;
  }
  .search-title {
    font-size: 20px;
    margin: 40px 0 25px;
  }
}/*# sourceMappingURL=search-result.css.map */