:root {
     --bg: #0C1116;
     --text: #211d18;
     --muted: #766b5c;
     --dark: #171511;
     --gold:#DDAA53;
     --card: #fffaf2;
     --line: #e2d6c7;
 }

button { 

    color: #1e1e1e;

}
@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-Regular.woff2') format('woff2'),
    url('../font/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-Light.woff2') format('woff2'),
    url('../font/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #070b0e;
    color: var(--text);
    font-family: 'Manrope', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
.breadcrump {
    color: white;
    padding-top: 15px;
}
.breadcrump a {
    color: var(--gold);
}
a {
    color: inherit;
    text-decoration: none;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;

}
footer ul li a {
    display: block;
    transition: all .3s;
    padding: 5px 0;
}
.footer-phone {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 22px;
    color: white;
    line-height: 1;
    transition: all .3s;

}
.site-footer__social svg {
    width: 20px;
}

.memory-modal .uk-modal-dialog {

    max-width: 560px;

    padding: 46px 42px;

    border: 1px solid rgba(216,166,74,.55);

    border-radius: 18px;

    background: #070b0e;

    color: #fff;

}

.memory-modal__close {

    color: #d8a64a;

}

.memory-modal__label {

    margin-bottom: 14px;

    color: #d8a64a;

    font-size: 14px;

    line-height: 1.3;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.memory-modal__label::after {

    content: "";

    width: 54px;

    height: 1px;

    margin-top: 12px;

    display: block;

    background: #d8a64a;

}
.demo {
    font-size: 14px;
    text-align: center;
    background: #e85b5b;

    border-radius: 12px;
}
.memory-modal__title {

    margin-bottom: 16px;

    color: #fff;

    font-family: Georgia, serif;

    font-size: 36px;

    line-height: 1.2;

}

.memory-modal__text {

    margin-bottom: 28px;

    color: rgba(255,255,255,.68);

    font-size: 16px;

    line-height: 1.6;

}

.memory-modal__form input,

.memory-modal__form textarea {

    width: 100%;
    margin-bottom: 15px;
    min-height: 55px;
    font-size: 16px;
    padding: 0 18px;

    border: 1px solid rgba(216,166,74,.35);

    border-radius: 8px;

    background: rgba(255,255,255,.04);

    color: #fff;

}

.memory-modal__form textarea {

    min-height: 110px;

    padding-top: 14px;

}

.memory-modal__form input::placeholder,

.memory-modal__form textarea::placeholder {

    color: rgba(255,255,255,.45);

}

.memory-modal__form input[type="submit"],

.memory-modal__form button[type="submit"] {

    min-height: 56px;

    border: 0;

    background: linear-gradient(180deg,#f4c76d,#d8a64a);

    color: #111;

    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;

}

.site-footer__social svg path  {
    color: var(--gold);
    fill: var(--gold);
}
.site-footer__social a:hover svg path {
    color: #000;
    fill: #000;
}
.footer-phone::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.315 13.7841C18.0293 13.7841 16.7669 13.583 15.5706 13.1877C14.9844 12.9877 14.2638 13.1712 13.906 13.5386L11.5448 15.3211C8.80638 13.8593 7.1196 12.1731 5.67782 9.4553L7.40786 7.15559C7.85734 6.70671 8.01855 6.05101 7.8254 5.43577C7.42837 4.2332 7.22668 2.97139 7.22668 1.68514C7.22673 0.755945 6.47079 0 5.54165 0H1.68509C0.755945 0 0 0.755945 0 1.68509C0 12.3355 8.66458 21 19.315 21C20.2441 21 21.0001 20.2441 21.0001 19.3149V15.4691C21 14.54 20.2441 13.7841 19.315 13.7841Z" fill="%23DDAA53"/></svg>') no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 0px;
}

footer ul li a:hover {
   color: var(--gold);
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {

    font-family: "Times New Roman", Times, serif;
    font-weight: bold;

}

.nav-wrapper {
    padding: 15px 0;
    background: #0C1116;

}
.nav-logo img {
    width: 250px;
}
.head-page-content .small-title {
    color: white;
    padding: 15px 20px;
    text-transform: uppercase;
    border-radius: 12px;
    border: 1px solid var(--gold);
}
.head-page {

    overflow: hidden;
    background: url(/img/bg3.webp) #050401 no-repeat right top / contain;

    z-index: 1;
}

.mobile-phone {
    position: absolute;
    right: 32%;
    bottom: 5%;

}

.mobile-phone img {
    width: 260px;
}
.head-page-content {
    padding: 200px 0;
}
.nav-active {

    border-bottom: 1px solid rgba(221, 221, 221, 0.2);

}
.head-page .navigation{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;

}



header {
    position: relative;
    z-index: 100;
}
.nav-wrapper {

    z-index: 9999;

}

.nav-menu {
    display: flex;
    justify-content: center;
}
.phone {
    text-align: right;
}
.phone span {
    color: white;
    opacity: .75;
    font-size: 14px;
}
.phone a {
    font-weight:  bold;
    font-size: 22px;
    color: white;
    line-height: 1;
    transition: all .3s;
    position: relative;
    padding-left: 30px;
}
.head-page-descr {
    font-size: 20px;
    color: white;
}
.phone a::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.315 13.7841C18.0293 13.7841 16.7669 13.583 15.5706 13.1877C14.9844 12.9877 14.2638 13.1712 13.906 13.5386L11.5448 15.3211C8.80638 13.8593 7.1196 12.1731 5.67782 9.4553L7.40786 7.15559C7.85734 6.70671 8.01855 6.05101 7.8254 5.43577C7.42837 4.2332 7.22668 2.97139 7.22668 1.68514C7.22673 0.755945 6.47079 0 5.54165 0H1.68509C0.755945 0 0 0.755945 0 1.68509C0 12.3355 8.66458 21 19.315 21C20.2441 21 21.0001 20.2441 21.0001 19.3149V15.4691C21 14.54 20.2441 13.7841 19.315 13.7841Z" fill="%23DDAA53"/></svg>') no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 6px;
}
.phone a:hover {
    color: #DDAA53;
    text-decoration: none;
}
.content-single img {
    border-radius: 12px;
}
.single-memory {
    background: #F2EEEA !important;
}
.flame-single{
    position: absolute;
    right: 74px;
    bottom: 81px;
    z-index: 10;
}
.nav-menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 35px;
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.nav-menu ul li a {
    position: relative;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
}
.nav-menu ul li a:hover {
    color:#DDAA53;
}
.single-memory .site-footer__cta,
.single-memory .call-float {
    display: none;
}
.memory-biography-wrap {
    margin-top: 70px;
}
.nav-menu ul li a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -6px;

    width: 0;

    height: 2px;

    background: #DDAA53;

    transition: width .3s ease;

}

.nav-menu ul li a:hover::after {

    width: 100%;

}

.head-page-content h1 {
    color: white;
    font-size: 70px;
    line-height: 1.05;
}

.head-page-content h1 span {
    color: var(--gold);
}
.head-btn {
    margin-top: 55px;
}
.wp-block-separator {
    border: none;
    border-top: 1px solid !important;
}
.btn {
    background: var(--gold);
    padding: 20px 80px;
    border-radius: 12px;
    font-weight: bold;
    border: 1px solid var(--gold);
    transition: all .3s;
    text-transform: uppercase;
}

.btn:hover {
    text-decoration: none;
    color: white;
    border: 1px solid var(--gold);
    background: transparent;
}

.statistik {
    display: flex;
    justify-content: center;
    text-align: center;
}
.flame {
    position: absolute;
    width: 38px;
    height: 72px;
    bottom: 150px;
    right: 337px;
}

.page-entry__content ,
.page-entry__content h2,
.page-entry__content h3,
.page-entry__content h4
{

    color: white !important;
}
.page-entry__title {
    font-size: 40px !important;
}
.seo-text p,
.seo-text h2,
.seo-text h3,
.seo-text ul {
    color: white;
}
.seo-text {padding: 25px;
border: 1px solid rgba(216, 166, 74, .25);
border-radius: 12px;
background: rgba(255, 255, 255, .02);
overflow: hidden;
}

.qr-share-stats{

    display:flex!important;

    justify-content:center!important;

    align-items:center!important;

    gap:28px;

    flex-wrap:wrap;

    width:max-content!important;

    max-width:100%;

    margin-left:auto!important;

    margin-right:auto!important;

}
.qr-share-stats{

    align-self:center!important;

}
.qr-share-center{

    display:flex;

    justify-content:center;

    width:100%;

}

.qr-share-center .qr-share-stats{

    margin:0;

}
.qrm6-acf-card .acf-button {
    padding: 10px 15px;
}
.qrm6-chat h3 {
    color: white;
}
.page-entry__title,
.qrmh-footer h2{
    color: white;
}
.acf-fields>.acf-tab-wrap .acf-tab-group {

    margin-bottom: 0 !important;
}
.bio-gallery{
    display:flex;
    gap:20px;
    margin:30px 0;
}
.qrf-tree-person img, .qrf-tree-person__letter,
.qrf-card__photo img{
    object-position: top !important;
}

.bio-gallery img{
    width: 46%;
    height:auto;
    display:block;
    border-radius:8px;
}
.content-single img {
    margin: 15px 0;
}
@media (max-width:640px){
    .bio-gallery{
        flex-direction:column;
    }
    .bio-gallery img{
        width:100%;
    }
}

.flame__glow {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 70px;
    height: 70px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,190,70,.42), rgba(255,120,20,.18) 42%, transparent 72%);
    animation: fireGlow 1.8s infinite ease-in-out;
}

