/*
Theme Name: Lama Energy
Author: Quenya
Version: 1.5
.
.
.
*/

body {
    font-family: "Montserrat", sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: gray;
    --bs-btn-disabled-bg: #ccc;
    --bs-btn-disabled-border-color: #ccc;
}
.btn {
    --bs-btn-border-radius: 1.5rem;
    --bs-btn-padding-x: 1.8rem;
    --bs-btn-padding-y: 0.575rem;
    --bs-btn-font-weight: 700;
}

.btn-xl {
    --bs-btn-border-radius: 2.5rem;
    --bs-btn-padding-x: 1.8rem;
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-font-weight: 600;
        font-size: 1rem;
}

.white.btn-primary {
    --bs-btn-bg: white;
    --bs-btn-border-color: white;
    --bs-btn-color: var(--bs-primary);
}

b, strong {
    font-weight: 600 !important;
}

a {text-decoration: none;color: var(--bs-primary);}
a:hover {color:black;}
#header-top {
    width: 100%;
    height: auto;
    background-color: var(--bs-primary);
    color: white;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    overflow-x: hidden;
}
#header-top a {color: white;font-size: 16px;font-weight: 600;}
#header-top #customer-menu a {
    padding: 21px 40px 21px 40px;
    display: block;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#header-top #customer-menu a:hover, #header-top #customer-menu a.active {
    background: white;
    color:black;
}
#header {
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;
}
#header *, #header-top * {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#header nav a {
    line-height: 21px;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    color: black;
}
#header nav a:hover, #header nav .current-menu-item a  {color: var(--bs-primary);}

#header nav a:hover, #header nav #menu-velkoodber .current-menu-item a {color: #000;}

.content {overflow-x: hidden;}
#site-header .head-iconed a {
    background: url(assets/phone.svg) no-repeat left center;
    background-size: 25px 25px;
    padding-left: 40px;
    display: block;
    line-height: 25px;
    max-width: 270px;
    width: auto;
    height: 25px;
    overflow: hidden;
}
#site-header .head-iconed.head-iconed-mail a {
    background-image: url(assets/mail.svg);
}
#site-header .head-iconed.head-iconed-user a {
    background-image: url(assets/mojelama.svg);
}
#logo img {width: 240px;}
.navbar {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#header a.button-red, footer a.button-red{
    display: inline-block;
    height: 55px;
    border-radius: 38px;
    background-color: var(--bs-primary);
    padding: 15px 30px;
    color: white;
    font-size: 17px;
    text-decoration: none;
    font-weight: 700;
    min-width: 215px;
    line-height: 26px;
}
#header a.button-red img, footer a.button-red img  {width: 25px;margin-right: 5px; position: relative;top: -2px;}
#header a.button-red:hover, footer a.button-red:hover {color:white;background: black;}
footer a.button-red {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    height: auto;
    padding: 15px;
}
#header nav ul {
    justify-content: space-around;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#header-top .customer-menu li {
    border-bottom: 3px solid var(--bs-primary);
}

#customer-podnikatele-box, #customer-velkoodber-box {
    width: 520px;
    position: absolute;
    background-color: rgb(51, 51, 51, 0.95);
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    display: none;
    z-index: 999;
    margin-top: 3px;
    border-bottom-left-radius:  20px;
    border-bottom-right-radius: 20px;
    padding: 35px 50px 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#customer-podnikatele-box p.customer-title, #customer-velkoodber-box p.customer-title {
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0px;
}



#customer-menu li:hover > div {
    display: block;
}

.hpimage {overflow:hidden;}
.hpimage.mob {display: none;}

.hpbanner img {width: 100%;}

.hpbanner {position: relative;}

.hpbanner.absolute {
    position: absolute;
    width: 100%;
    overflow: hidden;
}


.hpbanner .oblouk {
    bottom: -15px;
    position: absolute;
    z-index: 1;
}

.hptitle {
    position: absolute;
    top: 3vw;
    left: 0;
    right: 0;
}
.hptitle.lesstext {
    top: 8vw;
}
.hptitle h2 {
    color: white;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
}
.hptitle h3 {
    color: white;
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
}
.hptitle.vetsi h2 {
    font-size: 75px;
    line-height: 80px;
}
.hptitle.mensi h2 {
    font-size: 60px;
    line-height: 65px;
}
.hptitle.white h2 {
    color: white;
}
.hptitle p {
    font-size: 22px;
    font-weight: 500;
    margin: 28px 0px;
    color:white;
}
.hptitle p.vetsiheadsub {
    font-size: 34px;
    font-weight: bold;
}

.hpbox {
    box-shadow: 0px 0px 30px 0px #b3b3b3;
    border-radius: 20px;
    margin: 0 3%;
    padding: 0;
    background: white;
}
.hpbox.red100 {
    background: var(--bs-primary);
    height: 100%;
}
.kontakty .hpbox {
    padding: 2.3rem !important;
}
.hpboxvo {
    box-shadow: 0px 0px 30px 0px #b3b3b3;
    border-radius: 20px;
    background: white;
    padding: 0;
    overflow: hidden;
}
.hpbox.vo {
    margin: 0 8px;
    height: 90%;
}
.voformmb {margin-bottom: 30px;}
.max280 {max-width: 280px;margin: 0 auto;}
.hpbox .eb-advance-heading-wrapper .eb-ah-title {
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}
.hpbox .head .eb-ah-title::before, .buttonelpl::before {
    height: 80px;
    display: inline-block;
    width: 109px;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 4px solid white;
}
.buttonelpl::before {
    height: 60px;
    width: 90px;
}

.hpbox.vo .head .eb-ah-title::before {
    height: 60px;
    width: 90px;
    flex-shrink: 0;
}

.hpbox.el .head .eb-ah-title::before, .buttonelpl.el::before {
    content: url(assets/elektrina.svg);
}
.hpbox.pl .head .eb-ah-title::before, .buttonelpl.pl::before {
    content: url(assets/plyn.svg);
}
.hpbox.fv .head .eb-ah-title::before{
    content: url(assets/fotovoltaika.svg);
}

