@media (max-width: 1300px) {
  .error-header {
    font-size: 140px;
    font-weight: 700;
    line-height: 140px;
  }

  .error-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
  }

  body, html {
    overflow-x: hidden;
  }

  .header-right-inner {
    padding: 0;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .navbar-left {
    margin-bottom: 10px;
  }

  .container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
  }

  .right-section {
    width: 100%;
  }

  .main-title {
    color: var(--Primary-Base, #5D25D0);
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }

  .main-description {
    color: var(--Neutral-Gray-600, #5E5E71);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  body {
    margin: 0;
    box-sizing: border-box;
  }

  body::-webkit-scrollbar {
    width: 4px;
  }

  body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
  }

  body::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }

  body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  .filter-opened .sidebar-filters-top {
    display: flex;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #A7A7BA;
    width: 100%;
  }

  .close-filters-img {
    display: inline-flex;
  }

  .sidebar-filter-by {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .sidebar-filter-by span {
    color: #747487;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .close-filters {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }

  .close-filters span {
    color: #5D25D0;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .close-filters span:active {
    color: #4A1EB0;
  }

  .filter-section {
    margin: unset;
    overflow: hidden;
  }

  .sort-by-section {
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid var(--Gray-Shade-100, #D7D7DF);
  }

  .sort-by-header {
    display: flex;
    padding: 5px 0;
    align-items: center;
    align-self: stretch;

    color: var(--Neutral-Gray-500, #747487);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }

  .sort-by-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    align-self: stretch;
  }

  .sort-by-button {
    display: flex;
    padding: 3px 10px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 0px solid;
    background: rgba(255, 255, 255, 0.00);

    color: var(--Neutral-Gray-900, #2E2E3A);
    font-family: Poppins;
    font-size: var(--font-main, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
  }

  .sort-by-buttons .selected {
    background: #5D25D0;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
  }

  .sort-by-button img {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    border: unset;

    width: 14px;
    height: 14px;
  }

  .sort-by-button:not(.selected) .active {
    display: none;
  }

  .sort-by-button.selected .inactive {
    display: none;
  }

  .filter-section {
    margin: unset;
    overflow: hidden;
  }

  .categories-filter-section {
    min-height: 150px;
  }

  .ways-to-give-filter-section {
    min-height: 220px;
    max-height: 220px;
  }

  .filter-section:first-child {
    border-bottom: 1px solid #D7D7DF;
    height: 80%;
  }

  .filter-section-inner {
    height: 100%;
  }

  .search-box {
    height: 45px;
    min-height: 45px;
    width: 100%
  }

  .search-box-inner {
    padding-left: 10px;
    min-width: 80%;
  }

  .search-dropdown {
    width: 100%;
  }

  .filters {
    overflow-x: scroll;
    width: 100%;
  }

  .filters button {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 8px;
    background: rgba(222, 206, 255, 0.50);


  }


  .filters button span {
    color: #5D25D0;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  .search-box button {
    color: #343231;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;

    height: 45px;
  }

  .filter-advanced-inner {
    width: 100%;
    padding: unset;
  }

  .filter-info-bar {
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    height: auto;
  }


  .filters {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 6px;
    align-self: stretch;
    flex-wrap: wrap;
  }

  .filter-advanced {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .filter-advanced-inner {
    padding: 0;
  }

  .filter-advanced-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .filter-advanced-switcher {
    display: flex;
    color: #B378E4;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .filter-advanced-switcher span {
    display: flex;
    color: #B378E4;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .filter-advanced-switcher svg {
    display: flex;
    margin-top: 3px;
    margin-left: 5px;
    display: flex;
    width: 14px;
    height: 14px;
  }

  .filter-buttons {
    display: none;
  }

  .filter-button {
    display: flex;
    padding: 4.464px 8.929px;
    justify-content: center;
    align-items: center;
    gap: 4.464px;
  }

  .filter-switcher {
    display: flex;
  }

  .filters-selected-point {
    display: flex;
    width: 8px;
    height: 8px;
    fill: #FF6B6B;
    position: absolute;
    right: 4px;
    top: 3px;
  }

  .filter-count, .filters-selected-info {
    display: flex;
  }

  .no-filters-selected {
    display: none;
  }

  .filter-count-inner {
    padding: unset;
  }

  .filter-button {
    font-size: unset;
  }

  .filter-button span {
    color: #565670;
    font-family: Poppins;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    line-height: unset;
    white-space: nowrap;
  }

  .filter-button svg {
    width: 17.857px;
    height: 17.857px;
    padding: unset;

    display: flex;
    align-items: center;
    gap: 5px;
  }

  .filter-tags {
    display: none;
  }

  .filter-tag {
    display: flex;
    height: 25px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 40px;
    background: rgba(221, 221, 221, 0.50);
    white-space: nowrap;

    margin-bottom: 10px;
  }

  .no-results-block-texts {
    max-width: 350px;
    margin-top: 13px;
  }

  .cards-container {
    padding: 10px 0px 10px 0px;
  }

  .row-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
    padding: unset;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
  }

  .card-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .card {
    width: 155px;
  }

  .card-header-top {
    display: flex;
    width: 140px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .card-block-first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
  }

  .card-header-top-right {
    color: #1C1C30;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 11px;
  }

  .card-body .description {
    color: #838383;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-top: 5px;
  }

  .filter-tag span {
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .filter-tag svg {
    width: 24px;
    height: 24px;
  }

  .filter-tags {
    margin-top: 10px;
    overflow-x: scroll;
    width: 100%;
  }

  .filter-tags::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .arrow-top-section {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: baseline;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: none;
    cursor: pointer;
  }

  .arrow-top {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: none;
    background: #FCD329;
    cursor: pointer;
  }


  .page-wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .main {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-section-part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .banner-section {
    display: flex;
    width: 100%;
    height: auto;
    padding: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    flex-shrink: 0;
    border-radius: 8px;
    background: url('../images/banner.png') no-repeat center center / cover,
    linear-gradient(91deg, rgba(132, 72, 255, 0.25) 30.36%, rgba(132, 72, 255, 0.35) 50.32%, rgba(132, 72, 255, 0.50) 81.27%),
    #000;
  }

  .banner-info-header {
    text-align: center;
  }

  .banner-section-inner {
    width: 323px;
    padding: 10px 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .banner-video {
    width: 247px;
    height: 247px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    align-self: stretch;
  }

  .banner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;

    width: 100%;
    margin: unset;
  }

  .banner-info-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .banner-info-header {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .banner-info-content {
    width: auto;
    padding: 0;

  }

  .banner-info-content span {
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .banner-video-section {
    padding: unset;
    display: flex;
    flex-direction: column;
  }

  .banner-info-button {
    border: 1px solid #DCD0F8;
  }

  .banner-info-button span {
    color: #F9F7FD;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  footer {
    margin-top: 30px;
    margin-bottom: 50px;
  }


  .footer-inner {
    padding: unset;
  }

  footer .title {
    display: flex;
    width: 343px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }

  footer .title span {
    color: #5D25D0;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    flex: 1 0 0;
  }

  footer .content .content-main {
    display: flex;
    flex-direction: column;
    gap: 12px
  }

  .sidebar {
    display: none;
  }

  .search-section {
    padding: 18px 8px 0 8px;
  }

  .right-section-main {
    display: flex;
    padding: 10px 0 8px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }

  .reset-filters-part {
    padding-right: 10px;
  }

  .search-separator, .reset-filters {
    display: none;
  }

  .right-section {
    width: unset;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .main-title {

    align-self: stretch;
    color: #5D25D0;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }

  .main-description {
    color: #5E5E71;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .search-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    gap: 5px;
  }

  .search-results-list {
    top: 100%;
    left: 0;
    padding: 0 0 0 8px;
    max-width: calc(100% - 55px);
  }

  .filters-switcher-part {
    display: inline-flex;
    position: relative;
    width: 34px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #F9F7FD;
    cursor: pointer;
  }

  .filters-switcher-part:active {
    background: #EFEAFB;
  }

  .filters-switcher-part span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .filters-switcher-part .filters-switcher {
    width: 14px;
    height: 15.077px;
    flex-shrink: 0;
    stroke-width: 1.346px;
    stroke: #5D25D0;
  }

  .filter-header {
    padding: 5px 0px;
  }

  .sidebar-btns {
    width: 100%;
    justify-content: flex-end;
    max-height: 75px;
    gap: 10px;
    padding: 12px 16px;
  }

  .filter-opened .sidebar-btns-part {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    background: #FFF;
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.07);
    justify-content: center
  }

  .filter-opened {
    height: 100%;
    background: #FFF;
    max-height: 100vh;
  }

  .filter-opened .right-section {
    display: none;
  }

  .filter-opened header, .filter-opened .divider {
    display: none;
  }

  .filter-opened .sidebar-filters-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    display: none;
  }

  .filter-opened .sidebar-filters-head span {
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }

  .filter-opened .filter-title {
    font-size: 14px;
  }

  .filter-opened .search-bar {
    width: 100%;
    height: 33px;
  }

  .filter-opened, filter-opened .container, filter-opened .sidebar {
    overflow: hidden;
  }

  .filter-opened .sidebar .checkbox-list {
    gap: 0px;
    height: calc(100% - 80px);
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .filter-opened .sidebar {
    height: 87%;

    width: 375px;
    background-color: transparent;

    padding-left: 10px;
    padding-right: 10px;

    display: flex;
    overflow-y: auto;
  }

  filter-opened .right-section,
  filter-opened .banner-section,
  filter-opened footer,
  filter-opened .top-line,
  filter-opened .main > .container > :not(.sidebar) {
    display: none;
  }

  .filter-opened .sidebar-filter-close {
    display: block;
  }

  footer .content .content-main a {
    text-decoration: none;
  }

  footer .content .content-main .footer-separator {
    display: none;
  }
}

