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

.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; }