.buttonelpl {
    background-size: cover;
    background-position: center center;
    padding: 30px 50px;
    border-radius: 20px;
    color: white;
    font-size: 35px;
    font-weight: 700;
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.buttonelpl:hover {
    color:white;
    opacity: 0.85;
}

.hpbox.fv {
    margin: 0;
    margin-left: -2%;
    position: relative;
    background: white;
    z-index: 99;
    width: 520px;
}

#p-cena-1, #e-cena-1  {display: none;}
.blue ,.red {
    color: var(--bs-blue);
    font-size: 14px;
    text-align: center;
}
.red {color: var(--bs-primary);}

.text-blue {
    color: var(--bs-blue);
}

.hpbanner .streduzsi {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
        margin-top: 1vw;
}
.hpbanner.new .streduzsi {
    max-width: 700px;
}
.hpbanner .streduzsi p {margin-bottom: 0;font-weight: 100;}
.hpbanner .streduzsi a.link {color: white;}
.hpbanner .streduzsi a.link:hover {text-decoration: underline;}


.tarifyboxy
{
 margin-top: calc(-19vw*0.5);
    z-index: 9;
    position: relative;
}

.tarifynew.hpbox {
    padding: 8%;
    margin: 0;
    height: 100%;
    margin: 0 auto;
}
.tarifynew h2 {
    font-weight: 600 !important;
    font-size: 2.2rem !important;
}
.tarifynew p {font-weight: 500;line-height: 1.2rem;}
.tarifynew .wp-block-media-text__content {padding-left: 0 !important;}

.tarifynew .spodek h4 {
    color: #992A2A;
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0;
}
.tarifynew .split h5 {
    color: #992A2A;
    font-size: 1.3rem;
    font-weight: 600;
}
.tarifynew .spodek h6 {
 color: #992A2A;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}
.tarifynew .spodek strong {
    font-weight: 800 !important;
}
.tarifynew .spodek {
    color: #162D98;
    font-weight: 600;
    font-size: 0.9rem;
}
.tarifynew .split .spodek {
 font-size: .7rem;
    line-height: 1.1;
}
.w-45 {
    width: 45%!important
}

.toggle-content {
overflow: hidden;
max-height: 0;
opacity: 0;
transition: max-height 300ms ease, opacity 300ms ease;
}

.toggle-content.ishidden {
max-height: 0;
opacity: 0;
}

.toggle-content.is-open {
opacity: 1;
overflow: visible;
}



.hpbox.el.vo .head .eb-ah-title, .hpbox.pl.vo .head .eb-ah-title {
  min-height: 72px;
}
.hpbox.el.vo p, .hpbox.pl.vo p {padding:25px 30px;margin: 0;}

.kalkulacka .head .eb-ah-title::before {
    content: url(assets/elektrina.svg);
}
.kalkulacka .head.pl .eb-ah-title::before {
    content: url(assets/plyn.svg);
}
.kalkulacka .head .eb-ah-title {
    position: relative;
    padding-left: 155px;
    text-align: left !important;
    max-width: 800px;
    margin: 0 auto !important;
    transition: none;
}
.kalkulacka .head .eb-ah-title::before{
position:absolute;
left: 0;
    width: 135px;height: 100%;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 4px solid white;
}

.eb-toggle-wrapper .eb-text-switch-content {
    box-shadow: 0px 0px 10px 0px #b3b3b3;
    border-radius: 40px;
}
.eb-toggle-wrapper .eb-switch-names, .eb-feature-list-items .eb-feature-list-item .eb-feature-list-content-box .eb-feature-list-title {
    font-weight: 700 !important;
}
.eb-wrapper-inner-blocks h2 {
    font-weight: 700;
}
.eb-wrapper-inner-blocks p {margin-bottom: 10px;}
.hpbox .boxsmalltext {
    padding: 0px 8%;
}
.boxbutton  {margin-bottom: 40px;margin-top: 20px;}
.boxbutton.el {
    background-color:var(--bs-blue);
    border-color:var(--bs-blue);
}
.boxbutton.pl {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
}

.boxbutton.fv {
    background-color:#48823e;
    border-color:#48823e;
}
.hpboxy {
    margin-top:-150px;
    z-index: 9;
    position: relative;}
.hpboxy.mtdavcet {margin-top: 22%;}

.iconrow {background-image: url(assets/iconrow.webp);
    background-size: cover;
    background-position: center;
    color:white;padding-top: 90px;padding-bottom: 20px;margin-top: 70px;
position: relative;z-index: 999;}
.iconrow .wp-block-media-text {display: flex;align-items: center;}
.iconbox .wp-block-media-text__media img {width:90px;}
.iconrow .wp-block-media-text .wp-block-media-text__content {padding: 0 4%;}
.iconbox h4 {font-size: 26px;font-weight: 700;}
.iconbox p {margin: 0;}

.hpnovinkyrow {
    background-image: url(assets/novinkybg.webp);
    background-size: cover;
    background-position: center;
    color:white;padding-top: 90px;padding-bottom: 90px;margin-top: 70px;
}

 .row.novinky .novcol {
    background: white;

    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
}

.novinky.wp-block-latest-posts li {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.novinky .novcol {
    box-shadow: 0px 0px 22px 0px #d3d3d3;
}
.novinky .novcol .wp-block-latest-posts__post-title {
    min-height: 110px;
}
.novinky .wp-block-latest-posts__featured-image {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom: 1rem;
}
.novinky .wp-block-latest-posts__featured-image img {
       width: 100%;
    height: auto;
}
.novinky .wp-block-latest-posts__post-title {
    padding: 0 40px;
    display: block;
    text-align: center;
    font-weight: 700;
    color: black;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    order: 2;
}
.novinky .wp-block-latest-posts__post-date {
    order: 1;
    color: #aeaeae;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.novinky .wp-block-latest-posts__post-excerpt {
    order: 3;
    color: black;
}
.novinky .wp-block-latest-posts__post-excerpt {
  font-size: 0px;
  text-align: center;
}


.hpphone h2 {font-weight: 700;color:white;}
.hpphone .male {font-size: 11px;margin: 0;color:white;}
.hpphone .forminator-ui {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    margin: 0 !important;
    flex-flow: row wrap;
    flex-wrap: wrap;
}
.hpphone .forminator-phone {width: 97%;}
.hpphone .forminator-row {width: 100%;margin-bottom: 10px !important;flex-basis: 55%;}
.hpphone .forminator-row.forminator-row-last {width: auto;flex-basis: max-content;}
.forminator-response-message {
    width: 100% !important;
    color: #9cdd24 !important;
    margin-bottom: 0px !important;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
}
.forminator-response-message.forminator-error {display: none;}
.hpphone .forminator-response-message {order:3 !important;width: 100% !important;color:#abd759 !important;margin-bottom: 0px !important;text-align: center !important;}
.hpphone .forminator-ui.forminator-custom-form[data-design=default] .forminator-response-message.forminator-loading:before {
    position: relative;
    top: 0;
    left: 0;
}
.hpphone .forminator-ui.forminator-custom-form[data-design=default] .forminator-response-message p {
    display: inline-block !important;
    margin: 0 10px !important;
}
.hpphone .forminator-response-message.forminator-error {
    display: block;
    color:#ff9a9a !important;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-response-message {
    padding: 5px 0px !important;
}

.hpphone2 .forminator-row {
    margin-bottom: 10px !important;
}
.hpphone2 textarea {    height: 80px !important;
    min-height: auto !important;}
.hpphone2 .forminator-button-submit {
    background: black;
    color: white;
}
.hpphone2 .forminator-error-message {text-align: center;}

.hpphone.symbol .eb-parent-wrapper {
    position: relative;
    overflow: hidden;
}
.hpphone.symbol .eb-parent-wrapper::after {
    content: url(/wp-content/themes/lamaenergy/assets/Union.svg);
       position: absolute;
    top: 0;
    right: 410px;
    height: 30px;
    width: 50px;
    display: block;
    z-index: 0;
}
.hpphone.symbol .eb-wrapper-inner {position: relative;z-index: 5;}


.hpphone.symbol .forminator-row-last .white.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-color: white;
    font-weight: 500;
    font-size: 1rem;
}

.hpphone.symbol .forminator-field {
   display: flex;
    justify-content: center;
    position: relative;
}

input:focus, .form-control:focus, select:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(207,80,80,.25);
}
input:not([type="checkbox"]):not([type="radio"]), select, textarea, .forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
    display: block;
    width: 100%;
    padding: 0.775rem 1.5rem ;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 25px;
    border: 1px solid var(--bs-primary);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23842727'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 11px;
    background-position: calc(100% - 15px) 21px;
    background-repeat: no-repeat;
}

.el select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23428ec0'><polygon points='0,0 100,0 50,50'/></svg>");
}
.new.el select {
 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23992A2A'><polygon points='0,0 100,0 50,50'/></svg>");
}

