.places-list {
  padding: 0;
  margin: 0;
}
.places-list .place {
  position: relative;
  padding: 0;
  border: none;
  margin: 0 0 20px;
}
@media print, (min-width: 768px) {
  .places-list .place {
    margin-bottom: 10px;
  }
  .places-list .place:not(.place--compilation) {
    display: flex;
    align-items: flex-start;
    min-height: 154px;
    border: 1px solid #cecece;
    padding: 7px 7px 7px 0px;
  }
}
@media print, (min-width: 768px) {
  .places-list .place__photo-wrp {
    display: block;
    width: 210px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
  }
}
.places-list .place__photo {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
  float: none;
}
@media print, (min-width: 768px) {
  .places-list .place__photo {
    margin: 0;
  }
}
.places-list .place__header {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #B70618;
  text-decoration: none;
  margin-bottom: 15px;
}
@media print, (min-width: 768px) {
  .places-list .place__header {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.places-list .place__header:hover {
  text-decoration: underline;
}
.places-list .place__line {
  position: relative;
  font-size: 13px;
  color: #333333;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.places-list .place__line:before {
  content: '';
  position: absolute;
  left: 0;
}
.places-list .place__line--place:before {
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url('/images/pin666.png');
}
.places-list .place__line--metro:before {
  top: -1px;
  width: 16px;
  height: 16px;
  background-image: url('/i/metro.png');
}
.places-list .place__line--type:before {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-image: url('/i/target.png');
}
.places-list .place__line a {
  color: #B70618;
  text-decoration: none;
}
.places-list .place__line a:hover {
  text-decoration: underline;
}
.places-list .place__text {
  font-size: 13px;
  line-height: 1.4em;
  color: #333333;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .places-list .place__bottom-line {
    margin-bottom: 5px;
  }
}

.places-list .place__counters-wrp-bottom {
  display: flex;
  align-items: center;
}
@media print, (min-width: 768px) {
  .places-list .place__counters-wrp-bottom {
    position: absolute;
    right: 7px;
    bottom: 7px;
  }
}


.places-list .place__review-count {
  font-size: 13px;
  color: #666666;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .places-list .place__counters-wrp {
    display: flex;
    align-items: center;
  }
}

.places-list .place__price {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  margin: 0 17px 0 0;
}


.places-list .place__view-count {
  margin: 0;
}

.places-list .place__like-count {
  margin: 0;
  margin-left: 17px;
}
@media print, (min-width: 768px) {
  .places-list .place__like-count {
    position: absolute;
    top: 7px;
    right: 7px;
  }
}
.places-list .place__gallery-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px 5px 30px;
  cursor: pointer;
  margin: 0;
}
.places-list .place__gallery-badge:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  background-image: url('/i/camera.png');
}
.places-list .place__fav-container {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #FAFAFA;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  padding: 10px 12px;
  width: 170px;
  box-sizing: border-box;
}
.places-list .place__fav-container ul {
  list-style: none;
  padding: 0;
}
@media print, (min-width: 768px) {
  .places-list .place--compilation {
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 30px;
  }
}
.places-list .place--compilation:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: inline-block;
  width: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  text-align: center;
  border: 1px solid #999999;
  border-radius: 100%;
  margin-right: 5px;
}
@media print, (min-width: 768px) {
  .places-list .place--compilation:before {
    width: 25px;
    font-size: 18px;
    line-height: 25px;
    border-width: 2px;
  }
}
@media print, (min-width: 768px) {
  .places-list .place--compilation .place__header {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
@media print, (min-width: 768px) {
  .places-list .place--compilation .place__photo-wrp {
    display: none;
  }
}
.places-list .place--compilation .place__gallery {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .places-list .place--compilation .place__gallery {
    display: none;
  }
}
@media print, (min-width: 768px) {
  .places-list .place--compilation .place__gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .places-list .place--compilation .place__gallery .place__gallery-item {
    width: calc(( 100% - 15px ) / 4);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .places-list .place--compilation .place__gallery img {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media print, (min-width: 768px) {
  .places-list .place--compilation .place__view-count {
    bottom: 37px;
  }
}
ol.places-list {
  counter-reset: item;
}
.other-events-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .other-events-list__item {
    margin-bottom: 20px;
  }
}
.other-event {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media print, (min-width: 768px) {
  .other-event {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 250px;
  }
  .other-event:hover .other-event__calendar-btn {
    opacity: 1;
  }
  .other-event--advert-wrp {
    padding-right: 0;
  }
  .other-event--advert-wrp > * {
    margin: 0 auto;
  }
}
@media print, (min-width: 768px) {
  .other-event__photo-wrp {
    width: 100px;
    height: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
  }
}
.other-event__photo {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}
@media print, (min-width: 768px) {
  .other-event__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .other-event__date-wrp {
    position: relative;
  }
}
.other-event__date {
  font-size: 14px;
  color: #666666;
  margin-top: 0;
  margin-bottom: 10px;
}
@media print, (min-width: 768px) {
  .other-event__date {
    position: absolute;
    top: 15px;
    right: 25px;
  }
}
.other-event__calendar-btn {
  position: absolute;
  top: -7px;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: none;
  background-image: url('/i/calendar666.png');
  background-size: 20px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .other-event__calendar-btn {
    position: absolute;
    top: 16px;
    right: 0;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: 50% 50%;
  }
}
.other-event__header {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #B70618;
  margin: 0;
  margin-bottom: 15px;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .other-event__header {
    margin-bottom: 10px;
  }
}
.other-event__header:hover {
  text-decoration: underline;
}
.other-event__text {
  font-size: 13px;
  line-height: 1.4em;
  color: #333333;
  margin-top: 0;
  margin-bottom: 15px;
}
.other-event__line {
  font-size: 13px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 10px;
}
@media print, (min-width: 768px) {
  .other-event__line {
    margin-bottom: 0;
  }
}
@media print, (min-width: 768px) {
  .other-event__line--place {
    position: absolute;
    top: 41px;
    right: 0;
    max-width: 200px;
    box-sizing: border-box;
    text-align: right;
  }
}
.other-event__line a {
  position: relative;
  color: #B70618;
  text-decoration: none;
  padding-left: 20px;
}
.other-event__line a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  background-image: url('/images/pin666.png');
}
.other-event__line a:hover {
  text-decoration: underline;
}
.other-event__bottom-line {
  display: flex;
  align-items: center;
}
.other-event__price {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin: 0 10px 0 0;
}
@media print, (min-width: 768px) {
  .other-event__price {
    position: absolute;
    bottom: 10px;
    left: 110px;
  }
}
.other-event__view-counter {
  margin: 0;
}
@media print, (min-width: 768px) {
  .other-event__view-counter {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}
.other-event .add-to-calendar-panel {
  position: absolute !important;
  top: -7px !important;
  right: 0  !important;
  display: block  !important;
}
@media print, (min-width: 768px) {
  .other-event .add-to-calendar-panel {
    top: 15px !important;
  }
}
.other-event .add-to-calendar-box {
  margin: 0 !important;
  position: relative !important;
  top: 0 !important;
  left: unset !important;
}
