/*
Theme Name: energodata
Text Domain: energodata
*/

:root {
    --accent: #0486E5;
    --dark: #000E35;
    --midblue: #002CA8;
    --ultra: #01060E;
    --white: #ffffff;
    --black: #000000;
}

@font-face {
  font-family: 'engicons';
  src:  url('/wp-content/themes/energodata/fonts/engicons.eot?3an2cd');
  src:  url('/wp-content/themes/energodata/fonts/engicons.eot?3an2cd#iefix') format('embedded-opentype'),
    url('/wp-content/themes/energodata/fonts/engicons.ttf?3an2cd') format('truetype'),
    url('/wp-content/themes/energodata/fonts/engicons.woff?3an2cd') format('woff'),
    url('/wp-content/themes/energodata/fonts/engicons.svg?3an2cd#engicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  font-family: 'engicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-chevron-down:before {
  content: "\e900";
}
.ico-arrow-big:before {
  content: "\e901";
}
.ico-arrow-small:before {
  content: "\e902";
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: var(--accent);
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

input[type="search"] {
-webkit-appearance: textfield;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

small,sup,sub {
font-size: 80%;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

kbd,tt {
font-family: courier;
font-size: 12px;
}

ins {
text-decoration: underline;
}

del,strike,s {
text-decoration: line-through;
}

dt {
font-weight: bold;
}

address,cite,var {
font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: "Figtree", sans-serif;
    font-size: 15px;
    background: var(--white);
    color: var(--ultra);
}

p {
    font-family: "Figtree", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Figtree", sans-serif;
}

h1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.05;
}

h2 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.05;
}

h2.large {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.05;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 15px; 
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
    color: var(--white);
}

strong {
    font-weight: 600;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.center {
    text-align: center;
}

a.main-btn {
   padding: 16px 20px 16px 30px;
   display: inline-flex;
   gap: 55px;
   align-items: center;
   color: #fff;
   font-size: 15px;
   font-weight: 600;
   border-radius: 60px;
   background: var(--accent);
   transition: all 0.35s ease;
}

a.main-btn.outline {
    padding-top: 15px;
    padding-bottom: 15px;
   border: 1px solid var(--accent);
   background: rgb(0 49 87 / 30%);
   backdrop-filter: blur(10px);
}

a.main-btn i {
   font-size: 6px;
   position: relative;
}

a.main-btn i:after {
   content: '';
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 1px solid #fff;
   left: 50%;
   top: 50%;
   position: absolute;
   transform: translate(-50%, -50%);
   opacity: 0.32;
   transition: all 0.35s ease;
}

a.main-btn.outline.dark {
    color: var(--dark);
    background: rgb(230 236 241 / 30%);
}

a.main-btn.outline.dark i:after {
    border: 1px solid #0486E5;
    opacity: 0.2;
}

a.main-btn.outline:hover {
   background: #0486E5;
   color: #fff;
}

a.main-btn:hover {
    box-shadow: 0 3px 20px rgb(4 134 229 / 40%);
    transform: translateY(-2px);
}

a.main-btn:hover i:after,
a.main-btn.outline.dark:hover i:after {
   border: 1px solid #fff;
   opacity: 0.4;
}


/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1420px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

.columns-wrapper.middle {
    align-items: center;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-4-5 {
    width: 80%;
}

.col-3-5 {
    width: 60%;
}

.col-2-5 {
    width: 40%;
}

.col-1-5 {
    width: 20%;
}

.col-3-0 {
    width: 30%;
}

.col-7-0 {
    width: 70%;
}

@media (max-width: 1000px) {
    .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-3-0, .col-7-0 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
}

/*HEADER*/
header {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    z-index: 3;
    position: relative;
    max-width: 1570px;
    height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 30px;
}

.logo {
    margin-right: auto;
    margin-left: 0;
    z-index: 3;
    flex: 0 0 260px;
}

#header .logo a {
    display: flex;
    position: relative;
}

.logo img {
    height: 30px;
    width: auto !important;
    display: block;
}

#header nav#menu {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header ul.menu {
    display: flex;
    gap: 8px;
}

#header ul.menu>li>a {
    font-size: clamp(13px, 1.1vw, 15px);
    padding: 20px 1.5vw;
    color: #fff;
    opacity: 0.8;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
    text-align: center;
}

#header ul.menu>li>a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgb(4 134 229 / 0%) 0%, #0486E5 28%, #0478CD 71%, rgb(2 74 127 / 0%) 100%);
    top: 0;
    left: 0;
    opacity: 0.5;
}

#header ul.menu>li>a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 38px;
    background:  #0486E5;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    opacity: 1;
    transition: all 0.5s ease;
}