.hpphone input  {
    border-radius: 25px !important;
}

#forminator-module-282 input {border: 0 !important;}

.eb-text-switch-checkbox {display: none !important;}

.hpphone .forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.hpphone.symbol .forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
    border-radius: 3.5rem !important;
    padding:0.7rem 1.3rem !important;
}

.iti__selected-flag {
    padding: 0 7px 0 16px !important;
}
.forminator-error-message {
    line-height: normal !important;
    color: #fb8989 !important;
    font-size: 14px !important;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.slick-prev, .slick-next {
    width: 40px !important;
    height: 70px !important;
}

.slick-prev::before {
    content:url(assets/leva.svg) !important;
}
.slick-next::before {
    content:url(assets/prava.svg) !important;
}
.slick-dotted.slick-slider {
    margin: 0px 40px !important;
}

.slick-list {padding: 20px 0px !important;}
.slick-next {right: -45px !important;}
.slick-prev {
    left: -45px!important;
}
.scslider .slick-slide {
    background: white;
    box-shadow: 0px 0px 16px 0px #d7d7d7;
    border-radius: 20px;
    overflow: hidden;
    font-weight: 400;
}
.slick-slide .eb-button a {
    font-weight: 700 !important;
    font-size: 14px !important;
    }
    .slick-slide .eb-wrapper-inner-blocks p {
        min-height: 120px !important;
    }

    .slick-dots li.slick-active button:before {
        font-size: 15px !important;
        color: #8e262a !important;
        opacity: 1 !important;
    }
    .slick-dots li button:before {
        font-size: 15px !important;
    }
    .slick-dots {bottom: -45px !important;}

    .kontaktyfooter h2 {
 font-size: 24px;
 margin: 0;
    }
    .kontaktyfooter img {
        width: 35px !important;
    }
    .kontaktyfooter .wp-block-media-text__content {
        padding: 0 !important;
    }
    .kontaktyfooter .wp-block-media-text__media {
        margin-right: 12px !important;
    }
    .wp-block-media-text.kontaktyfooter {
        display: flex;
        align-items: center;
    }

    footer {
        display: inline-block;
    width: 100%;
    }
    footer a {color:black;}
    footer a:hover {color:var(--bs-primary)}
    .bottomfooter a {color:white;}
    .bottomfooter a:hover {color:black}
    .bottomfooter h6 {margin-bottom: 20px;}

    .kontaktfooterp {
        font-weight: 500;
    margin-top: 10px;
    }
    footer h2.widget-title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    footer .menu {
        list-style: none;
        padding: 0;
    }
    footer .menu li {
        margin-bottom: 15px;
    line-height: 20px;
    font-weight: 400;
    }

    footer .wp-block-social-links {margin-top: 15px;}
    footer .wp-block-social-links svg path {fill:var(--bs-primary)}

    .logolamahome figure img {
        height: 80px;
    margin: 3%;
    }

    .pagination {margin-top: 30px;}
    .pagination .nav-links {width: 100%;text-align: center;}
    .pagination .page-numbers {
        width: 60px;
        background: #efefef;
        border-radius: 22px;
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        margin: 0 3px;
    }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
        background: var(--bs-primary);
        color: white;
    }

    .smallheader {
        background-position: center bottom;
        background-size: cover;
        height: 410px;
        width: 100%;
        display: flex;
        justify-content: center;
        color: white;
        padding-top: 90px;
        position: relative;
        z-index: 0;
        padding-left: 30px;
    padding-right: 30px;
    }
    .nmsmallheader {margin-top: -70px;
        position: relative;
        z-index: 99;}
    .smallheader img {
        width: 100%;
        position: absolute;
        bottom: -8%;
        z-index: 0;
    }
    .page-body {
        z-index: 99;
        padding: 0 15px;
    }

    .articleimg {
        float: right;
    max-width: 50%;
    margin: 20px;
    margin-top: 0;
    border-radius: 10px;
    }
    .page-body {
        position: relative;
        z-index: 99;
    }

   .content .eb-text-switch-toggle {
        background-color: rgba(66,142,192,1);
        transition: 0.4s;
    }
    .content .pl .eb-text-switch-toggle {
        background-color: var(--bs-primary) !important;
    }
    .kalkulacka .eb-toggle-wrapper .eb-text-switch-content {
        width: 60%;
        margin: 0 auto;
        display: flex;
    text-align: center;
    border-radius: 40px;
    }
    .kalkulacka.new .eb-toggle-wrapper .eb-text-switch-content {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }
    .content .eb-text-switch-label, .content .eb-toggle-slider {
        height: 75px;
        background-color: #FFFFFF;
        background-image: none;
        border: 10px solid #FFFFFF;
        box-shadow: 0px 0px 0px 0px #00000000;
    }
    .kalkulacka .eb-switch-names {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: space-around;
        position: absolute;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        width: 100%;
    }
    .kalkulacka.new .eb-switch-names {gap: 20px;}
    .kalkulacka .eb-switch-names span {
     font-size: 20px;
     font-weight: 700;
     color: #aeaeae;
     flex: 1;
     cursor: pointer;
    }
    .kalkulacka.new .eb-switch-names span {
           width: 50%;
    border: 1px solid #992A2A;
    font-weight: 500;
    color: #992A2A;
    padding: 16px;
    border-radius: 4px;
    font-size: 1rem;
    background: #F1F4FF;
    }
    .kalkulacka.new .eb-switch-names span.selected {
           background: #992A2A;
              color: #fff;
    }

    .kalkulacka .eb-text-switch-label {
        height: 60px !important;
        border-radius: 100px;
        cursor: pointer;
        position: relative;
        width: 100%;
    }
    .kalkulacka .eb-text-switch-toggle {
        box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
        height: 100%;
        width: 50%;
        border-radius: 100px;
        position: absolute;
        content: "";
        z-index: 0;
        background-image: none;
        transition: 0.4s;
    }
    .kalkulacka.new .eb-text-switch-toggle {display: none;}
    .kalkulacka [type=checkbox]:checked+.eb-text-switch-wrapper .eb-text-switch-toggle {
        transform: translateX(100%);
    }
    .kalkulacka {
        background: white;
    padding: 0;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0,0.35);
    }
    .kalkulacka.new {
        box-shadow: none;
        border-radius: 0px;
    }
     .kalkulacka.new form {
        border: 1px solid #6C332E;
        border-radius: 22px;
        margin-top: 2rem;
     }

    .kalkulacka-form {
        background: white;
    padding: 0;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0,0.35);
    }
    .kalkulacka-form.new {
        box-shadow: none;
        border: 1px solid #6C332E;
    border-radius: 22px;
    }
    .formcalc {display: none;}

    .kalkulacka svg {
        width: 80%;
        margin: 0 auto;
        display: block;
        height: auto;
        margin-top: 20px;
    }

    .kalkulacka svg > g:hover path, .kalkulacka svg g.active path {
        fill: var(--bs-blue);
        cursor: pointer;
    }
    .kalkulacka.pl svg > g:hover path, .kalkulacka.pl svg g.active path {
        fill: var(--bs-primary);
    }
     .kalkulacka.new svg > g:hover path, .kalkulacka.new svg g.active path {
        fill: var(--bs-primary);
    }
    .kalkulacka select, .kalkulacka input {
        height: 60px;
    padding: 0px 10px !important;
    border: 10px solid #FFFFFF !important;
    box-shadow: 0px 0px 10px 0px #b3b3b3;
    border-radius: 40px !important;
    width: 80% !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #aeaeae !important;
    text-align: center;
    margin: 0 auto;
    display: block;
    }

    .kalkulacka.new select, .kalkulacka.new input {
        border-radius: 4px !important;
    border: 1px solid #992A2A !important;
    box-shadow: none;
    width: 100% !important;
    height: 55px;
    color: #992A2A !important;
    font-weight: 500 !important;
    background: #F1F4FF;
    text-align: left;
    font-size: 1rem !important;
    }

    .kalkulacka input:read-only {
        background: #d3d3d3;
        border-color: #d3d3d3 !important;
      }
      .kalkulacka.new input:read-only {
       background: #F4F5F8;
    border-color: #d3d3d3 !important;
      }

    .kalkulacka input::placeholder {
        color: #cacaca !important;
      }

       .kalkulacka.new input::placeholder {
        color: #525252 !important;
        font-size: 1rem;
      }

    .kalkulacka .buttonel {
        border: 0 !important;
        --bs-btn-bg: var(--bs-blue);
        --bs-btn-border-color: var(--bs-blue);
        background-color: var(--bs-blue) !important;
        color: white !important;
        width: auto !important;
        padding: 0px 40px !important;
    }
    .kalkulacka .buttonpl {
        border: 0 !important;
        --bs-btn-bg: var(--bs-primary);
        --bs-btn-border-color: var(--bs-primary);
        background-color: var(--bs-primary) !important;
        color: white !important;
        width: auto !important;
        padding: 0px 40px !important;
    }
    .mtkalk {
        margin-top: 80px;
    }

    .kalkulacka label {margin: 0;}
    .kalkulacka.new label {
     display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 8px;
    box-shadow: none;
    padding: 0;
        font-weight: 600;
    color: #992A2A;
    border: 0;
    font-size: 1rem;
    }