.flame__outer,
.flame__middle,
.flame__inner {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform-origin: 50% 100%;
    border-radius: 52% 48% 48% 52% / 62% 62% 38% 38%;
    clip-path: path("M 18 0 C 34 18 35 38 24 55 C 16 68 2 61 1 45 C 0 29 12 19 18 0 Z");
}

.flame__outer {
    width: 36px;
    height: 66px;
    transform: translateX(-50%);
    background: radial-gradient(circle at 55% 82%, #ffd66b 0 8%, #ff9d1f 26%, #ff5a12 56%, rgba(255,70,8,.05) 78%);
    box-shadow: 0 0 18px rgba(255,178,55,.95), 0 0 45px rgba(255,92,18,.75);
    animation: fireOuter 1.15s infinite ease-in-out;
}

.flame__middle {
    width: 24px;
    height: 50px;
    bottom: 3px;
    background: radial-gradient(circle at 50% 80%, #fff0b8 0 12%, #ffc94d 35%, #ff8a18 62%, transparent 82%);
    animation: fireMiddle .85s infinite ease-in-out;
}

.flame__inner {
    width: 12px;
    height: 32px;
    bottom: 7px;
    background: radial-gradient(circle at 50% 78%, #fff 0 28%, #fff4bf 52%, rgba(255,244,191,.15) 78%);
    animation: fireInner .7s infinite ease-in-out;
}

@keyframes fireOuter {
    0%, 100% {
        transform: translateX(-50%) rotate(-2deg) scale(1,1);
        opacity: .96;
    }
    30% {
        transform: translateX(-54%) rotate(4deg) scale(.92,1.08);
        opacity: 1;
    }
    60% {
        transform: translateX(-47%) rotate(-5deg) scale(1.06,.96);
        opacity: .9;
    }
}

@keyframes fireMiddle {
    0%, 100% {
        transform: translateX(-50%) rotate(2deg) scale(.95,1);
    }
    50% {
        transform: translateX(-46%) rotate(-4deg) scale(1.08,1.12);
    }
}

@keyframes fireInner {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: .95;
    }
    50% {
        transform: translateX(-52%) scale(.8,1.2);
        opacity: 1;
    }
}

@keyframes fireGlow {
    0%, 100% {
        transform: translateX(-50%) scale(.9);
        opacity: .55;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: .95;
    }
}
.mobile-menu {
    text-align: right;
}

.mobile-menu button {
    padding: 15px 30px;
    -webkit-appearance: none;
    background: var(--gold);
    text-transform: uppercase;
    border-radius: 12px;
    font-size: 16px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

:root{
    --gold:#DDAA53;
}
.call-float{
    position:fixed;
    right:30px;
    bottom:30px;
    z-index:9999;
    width:64px;
    height:64px;
    border-radius:50%;
    background:var(--gold);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    box-shadow:0 8px 24px rgba(0,0,0,.25);
    transition:transform .2s ease, box-shadow .2s ease;
    animation:callPulse 1.8s infinite;
}
.call-float:hover{
    transform:scale(1.08);
    box-shadow:0 10px 30px rgba(0,0,0,.32);
}
.call-float__icon{
    font-size:30px;
    line-height:1;
}
@keyframes callPulse{
    0%{
        box-shadow:0 0 0 0 rgba(221,170,83,.55),0 8px 24px rgba(0,0,0,.25);
    }
    70%{
        box-shadow:0 0 0 18px rgba(221,170,83,0),0 8px 24px rgba(0,0,0,.25);
    }
    100%{
        box-shadow:0 0 0 0 rgba(221,170,83,0),0 8px 24px rgba(0,0,0,.25);
    }
}

.section-title h2 {
    font-size: 45px;
    color: white;
}
.whois {
    color: white;
}

.section-title h2 span {
    color: var(--gold);
}

.whois .section-title
 {
    text-align: center;
}
.benefits__icon img {
    width: 45px;
}
.benefits__box {

    padding: 22px 28px;

    border-radius: 18px;

    border: 1px solid rgba(217,166,75,.45);

    background: rgba(255,255,255,.035);

    backdrop-filter: blur(10px);

}

.benefits__item {

    display: flex;

    align-items: flex-start;

    gap: 18px;

}
.memory-hero__age {
    display: block;
    font-style: italic;
}
.benefits__icon {

    width: 70px;

    min-width: 70px;

    height: 70px;

    border-radius: 50%;

    color: var(--gold);

    background: rgba(221,170,83,.12);

    border: 1px solid rgba(221,170,83,.45);

    display: flex;

    align-items: center;

    justify-content: center;

}
.flame-single {
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.flame-single.is-active {
    opacity: 1;
    visibility: visible;
}
.memory-candle-count {
    margin: 5px 0 10px;
    color: rgba(255,255,255,.65);
    font-size: 15px;
    text-align: center;
}
.memory-candle-count span {
    color: #d8a64a;
}
.memory-hero__btn.is-disabled {

    opacity: .7;

    pointer-events: none;

}
.benefits__title {

    color: #fff;

    font-weight: 700;

    font-size: 18px;

    margin-bottom: 8px;

}

.benefits__text {

    color: rgba(255,255,255,.7);

    font-size: 15px;

    line-height: 1.45;

}
.svet {
    position: absolute;
    right: 15px;
    bottom: -37px;
    z-index: 10;
    width: 123px;
    max-width: 123px;
    height: 123px !important;
}
.cveti{
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 10;
}

.tariffs {

    color: #fff;
}
.tariffs__head {
    margin-bottom: 45px;
}
.tariffs__card {
    background: #070b0e;
}
.tariffs__label {
    color: #d9a64b;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tariffs__title {
    margin: 18px 0 12px;
    color: #fff;

    font-size: 52px;
    line-height: 1.15;

}
.tariffs__subtitle {
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.5;
}
.tariffs__card {
    position: relative;
    min-height: 100%;
    padding: 42px 38px 34px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(217,166,75,.28);
    border-radius: 16px;
    background: #070b0e;
}
.tariffs__card--active {
    border-color: #d9a64b;
    box-shadow: 0 0 28px rgba(217,166,75,.18);
}
.tariffs__badge {
    position: absolute;
    top: -15px;
    left: 50%;
    padding: 8px 28px;
    border-radius: 5px;
    background: linear-gradient(180deg, #f4c76d, #d8a144);
    color: #151515;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
}
.tariffs__top {
    text-align: center;
}
.tariffs__name {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
}
.tariffs__name--gold {
    color: #d9a64b;
}
.tariffs__line {
    width: 58px;
    height: 1px;
    margin: 18px auto;
    background: #d9a64b;
}
.tariffs__desc {
    min-height: 54px;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.55;
}
.tariffs__list {
    margin: 30px 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255,255,255,.12);
    list-style: none;
}
.tariffs__card--active {
    background: url(/img/russia.webp) #070b0e no-repeat center top / contain;
}
.tariffs__list li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 32px;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.4;
}
.tariffs__list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #d9a64b;
    border-radius: 50%;
    color: #d9a64b;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.tariffs__discount {
    margin-top: auto;
    margin-bottom: 24px;
    padding: 16px 18px;
    border: 1px solid rgba(217,166,75,.45);
    border-radius: 10px;
    color: #e7bd68;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}
.tariffs__bottom {
    margin-top: auto;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.12);
    text-align: center;
}
.tariffs__oldprice {
    display: inline-block;
    margin-right: 12px;
    color: rgba(255,255,255,.55);


    font-size: 26px;
    line-height: 1;
    text-decoration: line-through;
}
.tariffs__price {
    color: #fff;

    font-size: 36px;
    line-height: 1.1;
}
.tariffs__price--gold {
    display: inline-block;
    color: #d9a64b;
}
.tariffs__pay {
    margin-top: 8px;
    color: rgba(255,255,255,.56);
    font-size: 14px;
}

.memory-qr img {
    width: 220px;
    height: 220px;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
}


.memory-hero {
    background: #070b0e;
    color: #fff;
    padding: 15px 0;
}
.memory-hero__box {
    display: grid;
    grid-template-columns: 38% 62%;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(216,166,74,.28);

    background: radial-gradient(circle at 70% 40%, rgba(216,166,74,.16), transparent 42%), #0a0d0f;
}
.memory-hero__photo {
    position: relative;
    min-height: 500px;
    background: #111;
}
.memory-hero__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 65%, #0a0d0f 100%);
}
.memory-hero__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom;
}

