.list-offers-box {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-offers-block .list-offers {
  margin: 0 -15px 0 -15px;
}
.list-offers-item {
  flex: 0 0 33.333333%;
  margin-bottom: 30px;
  width: 33.333333%;
}
.line-element-count-1 .list-offers-item {
  flex: 0 0 100%;
  width: 100%;
}
.line-element-count-2 .list-offers-item {
  flex: 0 0 50%;
  width: 50%;
}
.line-element-count-3 .list-offers-item {
  flex: 0 0 33.333333%;
  width: 33.333333%;
}
.line-element-count-4 .list-offers-item {
  flex: 0 0 25%;
  width: 25%;
}
.sorting {
  background-color: #f1f3f5;
  margin-bottom: 25px;
  padding: 10px 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sorting-inner {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sorting-inner ul {
  list-style: none;
  margin: 0;
}
.sorting-list.active .sorting-list-angle {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 14px;
}
.sorting-list-active {
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 15px;
  padding: 5px 30px 5px 15px;
  position: relative;
}
.sorting-list-active:hover {
  cursor: pointer;
}
.sorting-list-angle {
  border-right: 1px solid #212529;
  border-bottom: 1px solid #212529;
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 11px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: rotate 0.2s ease;
  -moz-transition: rotate 0.2s ease;
  -ms-transition: rotate 0.2s ease;
  transition: rotate 0.2s ease;
  width: 8px;
}
.sorting-list-hidden {
  background-color: #eee;
  display: none;
  left: 0;
  position: absolute;
  top: 41px;
  width: 130%;
  z-index: 3;
}
.sorting-list-hidden:before,
.sorting-list-hidden:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #1073ee;
  left: 0;
  right: 0;
  z-index: 3;
}
.sorting-list-hidden:before {
  top: 0;
}
.sorting-list-hidden:after {
  bottom: 0;
}
.sorting-list-hidden li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 3px;
}
.sorting-list-hidden li:first-child .sorting-list-value {
  padding: 8px 10px 3px;
}
.sorting-list-hidden li:last-child .sorting-list-value {
  padding: 3px 10px 4px;
}
.sorting-list-hidden li:last-child {
  border-bottom: none;
}
.sorting-list-hidden li:hover {
  cursor: pointer;
}
.sorting-list-hidden li:hover .sorting-list-value {
  color: #1f96f3;
}
.sorting-list-hidden .sorting-list-value {
  display: block;
  padding: 3px 10px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.sorting-list-hidden .sorting-list-value.active {
  color: #868e96 !important;
  cursor: default;
}

.list-offers-item-price-old {
  color: #adb5bd;
  font-size: 10px;
  margin-left: 15px;
}
.list-offers-item-price-old .list-offers-item-price-value {
  font-size: 14px;
  position: relative;
}
.list-offers-item-price-old .list-offers-item-price-value:before {
  background-color: #adb5bd;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

/* --- Tags --- */
.tagsBlock-wrap {
  padding-right: 100px;
}
.tagsBlock-wrap > div {
  z-index: 2;
}
.tagsBlock {
  line-height: 150%;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.tagsBlock-title {
  font-weight: 700;
  margin-right: 20px;
}
.tagsBlock-value {
  color: #212529;
  display: inline-block;
  font-weight: 500;
  margin-right: 20px;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.tagsBlock-wrap .tagsBlock-value:hover {
  color: #3387f0;
}
.tagsBlock-wrap .tagsBlock-value:active,
.tagsBlock-wrap .tagsBlock-value.active {
  color: #868e96;
}
.tagsBlock-wrap .tagsBlock-value.active {
  text-decoration: none;
}
/* --- Tags End --- */

.right-cost {
  display: flex;
}