.kalkulacka.new label.container-radio {
    width: auto;
    justify-content: flex-start;
    margin: 0 !important;
}
    .kalkulacka h4 {
        font-size: 20px !important;
    }
    .kalkulacka.new h4 {
        font-size: 17px !important;
    }

    .kalkulacka input.hiddeninput, .kalkulacka.el input.hiddeninput:focus, .kalkulacka.el input.hiddeninput:focus-visible {
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    #pouziti .container-radio {
        width: 250px;
        margin: 20px auto !important;
        display: block;
        text-align: left;
        padding: 6px 15px;
        font-size: 18px;
    }
    #pouziti .container-radio .checkmark {
        top: 3px;
        margin-right: 5px;
    }

     .kalkulacka.new #pouziti {column-gap: 2rem;}
    .kalkulacka.new #pouziti .container-radio {
          width: auto;
        margin: 0 !important;
        display: flex;
    align-items: center;
    padding: 0;
    }
    .kalkulacka.new #pouziti .container-radio .checkmark {
        top:0;
    }

    .errorblock {
        color: #df2727;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }

    .about .wp-block-media-text__media {border-radius:15px ;}

    .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
        border-color: var(--bs-primary) !important;
        background: var(--bs-primary) !important;
    }
    .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
        color: var(--bs-primary) !important;
    }
    .wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
        background: var(--bs-primary) !important;
    }

    .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list.draggable::before {
        top: 39% !important;
    }
    .wpostahs-slider-design-2 .wpostahs-slider-nav-title {
        color: #919191 !important;
        font-weight: 500;
        font-size: 22px;
    }
    .wpostahs-slider-for {padding: 0 !important;}
    .wpostahs-centent-title {color: var(--bs-primary) !important;}
    .wpostahs-slider-design-2 .wpostahs-centent {
        box-shadow: 0px 0px 10px 0px #c1c1c1;
        margin-bottom: 20px !important;
        border-radius: 15px;
        padding: 30px !important;
        background: var(--bs-primary);
    color: white;
    }
    .wpostahs-centent-title {display: none !important;}
    .historieslider .slick-list {padding: 10px 0 !important;}
    .wpostahs-slick-slider span.slick-arrow svg {display: none !important;}
    .wpostahs-slick-slider span.slick-arrow {display: none !important;}

    .imgcenter {
        margin: 0 auto;
        display: block;
    }


    .navbar-toggler span {
        display: block;
        background-color: #4f4f4f;
        height: 3px;
        width: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 0.35s ease-out;
        transform-origin: center left;
      }

      .navbar-toggler span:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg);
      }

      .navbar-toggler span:nth-child(2) {
        opacity: 1;
      }

      .navbar-toggler span:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg);
      }

      .navbar-toggler span:nth-child(1) {
        margin-top: 0.3em;
      }

      .navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: translate(15%, -33%) rotate(45deg);
      }

      .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
      }

      .navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: translate(15%, 33%) rotate(-45deg);
      }

      .mobmenu {display: none;}


      .forminator-ui label, label:not(.eb-text-switch-label) {margin-bottom: 5px;}


  .forminator-phone {width: 100%;}




.forminator-checkbox, .forminator-radio {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .forminator-checkbox input, .forminator-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .forminator-checkbox-box, .forminator-radio-bullet {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
    color: black;
  }
  .forminator-radio-bullet {border-radius: 100%;}

  .forminator-checkbox:hover input ~ .forminator-checkbox-box,  .forminator-radio:hover input ~ .forminator-radio-bullet {
    background-color: #fff;
  }

  .forminator-checkbox input:checked ~ .forminator-checkbox-box , .forminator-radio input:checked ~ .forminator-radio-bullet {
    background-color: var(--bs-primary);
  }

  .forminator-checkbox-box:after ,   .forminator-radio-bullet:after{
    content: "";
    position: absolute;
    display: none;
  }

  .forminator-checkbox input:checked ~ .forminator-checkbox-box:after,   .forminator-radio input:checked ~ .forminator-radio-bullet:after {
    display: block;
  }

  .forminator-checkbox .forminator-checkbox-box:after,   .forminator-radio .forminator-radio-bullet:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .forminator-field-checkbox {
    padding: 10px 20px !important;
  }
.forminator-button {
    margin: 0 auto;
    display: block;
}

.forminator-field-radio label {margin: 0 10px;}

.forminator-consent__label {
    padding-left: 38px;
    margin-top: -8px;
}

  .hpboxy.mt220 {margin-top: -220px;}

  .wrapperhpboxy {margin-top: 200px;}

  .imagebanner figure {position: relative;}
  .imagebanner figure figcaption {
    background-color: #8f262a;
    padding: 15px 25px;
    border-radius: 12px;
    color: white;
    max-width: 450px;
    line-height: 26px;
    font-size: 22px;
  }
  .imagebanner.prvni figcaption {
    position: absolute;
    bottom: -60px;
    left: 80px;
  }
  .imagebanner.druhy figcaption {
    position: absolute;
    top: -40px;
    right: 80px
  }
  .imagebanner.treti figcaption {
    position: absolute;
    top: -40px;
    left: 80px;
    background: #6aa2f7;
}
.wp-block-image.imagebanner img {
    border-radius: 15px;
}

.velkyodkaz {
    color: var(--bs-primary);
    display: block;
    border: 1px solid var(--bs-primary);
    padding: 60px 40px;
    border-radius: 20px;
}
.velkyodkaz img {height: 70px;margin-bottom: 10px;}

.velkyodkaz.el {
    color: var(--bs-blue);
    display: block;
    border: 1px solid var(--bs-blue);
}
.velkyodkaz.el:hover {
    color:black;
}
.velkyodkaz:hover {
    background-color: #fbfbfb;
}

.wp-block-media-text.odkazsoubor {display: inline-flex;}
.wp-block-media-text.odkazsoubor img {width: 40px;}
.wp-block-media-text.odkazsoubor .wp-block-media-text__content {padding: 0;margin-left: 15px;font-weight: 600;}

.reklionas .slick-slide {
    background: white;
    box-shadow: 0px 0px 16px 0px #d7d7d7;
    border-radius: 20px;
    overflow: hidden;
    font-weight: 400;
    padding: 50px 35px;
    position: relative;
    min-height: 360px;
}
.reklionas .slick-slide img {border-radius: 100%;}
.reklionas .slick-slide p {margin: 0; text-align: center;}
.reklionas .wp-block-media-text p {text-align: left; margin-left: 10px;}
.reklionas .wp-block-media-text {margin-bottom: 20px;}

.reklionas .slick-slide:after, .reklionas .slick-slide:before {
    width: 56px;
    height: 51px;
    font-size: 200px;
    font-weight: 400;
    text-align: left;
    content: '';
    position: absolute;
    display: block;
    right: 30px;
    bottom: 0;
    background: url(assets/icon_apostrof_after.png) no-repeat left top;
  }

  .reklionas .slick-slide:before {
    left: 10px;
    top: 100px;
    background: url(assets/icon_apostrof_before.png) no-repeat left top;
  }

  .videlijstenas figcaption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: rgba(0, 0 ,0 , 0.50);
  }
  .videlijstenas figcaption h2 {
    font-weight: 700 !important;
    text-align: center;
  }
  .videlijstenas figcaption p {
    font-weight: 500 !important;
    padding: 10px 20px !important;
  }
  .videlijstenas .effect-ruby {
    border-radius: 15px !important;
  }

  footer a.button-red.popvofooter, footer a.button-red.popfifooter {display: none;}
  .velkoodber footer a.button-red.mojelamabutton {display: none;}
  .velkoodber footer a.button-red.popvofooter {display: block;}
  .velkoodber footer a.button-red.prejitklame {display: none;}

    .firmy footer a.button-red.mojelamabutton {display: block;}
    .firmy footer a.button-red.popfifooter {display: block;}
  .firmy footer a.button-red.popvofooter {display: none;}
  .firmy footer a.button-red.prejitklame {display: none;}

  .wp-block-file:not(.wp-element-button) {
    font-size: 1.2rem !important;
    font-weight: 500;
}
.wp-block-file__button {
    font-size: 0.8rem !important;
    font-weight: 400;
}

