#general_page .memorial-hero h1 {
  margin: 0;
  border: none;
  padding: 0;
  line-height: 1.1;
  font-size: 46px;
}

.link-arrow {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  text-decoration: none;
  -webkit-transition: color 0.3s, gap 0.3s;
  transition: color 0.3s, gap 0.3s;
}
.link-arrow span {
  border-bottom: 1px solid #000;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.link-arrow svg {
  width: 14px;
  height: 10px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-arrow:hover {
  color: #9f8756;
  gap: 14px;
}
.link-arrow:hover span {
  border-color: #9f8756;
}
.link-arrow:hover svg {
  color: #9f8756;
}

.memorial-content {
  font-size: 14px;
  line-height: 1.35;
  color: #414141;
}
.memorial-content p {
  margin: 0 0 10px;
}
.memorial-content p:has(b) {
  padding-right: 0;
}
.memorial-content p:last-of-type {
  margin-bottom: 0;
}
.memorial-content p b {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  padding-bottom: 5px;
}
.memorial-content hr {
  border-top: 3px solid #cab17d;
  width: 69px;
  margin: 0 0 20px;
}

.memorial-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.15;
  color: #000;
  margin-bottom: 30px;
}

.memorial-hero__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 40px;
}
.memorial-hero__center:after {
  display: none;
}
.memorial-hero__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  gap: 28px;
  padding-top: 16px;
}
.memorial-hero h1 {
  text-wrap: balance;
}
.memorial-hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 24px;
  width: 100%;
}
.memorial-hero__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: between;
      -ms-flex-pack: between;
          justify-content: between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 9px;
  font-size: 16px;
  line-height: 1.2;
}
.memorial-hero .button {
  width: 216px;
}
.memorial-hero__image {
  display: block;
  height: 607px;
  width: 537px;
  object-fit: cover;
  object-position: 50% 0;
  margin: -77px auto -100px;
  height: calc(100% + 77px + 40px);
/*  height: auto;*/
}

.memorial-hero__right {
  flex: 1;
}

.memorial-hero .memorial-content p {
  padding-right: 90px;
}

