.power-supply-page .header,
.power-supply-page .above-footer,
.power-supply-page .footer,
.power-supply-page .pop-up__overflow {
    display: none;
}

.power-supply-page {
    margin-top: 0;
    margin-bottom: 100px;
}

.power-supply-page .main-button {
    border: 2px solid #1d77f1;
    max-width: 514px;
}

.power-supply-page .main-button:hover {
    border: 2px solid #1d77f1;
}

.power-main-screen {
    padding: 145px 0;
    background-color: rgba(0, 0, 0, .7);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/power-supply/main-screen.jpg');
}

.power-main-screen h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
}

.power-accordions {
    margin-bottom: 40px;
    max-width: 514px;
}

.power-accordions .accordion {
    background-color: #fff;
    border-radius: 8px;
}

.power-accordions .accordion:not(:last-child) {
    margin-bottom: 20px;
}

.power-accordions .accordion-top {
    padding: 10px 20px;
    cursor: pointer;
}

.power-accordions .accordion-top h2 {
    position: relative;
    padding: 12px 20px 12px 60px;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    transition: all ease-in-out .4s;
}

.power-accordions .accordion-top h2 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #27353f;
    margin-left: 10px;
}

.power-accordions .accordion-top h2::before,
.power-accordions .accordion-top h2::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    top: 50%;
    transform: translateY(-50%);
}

.power-accordions .accordion-top h2::before {
    width: 50px;
    height: 50px;
    left: 0;
}

.power-accordions .accordion-appartment .accordion-top h2::before {
    background-image: url('../images/power-supply/icons/appartment.svg');
}

.power-accordions .accordion-house .accordion-top h2::before {
    background-image: url('../images/power-supply/icons/house.svg');
}

.power-accordions .accordion-office .accordion-top h2::before {
    background-image: url('../images/power-supply/icons/office.svg');
}

.power-accordions .accordion-top h2::after {
    background-image: url('../images/main-screen/icons/arrow-down.svg');
    width: 14px;
    height: 14px;
    transform-origin: center;
    right: 0;
    transition: all ease-in-out .4s;
}

.power-accordions .accordion.active .accordion-top h2 {
    border-bottom: 1px solid #EAEAEA;
    padding: 12px 20px 17px 60px;
}

.power-accordions .accordion.active .accordion-top h2::after {
    transform: rotate(180deg);
}

.power-accordions .accordion-body {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    transition: all ease-in-out .4s;
}

.power-accordions .accordion-body span {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #27353f;
    margin-right: 5px;
}

.power-accordions .accordion-body .group-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.power-accordions .accordion-body .group-tags .tag {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #27353f;
    padding: 6px 12px 6px 29px;
    background: rgba(49, 157, 221, 0.15);
    border-radius: 50px;
    position: relative;
}

.power-accordions .accordion-body .group-tags .tag::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-image: url('../images/power-supply/icons/arrow.svg');
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.power-accordions .accordion.active .accordion-body {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    max-height: 1000px;
    padding: 5px 20px 20px 20px;
}

.what-is-it {
    padding-top: 150px;
    padding-bottom: 80px;
    background-image: url('../images/power-supply/icons/bg-element-1.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
}

.what-is-it__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.what-is-it .image img {
    max-width: 630px;
}

.what-is-it .content h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 90%;
    letter-spacing: -0.02em;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 30px;
}

.what-is-it .content p {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 420px;
}

.what-is-it .content ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    max-width: 540px;
}

.what-is-it .content ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #27353f;
    min-height: 70px;
    position: relative;
    padding: 11px 0 11px 90px;
}

.what-is-it .content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.what-is-it .content ul li::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    box-shadow: 5px 19px 25px 4px rgba(20, 69, 129, 0.05);
    background-color: #1DA4F7;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.what-is-it .content ul li.icon-1::before {
    background-image: url('../images/power-supply/icons/what-1.svg');
}

.what-is-it .content ul li.icon-2::before {
    background-image: url('../images/power-supply/icons/what-2.svg');
}

.what-is-it .content ul li.icon-3::before {
    background-image: url('../images/power-supply/icons/what-3.svg');
}

.what-is-it .content ul li.icon-4::before {
    background-image: url('../images/power-supply/icons/what-4.svg');
}

.provides {
    padding: 80px 0;
}

.provides h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 90%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 50px;
}

.provides .provides__container {
    margin-bottom: 90px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.provides .main-button {
    margin: 0 auto;
    display: block;
    border: 2px solid #fff;
}

.provides .provide {
    box-shadow: 5px 20px 26px 4px rgba(20, 69, 129, 0.05);
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 10px;
    max-width: 307px;
    width: 100%;
    transition: all ease-in-out .4s;
}

.provides .provide h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #27353f;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 207px;
    transition: all ease-in-out .4s;
}