ul.normal li {margin-bottom:20px ;}

.eb-toggle-content .wp-block-essential-blocks-row.inactive, .eb-toggle-content .wp-block-essential-blocks-wrapper.inactive {
    height: 0;
    opacity: 0;
    overflow: hidden;
     transition: opacity .3s linear, visibility 0s;
    transition-delay: none;
    visibility: hidden;
    background: white;
}

.eb-toggle-content .wp-block-essential-blocks-row.active, .eb-toggle-content .wp-block-essential-blocks-wrapper.active {
    height: auto;
    opacity: 1;
    transition: opacity .3s linear, visibility 0s;
    transition-delay: unset;
    visibility: visible;
    z-index: 1111;
    background: white;
}

.spocitatbutton {
    background-size: cover;
    display: flex;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    color: white;
    /*box-shadow: 0px 0px 30px 0px #b3b3b3;*/
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.spocitatbutton:hover {color:#e7e7e7}
.spocitatbutton:hover img {transform: scale(1.05);}
.spocitatbutton img {max-width: 130px;margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
.spocitatbutton h5 {margin: 0;}
.spocitatbutton.el {
    background-image: url(/wp-content/uploads/2024/01/elbg.webp);
}
.spocitatbutton.pl {
    background-image: url(/wp-content/uploads/2024/01/plynbg.webp);
}

.docbutton {
    margin: 0;
    padding: 40px;
    color: var(--bs-primary);
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.docbutton:hover {
    background: var(--bs-primary);
}
.dokumentybuttony .wp-bootstrap-blocks-button {
    height: 100%;
}

.cenik-box {
    padding: 25px;
    display: flex;
    background: #ffffff;
    color: #842727;
    border-radius: 10px;
    font-weight: 500;
    line-height: 20px;
    box-shadow: 0px 0px 8px -3px #707070;
    margin-top: 20px;
    align-items: center;
}
.cenik-box img {
    width: 25px;
    margin-right: 16px;
}

.jisticinputy {
    display: flex;
    width: 80%;
    margin: 0 auto;
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #adabab;
}
.jisticinputy select,.jisticinputy input {
  margin: 0 15px;
}

.new .jisticinputy {
    width: 100%;
    gap: 10px;
    position: relative;
    color: #992A2A !important;
    font-weight: 500 !important;
    font-size: 1rem;
}
.new .jisticinputy select, .new .jisticinputy input {
  margin: 0px;
}
.new .jisticinputy span {position: absolute;right: 30px;height: 23px;}

.loader {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000000;
    -webkit-mask:
      repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg),
      radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
            mask-composite: intersect;
    animation: l5 1s infinite;
  }
  @keyframes l5 {to{transform: rotate(.5turn)}}

  .formloading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    flex-direction: column;
    text-align: center;
  }



.container-radio {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    color: #adabab;
    text-align: center;
    margin: 0px 10px !important;
    box-shadow: 0px 0px 10px 0px #b3b3b3;
    border-radius: 30px;
    padding: 15px 20px;
    padding-bottom: 8px;
    width: 110px;
    line-height: 42px;
    justify-content: center;
  }

  .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .container-radio .checkmark {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }
  .kalkulacka.new .container-radio .checkmark {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border: 1px solid #992A2A;
    border-radius: 50%;
  }

  .container-radio:hover input ~ .checkmark {
    background-color: #ccc;
  }

  .container-radio input:checked ~ .checkmark {
    background-color: var(--bs-blue);
  }

   .kalkulacka.pl .container-radio input:checked ~ .checkmark {
    background-color: var(--bs-primary);
  }

   .kalkulacka.new  .container-radio input:checked ~ .checkmark {
    background-color: white;
  }



  .container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .container-radio input:checked ~ .checkmark:after {
    display: block;
  }

  .container-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

  .kalkulacka.new .container-radio .checkmark:after {
 top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #992A2A;
  }

  .kalkulacka svg.icko {
    width: 20px;
    display: inline-block;
    margin: 0;
  }

  .extrasmall {
    font-size: 0.6em;
}


.ikonydruhykrok svg {
    max-height: 95px;
    margin-bottom: 20px;
}

.gardientrow, .gardientreddark {
background: #4E0600;
background: -webkit-linear-gradient(90deg, rgba(78, 6, 0, 1) 0%, rgba(10, 10, 10, 1) 100%);
background: -moz-linear-gradient(90deg, rgba(78, 6, 0, 1) 0%, rgba(10, 10, 10, 1) 100%);
background: linear-gradient(90deg, rgba(78, 6, 0, 1) 0%, rgba(10, 10, 10, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4E0600", endColorstr="#0A0A0A", GradientType=1);
}
.gardientrow h5 {color: white;}
.gardienticon img {
border: 4px solid #992A2A;
    border-radius: 100%;
    padding: 1.1rem;
}

.tooltip {
    --bs-tooltip-padding-x: 0.85rem;
    --bs-tooltip-padding-y: 0.85rem;
    font-family: inherit;
}

.datacalctomail {display: none;}

.bonuscons {display: none;}
.bonus .bonuscons {display: block;}
.bonus .normalcons {display: none;}

.vosliderspodni {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px 0 #b3b3b3;
}
.vosliderspodni.slick-slider.slick-dotted {margin: 0 !important;}
.vosliderspodni .slick-list {padding: 0 !important;}
.vosliderspodni .slick-slide {height: 100%;height: 450px;}
.vosliderspodni .slick-slide.slick-active {
     z-index: 2;
    position: relative;
}
.vosliderspodni .img {
    background-position: center;
    background-size: cover;
}
.vosliderspodni .bio .img {
    background-image: url(/wp-content/uploads/2024/10/bio2.webp);
}
.vosliderspodni .teplo .img {
    background-image: url(/wp-content/uploads/2024/10/teplarny2.webp);
}
.vosliderspodni .lpomaha .img {
    background-image: url(/wp-content/uploads/2024/10/fnostravaVO.webp);
}
.vosliderspodni .plyn .img {
    background-image: url(/wp-content/uploads/2024/10/plynimg.webp);
}
.vosliderspodni .box {
    background: white;
}
.vosliderspodni .box h4 {
    padding: 30px;
    color: white;
    text-align: center;
}
.vosliderspodni .box p {
    padding: 30px 50px;
    text-align: center;
}
.vosliderspodni h4 {background:var(--bs-primary);}
.vosliderspodni .bio h4 {background:#48823e;}


.vosliderspodni .slick-dots {
    z-index: 9999;
    bottom: 25px !important;
}

.pl-0 {padding-left: 0;}


@media (max-width: 1920px) {
    .hptitle {
        top:3vw;
    }
    .hptitle.new {
        top:calc(-80px + 8vw);
    }
}

    @media (max-width: 1800px) {
        .hptitle h2 {
            font-size: 58px;
            line-height: 64px;
        }
        .hptitle p {
            font-size: 20px;
            margin: 25px 0;
        }
    }

    @media (max-width: 1600px) {
        .videlijstenas figcaption h2 {
            font-size: 20px !important;
          }
        .wrapperhpboxy {margin-top: 150px;}
        .hptitle {
            top: 3vw;
        }

        .hpboxy {
            margin-top: -90px;
        }
        .mtkalk {margin-top: 60px;}

        .hptitle.mensi h2 {
            font-size: 50px;
            line-height: 55px;
        }
        .lamapomahalogo img {
            width: 200px !important;
        }
    }

    @media (max-width: 1400px) {
        .hptitle h3 {
            font-size: 40px;
            line-height: 45px;
        }
        .videlijstenas figcaption p {
                display: none !important;
          }
        .hptitle {
            top:4vw;
        }
        .hptitle p.vetsiheadsub {
            font-size: 22px;
        }
        .hptitle h2 {
            font-size: 42px;
            line-height: 50px;
        }
        .hptitle.vetsi h2 {
            font-size:55px;
            line-height: 55px;
        }
        .hptitle p {
            font-size: 18px;
            margin: 25px 0;
        }
        .hpboxy {
            margin-top: -90px;
        }
        .mtkalk {margin-top: 60px;}
        #header nav a {font-size: 15px;}
        #header-top #customer-menu a {
            padding: 21px 25px 21px 25px;
         }
         .hpbox .head .eb-ah-title::before {
            height: 50px;
            width: 80px;
         }
         .hpbox .eb-advance-heading-wrapper .eb-ah-title {
            font-size: 30px !important;
         }
         .eb-toggle-wrapper .eb-switch-names, .eb-feature-list-items .eb-feature-list-item .eb-feature-list-content-box .eb-feature-list-title {
            font-size: 18px;
            line-height: 20px;
        }
        .hptitle.mensi h2 {
            font-size: 40px;
            line-height: 45px;
        }
        .hptitle.mensi p {
            font-size: 18px;
            margin: 20px 0;
        }
        .hptitle.new h1 {
                font-size: 38px !important;
        }
    }

    @media (max-width: 1200px) {
        .vosliderspodni .slick-slide {
            height: 620px;
        }
        .hptitle h3 {
            font-size: 36px;
            line-height: 38px;
        }
        .iconbox h4 {
            font-size: 20px;
            font-weight: 700;
        }
        .hpboxy.mt220 {
            margin-top: -160px;
        }
        .mobmenu {display: flex;text-align: center;}

        #navbarSupportedContent {
            position: absolute;
            top: 68px;
            z-index: 999;
            background: rgba(239, 239, 239, 0.97);
            width: 100%;
            right: 0px;
        }
        #header nav ul {
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            align-items: flex-end;
            flex-direction: column;
        }
        #header nav ul li {width: 100%;}
        .navbar {position: unset;}
        .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col {
            padding: 0 10px !important;
        }
        #header nav a {
            font-size: 20px;
            color: var(--bs-primary);
            padding: 20px;
            display: block;
            border-bottom: 1px solid #a7a7a7;
            width: 100%;
        }
        .mobmenu a {
            display: inline-block !important;
            text-align: center;
            border: 1px solid var(--bs-primary) !important;
            border-radius: 30px;
            font-size: 15px !important;
            padding: 12px !important;
            width: 100% !important;
        }
        .mobmenu a.active {
            background: var(--bs-primary);
            color:white !important;
        }
        #header nav ul li:last-child a {border: 0;}
        .hptitle h2 {
            font-size: 44px;
            line-height: 48px;
        }
        .hptitle p {
            font-size: 18px;
        }
        #site-header .head-iconed a {
            width: 27px;
    padding-left: 27px;
        }
        #header-top #customer-menu a {
            padding: 21px 15px 21px 15px;
        }
        .kalkulacka .head .eb-ah-title {
            font-size: 35px !important;
            max-width: 90%;
        }

        .hptitle.mensi h2 {
            font-size: 30px;
            line-height: 35px;
        }
        .hptitle.mensi p {
            font-size: 16px;
            margin: 20px 0;
        }
    }