#header ul.menu>li>a:hover {
    opacity: 1;
}

#header ul.menu>li>a:hover:before {
    transform: translateX(-50%) scale(1);
}

#header ul.menu>li.current-menu-item>a:before {
    transform: translateX(-50%) scale(1);
}

#header ul.menu>li.current-menu-item>a {
    opacity: 1;
}

#header .header-right {
    flex: 0 0 220px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-right a.main-btn {
    padding: 15px 20px 15px 24px;
    gap: 40px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*docasny selector*/
.language-selector {
    width: 65px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 20px;
    color :#fff;
    text-align: center;
    margin-left: 25px;
    height: 30px;
    line-height: 30px;
}

@media (min-width: 1100px) {
    button.drawer-toggle.drawer-hamburger {
        display: none;
    }
}

@media (max-width: 1100px) {
#header .header-right, #header nav#menu {
    display: none;
}
}


/*CONTENT*/

main {
    margin-top: -98px;
}

.accent {
    color: var(--accent);
}

p.perex {
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 300;
}



/*homepage*/

.section.main-1.light {
    background: var(--dark);
    padding-top: 100px;
    min-height: 880px;
    position: relative;
     overflow: hidden; 
}

#energy-hero.hero-bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}

#energy-hero.hero-bg canvas{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;           
  height: 1000px;       
  width: 100%;         
  display: block;
}

.hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    padding-bottom: 50px;
}

.hero-title h1 {
    font-size: clamp(34px, 4.6vw, 64px);
}

.hero-wrapper {
    position: relative;
    display: grid;
    gap: 8px;
    grid-template-columns: 295px minmax(0, 1fr);
    grid-template-areas:
    "one one"
    "two three";
    align-items: start;
}

