* {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #030C1B;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    opacity: 0;
    transition: all 5s;
    overflow-x: hidden;
}

section {
    position: relative;
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 28px;
}


.wrap-pad{
    padding: 2rem;
}

h1 {
    font-size: 60px;
    line-height: 90px;
    font-weight: bold;
}

h1 + p {
    font-size: 22px;
    line-height: 45px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}

h2 + p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    #max-width: 640px;
    margin: 10px auto;
    text-align: center;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 28px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img{
    height: 75px;
}

.btn + .btn {
    margin-left: 16px;
}
.navbar-nav > .nav-item{
    margin: 0 25px;
}
.navbar-nav > .nav-item > .nav-link {
    color: #121D2F;
    line-height: 48px;
    padding: 0;
    transition: all 1s;
}
.navbar-nav > .nav-item:last-child{
    margin-right: 0;
}

.btn {
    border-radius: 8px;
    padding: 0;
    line-height: 48px;
    min-width: 180px;
    background-color: #F1F6FF;
    color: #48A0E3;
    font-size: 14px;
    border: 1px solid transparent;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.btn > img{
    width: 28px;
    height: 24px;
    margin-right: 5px;
}
.btn:hover {
    color: #48A0E3;
    background-color: transparent;
    border: 1px solid #48A0E3;
}

.navbar-nav  .nav-item  .nav-link.btn-primary {
    color: #ffffff;
    transition: all 1s;
}

.btn-primary {
    background: linear-gradient(#0096E5, #007BFF);
    color: #ffffff;
    transition: all 1s !important;
}

.navbar-nav  .nav-item  .nav-link.btn-primary:hover, .btn-primary:hover {
    color: #121D2F;
    background: linear-gradient(#F1F6FF, #F1F6FF);
    border: 1px solid #F1F6FF;
    transition: all 1s !important;
}

.hero-section {
    background: transparent;
    position: relative;
    display: flex;
    margin: 0 auto;
    min-height: calc(100vh - 135px);
    z-index: 1;
    align-content: space-around;
    align-items: center;
    height: 685px;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    height: 100%;
    background: url("../images/hero.webp") top right no-repeat;
    background-size: auto;
    z-index: -1;
}

.hero-section > div {
    margin: 0;

    padding-bottom: 100px;
    max-width: 640px;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2); /* Тень для текста */
}

.feature-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1rem auto;
    max-width: 700px;
    min-width: 400px;
}

.icon-wrapper {
    background-color: #F1F6FF; /* Светлый фон иконки */
    border-radius: 12px; /* Закругление углов */
    margin-right: 15px; /* Отступ между иконкой и текстом */
    margin-top: 2.3rem; /* Отступ между иконкой и текстом */
    padding: 10px;
    width: 64px;
    height: 64px;
}

.icon-wrapper i {
    color: #007BFF; /* Цвет иконки */
    font-size: 24px; /* Размер иконки */
    line-height: 44px;
    text-align: center;
    width: 44px;
}

.feature-content h5 {
    font-size: 1.1rem; /* Размер заголовка */
    line-height: 1.3rem;
    font-weight: 600; /* Полужирный */
    margin: 0 0 1rem 0; /* Убираем отступ сверху и снизу */
}

.feature-content p {
    font-size: 1rem; /* Размер шрифта текста */
    line-height: 1.3rem;
    margin: 0;
    text-align: justify;
}

#invest{
    margin: 100px auto;
    gap: 60px;
}
#invest .feature-item{
    margin-left: 0;
}
#invest .img-container{
    position: relative;
    margin-top: 100px;
}
#invest .grow-percent{
    margin-bottom: 40px;
}
#invest .img-energy{
    max-width: 472px;
}
#invest .img-invest{
    max-width: 416px;
    position: absolute;
    top: -120px;
    left: 120px;
}

#certifications .cert{
    box-shadow: 0 6px 20px 0 #2562CC2E;
    border-radius: 32px;
    margin: 40px 0;
}
#certifications .cert .cert-img{
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}
#certifications .cert .cert-descr{
    padding: 48px 64px;
    gap: 48px;
}
#certifications .cert .cert-descr h3{
    gap: 10px;
}
#certifications .cert .cert-descr h3 span{
    color: #727C8F;
}

