.elementor-105 .elementor-element.elementor-element-7eb8f9b{--display:flex;}.elementor-105 .elementor-element.elementor-element-35a5d1e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-68d1a47 */.damore-tarife{
  background:#f7f7f7;
  padding:80px 20px;
  font-family:Arial, Helvetica, sans-serif;
}

.damore-tarife .tarife-head{
  text-align:center;
  margin:0 auto 42px;
  max-width:900px;
}

.damore-tarife .tarife-head h2{
  margin:0 0 12px;
  font-size:54px;
  line-height:1.1;
  font-weight:700;
  color:#111;
}

.damore-tarife .tarife-head p{
  margin:0 0 24px;
  font-size:22px;
  line-height:1.5;
  color:#555;
}

.damore-tarife .tarife-btn{
  display:inline-block;
  background:#f2c94c;
  color:#111;
  text-decoration:none;
  font-weight:700;
  font-size:18px;
  padding:16px 30px;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  transition:all .25s ease;
}

.damore-tarife .tarife-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,0.12);
  color:#111;
}

.damore-tarife .tarife-cards{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
  max-width:1240px;
  margin:0 auto;
  align-items:stretch;
}

.damore-tarife .tarife-card{
  background:#fff;
  border-radius:22px;
  padding:34px 30px;
  box-shadow:0 10px 28px rgba(0,0,0,0.05);
  transition:all .25s ease;
  text-align:center;
}

.damore-tarife .tarife-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 38px rgba(0,0,0,0.10);
}

.damore-tarife .tarife-icon{
  width:88px;
  height:88px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.damore-tarife .tarife-icon svg{
  width:88px;
  height:88px;
  display:block;
}

.damore-tarife .tarife-card h3{
  margin:0 0 16px;
  font-size:24px;
  line-height:1.25;
  font-weight:700;
  color:#111;
}

.damore-tarife .price{
  font-size:24px;
  line-height:1.3;
  font-weight:700;
  color:#111;
  margin:0 0 8px;
}

.damore-tarife .price span{
  font-size:16px;
  font-weight:500;
  color:#555;
}

.damore-tarife .subtext{
  font-size:17px;
  line-height:1.6;
  color:#666;
}

.damore-tarife .divider{
  height:1px;
  background:#ececec;
  margin:20px 0;
}

.damore-tarife .tarife-benefits{
  max-width:1240px;
  margin:28px auto 0;
  background:#fff;
  border-radius:22px;
  padding:30px 34px;
  box-shadow:0 10px 28px rgba(0,0,0,0.05);
}

.damore-tarife .tarife-benefits h4{
  margin:0 0 20px;
  font-size:30px;
  line-height:1.2;
  font-weight:700;
  color:#111;
}

.damore-tarife .benefit-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px 40px;
}

.damore-tarife .benefit-item{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:20px;
  color:#333;
}

.damore-tarife .check{
  width:30px;
  height:30px;
  min-width:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#6db36d;
  color:#fff;
  font-weight:700;
  font-size:18px;
}

.damore-tarife .tarife-payments{
  max-width:1240px;
  margin:28px auto 0;
  background:#fff;
  border-radius:22px;
  padding:28px 34px;
  box-shadow:0 10px 28px rgba(0,0,0,0.05);
  text-align:center;
}

.damore-tarife .payment-title{
  margin:0 0 18px;
  font-size:18px;
  color:#666;
  font-weight:600;
}

.damore-tarife .payment-icons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.damore-tarife .pay-badge{
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:700;
  letter-spacing:.2px;
}

.damore-tarife .pay-badge.twint{
  background:#00b14f;
  color:#fff;
}

.damore-tarife .pay-badge.visa{
  background:#1a1f71;
  color:#fff;
}

.damore-tarife .pay-badge.cash{
  background:#444;
  color:#fff;
}

.damore-tarife .pay-badge.mastercard{
  background:#f8f8f8;
  color:#111;
  border:1px solid #ececec;
  gap:0;
}

.damore-tarife .mc-circle{
  width:18px;
  height:18px;
  border-radius:50%;
  display:inline-block;
}

.damore-tarife .mc-circle.red{
  background:#eb001b;
}

.damore-tarife .mc-circle.orange{
  background:#f79e1b;
  margin-left:-6px;
}

.damore-tarife .mc-text{
  margin-left:10px;
  font-size:13px;
  font-weight:700;
}

