.elementor-552312 .elementor-element.elementor-element-2cee5311:not(.elementor-motion-effects-element-type-background), .elementor-552312 .elementor-element.elementor-element-2cee5311 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(260deg, #E3F2FD 36%, #FFFFFF 79%);}.elementor-552312 .elementor-element.elementor-element-2cee5311{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-552312 .elementor-element.elementor-element-2cee5311 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-552312 .elementor-element.elementor-element-c06e42a{text-align:center;}.elementor-552312 .elementor-element.elementor-element-c06e42a .elementor-heading-title{color:#1A237E;font-family:"Inter", Sans-serif;font-size:30px;-webkit-text-stroke-color:#000;stroke:#000;background-color:transparent;background-image:linear-gradient(100deg, #0D47A1 10%, #00C6FF 90%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.elementor-552312 .elementor-element.elementor-element-c06e42a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-552312 .elementor-element.elementor-element-7be158d .elementor-widget-container{text-align:center;}.elementor-552312 .elementor-element.elementor-element-7be158d .ha-creative-btn i{font-size:24px;}@media(max-width:767px){.elementor-552312 .elementor-element.elementor-element-c06e42a .elementor-heading-title{font-size:23px;}.elementor-552312 .elementor-element.elementor-element-c06e42a > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-a057178 *//* Все стили ограничены секцией #loyalty-section */
    #loyalty-section {
      background-color: #ffff;
      padding: 50px 20px;
      box-sizing: border-box;
    }
    #loyalty-section .loyalty-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }
    #loyalty-section .loyalty-left,
    #loyalty-section .loyalty-right {
      flex: 1;
      min-width: 300px;
    }

    /* Левый блок */
    #loyalty-section .loyalty-left h2 {
      margin: 0 0 16px;
      font-size: 32px;
      color: #222222;
    }
    #loyalty-section .loyalty-left p {
      margin: 0;
      font-size: 18px;
      color: #444444;
      line-height: 1.6;
    }

    /* Правый блок */
    #loyalty-section .loyalty-right ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #loyalty-section .loyalty-right li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 24px;
    }
    #loyalty-section .loyalty-right li:last-child {
      margin-bottom: 0;
    }
    #loyalty-section .loyalty-icon {
      display: inline-block;
      margin-right: 12px;
      font-size: 24px;
      line-height: 1;
      color: #d32f2f;
      flex-shrink: 0;
    }
    #loyalty-section .loyalty-right p {
      margin: 0;
      font-size: 16px;
      color: #444444;
      line-height: 1.5;
    }
    #loyalty-section .loyalty-right p a {
      color: #0057a3;
      text-decoration: none;
    }
    #loyalty-section .loyalty-right p a:hover {
      text-decoration: underline;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0dc0e94 */#loyalty-discounts {
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding: 1rem;
  }
  #loyalty-discounts .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
  }
  #loyalty-discounts .card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform .2s, box-shadow .2s;
    display: flex;
    flex-direction: column;
  }
  #loyalty-discounts .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  }
  #loyalty-discounts .card-header {
    padding: 1rem;
    background: #f5f5f7;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
  }
  #loyalty-discounts .card-body {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #loyalty-discounts .card-body .title {
    font-weight: 500;
    margin-bottom: .5rem;
  }
  #loyalty-discounts .card-body p {
    margin: 0 0 1rem;
    color: #6c757d;
    flex: 1;
  }
  #loyalty-discounts .progress {
    background: #e9ecef;
    border-radius: 4px;
    height: 8px;
    overflow: hidden;
  }
  #loyalty-discounts .progress-bar {
    height: 100%;
    background: #0071e3;
    width: 0;
    transition: width 1.5s ease-in-out;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d44eeed */.service-block {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .service-title {
            font-size: 24px;
            font-weight: 700;
            color: #007bff;
            margin-bottom: 15px;
        }

        .service-list {
            list-style-type: none;
            padding-left: 0;
        }

        .service-list li {
            font-size: 18px;
            margin-bottom: 10px;
            padding-left: 30px;
            position: relative;
        }

        .service-list li:before {
            content: '✔';
            color: #28a745;
            position: absolute;
            left: 0;
            top: 2px;
        }

        .service-list li span {
            font-weight: 700;
            color: #6c757d;
        }

        .container1 {
            max-width: 900px;
            margin: 0 auto;
        }/* End custom CSS */