#latest-news{
    margin: 100px auto;
}
#latest-news .plant{
    width: 148px;
    height: 140px;
}
.grow-percent{
    width: 74px;
    height: 74px;
    background: #fff;
    box-shadow: 0 8px 16px 0 #2562CC26;
    border-radius: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grow-percent .caption{
    background: #0190EC;
    padding: 12px;
    border-radius: 71px;
    width: 60px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -40px;
}
.grow-percent .caption span{
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
}
.grow-percent img{
    width: 32px;
    height: 42px;
}
#latest-news .progress-circle,
.oil-circle{
    background: #fff;
    padding: 12px;
    border-radius: 82px;
    box-shadow: 0 8px 16px 0 #2562CC26;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 226px;
    gap: 12px;
    margin-left: calc(-35%);
    margin-right: 5%;
}
#latest-news .progress-circle img,
.oil-circle img{
    width: 48px;
    height: 48px;
}
#latest-news .progress-circle p,
.oil-circle p{
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #121D2F;
    margin: 0;
}

footer{
    background: #001333;
    padding: 54px 120px;
    color: #ddd;
}
footer .col-sm:nth-of-type(1) {
    max-width: 200px;
}
footer .col-sm {
    min-width: 600px;
}
footer .logo{
    width: 148px;
    height: 54px;
}
footer nav h5,
footer nav a,
footer nav a span,
footer nav p,
footer nav address{
    color: #fff;
}
footer nav h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 40px;
}
footer nav a{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}
footer nav a:last-child{
    margin-bottom: 40px;
}
footer nav a i{
    color: #fff;
    font-size: 20px;
}
footer .copyright{
    margin-top: 40px;
}
footer .copyright p{
    font-size: 14px;
    font-weight: 400;
    color: #ddd;
    line-height: 22px;
}

@media screen and (max-width: 576px) {

}
@media screen and (max-width: 768px) {
    #latest-news .progress-circle{
        display: none;
    }
    footer .col-sm{
        min-width: 280px;
    }
}
@media screen and (max-width: 992px) {
    h1{
        font-size: 45px;
    }
    h2{
        font-size: 36px;
    }
    #latest-news .grow-percent{
        display: none;
    }
    footer{
        padding: 54px 40px;
    }
    footer nav{
        min-width: 280px;
    }
}
@media screen and (max-width: 1200px) {
    .navbar-brand img {
        height: 35px;
    }
}
@media screen and (max-width: 1330px) {
    .navbar {
        margin: 0 15px;
    }
    .navbar-nav > .nav-item{
        margin: 0 10px;
    }
    .hero-section::before {
        opacity: 0.5; /* Устанавливаем прозрачность */
        background-size: contain;
    }

    .feature-item {
        margin: 20px auto;
    }

    footer .col-sm:first-of-type{
        display: none;
    }
}
@media screen and (max-width: 1440px) {
    body{
        background: #fff;
    }
    #wrapper{
        background: transparent;
    }
    .wrap-pad{
        padding: 1rem;
    }
    .navbar {
        margin: 0 20px;
    }
    .hero-section::before{
        left: 1rem;
        width: calc(100% - 2rem);
    }
}

footer > div {
    max-width: 1440px;
    margin: 0 auto;
}

#invest{
    margin: 100px auto;
    gap: 60px;
}
#invest .feature-item{
    margin-left: 0;
}
#invest .img-container{
    position: relative;
    margin-top: 100px;
}
#invest .grow-percent{
    margin-bottom: -40px;
}
#invest .img-energy{
    max-width: 472px;
}
#invest .img-invest{
    max-width: 416px;
    position: absolute;
    top: -120px;
    left: 120px;
}

.badge{
    background: #F1F6FF;
    padding: 16px 24px;
    border-radius: 8px;
    color: #0096E5;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}
.card{
    max-width: 352px;
    border-radius: 24px;
    padding: 36px;
    background: #fff;
    box-shadow: 0 12px 24px 0 #2562CC1F;
}
.card.active,
.card:hover{
    border: 2px solid #007BFF;
}
.card h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #121D2F;
    display: flex;
}

.card h3 span {
    text-align: center;
    width: 100%;
}
.card .price-container{
    margin: 20px 0 40px;
    text-align: center;
}
.card .price-container span{
    font-weight: 500;
    font-size: 1rem;
    color: #071223;
}
.card .price-container .price{
    font-size: 48px;
    line-height: 58px;
}
.card ul{
    padding-left: 10px;
}
.card ul li{
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3rem;
    color: #364050;
    margin-bottom: 0.5rem;
}
.card h3 span{
    display: block;
}
.card .card-badge{
    background: #FFF9EB;
    border-radius: 24px;
    max-width: 114px;
    overflow: hidden;
    padding: 10px 20px;
    color: #C6952A;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-wrap: nowrap;
}

