/* Shared city page polish copied from the homepage design. */
.video__youtube-link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 220px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #102c42;
  color: #fff;
  box-shadow: 0 12px 28px rgba(16, 44, 66, .18);
}

.video__youtube-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transition: transform .25s ease, opacity .25s ease;
}

.video__youtube-link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #e62117;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
  z-index: 2;
}

.video__youtube-link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  border-left: 17px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  z-index: 3;
}

.video__youtube-link span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(16, 44, 66, .86);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.video__youtube-link:hover img {
  transform: scale(1.04);
  opacity: .95;
}

.wrapper .service__title.title,
.wrapper .akril-price__new.title,
.wrapper .question__title.title {
  max-width: 900px !important;
  margin: 0 auto 30px !important;
  padding: 0 16px 14px !important;
  border-bottom: 0 !important;
  color: #132b3a !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.wrapper .service__title.title::after,
.wrapper .akril-price__new.title::after,
.wrapper .question__title.title::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 86px !important;
  height: 3px !important;
  transform: translateX(-50%) !important;
  border-radius: 20px !important;
  background: #1d5789 !important;
}

.wrapper .akril-price__new.title span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.wrapper .recovery-bottom__label {
  max-width: 900px !important;
  margin: 0 auto !important;
  color: #ffffff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.recovery-service-tabs .tab-content__items {
  padding: 24px;
  border-top: 0;
  background: #f5f8fb;
}

.recovery--methods .service__title {
  max-width: 760px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.18;
  text-transform: none;
}

.recovery-service-tabs .tab-content__body {
  display: grid;
  grid-template-columns: minmax(260px, .92fr) minmax(0, 1.08fr);
  overflow: hidden;
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 32, 51, .1);
}

.recovery-service-tabs .tab-content__img {
  min-height: 0;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #ffffff;
}

.recovery-service-tabs .tab-content__img picture,
.recovery-service-tabs .tab-content__img img {
  display: block;
  width: 100%;
  height: auto;
}

.recovery-service-tabs .tab-content__img img {
  object-fit: contain;
}

.recovery-service-tabs .tab-content__text {
  display: flex;
  flex: none;
  flex-direction: column;
  padding: 34px;
  background: linear-gradient(180deg, #eaf4ff 0%, #f7fbff 100%);
  color: #102033;
}

.recovery-bath-tabs .tab-content__items.active {
  display: block !important;
}

.recovery-bath-tabs .tab-content__body {
  display: grid !important;
  grid-template-columns: minmax(260px, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 32, 51, .08);
}

.recovery-bath-tabs .tab-content__title {
  position: static !important;
  transform: none !important;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid #dbe7ed;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #eaf4ff;
  box-shadow: none;
  color: #1d5789;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
}

.recovery-bath-tabs .tab-content__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recovery-bath-tabs .tab-content__text {
  display: block;
  min-height: 100%;
  padding: 34px;
  background: linear-gradient(180deg, #f7fbff 0%, #eaf4ff 100%);
  color: #102033;
  font-size: 17px;
  line-height: 1.65;
}

.bath-card__lead {
  margin: 0 0 18px;
  color: #2d3f52;
  font-size: 17px;
  line-height: 1.6;
}

.bath-card__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bath-card__list li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border: 1px solid #d6e8f5;
  border-radius: 8px;
  background: #ffffff;
  color: #263a4d;
  font-size: 15px;
  line-height: 1.45;
  box-shadow: 0 8px 20px rgba(16, 32, 51, .05);
}

.bath-card__list li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1d5789;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.bath-card__list strong {
  color: #102033;
  font-weight: 900;
}

.recovery-offer__label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid #c8dceb;
  border-radius: 8px;
  background: #ffffff;
  color: #1d5789;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.recovery-offer__title {
  margin: 0 0 12px;
  color: #102033;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
  text-transform: none;
}

.recovery-offer__lead,
.recovery-offer__note {
  margin: 0;
  color: #3b4d61;
  font-size: 16px;
  line-height: 1.6;
}