.memory-form{
    width:100%;
}
.memory-form__field{
    margin-bottom:34px;
}
.memory-form__field input[type="text"],
.memory-form__field input[type="tel"]{
    box-sizing:border-box;
    width:100%;
    height:56px;
    padding:0 18px;
    border:1px solid #b7b9bc;
    border-radius:8px;
    background:#181a1d;
    color:#fff;
    font-size:16px;
    font-family:inherit;
    outline:none;
    transition:border-color .2s,background-color .2s,box-shadow .2s;
}
.memory-form__field input::placeholder{
    color:#8d8f93;
    opacity:1;
}
.memory-form__field input:focus{
    border-color:#efbb55;
    background:#1c1e21;
    box-shadow:0 0 0 3px rgba(239,187,85,.12);
}
.memory-form__consent{
    margin:4px 0 24px;
}
.memory-form__consent .wpcf7-list-item{
    display:block;
    margin:0;
}
.memory-form__consent label{
    display:flex;
    align-items:flex-start;
    gap:12px;
    cursor:pointer;
}
.memory-form__consent input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    flex:0 0 20px;
    width:20px!important;
    height:20px!important;
    margin:2px 0 0!important;
    padding:0!important;
    border:1px solid #777;
    border-radius:4px;
    background:#181a1d;
    cursor:pointer;
    position:relative;
    transition:border-color .2s,background-color .2s;
}
.memory-form__consent input[type="checkbox"]:hover{
    border-color:#efbb55;
}
.memory-form__consent input[type="checkbox"]:checked{
    border-color:#efbb55;
    background:#efbb55;
}
.memory-form__consent input[type="checkbox"]:checked::after{
    content:"";
    position:absolute;
    left:6px;
    top:2px;
    width:5px;
    height:10px;
    border:solid #111;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}
.memory-form__consent-text{
    display:block;
    color:#85878b;
    font-size:13px;
    line-height:1.55;
}
.memory-form__consent-text a{
    color:#efbb55;
    text-decoration:none;
}
.memory-form__consent-text a:hover{
    text-decoration:underline;
}
.memory-form__submit input[type="submit"]{
    box-sizing:border-box;
    width:100%;
    height:57px;
    padding:0 20px;
    border:0;
    border-radius:8px;
    background:#efbb55;
    color:#111;
    font-size:16px;
    font-family:inherit;
    font-weight:700;
    cursor:pointer;
    transition:background-color .2s,transform .2s,opacity .2s;
}
.memory-form__submit input[type="submit"]:hover{
    background:#f5c86f;
    transform:translateY(-1px);
}
.memory-form__submit input[type="submit"]:active{
    transform:translateY(0);
}
.memory-form .wpcf7-not-valid-tip{
    margin-top:7px;
    font-size:13px;
    color:#e85b5b;
}
.memory-form .wpcf7-response-output{
    margin:20px 0 0!important;
    padding:12px 15px!important;
    border-radius:6px;
    font-size:14px;
}


.memory-form .wpcf7-acceptance input[type="checkbox"],
.memory-form input[name="personal-data-consent"]{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:inline-block!important;
    position:relative!important;
    box-sizing:border-box!important;
    flex:0 0 20px!important;
    width:20px!important;
    min-width:20px!important;
    max-width:20px!important;
    height:20px!important;
    min-height:20px!important;
    max-height:20px!important;
    margin:2px 12px 0 0!important;
    padding:0!important;
    border:1px solid #8b8b8b!important;
    border-radius:3px!important;
    background:#181a1d!important;
    box-shadow:none!important;
    transform:none!important;
    vertical-align:top!important;
    cursor:pointer!important;
}
.memory-form .wpcf7-acceptance input[type="checkbox"]:checked,
.memory-form input[name="personal-data-consent"]:checked{
    border-color:#efbb55!important;
    background:#efbb55!important;
}
.memory-form .wpcf7-acceptance input[type="checkbox"]:checked::after,
.memory-form input[name="personal-data-consent"]:checked::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:6px!important;
    top:2px!important;
    width:5px!important;
    height:10px!important;
    border:solid #111!important;
    border-width:0 2px 2px 0!important;
    transform:rotate(45deg)!important;
}
.memory-form .wpcf7-acceptance .wpcf7-list-item{
    display:block!important;
    margin:0!important;
}
.memory-form .wpcf7-acceptance label{
    display:flex!important;
    align-items:flex-start!important;
    margin:0!important;
    cursor:pointer!important;
}
.memory-form .wpcf7-acceptance .wpcf7-list-item-label{
    display:block!important;
    flex:1!important;
    font-size:14px!important;
    line-height:1.55!important;
    color:#b5b5b5!important;
}
.memory-form .wpcf7-acceptance .wpcf7-list-item-label a{
    color:#efbb55!important;
    text-decoration:none!important;
}
.memory-form .wpcf7-acceptance .wpcf7-list-item-label a:hover{
    text-decoration:underline!important;
}