.provides .provide:hover {
    background: linear-gradient(180deg, #1dc7fc 0%, #1d77f1 83.33%);
}

.provides .provide:hover h3 {
    color: #fff;
}

.how-its-works {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/power-supply/icons/bg-element-2.png');
}

.how-its-works .main-button {
    margin: 0 auto;
    display: block;
    border: 2px solid #fff;
}

.how-its-works h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 90%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 50px;
}

.how-its-works .image {
    margin-bottom: 50px;
}

.how-its-works .image img {
    max-width: 1290px;
    width: 100%;
}

.consist-of {
    padding: 80px 0;
}

.consist-of h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 90%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 50px;
}

.consist-of .main-button {
    margin: 0 auto;
    display: block;
    border: 2px solid #fff;
}

.consist-of__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
    counter-reset: list;
}

.consist-of .consist-of__item {
    box-shadow: 5px 20px 26px 4px rgba(20, 69, 129, 0.05);
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 10px;
    max-width: 307px;
    width: 100%;
    position: relative;
    transition: all ease-in-out .4s;
}

.consist-of .consist-of__item::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(29, 164, 247, 0.1);
    right: 20px;
    top: 20px;
    counter-increment: list;
    content: counter(list);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #1DA4F7;
    transition: all ease-in-out .4s;
}

.consist-of .consist-of__item img {
    filter: brightness(-10);
    transition: all ease-in-out .4s;
}

.consist-of .consist-of__item h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #27353f;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 207px;
    transition: all ease-in-out .4s;
}

.consist-of .consist-of__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    color: #2F3744;
    transition: all ease-in-out .4s;
}

.consist-of .consist-of__item:hover {
    background: linear-gradient(180deg, #1dc7fc 0%, #1d77f1 83.33%);
}

.consist-of .consist-of__item:hover img {
    filter: brightness(10);
} 

.consist-of .consist-of__item:hover h3,
.consist-of .consist-of__item:hover p {
    color: #fff;
}

.consist-of .consist-of__item:hover::before {
    background-color: #fff;
}

.power-supply-page .form-block::before {
    background-image: url('../images/form/main-2.png');
    background-size: contain;
}

.power-supply-page .form-block .main-subtitle {
    max-width: 215px;
}

.power-main-screen .top-contacts {
    display: none;
}

.energy-large-banner {
    padding-top: 160px;
    padding-bottom: 467px;
    background: url('../images/power-supply/energy-banner-main-1.png') no-repeat center bottom / auto, url('../images/power-supply/energy-large-banner-1.jpg') no-repeat center / cover;
    margin-bottom: 80px;
}

.energy-large-banner .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.energy-large-banner .content h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.02em;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #fff;
    max-width: 1000px;
}

.energy-large-banner .content .main-button {
    text-decoration: none;
    max-width: fit-content;
    padding: 18px 33px;
}

.power-supply-page section .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    padding: 8px 16px;
    color: #EAEAEA;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid #2F3744;
}

.power-supply-page .important-info {
    background-color: rgba(146, 166, 180, 0.05);
    padding: 32px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.power-supply-page .important-info .icon-wrap {
    border-radius: 50%;
    background-color: rgba(221, 61, 61, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
}

.power-supply-page .important-info .content h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 12px;
}

.power-supply-page .important-info .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 930px;
}

.power-supply-page .target-banner__container {
    padding: 80px 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/reb-bucifal/target-bg-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    text-align: center;
}

.power-supply-page .target-banner h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 124%;
    color: #fff;
    margin-top: 0;
    margin-bottom: 24px;
}

.power-supply-page .target-banner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 40px;
    color: #92A6B4;
}

.power-supply-page .target-banner .main-button {
    text-decoration: none;
    max-width: fit-content;
    padding: 18px 33px;
}

/* NEW PAGE LUKAS ENERGY M START */
.lukas-energy-page .power-main-screen {
    padding-top: 163px;
    padding-bottom: 185px;
    background-image: url('../images/lukas-energy/main-screen.jpg');
}

.lukas-energy-page .power-main-screen h1 {
    margin-top: 80px;
    margin-bottom: 40px;
}

.lukas-energy-page .power-main-screen p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #EAEAEA;
    margin-top: 40px;
    margin-bottom: 80px;
    max-width: 550px;
}

.lukas-energy-page .power-main-screen .main-button {
    text-decoration: none;
    max-width: fit-content;
    padding: 18px 33px;
}