@media (max-width: 1024px){
  .damore-tarife .tarife-cards{
    grid-template-columns:1fr;
    max-width:700px;
  }

  .damore-tarife .tarife-benefits,
  .damore-tarife .tarife-payments{
    max-width:700px;
  }

  .damore-tarife .benefit-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .damore-tarife{
    padding:60px 16px;
  }

  .damore-tarife .tarife-head h2{
    font-size:38px;
  }

  .damore-tarife .tarife-head p{
    font-size:18px;
  }

  .damore-tarife .tarife-card,
  .damore-tarife .tarife-benefits,
  .damore-tarife .tarife-payments{
    padding:24px 22px;
    border-radius:18px;
  }

  .damore-tarife .tarife-benefits h4{
    font-size:24px;
  }

  .damore-tarife .benefit-item{
    font-size:18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7eb8f9b */.damore-tarife{
  background:#f7f7f7;
  padding:80px 20px;
  font-family:Arial, Helvetica, sans-serif;
}

.damore-tarife .tarife-head{
  text-align:center;
  margin:0 auto 42px;
  max-width:900px;
}

.damore-tarife .tarife-head h2{
  margin:0 0 12px;
  font-size:54px;
  line-height:1.1;
  font-weight:700;
  color:#111;
}

.damore-tarife .tarife-head p{
  margin:0 0 24px;
  font-size:22px;
  line-height:1.5;
  color:#555;
}

.damore-tarife .tarife-btn{
  display:inline-block;
  background:#f2c94c;
  color:#111;
  text-decoration:none;
  font-weight:700;
  font-size:18px;
  padding:16px 30px;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  transition:all .25s ease;
}

.damore-tarife .tarife-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,0.12);
  color:#111;
}

.damore-tarife .tarife-cards{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
  max-width:1240px;
  margin:0 auto;
  align-items:stretch;
}

.damore-tarife .tarife-card{
  background:#fff;
  border-radius:22px;
  padding:34px 30px;
  box-shadow:0 10px 28px rgba(0,0,0,0.05);
  transition:all .25s ease;
  text-align:center;
}

.damore-tarife .tarife-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 38px rgba(0,0,0,0.10);
}

.damore-tarife .tarife-icon{
  width:88px;
  height:88px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.damore-tarife .tarife-icon svg{
  width:88px;
  height:88px;
  display:block;
}

.damore-tarife .tarife-card h3{
  margin:0 0 16px;
  font-size:24px;
  line-height:1.25;
  font-weight:700;
  color:#111;
}

.damore-tarife .price{
  font-size:24px;
  line-height:1.3;
  font-weight:700;
  color:#111;
  margin:0 0 8px;
}

.damore-tarife .price span{
  font-size:16px;
  font-weight:500;
  color:#555;
}

.damore-tarife .subtext{
  font-size:17px;
  line-height:1.6;
  color:#666;
}

.damore-tarife .divider{
  height:1px;
  background:#ececec;
  margin:20px 0;
}

.damore-tarife .tarife-benefits{
  max-width:1240px;
  margin:28px auto 0;
  background:#fff;
  border-radius:22px;
  padding:30px 34px;
  box-shadow:0 10px 28px rgba(0,0,0,0.05);
}

.damore-tarife .tarife-benefits h4{
  margin:0 0 20px;
  font-size:30px;
  line-height:1.2;
  font-weight:700;
  color:#111;
}

.damore-tarife .benefit-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px 40px;
}

.damore-tarife .benefit-item{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:20px;
  color:#333;
}

.damore-tarife .check{
  width:30px;
  height:30px;
  min-width:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#6db36d;
  color:#fff;
  font-weight:700;
  font-size:18px;
}

@media (max-width: 1024px){
  .damore-tarife .tarife-cards{
    grid-template-columns:1fr;
    max-width:700px;
  }

  .damore-tarife .tarife-benefits{
    max-width:700px;
  }

  .damore-tarife .benefit-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .damore-tarife{
    padding:60px 16px;
  }

  .damore-tarife .tarife-head h2{
    font-size:38px;
  }

  .damore-tarife .tarife-head p{
    font-size:18px;
  }

  .damore-tarife .tarife-card{
    padding:28px 22px;
    border-radius:18px;
  }

  .damore-tarife .tarife-benefits{
    padding:24px 22px;
    border-radius:18px;
  }

  .damore-tarife .tarife-benefits h4{
    font-size:24px;
  }

  .damore-tarife .benefit-item{
    font-size:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b692bdd */.damore-footer {
  background: #467FF7;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-left h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-left p {
  color: rgba(255,255,255,0.8);
}

.footer-middle h4,
.footer-right h4 {
  margin-bottom: 10px;
}

.footer-middle a,
.footer-right a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.footer-middle a:hover,
.footer-right a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 30px;
  }
}.damore-footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}.footer-right h4 {
  margin-bottom: 10px;
}

.payment-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pay {
  background: rgba(255,255,255,0.15);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}/* End custom CSS */