.recovery-offer__list {
  display: grid;
  gap: 9px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.recovery-offer__list li {
  position: relative;
  min-height: 44px;
  padding: 11px 12px 11px 38px;
  border: 1px solid #d6e8f5;
  border-radius: 8px;
  background: #ffffff;
  color: #263a4d;
  font-size: 15px;
  line-height: 1.45;
  box-shadow: 0 8px 20px rgba(16, 32, 51, .05);
}

.recovery-offer__list li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1d5789;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.recovery-offer__list strong {
  color: #102033;
  font-weight: 900;
}

.recovery-offer__note {
  padding: 14px 16px;
  border: 1px solid #d6e8f5;
  border-radius: 8px;
  background: #ffffff;
}

.recovery__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
}

.order-btn-wrap {
  display: inline-flex;
  gap: 10px;
  margin: 0;
}

.order-btn-red {
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid #c8dceb;
  border-radius: 8px;
  background: #eaf4ff;
  color: #1d5789;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: none;
  cursor: default;
  text-transform: uppercase;
}

.order-btn-red[aria-disabled="true"] {
  pointer-events: none;
}

.recovery-service-tabs .recovery__callback a {
  min-height: 56px;
  padding: 0 20px 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #16466f;
  border-radius: 8px;
  background: linear-gradient(135deg, #1d5789 0%, #123f68 100%);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(29, 87, 137, .24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.recovery-service-tabs .recovery__callback a::after {
  content: "→";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  font-size: 18px;
  line-height: 1;
}

.recovery-service-tabs .recovery__callback a:hover {
  background: linear-gradient(135deg, #123f68 0%, #0e3458 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(29, 87, 137, .3);
}

.wrapper .question {
  margin: 0;
  padding: 78px 0 82px !important;
  background: #f5f8fb;
}

.wrapper .question__items {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 34px auto 0 !important;
}

.wrapper .question__item {
  padding: 0 !important;
  border: 1px solid #dbe7ed !important;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 32, 51, .07);
  overflow: hidden;
}

.wrapper .question__item::after {
  content: "+" !important;
  top: 20px !important;
  right: 22px !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf4ff !important;
  background-image: none !important;
  color: #1d5789;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  transform: none !important;
}

.wrapper .question__item.active {
  border-color: #bdd7ea !important;
  box-shadow: 0 18px 44px rgba(16, 32, 51, .1);
}

.wrapper .question__item.active::after {
  content: "−" !important;
  background: #1d5789 !important;
  color: #ffffff;
}

.wrapper .question__lable {
  min-height: 70px;
  padding: 22px 68px 20px 24px;
  display: flex;
  align-items: center;
  background: transparent !important;
  color: #102033 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

.wrapper .question__info {
  margin: 0;
  padding: 0 24px 0 !important;
  color: #3b4d61 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  transition: opacity .25s ease, padding .25s ease !important;
}

.wrapper .question__item.active .question__info {
  padding: 0 24px 22px !important;
}

.wrapper .question__button {
  display: flex;
  justify-content: center;
  margin: 28px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.wrapper .question__btn {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #1d5789;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(29, 87, 137, .22);
}

.wrapper .question__btn:hover {
  background: #123f68;
  color: #ffffff;
}

.wrapper .after {
  padding: 76px 0 82px;
  background: #ffffff;
}

.result-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 36px auto 0;
  max-width: 1120px;
}

.result-card {
  overflow: hidden;
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(16, 32, 51, .08);
}

.result-card__photos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #dbe7ed;
}

.result-card__image {
  position: relative;
  display: block;
  min-height: 240px;
  overflow: hidden;
  background: #eaf4ff;
  color: inherit;
  text-decoration: none;
}

.result-card__image img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform .25s ease;
}

.result-card__image:hover img {
  transform: scale(1.04);
}

.result-card__label {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  color: #1d5789;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(16, 32, 51, .12);
}

.result-card__label--after {
  background: #1d5789;
  color: #ffffff;
}

.result-card__type {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid #c8dceb;
  border-radius: 8px;
  background: #eaf4ff;
  color: #1d5789;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-card__body {
  padding: 22px;
}

.result-card__body h3 {
  margin: 0 0 10px;
  color: #102033;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.result-card__body p {
  margin: 0 0 16px;
  color: #3b4d61;
  font-size: 16px;
  line-height: 1.58;
}

.result-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}

.result-card__meta span {
  min-height: 64px;
  padding: 10px;
  border: 1px solid #d6e8f5;
  border-radius: 8px;
  background: #f7fbff;
  color: #263a4d;
  font-size: 14px;
  line-height: 1.35;
}