.lukas-energy-page .what-is-it {
    background-image: none;
    padding-top: 160px;
    padding-bottom: 0;
}

.lukas-energy-page .what-is-it .content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 80px;
    border-bottom: 1px solid #EAEAEA;
}

.lukas-energy-page .what-is-it .content h2 {
    max-width: 530px;
}

.lukas-energy-page .what-is-it .content ul {
    max-width: 630px;
}

.lukas-energy-page .about-energy {
    padding: 80px 0;
}

.lukas-energy-page .about-energy__container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.lukas-energy-page .about-energy .content {
    max-width: 530px;
}

.lukas-energy-page .about-energy .content h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0B0B0B;
    margin-top: 0;
    margin-bottom: 40px;
}

.lukas-energy-page .about-energy .content ul {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    list-style: none;
}

.lukas-energy-page .about-energy .content ul li {
    padding-left: 48px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #27353f;
}

.lukas-energy-page .about-energy .content ul li::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #1DA4F7;
    background-image: url('../images/lukas-energy/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lukas-energy-page .about-energy .content ul li:not(:last-child) {
    margin-bottom: 16px;
}

.lukas-energy-page .about-energy .content .main-button {
    text-decoration: none;
    max-width: fit-content;
    padding: 18px 33px;
}

.lukas-energy-page .about-energy .image img {
    width: 100%;
}

.lukas-energy-page .energy-large-banner {
    padding-top: 160px;
    padding-bottom: 548px;
    background: url('../images/lukas-energy/energy-banner-main.png') no-repeat center bottom / auto, url('../images/lukas-energy/energy-large-banner.jpg') no-repeat center / cover;
    margin-bottom: 0;
}

.lukas-energy-page .about-energy-charge {
    padding: 80px 0;
}

.lukas-energy-page .about-energy-charge__container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.lukas-energy-page .about-energy-charge .image img {
    width: 100%;
}

.lukas-energy-page .about-energy-charge__container .content {
    max-width: 530px;
}

.lukas-energy-page .about-energy-charge .content h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 40px;
    color: #0B0B0B;
}

.lukas-energy-page .about-energy-charge__container .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 40px;
}

.lukas-energy-page .about-energy-charge__container .content p:last-child {
    font-size: 16px;
    line-height: 162%;
    letter-spacing: inherit;
    margin-top: 40px;
    margin-bottom: 0;
}

.lukas-energy-page .about-energy-charge .content h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #27353f;
    margin-top: 40px;
    margin-bottom: 24px;
}

.lukas-energy-page .about-energy-charge .content ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    counter-reset: list-counter;
}

.lukas-energy-page .about-energy-charge .content ul li {
    position: relative;
    padding-left: 48px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #27353f;
}

.lukas-energy-page .about-energy-charge .content ul li:not(:last-child) {
    margin-bottom: 16px;
}

.lukas-energy-page .about-energy-charge .content ul li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #92A6B4;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    color: #fff;
}

.lukas-energy-page .form-block::before {
    background-image: url('../images/form/main-3.png');
}
/* NEW PAGE LUKAS ENERGY M END */

/* NEW PAGE REB SYSTEM BUCIFAL START */
.reb-bucifal-page .power-main-screen {
    padding-top: 163px;
    padding-bottom: 185px;
    background-image: url('../images/reb-bucifal/main-screen.jpg');
}

.reb-bucifal-page .power-main-screen h1 {
    margin-top: 80px;
    margin-bottom: 40px;
}

.reb-bucifal-page .power-main-screen p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #EAEAEA;
    margin-top: 40px;
    margin-bottom: 80px;
    max-width: 550px;
}

.reb-bucifal-page .power-main-screen .main-button {
    text-decoration: none;
    max-width: fit-content;
    padding: 18px 33px;
}

.reb-bucifal-page .form-block::before {
    background-image: url('../images/form/main-4.png');
    background-size: contain;
    background-position: right center;
    width: 456px;
    height: 328px;
}

.reb-bucifal-page .large-multy-section {
    padding: 80px 0;
}

.reb-bucifal-page .large-multy-section.large-multy-section--reverse {
    padding: 0;
}

.reb-bucifal-page .large-multy-section h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0B0B0B;
    margin-top: 80px;
    margin-bottom: 60px;
}

.reb-bucifal-page .large-multy-section__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.reb-bucifal-page .large-multy-section.large-multy-section--reverse .large-multy-section__container {
    flex-direction: row-reverse;
}

.reb-bucifal-page .large-multy-section h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 124%;
    color: #0B0B0B;
    margin-top: 0;
    margin-bottom: 40px;
}