@media (max-width: 991px) {
    .vosliderspodni .slick-slide {
        height: auto;
    }
    .vosliderspodni .img {
        height: 190px;
    }
    .lamapomahalogo img {
        width: 200px !important;
        min-height: auto !important;
    }

    .docbutton {font-size: 18px;
        line-height: 23px;}
    .wrapperhpboxy {margin-top: 100px;}
    #navbarSupportedContent {top: 68px;}
    .nmsmallheader {margin-top: 20px;}
    .smallheader img {display: none;}
    .smallheader {height: 310px;}
    .hpphone, .hpphone h2, .hpphone p {text-align: center !important;}
    .hpphone h2 {font-size: 35px !important;}
    .hpphone p {font-size: 16px !important;}
    .hpbox.fv {width: 410px;}
    .head-iconeds {
        justify-content: center !important;
    }
    .hpbanner img, .hpbanner .wp-block-image img {
        width: auto;
        max-width: unset !important;
        min-height: 530px;
    }
     .hpbanner.new img, .hpbanner .wp-block-image img {
        width: auto;
        max-width: unset !important;
        height: 610px;
    }
    .hpbanner .wp-block-image.male img {
        min-height: 340px;
    }
    .hpbanner .oblouk {bottom: 0px;}
    .hpbanner.hponly .oblouk {bottom: -30px;}
    .hpbanner .oblouk img{
        width: 991px;
        min-height: auto;
    }
    .hpimage {
        display: flex;
        justify-content: center;
    }
    .wp-block-latest-posts.columns-3 li {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 25px !important;
    }


    .imagebanner figure figcaption {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100%;
        right: auto !important;
        max-width: unset;
        text-align: center;
        font-size: 18px;
        margin: 0;
    }

    .novinky .page-body h1 {margin-top: 30px;}
    .hptitle.new {
        top: 2rem;
    }
  }

