/* Start custom CSS for html, class: .elementor-element-17e6ac8 */.em-powerstation {
--ps-green: #166534;
--ps-green-dark: #123f25;
--ps-green-light: #dcfce7;
--ps-yellow: #f59e0b;
--ps-yellow-light: #fef3c7;
--ps-blue: #0369a1;
--ps-blue-light: #e0f2fe;
--ps-red: #b91c1c;
--ps-red-light: #fee2e2;
--ps-purple: #6d28d9;
--ps-purple-light: #ede9fe;
--ps-text: #18212f;
--ps-muted: #596579;
--ps-border: #dce3ea;
--ps-bg: #f6f8fa;
--ps-white: #ffffff;
--ps-shadow: 0 16px 40px rgba(15, 23, 42, 0.075);
max-width: 1180px;
margin: 0 auto;
color: var(--ps-text);
font-size: 17px;
line-height: 1.72;
}

.em-powerstation,
.em-powerstation * {
box-sizing: border-box;
}

.em-powerstation h1,
.em-powerstation h2,
.em-powerstation h3,
.em-powerstation p,
.em-powerstation ul,
.em-powerstation ol {
margin-top: 0;
}

.em-powerstation h1 {
max-width: 1040px;
margin-bottom: 24px;
font-size: clamp(34px, 5vw, 58px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.em-powerstation h2 {
margin-bottom: 22px;
font-size: clamp(27px, 3.4vw, 40px);
line-height: 1.18;
letter-spacing: -0.025em;
}

.em-powerstation h3 {
margin-bottom: 12px;
font-size: clamp(20px, 2.3vw, 25px);
line-height: 1.3;
}

.em-powerstation p,
.em-powerstation ul,
.em-powerstation ol {
margin-bottom: 0;
}

.em-powerstation a {
color: var(--ps-green);
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}

.em-powerstation__hero {
position: relative;
overflow: hidden;
margin-bottom: 28px;
padding: clamp(34px, 6vw, 76px);
border-radius: 30px;
background:
radial-gradient(circle at 88% 15%, rgba(245, 158, 11, 0.42), transparent 25%),
radial-gradient(circle at 76% 92%, rgba(56, 189, 248, 0.19), transparent 31%),
linear-gradient(135deg, #102f20 0%, #166534 54%, #164e63 100%);
color: var(--ps-white);
box-shadow: var(--ps-shadow);
}

.em-powerstation__hero::after {
content: "";
position: absolute;
right: -115px;
bottom: -145px;
width: 430px;
height: 430px;
border: 44px solid rgba(255, 255, 255, 0.065);
border-radius: 50%;
}

.em-powerstation__hero-content {
position: relative;
z-index: 1;
}

.em-powerstation__label {
display: inline-flex;
align-items: center;
margin-bottom: 18px;
padding: 7px 12px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.14);
font-size: 13px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0.07em;
text-transform: uppercase;
}

.em-powerstation__label--green {
background: var(--ps-green-light);
color: var(--ps-green);
}

.em-powerstation__lead {
max-width: 950px;
margin-bottom: 27px;
color: rgba(255, 255, 255, 0.9);
font-size: clamp(18px, 2vw, 22px);
line-height: 1.58;
}

.em-powerstation__tags,
.em-powerstation__cta-list {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin-bottom: 28px;
}

.em-powerstation__tags span,
.em-powerstation__cta-list span {
padding: 7px 12px;
border: 1px solid rgba(255, 255, 255, 0.23);
border-radius: 999px;
background: rgba(255, 255, 255, 0.08);
font-size: 14px;
font-weight: 700;
}

.em-powerstation__hero-actions,
.em-powerstation__cta-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.em-powerstation__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 13px 21px;
border: 1px solid transparent;
border-radius: 12px;
font-weight: 800;
line-height: 1.2;
text-align: center;
text-decoration: none !important;
transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.em-powerstation__button {
transform: translateY(-2px);
}

.em-powerstation__button--primary {
background: var(--ps-yellow);
color: #241600 !important;
box-shadow: 0 10px 24px rgba(245, 158, 11, 0.25);
}

.em-powerstation__button--secondary {
border-color: rgba(255, 255, 255, 0.35);
background: rgba(255, 255, 255, 0.1);
color: var(--ps-white) !important;
}

.em-powerstation__button--telegram {
background: #168bd2;
color: var(--ps-white) !important;
}

.em-powerstation__answer,
.em-powerstation__note,
.em-powerstation__warning,
.em-powerstation__danger {
margin: 27px 0;
padding: 24px 26px;
border-radius: 18px;
}

.em-powerstation__answer {
border: 1px solid #bbf7d0;
background: var(--ps-green-light);
}

.em-powerstation__note {
border-left: 5px solid var(--ps-blue);
background: var(--ps-blue-light);
}

.em-powerstation__warning {
border-left: 5px solid var(--ps-yellow);
background: var(--ps-yellow-light);
}

.em-powerstation__danger {
border-left: 5px solid var(--ps-red);
background: var(--ps-red-light);
}

.em-powerstation__answer strong,
.em-powerstation__note strong,
.em-powerstation__warning strong,
.em-powerstation__danger strong {
display: block;
margin-bottom: 7px;
font-size: 19px;
}

.em-powerstation__toc {
margin: 28px 0;
padding: clamp(24px, 4vw, 36px);
border: 1px solid var(--ps-border);
border-radius: 22px;
background: var(--ps-white);
box-shadow: var(--ps-shadow);
}

.em-powerstation__toc h2 {
margin-bottom: 20px;
font-size: 25px;
}

.em-powerstation__toc-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 10px 18px;
}

.em-powerstation__toc-grid a {
position: relative;
padding: 7px 0 7px 17px;
color: var(--ps-text);
font-size: 15px;
font-weight: 700;
line-height: 1.4;
text-decoration: none;
}

.em-powerstation__toc-grid a::before {
content: "";
position: absolute;
top: 15px;
left: 0;
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--ps-green);
}

