.elementor-2530 .elementor-element.elementor-element-54538dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-2530 .elementor-element.elementor-element-d2d524b{margin:-35px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-d2d524b *//* Belka Application Guide Styles */
.belka-application-guide {
  max-width: 1100px;
  margin: 0 auto;
  
  background: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Header Styles */
.belka-header {
  text-align: center;
  margin-bottom: 3rem;
}

.belka-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.belka-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 48rem;
  margin: 0 auto;
  line-height: 1.6;
}

/* Materials Section */
.materials-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: #f9fafb;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.section-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #d97706;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.material-item {
  text-align: center;
  padding: 1rem;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  transition: border-color 0.2s ease;
}

.material-item:hover {
  border-color: #fbbf24;
}

.material-item.optional {
  opacity: 0.75;
}

.material-icon {
  width: 3rem;
  height: 3rem;
  background-color: #f3f4f6;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

.icon-belka {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #d97706;
  border-radius: 0.25rem;
}

.icon-container {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #9ca3af;
  border-radius: 50%;
  border: 2px solid #374151;
}

.icon-mala {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #6b7280;
  border-radius: 0.25rem;
}

.icon-mixer {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #9ca3af;
  border-radius: 50%;
  position: relative;
}

.icon-mixer::after {
  content: "";
  position: absolute;
  inset: 0.25rem;
  border: 1px solid #6b7280;
  border-radius: 50%;
}

.material-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  display: block;
}

.optional-text {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0.25rem 0 0 0;
}

/* Steps Section */
.steps-section {
  margin-bottom: 2rem;
}

.steps-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: center;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.step-card {
  position: relative;
  padding: 1.5rem;
  padding-top: 4rem;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: box-shadow 0.2s ease;
}

.step-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.step-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: #d97706;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
}

.step-icon {
  width: 4rem;
  height: 4rem;
  background-color: #f3f4f6;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d97706;
}

.icon-application {
  width: 2rem;
  height: 2rem;
  background-color: #d97706;
  border-radius: 0.25rem;
  transform: rotate(45deg);
}

.step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
  text-align: center;
}

.step-description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

.highlight {
  font-weight: 600;
  color: #d97706;
}

/* Video Section */
.video-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}

.video-header {
  margin-bottom: 1rem;
}

.video-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  text-align: center;
}

.video-subtitle {
  color: #6b7280;
  text-align: center;
  margin: 0;
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  overflow: hidden;
}

.video-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-footer {
  margin-top: 1rem;
  text-align: center;
}

.video-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

/* Info Grid */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.info-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: white;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1.5rem 1rem;
}

.info-icon {
  color: #d97706;
}

.info-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.info-content {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-box {
  background-color: #f9fafb;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}

.info-box-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.info-indicator {
  width: 1rem;
  height: 1rem;
  background-color: #d97706;
  border-radius: 0.25rem;
}

.info-box-title {
  font-weight: 500;
  color: #1f2937;
}

.info-list {
  font-size: 0.875rem;
  color: #6b7280;
}

.info-list p {
  margin: 0.25rem 0;
}

.info-highlight {
  font-weight: 500;
  color: #1f2937;
  margin: 0 0 0.25rem 0;
}

.info-detail {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

.proportion-effects {
  font-size: 0.875rem;
}

.proportion-effects p {
  margin: 0.25rem 0;
  color: #6b7280;
}

/* Warning Section */
.warning-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border: 1px solid #fbbf24;
  border-radius: 0.5rem;
  background-color: #fef3c7;
}

.warning-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.warning-icon {
  color: #d97706;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.warning-title {
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}

.warning-description {
  color: #374151;
  margin: 0;
}

/* Surface Section */
.surface-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: white;
}

.surface-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}

.surface-description {
  color: #6b7280;
  margin-bottom: 1rem;
}

.surface-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #d97706;
  color: #d97706;
  background: transparent;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.surface-button:hover {
  background-color: #fef3c7;
}

/* Tips Section */
.tips-section {
  margin-bottom: 2rem;
}

.tips-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: center;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.tip-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: white;
  padding: 1.5rem;
}

.tip-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.tip-icon {
  color: #d97706;
}

.tip-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.tip-description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.tip-detail {
  background-color: #f9fafb;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
}

.tip-detail p {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}

/* Ceiling Warning */
.ceiling-warning {
  padding: 1.5rem;
  border: 1px solid #fbbf24;
  border-radius: 0.5rem;
  background-color: #fef3c7;
}

.ceiling-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.ceiling-icon {
  color: #d97706;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.ceiling-title {
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}

.ceiling-description {
  font-size: 0.875rem;
  color: #374151;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .belka-application-guide {
    padding: 1rem 0.5rem;
  }

  .belka-main-title {
    font-size: 1.875rem;
  }

  .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .tips-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .materials-grid {
    grid-template-columns: 1fr;
  }

  .belka-main-title {
    font-size: 1.5rem;
  }

  .materials-section,
  .video-section,
  .warning-section,
  .surface-section,
  .ceiling-warning {
    padding: 1rem;
  }
}/* End custom CSS */