@media(max-width:600px){
    .memory-form__field{
        margin-bottom:20px;
    }
    .memory-form__field input[type="text"],
    .memory-form__field input[type="tel"]{
        height:52px;
        font-size:15px;
    }
    .memory-form__consent-text{
        font-size:12px;
    }
}
.memory-hero__content {
    padding: 55px 55px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-mini {
    max-width: 700px;
    margin: 0 auto;
}
:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}
.content-single h3 {
    font-size: 30px !important;
    margin-top: 0;
    margin-bottom: 25px;
}
.content-single p {
    font-size: 16px;
}

.memory-hero__title {
    margin: 0 0 18px;
    color: #fff;

    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    text-shadow: 0 3px 12px rgba(0,0,0,.8);
}
.memory-hero__dates {
    margin-bottom: 32px;
    color: #d8a64a;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}
.memory-hero__quote {
    margin-top: 35px;
    position: relative;
    padding-left: 45px;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.6;
}
.memory-hero__quote::after {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 20px;
    top: 0;
    background:url('data:image/svg+xml,<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.29569 4.75806C3.4909 3.57359 5.0247 2.30836 6.22384 2.28144C6.3075 2.28144 6.39117 2.25452 6.44694 2.20068C6.50271 2.17376 6.55849 2.14684 6.58638 2.06608C7.00468 1.31233 6.78159 0.720091 6.08441 0.235535C5.27568 -0.329781 3.99287 0.235535 3.35147 0.747011C1.73401 2.03916 0.0886668 4.27346 0.172328 6.40017C-0.106543 7.82696 -0.0507691 9.36135 0.367538 10.6266C0.64641 11.4342 1.45514 11.838 2.29175 11.8918C3.12837 11.9456 4.85737 12.1879 5.61033 11.7034C6.36328 11.2188 6.41905 10.2766 6.50271 9.46907C6.58638 8.58072 6.83736 6.91165 6.05652 6.21173C5.27568 5.53874 3.04471 6.26557 3.29569 4.75806ZM12.4985 4.75806C12.6937 3.57359 14.2274 2.30836 15.4266 2.28144C15.5103 2.28144 15.5939 2.25452 15.6497 2.20068C15.7055 2.17376 15.7613 2.14684 15.7892 2.06608C16.2075 1.31233 15.9844 0.720091 15.2872 0.235535C14.4785 -0.329781 13.1957 0.235535 12.5542 0.747011C10.9368 2.03916 9.29143 4.2735 9.37509 6.40017C9.09622 7.82696 9.152 9.36135 9.57026 10.6266C9.84913 11.4342 10.6579 11.838 11.4945 11.8918C12.3311 11.9457 14.0601 12.1879 14.8131 11.7034C15.566 11.2188 15.6218 10.2766 15.7055 9.46907C15.7891 8.58072 16.0401 6.91165 15.2593 6.21173C14.4784 5.53874 12.2196 6.26557 12.4985 4.75806Z" fill="url(%23paint0_linear_10640_590)"/><defs><linearGradient id="paint0_linear_10640_590" x1="8" y1="0" x2="8" y2="12" gradientUnits="userSpaceOnUse"><stop stop-color="%23EDC178"/><stop offset="1" stop-color="%23C1914C"/></linearGradient></defs></svg>') no-repeat center / cover;
}
.memory-hero__info {
    margin-bottom: 42px;
}
.memory-hero__info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #d8a64a;
}
.memory-hero__info-item p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.45;
}
.memory-hero__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.memory-hero__btn {
    min-height: 60px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216,166,74,.6);
    border-radius: 6px;
    color: #d8a64a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.memory-hero__btn:hover {
    background: #d8a64a;
    color: #111;
    text-decoration: none;
}
.memory-hero__btn--gold {
    background: linear-gradient(180deg,#d9b16a,#a87735);
    color: #fff;
}
figcaption {
    font-size: 14px;
    opacity: .75;
}
figure {
    width: 100% !important;
}
.memory-timeline__image {
    object-position: top;
}
.bio-info__box h2 {
    margin: 25px 0;
}
.burial-map__info-item img {
    border-radius: 12px;
    margin: 5px;
}
.tariffs__btn {
    margin-top: 22px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9a64b;
    border-radius: 8px;

    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s;
    background: #d9a64b;
    color: #101010;
}
.tariffs__btn:hover {
    background: transparent;
    color: #d9a64b;
    text-decoration: none;
}
.tariffs__btn--gold {
    background: linear-gradient(180deg, #f4c76d, #d8a144);
    color: #101010;
}
.tariffs__note {
    max-width: 900px;
    margin: 34px auto 0;
    padding: 18px 24px;
    border: 1px solid rgba(217,166,75,.25);
    border-radius: 10px;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.4;
    text-align: center; 
} 
.bio-info {
    padding: 35px 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(198, 163, 107, .1), transparent 32%),
        #f2eeea;
}
#memory-biography-info .bio-info__box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(180, 145, 95, .28);
    border-radius: 28px;
    background: rgba(255, 255, 255, .42);
    box-shadow: 0 18px 55px rgba(67, 54, 39, .06);
}
#memory-biography-info .bio-info__row {
    display: contents;
}
#memory-biography-info .bio-info__item {
    position: relative;
    min-width: 0;
    min-height: 150px;
    padding: 28px 28px 30px;
    overflow: hidden;
    border: 1px solid rgba(180, 145, 95, .22);
    border-radius: 18px;
    background: rgba(255, 255, 255, .62);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