.em-powerstation__section {
position: relative;
margin: 30px 0;
padding: clamp(28px, 5vw, 50px);
border: 1px solid var(--ps-border);
border-radius: 26px;
background: var(--ps-white);
box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
}

.em-powerstation__section-number {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 48px;
height: 32px;
margin-bottom: 18px;
padding: 0 12px;
border-radius: 999px;
background: var(--ps-green);
color: var(--ps-white);
font-size: 13px;
font-weight: 900;
letter-spacing: 0.08em;
}

.em-powerstation__grid {
display: grid;
gap: 18px;
margin: 24px 0;
}

.em-powerstation__grid--2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-powerstation__grid--4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-powerstation__mini-card,
.em-powerstation__card {
height: 100%;
padding: 23px;
border: 1px solid var(--ps-border);
border-radius: 18px;
background: var(--ps-bg);
}

.em-powerstation__mini-card strong {
display: block;
margin-bottom: 7px;
color: var(--ps-green-dark);
font-size: 18px;
}

.em-powerstation__card ul {
margin-bottom: 0;
padding-left: 21px;
}

.em-powerstation__table-wrap {
width: 100%;
margin: 25px 0;
overflow-x: auto;
border: 1px solid var(--ps-border);
border-radius: 17px;
-webkit-overflow-scrolling: touch;
}

.em-powerstation__table {
width: 100%;
min-width: 780px;
border-collapse: collapse;
background: var(--ps-white);
}

.em-powerstation__table th,
.em-powerstation__table td {
padding: 16px 17px;
border-bottom: 1px solid var(--ps-border);
vertical-align: top;
text-align: left;
}

.em-powerstation__table th {
background: #eef7f1;
color: var(--ps-green-dark);
font-size: 14px;
font-weight: 900;
}

.em-powerstation__table tbody tr td {
border-bottom: 0;
}

.em-powerstation__table--runtime {
min-width: 960px;
}

.em-powerstation__flow {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 15px;
margin: 26px 0;
}

.em-powerstation__flow > div {
padding: 22px;
border: 1px solid var(--ps-border);
border-radius: 17px;
background: var(--ps-bg);
text-align: center;
}

.em-powerstation__flow-main {
grid-column: span 2;
background: var(--ps-green-dark) !important;
color: var(--ps-white);
}

.em-powerstation__flow-output {
background: #ecfdf5 !important;
}

