@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oswald:wght@200..700&display=swap');

span,
p {
    line-height: 138%;
}

:root {
    --bg: #F0F7FF;
    --col1: #0c1a2e;
    --col2: #0ea5e9;
    --col3: #3b82f621;
    --col4: #bae6fd;
}

body,
html {
    background: #F0F9FF url(/solar/img/dot.png);
    color: #0c1a2e;
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 14px;
    scroll-behavior: smooth;
    scroll-padding: 50px;
}

a {
    color: #0c1a2e;
    display: block;
    transition: all 0.3s ease;
}

a:hover {
    transform: translateY(-3px);
    opacity: .8;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}

.sektor {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.logo {
    max-width: clamp(164px, 16vw, 250px);
}

.logo img {
    width: 100%;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.content {
    flex: 1 1 auto;
    width: 100%;
}

.box_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .525rem;
}

.login_btn {
    padding: 15px 30px;
    background: var(--col2);
    border-radius: 50px;
    color: #fff;
}

.nav_box {
    background: var(--col2);
    width: 100%;
    padding: 20px;
    color: #fff;
    margin: 0 0 20px 0;
}

.reg_btn {
    padding: 15px 30px;
    background: var(--col1);
    border-radius: 50px;
    color: #fff;
}

.support {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support_mail a {
    color: #fff;
    display: flex;
    gap: 4px;
}

.support_tg a {
    color: #fff;
    display: flex;
    gap: 4px;
}

.support_mail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.support_tg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.section_mix {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 80px 0 0 0;
}

.section_mix_left {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 750px;
}

.section_mix_via {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.text_blue {
    color: var(--col2);
    font-weight: 300;
}

.section_mix_row b {
    font-weight: 900;
}

.section_mix_row {
    background: var(--col4);
    padding: 10px 20px;
    border-radius: 50px;
}

.section_mix_text {
    font-size: clamp(55px, 4vw, 84px);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 117%;
    margin: 10px 0;
}

.section_mix_next {
    padding: 0;
    border-radius: 10px;
    color: #0c1a2e;
    line-height: 138%;
    text-align: justify;
    max-width: 450px;
}

.section_mix_btn {
    display: flex;
    margin: 10px 0;
    gap: 10px;
}

sup {
    font-size: 18px;
    font-weight: 100;
    display: inline-flex;
    transform: translate(3px, -3px);
}

.section_mix_stat_row span:nth-child(1) {
    font-weight: bold;
    font-family: 'Oswald';
    font-size: 45px;
}

.section_mix_stat {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 10px 0 0 0;
}

.section_mix_stat_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: var(--col4);
    padding: 10px 35px;
    border-radius: 15px;
}

.section_mix_img {
    max-width: 500px;
}

.section_mix_img img {
    width: 100%;
}

.section_step {
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-direction: column;
    gap: 40px;
    margin: 80px 0 50px 0;
}

.section_faq {
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-direction: column;
    gap: 40px;
    margin: 80px 0 50px 0;
}

.section_step_h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.section_faq_h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.step_h2 {
    font-family: 'Oswald';
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
}

.faq_h2 {
    font-family: 'Oswald';
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
}

.section_step_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.step_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.section_step_h2>span {
    background: linear-gradient(257deg, var(--col4), transparent);
    padding: 6px 13px;
    border-radius: 5px;
    /* color: #fff; */
}

.step_kia {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 25px 0 0 0;
}

.step_vip>span {
    font-size: 20px;
    font-family: 'Oswald';
    font-weight: 900;
    background: var(--col2);
    width: 41px;
    /* height: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    aspect-ratio: 1;
    color: #fff;
}

.step_text {
    font-family: 'Oswald';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}

.step_row {
    font-weight: 100;
}

.step_box_mix {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    border-radius: 20px;
    border: 2px #3b82f659 solid;
    position: relative;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.step_vip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.step_img {
    max-width: 50px;
}

.step_img img {
    width: 100%;
    filter: invert(41%) sepia(100%) saturate(1668%) hue-rotate(175deg) brightness(98%) contrast(97%);
}

.section_calk_h2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.section_ref_h2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.section_calk_h2>span {
    background: linear-gradient(-257deg, var(--col4), transparent);
    padding: 6px 13px;
    border-radius: 5px;
}

.section_ref_h2>span {
    background: linear-gradient(-257deg, var(--col4), transparent);
    padding: 6px 13px;
    border-radius: 5px;
}

.calc-outer {
    /* background: #3b82f6; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 20px;
}

.calc-left {
    padding: 52px;
    border-right: 1px solid var(--border);
}

.calc-right {
    padding: 52px;
    background: #fff;
    border-radius: 0 20px 20px 0;
    background-repeat: no-repeat;
    background-position: 40px 20px;
}

.field-label {
    font-size: 0.62rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 8px;
}

.plan-sel {
    width: 100%;
    background: var(--bg);
    border: 1.5px solid var(--border);
    color: var(--text);
    padding: 13px 16px;
    font-size: 0.82rem;
    margin-bottom: 24px;
    cursor: pointer;
    outline: none;
    appearance: none;
    border-radius: 2px;
    border-radius: 25px;
}

.plan-sel:focus {
    border-color: var(--sky);
}

.amt-inp {
    width: 100%;
    background: var(--bg);
    border: 1.5px solid var(--border);
    color: var(--text);
    padding: 9px 16px;
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    outline: none;
    border-radius: 25px;
}

.amt-inp:focus {
    border-color: var(--sky);
}

.slider {
    width: 100%;
    -webkit-appearance: none;
    height: 3px;
    /* background: var(--border); */
    outline: none;
    margin-bottom: 36px;
    border-radius: 2px;
}

.calc-info {
    font-size: 10px;
    color: #ffffff;
    line-height: 1.6;
    padding: 14px 16px;
    background: #0c1a2e;
    /* border-left: 3px solid var(--sky); */
    border-radius: 37px;
    text-align: justify;
}

.result-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.r-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 18px 29px;
    border-bottom: 1px solid #0c1a2e38;
    backdrop-filter: blur(10px);
    border-radius: 50px;
}

/* .r-row:last-child {
    border-bottom: none;
} */

.r-k {
    /* font-size: 0.65rem; */
    letter-spacing: 0.1em;
    /* text-transform: uppercase; */
    /* color: #000000; */
    font-weight: 400;
    font-family: 'Oswald';
}

.r-v {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--sky);
}