@media (max-width: 767px ){

    .lamapomahalogo img {
        width: 140px !important;
        min-height: auto !important;
        margin: 0 auto !important;
        display: block;
    }

    .hptitle.vetsi h2 {
        font-size:48px;
    }
    .hpphone .forminator-ui {
        flex-wrap: wrap;
    }
    .eb-interactive-promo-wrapper {margin: 0px !important;}
    .videlijstenas figcaption h2 {
        font-size: 15px !important;
    }
    .hponly .hpimage {display: none;}
    .hpimage.mob {
        display: flex;
    }
    .hpbox, .kalkulacka { width: 94%;}
    .articleimg {width: 100%;float: none;margin: 0;margin-bottom: 20px;max-width: none;}
    .wp-block-media-text.kontaktyfooter {
        justify-content: center;
    }
    .wp-block-media-text.kontaktyfooter.kontakty{
        justify-content: left;
    }
    .kontakty .has-medium-font-size {
        font-size: 17px !important;
    }
    footer {text-align: center !important;}
    footer h2 {text-align: center !important;}
    .hpphone {margin: 0 0px;}
    .hpphone .forminator-row {
        flex-basis: 100%;
    }
    .hpphone .forminator-phone {width: 100%;}
    .hpnovinkyrow {padding-top: 60px;padding-bottom: 60px;}
    .hpbox.fv {
        width: 500px;
        margin: 0 auto;
        margin-top: -50px;
        text-align: center;
    }
    .eb-toggle-wrapper .eb-switch-names, .eb-feature-list-items .eb-feature-list-item .eb-feature-list-content-box .eb-feature-list-title {
        font-size: 16px;
        line-height: 20px;
    }

    .hptitle {
        top: 14vw;
        padding: 0px 40px;
    }
    .hptitle.lesstext {
        top: 14vh;
    }
    .hptitle p.vetsiheadsub {
        font-size: 22px;
        font-weight: normal;
    }
    .hptitle h2 {
        font-size: 38px;
        line-height: 44px;
        color: white;
        text-shadow: 0px 0px 5px black;
    }

    .hptitle p {
        font-size: 18px;
        font-weight: 600;
        color:white;
        text-shadow: 0px 0px 5px black;
    }
    .hpbanner.hponly img {
        opacity: 1;
    }
    .hpbanner img {
        opacity: 1;
        margin-right: 0;
    }
    .hpboxy.mtdavcet {
        margin-top: 35%;
    }
    .hpbanner.absolute {
        top: auto;
    }
    .kalkulacka .head .eb-ah-title {
        font-size: 25px !important;
        max-width: 90%;
        padding-left: 115px;
    }
    .kalkulacka .head .eb-ah-title::before {
        width: 90px;
    }
    .kalkulacka select, .kalkulacka input , .kalkulacka input {
        width: 90%;
        font-size: 15px;
    }
    .kalkulacka .eb-switch-names span {font-size: 15px;}
    .kalkulacka .eb-toggle-wrapper .eb-text-switch-content {
        width: 90%;
    }



}

@media (max-width: 500px ){
    .forminator-field-radio label {width: 100%;margin: 6px 0px;}
    .hpbox.fv {
        width: 90%;
    }
    .hptitle h2 {
        font-size: 28px;
    line-height: 34px;
         }

    .hpboxy.mtdavcet {
        margin-top: 270px;
    }
    .hptitle.white {
        top: 70px;
    }
    .kalkulacka .head .eb-ah-title {
        font-size: 20px !important;
        max-width: 95%;
        padding-left: 70px;
    }
    .kalkulacka .head .eb-ah-title::before {
        width: 58px;
        padding-right: 10px;
    margin-right: 10px;
    }

}



.main-timeline{
    padding: 20px 0;
    position: relative;
}
.main-timeline:before {
    content: url("data:image/svg+xml,%3Csvg height='40' viewBox='0 0 23 23' fill='%23842727' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.431 12.822 13 9A1 1 0 0 0 19 21V3a1 1 0 0 0-1.569-.823l-13 9a1.003 1.003 0 0 0 0 1.645z'/%3E%3C/svg%3E");
    border-radius: 50%;
    transform:translateX(-50%);
    position: absolute;
    left: 50%;
    top: -4px;
    z-index: 2;
}

.main-timeline:after {
    content: url("data:image/svg+xml,%3Csvg height='40' viewBox='0 0 23 23' fill='%23842727' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.431 12.822 13 9A1 1 0 0 0 19 21V3a1 1 0 0 0-1.569-.823l-13 9a1.003 1.003 0 0 0 0 1.645z'/%3E%3C/svg%3E");
    border-radius: 50%;
    transform: translateX(-50%) rotate(180deg);
    position: absolute;
    left: 50%;
    bottom: 1px;
    z-index: 2;
}