.reb-bucifal-page .large-multy-section__container h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 24px;
    color: #0B0B0B;
}

.reb-bucifal-page .large-multy-section__container .content {
    max-width: 530px;
}

.reb-bucifal-page .large-multy-section .image img {
    width: 100%;
    border-radius: 8px;
}

.reb-bucifal-page .large-multy-section .label-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px;
}

.reb-bucifal-page .large-multy-section .label-items span {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #27353f;
    padding: 8px 16px 8px 36px;
    background-color: rgba(146, 166, 180, 0.15);
    border-radius: 12px;
    position: relative;
}
.reb-bucifal-page .large-multy-section .label-items span::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/reb-bucifal/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.reb-bucifal-page .large-multy-section .content ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    max-width: 530px;
}

.reb-bucifal-page .large-multy-section .content ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #0B0B0B;
    position: relative;
    padding: 16px 24px 16px 110px;
    box-shadow: 5px 20px 26px 4px rgba(20, 69, 129, 0.05);
    background-color: #fff;
    border-radius: 8px;
    min-height: 102px;
    width: 100%;
}

.reb-bucifal-page .large-multy-section .content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.reb-bucifal-page .large-multy-section .content ul li::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    box-shadow: 5px 19px 25px 4px rgba(20, 69, 129, 0.05);
    background-color: #1DA4F7;
    border-radius: 50%;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.reb-bucifal-page .large-multy-section .content ul li.icon-1::before {
    background-image: url('../images/reb-bucifal/list-icon-1.svg');
}

.reb-bucifal-page .large-multy-section .content ul li.icon-2::before {
    background-image: url('../images/reb-bucifal/list-icon-2.svg');
}

.reb-bucifal-page .large-multy-section .content ul li.icon-3::before {
    background-image: url('../images/reb-bucifal/list-icon-3.svg');
}

.reb-bucifal-page .large-multy-section__container .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 0;
}

.reb-bucifal-page .large-multy-section .important-info {
    margin-top: 24px;
}

.reb-bucifal-page .large-multy-section .important-info .content p {
    max-width: 1150px;
}

.reb-bucifal-page .reb-setup,
.reb-bucifal-page .reb-charge {
    padding: 80px 0;
}

.reb-bucifal-page .reb-setup h2,
.reb-bucifal-page .reb-charge h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 60px;
    color: #0B0B0B;
}

.reb-bucifal-page .reb-setup .main-image img,
.reb-bucifal-page .reb-charge .main-image img {
    width: 100%;
    border-radius: 8px;
}

.reb-bucifal-page .reb-setup .setup-steps {
    counter-reset: list;
}

.reb-bucifal-page .reb-setup .setup-steps .step .content {
    max-width: 1040px;
}

.reb-bucifal-page .reb-setup .setup-steps .step {
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEAEA;
    margin-top: 60px;
}

.reb-bucifal-page .reb-setup .setup-steps .step h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 124%;
    padding-left: 48px;
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
}

.reb-bucifal-page .reb-setup .setup-steps .step h3::before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #1DA4F7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #fff;
    left: 0;
    top: 5px;
}

.reb-bucifal-page .reb-setup .setup-steps .step h4,
.reb-bucifal-page .reb-setup .setup-steps .step h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 0;
    color: #0B0B0B;
}

.reb-bucifal-page .reb-setup .setup-steps .step h5 {
    margin-top: 40px;
    margin-bottom: 24px;
}

.reb-bucifal-page .reb-setup .important-info {
    margin: 24px 0;
    padding: 16px;
}

.reb-bucifal-page .reb-setup .setup-steps .step p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #27353f;
    margin-top: 0;
    margin-bottom: 0;
}

.reb-bucifal-page .reb-setup .setup-steps .step.step-image {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.reb-bucifal-page .reb-setup .setup-steps .step.step-image .content {
    max-width: 530px;
}

.reb-bucifal-page .reb-setup .setup-steps .step.step-image .image img {
    border-radius: 8px;
    width: 100%;
}

.reb-bucifal-page .reb-setup .setup-steps .step .content ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    counter-reset: list-counter;
    margin: 40px 0;
}

.reb-bucifal-page .reb-setup .setup-steps .step .content ul li {
    position: relative;
    padding-left: 48px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #27353f;
}

.reb-bucifal-page .reb-setup .setup-steps .step .content ul li:not(:last-child) {
    margin-bottom: 16px;
}

.reb-bucifal-page .reb-setup .setup-steps .step .content ul li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #92A6B4;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    color: #fff;
}