.r-v.xl {
    font-size: 1.7rem;
    color: var(--text);
}

.r-v.g {
    color: var(--col2);
}

.calc-cta {
    margin-top: 32px;
    width: 100%;
    padding: 14px;
    background: var(--col2);
    border: none;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.2s;
    border-radius: 39px;
}

.calc-cta:hover {
    background: var(--col1);
}

.section_calk_box {
    border-radius: 20px;
    background: var(--col2) url(/img/batterey.png);
    /* border-radius: 0 20px 20px 0; */
    background-repeat: no-repeat;
    background-position: 53px 226px;
    width: 100%;
}

.section_ref_box {
    border-radius: 20px;
}

.section_calk {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    gap: 40px;
    margin: 80px 0 50px 0;
}

.section_ref {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    gap: 40px;
    margin: 80px 0 50px 0;
}

.burger {
    display: none;
}

.mob_nav .nav {
    display: none;

}

.mob_nav .nav {
    display: none;
}

.mob_nav .box_btn {
    display: none;

}

.section_plans {
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-direction: column;
    gap: 40px;
    margin: 80px 0 50px 0;
    padding: 0;
}

.section_plans_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
}

.plans_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
    background: url(/solar/img/3.webp), linear-gradient(90deg, #ffffff 285px, #0c1a2e7a 285px);
    padding: 20px 0 20px 40px;
    border-radius: 20px;
    background-blend-mode: color;
    background-size: cover;
    max-width: 403px;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1e3c72, #2a5298);
    z-index: -1;
}

.container {
    width: 80%;
    margin: auto;
}

.block {
    background: #2a5298;
    color: white;
    padding: 40px;
    margin: 40px 0;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
}

.plans_qwe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.plans_fia a {
    background: var(--col2);
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    margin: 20px 0 0 0;
}

.plans_fia {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.plans_mix span:nth-child(1) {

    font-weight: 500;
    width: 100%;
    display: block;
}

.plans_via {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plans_via span:nth-child(1) {
    font-size: 58px;
    font-family: 'Oswald';
    font-weight: bold;
}

.plans_mix {
    display: flex;
    flex-direction: column;
    gap: 3px;
    transform: rotate(-90deg);
    color: #fff;
    font-family: 'Oswald';
    font-size: 17px;
    text-transform: uppercase;
    align-items: center;
}

.table-head div {
    margin-right: 15px;
}

.plans_now {
    display: flex;
    align-items: center;
    gap: 10px;
}

.plans_now span {
    background: var(--col4);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 10px;
}

/* ref */

.ref-table {
    width: 100%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--col4);
}

.table-head,
.table-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
    padding: 14px 16px;
    align-items: center;
}

