@charset "UTF-8";
/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/montserrat/montserrat-v30-cyrillic_latin-regular.woff2") format("woff2");
}
/* montserrat-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/montserrat/montserrat-v30-cyrillic_latin-500.woff2") format("woff2");
}
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/montserrat/montserrat-v30-cyrillic_latin-600.woff2") format("woff2");
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/montserrat/montserrat-v30-cyrillic_latin-700.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html, body {
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

section {
  padding: 5% 0;
  min-height: auto;
  display: flex;
  align-items: center;
}
section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #2c3e50;
}
section p {
  font-size: 18px;
  line-height: 1.8;
  color: #34495e;
}

.logo-container {
  display: flex;
  align-items: center;
  user-select: none;
  gap: 1%;
}
.logo-container .logo {
  display: flex;
  align-items: center;
  height: 50px;
  margin-right: 15px;
}
.logo-container .logo img {
  height: 100%;
  width: auto;
  transition: transform 0.3s ease;
}
.logo-container .logo:hover img {
  transform: scale(1.05);
}
.logo-container .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo-container .logo-line1 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  section {
    min-height: 100vh;
  }
  .logo-container .logo img {
    height: 45px;
  }
  .logo-container .logo-text .logo-line1 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .logo-container .logo img {
    height: 40px;
  }
  .logo-container .logo-text .logo-line1 {
    font-size: 16px;
  }
}
.social-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.2rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.custom-icon.icon-max svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  transition: fill 0.3s ease;
}
.custom-icon.icon-max::before {
  display: none;
}

.social-link:hover i {
  color: #ffffff;
  transform: scale(1.1);
}
.social-link:hover .icon-max svg {
  fill: #ffffff;
}

.btn, .social-btn, .cta-btn, .header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #5891b1;
  color: #ffffff;
  border: none;
  padding: 0.6em 0.6em;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  height: 2.6em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  appearance: none;
}
.btn i, .social-btn i, .cta-btn i, .header-btn i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  transition: transform 0.3s ease;
}
.btn span, .social-btn span, .cta-btn span, .header-btn span {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.btn:hover, .social-btn:hover, .cta-btn:hover, .header-btn:hover {
  background-color: rgb(71.3779591837, 123.5387755102, 152.8220408163);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.btn:hover i, .social-btn:hover i, .cta-btn:hover i, .header-btn:hover i {
  transform: scale(1.1);
}
.btn:active, .social-btn:active, .cta-btn:active, .header-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn:focus, .social-btn:focus, .cta-btn:focus, .header-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(88, 145, 177, 0.4);
}
.btn:disabled, .social-btn:disabled, .cta-btn:disabled, .header-btn:disabled {
  background-color: rgb(157.5265306122, 190.7959183673, 209.4734693878);
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
  box-shadow: none;
}
.btn::after, .social-btn::after, .cta-btn::after, .header-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle, transparent 1%, rgba(255, 255, 255, 0.2) 1%) center/15000% 15000%;
  opacity: 0;
  transition: opacity 0.5s, background-size 0.5s;
}
.btn:active::after, .social-btn:active::after, .cta-btn:active::after, .header-btn:active::after {
  background-size: 100% 100%;
  opacity: 1;
  transition: 0s;
}

.phone-btn {
  background: linear-gradient(to right, #4a7d9a, #29729b);
}
.phone-btn:hover {
  background: linear-gradient(to right, rgb(65.7236842105, 111.0197368421, 136.7763157895), rgb(32.4653061224, 90.2693877551, 122.7346938776));
}

.header-btn {
  min-width: 180px;
}
.header-btn i {
  font-size: 22px;
}

.cta-btn {
  background: linear-gradient(to right, #29729b, rgb(30.3316326531, 84.3367346939, 114.6683673469));
  padding: 16px 32px;
  font-size: 18px;
  height: 56px;
  box-shadow: 0 6px 15px rgba(41, 114, 155, 0.3);
}
.cta-btn:hover {
  background: linear-gradient(to right, rgb(35.6658163265, 99.1683673469, 134.8341836735), rgb(24.9974489796, 69.5051020408, 94.5025510204));
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(41, 114, 155, 0.4);
}

.social-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
}
.social-btn i {
  font-size: 24px;
}
.social-btn span {
  display: none;
}

.button-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.button-group.centered {
  justify-content: center;
}
.button-group.vertical {
  flex-direction: column;
  align-items: center;
}

.floating-btn {
  display: none;
}
@media (max-width: 768px) {
  .floating-btn {
    display: block;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
  }
  .floating-btn .floating-action-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right, #29729b, rgb(30.3316326531, 84.3367346939, 114.6683673469));
    animation: float 3s ease-in-out infinite;
  }
  .floating-btn .floating-action-btn i {
    font-size: 24px;
    margin: 0 auto;
  }
  .floating-btn .floating-action-btn span {
    display: none;
  }
  .floating-btn .floating-action-btn.pulse {
    animation: pulse 2s 3, float 3s ease-in-out infinite;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(41, 114, 155, 0.5), 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(41, 114, 155, 0), 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(41, 114, 155, 0), 0 8px 25px rgba(0, 0, 0, 0.3);
  }
}
@media (hover: hover) {
  .floating-btn .floating-action-btn:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
}
.floating-btn:active .floating-action-btn {
  transform: scale(0.95);
}

@media (max-width: 992px) {
  .btn i, .header-btn i, .cta-btn i, .social-btn i {
    height: 24px;
    width: 24px;
  }
  .btn span, .header-btn span, .cta-btn span, .social-btn span {
    font-size: 15px;
  }
  .cta-btn {
    padding: 14px 28px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .btn, .header-btn, .cta-btn, .social-btn {
    gap: 0;
  }
  .btn span, .header-btn span, .cta-btn span, .social-btn span {
    display: none;
  }
  .btn i, .header-btn i, .cta-btn i, .social-btn i {
    font-size: 30px;
    height: 30px;
    width: 30px;
  }
  .header-btn {
    min-width: auto;
  }
  .button-group {
    gap: 12px;
  }
  .button-group.vertical {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .btn i, .header-btn i, .cta-btn i, .social-btn i {
    font-size: 25px;
    height: 25px;
    width: 25px;
  }
  .cta-btn {
    width: 100%;
    max-width: 300px;
    height: 48px;
    border-radius: 8px;
  }
  .cta-btn span {
    display: flex;
    font-size: 16px;
  }
  .button-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .button-group .btn, .button-group .header-btn, .button-group .cta-btn, .button-group .social-btn {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    height: 48px;
  }
  .button-group .btn span, .button-group .header-btn span, .button-group .cta-btn span, .button-group .social-btn span {
    display: flex;
    font-size: 16px;
  }
  .floating-btn {
    bottom: 40px;
    right: 20px;
  }
  .floating-btn .floating-action-btn {
    width: 55px;
    height: 55px;
  }
  .floating-btn .floating-action-btn i {
    font-size: 22px;
  }
}
body.no-scroll {
  overflow: hidden;
}

header {
  background-color: #29729b;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  padding: 1em 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: border-radius 0.3s ease, background-color 0.3s ease;
  height: 80px;
}
header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
}
header nav ul .mobile {
  display: none;
}
header nav ul li {
  margin: 0 0.8em;
}
header nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s;
}
header nav ul li a:hover {
  color: #cce7ff;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #cce7ff;
  transition: width 0.3s;
}
header nav ul li a:hover::after {
  width: 100%;
}
header .contacts {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
header .contacts .phone {
  color: #ffffff;
  margin-right: 0.3em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
}
header .contacts .phone:hover {
  color: #cce7ff;
}
header .contacts .phone i {
  margin-right: 8px;
  font-size: 18px;
  line-height: 1;
}
header .mobile-menu-toggle {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
header .mobile-menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
header .mobile-menu-toggle .bar {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}
header .mobile-menu-toggle .bar:nth-child(1) {
  top: 12px;
}
header .mobile-menu-toggle .bar:nth-child(2) {
  top: 20px;
}
header .mobile-menu-toggle .bar:nth-child(3) {
  top: 28px;
}
header .mobile-menu-toggle.is-active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .mobile-menu-toggle.is-active .bar:nth-child(2) {
  opacity: 0;
}
header .mobile-menu-toggle.is-active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 992px) {
  header nav ul li {
    margin: 0 0.4em;
  }
}
@media (max-width: 768px) {
  header {
    --mobile-header-height: 60px;
    padding: 10px 0;
    min-height: var(--mobile-header-height);
    display: flex;
    align-items: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  header .header-container {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  header .header-container .logo-container {
    order: 1;
  }
  header .header-container .contacts {
    order: 2;
  }
  header .header-container .mobile-menu-toggle {
    order: 3;
  }
  header .logo-container {
    z-index: 1005;
    flex: 0 0 auto;
  }
  header .mobile-menu-toggle {
    z-index: 1005;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 0;
  }
  header .contacts {
    display: flex;
    justify-content: end;
    align-items: center;
    flex: 1 1 auto;
    margin: 0 1%;
  }
  header .contacts .phone {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
  }
  header .contacts .phone i {
    display: none;
  }
  header .contacts .phone span {
    display: inline;
    font-size: 14px;
    white-space: nowrap;
  }
  header .contacts .btn, header .contacts .header-btn, header .contacts .cta-btn, header .contacts .social-btn {
    display: none;
  }
  header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 16px;
    background: #29729b;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    z-index: 999;
    pointer-events: none;
  }
  header nav {
    position: fixed;
    top: var(--mobile-header-height);
    left: 0;
    right: 0;
    background: #29729b;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 999;
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px;
    margin: 0;
    list-style: none;
  }
  header nav ul .mobile {
    display: inline;
  }
  header nav ul li {
    margin: 4px 0;
  }
  header nav ul li a {
    display: block;
    padding: 12px 6px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
  }
  header nav ul li a::after {
    height: 0;
    width: 0;
  }
  header.is-open nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 576px) {
  header {
    --mobile-header-height: 58px;
  }
}
@media (max-width: 480px) {
  header .contacts .phone span {
    font-size: 12px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  section#hero {
    min-height: 65vh;
  }
}

.hero-banner {
  padding-top: calc(80px + 2%);
  background-color: #f0f8ff;
}
.hero-banner .banner-container {
  display: flex;
  justify-content: center;
}
.hero-banner .hero-card {
  background-color: #29729b;
  color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.hero-banner .image-content {
  flex: 1 1 45%;
  align-self: flex-end;
  position: relative;
}
.hero-banner .image-content img {
  width: 100%;
  height: auto;
  transform: scale(1.1) translate(-5%, 5%);
  transform-origin: bottom left;
}
.hero-banner .text-content {
  flex: 10 1 50%;
  padding: 2% 2% 2% 8%;
  box-sizing: border-box;
}
.hero-banner .text-content .intro-box {
  background-color: #5891b1;
  width: calc(100% + 8rem);
  margin-left: -2rem;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.hero-banner .text-content .intro-box .main-heading {
  font-size: 1.47em;
}
.hero-banner .text-content .intro-box .divider {
  background-color: #ffffff;
  height: 4px;
  border: none;
  margin: 0.5rem 0 0.5rem;
  border-radius: 16px;
}
.hero-banner .text-content .intro-box .description {
  font-size: 1.26em;
}
.hero-banner .text-content .daily-text {
  color: inherit;
  font-size: 2.1em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.hero-banner .text-content .description {
  color: inherit;
  line-height: inherit;
  margin-top: 1rem;
}
.hero-banner .text-content .hours-block {
  display: flex;
  align-items: baseline;
  margin: 0.5rem 0 1rem;
}
.hero-banner .text-content .hours-block .hours-number {
  font-size: 3.99em;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 992px) {
  .hero-banner .image-content {
    width: 100%;
  }
  .hero-banner .text-content .daily-text {
    font-size: 1.5em;
  }
  .hero-banner .text-content .hours-block .hours-number {
    font-size: 3em;
  }
  .hero-banner .text-content .intro-box {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .hero-banner .image-content {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 90%;
    width: auto;
  }
  .hero-banner .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% center;
    opacity: 0.75;
    transform: translate(0%, 5%);
  }
  .hero-banner .hero-card {
    min-height: 50vh;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .hero-banner .hero-card::before {
    background-color: transparent;
  }
  .hero-banner .text-content {
    z-index: 2;
    padding: 1rem 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  .hero-banner .text-content .intro-box {
    width: 100%;
    margin: 0;
    padding: 5%;
  }
  .hero-banner .text-content .intro-box .main-heading {
    font-size: 1.26em;
  }
  .hero-banner .text-content .intro-box .divider {
    height: 3px;
  }
  .hero-banner .text-content .intro-box .description {
    font-size: 1.05em;
  }
  .hero-banner .text-content .daily-text {
    margin-bottom: 0;
  }
  .hero-banner .text-content .hours-block .hours-number {
    font-size: 2.5em;
  }
}

#cremation {
  background-color: #f0f8ff;
}
#cremation .cremation-container {
  margin: 40px 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
}
#cremation .individual-cremation {
  flex: 2;
  position: relative;
  overflow: visible;
}
#cremation .individual-cremation .card-title {
  margin: 0;
  padding: 30px 50px;
  font-size: 1.47em;
  font-weight: 700;
  color: #29729b;
}
#cremation .individual-cremation .card-body {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 20px 20px;
}
#cremation .individual-cremation .card-text {
  flex: 1;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #34495e;
}
#cremation .individual-cremation .card-image {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: 100%;
  overflow: visible;
}
#cremation .individual-cremation .card-image img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 180%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  will-change: filter;
}
#cremation .common-cremation {
  flex: 1;
  position: relative;
}
#cremation .common-cremation .card-title {
  padding: 30px 50px;
  margin: 0;
  font-size: 1.47em;
  font-weight: 700;
  color: #29729b;
}
#cremation .common-cremation .card-body {
  display: flex;
  align-items: flex-end;
  flex: 1;
  padding: 0 20px 20px;
}
#cremation .common-cremation .card-text {
  flex: 1;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #34495e;
}
#cremation .cremation-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
  min-height: 350px;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}
#cremation .cremation-card .image-container {
  background: linear-gradient(135deg, #e6f2f8 0%, #d1e5f0 100%);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cremation .cremation-card .image-container img {
  width: 120px;
  height: auto;
  object-fit: contain;
}
#cremation .cremation-extra {
  margin-top: 50px;
  padding: 40px;
  border-left: 4px solid #29729b;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#cremation .cremation-extra h3 {
  color: #29729b;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
#cremation .cremation-extra .extra-services {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
#cremation .cremation-extra .extra-item {
  flex: 1;
  min-width: 250px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#cremation .cremation-extra .extra-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#cremation .cremation-extra .extra-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#cremation .cremation-extra .extra-item:hover::before {
  opacity: 1;
}
#cremation .cremation-extra .extra-item:hover .extra-icon {
  background: #29729b;
  transform: scale(1.05);
}
#cremation .cremation-extra .extra-item:hover .extra-icon i {
  color: #ffffff;
}
#cremation .cremation-extra .extra-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #e9f7fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#cremation .cremation-extra .extra-icon i {
  font-size: 24px;
  color: #29729b;
  transition: color 0.3s ease;
}
#cremation .cremation-extra .extra-text h4 {
  color: #29729b;
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 600;
}
#cremation .cremation-extra .extra-text p {
  color: #34495e;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 992px) {
  #cremation .cremation-container {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #cremation .cremation-container .individual-cremation .card-body {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
  }
  #cremation .cremation-container .individual-cremation .card-body .card-text {
    flex: 0 0 80%;
    order: 1;
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  #cremation .cremation-container .individual-cremation .card-body .card-image {
    flex: 0 0 20%;
    order: 2;
  }
  #cremation .cremation-container .individual-cremation .card-body .card-image img {
    position: relative;
    max-height: 130px;
    width: auto;
    bottom: -20px;
    right: 0;
    left: 0;
    transform: none;
  }
  #cremation .cremation-container .cremation-card {
    min-height: auto;
    padding-bottom: 0;
  }
  #cremation .cremation-container .cremation-card .card-title {
    padding: 20px;
    font-size: 22px;
  }
  #cremation .cremation-container .cremation-card .card-body .card-text {
    padding: 0;
  }
  #cremation .cremation-container .cremation-card .card-body .card-text p {
    font-size: 15px;
  }
  #cremation .cremation-extra {
    padding: 20px;
  }
  #cremation .cremation-extra h3 {
    font-size: 22px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  #cremation .cremation-container .individual-cremation .card-body .card-text {
    flex: 0 0 85%;
  }
  #cremation .cremation-container .individual-cremation .card-body .card-image {
    flex: 0 0 15%;
  }
  #cremation .cremation-container .individual-cremation .card-body .card-image img {
    max-height: 100px;
  }
}

#about {
  background-color: #e9f7fe;
}
#about .about-card {
  margin: 40px 0 auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  overflow: visible;
  position: relative;
  align-items: center;
}
#about .text-content {
  flex: 0 0 55%;
  padding: 2% 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
#about .text-content h3 {
  font-size: 1.47em;
  color: #29729b;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
}
#about .text-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  border-radius: 25px;
  background-color: #5891b1;
}
#about .text-content p {
  font-size: 1.155em;
  line-height: 1.8;
  color: #34495e;
  margin-bottom: 25px;
}
#about .text-content p:last-child {
  margin-bottom: 0;
}
#about .image-content {
  flex: 0 0 45%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  z-index: 3;
  overflow: visible;
  height: 100%;
  margin-top: -5%;
}
#about .image-content img {
  max-height: 130%;
  width: auto;
  max-width: 130%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  will-change: filter;
  transform: translateY(10%);
}
@media (max-width: 992px) {
  #about .text-content p {
    font-size: 1.05em;
  }
}
@media (max-width: 768px) {
  #about .about-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    padding-bottom: 0;
    position: relative;
  }
  #about .text-content {
    order: 1;
    padding: 2% 2% 10% 4%;
    max-width: 100%;
    width: 100%;
  }
  #about .text-content h3 {
    font-size: 22px;
  }
  #about .text-content p {
    font-size: 15px;
  }
  #about .image-content {
    order: 2;
    position: relative;
    padding: 0;
    margin: 0 0 -15%;
    flex: none;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: visible;
    transform: translateY(-50%);
  }
  #about .image-content img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: translateY(30%);
  }
}

#prices {
  background-color: #f0f8ff;
}
#prices .pricing-table-container {
  margin: 40px 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#prices .pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 16px;
}
#prices .pricing-table th,
#prices .pricing-table td {
  padding: 18px 20px;
  text-align: center;
  border-bottom: 1px solid #e9f7fe;
  position: relative;
}
#prices .pricing-table th {
  padding: 8px 20px;
  background-color: #29729b;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
#prices .pricing-table th:first-child {
  border-radius: 8px 0 0 0;
}
#prices .pricing-table th:last-child {
  border-radius: 0 8px 0 0;
}
#prices .pricing-table td:first-child {
  font-weight: 600;
  color: #2c3e50;
}
#prices .pricing-table td:not(:first-child) {
  font-weight: 600;
}
#prices .pricing-table td:not(:first-child)::after {
  content: "₽";
  margin-left: 2px;
  font-weight: 600;
}
#prices .pricing-table td:not(:first-child) span {
  display: inline-block;
  min-width: 60px;
}
#prices .pricing-table tbody tr:nth-child(odd) {
  background-color: rgb(250.2, 252.76, 255);
}
#prices .pricing-table tbody tr:hover {
  background-color: #f0f8ff;
}
#prices .pricing-table tbody tr:last-child td {
  border-bottom: none;
}
#prices .price-note {
  margin-top: 30px;
  padding: 2%;
  background-color: rgb(250.2, 252.76, 255);
  border-radius: 10px;
  border-left: 4px solid #29729b;
}
#prices .price-note p {
  margin: 0;
  color: #34495e;
  line-height: 1.7;
  font-size: 16px;
}
#prices .pricing-actions {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #prices .pricing-table {
    font-size: 15px;
  }
  #prices .pricing-table th,
  #prices .pricing-table td {
    padding: 14px 10px;
  }
  #prices .pricing-table th {
    font-size: 16px;
  }
  #prices .price-note p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  #prices .pricing-table {
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  #prices .pricing-table th {
    font-size: 15px;
    padding: 12px 8px;
  }
  #prices .pricing-table td {
    padding: 12px 8px;
  }
}

#proc {
  background-color: #e9f7fe;
}
#proc .timeline {
  position: relative;
  margin: 50px auto 0;
  padding-right: 0;
}
#proc .timeline::before {
  display: none;
}
#proc .timeline .timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 4px;
  height: 0;
  background-color: #29729b;
  border-radius: 2px;
  transform-origin: top;
  transition: height 0.6s ease-out;
  z-index: 1;
}
#proc .timeline .timeline-item {
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  z-index: 2;
}
#proc .timeline .timeline-item:last-child {
  margin-bottom: 0;
}
#proc .timeline .timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}
#proc .timeline .timeline-item:nth-child(odd) .timeline-content {
  justify-content: flex-start;
}
#proc .timeline .timeline-item:nth-child(odd) .timeline-content .timeline-text {
  margin-right: auto;
}
#proc .timeline .timeline-item:nth-child(odd) .timeline-content .timeline-text::after {
  right: -0.65rem;
  left: auto;
}
#proc .timeline .timeline-item:nth-child(even) .timeline-content {
  justify-content: flex-end;
}
#proc .timeline .timeline-item:nth-child(even) .timeline-content .timeline-text {
  margin-left: auto;
}
#proc .timeline .timeline-item:nth-child(even) .timeline-content .timeline-text::after {
  left: -0.65rem;
  right: auto;
}
#proc .timeline .timeline-item .timeline-content {
  display: flex;
  position: relative;
  width: 100%;
}
#proc .timeline .timeline-item .timeline-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #29729b;
  border: 4px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 3;
}
#proc .timeline .timeline-item .timeline-text {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 45%;
}
#proc .timeline .timeline-item .timeline-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
#proc .timeline .timeline-item .timeline-text::after {
  border-width: 10px 0 10px 0.65rem;
  border-color: transparent transparent transparent #ffffff;
}
#proc .timeline .timeline-item:nth-child(even) .timeline-text::after {
  border-width: 10px 0.65rem 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media (max-width: 992px) {
  #proc .timeline .timeline-line {
    left: 25px;
    transform: translateX(-50%);
  }
  #proc .timeline .timeline-item {
    margin-bottom: 30px;
  }
  #proc .timeline .timeline-item:nth-child(odd) .timeline-content, #proc .timeline .timeline-item:nth-child(even) .timeline-content {
    justify-content: flex-start !important;
  }
  #proc .timeline .timeline-item:nth-child(odd) .timeline-text, #proc .timeline .timeline-item:nth-child(even) .timeline-text {
    width: calc(100% - 80px) !important;
    margin: 0 0 0 80px !important;
  }
  #proc .timeline .timeline-item:nth-child(odd) .timeline-text::after, #proc .timeline .timeline-item:nth-child(even) .timeline-text::after {
    left: -0.65rem !important;
    right: auto !important;
    border-width: 10px 0.65rem 10px 0 !important;
    border-color: transparent #ffffff transparent transparent !important;
  }
  #proc .timeline .timeline-item .timeline-marker {
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  #proc .timeline-item {
    margin-bottom: 25px;
  }
  #proc .timeline-item .timeline-marker {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  #proc .timeline-item .timeline-text {
    padding: 15px;
    width: 100%;
    margin-left: 70px !important;
    border-radius: 7.500750075px;
  }
  #proc .timeline-item .timeline-text::after {
    left: -0.65rem;
    border-width: 10px 0.65rem 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  #proc .timeline-item .timeline-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  #proc .timeline-item {
    margin-bottom: 20px;
  }
  #proc .timeline-item .timeline-marker {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  #proc .timeline-item .timeline-text {
    padding: 12px;
    margin-left: 60px !important;
  }
  #proc .timeline-item .timeline-text::after {
    left: -0.65rem;
    border-width: 10px 0.65rem 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  #proc .timeline-item .timeline-text h3 {
    line-height: 2rem;
    font-size: 22px;
    padding-bottom: 3%;
  }
  #proc .timeline-item .timeline-text p {
    font-size: 15px;
  }
}

#trust {
  background-color: #e9f7fe;
}
#trust .trust-container {
  margin: 40px 0 auto;
  display: flex;
  align-items: flex-end;
  max-width: 1300px;
  position: relative;
}
#trust .trust-card {
  background-color: #5891b1;
  border-radius: 16px;
  padding: 3.5% 4.5% 4.5% 25%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 280px;
}
#trust .trust-items-container {
  display: flex;
  gap: 3%;
  justify-content: space-between;
}
#trust .trust-item {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-left: 30px;
}
#trust .trust-item h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 10px;
  font-weight: 600;
  position: relative;
}
#trust .trust-item h3::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
}
#trust .trust-item p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
#trust .cat-image {
  position: absolute;
  left: 70px;
  bottom: -15px;
  width: 400px;
  z-index: 3;
}
#trust .cat-image img {
  width: 50%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  will-change: filter;
}
@media (max-width: 992px) {
  #trust .trust-card {
    padding: 30px 30px 30px 260px;
  }
  #trust .trust-items-container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #trust .trust-container {
    margin: -40px 0 auto;
    flex-direction: column;
    align-items: center;
  }
  #trust .trust-card {
    padding: 5% 5%;
    width: 100%;
    min-height: auto;
    position: relative;
    z-index: 3;
  }
  #trust .trust-items-container {
    flex-direction: column;
    gap: 25px;
  }
  #trust .trust-item {
    padding-left: 25px;
  }
  #trust .trust-item h3 {
    font-size: 22px;
  }
  #trust .trust-item p {
    font-size: 15px;
  }
  #trust .cat-image {
    display: block;
    position: relative;
    margin-bottom: -40%;
    inset: 0;
    width: 80%;
    z-index: 1;
  }
  #trust .cat-image img {
    position: relative;
    left: 60%;
  }
  #trust .cat-image h3::before {
    left: -25px;
  }
}
@media (max-width: 576px) {
  #trust .cat-image {
    margin-bottom: -50%;
    width: 100%;
  }
  #trust .cat-image img {
    left: 50%;
  }
}

section#faq {
  padding-bottom: 10%;
}

#faq {
  background-color: #f0f8ff;
}

.faq-container {
  margin: 40px 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

.faq-item {
  background-color: #ffffff;
  border-bottom: 1px solid #e9f0f7;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item.active .faq-question {
  background-color: #f0f8ff;
  border-bottom: none;
}
.faq-item.active .faq-answer {
  max-height: 1000px;
  border-bottom: 1px solid #e9f0f7;
}
.faq-item.active .faq-question i {
  transform: rotate(180deg);
}
.faq-item.active .faq-answer-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.faq-item.active .faq-answer p {
  padding: 15px 0 25px;
  opacity: 1;
  transform: translateY(0);
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 1.2em 1.5em;
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  transition: background-color 0.3s;
}
.faq-question:hover {
  background-color: #f8fcff;
}
.faq-question span {
  position: absolute;
  left: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  transition: background 0.3s ease;
  background-color: #29729b;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
  z-index: 3;
}
.faq-question h3 {
  line-height: 32px;
  font-size: 18px;
  color: #2c3e50;
  margin: 0;
  flex-grow: 1;
  font-weight: 600;
  padding-left: 5%;
  transition: none;
}
.faq-question i {
  font-size: 16px;
  color: #29729b;
  transition: transform 0.3s ease;
  margin-left: 15px;
  flex-shrink: 0;
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background-color: #fbfdff;
  border-left: 3px solid #29729b;
  transition: max-height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: max-height;
}

.faq-answer-content {
  padding: 0 25px 25px 42px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease 0.2s, transform 0.4s ease 0.2s;
  color: #34495e;
  line-height: 1.7;
  font-size: 16px;
}
.faq-answer p:last-child {
  padding-bottom: 20px;
}
.faq-answer p strong {
  color: #2c3e50;
  font-weight: 600;
  white-space: nowrap;
}

.faq-contact {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 50px auto 0;
  position: relative;
  z-index: 2;
}
.faq-contact h3 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 15px;
}
.faq-contact p {
  font-size: 18px;
  margin-bottom: 25px;
  color: #34495e;
  line-height: 1.6;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.phone-btn {
  background: linear-gradient(to right, #4a7d9a, #29729b);
}
.phone-btn:hover {
  background: linear-gradient(to right, rgb(65.7236842105, 111.0197368421, 136.7763157895), rgb(32.4653061224, 90.2693877551, 122.7346938776));
}

@media (max-width: 992px) {
  .faq-answer p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #faq::before {
    top: -80px;
    height: 150px;
  }
  .faq-question span {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .faq-answer-content {
    padding: 0 20px 20px 38px;
  }
  .faq-answer p {
    font-size: 15px;
  }
  .faq-contact {
    padding: 25px 20px;
  }
  .faq-contact h3 {
    font-size: 22px;
  }
  .faq-contact p {
    font-size: 16px;
  }
  .contact-buttons {
    flex-direction: column;
    align-items: center;
  }
  .contact-buttons .btn, .contact-buttons .header-btn, .contact-buttons .cta-btn, .contact-buttons .social-btn {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  #faq::before {
    top: -60px;
    height: 120px;
  }
  .faq-question h3 {
    font-size: 18px;
  }
  .faq-question span {
    width: 26px;
    height: 26px;
  }
  .faq-answer-content {
    padding: 0 18px 18px 36px;
  }
  .faq-answer p {
    font-size: 15px;
  }
  .faq-contact {
    padding: 20px 15px;
    margin-top: 40px;
  }
  .faq-contact h3 {
    font-size: 20px;
  }
  .faq-contact p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
footer {
  margin-top: -1rem;
  background-color: #29729b;
  color: #ffffff;
  padding: 50px 0 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  z-index: 0;
}
footer .footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-bottom: 10px;
}
footer .footer-container .footer-logo .logo-footer {
  height: 60px;
  margin-bottom: 20px;
}
footer .footer-container .footer-logo .logo-footer img {
  height: 100%;
  width: auto;
}
footer .footer-container .footer-logo .footer-description {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  font-size: 15px;
}
footer .footer-container .footer-info {
  grid-column: 2;
}
footer .footer-container .footer-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}
footer .footer-container .footer-info h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
footer .footer-container .footer-contacts {
  grid-column: 3;
}
footer .footer-container .footer-action {
  grid-column: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-container .footer-action .action-text {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
}
footer .footer-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  line-height: 1.5;
}
footer .footer-item i {
  font-size: 20px;
  margin-right: 15px;
  min-width: 24px;
  color: #cce7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
footer .footer-item span,
footer .footer-item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
}
footer .footer-item a:hover {
  color: #cce7ff;
}
footer .footer-social {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
footer .footer-social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  transition: all 0.3s;
  text-decoration: none;
}
footer .footer-social .social-link:hover {
  background-color: #5891b1;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
footer .footer-bottom {
  background-color: rgb(37.7994897959, 105.1010204082, 142.9005102041);
  padding: 15px 0;
  text-align: center;
}
footer .footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

@media (max-width: 992px) {
  footer .footer-container {
    gap: 15px;
  }
  footer .social-link {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  footer .footer-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 1rem;
  }
  footer .footer-container .footer-logo {
    padding-bottom: 3%;
  }
  footer .footer-container .footer-action {
    display: none;
  }
  footer .footer-item i {
    font-size: 18px;
    margin-top: 3px;
  }
  footer .footer-social {
    justify-content: center;
  }
  footer .footer-bottom {
    padding: 2% 0;
  }
}
@media (max-width: 576px) {
  footer .footer-item i {
    font-size: 18px;
    margin-right: 10px;
  }
  footer .social-link {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  footer .footer-bottom p {
    font-size: 13px;
    padding: 0 15px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: #ffffff;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transform: translateY(-30px);
  transition: transform 0.3s ease;
}
.modal.active .modal-content {
  transform: translateY(0);
}

.modal-header {
  background-color: #29729b;
  color: #ffffff;
  padding: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.modal-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.modal-close:hover {
  transform: scale(1.2);
}

.modal-form {
  padding: 25px;
}

.char-counter {
  text-align: right;
  font-size: 12px;
  color: #34495e;
  margin-top: 4px;
  opacity: 0.7;
}

input:invalid, textarea:invalid {
  border-color: #e74c3c;
  box-shadow: 0 0 0 1px rgba(231, 76, 60, 0.2);
}

input:focus:invalid, textarea:focus:invalid {
  box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.3);
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #2c3e50;
}
.form-group input, .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
  border-color: #29729b;
  box-shadow: 0 0 0 2px rgba(41, 114, 155, 0.2);
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-group.form-submit {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 576px) {
  .modal-content {
    width: 95%;
  }
  .modal-form {
    padding: 20px 15px;
  }
}
.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 50%;
  max-width: 1200px;
  width: calc(100% - 40px);
  background: rgba(41, 114, 155, 0.95);
  color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 2000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: all 0.5s ease;
}
.cookie-consent__content {
  flex: 1;
  min-width: 250px;
  padding-right: 20px;
}
.cookie-consent__content p {
  margin: 0;
  font-size: 0.735em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}
.cookie-consent__content p a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
}
.cookie-consent__content p a:hover {
  color: #cce7ff;
}
.cookie-consent__button {
  flex-shrink: 0;
  background: #ffffff;
  color: #29729b;
  border: none;
}
.cookie-consent__button:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.cookie-consent.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
.cookie-consent.hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .cookie-consent {
    flex-direction: column;
    text-align: center;
  }
  .cookie-consent__content {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=main.css.map */
