/* Lot Detail Styles - Scoped to avoid conflicts */

.page {
  background-color: #fff;
  padding-bottom: 32px;
}

.page .container {
  max-width: 1300px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* breadcrumbs */

.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 16px;
}

.breadcrumbs a {
  color: #1e1e1e;
  text-decoration: underline;
  line-height: 24px;
  font-weight: 300;
}

.breadcrumbs a:last-child {
  color: #6b6b6b;
  text-decoration: none;
  font-size: 17px;
}

/* product-card */

.product-card {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}

.product-card .images {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.product-card img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-image {
  position: relative;
  width: 100%;
  height: 350px;
}

.big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-image .card-absolute {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 16px;
  padding: 0 16px;
}

.big-image .card-absolute span {
  padding: 4px 12px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  border-radius: 5px;
  color: #6b6b6b;
  line-height: 24px;
  font-weight: 300;
}

.big-image .card-absolute span:first-child {
  color: #c81017;
}

.small-images {
  display: flex;
  gap: 8px;
}

.small-images li img {
  width: 144px;
  height: 110px;
  transition: opacity 0.3s ease, border 0.3s ease;
  border: 2px solid transparent;
}

.small-images li img.thumbnail:hover {
  opacity: 0.8;
}

.small-images li img.thumbnail.active {
  border: 2px solid #c81017;
  opacity: 1;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.content h2 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
}

.content > p {
  font-size: 32px;
  color: #6b6b6b;
}

.content > p > span {
  color: #c81017;
  margin: 0 16px;
  font-weight: 700;
}

.content .adress {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1e1e1e;
}

.content > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.content > ul > li,
.status-main > ul > li {
  color: #6b6b6b;
  line-height: 24px;
  font-weight: 300;
}

.content > ul > li > span {
  color: #1e1e1e;
  font-weight: 700;
}

/* bet */

.bet {
  margin-top: 16px;
  background-color: #f5f5f5;
  padding: 33px 0;
}

.bet-inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.bet-left p {
  color: #6b6b6b;
  font-size: 32px;
  font-weight: 400;
}
.bet-left > p > span {
  color: #c81017;
  margin-left: 16px;
  font-weight: 700;
}

.bet-left ul {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  align-items: center;
  margin-top: 16px;
}

.bet-left ul li {
  color: #6b6b6b;
  font-weight: 300;
  line-height: 24px;
}

.bet-left ul li span,
.status-main > ul > li > span {
  color: #1e1e1e;
  font-weight: 700;
  margin-left: 8px;
}

.bet-right,
.bet-right .social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.bet-right > .set-bet {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 12px;
  background-color: #c81017;
  border-radius: 8px;
}

.bet-right .social a {
  padding: 12px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
}

.bet-right .social a svg,
.bet-right .social a img {
  width: 24px;
  height: 24px;
  display: block;
}

/* history-bet */

.history-bet {
  padding-top: 32px;
}

.history-bet .table {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 16px;
  margin-top: 16px;
}

.history-bet .table .history-bet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 16px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.history-bet .table .history-bet-header li {
  text-transform: uppercase;
  color: #6b6b6b;
}

.history-bet .table .history-bet-header li:nth-child(2) {
  padding-right: 75px;
}
.history-bet .table .history-bet-header li:nth-child(3) {
  padding-right: 10px;
}

.history-bet .table .table-content {
  padding: 8px 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
}

.history-bet .table .table-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 0 20px 0;
}

.history-bet .table .table-content li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