.hero-block-1 {
    grid-area: one;
    height: 333px;
    width: 420px;
    background: url(/wp-content/uploads/2026/02/energodata-1.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-left: 13%;
    margin-top: 60px;
    position: relative;
}

.hero-block-2 {
    grid-area: two;
    background: var(--accent);
    border-radius: 20px;
    width: 295px;
    height: 290px;
    padding: 40px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.hero-block-2 img {
    max-width: 70px;
    margin-top: 0;
    margin-bottom: auto;
}

p.hero-block-2-large {
    font-size: 60px;
    line-height: 1.3;
}

p.hero-block-2-medium {
   font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

p.hero-block-2-medium span.small {
    font-size: 12px;
}

.hero-block-3 {
    grid-area: three;
    background: rgb(1 1 1 / 16%);
    border: 1px solid rgb(113 109 144 / 25%);
    border-radius: 17px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 400px;
    height: 205px;
    position: relative;
    backdrop-filter: blur(12px);
}

.hero-block-3-img {
    aspect-ratio: 1 / 1;
    width: 180px;
    background: url(/wp-content/uploads/2026/02/img_2x.webp);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

p.hero-block-3-small {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.hero-block-3 h3 {
    font-size: clamp(20px, 1.7vw, 24px);
    max-width: 170px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 25px;
}

.hero-block-3 a.cta {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.hero-block-3 a.cta i {
    font-size: 6px;
    position: relative;
    margin-left: 20px;
}

.hero-block-3 a.cta i:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0.32;
}

.hero-block-3 a.cta:hover {
    color: var(--accent);
}

img.icon-hero-block-1 {
    position: absolute;
    height: 73px;
    top: -64px;
    left: -200px;
}

img.icon-hero-block-3 {
    position: absolute;
    height: 188px;
    top: -188px;
    right: -90px;
}

img.icon-hero-block-2 {
    position: absolute;
    bottom: -26px;
    width: 413px;
    max-width: none;
    left: 130px;
}

.section.main-2 {
    background: var(--dark);
    position: relative;
    padding-bottom: 50px;
}

.section.main-2 .bgr {
    position: absolute;
    height: calc(100% - 100px);
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(/wp-content/uploads/2026/02/img_2_2x.webp);
    background-size: cover;
    background-position: center;
}

.section.main-2 .bgr:after {
    content: '';
    position: absolute;
    height: 200px;
    width: 100%;
    top: -100px;
    left: 0;
    background: linear-gradient(to bottom, #000e35 100px, rgb(0 14 53 / 0%));
}
   
.col-6.blocks-1 {
    display: flex;
    padding-right: 5px;
}

.block-1 h2 {
    max-width: 210px;
}

.block-1 p {
    max-width: 333px;
    margin-top: 15px;
    line-height: 1.5;
}

.block-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-2 {
    flex-grow: 1;
    background: url(/wp-content/uploads/2026/02/img_1_2x.webp);
    max-width: 305px;
    margin-right: 0;
    margin-left: auto;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    min-height: 360px;
}

.section.main-2 .col-6.riesenia {
    padding-left: 5px;
}

.section.main-2 ul.riesenia-menu {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    background: var(--midblue);
    padding: 30px;
    height: 100%;
    border-radius: 20px;
}

.section.main-2 ul.riesenia-menu li.item-top {
    margin-top: 0;
    margin-bottom: auto;
    border-bottom: none;
}

.section.main-2 ul.riesenia-menu li.item-top h5 {
    font-size: 12px;
}

ul.riesenia-menu li {
    font-size: 20px;
}

ul.riesenia-menu li:nth-child(2) {
    border-top: 1px solid rgb(255 255 255 / 14%);
}

.col-6.block-3-graph {
    padding-right: 5px;
    padding-top: 10px;
}

.block-3 {
    background: var(--accent);
    border-radius: 20px;
    padding: 50px 30px 30px 50px;
    display: flex;
    flex-direction: column;
}

.block-3-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 88px;
}

.block-3-bottom-wrapper img.graph {
    flex: 0 0 265px;
    max-width: 265px;
}

.block-3-bottom-left p.large {
    font-size: 130px;
    line-height: 1;
}

p.block-3-bottom-medium {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

p.block-3-bottom-medium i {
    font-size: 12px;
    transform: rotate(90deg);
}

p.block-3-bottom-medium .small {
    font-size: 12px;
}

.block-4 h2 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.block-5-iso {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    padding: 25px 30px;
    background: rgb(1 1 1 / 16%);
    border: 1px solid rgb(113 109 144 / 25%);
    border-radius: 17px;
    backdrop-filter: blur(8px);
}

.block-5-iso img {
    flex: 0 0 113px;
    max-width: 113px;
}
    
.block-5-iso-left {
    display: flex;
    flex-direction: column;
}

.block-5-iso-left h5.small {
    font-size: 12px;
    margin-bottom: 30px;
}

.block-5-iso-left h3 {
    line-height: 1.4;
}

.col-6.block-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.col-6.block-6 {
    display: flex;
}

.block-6-left {
    padding-right: 30px;
    max-width: 320px;
}

.block-6-left .divider {
    height: 54px;
}

.block-6-left h3 {
    margin-bottom: 10px;
}

.block-6-right {
    display: flex;
    flex-direction: column;
    padding: 45px 30px 12px 30px;
    justify-content: flex-end;
    background: rgb(1 1 1 / 30%);
    border: 1px solid rgb(255 255 255 / 36%);
    border-radius: 20px;
    max-width: 350px;
    margin-left: auto;
    min-height: 370px;
    backdrop-filter: blur(20px);
}

.block-6-right h3 {
    margin-top: 0;
    margin-bottom: auto;
}

p.years {
    font-size: 32px;
}

p.years .number {
    font-size: 100px;
}

p.block-5-bottom-medium {
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-size: 20px;
    color: var(--accent);
    margin-bottom: 8px;
}

p.block-5-bottom-medium i {
    transform: rotate(-90deg);
    font-size: 12px;
    top: -2px;
    position: relative;
}

p.block-5-bottom-medium span.small {
    font-size: 12px;
    color: #fff;
}

p.extra-small {
    font-size: 10px;
    opacity: 0.6;
    margin-top: 8px;
}













/*PAGE*/
.section.page-template {
    padding-top: 120px;
    min-height: 700px;
    overflow: hidden;
    position: relative;
}

.section.page-template .col-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 40px 0;
}

h5.accent {
    color: var(--accent);
}

p.page-perex {
    margin-top: auto;
    max-width: 340px;
}

.section.page-template .col-5 a.main-btn {
    min-width: 207px;
    justify-content: space-between;
}


/*CLIENTS SLIDER*/

.clients-slider-section {
    background: var(--dark);
    padding: 60px 0;
}

.clients-slider-wrapper {
    padding-right: 130px;
    position: relative;
}

.cliens-title {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 28px;
}

.cliens-title .large {
    font-size: 32px;
}

.cliens-title:before {
    content: '';
    width: 1px;
    height: 120px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(4 134 229 / 0%) 0%, #0486E5 28%, #0478CD 71%, rgb(2 74 127 / 0%) 100%);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.5;
}

.cliens-title:after {
    content: '';
    width: 1px;
    height: 50px;
    top: 50%;
    background: var(--accent);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}

.clients-slider .slick-track {
    display: flex;
    align-items: center;
    gap: 50px;
}

.clients-slider-wrapper:before {
    width: 25%;
    background: linear-gradient(to right, #000E35, rgb(0 14 53 / 0%));
    position: absolute;
    height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    z-index: 1;
    transform: translateY(-50%);
}

.clients-slider-wrapper:after {
    width: 25%;
    background: linear-gradient(to left, #000E35, rgb(0 14 53 / 0%));
    position: absolute;
    height: 100px;
    position: absolute;
    right: 130px;
    top: 50%;
    content: '';
    z-index: 1;
    transform: translateY(-50%);
}

.clients-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 90px;
}

/*FAQ*/

.faq-text {
    display: none;
    padding-right: 20px;
    max-width: 530px;
    padding-bottom: 20px;
}

h3.faq-heading {
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
}

h3.faq-heading img {
    max-width: 28px;
}

li.faq-item {
    background: #fff;
    padding: 30px 30px 10px 28px; 
    border: 1px solid rgb(0 14 53 / 10%);
    border-radius: 12px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease;
}

li.faq-item.the-active {
    border-color: var(--accent);
}

li.faq-item:before {
    content: "\e900";
    font-family: 'engicons';
    font-size: 6px;
    color: var(--dark);
    position: absolute;
    right: 30px;
    top: 45px;
    transition: 0.35s;
    transform: translatey(-50%);
    pointer-events: none;
}

li.faq-item.the-active:before {
  transform: translatey(-50%) rotateX(180deg);
}

.section.edis {
    padding-top: 50px;
    padding-bottom: 50px;
}

h2.extra-large {
    font-size: 72px;
}

.col-6.faq-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

.col-6.faq-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

ul.faq-list {
    max-width: 650px;
    margin-top: 20px;
}

.col-6.faq-image img {
    width: 110%;
    margin-left: -10%;
}

.section.edis-rozhranie h2 {
    font-size: 80px;
    margin: 10px auto 30px auto;
    font-weight: 400;
}

.columns-wrapper.icon-benefits {
    margin-top: 60px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgb(0 14 53 / 20%);
    border-radius: 15px;
    padding: 10px;
    background: #fff;
}

.icon-box img {
    max-width: 70px;
    flex: 0 0 70px;
}

.columns-wrapper.icon-benefits .col-4{
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

.section.edis-image img {
    max-width: 1800px;
    margin-top: clamp(-100px, -12vh, -90px);
    margin-left: auto;
    margin-right: auto;
}

.section.contact {
    background: #000E35;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 12px 15px;
    border: 1px solid rgb(4 134 229 / 18%);
    box-shadow: 0 13px 27px 5px rgb(4 134 229 / 23%);
}

.col-6.contact-left.light {
    background: url(/wp-content/uploads/2026/02/form_image_2x.webp);
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.contact-icons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
}

.contact-icons p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-icons p img {
    max-width: 20px;
    flex: 0 0 20px;
}

.contact-bottom {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
}

.contact-profile {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contact-profile img {
    max-width: 67px;
    flex: 0 0 67px;
    border-radius: 50%;
    box-shadow: 0 4px 15px 2px rgb(4 134 229 / 33%);
}

.contact-profile p.small {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 7px;
}

.contact-bottom a.contact-phone {
    color: #fff;
    font-size: 20px;
}

.contact-bottom a.contact-phone:hover {
    color: var(--accent);
}

.col-6.contact-right {
    padding: 48px;
}

.contact-right h3 {
    font-size: 32px;
    color: var(--dark);
    margin-bottom: 10px;
}

/*Contact form*/

.wpcf7 .columns-wrapper .col-6 {
    padding-right: 12px;
    flex-grow: 1;
}

.wpcf7 .columns-wrapper .col-6:last-child {
    padding-right: 0;
    padding-left: 12px;
}

.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    border: 1px solid #E5E7EB;
    width: 100%;
    background: #f6f9fb;
    margin-bottom: 24px;
    height: 50px;
    font-size: 16px;
    color: var(--dark);
    padding: 14px 0px 13px 15px;
    border-radius: 8px;
    box-shadow: none;
    font-weight: 400;
    font-family: 'Figtree';
    margin-top: 5px;
}

.wpcf7-form textarea::placeholder, .wpcf7-form input[type="text"]::placeholder, .wpcf7-form input[type="email"]::placeholder {
    color: rgb(0 14 53 / 40%);
}

.wpcf7-form textarea {
    height: 100px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
    outline: none;
    border: 1px solid var(--accent);
}

.wpcf7-form label {
    font-size: 12px;
    font-weight: 400;
    color: var(--dark);
}

.gdpr {
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
}

.wpcf7 input[type="checkbox"] {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-appearance: none;
    width: 0px !important;
    display: none;
}

span.wpcf7-list-item label {
    display: flex;
    opacity: 1;
}

.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 45px;
    font-size: 14px;
    line-height: 1.1;
    color: var(--dark);
    cursor: pointer;
    text-transform: none;
    text-align: left;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: var(--dark);
     transition: all 0.2s ease;
}

span.wpcf7-list-item-label a:hover {
    color: var(--accent);
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    border: 1px solid var(--dark);
    border-radius: 3px;
    background: #fff;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

span.wpcf7-list-item-label:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    border: 1px solid var(--accent);
    display: block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent);
    transition: all 0.2s ease;
    background-image: url(/wp-content/uploads/2026/02/icon-check.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    border-radius: 3px;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    transform: translateY(-50%);
    opacity: 1;
}

span.wpcf7-not-valid-tip {
    top: auto !important;
    padding: 0 !important;
    background: transparent;
    box-shadow: none !important;
    color: #ff0101 !important;
    font-size: 12px;
    bottom: -11px !important;
    position: absolute;
    left: auto;
    right: 8px;
    height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ff0101;
    border-color: #ff0101;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px;
    border-radius: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
	color:white
}

.gdpr span.wpcf7-not-valid-tip {
    top:auto !important;
    bottom: -17px !important;
    position: relative;
}

.wpcf7-form {
    margin-top: 30px;
}

button.main-btn {
    outline: none;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: 'Figtree';
    padding: 16px 20px 16px 30px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 60px;
    background: var(--accent);
    transition: all 0.35s ease;
    justify-content: flex-start;
    width: 210px;
    justify-content: space-between;
}

button.main-btn i {
   font-size: 6px;
   position: relative;
}

button.main-btn i:after {
   content: '';
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 1px solid #fff;
   left: 50%;
   top: 50%;
   position: absolute;
   transform: translate(-50%, -50%);
   opacity: 0.32;
   transition: all 0.35s ease;
}

button.main-btn:hover {
    box-shadow: 0 3px 20px rgb(4 134 229 / 40%);
    transform: translateY(-2px);
}


/*FOOTER*/
#footer {
    background: url(/wp-content/uploads/2026/02/footer_2x.webp);
    background-size: cover;
    background-position: center;
}

.section.footer-top {
    padding-top: 120px;
    padding-bottom: 70px;
}

.section.footer-top h2 {
    margin-top: 10px;
}

.col-6.footer-top-left {
    padding-left: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.col-6.footer-top-left:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, rgb(4 134 229 / 0%) 0%, #0486E5 28%, #0478CD 71%, rgb(2 74 127 / 0%) 100%);
    top: 0;
    left: 0;
    opacity: 0.5;
}

.col-6.footer-top-left::before {
    content: '';
    position: absolute;
    height: 150px;
    width: 1px;
    background: #0486E5;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.5s ease;
}

.footer-contact {
    max-width: 560px;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 20px;
    padding: 30px 40px;
    background: rgb(0 14 53 / 16%);
    backdrop-filter: blur(30px);
}

.footer-contact h3 {
    font-size: 32px;
}

.footer-top-contact-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top-contact-bottom p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-top-contact-bottom p img {
    max-width: 20px;
    flex: 0 0 20px;
}

.footer-bottom-wrapper{
    background: var(--dark);
    padding: 70px 30px 70px 60px;
    border-radius: 20px;
}

ul.riesenia-menu {
    display: flex;
    flex-direction: column;
    max-width: 380px;
    padding-right: 15px;
}

ul.riesenia-menu li.item-top h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.riesenia-menu li.item-top i {
    font-size: 11px;
    border: 1px solid rgb(255 255 255 / 20%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

ul.riesenia-menu li.item-top i:before {
    left: 1px;
    position: relative;
}

ul.riesenia-menu li {
    padding: 15px 0;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
}

ul.riesenia-menu li.item-top {
    padding-top: 0;
}

ul.riesenia-menu li:last-child {
    border-bottom: none;
}

ul.riesenia-menu li a,
.footer-bottom-wrapper ul.menu a {
    color :#fff;
}

ul.riesenia-menu li a:hover,
.footer-bottom-wrapper ul.menu a:hover {
    color: var(--accent);
}

.footer-bottom-wrapper ul.menu {
    margin-top: 20px;
}

.footer-bottom-wrapper ul.menu li {
    padding-bottom: 15px;
}

.footer-bottom-right {
    max-width: 530px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

img.footer-logo {
    max-width: 175px;
    flex: 0 0 175px;
}

.footer-bottom-right h5 {
    margin-bottom: 15px;
}

.footer-bottom-right .divider {
    height: 40px;
}

.footer-bottom-right a h3.accent {
    margin-bottom: 5px;
    color: var(--accent);
}

.section.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}

.col-6.footer-copy-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.col-6.footer-copy-left a,
p.reCaptcha-text{
    font-size: 14px;
    color: rgb(255 255 255 / 55%);
}

.col-6.footer-copy-left a:hover {
    color: #fff;
}

p.copy-text {
    font-size: 12px;
    color: rgb(255 255 255 / 55%);
}

p.reCaptcha-text{
    text-align: right;
}



/****************** RESPONSIVE ******************/

@media (max-width: 1100px) {
.drawer-hamburger, .drawer-hamburger:hover {
    position: absolute;
    margin-top: 14px;
    margin-right: 15px;
    padding: 13px 9px 25px;
}

.drawer-hamburger {
    width: 35px;
}

.drawer-hamburger-icon, 
.drawer-hamburger-icon:after, 
.drawer-hamburger-icon:before {
    background-color: #fff;
    height: 2px;
}

.drawer-hamburger-icon:before {
    top: -7px;
}

.drawer-hamburger-icon:after {
    top: 7px;
    right: 0;
    left: auto;
} 

.drawer-open .drawer-hamburger:before {
    opacity: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
    position:fixed;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    width: 35px;
}

.drawer--right .drawer-nav {
    background: var(--dark) !important;
}

.drawer--right.drawer-open .drawer-nav {
    position: absolute !important;
    height: 100vh;
    background: var(--dark) !important;
    max-height: none;
    margin-top: 0px;
    width: 100%;
    padding: 120px 20px 50px 20px;
    overflow: auto;
}

.drawer-overlay {
    background: rgb(0 0 0 / 80%);
    z-index: 2;
}

#header .drawer-nav ul.menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

#header .drawer-nav ul.menu>li>a {
    color: #fff;
    margin: 0;
    padding: 12px 19px;
    font-size: 20px;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

#header .drawer-nav ul.menu>li>a:hover {
    color: var(--accent);
}
}


@media (max-width: 1000px) {
#header {
 padding: 15px 20px;
}

.logo {
    flex: 0 0 220px;
}

.logo img {
    height: 25px;
    width: auto !important;
    display: block;
}

main {
    margin-top: -75px;
}

.row.in-grid {
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 30px;
}

h2.large {
    font-size: 32px;
}

h2.extra-large {
    font-size: 42px;
}

h5 {
    font-size: 13px;
}

.section.main-1.light {
    padding-top: 100px;
    min-height: 100%;
    padding-bottom: 40px;
}

.hero-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hero-block-1{
    width: calc(100% - 50px);
    margin-top: 50px;
    max-width: 420px;
    height: auto;
    aspect-ratio: 4 / 3;
}

img.icon-hero-block-1 {
    position: absolute;
    height: 60px;
    top: -53px;
    left: -55px;
    width: auto;
}

.hero-block-2{ 
    width: calc(100% - 70px);
    max-width: 210px; 
    padding: 20px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.hero-block-2 img {
    max-width: 50px;
}

p.hero-block-2-large {
    font-size: 50px;
}

.hero-block-3{
    width: 100%;
    max-width: 480px;
    height: auto;
}

img.icon-hero-block-3 {
    position: absolute;
    height: 150px;
    top: -150px;
    right: 15px;
    width: auto;
}

.hero-block-3 h3 {
    font-size: clamp(18px, 1.7vw, 24px);
    margin-bottom: 15px;
}

.hero-block-3-img {
    width: 120px;
}

img.icon-hero-block-2 {
    display: none;
}

.clients-slider-wrapper {
    padding-right: 0;
}

.cliens-title {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}

.cliens-title p {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cliens-title br {
    display: none;
}

.cliens-title:before {
    width: 100%;
    height:1px;
    top: 0;
    background: linear-gradient(to right, rgb(4 134 229 / 0%) 0%, #0486E5 28%, #0478CD 71%, rgb(2 74 127 / 10%) 100%);
    left: 50%;
    transform: translateX(-50%);
}

.cliens-title:after {
    content: '';
    width: 50px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.clients-slider-wrapper:before,
.clients-slider-wrapper:after {
    display: none;
}

.clients-slider:before {
    width: 15%;
    background: linear-gradient(to right, #000E35, rgb(0 14 53 / 0%));
    position: absolute;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    z-index: 1;
    transform: translateY(-50%);
}

.clients-slider:after {
    width: 15%;
    background: linear-gradient(to left, #000E35, rgb(0 14 53 / 0%));
    position: absolute;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    z-index: 1;
    transform: translateY(-50%);
}

.clients-slider-section {
    padding-bottom: 0;
}

.block-1 {
    height: auto;
}

.col-6.blocks-1 {
    padding-right: 0px;
    flex-direction: column-reverse;
    gap: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.block-2 {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    min-height: auto;
    aspect-ratio: 4 / 3;
}

.block-1 h2 {
    max-width: 160px;
    font-size: 36px;
}

.section.main-2 ul.riesenia-menu {
    padding: 20px;
}

ul.riesenia-menu li {
    font-size: 16px;
}

.section.main-2 .col-6.riesenia {
    padding-left: 0px;
}

.block-3 {
    padding: 20px;
}

.col-6.block-3-graph {
    padding-right: 0px;
}

.block-3-bottom-left p.large {
    font-size: 60px;
    line-height: 1;
}

.block-3-bottom-wrapper {
    gap: 10px;
    margin-top: 80px;
}

p.block-3-bottom-medium {
    gap: 5px;
    flex-wrap: wrap;
}

.block-3-bottom-wrapper img.graph {
    flex: 0 0 auto;
    max-width: 120px;
    width: 100%;
}

.col-6.block-5 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.col-6.block-6 {
    flex-direction: column;
}

.block-6-right {
    margin-top: 30px;
    padding: 20px;
    margin-left: 0;
    min-height: 300px;
}

.block-6-left {
    padding-right: 0px;
}

.section.main-2 .bgr {
    height: 1100px;
    background-position: top left 75%;
}

.section.main-2 .bgr:after {
    height: 1000px;
}


.col-6.faq-image img {
    width: 120%;
    margin-top: 5%;
}

.section.edis-rozhranie h2 {
    font-size: 42px;
}

.columns-wrapper.icon-benefits {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
}

.icon-box img {
    max-width: 50px;
    flex: 0 0 50px;
}

.section.edis h3, .section.edis-rozhranie h3 {
    font-size: 18px;
}

.section.edis-image img {
    max-width: 600px;
    width: 110%;
    margin-top: -20px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.section.page-template {
    padding-top: 80px;
}

.contact-wrapper {
    padding: 8px;
}

.col-6.contact-left.light {
    padding: 20px;
}

.panel-layout h2 {
    margin: 10px 0 0px 0;
}

.contact-icons {
    gap: 8px;
    margin-top: 20px;
    flex-direction: column;
}

.contact-bottom {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
}

.col-6.contact-right {
    padding: 30px 20px 20px 20px;
}

.wpcf7 .columns-wrapper .col-6,
.wpcf7 .columns-wrapper .col-6:last-child {
    padding-right: 0px;
    padding-left: 0;
}

.section.footer-top {
    padding-top: 10px;
    padding-bottom: 40px;
}

.col-6.footer-top-left {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.footer-contact {
    padding: 20px;
}

.footer-contact h3 {
    font-size: 20px;
}

.footer-top-contact-bottom {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.col-6.footer-top-left::before {
    height: 50px;
}

.footer-bottom-wrapper {
    padding: 30px;
}

ul.riesenia-menu li {
    padding: 10px 0;
}

ul.riesenia-menu li,
.footer-bottom-wrapper ul.menu a {
    font-size: 13px;
}

.columns-wrapper.footer-bottom-wrapper {
    gap: 35px;
}

.footer-bottom-right {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
}

img.footer-logo {
    max-width: 175px;
    flex: 0 0 auto;
    margin-top: 30px;
}

.col-6.footer-copy-left {
    align-items: flex-start;
    gap: 6px;
    flex-direction: column;
}

p.reCaptcha-text {
    text-align: left;
    font-size: 12px;
    margin-top: 6px;
}
}