#memory-biography-info .bio-info__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 42px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: #c6a36b;
}
@media (hover: hover) {
    #memory-biography-info .bio-info__item:hover {
        border-color: rgba(180, 145, 95, .48);
        box-shadow: 0 12px 30px rgba(67, 54, 39, .08);
        transform: translateY(-2px);
    }
}
#memory-biography-info .bio-info__title {
    margin-bottom: 14px;
    color: #8b7656;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
#memory-biography-info .bio-info__text {
    color: #292a2c;
    font-family: Georgia, serif;
    font-size: clamp(19px, 1.45vw, 23px);
    line-height: 1.45;
    overflow-wrap: anywhere;
}


.section-title  h2 {
    font-size: 50px;
   color: var(--dark);
}

.team-contacts {
    position: relative;
    overflow: hidden;
    background: #070b0e;
    color: #fff;
}

.team-contacts__head {
    position: relative;
    z-index: 1;
    margin-bottom: 44px;
}
.team-contacts__title {
    margin: 0;
    color: #f2ede5;

    font-size: 60px;
    line-height: 1.1;
    font-weight: bold;
}
.team-contacts__decor {
    margin: 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #d8a64a;
}
.team-contacts__decor span {
    width: 110px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d8a64a);
}
.team-contacts__decor span:last-child {
    background: linear-gradient(90deg, #d8a64a, transparent);
}
.team-contacts__decor i {
    font-size: 14px;
    font-style: normal;
}
.team-contacts__subtitle {
    color: rgba(255,255,255,.62);
    font-size: 17px;
    line-height: 1.6;
}
.team-contacts__grid {
    position: relative;
    z-index: 1;
}
.team-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
    box-shadow: 0 20px 45px rgba(0,0,0,.28);
}
.team-card__photo {
    position: relative;
    height: 310px;
    overflow: hidden;
    background: #111;
}
.team-card__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(7,11,14,.38) 100%);
}
.team-card__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.team-card__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    max-width: 170px;
    padding: 10px 15px;
    border: 1px solid rgba(216,166,74,.18);
    border-radius: 8px;
    background: rgba(7,11,14,.7);
    color: #f1ece5;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;

}
.team-card__body {
    padding: 24px 28px 26px;
}
.team-card__name {
    margin: 0 0 6px;
    color: #f4eee6;

    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
}
.team-card__position {
    min-height: 46px;
    color: #d8a64a;
    font-size: 15px;
    line-height: 1.45;
}
.team-card__line {
    width: 30px;
    height: 2px;
    margin: 16px 0;
    background: #d8a64a;
}
.team-card__description {
    min-height: 50px;
    color: rgba(255,255,255,.62);
    font-size: 14px;
    line-height: 1.55;
}
.team-card__contacts {
    margin-top: 18px;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: start;

    gap: 10px;
    border-top: 1px solid rgba(255,255,255,.09);
}
.team-card__phone {
    font-weight: bold;
    font-size: 22px;
    color: white;
    line-height: 1;
    transition: all .3s;
    position: relative;
    padding-left: 30px;
}
.team-card__phone::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.315 13.7841C18.0293 13.7841 16.7669 13.583 15.5706 13.1877C14.9844 12.9877 14.2638 13.1712 13.906 13.5386L11.5448 15.3211C8.80638 13.8593 7.1196 12.1731 5.67782 9.4553L7.40786 7.15559C7.85734 6.70671 8.01855 6.05101 7.8254 5.43577C7.42837 4.2332 7.22668 2.97139 7.22668 1.68514C7.22673 0.755945 6.47079 0 5.54165 0H1.68509C0.755945 0 0 0.755945 0 1.68509C0 12.3355 8.66458 21 19.315 21C20.2441 21 21.0001 20.2441 21.0001 19.3149V15.4691C21 14.54 20.2441 13.7841 19.315 13.7841Z" fill="%23DDAA53"/></svg>') no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 6px;
}
.team-card__phone .uk-icon {
    color: #d8a64a;
}
.team-card__phone:hover {
    color: #d8a64a;
    text-decoration: none;
}
.team-card__socials {
    display: flex;
    gap: 10px;
}
.team-card__socials a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216,166,74,.65);
    border-radius: 50%;
    color: #d8a64a;
    transition: .25s;
}
.team-card__socials a:hover {
    background: #d8a64a;
    color: #111;
}
.team-offices {
    position: relative;
    min-height: 170px;
    margin-top: 24px;
    padding: 32px 40px;
    display: grid;
    grid-template-columns: 1fr auto 1fr 1.15fr;
    align-items: center;
    gap: 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: linear-gradient(120deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
}
.team-offices__item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.team-offices__icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216,166,74,.65);
    border-radius: 50%;
    color: #d8a64a;
}
.team-offices__icon img {
    width: 40px;
}
.team-offices__title {
    margin-bottom: 8px;
    color: #f1ece5;

    font-size: 22px;
}
.team-offices__address {
    margin-bottom: 4px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
}
.team-offices__note {
    margin-top: 4px;
    color: rgba(255,255,255,.45);
    font-size: 13px;
    line-height: 1.45;
}
.team-offices__divider {
    width: 1px;
    height: 100px;
    background: rgba(255,255,255,.12);
}
.team-offices__map {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: url("/img/m.jpg") center/88% auto no-repeat;
    opacity: .65;
}
.team-offices__map::after {
    content: "";
    position: absolute;
    inset: 0;

}
.team-offices__map-point {
    position: absolute;
    z-index: 2;
    color: #d8a64a;
}
.team-offices__map-point--one {
    top: 45%;
    left: 30%;
}
.team-offices__map-point--two {
    top: 60%;
    left: 56%;
}