.em-powerstation__flow span {
display: block;
margin-bottom: 7px;
color: var(--ps-green);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.em-powerstation__flow-main span {
color: #bbf7d0;
}

.em-powerstation__loss-grid,
.em-powerstation__gadget-grid,
.em-powerstation__kettle-grid,
.em-powerstation__charge-grid,
.em-powerstation__car-grid,
.em-powerstation__ups-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 17px;
margin: 26px 0;
}

.em-powerstation__loss-grid article,
.em-powerstation__gadget-grid article,
.em-powerstation__kettle-grid article,
.em-powerstation__charge-grid article,
.em-powerstation__car-grid article,
.em-powerstation__ups-grid article {
padding: 23px;
border: 1px solid var(--ps-border);
border-radius: 18px;
background: var(--ps-bg);
}

.em-powerstation__loss-grid span,
.em-powerstation__gadget-grid span,
.em-powerstation__kettle-grid span,
.em-powerstation__charge-grid span,
.em-powerstation__car-grid span,
.em-powerstation__ups-grid span {
display: block;
margin-bottom: 8px;
color: var(--ps-green);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.07em;
text-transform: uppercase;
}

.em-powerstation__loss-grid strong,
.em-powerstation__gadget-grid strong,
.em-powerstation__kettle-grid strong,
.em-powerstation__charge-grid strong,
.em-powerstation__car-grid strong,
.em-powerstation__ups-grid strong {
display: block;
margin-bottom: 7px;
color: var(--ps-green-dark);
font-size: 18px;
line-height: 1.4;
}

.em-powerstation__class-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin: 27px 0;
}

.em-powerstation__class-grid article {
padding: 25px;
border: 1px solid var(--ps-border);
border-radius: 19px;
background: var(--ps-bg);
}

.em-powerstation__class-card--accent {
border: 2px solid #4ade80 !important;
background: #f0fdf4 !important;
}

.em-powerstation__class-label {
display: inline-flex;
margin-bottom: 10px;
color: var(--ps-green);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.em-powerstation__class-grid strong {
display: block;
margin-bottom: 8px;
color: var(--ps-green-dark);
}

.em-powerstation__class-grid article > span {
display: block;
margin-top: 13px;
color: var(--ps-muted);
font-size: 13px;
font-weight: 700;
}

.em-powerstation__bms-grid {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 22px 0;
}

.em-powerstation__bms-grid span {
padding: 9px 13px;
border: 1px solid #bbf7d0;
border-radius: 999px;
background: #f0fdf4;
color: var(--ps-green-dark);
font-size: 14px;
font-weight: 800;
}

.em-powerstation__formula {
margin: 25px 0;
padding: 27px;
border: 1px solid #bbf7d0;
border-radius: 19px;
background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
text-align: center;
}

.em-powerstation__formula-title {
margin-bottom: 9px;
color: var(--ps-green);
font-size: 13px;
font-weight: 900;
letter-spacing: 0.07em;
text-transform: uppercase;
}

.em-powerstation__formula-value {
margin-bottom: 11px;
color: var(--ps-green-dark);
font-size: clamp(27px, 4vw, 42px);
font-weight: 900;
line-height: 1.2;
}

.em-powerstation__power-rule {
margin: 25px 0;
padding: 25px;
border: 1px solid #ddd6fe;
border-radius: 18px;
background: var(--ps-purple-light);
}

.em-powerstation__power-rule strong {
display: block;
margin-bottom: 7px;
color: var(--ps-purple);
font-size: 19px;
}

.em-powerstation__checklist {
padding-left: 0;
list-style: none;
}

.em-powerstation__checklist li {
position: relative;
margin-bottom: 10px;
padding-left: 31px;
}

.em-powerstation__checklist li::before {
content: "✓";
position: absolute;
top: 1px;
left: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 21px;
height: 21px;
border-radius: 50%;
background: var(--ps-green-light);
color: var(--ps-green);
font-size: 13px;
font-weight: 900;
}

.em-powerstation__scenario {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
margin: 25px 0;
}

.em-powerstation__scenario div {
padding: 21px;
border: 1px solid var(--ps-border);
border-radius: 16px;
background: var(--ps-bg);
}

.em-powerstation__scenario span {
display: block;
margin-bottom: 6px;
color: var(--ps-muted);
font-size: 13px;
font-weight: 800;
}

.em-powerstation__scenario strong {
color: var(--ps-green-dark);
font-size: 18px;
}

.em-powerstation__camp-grid,
.em-powerstation__solar-params,
.em-powerstation__port-grid,
.em-powerstation__temperature-grid,
.em-powerstation__safety-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 17px;
margin: 26px 0;
}