.memorial-project {
  background: #f7f7f7;
}
.memorial-project__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  padding-block: 40px;
}
.memorial-project__center:before, .memorial-project__center:after {
  content: "";
  display: block;
  height: 100%;
  width: 550px;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.memorial-project__center:before {
  right: 100%;
  background: url("../images/bg_left.png") no-repeat 100% 0;
  translate: 30%;
  background-size: auto 760px;
}
.memorial-project__center:after {
  left: 100%;
  translate: -30%;
  background: url("../images/bg_right.png") no-repeat 0 0;
  background-size: auto 950px;
  translate: -30%;
}
.memorial-project__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 510px;
}
.memorial-project__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 510px;
}
.memorial-project .memorial-content {
  margin-bottom: 30px;
}
.memorial-project__tip {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: #414141;
  padding-left: 38px;
  background: url("../images/icon_info.svg") no-repeat 0 0;
}
.memorial-project__tip a {
  color: #000;
}
.memorial-project__info h4 {
  padding-top: 14px;
  font-size: 22px;
  line-height: 1.35;
  color: #000;
  margin-bottom: 30px;
}
.memorial-project__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.memorial-project__info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.memorial-project__info ul li img {
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background: #f7f7f7;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-right: 12px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.memorial-project__info ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
  margin-right: 8px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: auto;
}
.memorial-project__info ul li:before {
  content: "";
  border: 1px dashed #414141;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 8px;
  margin-right: 3px;
}
.memorial-project__info ul li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #cab17d;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.memorial-formats {
  padding-top: 40px;
}
.memorial-formats__list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.format-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #e0e0e0;
  height: 100%;
}
.format-block__link {
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding-bottom: 100px;
  height: 100%;
}
.format-block__link:hover {
  background: #f3f3f3;
}
.format-block__image {
  width: 100%;
  height: auto;
  aspect-ratio: 382/336;
  border-bottom: 1px solid #e0e0e0;
  background: #F7F7F8;
  margin-bottom: 30px;
}
.format-block__name {
  display: block;
  font-size: 26px;
  font-size: 25px;
  line-height: 1.35;
  color: #000;
  margin-bottom: 10px;
  padding-inline: 30px 10px;
}
.format-block__desc {
  display: block;
  font-size: 15px;
  font-size: 14px;
  line-height: 1.35;
  color: #000;
  margin-bottom: 20px;
  padding-inline: 30px 10px;
}
.format-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #414141;
  margin-bottom: 15px;
  padding-inline: 30px;
}
.format-block__list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.format-block__list span:before {
  content: "";
  display: block;
  background: #cab17d;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.format-block__price {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.35;
  color: #000;
  padding-inline: 30px;
}
.format-block__button {
  margin-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1e1e1d;
  font-size: 16px;
  height: 47px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.format-block__button:hover {
  background: #cab17d;
  color: #000;
}

.memorial-data {
  padding-top: 40px;
}
.memorial-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.memorial-data__list > li:nth-child(even) .memorial-data__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.memorial-data__list > li:nth-child(even) .memorial-data__bottom {
  font-size: 14px;
}
.memorial-data__block {
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.memorial-data h3 {
  font-size: 26px;
  line-height: 1.35;
  color: #000;
  margin-bottom: 15px;
}
.memorial-data__text {
  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: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
  padding: 24px;
  min-height: 315px;
}
.memorial-data__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.35;
  color: #000;
}
.memorial-data__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.35;
  color: #414141;
  margin-bottom: 12px;
}
.memorial-data__text ul b {
  font-weight: 500;
  color: #000;
}
.memorial-data__bottom {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
  margin-top: auto;
  margin-bottom: 0;
}
.memorial-data__bottom b {
  font-weight: 500;
}
.memorial-data__image img {
  width: 100%;
}

.memorial-example {
  padding-block: 40px;
}
.memorial-example__list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.example {
  width: 100%;
}
.example__image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.example__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 180/200;
  -o-object-fit: cover;
     object-fit: cover;
}
.example__city {
  font-size: 16px;
  line-height: 1.35;
  color: #414141;
  display: block;
  margin-bottom: 3px;
}
.example__place {
  font-weight: 500;
  font-size: 14px;
  font-size: 13px;
  line-height: 1.35;
  color: #000;
}

.memorial-work {
  padding-block: 40px;
}
.memorial-work__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.memorial-work__list li {
  display: contents;
}
.memorial-work__list li:after {
  content: "";
  display: block;
  background: #e0e0e0;
  width: 1px;
}
.memorial-work__list li:first-child .memorial-work__block {
  width: 150px;
}
.memorial-work__list li:nth-child(4) .memorial-work__block {
  width: 200px;
}
.memorial-work__list li:last-child .memorial-work__block {
  width: 200px;
}
.memorial-work__list li:last-child:after {
  display: none;
}
.memorial-work__block {
  width: 170px;
  font-size: 14px;
  line-height: 1.35;
  color: #000;
  padding-top: 5px;
}
.memorial-work__block img {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
}
.memorial-work__block div {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.memorial-chat {
  background: #f7f7f8;
  margin-bottom: -30px;
  padding-block: 40px;
}
.memorial-chat .middle:before {
  content: "";
  display: block;
  height: calc(100% + 80px);
  width: 272px;
  background: url("../images/bg_bottom.png") no-repeat 50% 0;
  background-size: 260px auto;
  position: absolute;
  top: -40px;
  left: 1043px;
  pointer-events: none;
}
.memorial-chat .memorial-title {
  margin-bottom: -5px;
}
.memorial-chat__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.memorial-chat__text {
  font-size: 16px;
  line-height: 1.35;
}
.memorial-chat__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
}
.memorial-chat__buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 282px;
  height: 71px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  gap: 12px;
}
.memorial-chat__buttons a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
}
.memorial-chat .tg {
  background: #2c91c4;
}
.memorial-chat .tg:before {
  background: url("../images/tg.svg") no-repeat 50%;
}
.memorial-chat .max {
  background: #1e1e1d;
}
.memorial-chat .max:before {
  background: url("../images/max.svg") no-repeat 50%;
}
.memorial-chat__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.35;
  gap: 12px;
}
.memorial-chat__time:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../images/icon_clock.svg") no-repeat 50%;
}