.table-head {
    background: var(--col4);
    font-weight: 600;
    font-size: 14px;
    color: var(--col1);
}

.table-row {
    border-top: 1px solid #bae6fd;
    font-size: 15px;
}


.green {
    color: var(--col2);

}

.ref_left {
    max-width: 500px;
}

.table-note {
    font-size: 13px;
    color: #6b7280;
    padding: 12px;
}

.ref-info {
    margin: auto;
}

.ref-text {
    color: #6b7a90;
    margin-bottom: 20px;
    font-size: 15px;
}

.ref-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    /* background: #bae6fd; */
    margin-bottom: 16px;
    transition: .2s;
}

.ref-card:hover {
    background: #eef4ff;
}

.ref-icon {
    width: 44px;
    height: 44px;
    background: var(--col2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
}

.ref-title {
    font-size: 12px;
    letter-spacing: 1px;
    color: #8aa0c6;
    margin-bottom: 4px;
}

.ref-desc {

    color: #1f2d3d;
}


.section_ref_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}


.footer {
    background: var(--col1);
    color: #fff;
    padding: 20px 0;
}

/* grid фон */


.footer-container {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;

    position: relative;
    z-index: 2;
}

.logo_f {
    max-width: 200px;
}

.logo_f img {
    width: 100%;
}


.footer-text {
    margin-top: 10px;
    max-width: 360px;
    font-size: 11px;
    line-height: 138%;
    color: #7a8ba7;
}

.footer-links {
    display: flex;
    gap: 30px;
}

.footer-links a {
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    color: #7d96c2;
    transition: .25s;
}



.foorer_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.f_link a {
    color: #fff;
    display: flex;
    gap: 4px;
    background: #0ea5e9;
    padding: 10px 20px;
    border-radius: 40px;
    min-width: 130px;
    align-items: center;
    justify-content: center;
}


/* faq */

.faq-wrap {
    max-width: 100%;
    margin: auto;
}

.faq-item {
    border: 1px solid #bae6fd;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    /* background: #fff; */
    transition: .25s;
}

.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
}

.faq-icon {
    font-size: 22px;
    color: #0ea5e9;
    transition: .3s;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    background: #bae6fd;
}

.section_faq_box {
    width: 100%;
}

.faq-a-inner {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--col1);
}

/* login */



/* layout */

.solar-login-wrap {
    /* max-width: 1100px; */
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.solar_s {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.solar-left {
    max-width: 100%;
    color: #cfd6e6;
    background: url(/solar/img/solar_01.webp), linear-gradient(241deg, #0c1a2e, transparent);
    padding: 186px;
    background-size: 100%;
    background-position: center;
    border-radius: 20px;
    backdrop-filter: blur(25px);
    background-blend-mode: color;
}

.service-links {
    margin-top: 25px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    /* border: 1px #f59e0b solid; */
    padding: 10px 30px;
    border-radius: 30px;
    background: #f59e0b;
}

.service-links a:hover {
    color: var(--col1);
}

.solar-left p {
    color: #ffffff;
    text-align: justify;
}

.solar-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.solar-card {
    width: 380px;
    padding: 40px;
    background: #0ea5e912;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #bae6fd00;
}

.solar-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.solar-card h1 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #0c1a2e;
    letter-spacing: 1px;
}

/* inputs */

.solar-card input {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 15px;
    border-radius: 20px;
    /* border: 1px solid #1e2638; */
    background: #0c1a2e;
    color: white;
}

.solar-card input::placeholder {
    color: #ffff;
    font-size: inherit;
    text-align: center;
}

/* button */

.solar-card input[type=submit],
.solar-card button {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 20px;
    font-weight: 700;
    background: #0ea5e9;
    color: white;
    cursor: pointer;
    transition: .3s;
    max-width: 170px;
}

.solar-card button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 160, 0, 0.4);
}

.input-holder__label {
    margin: 0 0 10px 0;
}