.em-powerstation__camp-grid article,
.em-powerstation__solar-params article,
.em-powerstation__port-grid article,
.em-powerstation__temperature-grid article,
.em-powerstation__safety-grid article {
padding: 22px;
border: 1px solid var(--ps-border);
border-radius: 18px;
background: var(--ps-bg);
}

.em-powerstation__camp-grid span,
.em-powerstation__solar-params span,
.em-powerstation__port-grid span,
.em-powerstation__temperature-grid span,
.em-powerstation__safety-grid span {
display: inline-flex;
margin-bottom: 9px;
color: var(--ps-green);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.07em;
text-transform: uppercase;
}

.em-powerstation__solar-params strong {
display: block;
margin-bottom: 7px;
color: var(--ps-green-dark);
font-size: 17px;
}

.em-powerstation__port-grid h3,
.em-powerstation__safety-grid h3 {
font-size: 18px;
}

.em-powerstation__steps {
margin: 25px 0;
padding: 0;
list-style: none;
}

.em-powerstation__steps li {
display: grid;
grid-template-columns: 40px minmax(0, 1fr);
gap: 15px;
margin-bottom: 14px;
padding: 19px;
border: 1px solid var(--ps-border);
border-radius: 16px;
background: var(--ps-bg);
}

.em-powerstation__steps li > span {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: var(--ps-green);
color: var(--ps-white);
font-weight: 900;
}

.em-powerstation__steps strong {
display: block;
margin-bottom: 5px;
font-size: 18px;
}

.em-powerstation__summary-choice {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 15px;
margin: 27px 0;
}

.em-powerstation__summary-choice article {
padding: 22px;
border: 1px solid #bbf7d0;
border-radius: 17px;
background: #f0fdf4;
}

.em-powerstation__summary-choice span {
display: block;
margin-bottom: 6px;
color: var(--ps-green);
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
}

.em-powerstation__summary-choice strong {
display: block;
margin-bottom: 7px;
color: var(--ps-green-dark);
font-size: 20px;
}

.em-powerstation__errors {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 17px;
margin: 25px 0;
}

.em-powerstation__errors article {
position: relative;
padding: 23px 23px 23px 66px;
border: 1px solid var(--ps-border);
border-radius: 18px;
background: var(--ps-bg);
}

.em-powerstation__errors article > span {
position: absolute;
top: 23px;
left: 20px;
color: var(--ps-green);
font-size: 13px;
font-weight: 900;
letter-spacing: 0.08em;
}

.em-powerstation__errors h3 {
font-size: 20px;
}

.em-powerstation__standards {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
margin: 25px 0;
}

.em-powerstation__standards article {
padding: 21px;
border: 1px solid var(--ps-border);
border-radius: 17px;
background: var(--ps-bg);
}

.em-powerstation__standards strong {
display: block;
margin-bottom: 8px;
color: var(--ps-green-dark);
font-size: 16px;
}

.em-powerstation__small {
color: var(--ps-muted);
font-size: 14px;
}

.em-powerstation__faq details {
margin-bottom: 12px;
overflow: hidden;
border: 1px solid var(--ps-border);
border-radius: 15px;
background: var(--ps-bg);
}

.em-powerstation__faq summary {
position: relative;
padding: 19px 52px 19px 20px;
cursor: pointer;
font-weight: 800;
line-height: 1.4;
list-style: none;
}

.em-powerstation__faq summary::-webkit-details-marker {
display: none;
}

.em-powerstation__faq summary::after {
content: "+";
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
color: var(--ps-green);
font-size: 25px;
font-weight: 500;
}

.em-powerstation__faq details[open] summary::after {
content: "−";
}

.em-powerstation__faq details div {
padding: 0 20px 20px;
color: var(--ps-muted);
}

.em-powerstation__conclusion,
.em-powerstation__cta {
margin: 30px 0;
padding: clamp(31px, 6vw, 58px);
border-radius: 27px;
}

.em-powerstation__conclusion {
border: 1px solid var(--ps-border);
background: var(--ps-bg);
}