.reb-bucifal-page .reb-setup .setup-result {
    margin-top: 60px;
    padding: 24px 80px 24px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 5px 20px 26px 4px rgba(20, 69, 129, 0.05);
    background-color: #fff;
}

.reb-bucifal-page .reb-setup .setup-result .image img {
    border-radius: 8px;
    width: 100%;
}

.reb-bucifal-page .reb-setup .setup-result .content {
    max-width: 577px;
}

.reb-bucifal-page .reb-setup .setup-result h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 24px;
    color: #0B0B0B;
}

.reb-bucifal-page .reb-setup .setup-result h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1DA4F7;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 12px;
    padding: 16px 24px;
    background-color: rgba(29, 164, 247, 0.1);
}

.reb-bucifal-page .target-banner__container {
    background-image: url('../images/reb-bucifal/target-bg-2.jpg');
}

.reb-bucifal-page .reb-charge .reb-charge__text {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    margin: 60px 0;
}

.reb-bucifal-page .reb-charge .reb-charge__text .content {
    width: 100%;
}

.reb-bucifal-page .reb-charge .reb-charge__text .content:first-child {
    max-width: 600px;
}

.reb-bucifal-page .reb-charge .reb-charge__text h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 124%;
    color: #0B0B0B;
    margin-top: 0;
    margin-bottom: 24px;
}

.reb-bucifal-page .reb-charge .reb-charge__text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #0B0B0B;
    margin-top: 0;
    margin-bottom: 0;
}

.reb-bucifal-page .reb-charge .reb-charge__extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 60px 0;
}

.reb-bucifal-page .reb-charge .reb-charge__extra .content {
    max-width: 530px;
}

.reb-bucifal-page .reb-charge .reb-charge__extra .content h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 124%;
    color: #0B0B0B;
    margin-top: 0;
    margin-bottom: 24px;
}

.reb-bucifal-page .reb-charge .reb-charge__extra .content ul {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    list-style: none;
}

.reb-bucifal-page .reb-charge .reb-charge__extra .content ul li {
    padding-left: 48px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #27353f;
}

.reb-bucifal-page .reb-charge .reb-charge__extra .content ul li::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #1DA4F7;
    background-image: url('../images/lukas-energy/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.reb-bucifal-page .reb-charge .reb-charge__extra .content ul li:not(:last-child) {
    margin-bottom: 16px;
}

.reb-bucifal-page .reb-charge .reb-charge__extra .image img {
    border-radius: 8px;
    width: 100%;
}

.reb-bucifal-page .about-energy-charge {
    padding: 0;
}
/* NEW PAGE REB SYSTEM BUCIFAL END */

@media (max-width: 1280px) {
    .power-main-screen h1 {
        font-size: 50px;
    }
    .what-is-it {
        padding: 80px 0;
    }
    .what-is-it__container {
        gap: 20px;
    }
    .what-is-it .image img {
        width: 100%;
    }
    .energy-large-banner {
        padding-top: 120px;
        padding-bottom: 367px;
        background: url('../images/power-supply/energy-banner-main-1.png') no-repeat center bottom / 700px, url('../images/power-supply/energy-large-banner-1.jpg') no-repeat center / cover;
    }    
    /* NEW PAGE LUKAS ENERGY M START */
    .lukas-energy-page .what-is-it {
        padding-top: 120px;
    }
    .lukas-energy-page .about-energy-charge {
        padding: 40px 0;
    }
    .lukas-energy-page .about-energy-charge__container .content {
        max-width: 400px;
    }
    .lukas-energy-page .about-energy-charge .content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .lukas-energy-page .about-energy-charge__container .content p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 140%;
    }
    .lukas-energy-page .about-energy-charge .content h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .lukas-energy-page .about-energy-charge .content ul li {
        font-size: 18px;
    }
    .lukas-energy-page .about-energy-charge__container .content p:last-child {
        margin-top: 20px;
        font-size: 15px;
        line-height: 152%;
    }
    .lukas-energy-page .energy-large-banner {
        padding-top: 120px;
        padding-bottom: 360px;
        background: url('../images/lukas-energy/energy-banner-main.png') no-repeat center bottom / 700px, url('../images/lukas-energy/energy-large-banner.jpg') no-repeat center / cover;
    }
    /* NEW PAGE LUKAS ENERGY M END */

    /* NEW PAGE REB SYSTEM BUCIFAL START */
    .reb-bucifal-page .form-block::before {
        width: 350px;
        height: 310px;
        background-position: center;
        right: 36px;
    }
    .reb-bucifal-page .large-multy-section h2 {
        margin-top: 0;
        font-size: 40px;
    }
    .reb-bucifal-page .reb-setup .setup-result .content {
        max-width: 400px;
    }
    .reb-bucifal-page .about-energy-charge {
        padding: 0;
    }
    /* NEW PAGE REB SYSTEM BUCIFAL END */
}