.main-timeline .timeline{
    padding: 45px 0;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before {
    content: '';
    height: 100%;
    width: 50%;
    border-radius: 100px 0 0 100px;
    border: 5px solid #842727;
    border-right: none;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}

.main-timeline .timeline-content{ display:inline-block; }
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #842727;
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    transform:translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20%;
}
.main-timeline .timeline-icon{
    color: #842727;
    font-size: 80px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 34%;
    top: 50%;
}
.main-timeline .content{
    color: #909090;
    width: 50%;
    padding: 60px 0;
    padding-left: 80px;
    display: inline-block;
    float: left;
}
.main-timeline .title{
    color: var(--bs-primary);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.main-timeline .description{
    font-size: 15px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: 0;
    border-radius: 0 100px 100px 0;
    border: 5px solid #842727;
    border-left: none;
}

.main-timeline .timeline:nth-child(even) .content{ float: right; padding-left: 0;padding-right: 80px;}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: 10%;
}
.main-timeline .timeline:before{ border-color: #842727; }
.main-timeline .timeline .timeline-icon{ color: #842727; }
.main-timeline .timeline .timeline-year{ color: #842727; }

.lamaboymob {display: none;}

.hide {display: none !important;}

.ikonka {
    width: 50px;
    margin-right: 10px;
    background: white;
    padding: 8px;
    box-shadow: 0px 0px 8px 0px #b3b3b3;
    border-radius: 100%;
    display: inline-block;
}
.selects {display: inline-block;width: 80%;}
select.omeselects {
    border-color: var(--bs-blue);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23428ec0'><polygon points='0,0 100,0 50,50'/></svg>");
}
select.omeselects:focus {
    box-shadow: 0 0 0 0.1rem rgba(90, 156, 200, 0.40);
}

.calcnadpis {
    background: var(--bs-blue);
    padding: 15px;
    border-radius: 40px;
    color: white;
}
.calcnadpis.pl {
    background: var(--bs-primary);
}
.ompcont, .omecont {
    padding: 0 25px;
}

.topmargin50 {
    position: relative;
    z-index: 99;
    margin-top: -50px;
}

.votoggler .eb-toggle-wrapper .eb-text-switch-toggle {
    background: var(--bs-blue);
    color:white;
}

.votoggler [type=checkbox]:checked+ .eb-text-switch-wrapper .eb-text-switch-toggle {
    background: var(--bs-primary);
    color:white;
}

.voslider .slick-prev::before {
    content: url(https://www.lamaenergy.cz/wp-content/themes/lamaenergy/assets/levab.svg) !important;
    opacity: 1;
}
.voslider .slick-next::before {
    content: url(https://www.lamaenergy.cz/wp-content/themes/lamaenergy/assets/pravab.svg) !important;
    opacity: 1;
}
.voslider .slick-prev.slick-disabled:before, .voslider .slick-next.slick-disabled:before,
.voslider .slick-prev:hover:before, .voslider .slick-next:hover:before  {
    opacity: 0.5;
}

.velcislovo {
    font-size: 130px;
    font-weight: 700;
    color: #a0a0a0;
    margin-right: 20px;
    width: 190px;
    flex-shrink: 0;
}

.iconvo2 {align-items:baseline;justify-content: space-evenly;}
.iconvo2 img {
    max-height: 75px;
    max-width: 92px;
}
.iconvo2 h3 {font-size: 30px;margin-top: 10px;}
.iconvo2 h4 {font-size: 18px;}
.iconvo2 .box {
    margin: 0 20px;
    width: 80px;
    flex: 0 0 80px;
}
.iconvo2 .step {
    height: 3px;
    width: 100%;
    background: white;
    position: relative;
    display: flex;
    align-items: center;
}
.triangle-right {
    position: absolute;
    left: 48%;
    width: 0;
    height: 0;
    border-top: 10px solid #fff0;
    border-left: 15px solid #fff;
    border-bottom: 10px solid #fff0;
}

.post-password-form {
    text-align: center;
    max-width: 500px;
    margin: 70px auto;
}

.bonusflag {
    width: 100px;
    height: 100px;
    background: #ff4b4b;
    color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 14px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    position: absolute;
    z-index: 99;
    top: -30px;
    left: -40px;
}

.textflag {
background: #ff4b4b;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 6px 24px;
    font-weight: 700;
    font-size: 12px;
    margin: 0 auto;
    max-width: 260px;
}

@media screen and (max-width:1200px){
    .hpphone.symbol .forminator-row {
        flex-basis: 100%;
    }
    .ikonka {width: 40px;}
#header a.button-red{
    width: 200px;
margin: 0 auto;
display: block;
margin-bottom: 30px;
}
.iconvo2 {
    flex-wrap: wrap;
}
.iconvo2 .step {
    flex: 0 0 28%;
}
.iconvo2 .step.s34 {display: none;}
.iconvo2 .box {
    margin-bottom: 30px;
}
}

@media screen and (max-width:991px){
    .main-timeline .timeline-year {
        right: 0;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year
    {
        left: 0;
    }
    .iconvo2 .step {
        flex: 0 0 25%;
    }
}
@media screen and (max-width:767px){
       .kalkulacka.new svg {
        width: 100%;
    }
    .hpbox.vo {margin: 0 auto;  height: 92%;}
    .eb-toggle-srd3n.eb-toggle-wrapper .eb-text-switch-content {
        width: 90%;
    }

    .hpboxy.mt220 {
        margin-top: -120px;
    }

    .container-radio {
        font-size: 16px;
    }

    .lamaboymob {
        display: block;
        position: absolute;
        bottom: 50px;
        height: auto;
        right: 0;
        opacity: 0.9;
    }
    .hpbanner.hponly .lamaboymob img {
        min-height: auto;
        width: 200px;
        position: relative;
        top: 50px;
    }

    .hpbanner.hponly .lamaboymob.vetsiobr img {
        width: 310px;
    }

    .domacnosti .hpbanner.hponly .lamaboymob img {
        top:0px
    }
    .domacnosti .hpbanner.hponly .lamaboymob.vyssiobr img {
        top:80px;
    }
    .firmy .hpbanner.hponly .lamaboymob img {
        top:20px
    }

    .chci-prejit-k-lame .hpbanner.hponly .lamaboymob img {
        top:-20px
    }

    .main-timeline .timeline:nth-child(even) .content {
        padding: 0;
        float: none;
    }

    .main-timeline {
        padding-left: 15px;
    }
    .main-timeline .timeline{ margin-top: -19px; }
    .main-timeline .timeline:before {
        border-radius: 0;
        border-width: 10px;
        border-top: 0;
        border-bottom: 0;
    }
    .main-timeline .timeline-content {
        display: inline-block;
        padding-left: 35px;
    }
    .main-timeline:before {
        left: 3px;
        transform: rotate(270deg);
     top: -10px;
    }
    .main-timeline:after {
        left: 3px;
        transform: rotate(270deg);
    }

    .main-timeline .timeline:nth-child(even):before {
        border-radius: 0;
        border-width: 10px;
        border-top: 0;
        border-bottom: 0;
        left: 0;
        right: auto;
        width: auto;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content{
        display: flex;
        flex-direction: column-reverse;
    }

    .main-timeline .timeline .timeline-year {
        color: #842727;
        position: relative;
        top: 0;
        transform: none;
        display: inline-block;
    text-align: center;
    width: 100%;
    }
    .main-timeline .content {
        width: 100%;
        padding: 20px 0px;
    }
    .main-timeline .timeline .timeline-year img {
      height:180px !important;
      margin-top: 20px;
    }

    .velcislovo {
        font-size: 70px;
    width: 100px;
    }
    .txtcislo h5 {
        font-size: 1.1rem;
    }
    .iconvo2 .box {
        margin: 0 10px;
        width: 100px;
        flex: 0 0 100px;
        margin-bottom: 30px;
    }
    .iconvo2 .step {
        flex: 0 0 30%;
    }
    .iconvo2 .step.s23 {display: none;}
    .iconvo2 .step.s45 {display: none;}
    .iconvo2 .step.s34 {display: flex;}
    .iconvo2 h4 {
        font-size: 15px;
    }
    .iconvo2 h3 {
        font-size: 25px;
    }
    .iconvo2 img {
        max-height: 70px;
        max-width: 80px;
    }
}

@media screen and (max-width:600px){
.bonusflag {
    left: 0;
        width: 86px;
    height: 86px;
        top: -30px;
        padding: 10px;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
}
}

@media screen and (max-width:479px){
    .tarifynew .split .w-45 {width: 100% !important;}
     .hpbanner.new img, .hpbanner .wp-block-image img {
        height: 750px;
    }
    .iconvo2 .step {
        flex: 0 0 35%;
    }
    .iconvo2 h4 {
        font-size: 13px;
    }
    .iconvo2 .box {
        margin: 0 5px;
        width: 85px;
        flex: 0 0 85px;
        margin-bottom: 30px;
    }
    .votoggler .eb-toggle-wrapper .eb-switch-names {
        font-size: 20px !important;
    }

    .ikonka {
        width: 32px;
    }

    #logo img {
        width: 200px;
    }

    .main-timeline .content{
        width: 100%;
        padding: 10px;
    }
    .main-timeline .title{ font-size: 18px; }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: 10%;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year{
        right: 9%;
    }
    .hpbox.vo .eb-advance-heading-wrapper .eb-ah-title {
        font-size: 22px !important;
    }
}

@media screen and (max-width:380px){
    .hpbanner.hponly .lamaboymob img  {display: none;}
    .hpbanner.hponly .lamaboymob.nohide img  {display: block;}
    .iconvo2 .step {
        flex: 0 0 20%;
    }
}

.h1new {
  position: relative;
  margin-left: 15.5%;
  margin-top: 5%;
}