.em-powerstation__cta {
background:
radial-gradient(circle at 90% 10%, rgba(245, 158, 11, 0.26), transparent 28%),
linear-gradient(135deg, #10261b 0%, #14532d 100%);
color: var(--ps-white);
box-shadow: var(--ps-shadow);
}

.em-powerstation__cta p {
color: rgba(255, 255, 255, 0.86);
}

.em-powerstation__cta-info {
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.17);
font-size: 14px;
}

.em-powerstation__related {
margin: 30px 0;
}

.em-powerstation__related-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}

.em-powerstation__related-grid a {
display: flex;
flex-direction: column;
gap: 7px;
min-height: 145px;
padding: 23px;
border: 1px solid var(--ps-border);
border-radius: 18px;
background: var(--ps-white);
color: var(--ps-text);
text-decoration: none;
box-shadow: 0 9px 25px rgba(15, 23, 42, 0.045);
transition: transform 0.18s ease, border-color 0.18s ease;
}

.em-powerstation__related-grid a {
transform: translateY(-3px);
border-color: #86efac;
}

.em-powerstation__related-grid strong {
color: var(--ps-green-dark);
font-size: 18px;
line-height: 1.35;
}

.em-powerstation__related-grid span {
color: var(--ps-muted);
font-size: 14px;
line-height: 1.5;
}

@media (max-width: 1000px) {
.em-powerstation__toc-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-powerstation__grid--4,
.em-powerstation__class-grid,
.em-powerstation__camp-grid,
.em-powerstation__solar-params,
.em-powerstation__port-grid,
.em-powerstation__temperature-grid,
.em-powerstation__safety-grid,
.em-powerstation__standards,
.em-powerstation__summary-choice,
.em-powerstation__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

}

@media (max-width: 700px) {
.em-powerstation {
font-size: 16px;
line-height: 1.68;
}

.em-powerstation__hero,
.em-powerstation__section,
.em-powerstation__conclusion,
.em-powerstation__cta {
    border-radius: 20px;
}

.em-powerstation__hero {
    padding: 30px 22px;
}

.em-powerstation__section {
    padding: 27px 20px;
}

.em-powerstation__toc {
    padding: 24px 20px;
}

.em-powerstation__toc-grid,
.em-powerstation__grid--2,
.em-powerstation__grid--4,
.em-powerstation__flow,
.em-powerstation__loss-grid,
.em-powerstation__gadget-grid,
.em-powerstation__kettle-grid,
.em-powerstation__charge-grid,
.em-powerstation__car-grid,
.em-powerstation__ups-grid,
.em-powerstation__class-grid,
.em-powerstation__scenario,
.em-powerstation__camp-grid,
.em-powerstation__solar-params,
.em-powerstation__port-grid,
.em-powerstation__temperature-grid,
.em-powerstation__safety-grid,
.em-powerstation__summary-choice,
.em-powerstation__errors,
.em-powerstation__standards,
.em-powerstation__related-grid {
    grid-template-columns: 1fr;
}

.em-powerstation__flow-main {
    grid-column: auto;
}

.em-powerstation__button {
    width: 100%;
}

.em-powerstation__hero-actions,
.em-powerstation__cta-actions {
    display: grid;
    grid-template-columns: 1fr;
}

.em-powerstation__answer,
.em-powerstation__note,
.em-powerstation__warning,
.em-powerstation__danger {
    padding: 21px 19px;
    border-radius: 15px;
}

.em-powerstation__table {
    min-width: 700px;
}

.em-powerstation__table--runtime {
    min-width: 900px;
}

.em-powerstation__table th,
.em-powerstation__table td {
    padding: 14px;
    font-size: 14px;
}

.em-powerstation__formula {
    padding: 23px 17px;
}

.em-powerstation__steps li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 17px;
}

.em-powerstation__steps li > span {
    width: 32px;
    height: 32px;
}

.em-powerstation__errors article {
    padding: 22px 20px 22px 60px;
}

.em-powerstation__related-grid a {
    min-height: 0;
}

}

@media (max-width: 420px) {
.em-powerstation__toc-grid {
grid-template-columns: 1fr;
}

.em-powerstation__tags {
    gap: 7px;
}

.em-powerstation__tags span {
    font-size: 12px;
}

.em-powerstation__table {
    min-width: 650px;
}

.em-powerstation__table--runtime {
    min-width: 860px;
}

}/* End custom CSS */