.header {
    width: 100%;
    height: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  .header__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__logo {
    cursor: pointer;
  }
  .header__logo-mob {
    display: none;
  }
  .header__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__nav ul {
    width: 100%;
    max-width: 582px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__nav ul a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header__nav ul a:hover {
    color: var(--primary);
  }
  .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 279px;
    width: 100%;
  }
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 17px;
    text-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    top: 2px;
  }
  .header__mob-btns {
    display: none;
    gap: 8px;
  }
  .header__mob-phone {
    background-color: var(--primary);
  }
  .header__mob-liked {
    border: 0.6px solid #ddd;
  }
  .header__mob-burger {
    border: 0.6px solid #ddd;
  }
  @media (max-width: 1024px) {
    .header {
      height: 62px;
    }
    .header__container {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .header__logo {
      display: none;
    }
    .header__logo-mob {
      display: block;
    }
    .header__nav, .header__contacts {
      display: none;
    }
    .header__mob-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 6px;
  }
  .search .d-btn p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #003077;
    gap: 8px;
  }

  .search .type-dropdown {
	flex: 1;
  }
  .search .bedrooms-dropdown {
	flex: 1;
  }
  .search .price-dropdown {
	flex: 1;
  }
  .search .size-dropdown {
	flex: 1;
  }
  .search .handover-dropdown {
	flex: 1;
  }
  .search .location-dropdown {
	flex: 1;
  }


  .search__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
    padding: 0;
  }
  .search__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .search__input {
    width: 100%;
    max-width: 419px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
    padding-left: 10px;
  }
  .search__input input {
    background: transparent;
    border: none;
    width: 100%;
    font-size: 14px;
    outline: none;
  }
  .search__input input:active, .search__input input:hover, .search__input input:focus {
    outline: 0;
    outline-offset: 0;
  }
  .search__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search__price span {
    width: 37px;
    color: var(--text-dropdown);
  }
  .search .search__dropdown .list.search__price.size li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search__dropdown {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .search__dropdown input {
    background-color: none;
    border: none;
    max-width: 65px;
    font-weight: 500;
    outline-offset: 0;
    outline: 0;
  }
  .search__dropdown input::-webkit-input-placeholder {
    color: #3a3a3a;
  }
  .search__dropdown input::-moz-placeholder {
    color: #3a3a3a;
  }
  .search__dropdown input:-ms-input-placeholder {
    color: #3a3a3a;
  }
  .search__dropdown input::-ms-input-placeholder {
    color: #3a3a3a;
  }
  .search__dropdown input::placeholder {
    color: #3a3a3a;
  }
  .search__dropdown-price {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search__dropdown-price:hover {
    color: initial;
  }
  .search__dropdown .list.sortDropdown {
    width: 100%;
  }
  .search__dropdown .month-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 280px;
    padding: 0;
  }
  .search__dropdown .month-grid .month-item {
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    border: 0.5px solid var(--secondary);
    margin: -0.5px;
    color: var(--text-dropdown);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .search__dropdown .month-grid .month-item:nth-child(2), .search__dropdown .month-grid .month-item:nth-child(5), .search__dropdown .month-grid .month-item:nth-child(8), .search__dropdown .month-grid .month-item:nth-child(11) {
    border-right: none;
    border-left: none;
  }
  .search__dropdown .month-grid .month-item:hover {
    background: var(--dropdown-hover);
    color: var(--primary);
  }
  .search__dropdown .month-grid .year-range {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
  }
  .search__dropdown .month-grid .year-range:hover {
    color: var(--text-dropdown);
    background-color: #fff;
  }
  .search__dropdown .month-grid .year-range span {
    margin: 0 5px;
  }
  .search__dropdown .month-grid .year-range input {
    font-weight: 500;
    max-width: 40px;
  }
  .search__dropdown .month-grid .year-range p {
    gap: 0;
    color: initial;
    font-weight: 500;
    position: relative;
  }
  .search__dropdown .month-grid .year-range p input {
    position: relative;
    right: 1.5px;
    background: transparent;
    max-width: 20px;
    margin-right: 20px;
  }
  .search__dropdown .month-grid .year-range p input:focus {
    background: #f2f2f2;
  }
  .search__dropdown .list {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    border: 0.5px solid var(--secondary);
    border-radius: 12px;
    width: 177px;
    -webkit-box-shadow: var(--dropdown-shadow);
    box-shadow: var(--dropdown-shadow);
    display: none;
    background: #fff;
    overflow: hidden;
    z-index: 10;
    overflow-y: scroll;
    max-height: 270px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
  .search__dropdown .list::-webkit-scrollbar {
    width: 5px;
  }
  .search__dropdown .list::-webkit-scrollbar-track {
    background: transparent;
  }
  .search__dropdown .list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 3px solid transparent;
  }
  .search__dropdown .list li:not(.month-item).selected {
    color: var(--primary);
  }
  .search__dropdown .list.search__price {
    width: 220px;
  }
  .search__dropdown .list.month-grid {
    width: 280px;
  }
  .search__dropdown .list.month-grid .month-item.selected {
    color: var(--primary);
  }
  .search__dropdown .list :nth-last-child(1):not(.year-range) {
    border-bottom: none;
  }
  .search__dropdown .list li:not(.month-item) {
    padding: 13px 20px;
    width: 100%;
    height: 45px;
    color: var(--text-dropdown);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-wrap: nowrap;
    border-bottom: 0.5px solid var(--secondary);
    -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
    cursor: pointer;
  }
  .search__dropdown.location-dropdown .list li:not(.month-item) {
	text-wrap: wrap;  
   }
  .search__dropdown .list li:not(.month-item):hover {
    color: var(--primary);
  }
  .search__bottom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1px;
    width: 100%;
    width: 120px;
    font-size: 14px;
    position: relative;
	margin-right: 20px;
  }
  .search__bottom-checkbox:nth-child(2) label {
    padding: 9.5px 16px;
  }
  .search__bottom-checkbox .checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .search__bottom-checkbox .first {
    border-radius: 12px 0 0 12px;
    border-right: none;
  }
  .search__bottom-checkbox .second {
    border-radius: 0 120px 120px 0;
    border-left: none;
  }
  .search__bottom-checkbox .checkbox-input:checked + .first,
  .search__bottom-checkbox .checkbox-input:checked + .second {
    border: 1px solid #003077;
    color: #003077;
  }
  .search__bottom-checkbox label {
    border: 0.5px solid var(--secondary);
    padding: 9.5px 21.5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #656565;
  }
  .search__bottom-checkbox label:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .search__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search__bottom .search__dropdown {
    font-size: 14px;
    height: 38px;
    text-wrap: nowrap;
    min-width: 167px;
    width: auto;
  }
  .search__bottom .search__dropdown .dropdown-selected-value {
	display: none;
  }
  .search__clear {
    border-color: var(--red);
    color: var(--red);
    padding: 16px;
    width: 100%;
    max-width: 83px;
    font-size: 14px;
  }
  .search__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 6px;
    font-size: 14px;
  }
  .search__result span {
    color: #003077;
  }
  .search__bottom-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
    
    gap: 15px;
  }
  .search__bottom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1px;

    font-size: 14px;
  }
  .search__bottom-checkbox:nth-child(2) p {
    padding: 9.5px 16px;
  }
  .search__bottom-checkbox .first {
    border-radius: 120px 0 0 120px;
    border-right: none;
  }
  .search__bottom-checkbox .second {
    border-radius: 0 120px 120px 0;
    border-left: none;
  }
  .search__bottom-checkbox .active {
    border: 0.5px solid var(--primary);
    color: var(--primary);
  }
  .search__bottom-checkbox p {
    border: 1px solid var(--secondary);
    padding: 5.5px 21.5px;
    cursor: pointer;
  }
  .search__mob {
    display: none;
  }
  .search__mobFilter {
    position: absolute;
    background-color: var(--light-color);
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    z-index: 5;
  }
  .search__mobFilter-bg {
    position: fixed; 
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
  .search__mobFilter-content {
    width: 100%;
    background: #fff;
    z-index: 11;
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
  }
  .search__mobFilter-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .search__mobFilter-checkboxes {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
  .search__mobFilter-dropdowns {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .search__mobFilter-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  .search__mobFilter-dropdown:nth-last-child(-n+2) .search__dropdown ul {
    top: 100%;
    max-height: 220px;
  }
  .search__mobFilter-dropdown label {
    color: var(--text-gray);
    font-size: 14px;
  }
  .search__mobFilter-dropdown .search__dropdown p {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative;
  }
  .search__mobFilter-dropdown .search__dropdown p img {
    right: 15px;
    position: absolute;
  }
  .search__mobFilter-dropdown .search__dropdown ul {
    width: 100%;
    top: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .search__mobFilter-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    margin-top: 70px;
    position: sticky;
    bottom: -20px;
    background: #fff;
    padding: 15px 0;
    z-index: 11;
    width: 100%;
  }
  .search__mobFilter-btns button {
    border-radius: 40px;
  }
  .search__mobFilter-btns .clear {
    color: var(--red);
    border-color: var(--red);
    max-width: 145px;
    width: 100%;
  }
  .search__mobFilter-btns .confirm {
    background: var(--primary);
    color: var(--light-color);
    border: none;
    width: 100%;
  }
  @media (max-width: 850px) {
    .search {
      margin-top: 0;
    }
    .search .handover-dropdown {
      max-width: none;
    }
    .search__mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      gap: 8px;
    }
    .search__mob .mob-btn {
      border: 0.6px solid #ddd;
      width: 52px;
display:none;
    }

    .search__mob .mob-btn img {
      height: 20px;
      width: 20px;
    }
    .search__mob .search__input {
      width: 100%;
      border-radius: 40px;
      max-width: none;
      border-width: 0.6px;
      height: 43px;
    }
    .search__mob .search__input img {
      -webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(97%) saturate(4793%) hue-rotate(301deg) brightness(92%) contrast(85%);
      filter: brightness(0) saturate(100%) invert(87%) sepia(97%) saturate(4793%) hue-rotate(301deg) brightness(92%) contrast(85%);
    }
    .search .search__dropdown .list.search__price,
    .search .search__dropdown .list.month-grid {
      width: calc(100% + 2px);
      left: -1px;
    }
    .search__dropdown ul {
      width: calc(100% + 2px);
      left: -1px;
    }
    .search__top, .search__bottom {
      display: none;
    }
  }
  
  .card {
    height: 453px;
    max-width: 406px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    cursor: pointer;
    width: 100%;
  }
  .card .swiper-slide {
    max-width: 100% !important;
    width: 100% !important;
  }
  .card__img {
    position: relative;
    height: 297px;
    height: auto;
    max-height: 297px;
    margin: 10px 0px 9px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
  }
@media (max-width: 768px) {
	.card__img {
		margin: 10px 0px 9px 0px;
	}
	
}
  .card__img:hover .card__arrow-prev,
  .card__img:hover .card__arrow-next {
    opacity: 1;
  }
  .card__img img {
    max-height: 297px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .card__img-bg {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 297px !important;
  }
  .card__img-text {
  border-radius: 33px;
background: rgba(161, 197, 253, 0.59);

backdrop-filter: blur(1px);
    text-transform: uppercase;
    padding: 0px 14px;
    color: var(--light-color);
    position: absolute;
    top: 16px;
    left: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 220%;
    z-index: 1;
  }
  .card__img-liked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--light-color);
    position: absolute;
    top: 16px;
    right: 14px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    z-index: 1;
	
  }
  .card__img-liked img {
    height: 19px;
    width: 19px;
  }
  .card__text {
    position: relative;
    padding: 14px 0px 20px;
  }
  .card__title {
	  color: #003077;
    font-weight: 400;
    font-size: 17px;
    line-height: 122%;
	text-wrap: wrap;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card__price {
    color: #EBA44E;
    position: absolute;
    font-weight: 500;
    font-size: 17px;
    line-height: 122%;
    right: 0px;
    top: 14px;
  }
  .card__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
    gap: 16px;
	 
  }

  .card__desc div {
    width: 94px;
    position: relative;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7c7c7c;
    gap: 10px;
    text-wrap: nowrap;
	   color: #8398B6;
  }
  .card__desc div:nth-child(1) {
    width: 94px;
    border-right: 1px solid var(--secondary);
  }
  .card__desc div:nth-child(2) {
    width: 97px;
    border-right: 1px solid var(--secondary);
  }

.card__desc div:nth-child(3) {
  display: none !important;
}
.card__desc div:nth-child(2) {
    border-right: none;
  }


  .card__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 14px;
	  color: #003077;
  }
  .card__location img {
    height: 16px;
    width: 16px;
  }
  .card .card__arrow-prev,
  .card .card__arrow-next {
    opacity: 0;
  }
  .card .swiper-button-prev:after, .card .swiper-rtl .swiper-button-next:after,
  .card .swiper-button-next:after, .card .swiper-rtl .swiper-button-prev:after {
    content: none;
  }
  @media (max-width: 1170px) {
    .card__price {
      position: static;
      margin-top: 4px;
    }
    .card__desc {
      margin-top: 4px;
    }
  }
  @media (max-width: 1024px) {
    .card__price {
      position: absolute;
      margin-top: 0;
    }
    .card__desc {
      margin-top: 24px;
    }
  }
  @media (max-width: 768px) {

    .card__img {
      height: 297px;
    }
    .card__img-bg {
      height: 297px;
    }
    .card__img-text {
      font-size: 14px;
      top: 17px;
      left: 11px;
    }
    .card__desc {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .card__text {
      padding: 12px 0px 20px;
    }
    .card__title {
      font-size: 18px;
    }
    .card__price {
      right: 0px;
      top: 14px;
    }
  }
  
  .cardsList {
    margin-top: 25px;
    padding-bottom: 50px;
  }
  .cardsList__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .cardsList__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 26px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .cardsList__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin: 24px 0;
  }
  .cardsList__pagination-selected {
    color: #ececec;
    background: #313131;
    border-radius: 6px;
    cursor: initial;
  }
  .cardsList__pagination-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cardsList__pagination-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cardsList__pagination-pages span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    cursor: pointer;
  }
  .cardsList__loadMore button {
    color: var(--text-gray);
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 190%;
    text-align: center;
    width: 212px;
    margin-top: 55px;
  }
  @media (max-width: 1024px) {
    .cardsList__items {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    .cardsList__items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-top: -10px;
      gap: 12px;
    }
    .cardsList__pagination {
      width: 100%;
      gap: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }