.page-pages .page-heading {
  margin-bottom: 0px;
}

.page-pages .page-heading__mob {
  display: none;
}

.page-pages .map {
  bottom: 0;
  height: 100%;
}

.page-pages-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-pages-content__item {
  border: 1px solid #E3E3E3;
  padding: 33px 24px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 356px;
  margin-bottom: 20px;
}

.page-pages-content__item_mob {
  display: none;
}

.page-pages-content__item .block-col {
  margin-right: 14px;
  min-width: 37px;
  font-size: 14px;
}

.page-pages-content__item > .orange-button {
  margin-top: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.page-pages-content__item-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-pages-content__item-part > .orange-button {
  margin-top: auto;
}

.page-pages-content__item-part > .camera {
  margin: auto -10px 0 -10px;
}

.page-pages-content__item-heading {
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}

.page-pages-content__main-text {
  color: #575757;
  font-size: 20px;
}

.page-pages-content__secondary-text {
  color: black;
  font-size: 16px;
}

.page-pages-content__secondary-text_min {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

.page-pages-content svg {
  margin-right: 14px;
}

.page-pages-content .block-row {
  margin-bottom: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-pages-content__time {
  font-size: 42px;
  line-height: 1;
}

.page-pages-content__time > sup {
  font-size: 25px;
}

.block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.orange-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 1px solid rgba(240, 101, 40, 0.3000000119);
  padding: 10px 20px;
  font-size: 14px;
  color: #F06528;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.orange-button > svg {
  margin-right: 10px;
}

@media screen and (max-width: 992px) {
  .wrapper:has(.page-pages) .header-mobile-top {
    -webkit-box-shadow: 0px -5px 24px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px -5px 24px 0px rgba(0, 0, 0, 0.15);
  }

  .page-pages {
    padding-top: 25px;
  }

  .page-pages .page-heading {
    margin: 0;
  }

  .page-pages .page-heading__desktop {
    display: none;
  }

  .page-pages .page-heading__mob {
    display: block;
    margin: 0 auto 16px;
  }

  .page-pages .page-heading > h2 {
    font-size: 18px;
    text-transform: capitalize;
  }

  .page-pages .page-heading > h2 > span {
    display: none;
  }

  .page-pages .breadcrumbs {
    display: none;
  }

  .page-pages .map__label {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .page-pages-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }

  .page-pages-content__item {
    padding: 9px;
    border-radius: 56px;
    border: 0;
  }

  .page-pages-content__item.active {
    border: 1px solid #B4D4B4;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  }

  .page-pages-content__item_mob {
    display: block;
  }

  .page-pages-content__item_mob .orange-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 11px auto;
    min-width: 286px;
  }

  .page-pages-content__item_mob .camera {
    margin: 10px -10px;
  }

  .page-pages-content__item .block-row:first-of-type {
    margin-bottom: 0;
  }

  .page-pages-content__secondary-text {
    font-size: 12px;
  }

  .page-pages-content__item-part {
    display: none;
  }

  .page-pages-content__item-part_outlined {
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    padding: 18px 16px 7px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    position: relative;
    min-width: 286px;
  }

  .page-pages-content__item-part_outlined .block-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 16px;
  }

  .page-pages-content__item-part_outlined .block-row > svg {
    margin-right: 17px;
  }

  .page-pages-content__time-additional {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.3);
    margin-top: -5px;
    position: absolute;
  }

  .page-pages .map img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 380px) {
  .page-pages-content__item {
    width: 100%;
  }
}