.result-card__meta strong {
  display: block;
  margin-bottom: 4px;
  color: #1d5789;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-card__note {
  margin: 0;
  padding: 13px 14px;
  border-radius: 8px;
  background: #eaf4ff;
  color: #2d3f52;
  font-size: 15px;
  line-height: 1.45;
}

.result-summary {
  max-width: 1120px;
  margin: 22px auto 0;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #f5f8fb;
}

.result-summary p {
  margin: 0;
  color: #3b4d61;
  font-size: 16px;
  line-height: 1.55;
}

.wrapper .after__gallery {
  max-width: 1120px;
  margin: 24px auto 0;
  padding: 0 !important;
  display: block !important;
}

.wrapper .after__gallery .popup-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.wrapper .after__gallery .popup-gallery a {
  display: block;
  overflow: hidden;
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 32, 51, .06);
}

.wrapper .after__gallery .popup-gallery img {
  display: block;
  width: 100%;
  height: 128px;
  margin: 0 !important;
  object-fit: cover;
  transition: transform .25s ease;
}

.wrapper .after__gallery .popup-gallery a:hover img {
  transform: scale(1.04);
}

.wrapper .after__button {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  display: flex;
  justify-content: flex-end;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.wrapper .after__button::after {
  display: none !important;
}

.wrapper .after__btn {
  position: static !important;
  min-height: 54px;
  padding: 0 22px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #1d5789;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  text-transform: none !important;
  box-shadow: 0 14px 30px rgba(29, 87, 137, .22);
}

@media (max-width: 900px) {
  .recovery-service-tabs .tab-content__body,
  .recovery-bath-tabs .tab-content__body {
    grid-template-columns: 1fr;
  }

  .recovery-service-tabs .tab-content__img {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .wrapper .service__title.title,
  .wrapper .akril-price__new.title,
  .wrapper .question__title.title,
  .wrapper .recovery-bottom__label {
    max-width: 340px !important;
    margin-bottom: 22px !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  .wrapper .question {
    padding: 46px 0 52px !important;
  }

  .wrapper .question__items {
    gap: 10px;
    margin-top: 24px !important;
  }

  .wrapper .question__lable {
    min-height: 62px;
    padding: 17px 54px 16px 16px;
    font-size: 16px !important;
  }

  .wrapper .question__item::after {
    top: 16px !important;
    right: 14px !important;
  }

  .wrapper .question__info,
  .wrapper .question__item.active .question__info {
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .wrapper .question__btn,
  .wrapper .after__button,
  .wrapper .after__btn {
    width: 100% !important;
  }

  .wrapper .after {
    padding: 48px 0 54px;
  }

  .result-cases,
  .result-summary {
    grid-template-columns: 1fr;
  }

  .wrapper .after__gallery .popup-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrapper .after__gallery .popup-gallery img {
    height: 132px;
  }

  .result-cases {
    gap: 14px;
    margin-top: 26px;
  }

  .result-card__image,
  .result-card__image img {
    min-height: 210px;
    height: 220px;
  }

  .result-card__photos {
    grid-template-columns: 1fr;
  }

  .result-card__body {
    padding: 18px;
  }

  .result-card__body h3 {
    font-size: 20px;
  }

  .result-card__meta {
    grid-template-columns: 1fr;
  }

  .result-summary {
    padding: 18px;
  }

  .recovery--methods .service__title {
    max-width: 320px;
    font-size: 22px;
    line-height: 1.2;
  }

  .recovery-service-tabs .tab-header {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .recovery-service-tabs .tab-content__items {
    padding: 14px 0;
  }

  .recovery-service-tabs .tab-content__img {
    padding: 10px;
  }

  .recovery-service-tabs .tab-content__text {
    padding: 20px;
  }

  .recovery-bath-tabs .tab-content__title {
    padding: 15px 16px;
    font-size: 21px;
    text-align: center;
  }

  .recovery-bath-tabs .tab-content__text {
    padding: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .recovery-offer__title {
    font-size: 23px;
  }

  .recovery__footer,
  .order-btn-wrap,
  .order-btn-red,
  .recovery__callback,
  .recovery__callback a {
    width: 100%;
  }

  .video__youtube-link {
    min-height: 190px;
  }
}