.history-bet .table .table-content li span:first-child,
.history-bet .table .table-content li span:nth-child(2),
.history-bet .table .table-content li span:nth-child(3) {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.history-bet .table .table-content li span:first-child {
  color: #1e1e1e;
  max-width: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.history-bet .table .table-content li span:nth-child(2) {
  color: #c81017;
  font-weight: 700;
}

.history-bet .table .table-content li span:nth-child(3) {
  color: #6b6b6b;
}

/* lot-description */

.lot-description {
  margin-top: 32px;
}

.lot-description h2 {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 700;
}

.lot-description ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lot-description ul li:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}

.lot-description ul li {
  padding-bottom: 16px;
  display: flex;
  gap: 16px;
  align-items: baseline;
}

.lot-description ul li span {
  color: #1e1e1e;
  width: 288px;
}

.lot-description ul li p {
  color: #6b6b6b;
  line-height: 24px;
  font-weight: 300;
}

/* specifications */

.specifications {
  background-color: #f5f5f5;
  padding: 32px 0;
  margin-top: 32px;
}

.specifications h2,
.download-header h2,
.status-header h2,
.conditions h2,
.bidding-org-header h2,
.similar-header h2,
.interesting h2,
.consultation h2,
.history-bet h2 {
  font-weight: 700;
  color: #1e1e1e;
  font-size: 32px;
}

.specifications h2,
.status-header h2,
.bidding-org-header h2,
.interesting h2,
.consultation h2,
.history-bet h2 {
  color: #c81017;
}

.specifications .container > div {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.specifications ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc((100% / 3) - 8px);
}

.specifications ul li {
  color: #6b6b6b;
  line-height: 24px;
  font-weight: 300;
}

.specifications ul li span {
  margin-left: 8px;
  color: #1e1e1e;
  font-weight: 700;
}

/* download */

.download-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
}

.download-header a {
  color: #c81017;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.download-main {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
}

