.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-15352 .elementor-element.elementor-element-0942cbd > .elementor-widget-container{margin:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-0942cbd */.mmni-minimal {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #ffffff;
}

/* Container */
.container-minimal {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Hero Image Section */
.hero-image-section {
  background: #ffffff;
  margin-bottom: 60px;
}

.hero-image-wrapper {
  height: 300px;
  overflow: hidden;
  border-radius: 5px;
}

.hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content-wrapper {
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-main-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 25px 0;
  letter-spacing: -0.02em;
}

.hero-main-description {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #444;
  margin: 0;
  font-weight: 400;
}

.scroll-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-arrow {
  width: 60px;
  height: 60px;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: bounce 2s infinite;
}

.scroll-arrow:hover {
  background: #1a1a1a;
  color: white;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Main Hero Section */
.hero-minimal {
  padding: 40px 0 80px;
  background: #ffffff;
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 25px 0;
  letter-spacing: -0.02em;
}

.hero-date {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 15px 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-motto {
  font-size: 1.1rem;
  color: #2563eb;
  margin: 0;
  font-weight: 600;
}

.hero-description {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #444;
  margin: 0;
  font-weight: 400;
}

/* Mission Section */
.mission-section {
  padding: 80px 0;
  background: #f9fafb;
}

.mission-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.mission-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 40px 0;
  font-weight: 400;
}

.mission-vision {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
  font-style: italic;
}

/* Section Titles */
.section-title-large {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 40px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section-title-medium {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 60px 0;
  letter-spacing: -0.01em;
}

.section-intro {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

/* Venues Section */
.venues-detailed {
  padding: 70px 0;
}

.venue-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.venue-description,
.venue-intro {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #555;
  margin: 0 0 25px 0;
}

/* Main Hub Section */
.venue-main-hub {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: center;
  margin: 50px 0;
  padding: 40px;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border-radius: 15px;
  border-left: 5px solid #2563eb;
}

.hub-content h3 {
  margin-bottom: 25px;
}

.hub-image {
  display: flex;
  justify-content: center;
}

.hub-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Partner Venues with Background */
.partner-venues-background {
  margin: 60px 0;
}

.partner-venues-background .venue-title {
  margin-bottom: 20px;
}

.partner-venues-background .venue-intro {
  margin-bottom: 40px;
}

.partner-cards-bg {
  display: grid;
  gap: 30px;
}

.partner-card-bg {
  position: relative;
  min-height: 300px;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
  cursor: pointer;
}

.manezh-card {
  background-image: url('https://vera.art-space.world/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-26-at-19.04.57.jpeg');
}

.gostiny-card {
  background-image: url('https://vera.art-space.world/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-26-at-19.04.51.jpeg');
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  transition: all 0.3s ease;
}

.partner-card-bg:hover .card-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  color: white;
  width: 100%;
}

.card-content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  margin: 0 0 20px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.card-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.partner-card-bg:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Enhanced Public Spaces */
.public-spaces-enhanced {
  margin: 60px 0 0 0;
  padding: 50px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 20px;
}

.public-spaces-enhanced .venue-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 40px;
}

.public-content-enhanced {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 0 50px;
  margin-bottom: 50px;
}

.public-description {
  padding: 20px 0;
}

.public-description .venue-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #374151;
  margin: 0;
}

.parks-showcase {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.park-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.park-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  border-color: #3b82f6;
}

.park-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e5e7eb;
  transition: all 0.3s ease;
}

.park-card:hover .park-image {
  border-color: #3b82f6;
  transform: scale(1.05);
}

.park-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.park-info h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 5px 0;
}

.park-info p {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}

.public-features {
  padding: 0 50px;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 40px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-item {
  text-align: center;
  padding: 25px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block;
}

.feature-item h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 10px 0;
}

.feature-item p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6b7280;
  margin: 0;
}

/* Concept Section */
.concept-detailed {
  padding: 80px 0;
  background: #f9fafb;
}

.concept-list {
  display: grid;
  gap: 25px;
}

.concept-item-detailed {
  padding: 30px;
  background: white;
  border-radius: 8px;
  border-left: 4px solid #2563eb;
}

.concept-item-detailed h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
}

.concept-item-detailed p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Awards Section */
.awards-detailed {
  padding: 80px 0;
}

.awards-full-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.award-full {
  padding: 40px;
  border-radius: 8px;
}

.vera-award {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 2px solid #d97706;
}

.arti-award {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border: 2px solid #2563eb;
}

.award-full h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
}

.award-description {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 20px 0;
}

.award-details {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.awards-benefit {
  text-align: center;
  padding: 40px;
  background: #f3f4f6;
  border-radius: 8px;
}

.benefit-text {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #374151;
  margin: 0;
  font-weight: 500;
}

/* Visual Section */
.visual-section {
  padding: 80px 0;
  background: #f9fafb;
}

.visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.section-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.visual-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 30px 0;
}

.experience-grid {
  display: grid;
  gap: 25px;
}

.experience-item h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
}

.experience-item p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Opportunities Section */
.opportunities-detailed {
  padding: 80px 0;
}

.opportunities-full-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.opportunity-full {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.opportunity-full h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
}

