.card-container {margin: 0 -10px; /* збільшує простір між колонками */}/* Картка */.card {background: #fff;border-radius: 8px;overflow: hidden;box-shadow: 0 3px 15px rgba(0,0,0,0.1);margin: 0 10px 30px;transition: transform 0.3s ease, box-shadow 0.3s ease;cursor: pointer;display: flex;flex-direction: column;height: 100%;}/* Hover ефект */.card:hover {transform: translateY(-8px);box-shadow: 0 15px 30px rgba(0,0,0,0.2);}/* Зображення */.card img {width: 100%;display: block;border-bottom: 1px solid #ddd;border-top-left-radius: 8px;border-top-right-radius: 8px;transition: transform 0.3s ease;}.card:hover img {transform: scale(1.05);}/* Текстовий блок */.card-body {padding: 20px 15px;flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;}/* Заголовок */.card-title {font-size: 18px;font-weight: 700;color: #222;margin-bottom: 12px;line-height: 1.3;min-height: 70px; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;}/* Кнопка Детальніше */.btn-details {align-self: flex-start;background-color: #d52b2b;border: none;color: #fff;padding: 8px 20px;border-radius: 20px;font-weight: 600;text-transform: uppercase;font-size: 12px;letter-spacing: 1px;transition: background-color 0.3s ease;text-decoration: none;}.btn-details:hover {background-color: #a82323;text-decoration: none;color: #fff;}/* Адаптивність */@media (max-width: 991px) {.col-md-4 {margin-bottom: 30px;}}@media (max-width: 767px) {.card-title {min-height: auto;}}.wrapper.granitni-pamyatnyky-mista{background: #f5f5f5;}.main-image:hover {transform: scale(1.03);box-shadow: 0 10px 25px rgba(0,0,0,0.2);}.city-main-figure {display: inline-block;position: relative;overflow: hidden;}.city-main-figure img.main-image {max-height: 520px;width: auto;max-width: 100%;object-fit: contain;;margin-bottom: 25px;display: block;border-radius: 6px;    transition: transform 0.3s ease, box-shadow 0.3s ease;box-shadow: 0 12px 30px rgba(0,0,0,0.15);}.city-main-figure::after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 40%;background: linear-gradient(to top,rgba(0,0,0,0.35),transparent);}/* Desktop */@media (min-width: 992px) {.city-main-figure {max-height: 65vh;}}/* Mobile */@media (max-width: 767px) {.city-main-figure {max-height: 45vh;}}/* підпис */.city-main-figure figcaption {position: absolute;left: 0;bottom: 0;width: 100%;padding: 15px 20px;background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15), transparent);margin-top: 8px;font-size: 13px;color: #ffffff;text-align: center;font-style: italic;z-index: 9;}.sectioncity.section-highlight {background: #f8f8f8; /* світлий фон */border-left: 4px solid #555; /* акцентна смужка зліва */padding: 15px 20px;font-weight: 600;font-size: 1.2em;margin: 20px 0;border-radius: 4px;transition: all 0.3s ease;}.sectioncity.section-highlight:hover {background: #ececec;border-left-color: #333;transform: translateY(-2px);}.sectioncity.section-highlight i {color: #d32f2f; /* темно-червоний акцент */margin-right: 10px;}/* Секції */.sectioncity {  position: relative;background: #fff;padding: 20px 25px;border-radius: 8px;margin-bottom: 30px;box-shadow: 0 2px 10px rgba(0,0,0,0.05);clear: both;z-index: 1}.sectioncity.bg::before {content: "";position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 99vw;height: 100%;border-radius: 6px;z-index: -1;}.sectioncity.bg.white::before{ background-color: #ffffff;}.sectioncity.bg.gray::before{ background-color: #f8f8f8;}.sectioncity h3 {margin-top: 0;font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;margin-bottom: 15px;font-weight: 700;color: #222;font-size: 20px;}.sectioncity.services-city ul {list-style: none;padding: 0;margin: 0;}/* li як сервіс-блок */.sectioncity.services-city ul li {position: relative;padding-left: 32px;margin-bottom: 14px;font-size: 15px;line-height: 1.5;transition: all 0.25s ease;}/* іконка через :before */.sectioncity.services-city ul li:before {content: "\f00c"; /* fa-check */font-family: FontAwesome;position: absolute;left: 0;top: 2px;color: #c9302c;font-size: 16px;transition: transform 0.25s ease;}/* hover */.sectioncity.services-city ul li:hover {padding-left: 38px;}.sectioncity.services-city ul li:hover:before {transform: scale(1.15);}@media (min-width: 768px) {.sectioncity.services-city ul {columns: 2;column-gap: 30px;}}.sectioncity.delivery {background: linear-gradient(135deg, #fafafa, #ffffff);border-left: 4px solid #c9302c;border-radius: 6px;padding: 20px 25px;margin-bottom: 30px;position: relative;}/* іконка */.sectioncity.delivery:before {content: "\f0d1"; /* fa-truck */font-family: FontAwesome;position: absolute;right: 20px;top: 20px;font-size: 34px;color: #c9302c;opacity: 0.22;}.sectioncity.delivery h3 {font-weight: 700;margin-bottom: 12px;}.sectioncity.delivery p {font-size: 15px;line-height: 1.6;margin: 0;}/* hover */.sectioncity.delivery:hover {box-shadow: 0 10px 25px rgba(0,0,0,0.08);transition: box-shadow 0.3s ease;}/* Галерея */.gallery img {width: 100%;border-radius: 6px;margin-bottom: 15px;transition: transform 0.3s ease, box-shadow 0.3s ease;}.gallery img:hover {transform: scale(1.05);box-shadow: 0 10px 20px rgba(0,0,0,0.2);}/* Кнопки */.btn-order {background-color: #d52b2b;border-radius: 20px;padding: 10px 25px;font-weight: 600;text-transform: uppercase;transition: background-color 0.3s ease;border: none;}.btn-order a {    color: #fff;}.btn-order:hover {background-color: #a82323;color: #fff;}/* Accordion FAQ */.panel-default {border-color: #ddd;border-radius: 6px;overflow: hidden;margin-bottom: 15px;box-shadow: 0 4px 10px rgba(0,0,0,0.05);transition: transform 0.3s ease, box-shadow 0.3s ease;}.panel-default:hover {transform: translateY(-3px);box-shadow: 0 8px 20px rgba(0,0,0,0.12);}.panel-heading {background-color: #f7f7f7;border-bottom: 1px solid #ddd;padding: 15px 20px;cursor: pointer;transition: background-color 0.3s ease;position: relative;}.panel-heading:hover {background-color: #eaeaea;}.panel-title { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;}.panel-title a {display: block;font-size: 19px;color: #333;text-decoration: none;position: relative;    font-weight: 400;transition: color 0.3s ease;}.panel-title a:hover {color: #c82d2d;}/* Додаємо іконку + / - */.panel-title a:after {content: "\f107"; /* fontawesome caret-down */font-family: FontAwesome;float: right;transition: transform 0.3s ease;}.panel-title a.collapsed:after {content: "\f105"; /* caret-right */}/* Панель контент */.panel-body {background-color: #fff;font-size: 14px;line-height: 1.6;transition: all 0.5s ease;}/* Плавне відкриття/закриття */.panel-collapse.collapse {display: block;height: 0;overflow: hidden;transition: height 0.5s ease;}.panel-collapse.collapse.in {height: auto;}/* Стиль списків */.panel-body ul {padding-left: 20px;}.panel-body ul li {margin-bottom: 5px;}/* Акцент для важливих пунктів */.panel-body strong {color: #d9534f;}/* === Premium price table === */.table.table-bordered {background: #fff;border: 1px solid #e5e5e5;box-shadow: 0 6px 20px rgba(0,0,0,0.06);border-radius: 6px;overflow: hidden;}/* Header */.table.table-bordered thead th {background: linear-gradient(135deg, #2b2b2b, #111);color: #fff;text-transform: uppercase;font-size: 13px;letter-spacing: 0.5px;border: none;padding: 14px 12px;}/* Body cells */.table.table-bordered tbody td {padding: 14px 12px;vertical-align: middle;border-color: #eee;transition: background 0.3s ease, transform 0.3s ease;}/* Zebra style */.table.table-bordered tbody tr:nth-child(even) {background-color: #fafafa;}/* Hover row */.table.table-bordered tbody tr:hover {background-color: #f1f5f9;transform: scale(1.01);}/* First column – type */.table.table-bordered tbody td:first-child {font-weight: 600;color: #222;}/* Material column */.table.table-bordered tbody td:nth-child(2) {color: #555;}/* Price column */.table.table-bordered tbody td:last-child {font-size: 16px;font-weight: 700;color: #d9534f;white-space: nowrap;}/* Mobile tweaks */@media (max-width: 767px) {.table.table-bordered thead {display: none;}.table.table-bordered tbody tr {display: block;margin-bottom: 15px;box-shadow: 0 4px 12px rgba(0,0,0,0.08);border-radius: 6px;padding: 10px;}.table.table-bordered tbody td {display: block;border: none;padding: 8px 10px;}.table.table-bordered tbody td:before {content: attr(data-label);display: block;font-size: 12px;color: #888;margin-bottom: 3px;text-transform: uppercase;}}.monument-section {margin: 40px 0;    overflow: auto;}/* MAIN PHOTO */.main-photo {position: relative;overflow: hidden;border-radius: 8px;box-shadow: 0 12px 30px rgba(0,0,0,.2);}@media (max-width: 767px) {.main-photo {margin-bottom: 12px;}}.main-photo img {width: 100%;transition: transform .6s ease;}.main-photo:hover img {transform: scale(1.06);}.main-photo .zoom {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: 42px;color: #fff;opacity: 0;transition: opacity .4s ease;}.main-photo:hover .zoom {opacity: 1;}/* MASONRY */.masonry-gallery {column-count: 2;column-gap: 12px;}@media (min-width: 992px) {.masonry-gallery {column-count: 2;}}.masonry-item {break-inside: avoid;margin-bottom: 12px;position: relative;}.masonry-item img {width: 100%;border-radius: 6px;box-shadow: 0 6px 18px rgba(0,0,0,.15);transition: transform .4s ease;}.masonry-item:hover img {transform: scale(1.04);}.masonry-item:after {content: "\f00e";font-family: FontAwesome;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: 22px;color: #fff;opacity: 0;transition: opacity .3s ease;}.masonry-item:hover:after {opacity: 1;}    
/* Stylesheet: Postament_city Modified On 2026-01-23 18:01:01 */