@media (max-width: 992px) {
    .power-main-screen h1 {
        font-size: 40px;
    }
    .what-is-it {
        padding: 40px 0;
    }
    .what-is-it__container {
        gap: 0;
        flex-direction: column;
    }
    .consist-of__container {
        grid-template-columns: repeat(3, 1fr);
    }
    .energy-large-banner .content h2 {
        font-size: 40px;
        max-width: 800px;
    }
    .power-supply-page .target-banner__container {
        padding: 60px 40px;
    }

    .power-supply-page .target-banner h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .power-supply-page .target-banner p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    /* NEW PAGE LUKAS ENERGY M START */
    .lukas-energy-page .what-is-it {
        padding-top: 100px;
    }

    .lukas-energy-page .what-is-it .content {
        align-items: center;
        flex-direction: column;
        padding-bottom: 60px;
    }
    .lukas-energy-page .form-block::before,
    .reb-bucifal-page .form-block::before {
        opacity: .5;
    }
    /* NEW PAGE LUKAS ENERGY M END */

    /* NEW PAGE REB SYSTEM BUCIFAL START */
    .reb-bucifal-page .large-multy-section__container .content {
        max-width: 410px;
    }
    .reb-bucifal-page .large-multy-section h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .reb-bucifal-page .large-multy-section__container h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .reb-bucifal-page .large-multy-section .label-items {
        margin-bottom: 20px;
    }
    .reb-bucifal-page .reb-setup,
    .reb-bucifal-page .reb-charge {
        padding: 60px 0;
    }
    .reb-bucifal-page .reb-setup h2,
    .reb-bucifal-page .reb-charge h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step.step-image .content {
        max-width: 430px;
    }
    .reb-bucifal-page .reb-setup .setup-result {
        margin-top: 40px;
        padding: 24px;
    }
    .reb-bucifal-page .reb-setup .setup-result h4,
    .reb-bucifal-page .reb-setup .setup-result h5 {
        font-size: 20px;
    }
    /* NEW PAGE REB SYSTEM BUCIFAL END */
}