.opportunity-intro {
  font-size: 1.2rem;
  color: #374151;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.opportunity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opportunity-list li {
  padding: 12px 0 12px 30px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}

.opportunity-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 12px;
  color: #2563eb;
  font-weight: bold;
  font-size: 1.5rem;
}

/* Stats Section */
.stats-minimal {
  padding: 80px 0;
  background: #ffffff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}

.stat-minimal {
  padding: 20px;
}

.stat-number {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 10px;
  line-height: 1;
}

.stat-label {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
}

/* Footer */
.footer-minimal {
  padding: 60px 0;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}

.footer-text {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin: 0 auto;
  line-height: 1.6;
  max-width: 800px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-container,
  .visual-grid,
  .awards-full-grid,
  .opportunities-full-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .hero-title,
  .hero-main-title {
    font-size: 3.5rem;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .venue-main-hub,
  .public-content-enhanced {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .parks-showcase {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
  
  .park-card {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  
  .park-image {
    margin: 0 auto 15px auto;
  }
  
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .container-minimal,
  .hero-container {
    padding: 0 20px;
  }
  
  .hero-content-wrapper {
    padding: 40px 20px;
  }
  
  .hero-title,
  .hero-main-title {
    font-size: 2.8rem;
  }
  
  .section-title-large {
    font-size: 2.5rem;
  }
  
  .section-title-medium {
    font-size: 2.2rem;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .hero-image-wrapper {
    height: 250px;
  }
  
  .venue-main-hub {
    padding: 25px 20px;
  }
  
  .hub-img {
    height: 200px;
  }
  
  .partner-card-bg {
    min-height: 250px;
  }
  
  .card-content {
    padding: 30px 25px;
  }
  
  .card-content h4 {
    font-size: 1.5rem;
  }
  
  .card-content p {
    font-size: 1rem;
  }
  
  .public-spaces-enhanced {
    padding: 40px 0;
  }
  
  .public-content-enhanced,
  .public-features {
    padding: 0 30px;
  }
  
  .parks-showcase {
    grid-template-columns: 1fr;
  }
  
  .park-card {
    flex-direction: row;
    text-align: left;
    padding: 20px;
  }
  
  .park-image {
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
  }
}

@media (max-width: 480px) {
  .hero-title,
  .hero-main-title {
    font-size: 2.2rem;
  }
  
  .section-title-large {
    font-size: 2rem;
  }
  
  .hero-main-description,
  .hero-description {
    font-size: 1.2rem;
  }
  
  .award-full,
  .opportunity-full {
    padding: 30px 20px;
  }
  
  .hero-image-wrapper {
    height: 200px;
  }
  
  .hero-content-wrapper {
    padding: 30px 20px;
  }
  
  .partner-card-bg {
    min-height: 220px;
  }
  
  .card-content {
    padding: 25px 20px;
  }
  
  .public-spaces-enhanced .venue-title {
    padding: 0 20px;
    font-size: 1.6rem;
  }
  
  .public-content-enhanced,
  .public-features {
    padding: 0 20px;
  }
  
  .park-card {
    padding: 15px;
  }
  
  .park-image {
    width: 60px;
    height: 60px;
  }
  
  .feature-item {
    padding: 20px 15px;
  }
}

/* Updated Public Spaces with Background Images */
.public-spaces-enhanced {
  margin: 60px 0 0 0;
  padding: 50px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 20px;
}

.public-spaces-enhanced .venue-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 40px;
}

.public-content-enhanced {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 0 50px;
  margin-bottom: 50px;
}

.public-description {
  padding: 20px 0;
}

.public-description .venue-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #374151;
  margin: 0;
}

/* Parks Background Cards */
.parks-showcase-bg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.park-card-bg {
  position: relative;
  min-height: 140px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* замените на ваши изображения */
.gorky-park-bg {
  background-image: url('https://vera.art-space.world/wp-content/uploads/2025/08/park-gorkogo.jpg');
}

.vdnh-park-bg {
  background-image: url('https://vera.art-space.world/wp-content/uploads/2025/08/48f6bd7b239796c204cf19e15e86abb9.webp');
}

.park-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  transition: all 0.3s ease;
}

.park-card-bg:hover .park-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.park-content {
  position: relative;
  z-index: 2;
  padding: 20px 25px;
  color: white;
  width: 100%;
}

.park-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin: 0 0 5px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.park-content p {
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.park-card-bg:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive for Parks Background */
@media (max-width: 1024px) {
  .public-content-enhanced {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .parks-showcase-bg {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .public-content-enhanced {
    padding: 0 30px;
  }
  
  .parks-showcase-bg {
    grid-template-columns: 1fr;
  }
  
  .park-card-bg {
    min-height: 120px;
  }
  
  .park-content {
    padding: 15px 20px;
  }
  
  .park-content h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .public-content-enhanced {
    padding: 0 20px;
  }
  
  .park-card-bg {
    min-height: 100px;
  }
  
  .park-content {
    padding: 12px 15px;
  }
  
  .park-content h4 {
    font-size: 1.1rem;
  }
  
  .park-content p {
    font-size: 0.9rem;
  }
}/* End custom CSS */