#how-it-works{

}
#how-it-works .world-map{
    min-width: 280px;
    width: 100%;
    cursor: zoom-in;
}
#how-it-works .oil-circle{
    margin: 20px 0;
    z-index: 0;
    position: relative;
    opacity: 0.85;
}
#how-it-works .barrel{
    margin-bottom: -50px;
    float: left;
}
#how-it-works .globe{
    margin-top: -50px;
    float: right;
}
#how-it-works .col .feature-item{
    max-width: 500px;
}
#how-it-works .col .feature-item:before {
    content: '';
    background: #48A0E3;
    width: 2px;
    height: 50px;
    position: absolute;
    top: calc(100% + 2px);
    left: 48px;
}
#how-it-works .col .feature-item:last-child:before{
    display: none;
}

@media screen and (max-width: 576px) {

}
@media screen and (max-width: 768px) {
    .navbar {
        position: absolute;
        background: #fff;
        z-index: 10;
        width: 100%;
        margin: 0 !important;
    }

    .feature-item{
        min-width: 280px;
    }
    #latest-news .progress-circle{
        display: none;
    }
    #invest .img-container{
        display: none;
    }
    #invest .grow-percent{
        display: none;
    }
    #invest .img-energy{
        display: none;
    }
    footer .col-sm{
        min-width: 280px;
    }
}
@media screen and (max-width: 992px) {
    #b2b img {
        display: none;
    }

    #b2b {
        background-position: calc(100% - 102px) calc(100% - 50px) !important;
    }

    h1{
        font-size: 45px;
    }
    h2{
        font-size: 36px;
    }
    #invest .img-energy{
        max-width: 236px;
    }
    #invest .img-invest{
        display: none;
    }
    #latest-news .grow-percent{
        display: none;
    }
    footer{
        padding: 54px 40px;
    }
    footer nav{
        min-width: 280px;
    }
}
@media screen and (max-width: 1200px) {

    .navbar-brand img {
        height: 35px;
    }
    #invest .img-energy{
        max-width: 236px;
    }
    #invest .img-invest{
        max-width: 208px;
    }
    #certifications .cert .cert-img{
        display: none;
    }
    #certifications .cert .cert-descr{
        padding: 16px;
    }
}
@media screen and (max-width: 1330px) {
    .navbar {
        margin: 0 15px;
    }
    .navbar-nav > .nav-item{
        margin: 0 10px;
    }
    .hero-section::before {
        opacity: 0.5; /* Устанавливаем прозрачность */
    }

    .feature-item {
        margin: 20px auto;
    }
    #how-it-works .col .feature-item{
        margin: 65px auto;
    }
    #how-it-works .col .feature-item:before {
        top: calc(100% + 8px);
    }

    footer .col-sm:first-of-type{
        display: none;
    }
}
@media screen and (max-width: 1440px) {
    body{
        background: #fff;
    }
    #wrapper{
        background: transparent;
    }
    .wrap-pad{
        padding: 1rem;
    }
    .navbar {
        margin: 0 20px;
    }
    .hero-section::before{
        left: 1rem;
        width: calc(100% - 2rem);
    }
}

#b2b {
    background: #48A0E3 url("../images/b2b_chart.svg") no-repeat;
    background-position: calc(50% - 102px) calc(100% - 30px);
    min-width: 100%;
    height: 560px;
    margin: 40px 0;
    padding-top: 0;
    padding-bottom: 0;
}

#b2b > div {
    max-width: 1440px;
    margin: 0 auto;
    max-height: 560px;
    position: relative;
}
.navbar-nav > .nav-item > .nav-link:hover,
footer nav a:hover,
footer nav a:hover span{
    text-decoration: none;
    color: #007BFF;
}

#b2b h2 {
    color: #fff;
    max-width: 500px;
    font-size: 48px;
    line-height: 64px;
}

#b2b p, #b2b b {
    color: #fff;
    font-size: 1.2rem;
}

#b2b img {
    position: absolute;
    top: -72px;
    left: 30px;
    max-height: 640px;
    height: 640px;
    border-radius: 1rem;
}