.download-main .document-item {
  width: calc((100% / 6) - 14px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.download-main .document-item:hover {
  transform: translateY(-4px);
}

.download-main .document-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}

.download-main .document-placeholder {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  gap: 8px;
}

.download-main .document-placeholder span {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 600;
}

.download-main .document-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.download-main .document-title {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.download-main .document-size {
  color: #6b6b6b;
  font-size: 11px;
  font-weight: 400;
}

/* status */

.status {
  background-color: #f5f5f5;
  padding: 32px 0;
  margin-top: 32px;
}

.status-header,
.bidding-org-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.status-header > div {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d4d4d4;
  padding: 12px 20px;
  border-radius: 5px;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.status-header > div > img {
  width: 16px;
  height: 16px;
}

.status-main > ul {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.status-main > ul > li {
  width: 592px;
}

.status-main > p {
  color: #6b6b6b;
  font-weight: 300;
  line-height: 24px;
}

/* conditions */

.conditions {
  margin-top: 32px;
}

.conditions ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.conditions ul li {
  padding-bottom: 16px;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  width: 100%;
}

.conditions ul li:last-child {
  border-bottom: none;
}

.conditions ul li > span {
  font-weight: 300;
  line-height: 24px;
  color: #1e1e1e;
  width: 288px;
  margin-right: 16px;
}

.conditions li > div {
  width: 100%;
}

.conditions li > div.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conditions ul li p {
  color: #6b6b6b;
  line-height: 24px;
  font-weight: 300;
}

.conditions .flex > p {
  width: calc(50% - 8px);
}

.conditions ul li p > span {
  color: #1e1e1e;
  font-weight: 700;
  line-height: 24px;
  margin-left: 8px;
}

/* bidding-org */

.bidding-org {
  background-color: #f5f5f5;
  margin-top: 32px;
  padding: 32px 0;
}

.bidding-org-header a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c81017;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

.org-contacts {
  display: flex;
  gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
}

.org-contacts ul {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.org-contacts ul li {
  color: #6b6b6b;
  line-height: 24px;
  font-weight: 300;
}

.org-contacts ul li > span {
  color: #1e1e1e;
  font-weight: 700;
  line-height: 24px;
  margin-left: 8px;
}

.lots-list h3 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
}

.lots-list > ul {
  display: flex;
  margin-top: 16px;
  gap: 16px;
}

.lots-list > ul > li,
.recomend-swiper .swiper-wrapper > li {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 16px;
  width: calc(25% - 8px);
}

.recomend-swiper .swiper-wrapper > li {
  width: calc((100% / 3) - 80px);
}

.lots-list > ul > li > a img,
.recomend-swiper li img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
}
.lots-list .bottom span,
.recomend-swiper .bottom span {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
.lots-list .bottom > ul,
.lots-list .bottom > div,
.recomend-swiper .bottom > ul,
.recomend-swiper .bottom > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.lots-list .bottom > ul > li,
.recomend-swiper .bottom > ul > li {
  color: #6b6b6b;
  font-weight: 300;
  font-size: 13px;
}

.lots-list .bottom > ul > li > span,
.recomend-swiper .bottom > ul > li > span {
  font-weight: 700;
  font-size: 13px;
  color: #1e1e1e;
  margin-left: 8px;
}

.lots-list .bottom .price,
.recomend-swiper .bottom .price {
  color: #c81017;
  line-height: 24px;
  font-weight: 700;
}

.lots-list .bottom .price span,
.recomend-swiper .bottom .price span {
  color: #6b6b6b;
  font-weight: 300;
  margin-left: 4px;
  font-size: 16px;
}

.lots-list .bottom > div > a,
.recomend-swiper .bottom > div > a {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

.lots-list .bottom > div > a img,
.recomend-swiper .bottom > div > a img {
  width: 16px;
  height: 16px;
}

/* consultation */

.consultation {
  padding: 32px 0;
}

.consultation-inner .advantages-swiper {
  overflow: hidden;
  margin-top: 32px;
}

.consultation-inner .swiper-slide {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px;
  width: calc((100% / 3) - 15px);
  padding: 16px 16px 8px 16px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #d1d1d1;
}

.recomend-swiper {
  overflow: hidden;
}

.recomend-swiper .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
}

.recomend-swiper .swiper-slide {
  width: calc((100% / 3) - 80px) !important;
  flex-shrink: 0;
  min-width: 300px;
}

.consultation-inner .swiper-slide img {
  width: 100%;
  border-radius: 16px;
}

.consultation-inner .swiper-slide span {
  text-align: center;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.consultation-inner > .form {
  border: 1px solid #d1d1d1;
  border-radius: 16px;
  padding: 16px;
  margin-top: 32px;
}

.consultation-inner > .form h3 {
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 24px;
}

.consultation-inner form > div:not(.politic) {
  display: flex;
  flex-direction: column;
}

.consultation-inner form > div {
  margin-top: 15px;
}

.consultation-inner form input,
.consultation-inner form select,
.consultation-inner form textarea {
  padding: 8px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 20px;
  resize: vertical;
  font-family: "Inria Sans", sans-serif;
}

.consultation-inner form input:focus:not(input[type="checkbox"]),
.consultation-inner form select:focus,
.consultation-inner form textarea:focus {
  outline: 1px solid #c81017;
}

.consultation-inner form input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
  outline: none;
  width: 15px;
  height: 15px;
}

.consultation-inner form input::placeholder,
.consultation-inner form textarea::placeholder {
  color: #7f7f7f;
  font-weight: 300;
}

.consultation-inner form > div label {
  color: #6b6b6b;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 5px;
}

.consultation-inner form .politic label a {
  color: #c81017;
}

.form-btn-consultation {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #fff;
  border: 1px solid #c81017;
  background-color: #c81017;
  cursor: pointer;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}

/* similar */

.similar-products {
  background-color: #f5f5f5;
  padding: 32px 0;
}

.similar-products .container {
  overflow: hidden;
}

.similar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.similar-header > div {
  display: flex;
  gap: 16px;
}

.similar-header > div a {
  padding: 4px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  color: #6b6b6b;
  line-height: 24px;
}

/* interesting */

.interesting {
  padding: 32px 0;
}

.interesting ul {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.interesting ul li a {
  padding: 4px 12px;
  background-color: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  color: #6b6b6b;
  line-height: 24px;
}

.product-card .images .small-images li {
  width: 100%;
  max-width: 144px;
  flex-shrink: 0;
}

.small-images li img {
  width: 100%;
}

/* Footer styles removed - using layout footer */

@media (max-width: 1220px) {
  .content h2 {
    font-size: 44px;
  }
  .content > p {
    font-size: 28px;
  }
}

@media (max-width: 1150px) {
  .content .adress {
    font-size: 14px;
  }
  .bet-left p {
    font-size: 26px;
  }
  .bet-right > .set-bet {
    padding: 12px 10px;
  }
  .bet-right .social a {
    padding: 10px;
  }
  .nav-left,
  .nav-right,
  .nav-left > ul {
    gap: 20px;
  }

}

@media (max-width: 1070px) {
  .content h2 {
    font-size: 36px;
  }
  .conditions ul li p {
    font-size: 14px;
  }
  .conditions ul li > span {
    width: 218px;
    font-size: 14px;
  }
  .content > p {
    font-size: 24px;
  }
  .recomend-swiper .swiper-wrapper > li {
    width: calc((100% / 3) - 20px);
  }
}

@media (max-width: 980px) {
  .nav-left > ul {
    display: none;
  }
  .burger {
    display: block;
  }
  .mobile-menu.active > div {
    display: none;
  }
  .product-card {
    flex-direction: column;
  }
  .big-image {
    width: 100%;
    height: 340px;
  }
  .big-image img {
    height: 340px;
  }
  .small-images li img {
    width: 100%;
    height: 100%;
  }

  .content h2 {
    font-size: 42px;
  }
  .content > p {
    font-size: 34px;
  }
  .content .adress {
    font-size: 18px;
  }
  .content > ul {
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
  }
  .content > ul > li {
    display: flex;
    flex-direction: column;
  }

  .conditions ul li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .conditions li > div.flex {
    flex-direction: column;
  }
  .conditions .flex > p {
    width: 100%;
  }
  .conditions ul li > span {
    width: 100%;
    font-size: 22px;
    margin-right: 0;
  }
  .bet-inner {
    flex-direction: column;
    gap: 16px;
  }
  .bet-left p {
    font-size: 34px;
  }
  .bet-right {
    justify-content: end;
    width: 100%;
  }

  .big-content {
    height: 450px;
    width: 100%;
  }
  .download-main {
    gap: 12px;
  }

  .download-main .document-item {
    width: calc((100% / 3) - 10px);
  }
  .lots-list > ul {
    flex-wrap: wrap;
  }
  .lots-list > ul > li {
    width: calc(50% - 8px);
  }
  .recomend-swiper .swiper-wrapper > li {
    width: calc((100% / 2) - 100px);
  }
  .consultation-inner .swiper-slide {
    width: calc(35% + 10px);
  }
}

@media (max-width: 850px) {
  .bet-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .bet-left p {
    display: flex;
    flex-direction: column;
  }
  .bet-left ul {
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .bet-left p {
    font-size: 30px;
  }
}

@media (max-width: 780px) {
  .org-contacts ul li {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .org-contacts {
    padding: 13px;
    justify-content: space-between;
    gap: 0;
  }
  .lot-description ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .lot-description ul li span {
    width: 100%;
    font-size: 22px;
  }
  .consultation-inner .swiper-slide {
    width: calc(45% + 10px);
  }
}

@media (max-width: 640px) {
  .content > ul {
    flex-wrap: wrap;
  }
  .bet-left {
    flex-direction: column;
    gap: 16px;
  }
  .bet-left p,
  .bet-left ul {
    align-items: center;
  }
  .bet-right {
    justify-content: center;
  }
  .similar-header > div {
    gap: 6px;
  }
  .status-header > div {
    padding: 9px;
  }
  .specifications h2,
  .download-header h2,
  .status-header h2,
  .conditions h2,
  .bidding-org-header h2,
  .similar-header h2,
  .interesting h2 {
    font-size: 25px;
  }
  .similar-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .recomend-swiper .swiper-wrapper > li {
    width: calc((100% / 2) - 20px);
  }
}

@media (max-width: 580px) {
  .specifications .container > div {
    flex-direction: column;
    gap: 26px;
  }
  .specifications ul {
    width: 100%;
  }
  .specifications ul li {
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    padding-bottom: 16px;
  }
  .nav-right .contacts,
  .nav-right .personal-office {
    display: none;
  }
  .mobile-menu.active > div {
    display: block;
  }
  .content h2 {
    font-size: 32px;
  }
  .content > p {
    font-size: 24px;
  }
  .lots-list .bottom > ul {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .recomend-swiper .bottom > ul {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .consultation-inner .swiper-slide {
    width: calc(50% - 30px);
  }
}

@media (max-width: 490px) {
  .mobile-menu ul li a {
    font-size: 16px;
  }
  .content h2 {
    font-size: 26px;
  }
  .content .adress {
    font-size: 16px;
  }
  .history-bet .table .history-bet-header li {
    font-size: 14px;
  }
  .history-bet .table .history-bet-header li:nth-child(2) {
    padding-right: 55px;
  }
  .history-bet .table .table-content li span:first-child,
  .history-bet .table .table-content li span:nth-child(2),
  .history-bet .table .table-content li span:nth-child(3) {
    font-size: 16px;
  }
  .history-bet .table .table-content li {
    padding: 16px 0;
  }
  .consultation-inner form input,
  .consultation-inner form select,
  .consultation-inner form textarea {
    font-size: 14px;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .big-image img {
    height: 300px;
  }
  .conditions .flex > p {
    font-size: 12px;
  }

  .download-header,
  .status-header,
  .bidding-org-header {
    flex-direction: column;
    gap: 16px;
  }
  .download-main .document-item {
    width: calc((100% / 2) - 10px);
  }
  .status-main > ul {
    flex-direction: column;
  }
  .status-main > ul > li {
    width: auto;
  }
  .org-contacts {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .org-contacts ul {
    width: 100%;
  }
  .lots-list > ul > li {
    padding: 10px;
  }
  .lots-list .bottom .price,
  .lots-list .bottom > div > a,
  .lots-list .bottom .price span {
    font-size: 12px;
    gap: 1px;
  }
  .similar-header > div {
    flex-wrap: wrap;
  }
  .big-content > h2 {
    font-size: 28px;
  }
  .lot-description h2,
  .specifications h2,
  .download-header h2,
  .status-header h2,
  .conditions h2,
  .bidding-org-header h2,
  .similar-header h2,
  .interesting h2,
  .consultation h2,
  .history-bet h2 {
    text-align: center;
    font-size: 25px;
  }
  .bet-left p {
    font-size: 20px;
  }
  .recomend-swiper .bottom .price,
  .recomend-swiper .bottom > div > a {
    font-size: 12px;
  }
  .recomend-swiper .swiper-wrapper > li {
    width: calc((100% / 2) - -30px);
  }
  .consultation-inner .swiper-slide {
    width: calc(50% - 10px);
  }
  .consultation-inner .swiper-slide span {
    font-size: 13px;
  }
  .lot-description ul li span {
    font-size: 20px;
  }
  .lot-description ul li p {
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .big-image {
    overflow: hidden;
  }
  .big-image img {
    height: 200px;
  }
  .big-image .card-absolute {
    padding: 0 5px;
    top: 10px;
  }
  .big-image .card-absolute span {
    padding: 4px 7px;
    font-size: 14px;
  }
  .content h2 {
    font-size: 25px;
  }
  .content > ul {
    justify-content: normal;
    gap: 20px;
    margin: 10px 0;
  }
  .content > p {
    font-size: 20px;
  }
  .content .adress {
    font-size: 14px;
  }

  .small-images {
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .small-images li {
    width: calc(50% - 4px);
    height: 100px;
  }
  .small-images li img {
    object-fit: cover;
  }
  .download-main .document-item {
    width: calc((100% / 2) - 8px);
  }
  .recomend-swiper {
    min-height: 380px;
  }
  
  .recomend-swiper .swiper-wrapper > li {
    width: 280px !important;
    max-width: 90%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
  }
  
  .recomend-swiper .swiper-wrapper > li > a {
    flex-shrink: 0;
  }
  
  .recomend-swiper .swiper-wrapper > li .bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .form-btn-consultation {
    font-size: 13px;
  }
  .history-bet .table .history-bet-header li {
    font-size: 12px;
  }
  .advantages-swiper .swiper-slide {
    padding: 10px;
    width: calc(60%);
    margin-right: 10px !important;
  }
  .consultation-inner .swiper-slide span {
    font-size: 12px;
  }
  .lots-list .bottom > div {
    flex-direction: column;
  }
  .lots-list .bottom span,
  .recomend-swiper .bottom span {
    font-size: 16px;
  }
}