@media screen and (max-width: 1319.98px) {

    .wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: auto;
        }

    .solar-login-wrap {
        flex-direction: column;
        text-align: center;
    }

    .solar-left {
        max-width: 100%;
    }

    .service-links {
        justify-content: center;
        flex-wrap: wrap;
    }

    .solar-card {
        padding: 30px 20px;
    }

    .solar-card h1 {
        font-size: 20px;
    }

    .solar-login-wrap {
        gap: 40px;
    }

    .solar-card {
        width: 100%;
        max-width: 380px;
    }

    .nav_box {
        background: var(--col2);
        width: 100%;
        padding: 10px;
        color: #fff;
        margin: 0 0 20px 0;
    }



    .section_faq {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        gap: 40px;
        margin: 80px 0 50px 0;
    }

    .section_faq_h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .section_step {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        gap: 40px;
        margin: 80px 0 50px 0;
    }

    .foorer_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }



    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-links {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }


    .section_ref_h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .section_plans {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        gap: 40px;
        margin: 80px 0 50px 0;
        padding: 0;
    }

    .section_calk_h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .section_ref_box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
        flex-wrap: wrap;
    }

    .table-head {
        display: none;
    }

    .table-row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 14px;
        border-bottom: 1px solid var(--col4);
    }

    .table-row div {
        display: flex;
        justify-content: space-between;
    }

    .table-row div::before {
        content: attr(data-label);
        color: var(--col1);
    }

    .mob_nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 30px 0 0 0;
    }

    .mob_nav .nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .mob_nav .box_btn {
        display: flex;
        align-items: center;
    }

    .step_box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .calc-outer {
        display: grid;
        grid-template-columns: auto;
        gap: 0;
        border-radius: 20px;
    }

    .nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        display: none;
    }

    .section_mix_stat {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin: 10px 0 0 0;
        flex-wrap: wrap;
    }

    .section_mix {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 25px 0 0 0;
        flex-wrap: wrap;
    }

    .section_mix_btn {
        display: flex;
        margin: 10px 0;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .calc-left {
        padding: 25px;
        border-right: 1px solid var(--border);
    }

    .r-row {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 18px 29px;
        border-bottom: 1px solid #0c1a2e38;
        backdrop-filter: blur(10px);
        border-radius: 20px;
    }

    .calc-right {
        padding: 25px;
        background: #fff;
        border-radius: 0 20px 20px 0;
        background-repeat: no-repeat;
        background-position: 40px 20px;
    }


    .burger {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .burger .material-symbols-outlined {
        font-size: 2.125rem;
        cursor: pointer;
    }

    .step_h2 {
        font-family: 'Oswald';
        font-size: 33px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }

    .section_step_h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .section_mix_via {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section_mix_text {
        font-size: clamp(55px, 4vw, 84px);
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        font-weight: 800;
        line-height: 117%;
        margin: 10px 0;
        text-align: center;
    }



    .support {
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .box_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .525rem;
        display: none;
    }


    .section_mix_stat_row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        background: #3b82f621;
        padding: 10px 35px;
        border-radius: 15px;
        width: 100%;
        justify-content: center;
    }

    .plans_row {
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
        background: linear-gradient(180deg, #ffffff 227px, #0c1a2e 227px);
        padding: 20px;
        border-radius: 20px;
        /* background-blend-mode: color; */
        /* max-width: 403px; */
        background-position: center -2px;
        background-repeat: no-repeat;
        flex-wrap: wrap;
        justify-content: center;
        /* overflow: hidden; */
    }

    .plans_mix {
        display: flex;
        flex-direction: column;
        gap: 3px;
        transform: rotate(0deg);
        color: #fff;
        font-family: 'Oswald';
        font-size: 17px;
        text-transform: uppercase;
        align-items: center;
    }

    .plans_fia a {
        background: var(--col2);
        padding: 10px 30px;
        border-radius: 20px;
        color: #fff;
        margin: 0px 0 32px 0;
    }

    .btn_burger {
        display: none;
        width: 100%;
    }

    .ref-card {
        padding: 16px;
        gap: 14px;
    }

    .ref-desc {
        font-size: 15px;
    }

    .ref-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .solar-left {
        max-width: 100%;
        color: #cfd6e6;
        background: url(https://i.vgy.me/RfGkG2.jpg), linear-gradient(241deg, #0c1a2e, transparent);
        padding: 25px;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        backdrop-filter: blur(25px);
        background-blend-mode: color;
    }


}