.modal-content {
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Полупрозрачный белый фон */
    backdrop-filter: blur(10px); /* Эффект размытия фона */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3); /* Полупрозрачная белая граница */
}

.modal-header {
    background: transparent;
    color: #000;
    padding: 1rem 2rem;
}

.modal-body {
    height: calc(100% - 56px); /* Adjusting for header height */
    padding: 1rem 2rem 2rem;
}

.embed-responsive {
    height: 100%;
}

.close, .close * {
    color: #000;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

.modal-fullscreen {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-fullscreen .modal-body {
    padding: 0;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #48A0E3;
    background-color: #fff;
    border-color: #48A0E3;
    box-shadow: none;
}


@keyframes ripple {
    0% {
        transform: scale(4);
        opacity: 0;
    }
    3% {
        transform: scale(0.5);
        opacity: .4;
    }
    6% {
        transform: scale(1);
        opacity: 0;
    }
    10% {
        transform: scale(2);
        opacity: .2;
    }

    100% {
        transform: scale(4);
        opacity: 1;
    }
}

.circle-background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: transparent;
    overflow: hidden;
}

.circle {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(72, 160, 227, 0.3);
    animation: ripple 5s infinite ease-out 0s;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0;
}

.circle::before {
    content: '';
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(72, 160, 227, 0.25);
    animation: ripple 5s infinite ease-out 5s;
    background: #fff;
    opacity: 0;
}

.circle::after {
    content: '';
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(72, 160, 227, 0.2);
    animation: ripple 15s infinite ease-out 10s;
    background: #fff;
    opacity: 0;
}

.scroll-down-arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.scroll-down-arrow span {
    display: block;
    width: 50px;
    height: 50px;
    border-bottom: 10px solid rgba(72, 160, 227, 0.2);
    border-right: 10px solid rgba(72, 160, 227, 0.2);
    border-radius: 5px;
    transform: rotate(45deg);
    margin: -10px 0;
    animation: bounce 5s infinite;
    opacity: 0.7;
}


.scroll-down-arrow span:nth-child(1) {
    animation-delay: 0s;
}

.scroll-down-arrow span:nth-child(2) {
    animation-delay: 0.3s;
}

.scroll-down-arrow span:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) rotate(45deg);
        border-bottom-color:  rgba(72, 160, 227, 0);
        border-right-color: rgba(72, 160, 227, 0);
    }
    40% {
        transform: translateY(10px) rotate(45deg);
        border-bottom-color:  rgba(72, 160, 227, 0.2);
        border-right-color: rgba(72, 160, 227, 0.2);
    }
    60% {
        transform: translateY(15px) rotate(45deg);
        border-bottom-color:  rgba(72, 160, 227, 0.7);
        border-right-color: rgba(72, 160, 227, 0.7);
    }
}

.btn {
    position: relative;
    overflow: hidden; /* Нужно, чтобы блик не выходил за границы кнопки */
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(72, 160, 227, 0.3);
    transform: rotate(45deg);
    transition: transform 0.5s ease;
    pointer-events: none; /* Блик не должен мешать клику */
    opacity: 0;
}

.btn:hover::before {
    opacity: 1;
    transform: translateX(100%) translateY(-100%) rotate(45deg); /* Блик движется по кнопке */
    transition: transform 1s ease, opacity 0.2s ease-out;
}

#latest-news { display: none;}

.suspend {
    width: 100vw;
    height: 100vh;
    text-align: center;
    vertical-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.suspend img {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 200px);
    max-height: 150px;
}

/* Анимация переливания */
@keyframes shimmer {
    0% {
        background-position: -200%;
    }
    100% {
        background-position: 200%;
    }
}

/* Анимация мигания */
@keyframes blink {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.3;
    }
}

.suspend p {
    opacity: 0.3;
    text-transform: uppercase;
    position: absolute;
    font-size: 40px;
    top: calc(50% - 75px);
    left: calc(50% - 80px);
    margin-top: 170px;
    background: linear-gradient(#0096E5, #007BFF);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shimmer 10s linear infinite, blink 5s linear infinite;
}

#cookies-box {
    position: fixed;
    bottom: 16px;
    right: 16px;
    padding: 14px 18px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.22);
    z-index: 9999;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    width: 300px;
}

#cookies-box a {
    position: absolute;
    right: 10px;
    top: 10px;
}

#cookies-box a:hover {
    text-decoration: none;
}