@media (max-width: 1930.98px) {
    .head-page {
        background: url(/img/bg3.webp) #050401 no-repeat 470px top / contain;
    }
    .flame {
        bottom: 145px;
        right: 9.2%;
    }
    .mobile-phone {
        bottom: 10%;
    }
}

@media (max-width: 1800.98px) {
.head-page {
    background: url(/img/bg3.webp) #050401 no-repeat 280px top / contain;
}
    .flame {
        bottom: 150px;
        right: 9.2%;
    }
}
@media (max-width: 1440.98px) {
    .head-page {
        background: url(/img/bg3.webp) #050401 no-repeat 60px top / cover;
    }
    .mobile-phone img {
        width: 220px;
    }
    .mobile-phone {
        bottom: 10%;
        right: 35%;
    }
    .flame {
        bottom: 140px;
        right: 11%;
    }
    .head-page-content h1 {

        font-size: 55px;

    }
}

@media (max-width: 1366.98px) {
    .flame {
        bottom: 107px;
        right: 7.5%;
    }
    .head-page-content {
        padding: 150px 0;
    }
    .head-page-descr {
        font-size: 18px;
    }
    .head-page {
        background: url(/img/bg3.webp) #050401 no-repeat 180px top / cover;
    }
    .mobile-phone {
        bottom: 10%;
        right: 32%;
    }
}
@media (max-width: 1300.98px) {
    .nav-menu ul {
        gap: 25px;
    }
    .phone a {
        font-size: 18px;
    }
    .phone a::after {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 1199.98px) {
    .uk-offcanvas-bar {
        background: var(--dark);
    }
    .cabinet-header-button--mobile {
        width: 50px;
        min-width: 50px !important;
    }
    .team-offices {
        grid-template-columns: 1fr 1px 1fr;
    }
    .team-offices__map {
        display: none;
    }
    .tariffs__card--active {
        transform: none;
    }
    .mobile-phone {
        bottom: 10%;
        right: 20%;
    }
    .flame {
        bottom: 44%;
        right: auto;
        left: 17px;
    }
}
@media (max-width: 959px) {
    .tariffs__title {
        font-size: 40px;
    }
    .team-contacts__title {
        font-size: 48px;
    }
    .team-card__photo {
        height: 290px;
    }
    .team-offices {
        padding: 28px;
    }
    .tariffs__grid > div:last-child {
        width: 100%;
    }
    #memory-biography-info .bio-info__box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 14px;
        border-radius: 22px;
    }
    .section-title  h2 {
        font-size: 35px;
        color: var(--dark);
    }
    .memory-hero__box {
        grid-template-columns: 1fr;
    }
    .memory-hero__photo {
        min-height: 420px;
    }
    .memory-hero__photo::after {
        background: linear-gradient(180deg, transparent 65%, #0a0d0f 100%);
    }
    .memory-hero__content {
        padding: 38px 30px;
    }
}
@media (max-width: 991.98px) {
    .head-page-content {
        padding: 100px 0;
    }
    .flame {
        bottom: 44%;
        right: auto;
        left: 10px;
    }
    .head-page-content h1 {
        font-size: 32px;
    }
    .head-page-descr {
        font-size: 16px;
    }
    .mobile-phone {
        bottom: 5%;
        right: 10%;
    }
    .mobile-phone img {
        width: 200px;
    }
}
@media (max-width: 767.98px) {
    .call-float {
        display: none !important;
    }
    .memory-modal .uk-modal-dialog {
        padding: 20px;
    }
    .nav-logo img {
        width: 160px;
    }
    .benefits__text br {
        display: none;
    }
    .memory-hero__quote br {
        display: none;
    }
    .services__subtitle br {
        display: none;
    }
    .memory-biography-wrap {
        margin-top: 35px;
    }
   .flame__outer {
        width: 20px;
        height: 60px;
    }

    .head-page {
        background: url(/img/x-1.webp) #050401 no-repeat center top / cover;
    }
    .head-page::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 70%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
        pointer-events: none;
        transform: rotate(180deg);
    }
    .head-page .btn {

        padding: 20px 0;


        display: block;
        text-align: center;
    }
    .head-btn {
        margin-top: 35px;
    }
    .head-page-content {
        padding: 35px 0;
        z-index: 2;
        position: relative;
    }
    .head-page-content .small-title {
        font-size: 14px;
    }
    .mobile-phone {
        bottom: inherit;
        right: inherit;
        position: relative;
        margin: 0 auto;
        display: flex;
        padding-bottom: 35px;
        justify-content: center;
    }
    .head-page-content h1 {
        font-size: 35px;
        margin: 45px 0 25px;
    }
    .flame {
        bottom: 49%;
        right: auto;
        left: 28%;
    }
    .canvas-menu ul {
        margin: 35px 0;
        list-style: none;
        padding: 0;
    }
    .phone {
        text-align: left;
    }
    .canvas-menu ul li a {
        display: block;
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0;
        border-bottom: 1px solid rgba(221, 221, 221, 0.2);
    }
    .uk-offcanvas-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.8);
        opacity: 0;
        transition: opacity .15s linear;
    }
    .canvas-logo {
        display: flex;
        padding-top: 35px;
        justify-content: center;
    }
}