@media (max-width: 1920px) {
  .memorial-project__center:before {
    background-size: 29vw;
  }
  .memorial-project__center:after {
    background-size: 32vw;
  }
}
@media (max-width: 1430px) {
  .memorial-project__center:before {
    translate: 20%;
  }
  .memorial-project__center:after {
    translate: -20%;
  }
}
@media (max-width: 1200px) {
  .memorial-project__center:before, .memorial-project__center:after {
    display: none;
  }
  .memorial-chat .middle:before {
    display: none;
  }
}
@media (max-width: 1170px) {
  .memorial-hero__right {
    z-index: -1;
  }
  .memorial-hero__image {
  /*  width: auto;
    height: 563px;
    margin-left: -40px;
    margin-top: -50px;*/
    width: 456px;
    object-fit: fill;
  }
  .format-block__image {
    margin-bottom: 24px;
  }
  .format-block__name {
    font-size: 20px;
  }
  .format-block__desc {
    font-size: 16px;
  }
  .memorial-example__list {
    grid-template-columns: repeat(auto-fill, minmax(171px, 1fr));
  }
  .memorial-example__list li:nth-child(5) ~ li {
    display: none;
  }
  .memorial-work__list li:nth-child(4) .memorial-work__block, .memorial-work__list li:last-child .memorial-work__block {
    width: 170px;
  }
  .memorial-work__list li:first-child .memorial-work__block {
    width: 130px;
  }
  .memorial-work__block {
    font-size: 12px;
    width: 145px;
  }
  .memorial-chat__buttons a {
    width: 221px;
    height: 55px;
  }
}
@media (max-width: 1024px) {
  .memorial-example {
    overflow: hidden;
  }
  .memorial-example__list {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(5, 1fr);
    overflow-x: auto;
    width: calc(100% + 15px);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .memorial-example__list li {
    width: 180px;
  }
}
@media (max-width: 980px) {
  .memorial-hero__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .memorial-hero__left {
    padding-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .memorial-hero__right {
    position: relative;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .memorial-hero__image {
    width: 80%;
    height: auto;
    margin: auto;
    aspect-ratio: 1 / 1;
  }

  .memorial-hero__right:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(#fff 0, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, #fff 100%)
  }

  .memorial-project__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .memorial-project__left, .memorial-project__right {
    max-width: 100%;
  }
  .memorial-project__right {
    padding-right: 130px;
  }
  .memorial-project__right:before {
    content: "";
    width: 149px;
    height: 225px;
    background: url("../images/bg_right.png") no-repeat -20px 0;
    background-size: auto 400px;
    position: absolute;
    right: -55px;
    bottom: 60px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .memorial-project__right:after {
    content: "";
    display: block;
    width: 100px;
    height: 110px;
    position: absolute;
    right: -20px;
    bottom: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, #f7f7f7));
    background: linear-gradient(rgba(0, 0, 0, 0), #f7f7f7 60%);
  }
  .memorial-formats__list {
    width: calc(100% + 15px);
    overflow-x: auto;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .memorial-formats__list > li {
    min-width: 295px;
  }
  .memorial-data__image img {
    width: 130%;
    position: relative;
    left: 50%;
    translate: -50%;
  }
  .memorial-data__text {
    position: relative;
    z-index: 2;
  }
  .memorial-work {
    display: none;
  }
  .memorial-chat {
    padding-bottom: 30px;
  }
  .memorial-chat__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    padding-block: 20px;
  }
  .memorial-chat .middle:before {
    display: block;
    top: auto;
    bottom: -30px;
    left: auto;
    right: -30px;
    height: 169px;
    background-size: auto 189px;
  }
}
@media (max-width: 768px) {
  #general_page .memorial-hero h1 {
    font-size: 26px;
  }
  .memorial-hero__left {
    gap: 25px;
  }
  .memorial-hero h1 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .memorial-hero .memorial-content {
    display: contents;
  }
  .memorial-hero .memorial-content p {
    padding-right: 0;
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
    margin-bottom: -12px;
  }
  .memorial-hero .memorial-content p:has(b) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0;
  }
  .memorial-hero .memorial-content p b {
    font-size: 14px;
    color: #000;
  }
  .memorial-project__info ul li:before, .memorial-project__info ul li:after {
    display: none;
  }
  .memorial-project__right {
    padding-right: 100px;
  }
  .memorial-formats__list {
    grid-gap: 17px;
  }
  .memorial-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .memorial-data h3 {
    font-size: 18px;
  }
  .memorial-data__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    min-height: 0;
  }
  .memorial-data__text p {
    font-size: 14px;
  }
  .memorial-data__text ul {
    font-size: 16px;
  }
  .memorial-chat__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
}
@media (max-width: 600px) {
  .link-arrow {
    font-size: 14px;
  }
  .memorial-hero .memorial-content p b {
    font-size: 14px;
  }
  .memorial-hero__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .memorial-hero .button {
    width: 100%;
    max-width: 330px;
  }
  .memorial-hero__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .memorial-hero__info li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .memorial-hero .link-arrow {
    margin-top: -5px;
  }
  .memorial-project__center {
    padding-block: 30px;
  }
  .memorial-project .memorial-content {
    font-size: 16px;
  }
  .memorial-project__right {
    padding-right: 34px;
  }
  .memorial-project__info h4 {
    font-size: 18px;
    margin-bottom: 19px;
  }
  .memorial-project__info ul {
    position: relative;
    z-index: 2;
  }
  .memorial-project__info ul li img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-right: 9px;
  }
  .memorial-formats {
    padding-top: 30px;
  }
  .memorial-formats__list {
    padding-top: 5px;
  }
  .format-block__image {
    margin-bottom: 20px;
  }
  .format-block__name {
    padding-inline: 20px 10px;
    margin-bottom: 13px;
    font-size: 16px;
  }
  .format-block__desc {
    font-size: 14px;
    padding-inline: 20px 30px;
    margin-bottom: 12px;
  }
  .format-block__list {
    padding-inline: 20px 10px;
    margin-bottom: 14px;
  }
  .format-block__price {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin-bottom: 16px;
    padding-inline: 20px 10px;
  }
  .format-block__link {
    padding-bottom: 83px;
  }
  .format-block__button {
    bottom: 20px;
    margin-inline: 20px;
  }
  .memorial-data {
    padding-top: 30px;
  }
  .memorial-data__list {
    gap: 30px;
  }
  .memorial-data__list > li {
    position: relative;
    padding-top: 55px;
  }
  .memorial-data__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: static;
  }
  .memorial-data__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: static;
  }
  .memorial-data__text p {
    margin-top: 0;
  }
  .memorial-data__text ul {
    margin-bottom: 19px;
    gap: 5px;
  }
  .memorial-data .memorial-title {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .memorial-data__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .memorial-example {
    padding-block: 30px;
  }
  .memorial-chat {
    padding-block: 30px;
  }
  .memorial-chat .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .memorial-chat .middle:before {
    right: -115px;
  }
  .memorial-chat__center {
    display: contents;
  }
  .memorial-chat__buttons {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
  .memorial-chat__buttons a {
    font-size: 14px;
    width: 207px;
  }
  .memorial-chat__buttons a:before {
    width: 26px;
    height: 26px;
    background-size: contain !important;
  }
  .memorial-chat .memorial-title {
    margin-bottom: 10px;
  }
  .memorial-chat__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .memorial-chat__time {
    margin-bottom: 30px;
  }
}