/* === Страница contatti — изолированные стили === */
.pulsero-communication-block-container {
  padding: 60px 20px 80px;
}

.pulsero-communication-block-container .pulsero-content-inner-holder {
  max-width: 900px;
  margin: 0 auto;
}

.pulsero-communication-block-container .pulsero-communication-page-heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.pulsero-communication-opening-text {
  font-size: 18px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.pulsero-communication-details-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 12px;
  font-family: 'Roboto', sans-serif;
}

.pulsero-communication-items-matrix {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  text-align: center;
}

.pulsero-communication-detail-element {
  flex: 1 1 250px;
  min-width: 200px;
}

.pulsero-communication-graphic-mark {
  font-size: 24px;
  margin-bottom: 12px;
}

.pulsero-communication-detail-element h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.pulsero-communication-detail-element p {
  margin: 0;
  font-size: 16px;
}

.pulsero-communication-detail-element a {
  text-decoration: none;
}

.pulsero-communication-detail-element a:hover {
  text-decoration: underline;
}

.pulsero-working-time-description {
  margin: 4px 0 0;
  font-size: 14px;
}

.pulsero-regulatory-information-container {
  margin-top: 40px;
  padding-top: 30px;
  text-align: center;
}

.pulsero-regulatory-information-container p {
  font-size: 16px;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .pulsero-communication-block-container {
    padding: 40px 15px 60px;
  }
  .pulsero-communication-details-area {
    padding: 20px 15px;
  }
  .pulsero-communication-detail-element {
    flex: 1 1 100%;
  }
}


/* === Страницы legal (privacy, cookies) === */
.pulsero-terms-document-wrapper {
  padding: 60px 20px 80px;
}

.pulsero-compliance-content-holder {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 12px;
  line-height: 1.7;
  font-size: 16px;
}