@media(max-width:600px){
    .call-float{
        right:16px;
        bottom:16px;
        width:58px;
        height:58px;
    }
    .team-contacts__head {
        margin-bottom: 30px;
        text-align: left !important;
    }
    .team-contacts__title {
        font-size: 38px;
    }
    .team-contacts__decor {
        justify-content: flex-start;
    }
    .team-contacts__decor span {
        width: 55px;
    }
    .team-contacts__subtitle {
        font-size: 15px;
    }
    .team-card__photo {
        height: 270px;
    }
    .team-card__body {
        padding: 22px 20px;
    }
    .team-card__name {
        font-size: 25px;
    }
    .team-card__position,
    .team-card__description {
        min-height: auto;
    }
    .team-card__contacts {
        align-items: flex-start;
        flex-direction: column;
    }
    .team-offices {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px 20px;
    }
    .team-offices__divider {
        width: 100%;
        height: 1px;
    }
    .team-offices__icon {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }
    .team-offices__title {
        font-size: 20px;
    }
    #memory-biography-info .bio-info__box {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px;
        border-radius: 18px;
    }
    #memory-biography-info .bio-info__item {
        min-height: 0;
        padding: 24px 20px 25px;
        border-radius: 14px;
    }
    #memory-biography-info .bio-info__item::before {
        left: 20px;
        width: 36px;
    }
    #memory-biography-info .bio-info__title {
        margin-bottom: 10px;
        font-size: 11px;
    }
    #memory-biography-info .bio-info__text {
        font-size: 18px;
        line-height: 1.45;
    }
    .tariffs__head {
        margin-bottom: 32px;
    }
    .tariffs__title {
        font-size: 32px;
    }
    .tariffs__subtitle {
        font-size: 16px;
    }
    .tariffs__card {
        padding: 34px 24px 26px;
    }
    .tariffs__name {
        font-size: 28px;
    }
    .tariffs__desc {
        min-height: auto;
    }
    .tariffs__price {
        font-size: 32px;
    }
    .tariffs__note {
        font-size: 14px;
        text-align: left;
    }
    .memory-modal__title {
        font-size: 25px;
    }
    .call-float__icon{
        font-size:28px;
    }
    .memory-hero__photo {
        min-height: 340px;
    }
    .memory-hero__content {
        padding: 30px 22px;
    }
    .memory-hero__title {
        font-size: 36px;
    }
    .memory-hero__dates {
        font-size: 19px;
    }
    .memory-hero__buttons {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}



@media (max-width: 350.98px) {
    .nav-logo img {
        width: 160px;
    }
    .mobile-menu button {
        padding: 10px 20px;
    }
    .head-page-content h1 {
        font-size: 30px;

    }
    .flame {
        bottom: 49%;
        right: auto;
        left: 23%;
    }
}