@media (max-width: 768px) {
    .provides,
    .how-its-works,
    .consist-of {
        padding: 40px 0;
    }
    .provides .provides__container {
        margin-bottom: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    .consist-of__container {
        grid-template-columns: repeat(2, 1fr);
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    .energy-large-banner {
        padding-top: 100px;
        padding-bottom: 300px;
        background: url('../images/power-supply/energy-banner-main-1.png') no-repeat center bottom / 500px, url('../images/power-supply/energy-large-banner-1.jpg') no-repeat center / cover;
    }    
    .power-supply-page .important-info .content h4 {
        font-size: 20px;
    }
    
    .power-supply-page .important-info .content p {
        font-size: 18px;
    }

    .power-supply-page .form-block .form-container .form-group {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .power-supply-page .target-banner__container {
        padding: 40px 20px;
    }

    .power-supply-page .target-banner h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .power-supply-page .target-banner p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* NEW PAGE LUKAS ENERGY M START */
    .lukas-energy-page .about-energy {
        padding: 60px 0;
    }
    
    .lukas-energy-page .about-energy__container {
        flex-direction: column;
    }
    
    .lukas-energy-page .about-energy .content {
        max-width: inherit;
    }

    .lukas-energy-page .about-energy .content h2 {
        font-size: 40px;
    }

    .lukas-energy-page .about-energy .content .main-button {
        max-width: inherit;
    }
    .lukas-energy-page .about-energy-charge__container {
        flex-direction: column;
    }
    .lukas-energy-page .about-energy-charge__container .content {
        max-width: inherit;
    }
    .lukas-energy-page .about-energy-charge .content h2 {
        max-width: 530px;
    }
    .lukas-energy-page .energy-large-banner {
        padding-top: 100px;
        padding-bottom: 300px;
        background: url('../images/lukas-energy/energy-banner-main.png') no-repeat center bottom / 500px, url('../images/lukas-energy/energy-large-banner.jpg') no-repeat center / cover;
    }
    /* NEW PAGE LUKAS ENERGY M END */
    
    /* NEW PAGE REB SYSTEM BUCIFAL START */
    .reb-bucifal-page .large-multy-section {
        padding: 40px 0;
    }
    .reb-bucifal-page .large-multy-section h2 {
        font-size: 35px;
        margin-bottom: 40px;
    }
    .reb-bucifal-page .large-multy-section__container {
        flex-direction: column;
    }
    .reb-bucifal-page .large-multy-section.large-multy-section--reverse .large-multy-section__container {
        flex-direction: column;
    }
    .reb-bucifal-page .large-multy-section__container .content {
        max-width: inherit;
    }
    .reb-bucifal-page .large-multy-section .content ul {
        margin: 0 auto;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step {
        margin-top: 40px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step h4,
    .reb-bucifal-page .reb-setup .setup-steps .step h5 {
        font-size: 20px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step p {
        font-size: 18px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step.step-image {
        flex-direction: column;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step.step-image .content {
        max-width: inherit;
    }
    .reb-bucifal-page .reb-setup .setup-result {
        flex-direction: column;
    }

    .reb-bucifal-page .reb-setup .setup-result .content {
        max-width: inherit;
    }
    .reb-bucifal-page .reb-charge .reb-charge__text {
        flex-direction: column;
        margin: 30px 0;
    }
    .reb-bucifal-page .reb-charge .reb-charge__text h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .reb-bucifal-page .reb-charge .reb-charge__text p {
        font-size: 18px;
    }
    .reb-bucifal-page .reb-charge .reb-charge__extra {
        flex-direction: column;
        margin: 30px 0;
    }
    .reb-bucifal-page .reb-charge .reb-charge__extra .content {
        max-width: inherit;
        margin-right: auto;
    }
    .reb-bucifal-page .reb-charge .reb-charge__extra .content h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .reb-bucifal-page .reb-charge .reb-charge__extra .content ul li {
        font-size: 18px;
    }
    /* NEW PAGE REB SYSTEM BUCIFAL END */
}

@media (max-width: 575px) {
    .power-main-screen {
        padding: 50px 0 100px 0;
        background-attachment: fixed;
        background-position: right;
    }
    .power-main-screen h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .power-accordions {
        margin-bottom: 20px;
    }
    .power-accordions .accordion:not(:last-child) {
        margin-bottom: 10px;
    }
    .power-accordions .accordion-top h2 {
        font-size: 20px;
    }
    .power-accordions .accordion-top h2 span {
        display: block;
        margin-left: 0;
    }
    .power-accordions .accordion-body {
        flex-direction: column;
        align-items: flex-start;
    }
    .power-accordions .accordion.active .accordion-body {
        padding: 5px 10px 10px 10px;
    }
    .power-accordions .accordion-top {
        padding: 10px;
    }
    .what-is-it .content h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .what-is-it .content p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .provides h2,
    .how-its-works h2,
    .consist-of h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .provides .provides__container,
    .consist-of .consist-of__container {
        gap: 10px;
    }
    .consist-of .consist-of__container {
        margin-bottom: 30px;
    }
    .provides .provide h3,
    .consist-of .consist-of__item h3 {
        font-size: 18px;
    }
    .how-its-works {
        background-size: contain;
    }
    .how-its-works .image {
        margin-bottom: 20px;
    }
    .power-main-screen .top-contacts {
        display: block;
    }
    .power-main-screen .top-contacts .contact-us__info {
        margin-right: auto;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        justify-content: center;
    }   
    .power-main-screen .top-contacts .contact-us__phones {
        flex-direction: row;
        white-space: nowrap;
        margin-right: 10px;
        margin-bottom: 0;
        padding-left: 27px;
    }

    .power-main-screen .top-contacts .contact-us__tel {
        color: #fff;
        font-size: 22px;
    }

    .power-main-screen .top-contacts .messangers .icon {
        fill: #08c;
        width: 30px;
        height: 30px;
    }
    .energy-large-banner {
        padding-top: 80px;
        padding-bottom: 200px;
        background-position: center;
        background-attachment: inherit;
        background: url('../images/power-supply/energy-banner-main-1.png') no-repeat center bottom / 380px, url('../images/power-supply/energy-large-banner-1.jpg') no-repeat center / cover;
        margin-bottom: 40px;
    }    
    .energy-large-banner .content h2 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .consist-of .consist-of__item p {
        font-size: 15px;
        margin-top: 10px;
    }
    .power-supply-page .important-info {
        padding: 32px 16px;
    }
    
    .power-supply-page .important-info .content h4 {
        font-size: 18px;
    }
    
    .power-supply-page .important-info .content p {
        font-size: 16px;
    }

    .power-supply-page .form-block .form-container .form-group {
        margin-bottom: 20px;
    }    

    /* NEW PAGE LUKAS ENERGY M START */
    .lukas-energy-page .power-main-screen,
    .reb-bucifal-page .power-main-screen {
        padding-top: 50px;
        padding-bottom: 100px;
        background-position: center;
    }

    .lukas-energy-page .power-main-screen h1,
    .reb-bucifal-page .power-main-screen h1 {
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .lukas-energy-page .power-main-screen p,
    .reb-bucifal-page .power-main-screen p {
        text-align: center;
        margin-bottom: 40px;
    }

    .lukas-energy-page section.power-main-screen .label,
    .reb-bucifal-page section.power-main-screen .label {
        max-width: fit-content;
        display: block;
        margin: 0 auto;
    }
    .lukas-energy-page section.power-main-screen .main-button,
    .reb-bucifal-page section.power-main-screen .main-button {
        display: block;
        margin: 0 auto;
    }
    .lukas-energy-page .what-is-it {
        padding-top: 60px;
    }

    .lukas-energy-page .what-is-it .content {
        padding-bottom: 40px;
    }
    .lukas-energy-page .about-energy {
        padding: 40px 0;
    }

    .lukas-energy-page .about-energy .content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .lukas-energy-page .about-energy .content ul {
        margin-bottom: 20px;
    }

    .lukas-energy-page .about-energy .content ul li {
        padding-left: 40px;
        font-size: 18px;
    }

    .lukas-energy-page .about-energy .content ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .lukas-energy-page .about-energy .content .main-button {
        max-width: inherit;
    }
    .lukas-energy-page .about-energy-charge .content h2 {
        font-size: 30px;
    }
    .lukas-energy-page .about-energy-charge__container .content p {
        font-size: 16px;
    }
    .lukas-energy-page .about-energy-charge .content h3 {
        font-size: 18px;
    }
    .lukas-energy-page .about-energy-charge .content ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .lukas-energy-page .about-energy-charge .content ul li {
        padding-left: 40px;
        font-size: 16px;
    }
    .lukas-energy-page .about-energy-charge__container .content p:last-child {
        font-size: 14px;
        line-height: 142%;
    }
    .lukas-energy-page .energy-large-banner {
        padding-top: 80px;
        padding-bottom: 200px;
        background: url('../images/lukas-energy/energy-banner-main.png') no-repeat center bottom / 380px, url('../images/lukas-energy/energy-large-banner.jpg') no-repeat center / cover;
    }
    /* NEW PAGE LUKAS ENERGY M END */

    /* NEW PAGE REB SYSTEM BUCIFAL START */
    .reb-bucifal-page .large-multy-section h2 {
        font-size: 30px;
    }
    .reb-bucifal-page .large-multy-section h3 {
        font-size: 24px;
    }
    .reb-bucifal-page .large-multy-section__container h4 {
        font-size: 18px;
    }
    .reb-bucifal-page .large-multy-section .content ul li {
        font-size: 16px;
    }
    .reb-bucifal-page .large-multy-section__container .content p {
        font-size: 16px;
    }
    .reb-bucifal-page .reb-setup,
    .reb-bucifal-page .reb-charge {
        padding: 40px 0;
    }
    .reb-bucifal-page .reb-setup h2,
    .reb-bucifal-page .reb-charge h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step {
        margin-top: 30px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step h3 {
        font-size: 24px;
        padding-left: 40px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step h4,
    .reb-bucifal-page .reb-setup .setup-steps .step h5 {
        font-size: 18px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step p {
        font-size: 16px;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step .content ul {
        margin: 30px 0;
    }
    .reb-bucifal-page .reb-setup .setup-steps .step h5 {
        margin-top: 30px;
    }
    .reb-bucifal-page .reb-setup .setup-result {
        padding: 24px 12px;
    }
    .reb-bucifal-page .reb-setup .setup-result h4, .reb-bucifal-page .reb-setup .setup-result h5 {
        font-size: 18px;
    }
    .reb-bucifal-page .reb-charge .reb-charge__text {
        gap: 20px;
    }
    .reb-bucifal-page .reb-charge .reb-charge__text h3 {
        font-size: 24px;
    }
    .reb-bucifal-page .reb-charge .reb-charge__text p {
        font-size: 16px;
    }
    .reb-bucifal-page .reb-charge .reb-charge__extra .content ul {
        margin-bottom: 0;
    }
    .reb-bucifal-page .reb-charge .reb-charge__extra .content h3 {
        font-size: 24px;
    }
    .reb-bucifal-page .reb-charge .reb-charge__extra .content ul li {
        font-size: 16px;
    }
    /* NEW PAGE REB SYSTEM BUCIFAL END */
}