﻿.pagination {
  list-style: none;
  padding-left: 0;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 45px;
}

.pagination li {
  display: inline-block;
}

.pagination li+li {
  margin-left: 1rem;
}

.pagination a {
  text-decoration: none;
  padding: 0.2rem 0.4rem;
  color: blue;
  border: 1px solid blue;
  border-radius: 2px;
}

.files__icon--file {
  background-image: url("../img/pdf.png");
}

.single-f__phone_my {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.objects-f__price_my {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  min-width: 180px;
}

.page__notice-no {
  width: 85px;
  margin-left: auto;
  border-left: 1px solid #EDF1EE;
  background-image: url("../img/notice-no.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center;
}

.footer__copyright {
	color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

A { text-decoration: none; }

/* */
.objects__image .sign-recomen {
  right: 0;
}
.objects-f__descript-link {
  display: none;
}
.round {
  position: absolute;
  top: 50%;
  top: 2px;
  right: 2px;
}
.page__profile-name {
  display: flex;
  flex-direction: column;
  line-height: normal;
}
.page__profile-name br {
  display: none;
}

.header {
  gap: 20px;
}
.header__logo {
  position: static;
  transform: none;
}

.page__content.card .card__slide {
  background: none !important;
}
.page__content.card .card__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.request-list__name {
  word-break: break-all;
}

.radio input:checked ~ label::after {
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}

.objects__price {
  white-space: nowrap;
}

@media (max-width: 1399px) {
  .container-forms--objects .tab-content {
    overflow: auto;
  }
}
@media (min-width: 801px) {
  .page__content.card .page__title {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .objects-f__table .table__row {
    padding-left: 0;
    padding-right: 0;
  }
  .objects-f__table .table__row:first-child {
    padding-top: 0;
  }
  .objects-f__table .table__row:last-child {
    padding-bottom: 0;
  }
  .objects-f__descript {
    width: 100%;
    max-width: 100%;
  }
  .objects-f__descript p {
    margin-bottom: 0;
  }
  .pagination {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 16px;
    font-size: 14px;
    margin-right: 0;
  }
  .pagination li+li {
      margin-left: 8px;
  }
  .container-forms--objects .table__col {
    width: auto !important;
  }

  .page__title {
    width: 100% !important;
  }
  .page__title-text {
    margin-top: 10px;
  }
  .card__setting {
    padding-bottom: 0;
  }

  .auction__load {
    padding: 0;
    text-align: center;
  }
  .auction__load span {
    font-size: 20px;
  }

  .auction-radios .checkbox-wrapper__list {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}