.pulsero-legal-document-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.pulsero-last-modified-indicator {
  font-style: italic;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

/* Адаптивность */
@media (max-width: 768px) {
  .pulsero-compliance-content-holder {
    padding: 25px 20px;
    font-size: 15px;
  }

  .pulsero-legal-document-title {
    font-size: 26px;
  }

  .eudalie-cookie-policy-block h2 {
    font-size: 20px;
  }
}




/* === Блог === */
.pulsero-articles-collection-wrapper {
  padding: 60px 20px 80px;
}

.pulsero-collection-primary-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.pulsero-articles-tiles-arrangement {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 32px;
  margin-bottom: 40px;
}

.pulsero-content-preview-container {
  border-radius: 12px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pulsero-content-preview-container:hover {
  transform: translateY(-4px);
}

.pulsero-preview-heading-activator {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}

.pulsero-preview-heading-activator a {
  text-decoration: none;
}

.pulsero-preview-heading-activator a:hover {
  text-decoration: underline;
}

.pulsero-release-time-indicator {
  font-size: 15px;
  margin: 0 0 14px;
}

.pulsero-preview-description-content {
  line-height: 1.6;
  margin: 0 0 16px;
}

.pulsero-expand-content-activator {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.pulsero-expand-content-activator:hover {
  text-decoration: underline;
}



/* Обертка для контента статьи */
.pulsero-content-inner-holder {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Страница статьи */
.pulsero-primary-structure-container h1 {
  font-size: 32px;
  margin-bottom: 16px;
}

.pulsero-publication-time-indicator {
  font-size: 16px;
  margin-bottom: 24px;
}

.pulsero-primary-structure-container p {
  margin-bottom: 16px;
  line-height: 1.7;
}

/* Адаптивность */
@media (max-width: 768px) {
  .pulsero-articles-tiles-arrangement {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pulsero-collection-primary-title {
    font-size: 28px;
  }
  .pulsero-content-inner-holder {
    padding: 30px 15px;
  }
  .pulsero-primary-structure-container h1 {
    font-size: 28px;
  }
}




/* ============================================
   ФУТЕР — ОБНОВЛЁННЫЙ ДИЗАЙН
   ============================================ */
.pulsero-bottom-site-panel {
    padding: 50px 20px !important;
    margin-top: 80px !important;
    font-family: "Raleway", Arial, sans-serif !important;
    border-top: 1px solid !important;
}

.pulsero-footer-content-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.pulsero-footer-navigation-area {
    margin-bottom: 30px !important;
    text-align: center !important;
}

.pulsero-footer-navigation-collection {
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    gap: 40px !important;
    text-align: center !important;
}

.pulsero-footer-navigation-element {
    display: inline-block !important;
    margin: 0 !important;
    text-align: center !important;
}

.pulsero-footer-hyperlink-control {
    display: inline-block !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    font-family: "Raleway", Arial, sans-serif !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    padding: 5px 0 !important;
}

.pulsero-footer-hyperlink-control:hover {
    text-decoration: none !important;
    -webkit-transform: translateY(-2px) !important;
    -ms-transform: translateY(-2px) !important;
    transform: translateY(-2px) !important;
}

/* Разделитель между пунктами меню */
.pulsero-footer-navigation-element:not(:last-child)::after {
    content: '•' !important;
    margin-left: 40px !important;
    font-size: 12px !important;
}

/* Копирайт */
.pulsero-rights-reserved-text {
    font-size: 14px !important;
    margin: 0 !important;
    font-family: "Raleway", Arial, sans-serif !important;
    text-align: center !important;
    padding-top: 25px !important;
    border-top: 1px solid !important;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */
@media screen and (max-width: 768px) {
    .pulsero-bottom-site-panel {
        padding: 40px 15px !important;
        margin-top: 60px !important;
    }

    .pulsero-footer-navigation-collection {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .pulsero-footer-navigation-element:not(:last-child)::after {
        display: none !important;
    }

    .pulsero-rights-reserved-text {
        font-size: 13px !important;
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-bottom-site-panel {
        padding: 30px 12px !important;
    }

    .pulsero-footer-hyperlink-control {
        font-size: 14px !important;
    }
}



.hreflang-section {
  width: 100%;
  margin: 15px 0;
}
.hreflang-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.hreflang-list li a {
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}
.hreflang-list li.active a {
  border-color: ;
  font-weight: bold;
}



/* === Хедер (меню) === */
.pulsero-main-navigation-strip {
    padding: 8px 2% !important;
    border-bottom: 1px solid !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    position: relative;
}

.pulsero-top-panel-content-wrap {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.pulsero-upper-navigation-collection {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0;
}

.pulsero-upper-navigation-element {
    display: flex;
    align-items: center;
}

.pulsero-brand-symbol-holder {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid;
}

.pulsero-upper-navigation-element.pulsero-brand-symbol-holder .pulsero-brand-home-activator {
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    font-family: "Raleway", Arial, sans-serif !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.pulsero-upper-navigation-element.pulsero-brand-symbol-holder .pulsero-brand-home-activator .pulsero-authenticity-mark-text {
    margin-top: 8px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    text-transform: lowercase;
}

.pulsero-upper-navigation-element:not(.pulsero-brand-symbol-holder):not(:last-child) {
    border-right: 1px solid;
    margin-right: 35px;
    padding-right: 35px;
}

.pulsero-upper-navigation-element:not(.pulsero-brand-symbol-holder) .pulsero-navigation-hyperlink-control {
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 16px !important;
    font-family: "Raleway", Arial, sans-serif !important;
    padding: 8px 0;
    transition: all 0.2s ease;
}

.pulsero-upper-navigation-element:not(.pulsero-brand-symbol-holder) .pulsero-navigation-hyperlink-control:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pulsero-compact-menu-activator {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
}
.pulsero-compact-menu-activator span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.pulsero-compact-menu-activator.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.pulsero-compact-menu-activator.active span:nth-child(2) {
    opacity: 0;
}
.pulsero-compact-menu-activator.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media screen and (max-width: 992px) {
    .pulsero-main-navigation-strip {
        padding: 10px 5%;
        min-height: 50px;
    }

    .pulsero-top-panel-content-wrap {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
        position: relative;
    }

    .pulsero-brand-symbol-holder {
        order: 1;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .pulsero-upper-navigation-collection {
        order: 2;
        display: none !important;
        flex-direction: column;
        width: 280px;
        max-width: 85vw;
        margin: 0;
        padding: 0;
        border: 1px solid;
        border-radius: 0 0 0 12px;
        position: absolute;
        top: 100%;
        right: 0;
        left: auto !important;
        z-index: 99;
    }

    .pulsero-upper-navigation-collection.active {
        display: flex !important;
        animation: slideFromRight 0.25s ease;
    }

    @keyframes slideFromRight {
        from {
            opacity: 0;
            transform: translateX(20px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .pulsero-compact-menu-activator {
        display: flex !important;
        order: 3;
        position: relative;
        z-index: 101;
        margin-left: auto;
    }

    .pulsero-upper-navigation-element {
        width: 100%;
        justify-content: center !important;
        padding: 0;
        border-right: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .pulsero-brand-symbol-holder {
        order: 1;
        justify-content: center !important;
        padding: 15px 20px 20px;
        border-bottom: 1px solid;
        margin-bottom: 5px;
    }

    .pulsero-upper-navigation-element.pulsero-brand-symbol-holder .pulsero-brand-home-activator {
        font-size: 20px;
        align-items: center !important;
        width: 100%;
        text-align: center;
    }

    .pulsero-upper-navigation-element.pulsero-brand-symbol-holder .pulsero-brand-home-activator .pulsero-authenticity-mark-text {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    .pulsero-upper-navigation-element:not(.pulsero-brand-symbol-holder) {
        order: 2;
        padding: 0 20px;
        border-bottom: 1px solid;
    }

    .pulsero-upper-navigation-element:not(.pulsero-brand-symbol-holder):last-child {
        border-bottom: 0;
    }

    .pulsero-upper-navigation-element:not(.pulsero-brand-symbol-holder) .pulsero-navigation-hyperlink-control {
        font-size: 16px;
        padding: 14px 0;
        width: 100%;
        text-align: center !important;
        justify-content: center !important;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-upper-navigation-element.pulsero-brand-symbol-holder .pulsero-brand-home-activator {
        font-size: 18px !important;
    }
    .pulsero-upper-navigation-element:not(.pulsero-brand-symbol-holder) .pulsero-navigation-hyperlink-control {
        font-size: 15px !important;
    }
    .pulsero-upper-navigation-collection {
        width: 240px;
    }
}




/* ============================================
   СЕКЦИЯ "HOW NEOFLOMAX WORKS"
   ============================================ */
.pulsero-working-principle-block {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.pulsero-process-backdrop-element {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.pulsero-working-principle-block .pulsero-structure-grid-shell {
    position: relative;
    z-index: 1;
}

.pulsero-process-section-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pulsero-process-section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.pulsero-process-description-wrap {
    max-width: 900px;
    margin: 0 auto 50px;
}

.pulsero-process-explanation-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-operation-steps-panel,
.pulsero-advantages-showcase-panel {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.pulsero-panel-section-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-tile-arrangement-matrix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

.pulsero-data-presentation-tile {
    border: 1px solid;
    border-radius: 15px;
    padding: 35px 25px;
    width: 280px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pulsero-data-presentation-tile:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.pulsero-data-presentation-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pulsero-data-presentation-tile:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.pulsero-tile-symbolic-mark {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pulsero-vector-graphic-element {
    width: 100%;
    height: 100%;
}

.pulsero-tile-content-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 1190px) {
    .pulsero-data-presentation-tile {
        width: 100%;
        max-width: 320px;
    }
}

@media screen and (max-width: 768px) {
    .pulsero-working-principle-block {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .pulsero-process-section-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .pulsero-process-section-title::after {
        width: 60px;
    }

    .pulsero-process-explanation-text {
        font-size: 18px;
        line-height: 28px;
    }

    .pulsero-panel-section-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .pulsero-data-presentation-tile {
        padding: 30px 20px;
        width: 100%;
        max-width: 350px;
    }

    .pulsero-tile-symbolic-mark {
        width: 75px;
        height: 75px;
    }

    .pulsero-tile-content-text {
        font-size: 16px;
        line-height: 24px;
    }

    .pulsero-process-backdrop-element {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-process-section-title {
        font-size: 30px;
        line-height: 36px;
    }
}





/* ============================================
   СЕКЦИЯ "WHAT IS NEOFLOMAX?" — ОПИСАНИЕ ПРОДУКТА
   ============================================ */
.pulsero-item-summary-block {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.pulsero-background-abstract-form {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.pulsero-item-summary-block .pulsero-structure-grid-shell {
    position: relative;
    z-index: 1;
}

.pulsero-summary-section-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pulsero-summary-section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.pulsero-secondary-summary-heading {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-opening-message-wrapper {
    max-width: 900px;
    margin: 0 auto 50px;
}

.pulsero-initial-description-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-characteristics-showcase-panel,
.pulsero-application-motives-panel {
    max-width: 900px;
    margin: 0 auto 50px;
}

.pulsero-panel-section-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-attribute-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pulsero-attribute-items-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.pulsero-attribute-items-list li:last-child {
    margin-bottom: 0;
}

.pulsero-item-marker-symbol {
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.pulsero-element-detail-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .pulsero-item-summary-block {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .pulsero-summary-section-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .pulsero-summary-section-title::after {
        width: 60px;
    }

    .pulsero-secondary-summary-heading {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .pulsero-initial-description-text {
        font-size: 18px;
        line-height: 28px;
    }

    .pulsero-panel-section-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .pulsero-attribute-items-list li {
        padding-left: 35px;
        margin-bottom: 15px;
    }

    .pulsero-item-marker-symbol {
        width: 20px;
        height: 20px;
        top: 3px;
    }

    .pulsero-element-detail-text {
        font-size: 18px;
        line-height: 26px;
    }

    .pulsero-background-abstract-form {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-summary-section-title {
        font-size: 30px;
        line-height: 36px;
    }

    .pulsero-secondary-summary-heading {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ============================================
   СЕКЦИЯ COMPOSITION — УНИКАЛЬНЫЕ КЛАССЫ
   ============================================ */
.pulsero-components-summary-block {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.pulsero-components-backdrop-design {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.pulsero-components-summary-block .pulsero-structure-grid-shell {
    position: relative;
    z-index: 1;
}

.pulsero-components-main-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pulsero-components-main-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.pulsero-components-subheading-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-components-description-wrap {
    max-width: 900px;
    margin: 0 auto 60px;
}

.pulsero-components-opening-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-components-collection-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.pulsero-component-item-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.pulsero-component-reversed-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pulsero-component-visual-border {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    position: relative;
}

.pulsero-component-graphic-element {
    width: 500px;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
}

.pulsero-component-info-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pulsero-component-title-element {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
    font-family: "Raleway", Arial, sans-serif;
    width: 100%;
}

.pulsero-component-description-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pulsero-component-description-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-component-description-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1190px) {
    .pulsero-component-visual-border {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
    }

    .pulsero-component-graphic-element {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width: 992px) {
    .pulsero-component-item-line,
    .pulsero-component-reversed-layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .pulsero-component-visual-border {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .pulsero-component-graphic-element {
        width: 400px;
        height: 400px;
        margin: 0 auto;
        display: block;
    }

    .pulsero-component-info-text {
        width: 100%;
        text-align: center;
    }

    .pulsero-component-title-element {
        text-align: center;
    }

    .pulsero-component-description-content {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .pulsero-components-summary-block {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .pulsero-components-main-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .pulsero-components-main-heading::after {
        width: 60px;
    }

    .pulsero-components-subheading-text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .pulsero-components-opening-text {
        font-size: 18px;
        line-height: 28px;
    }

    .pulsero-components-collection-holder {
        gap: 50px;
    }

    .pulsero-component-visual-border {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
        margin: 0 auto 30px;
    }

    .pulsero-component-graphic-element {
        width: 350px;
        height: 350px;
        margin: 0 auto;
        display: block;
    }

    .pulsero-component-title-element {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }

    .pulsero-component-description-content p {
        font-size: 17px;
        line-height: 26px;
        text-align: center;
    }

    .pulsero-components-backdrop-design {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-components-main-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .pulsero-components-subheading-text {
        font-size: 16px;
        line-height: 24px;
    }

    .pulsero-component-visual-border {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
        margin: 0 auto 25px;
    }

    .pulsero-component-graphic-element {
        width: 320px;
        height: 320px;
        margin: 0 auto;
        display: block;
    }

    .pulsero-component-title-element {
        font-size: 24px;
        line-height: 30px;
    }

    .pulsero-component-description-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 400px) {
    .pulsero-component-visual-border {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }

    .pulsero-component-graphic-element {
        width: 280px;
        height: 280px;
    }
}


/* ============================================
   СЕКЦИЯ "PACKAGE LEAFLET" — ИНФОРМАЦИЯ ДЛЯ ПАЦИЕНТА
   ============================================ */
.pulsero-information-flyer-block {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.pulsero-flyer-backdrop-element {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.pulsero-information-flyer-block .pulsero-structure-grid-shell {
    position: relative;
    z-index: 1;
}

.pulsero-flyer-main-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pulsero-flyer-main-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.pulsero-flyer-subheading-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-flyer-data-container {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid;
}

.pulsero-flyer-data-container:last-child {
    margin-bottom: 0;
}

.pulsero-flyer-section-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-flyer-textual-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .pulsero-information-flyer-block {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .pulsero-flyer-main-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .pulsero-flyer-main-heading::after {
        width: 60px;
    }

    .pulsero-flyer-subheading-text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .pulsero-flyer-data-container {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .pulsero-flyer-section-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .pulsero-flyer-textual-content {
        font-size: 17px;
        line-height: 26px;
    }

    .pulsero-flyer-backdrop-element {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-flyer-main-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .pulsero-flyer-subheading-text {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ============================================
   СЕКЦИЯ "CUSTOMER REVIEWS" — ОТЗЫВЫ
   ============================================ */
.pulsero-reviews-showcase-block {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.pulsero-reviews-backdrop-element {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.pulsero-reviews-showcase-block .pulsero-structure-grid-shell {
    position: relative;
    z-index: 1;
}

.pulsero-reviews-main-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pulsero-reviews-main-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.pulsero-reviews-tiles-arrangement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.pulsero-review-item-container {
    border: 1px solid;
    border-radius: 15px;
    padding: 35px 30px;
    width: 100%;
    max-width: 480px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pulsero-review-item-container:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pulsero-review-item-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pulsero-review-item-container:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.pulsero-review-top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

.pulsero-customer-display-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 8px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-customer-age-indicator {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-review-body-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
}

.pulsero-customer-feedback-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    font-style: italic;
}

.pulsero-evaluation-stars-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

.pulsero-star-evaluation-symbol {
    font-size: 24px;
    line-height: 1;
}

.pulsero-additional-reviews-trigger-area {
    text-align: center;
    margin-top: 40px;
}

.pulsero-expand-reviews-activator {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-expand-reviews-activator:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.pulsero-directional-symbol-element {
    font-size: 20px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pulsero-expand-reviews-activator:hover .pulsero-directional-symbol-element {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media screen and (max-width: 992px) {
    .pulsero-reviews-tiles-arrangement {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pulsero-review-item-container {
        max-width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .pulsero-reviews-showcase-block {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .pulsero-reviews-main-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .pulsero-reviews-main-heading::after {
        width: 60px;
    }

    .pulsero-reviews-tiles-arrangement {
        gap: 30px;
    }

    .pulsero-review-item-container {
        padding: 25px 20px;
    }

    .pulsero-customer-display-name {
        font-size: 20px;
        line-height: 25px;
    }

    .pulsero-customer-feedback-text {
        font-size: 17px;
        line-height: 26px;
    }

    .pulsero-expand-reviews-activator {
        font-size: 16px;
        padding: 14px 30px;
    }

    .pulsero-reviews-backdrop-element {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-reviews-main-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .pulsero-review-item-container {
        padding: 20px 15px;
    }

    .pulsero-customer-display-name {
        font-size: 18px;
        line-height: 23px;
    }

    .pulsero-customer-age-indicator {
        font-size: 14px;
    }

    .pulsero-customer-feedback-text {
        font-size: 16px;
        line-height: 24px;
    }

    .pulsero-star-evaluation-symbol {
        font-size: 20px;
    }

    .pulsero-expand-reviews-activator {
        font-size: 15px;
        padding: 12px 25px;
    }
}


/* ============================================
   СЕКЦИЯ "FAQ" — ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ
   ============================================ */
.pulsero-questions-collapsible-block {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.pulsero-questions-backdrop-element {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.pulsero-questions-collapsible-block .pulsero-structure-grid-shell {
    position: relative;
    z-index: 1;
}

.pulsero-questions-main-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pulsero-questions-main-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.pulsero-questions-subheading-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-collapsible-items-holder {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.pulsero-questions-single-entry {
    border: 1px solid;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pulsero-questions-single-entry summary::-webkit-details-marker {
    display: none;
}

.pulsero-question-expand-control {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 20px 25px;
    cursor: pointer;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Raleway", Arial, sans-serif;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.pulsero-expand-collapse-symbol {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

.pulsero-expand-collapse-symbol::before,
.pulsero-expand-collapse-symbol::after {
    content: '';
    position: absolute;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pulsero-expand-collapse-symbol::before {
    width: 16px;
    height: 3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pulsero-expand-collapse-symbol::after {
    width: 3px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pulsero-questions-single-entry[open] .pulsero-expand-collapse-symbol::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.pulsero-response-text-container {
    padding: 0 25px 20px;
    border-top: 1px solid;
}

.pulsero-response-text-container p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0 0;
    padding-top: 15px;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .pulsero-questions-collapsible-block {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .pulsero-questions-main-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .pulsero-questions-main-heading::after {
        width: 60px;
    }

    .pulsero-questions-subheading-text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .pulsero-question-expand-control {
        font-size: 18px;
        line-height: 26px;
        padding: 18px 20px;
    }

    .pulsero-response-text-container p {
        font-size: 17px;
        line-height: 26px;
        padding-top: 12px;
    }

    .pulsero-questions-backdrop-element {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-questions-main-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .pulsero-questions-subheading-text {
        font-size: 16px;
        line-height: 24px;
    }

    .pulsero-question-expand-control {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 18px;
    }

    .pulsero-response-text-container p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ============================================
   СЕКЦИЯ "WHERE TO BUY" — ГДЕ КУПИТЬ
   ============================================ */
.pulsero-acquisition-details-block {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.pulsero-acquisition-backdrop-element {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.pulsero-acquisition-details-block .pulsero-structure-grid-shell {
    position: relative;
    z-index: 1;
}

.pulsero-acquisition-main-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pulsero-acquisition-main-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.pulsero-acquisition-description-wrap {
    max-width: 900px;
    margin: 0 auto 50px;
}

.pulsero-acquisition-opening-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-acquisition-advantages-matrix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.pulsero-acquisition-advantage-tile {
    border: 1px solid;
    border-radius: 15px;
    padding: 35px 25px;
    width: 100%;
    max-width: 340px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pulsero-acquisition-advantage-tile::before {
    content: attr(data-num);
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-acquisition-advantage-tile:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pulsero-advantage-tile-heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
    font-family: "Raleway", Arial, sans-serif;
    position: relative;
    z-index: 1;
}

.pulsero-advantage-tile-content {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    position: relative;
    z-index: 1;
}

.pulsero-acquisition-notice-container {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 25px 30px;
    border-left: 4px solid;
    border-radius: 8px;
}

.pulsero-important-notification-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 992px) {
    .pulsero-acquisition-advantages-matrix {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pulsero-acquisition-advantage-tile {
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .pulsero-acquisition-details-block {
        padding: 50px 15px;
        margin-bottom: 60px;
    }

    .pulsero-acquisition-main-heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .pulsero-acquisition-main-heading::after {
        width: 60px;
    }

    .pulsero-acquisition-opening-text {
        font-size: 18px;
        line-height: 28px;
    }

    .pulsero-acquisition-advantage-tile {
        padding: 25px 20px;
    }

    .pulsero-advantage-tile-heading {
        font-size: 20px;
        line-height: 25px;
    }

    .pulsero-advantage-tile-content {
        font-size: 16px;
        line-height: 24px;
    }

    .pulsero-acquisition-notice-container {
        padding: 20px;
    }

    .pulsero-important-notification-text {
        font-size: 16px;
        line-height: 24px;
    }

    .pulsero-acquisition-backdrop-element {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-acquisition-main-heading {
        font-size: 26px;
        line-height: 34px;
    }

    .pulsero-acquisition-opening-text {
        font-size: 16px;
        line-height: 24px;
    }

    .pulsero-acquisition-advantage-tile::before {
        font-size: 36px;
    }
}




/* ============================================
   ЭЛЕМЕНТЫ ДОВЕРИЯ — КОМПАКТНЫЕ, БЕЗ РАМОК
   ============================================ */
.pulsero-reliability-signs-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 12px 0 8px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pulsero-authenticity-seal-symbol {
    font-weight: 500;
    font-size: 13px;
    font-family: "Raleway", Arial, sans-serif;
    white-space: nowrap;
}

.pulsero-confidence-divider-line {
    font-size: 12px;
}

@media screen and (max-width: 480px) {
    .pulsero-reliability-signs-group {
        gap: 6px;
    }

    .pulsero-authenticity-seal-symbol {
        font-size: 12px;
    }
}

/* ============================================
   ЦВЕТ КНОПКИ ЗАКАЗА
   ============================================ */
.pulsero-main-call-to-action {
    width: 100%;
    padding: 16px 25px;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Raleway", Arial, sans-serif;
    margin-top: 10px;
}

.pulsero-main-call-to-action:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* ============================================
   СТРАНИЦА ОТЗЫВОВ — NEOFLOMAX
   ============================================ */

.pulsero-reviews-fullpage-wrapper {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    min-height: 100vh;
}

.pulsero-reviews-fullpage-wrapper .pulsero-structure-grid-shell {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.pulsero-reviews-page-top-section {
    text-align: center;
    margin-bottom: 60px;
}

.pulsero-reviews-page-primary-heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-reviews-opening-paragraph {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-reviews-page-tiles-arrangement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.pulsero-customer-feedback-container {
    border: 1px solid;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    max-width: 380px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pulsero-customer-feedback-container:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pulsero-review-top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

.pulsero-customer-initial-symbol {
    width: 50px;
    height: 50px;
    font-weight: 700;
    font-size: 22px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-shrink: 0;
}

.pulsero-customer-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.pulsero-customer-full-name {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-customer-years-badge {
    font-weight: 400;
    font-size: 13px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-order-confirmation-seal {
    font-weight: 500;
    font-size: 12px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-feedback-evaluation-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.pulsero-star-evaluation-display {
    font-size: 20px;
    letter-spacing: 2px;
}

.pulsero-score-text-indicator {
    font-weight: 400;
    font-size: 14px;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-feedback-main-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    font-style: italic;
}

.pulsero-back-navigation-holder {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid;
}

.pulsero-order-return-activator {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 35px;
    border-radius: 30px;
    text-decoration: none;
    border: 2px solid;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Raleway", Arial, sans-serif;
}

.pulsero-order-return-activator:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    .pulsero-reviews-fullpage-wrapper {
        padding: 50px 15px;
    }
    
    .pulsero-reviews-page-primary-heading {
        font-size: 32px;
        line-height: 42px;
    }
    
    .pulsero-reviews-opening-paragraph {
        font-size: 16px;
        line-height: 26px;
    }
    
    .pulsero-customer-feedback-container {
        padding: 25px 20px;
        max-width: 100%;
    }
    
    .pulsero-customer-initial-symbol {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .pulsero-customer-full-name {
        font-size: 16px;
    }
    
    .pulsero-feedback-main-text {
        font-size: 15px;
        line-height: 24px;
    }
    
    .pulsero-order-return-activator {
        font-size: 15px;
        padding: 12px 30px;
    }
}

@media screen and (max-width: 480px) {
    .pulsero-reviews-page-primary-heading {
        font-size: 26px;
        line-height: 36px;
    }
    
    .pulsero-reviews-opening-paragraph {
        font-size: 15px;
        line-height: 24px;
    }
    
    .pulsero-customer-feedback-container {
        padding: 20px 15px;
    }
    
    .pulsero-customer-initial-symbol {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .pulsero-star-evaluation-display {
        font-size: 18px;
    }
    
    .pulsero-order-return-activator {
        font-size: 14px;
        padding: 11px 25px;
    }
}