.div-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none; align-items: center; justify-content: center;
  z-index: 9999;
}

.div-modal.active {
  display: flex;
}

.modal-content {
  background-color: #22bb33;
  height:50%;
  width:50%;
  border-radius: 20px;
  font-weight: bold;
  position: relative;
}

.modal-content p {
  color:#FFF;
  font-size: 14pt;
}

.modal-content span {
  color:#FFF;
  font-size: 42pt;
}

.div-modal-body {
    width:150px;height:150px;background-color: #13681c;border-radius: 50%;position: absolute;top:-75px;right:50%;transform: translate(50%,0%);
}

.div-modal-body i {
   color:#FFF;font-size: 42pt;
}

.div-modal-close {
    width:70px;height:70px;position: absolute;top:0;right:0;background-color:rgba(0,0,0,0.1);margin:30px;border-radius: 50%;
}

.div-modal-close i {
   font-size: 21pt;color:#FFF;
}





section.article {
    height:auto;padding-top:200px;
}


ul.ul-contract-footer-text > li {
width:calc(100% - 300px);margin-left:150px;margin-right:150px;margin-top:50px;
}

ul.ul-contract-footer-text > li p {
font-size: 10pt;font-weight: 500;text-align: center;color:#FFF;
}


img.logo-footer {
    height:70px;
}

.div-send-form {
    position: relative;
    margin: 0px 10px;
    width: calc(100% - 20px);
    height: 70px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.div-send-form a {
   width: 200px;
    height: 50px;
    background-color: var(--color-primary);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
}

.div-send-form a span {
    color: #FFF;
    font-size: 10pt;
    font-weight: 600;
}

.div-send-form a i {
    color: #FFF;
    font-size: 10pt;
}


.div-article-body h2 {
    font-size: 21pt;
    font-weight: 600;
    margin-top:50px;
    color:var(--color-primary);
}

.div-article-body p {
    margin-top: 40px;
    padding: 0px 50px;
    font-size: 14pt;
}

.div-article-body a {
  color:var(--color-primary);
  font-weight: 700;
}

.div-article-body ul {
    margin-top: 40px;
    padding: 0px 150px;
    font-size: 14pt;
     list-style-type: square;
}

.div-article-body ul > li {
    margin-top:30px;
    padding-left: 20px;
}

.div-article-body ul > li::marker {
     color: #00C2FE;
}

.div-article-header-img {
    height:500px;width:100%;position: relative;
} 




/*#region PERSONAL-DATA*/
ul.ul-personal-data {
    width: calc(100% - 200px);
    margin-left:0px;
    padding-right:200px;
    padding-top: 200px;
    padding-bottom: 50px;
}

ul.ul-personal-data h2 {
    font-size: 21pt;
}

    ul.ul-personal-data h3 {
        color: var(--color-primary);
        font-size: 18pt;
    }


    ul.ul-personal-data h4 {
        font-size: 16pt;
    }


    ul.ul-personal-data li.mt {
        margin-top: 25px;
    }

    ul.ul-personal-data p.primary-text {
        padding-top: 25px;
        font-size: 14pt;
        color: var(--font-color);
    }

    body.dark ul.ul-personal-data p.primary-text {
        color: var(--font-color2);
    }

    ul.ul-personal-data ul.ul-values {
        padding-top: 25px;
        padding-left: 50px;
        font-size: 14pt;
        color: var(--font-color);
    }

     body.dark ul.ul-personal-data ul.ul-values {
        color: var(--font-color2);
    }

    ul.ul-personal-data .div-email {
        margin-top: 10px;
    }

        ul.ul-personal-data .div-email a {
            color: var(--color-primary);
            font-weight: bold;
            font-size: 16pt;
        }

/*#endregion */











.div-review {
    width:100%;height:350px;background-color:#EEE;border-radius:20px;position:relative;
}

body.dark .div-review {
    background-color:var(--background-color4);
}

.div-review .div-review-header {
height:50px;width:100%;
}

.div-review .div-review-body {
width:100%;height:calc(100% - 150px);position:relative;overflow-y:auto;
}

.div-review .div-review-body p {
padding:0px 30px;font-size: 12pt;
}

.div-review  .div-review-footer {
height:100px;width:100%;
}

.div-review  .div-review-footer .div-start {
padding:30px;
}

.div-review  .div-review-footer ul {
width:100%;height:50px;
}

.div-review  .div-review-footer ul > li.li-icon {
width:50px;height:100%;position:relative;
}

.div-review  .div-review-footer ul > li.li-icon .div-circle {
width:50px;height:50px;background-color:var(--color-primary);border-radius:50%;
}

.div-review  .div-review-footer ul > li.li-icon .div-circle img {
height:20px;
}

.div-review  .div-review-footer ul > .li-text {
width:calc(100% - 50px);height:100%;position:relative;
}

.div-review  .div-review-footer ul > .li-text ul {
width:100%;height:100%;padding-left:15px;
}

.div-review  .div-review-footer ul > .li-text ul span.name {
font-size: 10pt;font-weight: 600;color:var(--color-primary);
}

.div-review  .div-review-footer ul > .li-text ul span.value {
font-size: 9pt;margin-right:5px;font-weight: 600;
}


ul.ul-article-type {
   font-weight: 600;
   display:flex;
   gap:20px;width:auto;height:50px;
   margin-bottom:30px;margin-top:30px;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
}

ul.ul-article-type > li {
    background-color:#EEE;
    border-radius: 25px;padding:0px 25px;
    font-size: 10pt;
}

body.dark ul.ul-article-type > li {
    background-color:var(--background-color4);
}


ul.ul-article-type > li.active, body.dark ul.ul-article-type > li.active  {
    background-color:var(--color-primary);
    color:#FFF;
}



.div-contract-panel-socials {
    height:150px;background-color:var(--color-primary);width:100%;border-radius: 0px 0px 50px 50px;
}

.div-contract-panel-socials ul {
    gap:40px;
}

.div-contract-panel-socials ul a {
   font-size: 21pt;color:#FFF;
   transition: color .4s ease-in-out;
}

.div-contract-panel-socials ul a:hover {
   color: var(--font-color);
}


.div-contract-panel-open {
    background-color:var(--color-primary);height:150px;width:100%;border-radius: 50px 50px 0px 0px;
}

.div-contract-panel-open ul {
    text-align: center;color:#FFF;
}

.div-contract-panel-open ul > li.li-value {
    margin-top:5px;
}

.div-contract-panel-open ul > li.li-value span.value {
    font-size: 18pt;font-weight: 500;
}

.div-contract-panel-open ul > li.li-text span {
    font-size: 12pt;
}

.div-contract-panel-open ul > li.li-text i {
    font-size: 12pt;
}

ul.ul-contact-items {
    padding:50px 0px;
}

ul.ul-contact-items > li.li-name i {
    color:var(--color-primary);
    font-size: 12pt;
}

ul.ul-contact-items > li.li-name span {
    font-size: 12pt;
    font-weight: 600;
}

ul.ul-contact-items > li.li-value {
    margin-top:10px;
}

ul.ul-contact-items > li.li-value span {
    font-size: 16pt;
    font-weight: 600;
}

ul.ul-contact-items > li.li-value2 span {
    font-size: 16pt;
    font-weight: 600;
}


.div-panel-article {
    position: relative;background-color:var(--background-color3);height:800px;width:100%;border-radius: 40px;
}

body.dark .div-panel-article {
    background-color:var(--background-color4);
}

.div-panel-article.second {
    height:390px;
}

.div-panel-article ul.ul-article-text {
    position: absolute;bottom:0;margin:30px;
    width:70%;background-color:#FFF;border-radius: 25px;display:block;padding:40px;
}

.div-panel-article ul.ul-article-text.hidden {
    display: none;
    padding: 0px !important;
}


body.dark .div-panel-article ul.ul-article-text {
   background-color:var(--background-color4);
}

.div-panel-article ul.ul-article-text.medium {
    margin:30px;
    width:70%;
    
}

.div-panel-article ul.ul-article-text.small {
    margin:25px;
    width:80%;
    padding:30px;
}

.div-panel-article ul.ul-article-user span.user {
    font-size: 10pt;font-weight: 500;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-user span.user {
    font-size: 8pt;
}

.div-panel-article ul.ul-article-user span.date {
    font-size: 8pt;font-weight: 700;color:var(--color-primary);
}

.div-panel-article ul.ul-article-text.small ul.ul-article-user span.date {
    font-size: 6pt;
}

.div-panel-article ul.ul-article-text.small li.li-date {
margin-top: -5px;
}


.div-panel-article ul.ul-article-user i {
    font-size: 8pt;margin-right:3px;color:var(--color-primary);
}

.div-panel-article ul.ul-article-text p.name {
    font-size: 16pt;color:var(--color-primary);font-weight: 600;
}

.div-panel-article ul.ul-article-text.medium p.name {
   font-size: 14pt;
}



.div-panel-article ul.ul-article-text.small p.name {
    font-size: 9pt;
}





.div-panel-article ul.ul-article-text p.description {
    font-size: 10pt;
}

.div-panel-article ul.ul-article-text.medium p.description {
  font-size: 10pt;
}

.div-panel-article ul.ul-article-text.small p.description {
   font-size: 7pt;
}



.div-panel-article ul.ul-article-text ul.ul-article-settings i {
    font-size: 14pt;margin-right:5px;
}


.div-panel-article ul.ul-article-text ul.ul-article-settings span {
    font-size: 14pt;font-weight: 500;
}

.div-panel-article ul.ul-article-text.medium ul.ul-article-settings i {
    font-size: 12pt;
}


.div-panel-article ul.ul-article-text.medium ul.ul-article-settings span {
    font-size: 12pt;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-settings i {
    font-size: 10pt;
}


.div-panel-article ul.ul-article-text.small ul.ul-article-settings span {
    font-size: 10pt;
}

.div-panel-article ul.ul-article-text > li.li-button-detail {
   position:absolute;height:80px;width:80px;background-color:var(--color-primary);border-radius:50%;right:-20px;bottom:-20px;
}

.div-panel-article.second ul.ul-article-text.medium > li.li-button-detail {
height:70px;width:70px;
}

.div-panel-article.second ul.ul-article-text.small > li.li-button-detail {
height:60px;width:60px;
}




.div-panel-article ul.ul-article-text > li.li-button-detail i {
   font-size:21pt;color:#FFF;
}

.div-panel-article ul.ul-article-text.medium > li.li-button-detail i {
   font-size:18pt;
}

.div-panel-article ul.ul-article-text.small > li.li-button-detail i {
   font-size:16pt;
}

.div-panel-article ul.ul-article-text li.li-date {
   margin-top:-2px;
}





ul.ul-footer-page {
    text-align: center;gap:20px;display:flex;
}

ul.ul-footer-page span {
    font-size: 12pt;font-weight: 600;color:var(--color-primary);
}

.div-panel-info-footer {
    position: relative;width: 100%; height:50px;margin-top:50px;
}

.div-panel-info-footer a.button {
    width: 200px;
    height: 50px;
    background-color: var(--color-primary);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
}

.div-panel-info-footer a.button span {
    color:#FFF;font-size: 10pt; font-weight: 600;padding-left:5px;
}

.div-panel-info-footer a.button i {
    color:#FFF;font-size: 10pt;
}

.div-panel-info-footer.second {
    margin-top:30px;
}

.div-panel-info-footer.second span {
    font-weight: 500;
    font-size: 14pt;
}


.div-panel-info-footer.second span.result {
    color:var(--color-primary);font-weight: 600;margin-left:5px;font-size: 14pt;
}

img.img-about-person1 {
    height:700px;position: absolute;z-index: 1000;right:50px;margin-top:40px;
}





.div-section-home-panel {
    height: 600px;
    position: absolute;
    width: 100%;
    border-radius: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    opacity: 0.3;
    mask-image: var(--linear-circle);
}

input[type="range"] {
    width: 100%;
}

.range-wrapper {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.range-background {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    background-color: #EEE;
    border-radius: 5px;
    width: 100%;
    z-index: 0;
}

body.dark .range-background {
    background-color: var(--background-color4);
}

.range-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 5px;
    z-index: 1;
    pointer-events: none;
}

.range-slider {
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    height: 30px;
    background: transparent;
    z-index: 2;
}


.range-slider::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent;
    border-radius: 5px;
}


.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-primary);
    cursor: pointer;
    margin-top: -6px;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-primary);
    cursor: pointer;
    border: none;
}
 
 ul.ul-slider-nav {
     position: absolute;
     width: 100%;
     background-color: var(--background-color3);
     border-radius: 25px;
     bottom: 0;
     top: inherit;
     display: flex;
     cursor: pointer;
 }

  body.dark ul.ul-slider-nav {
     background-color: var(--background-color4);
 }


 ul.ul-slider-nav>li {
     height: 60px;
     width: 25%;
 }

 ul.ul-slider-nav>li:first-child {
     border-radius: 25px 0px 0px 25px;
 }

 ul.ul-slider-nav>li:last-child {
     border-radius: 0px 25px 25px 0px;
 }

 ul.ul-slider-nav>li.active {
     background-color: var(--color-primary);
     color:#FFF;
 }

 ul.ul-slider-nav > li:first-child {
    padding-left:15px;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body {
     width: 100%;
     height: 100%;
 }


 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon {
     width: 50px;
     height: 100%;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon i {
     font-size: 12pt;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text {
     width: calc(100% - 50px);
     height: 100%;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text span.primary {
     font-size: 9pt;
     font-weight: 600;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text span.secondary {
     font-size: 8pt;
 }

 
 
 /*#region CONTAINER*/
 /*#endregion */


.div-section-image-right {
    margin: 0px 0px 100px 0px;
    width: calc(100% - 100px);
    height: 100%;
    position: absolute;
    right: 0;
}

.div-section-image-right.second {
    height: 500px;
}

.div-section-image-right.third {
    margin: 0;
    margin-right: 100px;
    width: calc(100% - 100px);
    height: 500px;
}

.div-section-image-left {
    margin: 0px 100px 0px 0px;
    width: calc(100% - 100px);
    height: 500px;
    position: absolute;
    left: 0;
}

table.table-about {
    width: 100%;
    border-collapse: collapse;
}

table.table-about tr.tr-first>td:first-child {
    width: calc(100% - 200px);
}

table.table-about tr.tr-first>td:nth-child(2) {
    width: 100px;
    height: 100px;
    background-color: var(--color-primary);
    border-radius: 50px 50px 0px 0px;
}

table.table-about tr.tr-first>td:nth-child(2) img {
    height: 40px;
}

table.table-about tr.tr-first>td:nth-child(3) {
    width: 100px;
    height: 100px;
}

table.table-about tr.tr-first>td:nth-child(3) p {
    font-size:10pt;font-weight: 600;
}

table.table-about tr.tr-first>td:nth-child(1) p {
    font-size:18pt;font-weight: 600;color: var(--color-primary);
}



table.table-about tr {
    border-bottom: 1px solid #EEE;
}

table.table-about tr:first-child,
table.table-about tr:last-child {
    border-bottom: none;
}


table.table-about tr:not(.tr-first) {
    height: 100px;

}

table.table-about tr:not(.tr-first)>td:first-child {
    padding-right: 30px;
}

table.table-about tr:not(.tr-first)>td:first-child p {
    font-size: 14pt;
    font-weight: 600;
}

table.table-about tr:not(.tr-first)>td:nth-child(2) {
    background-color: var(--color-primary);
}

table.table-about tr:not(.tr-first):last-child>td:nth-child(2) {
    border-radius: 0px 0px 50px 50px;
}

table.table-about tr:not(.tr-first)>td:nth-child(1) i {
    color: var(--color-primary);
    margin-right: 20px;
    font-size: 16pt;
}


table.table-about tr:not(.tr-first)>td:nth-child(2) i {
    color: #FFF;
    font-size: 24pt;
}

table.table-about tr:not(.tr-first)>td:nth-child(3) i {
    color: red;
    font-size: 24pt;
}

  /*#region TIMELINE */

ul.ul-spider {
    margin-top:50px;
} 


  ul.ul-spider > li {
    height: auto;
    position: relative;
}

    ul.ul-spider > li .timeline-line {
        display: block;
        content: " ";
        justify-content: center;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 40px;
        height: calc(100% - 20px);
        bottom: 0;
        transform: translate(50%);
        border-left-width: 1px;
        border-left-style: dashed;
        border-left-color: red;
        width: 100px;
        margin-top: 0rem;
        margin-bottom: 40px;
    }

        ul.ul-spider > li .timeline-line.success {
            border-left-color: var(--color-primary);
        }

        ul.ul-spider > li .timeline-line.danger {
            border-left-color: green;
        }

        ul.ul-spider > li .timeline-line.warning {
            border-left-color: orange;
        }

    ul.ul-spider > li:last-child .timeline-line {
       display:none;
    }

body.dark ul.ul-spider > li ul.ul-spider-body {
    background-color: var(--background-color2);
}

ul.ul-spider > li ul.ul-spider-body {
    background-color: #FFF;
}

ul.ul-spider > li ul.ul-spider-body > li:first-child {
    height: 100px;
    width: 100px;
    position: relative;
}

ul.ul-spider > li ul.ul-spider-body > li:nth-child(2) {
    height: 100px;
    width: calc(100% - 100px);
    position: relative;
}

ul.ul-spider > li ul.ul-spider-body > li:nth-child(2) p {
    font-size: 14pt;font-weight: 600;color:var(--color-primary);
}


ul.ul-spider > li ul.ul-spider-body > li.none {
  display:none;
}

ul.ul-spider > li ul.ul-spider-body > li .div-circle-action {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
}


    ul.ul-spider > li ul.ul-spider-body > li .div-circle-action.success {
        background-color: var(--color-primary);
    }

        ul.ul-spider > li ul.ul-spider-body > li .div-circle-action.success i, ul.ul-spider > li ul.ul-spider-body > li .div-circle-action.danger i {
            color: #FFF;
            font-size: 13pt;
        }

    ul.ul-spider > li ul.ul-spider-body > li .div-circle-action.danger {
        background-color: deeppink;
    }

    ul.ul-spider > li ul.ul-spider-body > li .div-circle-action.warning {
        border: 1px dashed orange
    }

        ul.ul-spider > li ul.ul-spider-body > li .div-circle-action.warning i {
            color: orange;
            font-size: 13pt;
        }

ul.ul-spider > li ul.ul-spider-body-second {
    width: calc(100% - 100px);
    margin-left: 100px;
    height:auto;padding: 10px 0px;
}


ul.ul-spider > li ul.ul-spider-body-second > li {
    height:auto;width:100%;
}

ul.ul-spider > li ul.ul-spider-body-second > li:nth-child(2) {
    margin-top:20px;
}

ul.ul-spider > li ul.ul-spider-body-second .div-form-cooperation {
    border:none;background-color:#22bb33;border-radius: 20px; height:40px; width:125px;
}

ul.ul-spider > li ul.ul-spider-body-second .div-form-cooperation span {
    color:#FFF;font-size: 8pt; font-weight: 800;white-space: nowrap;color:#FFF;
}






ul.ul-spider > li ul.ul-spider-body-second p {
    font-size: 12pt; font-weight: 500;line-height: 22px;
}

ul.ul-spider > li ul.ul-spider-body-second span.active {
    color:var(--color-primary);font-weight: 600;
}


ul.ul-spider > li ul.ul-spider-body-second.none {
    display:none;
}

 /*#endregion */

 /*#region REFERENCES */

 .div-google-panel {
    height:100px;width:250px;border-radius: 50px;
    background-color: var(--color-primary);border:none;
}

.div-google-panel.fb {
    margin-left:20px;
}

.div-google-panel > ul  {
    height:100%;width:100%;
}


.div-google-panel ul > li.li-icon {
    width:80px;height:auto;
}

.div-google-panel ul > li.li-icon img {
    height:35px;
}

.div-google-panel ul > li.li-text {
    width:calc(100% - 80px);height:100%;
}

.div-google-panel ul > li.li-text span {
    font-size: 10pt;font-weight: 600;margin-right:5px;color:#FFF;
}

.div-google-panel ul > li.li-text i {
    font-size: 9pt;color:#FFC31B;
}

.div-google-panel ul > li.li-text p {
    font-size: 9pt;font-weight: 600;color:#FFF;
}



/* body.dark .div-google-panel {
   background-color:var(--background-color2);border:2px solid var(--background-color4);
} */










li.li-references-user {
    height:100px;width:100%;background-color:#EEE;border-radius: 50px;
}

body.dark li.li-references-user {
    background-color:var(--background-color4);
}


 /*#endregion */

 /*#region SERVICES SEZNAM */

 ul.ul-services {

 }
 
 ul.ul-services li.li-icon {
     width:80px;height:auto;
 }
 
 ul.ul-services li.li-icon .div-circle {
     height:70px;width:70px;background-color:var(--color-primary);border-radius: 50%;
 }
 
 ul.ul-services li.li-icon .div-circle i {
     font-size: 18pt;color:#FFF;
 }
 
 body.dark ul.ul-services li.li-icon .div-circle {
     background-color:var(--background-color4);
 }
 
 body.dark ul.ul-services li.li-icon .div-circle i {
     color:var(--color-primary);
 }
 
 ul.ul-services li.li-text {
     width:calc(100% - 80px);height:auto;padding:0px 20px;
 }
 
 ul.ul-services li.li-text h3 {
     font-size: 14pt;color:var(--color-primary);
 }
 
 ul.ul-services li.li-text p {
     font-size: 12pt;font-weight: 500;
 }

ul.ul-services li.li-text ul > li.li-description {
   margin-top:10px;
}




 
 
 
 ul.ul-services-card {
     text-align: center;border-radius: 40px;position: relative;height:100%;width:100%;
 }
 

 ul.ul-services-card > li.li-icon {
    height:90px;width:90px;position: absolute;background-color:var(--color-primary);border-radius: 50%;top:200px;right:50%;transform: translate(50%,0%);
}

ul.ul-services-card > li.li-icon i {
    color:#FFF;font-size: 21pt;
}

ul.ul-services-card > li.li-text {
    margin-top:70px;padding:0px 50px;
}

ul.ul-services-card > li.li-text span {
    font-size: 14pt;font-weight: 700;color:var(--color-primary);
}

ul.ul-services-card > li.li-desc {
    margin-top:20px;padding:0px 70px;
}

ul.ul-services-card > li.li-desc p {
    font-size: 10pt;font-weight: 500;
}

 ul.ul-services-card > li.li-footer {
     margin-top:20px;padding:0px 40px 40px 40px;position: absolute; bottom:0;width:100%;border-left: 3px solid #EEE;border-bottom: 3px solid #EEE;border-right: 3px solid #EEE; border-radius: 0px 0px 40px 40px;
 }
 
 body.dark ul.ul-services-card > li.li-footer {
    border-left: 3px solid var(--background-color4);border-bottom: 3px solid var(--background-color4);border-right: 3px solid var(--background-color4);
 }

 ul.ul-services-card > li.li-footer p {
    font-size: 10pt;font-weight: 600;
 }

ul.ul-services-card > li.li-footer a {
    border:none;background-color:var(--color-primary);border-radius: 25px; height:50px; width:100px;
 }

ul.ul-services-card > li.li-footer a span {
    color:#FFF;font-size: 10pt; font-weight: 600;
 }


 ul.ul-services-card .section-bg-img {
    height:250px;width:100%;border-radius: 40px 40px 0px 0px;position: relative;
}













 
 
 
 .div-card-img {
     position: relative;background-color:#EEE;height:100%;width:100%;border-radius: 40px;
 }
 
 body.dark .div-card-img {
     background-color:rgba(0,0,0,0.2);
 }
 
 .div-card-img  ul.ul-card-img-text {
     padding:30px;height:300px;border-radius:  0px 0px 40px 40px;
 }


 /*#endregion */

 /*#region REFERENCES-POINT */


 .div-references-point {
    height: auto;width:100%;background-color:var(--color-primary);border-radius: 100px;  padding: 50px;position: relative;
}


 ul.ul-references-point {
    text-align: center;
    width:100%;
    height:100%;
}

ul.ul-references-point h3 {
    font-size: 72pt; color:#FFF;
}


ul.ul-references-point span.active {
    font-size: 32pt;font-weight: 900;color:#FFF;
}


ul.ul-references-point h4 {
    font-size: 14pt;color:#FFF;
}

ul.ul-references-point p {
    font-weight: 500;font-size: 10pt;
}

ul.ul-references-point > li.li-description {
    margin-top:10px;padding:0px 50px;
}


ul.ul-references-point > li.li-description p {
    font-size: 10pt;font-weight: 500;color:#FFF;
}


 /*#endregion */

@keyframes pulse3 {
    0% {
     
      box-shadow: 0 0 0 0 rgba(34, 187, 51	, 0.7);
    }
    
    70% {
     
      box-shadow: 0 0 0 30px rgba(255, 80, 80, 0);
    }
    
    100% {
    
    }
  }


  @keyframes pulse4 {
    0% {
     
        box-shadow: 0 0 0 0 rgba(34, 187, 51	, 0.7);
    }
    
    70% {
     
      box-shadow: 0 0 0 20px rgba(255, 80, 80, 0);
    }
    
    100% {
    
    }
  }



/* ===== Typografie ===== */
h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: bold; }
h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: bold; }
h3 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: bold; }
h4 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: bold; }
h5 { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: bold; }
h6 { font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: bold; }


h4.xs {
    font-size: clamp(0.85rem, 1.1vw, 1rem);       /* cca 13.6–16px */
    line-height: 1.4;
    font-weight: bold;
  }
  
  h4.sm {
    font-size: clamp(1rem, 1.4vw, 1.15rem);       /* cca 16–18.4px */
    line-height: 1.5;
    font-weight: bold;
  }
  
  h4.md {
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);      /* cca 19.2–22.4px */
    line-height: 1.6;
    font-weight: bold;
  }
  
  h4.lg {
    font-size: clamp(1.5rem, 2.3vw, 1.75rem);     /* cca 24–28px */
    line-height: 1.7;
    font-weight: bold;
  }
  
  h4.xl {
    font-size: clamp(1.8rem, 3vw, 2.5rem);        /* cca 28.8–40px */
    line-height: 1.8;
    font-weight: bold;
  }

h3.xs {
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);     /* cca 14.4–17.6px */
    line-height: 1.4;
    font-weight: bold;
  }
  
  h3.sm {
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);   /* cca 16.8–20px */
    line-height: 1.5;
    font-weight: bold;
  }
  
  h3.md {
    font-size: clamp(1.2rem, 2vw, 1.5rem);       /* cca 19.2–24px */
    line-height: 1.6;
    font-weight: bold;
  }
  
  h3.lg {
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);   /* cca 24–30px */
    line-height: 1.7;
    font-weight: bold;
  }
  
  h3.xl {
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);   /* cca 30–40px */
    line-height: 1.8;
    font-weight: bold;
  }

p.xs {
    font-size: clamp(0.75rem, 1vw, 0.875rem);   /* 12–14px */
    line-height: 1.6;
  }
  
p.sm {
    font-size: clamp(0.875rem, 1.2vw, 1rem);    /* 14–16px */
    line-height: 1.6;
  }
  
p.md {
    font-size: clamp(1rem, 1.5vw, 1.2rem);      /* 16–19px */
    line-height: 1.8;
  }
  
p.lg {
    font-size: clamp(1.25rem, 2vw, 1.5rem);     /* 20–24px */
    line-height: 2;
  }
  
p.xl {
    font-size: clamp(1.5rem, 3vw, 2rem);        /* 24–32px */
    line-height: 2.2;
  }

 ul.ul-section-header  {
   width:100%;
}


 ul.ul-section-header > li.headline-with-line {
    text-align: left;
    position: relative;
}

ul.ul-section-header > li:nth-child(2) {
    margin-top:30px;
}

ul.ul-section-header > li:nth-child(3) {
    margin-top:40px;border-left:2px solid #EEE;padding:0px 40px;
}

ul.ul-section-header.second > li:nth-child(3) {
   border-left:0px;padding:0px 100px;
}

ul.ul-section-header.second h2 {
    font-size: 14pt;color:var(--color-primary);
}


ul.ul-section-header > li.headline-with-line h2 {
    font-size: 12pt;font-weight: 600;
    display: inline-block;
    position: relative;
    color: var(--color-primary);
    padding-left: 50px; /* místo pro čáru */
}

ul.ul-section-header > li.headline-with-line h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px; /* délka čáry */
    height: 2px;
    background-color: var(--color-primary);
    transform: translateY(-50%);
}

ul.ul-section-header h3 {
    font-size: 32pt;line-height: 45px;font-weight: 600;
}


ul.ul-section-header p {
    font-size: 16pt;
    line-height: normal;
}

ul.ul-article-header > li.headline-with-line {
    text-align: left;
    position: relative;
}

ul.ul-article-header > li:nth-child(2) {
    margin-top:30px;
}

ul.ul-article-header > li:nth-child(4) {
    margin-top:40px;border-left:2px solid #EEE;padding:0px 40px;
}

ul.ul-article-header > li.headline-with-line h2 {
    font-size: 12pt;font-weight: 600;
    display: inline-block;
    position: relative;
    color: var(--color-primary);
    padding-left: 50px; /* místo pro čáru */
}

ul.ul-article-header > li.headline-with-line h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px; /* délka čáry */
    height: 2px;
    background-color: var(--color-primary);
    transform: translateY(-50%);
}

ul.ul-article-header  h3 {
    font-size: 32pt;line-height: 45px;font-weight: 600;
}


 /*#region CONTAINER*/
 .div-container {
     margin-left: 200px;
     width: calc(100% - 400px);
     height: auto;
 }

 .div-container.second {
    margin-left: 400px;
    width: calc(100% - 800px);
 }





 /*#endregion */

/*#region HEADER*/

header.header-primary {
    height: 150px;
    width: 100%;
    padding-left:200px;
    padding-right:200px;
    position: fixed;
    z-index: 1001;
    top: 0px;
    -webkit-transition: top .4s linear, background-color .4s linear;
    -moz-transition: top .4s linear, background-color .4s linear;
    -o-transition: top .4s linear, background-color .4s linear;
    transition: top .4s linear, background-color .4s linear;
    border-radius: 0px;
    background-color:var(--background-color);
  
}

body.dark header.header-primary {
    background-color:var(--background-color2);
}


header.header-primary.active {
    top:-50px;
}

header.header-primary .div-header-menu i.active {
    color: var(--color-primary);
}

header.header-primary.hide {
    top: -100px;
}

header.header-primary .div-header-left {
    width: 170px;
    height: 100px;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}


header.header-primary.detail .div-header-left {
    width: 250px;
}


header.header-primary .div-header-left img {
    height:40px;
    -webkit-transition: height .4s linear, opacity .4s linear;
    -moz-transition: height .4s linear, opacity .4s linear;
    -o-transition: height .4s linear, opacity .4s linear;
    transition: height .4s linear, opacity .4s linear;
    z-index: 1002;
}

header.header-primary.active .div-header-left img {
    height:40px;
}

header.header-primary .div-header-left .div-header-logo {
    height: 100px;width: 100%;
}

header.header-primary.detail .div-header-left .div-header-logo {
   width: calc(100% - 70px);
}

header.header-primary .div-header-center {
    width: calc(100% - 340px);
    height: 100px;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header.header-primary.detail .div-header-center {
    width: calc(100% - 420px);
 
}

header.header-primary .div-header-right {
    width: 170px;
    height: 100px;
    position: relative;
    background-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

header.header-primary .div-header-menu {
    height: 100px;
    width:70px;
    cursor: pointer;
    display:none;
}


header.header-primary.detail .div-header-menu {  
   display: inline;
   width:70px;
}

header.header-primary .div-header-menu .div-header-menu-circle {
    width: 60px;
    height: 60px;
    background-color:#EEE;
    border-radius: 50%;
}

header.header-primary .div-header-menu .div-header-menu-circle a i {
   font-size: 18pt;
   color:var(--font-color);
}

body.dark header.header-primary .div-header-menu .div-header-menu-circle a i {
   color:var(--font-color2);
}

body.dark header.header-primary .div-header-menu .div-header-menu-circle {
    background-color:var(--background-color4);
}

header.header-primary .div-header-lang {
    width:170px;
    height: 100px;
}

header.header-primary .div-header-top {
    height: 50px;
    width: 100%;
}

header.header-primary .div-header-top ul.ul-menu-top {
    width:100%;height:30px;
}

header.header-primary .div-header-top ul.ul-menu-top .div-start {
    padding-left:0px;
}

header.header-primary .div-header-top ul.ul-menu-top .div-end {
    padding-right:0px;
}

header.header-primary .div-header-top ul.ul-menu-top > li {
    overflow-x: auto;overflow-y: hidden;height:30px;width:50%;
}

header.header-primary .div-header-top ul.ul-menu-top > li:last-child ul.ul-top-open {
    margin-right:10px;
}


header.header-primary .div-header-top ul.ul-menu-top > li::-webkit-scrollbar {
   display:none;
}

header.header-primary .div-header-top ul.ul-menu-top > li::-webkit-scrollbar-thumb {
    display:none;
}


header.header-primary .div-header-top ul.ul-menu-top > li i {
    color:#00C2FE;font-size: 10pt;margin-right:5px;
}

header.header-primary .div-header-top ul.ul-menu-top > li p {
    font-size: 10pt;font-weight: 600;white-space: nowrap;
}

header.header-primary .div-header-top-left {
    width: 500px;
    height: 100%;
    position: relative;
}

header.header-primary .div-header-top-center {
    width: calc(100% - 1000px);
    height: 100%;
    position: relative;
}

header.header-primary .div-header-top-right {
    width: 500px;
    height: 100%;
    position: relative;
}


/*#endregion */

/*#region MENU*/

ul.ul-menu {
    display: flex;
    gap:30px;
    background-color:#031624;
    width: 100%;
    height:70px;
    padding:0px 50px;
    border-radius: 70px;
    position: absolute;
    font-size: 12pt;
    color:#FFF;
    top:50%;
    transform: translate(0%,-50%);
    font-size: 12pt;
}

body.dark ul.ul-menu {
    background-color:var(--background-color4);
}


.hamburger .line {
    width: 40px;
    height: 4px;
    background-color: #B9B9B9;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body.dark .hamburger .line {
    background-color: var(--color-primary);
}

ul.ul-menu > li {
    top:50%;
    height:40px;
    margin:0 auto;
    transform: translate(0%,-50%);
    white-space: nowrap;
    position: relative;
}

ul.ul-menu > li a {
    color:#FFF !important;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
    font-weight: 700;
}

ul.ul-menu > li.active a {
    color:var(--color-primary) !important;
}


ul.ul-menu > li::after {
    margin-top: 0px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--color-primary);
    transition: width 1s ease;
}

ul.ul-menu > li.active::after {
    width: 50%;
}





ul.ul-menu > li:hover a {
    color:var(--color-primary) !important;
}

.hamburger:hover {
    cursor: pointer;
}

/* NINE */

#hamburger-9 {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(0.6);
}

#hamburger-9.is-active {
    -webkit-transform: rotate(45deg) scale(0.6);
    -ms-transform: rotate(45deg) scale(0.6);
    -o-transform: rotate(45deg) scale(0.6);
    transform: rotate(45deg) scale(0.6);
}

#hamburger-9:before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border: 5px solid transparent;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
    border: 5px solid #ecf0f1;
}


body.dark #hamburger-9.is-active:before {
    border: 5px solid var(--background-color4);
}



#hamburger-9.is-active .line {
    width: 28px;
}

#hamburger-9.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
}

#hamburger-9.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(90deg);
    -ms-transform: translateY(-12px) rotate(90deg);
    -o-transform: translateY(-12px) rotate(90deg);
    transform: translateY(-12px) rotate(90deg);
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}


ul.ul-menu-action {
    text-align: center;width:100px;height:85px;
}

ul.ul-menu-action > li:first-child {
   width:100%;height:calc(100% - 20px);
}

ul.ul-menu-action > li:last-child {
    width:100%;height:20px;
}

ul.ul-menu-action .lb-menu-action {
    width: 60px;
    height: 60px;
    background-color: #EEE;
    border-radius: 50%;
    -webkit-transition:  background-color .4s linear;
    -moz-transition:  background-color .4s linear;
    -o-transition:  background-color .4s linear;
    transition:  background-color .4s linear;
    cursor: pointer;
}

ul.ul-menu-action .lb-menu-action:hover, body.dark ul.ul-menu-action .lb-menu-action:hover  {
  
    background-color: var(--color-primary) 
    
}

ul.ul-menu-action .lb-menu-action:hover i, body.dark ul.ul-menu-action .lb-menu-action:hover i {
  
    color: #FFF;
    
}


body.dark ul.ul-menu-action .lb-menu-action i {
   color: #FFF;
   -webkit-transition:  color .4s linear;
    -moz-transition:  color .4s linear;
    -o-transition:  color .4s linear;
    transition:  color .4s linear;
}

body.dark ul.ul-menu-action .lb-menu-action {
    background-color: var(--background-color4);
    -webkit-transition:  background-color .4s linear;
    -moz-transition:  background-color .4s linear;
    -o-transition:  background-color .4s linear;
    transition:  background-color .4s linear;
}

ul.ul-menu-action .lb-menu-action i {
    font-size: 16pt;color:#031624;
    -webkit-transition:  color .4s linear;
    -moz-transition:  color .4s linear;
    -o-transition:  color .4s linear;
    transition:  color .4s linear;
}


ul.ul-menu-action .lb-menu-action.active, body.dark ul.ul-menu-action .lb-menu-action.active  {
   
    background-color: #22bb33;
    animation: pulse4 2s infinite;
}

ul.ul-menu-action .lb-menu-action.active i {
    color:#FFF;
}

/* body.dark ul.ul-menu-action .lb-menu-action.active i {
    color: var(--color-primary);
} */


ul.ul-menu-action.telephone {
    width:auto;margin-right:20px;display:none;
}

ul.ul-menu-action.email {
    width:auto;margin-right:20px;
}

ul.ul-menu-action.meeting {
    width:auto;
}

ul.ul-menu-action span {
    font-size: 8pt;font-weight: 700;
}

ul.ul-menu-action.meeting span {
   color: #22bb33;
}

/*#endregion */

/*#region PANEL-LEFT*/

aside.left {
    position: fixed;left:0;height:100vh;width:200px;
    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -o-transition: background-color .4s linear;
    transition: background-color .4s linear;
}

body.dark aside.left {
   
}


/*#endregion */

/*#region PANEL-RIGHT*/

@-webkit-keyframes flip-animation {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-moz-keyframes flip-animation {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-o-keyframes flip-animation {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes flip-animation {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}


aside.right {
    position: fixed;right:0;height:100vh;width:200px;z-index: 1002;
    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -o-transition: background-color .4s linear;
    transition: background-color .4s linear;
}

body.dark aside.right {

}

.div-page-theme {
    position:absolute;
    right:50%;
    transform: translate(50%,0%);
    margin-top:50px;
    -webkit-transition: margin-top .4s linear, opacity .4s linear;
    -moz-transition: margin-top .4s linear, opacity .4s linear;
    -o-transition: margin-top .4s linear, opacity .4s linear;
    transition: margin-top .4s linear, opacity .4s linear;
    opacity:1;
}

header.header-primary.active ~ main aside.right .div-page-theme {
   opacity:0;
}



    ul.ul-panel-action > li {
        height: 50px;
        width: 50px;
        border: 1px solid var(--color-primary);
        transition: background-color 1s ease;
    }

        ul.ul-panel-action > li:not(:first-child) {
            margin-top: 20px;
        }


        ul.ul-panel-action > li i {
            display: inline-block;
            color: var(--font-color);
            transition: transform 1s ease;
            font-size: 14pt;
        }

        ul.ul-panel-action > li:hover i {
            -webkit-animation: flip-animation 1s ease forwards;
            -moz-animation: flip-animation 1s ease forwards;
            -o-animation: flip-animation 1s ease forwards;
            animation: flip-animation 1s ease forwards;
            color: var(--font-panel-color);
        }


        ul.ul-panel-action > li:hover {
            background-color: var(--color-primary) !important;
        }



        .switcher-input {
            display: none;
        }
        
        .switcher-label {
            background-color: #EEE;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 2px 10px;
            border-radius: 30px;
            cursor: pointer;
            position: relative;
            transition: background-color 0.3s ease;
        }

        .switcher-label.horizontal {
            background-color: var(--background-color3);
        }

        body.dark .switcher-label {
            background-color: var(--background-color4);
          
        }


        body.dark .switcher-label.horizontal {
            background-color: var(--background-color4);
        }

        
        .switcher-label i, .switcher-label img  {
            font-size: 14pt;
            z-index: 2;
        }
        
        
        .switcher-label.vertical i:first-child {
            color: var(--font-color);
            margin-top:13px;
            -webkit-transition: color .4s linear;
            -moz-transition: color .4s linear;
            -o-transition: color .4s linear;
            transition: color .4s linear;
        }

        body.dark .switcher-label.vertical i:first-child {
            color: var(--font-color2);  
        }
  
        .switcher-label.vertical i:last-child {
            color: #FFF;
            margin-bottom:13px;
        }


        .switcher-label.horizontal img:first-child {       
            margin-left:5px;
        }
        
        .switcher-label.horizontal img:last-child {        
            margin-right:5px;
        }
        
        .switcher-toggler {
            background-color: var(--color-primary);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            position: absolute;
            transition: all 0.4s ease;
            z-index: 1;
            display: block;
        }

        body.dark .switcher-label.vertical .switcher-toggler {
            top: 0%;
        }
        
        .switcher-label.vertical {
            width: 50px;
            height: 100px;
            flex-direction: column;
        }
        
        .switcher-label.vertical .switcher-toggler {
            left: 50%;
            top: 50%;
            transform: translateX(-50%);
        }

        body.dark .switcher-label.horizontal .switcher-toggler {
            left: 50%;
        }
        
        .switcher-label.horizontal {
            width: 100px;
            height: 50px;
            flex-direction: row;
        }
        
        .switcher-label.horizontal .switcher-toggler {
            top: 0;
            left: 0;
            transform: none;
        }

        .rotated-outer {
            position: absolute;
            bottom: 500px;
            left: 50%;
            transform: translateX(-50%);
          }
    
    
            .rotated-wrapper {
                transform: rotate(-90deg);
                transform-origin: center;
                display: inline-block;
            }
        
            .ul-social-panel {
                display: flex;
                align-items: center;
                gap: 0;
                list-style: none;
                margin: 0;
                padding: 0;
                font-size: 12pt;
            }

            .ul-social-panel i {
                transform: rotate(90deg);font-size: 14pt;
            }

            .ul-social-panel span.slash {
                white-space: nowrap;margin:0px 10px;
            }

            .ul-social-panel > li.li-first {
               margin-left:50px;
            }




        
            .follow-text {
                position: relative;
                padding-right: 10px;
            }
        
            .follow-text::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 100%;
                transform: translateY(-50%);
                width: 40px;
                height: 1.5px;
                background-color: var(--font-color);
                pointer-events: none;
                /* zajistí, že čára nebude interaktivní */
            }
          
            body.dark .follow-text::after {           
                background-color: var(--font-color2);     
                /* zajistí, že čára nebude interaktivní */
            }

            .follow-text span {
               white-space: nowrap;
            }





        i.icon-mouse {
            position: absolute;
            bottom: 270px;
            right: 50%;
            transform: translate(50%,0%);
            color: var(--font-color);
            z-index: 999;
            -webkit-transition: color .4s linear;
            -moz-transition: color .4s linear;
            -o-transition: color .4s linear;
            transition: color .4s linear;
        }
        
        body.dark i.icon-mouse {
            color: var(--font-color2);
           
        }




.progress-container {
    position: absolute;
    bottom: 150px; 
    width: 2px; /* Šířka čáry */
    height: 100px; /* Fixní výška čáry */
    background-color: var(--font-color); /* Světle šedá výchozí barva */
    z-index: 999;
    right: 50%;
    transform: translate(50%,0%);
    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -o-transition: background-color .4s linear;
    transition: background-color .4s linear;
}

body.dark .progress-container {
    background-color: var(--font-color2);
   
}




.progress-bar {
    width: 100%; /* Šířka čáry */
    height: 100%; /* Výška čáry zůstává 100% */
    background: linear-gradient(to bottom, var(--color-primary) 0%, var(--color-primary) 100%); /* Černý gradient */
    background-position: top; /* Začíná nahoře */
    background-size: 100% 0%; /* Výchozí vyplnění je 0% výšky */
    background-repeat: no-repeat;
    transition: background-size .4s ease-in-out;
}

.lb-on-top {
    width: 60px;
    height: 60px;
    background-color: var(--color-primary);
    bottom: 70px;
    position: absolute;
    right: 50%;
    transform: translate(50%,0%);
    z-index: 999;
    border-radius: 50%;
   
}

    .lb-on-top a {
        color: #FFF !important;
    }

    .lb-on-top i {
        font-size: 14pt;
    }


    

/*#endregion */

/*#region TABS*/
.tabs {
    display: flex;
    margin-bottom: 1rem;
  }

  .tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
  }

  .tab.active {
    border-bottom: 2px solid #007BFF;
    color: #007BFF;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }


  .tab-buttons {
    margin-top: 20px;
  }

  .tab-buttons button {
    padding: 8px 16px;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
  }

  .swipe-hint {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
  }


  .tabs-second {
    display: block;
    margin-bottom: 1rem;
  }
/*#endregion */

/*#region SECTION-ZK*/
.div-img-services {
    height: 500px;
    width: 100%;
    background-color: #FFF;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.section-bg-img4 {
  /*   background-image: url(../img/27127446.jpg); */
    /* animation: crescendo 7s alternate infinite ease-in;*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 40px;
    /*   mask-image: var(--linear-home); */

}

.section-bg-img {
    background-image: url(../img/27127446.webp);
    /* animation: crescendo 7s alternate infinite ease-in;*/
    background-color:yellow;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 40px;
    /*   mask-image: var(--linear-home); */

}

.section-bg-img.img2 {
    background-image: url(../img/970.webp);
}

.section-bg-img.img3 {
    background-image: url(../img/104783.webp);
}

 .section-bg-img.img4 {
    background-image: url(../img/10517.webp);
}

.section-bg-img.img5 {
    background-image: url(../img/2150164731.webp);
}

.section-bg-img.img6 {
    background-image: url(../img/26437.webp);
}

.section-bg-img.img7 {
    background-image: url(../img/1473.webp);
}

.section-bg-img.img8 {
    background-image: url(../img/395138.webp);
}

.section-bg-img.img9 {
    background-image: url(../img/2726.webp);
}

.section-bg-img.img10 {
    background-image: url(../img/771.webp);
}  

.section-bg-img.img11 {
    background-image: url(../img/2051.webp);
}



.section-bg-img6 {
    background-image: url(../img/6056.jpg);
    /* animation: crescendo 7s alternate infinite ease-in;*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(80%) brightness(110%) contrast(120%);
    border-radius: 50%;
    /*   mask-image: var(--linear-home); */

}

.section-bg-img7 {
     background-image: url(../img/ostrava.webp);
    /* animation: crescendo 7s alternate infinite ease-in;*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    mask-image: var(--linear-to-bottom);
    filter: grayscale(100%);
}



.div-img-services3 {
    height: 300px;
    width: 300px;
    position: absolute;
    bottom: -150px;
    right: -150px;
    border: 7px solid #FFF;
    border-radius: 50%;
    margin-bottom: 0px;
}


.div-panel-info-services {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    top: -75px;
    right: -75px;
}

.div-panel-info-services i {
    color: #FFF;
    font-size: 24pt;
}

.div-panel-info-services span.text {
    color: #FFF;
    font-size: 8pt;
    font-weight: 500;
}

.div-panel-info-services span.value {
    color: #FFF;
    font-size: 24pt;
}

.div-panel-info-services2 {
    height: 100px;
    width: 250px;
    position: absolute;
    bottom: -50px;
    right: 50px;
    border-radius: 50px;
}

ul.ul-info > li.li-icon {
    width: 70px;
    height: 100%;
    margin-left: 20px;
}

ul.ul-info > li.li-icon .div-circle {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

ul.ul-info > li.li-icon .div-circle i {
    color: #FFF;
    font-size: 16pt;
}


ul.ul-info > li.li-text {
    width: calc(100% - 105px);
    height: 100%;
}

ul.ul-info > li.li-text span.value {
    color: #FFF;
    font-size: 21pt;
}

ul.ul-info > li.li-text span.text {
    color: #FFF;
    font-size: 10pt;
}
/*#endregion */

/*#region Q&A*/

  .question {
    cursor: pointer;
    height:70px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    background-color: #EEE;
    border-radius: 35px;
  }

 .question ul {
    width:100%;height:100%;
  }

  body.dark .question {
    background-color:var(--background-color4);
  }

  .answer {
    display: none;
    padding: 0px 25px 25px 25px;
    margin-top:40px;
  }

  .answer p {
    font-size: 12pt;font-weight: 500;
  }

  .qa-item {
    border:none;border-radius: 35px;margin-top:20px;
  }



  .qa-item.active .answer {
    display: block;
  }

  .qa-item.active .question {
    background-color:var(--color-primary);
  }

  .qa-item.active .question i, .qa-item.active .question p  {
    color:#FFF;
  }


  .question i.arrow {
    transition: transform 0.3s ease;
  }

  .qa-item.active .question i.arrow {
    transform: rotate(180deg);
  }

.question ul > li.li-icon {
    width:50px;height:100%;position: relative;
}

.question ul > li.li-text {
    width:calc(100% - 100px);height:100%;position: relative;
}

.question ul > li.li-text p {
    font-size: 10pt;
}

.question ul > li.li-icon2 {
    width:50px;height:100%;position: relative;
}




/*#endregion */

/*#region GALLERY*/

.gallery {
    column-count: 3;
    column-gap: 2rem;
    margin: 40px auto;
  }

  .gallery-item {
    break-inside: avoid;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Responzivita */
  @media (max-width: 1024px) {
    .gallery {
      column-count: 2;
    }
  }

  @media (max-width: 600px) {
    .gallery {
      column-count: 1;
    }
  }

/*#endregion */

/*#region SECTION*/

section {
    margin: 0 auto;
    width: 100%;
    right: 0;
    position: relative;
    background-color: var(--background-color);
    height: auto;
    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -o-transition: background-color .4s linear;
    transition: background-color .4s linear;
}

section.contact {
    background-color: #FFF;
}

body.dark section {
    background-color:var(--background-color2);
}

body.dark section.contact {
   
    background-color: var(--background-color4);
  

}

section.home {
    background-color: var(--background-color);
    height: calc(var(--vh, 1vh) * 100);
}

section.m2 {
    margin-top:200px;margin-bottom:200px;
}

section.mt {
    margin-top:200px;
}

section.mb {
    margin-bottom:200px;
}

section.primary {
   padding-top:100px;padding-bottom:100px;
}

section.pt {
   padding-top:100px;
}

section.pb {
   padding-bottom:100px;
}

section.pb-contact {
   padding-bottom:50px;
}



.div-section-page {
    width: 50%;
    height: auto;
    position: relative;
}

.div-section-page.right {
    height: 500px;
    /* height:auto; */
}


.div-section-page.left {
    height: 500px;
     /* height:auto; */
}

/*#endregion */

/*#region HOME*/

.ul-section-primary {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    margin-left: 200px;
    /* margin-top: 70px; */
    margin-top: 50px;
    width:calc(50% - 200px);
}

.ul-section-primary > li:first-child {
    position: relative;
    width:250px;
    height:50px;
    border-radius: 100px;
    background-color:var(--color-primary);
}

.ul-section-primary > li:first-child h1 {
    font-size: 12pt;
    font-weight: 700; 
    color:#FFF;   
}

.ul-section-primary > li:first-child h2 {
    font-size: 12pt;
    font-weight: 700; 
    color:#FFF;   
}

.ul-section-primary > li:first-child h1 span.active {
    
    height:40px;
    width:40px;
    background-color:var(--color-primary);
    padding:10px;
    color:#FFF;
    
}

.ul-section-primary > li:nth-child(2) {
    margin-top: 10px;
}

.ul-section-primary > li:nth-child(2) p {
    font-weight: 700;
    font-size: 52pt;
    line-height: 80px; 
}

.ul-section-primary > li:nth-child(2) p > span.dot {
    color:var(--color-primary);
    font-size: 52pt;
}

.ul-section-primary > li:nth-child(3) {
    margin-top: 20px;
}

.ul-section-primary > li:nth-child(3) p {
    width: 100%;
    font-size: 14pt;
    font-weight: 600;;
    line-height: 25px;
    color: var(--font-color);
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
}

body.dark .ul-section-primary > li:nth-child(3) p {
    color: var(--font-color2);
}

.ul-section-primary > li.li-button {
    background-color: transparent;
    margin-top: 20px;
    height: 100px;
}

.ul-section-primary > li.li-button .lb-primary {
    height: 100px;
    width: 100px;
    background-color: #22bb33;
    position: absolute;
    left: 0;
    border-radius: 50%;
    animation: pulse3 2s infinite;
}

/* .ul-section-primary > li.li-button .lb-primary:hover {
    background-color: var(--color-primary);
} */

.ul-section-primary > li.li-button .lb-primary i {
    font-size: 21pt;
    color: #FFF;
    transition: color .4s ease-in-out;
}

.ul-section-primary > li.li-button .lb-primary:hover i {
    color: var(--font-panel-color);
}

.ul-section-primary > li.li-button .lb-primary.second {
    border: none;
    margin-left: 120px;
    width: 200px;
    border-radius: 0%;
    background-color:transparent;
    animation: none;
}

.ul-section-primary > li.li-button .lb-primary.second i.arrow {
    font-size: 16pt;
    color: #22bb33;
    margin-right: 20px;
}

.ul-section-primary > li.li-button .lb-primary.second span.primary {
    color: var(--font-color);
    font-size: 16pt;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
    font-weight: 600;
}

.ul-section-primary > li.li-button .lb-primary.second p.span-second {
    font-weight: 500;font-size: 10pt;margin-left:45px;white-space: nowrap;margin-top:5px;
}



body.dark .ul-section-primary>li.li-button .lb-primary.second span {
    color: var(--font-color2);
}


.div-home-image {
    width:calc(50% - 200px);
    height:calc(100vh - 250px);
    height: calc(var(--vh, 1vh) * 100 - 250px);
    position: absolute; 
    bottom:100px; 
    right:0;
    margin-right:200px;
}

.div-home-image .div-home-body {
    width:100%;height:100%;position: relative;
}



.div-home-image img {
    height:auto;width:90%;margin-top:-50px;
}


.div-home-image img.second {
    position: absolute;bottom:0;left:0;height:85%;width:auto;
}


.div-home-image .div-circle-primary {
    height:200px;width:200px;position: absolute;bottom:0;right:0;background-color: var(--color-primary);margin-bottom:130px;z-index:1000;border-radius: 50%;margin-right:30px;
}

.div-home-image .div-circle-primary span.text {
    font-size: 12pt;font-weight: 600;color:#FFF;
}

.div-home-image .div-circle-primary span.value {
    font-size: 28pt;font-weight: 800;color:#FFF;
}




.div-home-image .div-circle-secondary {
    height:110px;width:110px;position: absolute;bottom:0;right:0;background-color: #031624;margin-bottom:90px;z-index:1000;border-radius: 50%;margin-right:160px;
}

.div-home-image .div-circle-secondary span.text {
    font-size: 6pt;font-weight: 800;color:#FFF;
}

.div-home-image .div-circle-secondary span.value {
    font-size: 8pt;font-weight: 800;color:var(--color-primary);
}

body.dark .div-home-image .div-circle-secondary {
    background-color: var(--background-color4);
}


/*#endregion */

ul.ul-team {
    width:100%;height:100%;margin-top:50px;
}


ul.ul-team > li:first-child {
    height:300px;width:100%;background-color:#EEE;position: relative;border-radius: 50px 50px 0px 0px;
}

body.dark ul.ul-team > li:first-child {
   background-color: var(--background-color4);
}

ul.ul-team-socials > li {
    height:40px;width:40px;background-color:#B9B9B9;border-radius: 50%;margin-top:10px;
}


body.dark ul.ul-team-socials > li {
    background-color: #000;
}

ul.ul-team > li.li-img {
    height:250px;
}

ul.ul-team > li.li-img img {
    width:auto;height:300px;position: absolute;bottom:0;left:0;
}

ul.ul-team > li.li-text {
    height:100px;width:100%;background-color:var(--color-primary);border-radius:  0px 0px 50px 50px;
}

ul.ul-team > li.li-text > ul > li.li-icon {
    width:80px;height:auto;
}

ul.ul-team > li.li-text > ul > li.li-name {
    width:calc(100% - 80px);height:100%;
}

ul.ul-team > li.li-text > ul > li.li-name h3 {
    font-size: 14pt;color:#FFF;
}

ul.ul-team > li.li-text > ul > li.li-name span {
    font-size: 9pt;margin-right:5px;font-weight: 600;color:#FFF;
}



ul.ul-team > li.li-desc {
    width:100%;padding:20px;height:150px;
}

ul.ul-team > li.li-desc p {
    text-align: center;font-size: 12pt;
}



/*#region FOOTER*/

footer {
    background-color: #00aee4;
    width: 100%;
    height: 100px;
    position: relative;
}

footer span {
    color: #FFF;
}


/*#endregion */

/*#region RESPONSIVE*/
@media screen and
(min-width:992px) and
(max-height:850px) {

    .div-page-theme {
        margin-top:65px;
        -webkit-transition: margin-top .4s linear;
        -moz-transition: margin-top .4s linear;
        -o-transition: margin-top .4s linear;
        transition: margin-top .4s linear;
    }

    i.icon-mouse {
        bottom:250px;
    }

    .progress-container {
        bottom:130px;
    }

    .lb-on-top {
        bottom: 50px;
    }

.rotated-outer {
    bottom:470px;
}

.ul-section-primary {
    margin-top:80px;
}

}

@media screen and
(min-width:992px) and
(max-height:800px) {

    .follow-text {
        display:none;
    }

    .rotated-outer {
        bottom:50%;
        transform: translate(-50%,50%);
    }

    i.icon-mouse {
        bottom:240px;
    }

    .progress-container {
        bottom:120px;
    }

    .lb-on-top {
        bottom: 30px;
    }

    .ul-section-primary { 
        top: inherit;
        margin-top:0px;
        bottom:100px;
        transform: none;
    }

    .div-home-image img {
        height: 70%;width:auto;
        margin-top: 0px;
    }

.div-home-image .div-circle-primary {
    height: 150px;
    width: 150px;
}

.div-home-image .div-circle-primary span.value {
    font-size: 21pt;
}

.div-home-image .div-circle-primary span.text {
    font-size: 9pt;
}

.div-home-image .div-circle-secondary {
    height:90px;
    width:90px;
    margin-right: 140px;
}

.div-home-image .div-circle-secondary span.text {
    font-size: 5pt;
}

.div-home-image .div-circle-secondary span.value {
    font-size: 7pt;
}

  /*   .div-home-image img {
        height:85%;width:auto;
    } */

    /* header.header-primary .div-header-left img {
        height:150px;
    }

    .div-home-image img {
        height:85%;
    }

    .ul-section-primary > li:nth-child(2) p {
        font-size: 90pt;
        line-height: 100px;
    } */

    /* .ul-section-primary > li:nth-child(3) p {
        width:90%;
    }

    .ul-section-primary > li.li-button {
        height:80px;
        margin-top:20px;
    }

    .ul-section-primary > li.li-button .lb-primary {
        height:80px;
        width:80px;
    }

    .ul-section-primary > li.li-button .lb-primary i {
        font-size: 18pt;
    }

    .ul-section-primary > li.li-button .lb-primary.second i.arrow {
        font-size: 14pt;
    }

    .ul-section-primary > li.li-button .lb-primary.second span {
        font-size: 14pt;
    } */

}

@media screen and (min-width:992px) and (max-height:700px) {

    header.header-primary {
        height: 110px;
    }

    header.header-primary.active {
        top: -40px;
    }

    header.header-primary .div-header-top {
        height: 40px;
    }

    header.header-primary .div-header-left {
        height: 70px;
    }

    header.header-primary .div-header-left .div-header-logo {
        height: 70px;
    }

    header.header-primary .div-header-center {
        height: 70px;
    }

    header.header-primary .div-header-right {
        height: 70px;
    }

    header.header-primary .div-header-lang {
        height: 70px;
    }

    header.header-primary .div-header-menu {
        height: 70px;
    }

    .div-home-image {
        height: calc(100vh - 210px);
        height: calc(var(--vh, 1vh)* 100 - 210px);
    }

    

    .rotated-outer {
        margin-bottom: 30px;
    }


   /*  header.header-primary .div-header-left img {
        height: 130px;
    }

    .ul-section-primary>li:nth-child(3) {
        margin-top: 10px;
    }

    .ul-section-primary>li.li-button {
        margin-top: 10px;
    } */

    ul.ul-menu {
        height: 60px;
        padding: 0px 50px;
        border-radius: 30px;
    }

    ul.ul-menu-action {
        height:70px;
    }

    
   



    ul.ul-menu-action .lb-menu-action {
        width: 50px;
        height: 50px;
    }

    ul.ul-menu-action .lb-menu-action i {
        font-size: 14pt;
    }

    .ul-section-primary > li:nth-child(3) {
        display:none;
     }


     .div-page-theme {
        margin-top:45px;
        -webkit-transition: margin-top .4s linear;
        -moz-transition: margin-top .4s linear;
        -o-transition: margin-top .4s linear;
        transition: margin-top .4s linear;
    }

   


}

@media screen and
(min-width:992px) and
(max-height:600px) {

    i.icon-mouse {
       display:none;
    }

    .progress-container {
        display:none;
    }

    .rotated-outer {
        margin-bottom:-50px;
    }

   .div-home-image img.second {
    left:40%;transform: translate(-40%,0%);
}

}


@media screen and
(min-width:992px) and
(max-height:550px) {


    .ul-section-primary > li.li-button {
        display:none;
    }

}



@media screen and
(min-width:992px) and
(max-height:500px) {

   .div-circle-secondary {
    display:none;
   }

   .div-home-image .div-circle-primary {
     display:none;
   }

}

@media screen and
(min-width:992px) and
(max-height:450px) {

    .rotated-outer {
        display:none;
    }

    .ul-section-primary > li:first-child {
        display:none;
    }

    

}

@media screen and
(min-width:992px) and
(max-height:400px) {

    .ul-section-primary  {
        display:none;
    }

    .div-home-image {
        display:none;
     }

}


@media screen and
(min-width:992px) and
(max-height:270px) {

    .lb-on-top {
       display:none;
    }

    .div-home-logos {
        display:none;
    }

}


@media screen and
(min-width:992px) and
(max-height:180px) {

    .div-page-theme {
        display:none;
    }

}
/*#endregion */

/*#region LOGO-SLEDER*/
@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}


.div-slider {
    width: 100%;
    height: 100px;
    z-index: 999;
}

.logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 5%, #000 95%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 5%, #000 95%, rgba(0, 0, 0, 0) 100%);
    margin-top: 0px;
}

.logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slide 10s linear infinite;
}

.logos-slider-container img {
    width: 70px;
    max-width: 100px;
    margin-right: 100px;

}

.div-home-logos {
    position: absolute;bottom:0;background-color:#FFF;height:auto;width:calc(100% - 400px);margin-left:200px;
}

body.dark .div-home-logos {
    background-color:var(--background-color2);
}



/*#endregion */


@media screen and (max-width:1800.98px) {

ul.ul-section-header p {
    font-size: 14pt;
}


.div-contract-panel-open ul > li.li-value span.value {
     font-size: 14pt;
}

.div-contract-panel-socials ul a {
    font-size: 18pt;
}


img.logo-footer {
    height:60px;
}


ul.ul-contact-items > li.li-value span {
    font-size: 14pt;

}

ul.ul-contact-items > li.li-value2 span {
    font-size: 14pt;
}


.div-panel-article ul.ul-article-text.medium {
padding:30px;
}


.div-panel-article ul.ul-article-text p.name {
    font-size: 14pt;
}

.div-panel-article ul.ul-article-text p.description {
    font-size: 9pt;
}

.div-panel-article ul.ul-article-text.medium p.description {
    font-size: 8pt;
}

.div-panel-article ul.ul-article-text.medium p.name {
    font-size: 12pt;
}

.div-panel-article ul.ul-article-text.medium {
    width:60%;
}

.div-panel-article ul.ul-article-text.medium li.li-date {
    margin-top:-7px;
}


.div-panel-article ul.ul-article-text.medium ul.ul-article-user span.user {
    font-size: 8pt;
}

.div-panel-article ul.ul-article-text.medium ul.ul-article-user span.date {
    font-size: 6pt;
}

.div-panel-article ul.ul-article-text.medium ul.ul-article-user i {
    font-size: 6pt;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-user span.date {
    font-size: 5pt;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-user i {
    font-size: 5pt;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-user span.user {
    font-size: 7pt;
}

.div-panel-article ul.ul-article-text.small li.li-date {
    margin-top:-10px;
}





.div-home-logos {
    width:calc(100% - 340px);margin-left:170px;
}




  section.primary {
        padding-top:70px;padding-bottom:70px;
     }

     section.pt {
    padding-top: 70px;
}

   section.pb {
    padding-bottom: 70px;
}

    /*#region HEADER*/
    header.header-primary {
        padding-left: 170px;
        padding-right: 170px;
    }


header.header-primary .div-header-left {
    width:170px;
}

header.header-primary .div-header-center {
    width: calc(100% - 340px);
}
    

    header.header-primary .div-header-top-left {
        width: 400px;
    }

    header.header-primary .div-header-top-center {
        width: calc(100% - 800px);
    }

    header.header-primary .div-header-top-right {
        width: 400px;
    }
    /*#endregion */

    /*#region PANEL-LEFT*/

    aside.left {
        width:170px;
    }

    /*#endregion */

    /*#region PANEL-RIGHT*/

    aside.right {
        width:170px;
    }

    /*#endregion */
   
    /*#region CONTAINER*/
    .div-container {
        margin-left:170px;width:calc(100% - 340px);
    }

 .div-container.second {
    margin-left: 340px;
                    width: calc(100% - 680px);
 }



    /*#endregion */

    ul.ul-menu {     
        gap:30px;
        font-size: 11pt;
    }
    
   /*#region HOME*/

   .ul-section-primary {
       margin-left: 170px;
       width: calc(50% - 170px);
   }

   .ul-section-primary > li:nth-child(2) p {
    font-size: 46pt;
    line-height: 73px;
   }


   .div-home-image {
       width: calc(50% - 170px);
       margin-right: 170px;
   }

   /*#endregion */


ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon {
     width: 50px;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon i {
     font-size: 10pt;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text {
     width: calc(100% - 50px);
 }


 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text span.primary {
     font-size: 7pt;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text span.secondary {
     font-size: 7pt;
 }

.div-section-image-right {
    margin: 0px 0px 50px 0px;
    width: calc(100% - 50px);
    height: 70%;
}

.div-section-image-right.third{
    margin-right:50px;
    width: calc(100% - 50px);
}

.div-section-image-left {
    margin: 0px 50px 0px 0px;
    width: calc(100% - 50px);
}

 ul.ul-services li.li-text h3 {
     font-size: 12pt;
 }

ul.ul-services li.li-text p {
    font-size: 10pt;
}

table.table-about tr:not(.tr-first)>td:first-child p {
    font-size: 12pt;
}

table.table-about tr:not(.tr-first)>td:nth-child(1) i {
    font-size: 14pt;
}

table.table-about tr:not(.tr-first)>td:nth-child(2) i {
    font-size: 21pt;
}

table.table-about tr:not(.tr-first)>td:nth-child(3) i {
     font-size: 21pt;
}

ul.ul-references-point h3 {
    font-size: 64pt;
}

ul.ul-services-card > li.li-desc {
    padding:0px 45px;
}

ul.ul-services-card > li.li-desc p {
    font-weight: 500;
}

ul.ul-services-card > li.li-footer {
    padding: 0px 40px 30px 40px;
}

ul.ul-team > li.li-text > ul > li.li-icon {
    width:60px;
}

ul.ul-team > li.li-text > ul > li.li-name {
    width: calc(100% - 60px);
}

}

@media screen and (max-width:1600.98px) {


ul.ul-section-header p {
    font-size: 14pt;
}



ul.ul-article-type {
   gap:15px;
   height: 40px;
}

ul.ul-article-type > li {
    border-radius: 20px;padding:0px 20px;
    font-size: 8pt;
}

.div-article-body ul {
    padding: 0px 100px;
    margin-top: 30px;
}

.div-article-body ul > li {
    margin-top:20px;
}

.div-article-body p {
    margin-top:30px;
}

.div-article-body h2 {
    margin-top:40px;
}



.div-panel-article ul.ul-article-text p.name {
    font-size: 14pt;
}

.div-panel-article.second ul.ul-article-text.small > li.li-button-detail {
    height:50px;
    width:50px;
    right: -10px;
    bottom: -10px;
}

.div-panel-article ul.ul-article-text.small > li.li-button-detail i {
    font-size: 14pt;
}



.div-references-point {
    border-radius: 70px;
}



    /*#region HOME*/
    /*#endregion */

    /*#region HEADER*/

    header.header-primary {
        
        padding-left: 160px;
        padding-right: 160px;
    }


   
/*     header.header-primary .div-header-left {
        width: 250px;
    }
 */
   /*  header.header-primary .div-header-center {
        width: calc(100% - 500px);
    } */


    header.header-primary .div-header-lang {
        width:150px;
    }

    /*#endregion */

    /*#region CONTAINER*/
    .div-container {
        margin-left:160px;width:calc(100% - 320px);
    }

 .div-container.second {
    margin-left: 320px;
                    width: calc(100% - 640px);
 }



    /*#endregion */

    /*#region MENU*/
    ul.ul-menu {
        gap:20px;
       
    }
    /*#endregion */

    /*#region PANEL-LEFT*/
   aside.left {
    width:160px;
}
    /*#endregion */

    /*#region PANEL-RIGHT*/
    aside.right {
        width:160px;
    }
    /*#endregion */

    /*#region HOME*/

 .ul-section-primary {
    margin-left: 160px;
    width:calc(50% - 160px);
}

.ul-section-primary > li:first-child {
    width:220px;
    height:45px;
    border-radius: 90px;
}

.ul-section-primary > li:first-child h1 { 
    font-size: 10pt;
}


.ul-section-primary > li:nth-child(3) p {
    font-size: 12pt;
}



.ul-section-primary > li:nth-child(2) p {
    font-size: 40pt;
    line-height: 60px;
   }


.div-home-image {
    width:calc(50% - 160px);   
    margin-right:160px;
}
   
ul.ul-slider-nav ul.ul-slider-nav-body > li.li-icon {
    width: 40px;
}

ul.ul-slider-nav ul.ul-slider-nav-body > li.li-text {
     width:calc(100% - 40px);   
}


    /*#endregion */
   


ul.ul-services-card > li.li-desc p {
    font-size: 9pt;
}

ul.ul-services-card > li.li-text {
    margin-top:50px;
    padding:0px 40px;
}

ul.ul-services-card > li.li-text span {
    font-size: 13pt;
}

    ul.ul-services-card > li.li-footer {
        padding: 0px 45px 30px 45px;
    }

    .question ul > li.li-text p {
        font-size: 9pt;
    }

.answer p {
    font-size: 10pt;
}




}

@media screen and (max-width:1439.98px) {

.div-contract-panel-open {
    height: 120px;
}

.div-contract-panel-socials {
     height: 120px;
}




ul.ul-contact-items {
    padding: 30px 0px;
}



header.header-primary.detail .div-header-menu {
    height:70px;
}


img.logo-footer {
    height: 50px;
}


ul.ul-spider > li ul.ul-spider-body > li:first-child {
    height:70px;
}

ul.ul-spider > li ul.ul-spider-body > li:nth-child(2) {
    height:70px;
}

ul.ul-section-header > li.headline-with-line h2 {
    font-size: 11pt;
}

ul.ul-section-header h3 {
    font-size: 28pt;
    line-height: 42px
}


ul.ul-section-header p {
    font-size: 13pt;
}


ul.ul-menu-action > li:last-child {
    margin-top:-7px;
}

.div-page-theme {
    margin-top:45px;
}


.div-home-image .div-circle-primary {
    height: 150px;
    width: 150px;
}

.div-home-image .div-circle-primary span.value {
    font-size: 21pt;
}

.div-home-image .div-circle-primary span.text {
    font-size: 9pt;
}

.div-home-image .div-circle-secondary {
    height:90px;
    width:90px;
    margin-right: 140px;
}

.div-home-image .div-circle-secondary span.text {
    font-size: 5pt;
}

.div-home-image .div-circle-secondary span.value {
    font-size: 7pt;
}



 ul.ul-article-type {
  flex-wrap: wrap; /* přidáno */
 height: auto; /* změněno z 50px, jinak by omezovalo zalomení */
 }

 ul.ul-article-type > li {
     height: 50px;
      display: flex;
    align-items: center;
    flex: 1 0 auto; /* výchozí flexibilní chování */
}


ul.ul-article-type > li {
    flex: 1 0 calc(33.333% - 20px); /* 3 na řádek s mezerou */
  }

.div-panel-article ul.ul-article-text > li.li-button-detail {
    height: 70px;
    width: 70px;
}

.div-panel-article ul.ul-article-text > li.li-button-detail i {
    font-size: 18pt;
}


.div-panel-article ul.ul-article-text  li.li-date {
   margin-top:-7px;
}



.div-review {
    height:300px;
}



.div-review .div-review-body {
height:calc(100% - 120px);
}


.div-review .div-review-body p {
padding:0px 20px;font-size: 10pt;
}

.div-review  .div-review-footer {
height:70px;width:100%;
}

.div-review  .div-review-footer .div-start {
padding:20px;
}


.div-review  .div-review-footer ul > li.li-icon .div-circle {
width:40px;height:40px;
}

.div-review  .div-review-footer ul > li.li-icon .div-circle img {
height:15px;
}

.div-review  .div-review-footer ul > .li-text {
width:calc(100% - 40px);
}

.div-review  .div-review-footer ul > .li-text ul {
padding-left:10px;
}

.div-review  .div-review-footer ul > .li-text ul span.name {
font-size: 9pt;
}

.div-review  .div-review-footer ul > .li-text ul span.value {
font-size: 8pt;margin-right:3px;
}
























.div-home-logos {
    width:calc(100% - 200px);margin-left:100px;
    height:70px;
}

.div-slider {
   height:70px;
}

table.table-about tr:not(.tr-first) {
    height:70px;
}

.logos-slider-container img {
    width: 60px;
    max-width: 80px;
    margin-right: 80px;
}

    .div-references-point {
    border-radius: 50px;
}

    section.pt {
        padding-top: 50px;
    }

     section.pb {
    padding-bottom: 50px;
}


table.table-about tr.tr-first>td:nth-child(1) p {
    font-size:12pt;
}


 ul.ul-services-card .section-bg-img {
    height:170px;border-radius: 40px 40px 0px 0px;
}

ul.ul-services-card > li.li-icon {
    height: 70px;
    width: 70px;
    top: 130px;
}

ul.ul-services-card > li.li-icon i {
    font-size: 16pt;
}


ul.ul-services-card > li.li-footer {
        padding: 0px 30px 30px 30px;
    }



ul.ul-services-card > li.li-text {
    padding: 0px 30px;
}

ul.ul-services-card > li.li-text span {
    font-size: 12pt;
}



    ul.ul-services-card > li.li-desc {
        padding: 0px 30px;
    }










section.primary {
    padding-top: 50px;
    padding-bottom: 50px;
}



    /* .div-section-image-right {
        margin:0px;width:100%;height:400px;position: relative;margin-top:0px;
    }

    .div-section-image-left {
        margin:0px;width:100%;height:400px;position: relative;margin-bottom: 0px;
    } */

        /* .div-section-image-right.third {
        margin-right: 0px;
        width: 100%;
    } */



    /*#region HEADER*/

header.header-primary {
    height:120px;
}


header.header-primary .div-header-top {
    height:40px;
}

header.header-primary.active {
    top: -40px;
}

header.header-primary .div-header-left {
    height:80px;
}

header.header-primary .div-header-left .div-header-logo {
      height:80px;
}

header.header-primary .div-header-center {
    height:80px;
}

header.header-primary .div-header-right {
    height:80px;
}

ul.ul-menu-action .lb-menu-action {
    height:50px;
    width:50px;
}


    header.header-primary {
        
        padding-left: 100px;
        padding-right: 100px;
    }


    header.header-primary .div-header-left .div-header-logo {
        width: calc(100% - 60px);
    }

    header.header-primary .div-header-menu {
        width:60px;
    }

   


    header.header-primary .div-header-menu .div-header-menu-circle {
        width:60px;
        height:60px;
    }


    ul.ul-menu-action {
        width:85px;
    }




/*#endregion */

    /*#region CONTAINER*/
.div-container {
    margin-left:100px;width:calc(100% - 200px);
}

 .div-container.second {
    margin-left: 200px;
                    width: calc(100% - 400px);
 }



/*#endregion */

    /*#region PANEL-LEFT*/
aside.left {
    width:100px;
}
/*#endregion */

    /*#region PANEL-RIGHT*/

aside.right {
    width:100px;
}

.lb-on-top {
    height:50px;
    width:50px;
    bottom: 30px;
}

.progress-container {                          
    bottom: 100px; 
    width: 1.5px; 
    height: 100px;                                                                
}

.ul-social-panel {                                  
    font-size: 10pt;
}

i.icon-mouse {                                 
    bottom: 220px;                              
}

.switcher-toggler {
    width: 40px;
    height: 40px;
}

.switcher-label.vertical {
    width: 40px;
    height: 80px;
    flex-direction: column;
}

.switcher-label.horizontal {
    width: 80px;
    height: 40px;
    flex-direction: row;
}

                .switcher-label.vertical i:last-child {
                    margin-bottom: 10px;
                }

                .switcher-label.vertical i:first-child {
                    margin-top: 10px;
                }

                .switcher-label.horizontal img:first-child {
                    margin-left: 2px;
                }

                .switcher-label.horizontal img:last-child {
                    margin-right: 2px;
                }

                .switcher-label i, .switcher-label img {
                    font-size: 12pt;
                }

            
                .switcher-label img {
                    height:15px;
                    width:15px;
                }


/*#endregion */

    /*#region MENU*/


    ul.ul-menu {
        padding: 0px 20px;
        gap:10px;
        font-size: 10pt;
        height:60px;
    }

    #hamburger-9 {
        transform: scale(0.5);
    }

    #hamburger-9.is-active {
        -webkit-transform: rotate(45deg) scale(0.5);
        -ms-transform: rotate(45deg) scale(0.5);
        -o-transform: rotate(45deg) scale(0.5);
        transform: rotate(45deg) scale(0.5);
    }

    .ul-section-primary > li.li-button .lb-primary.second p.span-second {
        margin-left:40px;
        font-weight: 600;
    }



    /*#endregion */
                      
    /*#region HOME*/


ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon {
     width: 35px;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon i {
     font-size: 9pt;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text {
     width: calc(100% - 35px);
 }


 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text span.primary {
     font-size: 6pt;
 }

 ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text span.secondary {
     font-size: 6pt;
 }


    .ul-section-primary {
        margin-left: 100px;
        width:calc(50% - 100px);
    }

    .ul-section-primary > li:nth-child(2) p {
        font-size: 42pt;
        line-height: 60px;
        width: 100%;
    }

    .ul-section-primary > li:nth-child(3) p {
        font-size: 12pt;
        line-height: 20px;
    }

    .ul-section-primary > li.li-button .lb-primary.second {
        margin-left:100px;
    }

    .ul-section-primary > li.li-button .lb-primary.second span.primary {
        font-size: 14pt;
    }

    .ul-section-primary > li.li-button .lb-primary.second i.arrow {
        font-size: 14pt;
    }

    .ul-section-primary > li.li-button .lb-primary {
        height:80px;
        width:80px;
    }

    .ul-section-primary > li.li-button .lb-primary i {
        font-size: 18pt;
    }

    .ul-section-primary > li.li-button {
        margin-top:20px;
    }

    .div-home-image {
        width:calc(50% - 100px);   
        margin-right:100px;
        height: calc(var(--vh, 1vh) * 100 - 190px);
        bottom: 70px;
    }


/*#endregion */


ul.ul-services li.li-text h3 {
    font-size: 11pt;
}


ul.ul-services li.li-text p {
    font-size: 9pt;
}

table.table-about tr:not(.tr-first)>td:first-child p {
    font-size: 11pt;
}

table.table-about tr:not(.tr-first)>td:nth-child(2) i {
    font-size: 18pt;
}

    table.table-about tr:not(.tr-first)>td:nth-child(3) i {
        font-size: 18pt;
    }

    ul.ul-references-point h3 {
        font-size: 56pt;
    }

ul.ul-references-point h4 {
    font-size: 12pt;
}


   ul.ul-references-point > li.li-description {
   
    padding: 0px 30px;
}


ul.ul-spider > li ul.ul-spider-body > li:nth-child(2) p {
    font-size: 12pt;
}

ul.ul-spider > li ul.ul-spider-body-second p {
    font-size: 10pt;
    line-height: 18px;
}

ul.ul-spider > li ul.ul-spider-body > li .div-circle-action {
    height:60px;
    width:60px;
}





.div-panel-article ul.ul-article-text {
    margin:30px;
    width:70%;
    padding: 30px 50px 30px 30px;
}

.div-panel-article ul.ul-article-text.medium {
    margin:40px;
    width:60%;
}

.div-panel-article ul.ul-article-text.small {
   margin:20px;
   width:80%;
   padding: 20px;
}

.div-panel-article ul.ul-article-text p.name {
    font-size: 12pt;
}

.div-panel-article ul.ul-article-text p.description {
    font-size: 8pt;
}


.div-panel-article ul.ul-article-text.medium p.name {
   font-size: 12pt;
}

.div-panel-article ul.ul-article-text.small p.name {
    font-size: 7pt;
}

.div-panel-article.second ul.ul-article-text.small > li.li-button-detail {
    height: 40px;
        width: 40px;
}


.div-panel-article ul.ul-article-text.medium p.description {
  font-size: 8pt;
}

.div-panel-article ul.ul-article-text.small p.description {
   font-size: 5pt;
}


.div-panel-article ul.ul-article-text ul.ul-article-settings i {
    font-size: 12pt;margin-right:5px;
}


.div-panel-article ul.ul-article-text ul.ul-article-settings span {
    font-size: 12pt;font-weight: 500;
}

.div-panel-article ul.ul-article-text.medium ul.ul-article-settings i {
    font-size: 10pt;margin-right:4px;
}


.div-panel-article ul.ul-article-text.medium ul.ul-article-settings span {
    font-size: 10pt;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-settings i {
    font-size: 8pt;margin-right:3px;
}


.div-panel-article ul.ul-article-text.small ul.ul-article-settings span {
    font-size: 8pt;
}

.div-panel-article ul.ul-article-user span.user {
    font-size: 8pt;
}

.div-panel-article ul.ul-article-user span.date {
    font-size: 6pt;
}

.div-panel-article ul.ul-article-user i {
    font-size: 6pt;
}

ul.ul-team > li.li-img img {
    height:270px;
}

ul.ul-team > li.li-text > ul > li.li-icon {
    width:50px;
}

ul.ul-team > li.li-text > ul > li.li-name {
    width:calc(100% - 50px);
}

ul.ul-team > li.li-desc p {
    font-size: 10pt;
}

.div-contract-panel-open ul > li.li-value span.value {
    font-size: 14pt;
}

ul.ul-contact-items > li.li-value2 span {
    font-size: 12pt;
}

ul.ul-contact-items > li.li-value span {
     font-size: 12pt;
}




}

@media screen and (max-width:1199.98px) {

ul.ul-article-header h3 {
    font-size: 26pt;
    line-height: 40px;
}


 ul.ul-personal-data {
    width: calc(100% - 100px);
    padding-right: 100px;
 }




header.header-primary.detail .div-header-center {
    width: calc(100% - 380px);
}



ul.ul-contact-items > li.li-name span {
    font-size: 10pt;
}

ul.ul-contact-items > li.li-name i {
   font-size: 10pt;
}

    ul.ul-contact-items > li.li-value span {
        font-size: 10pt;
    }










ul.ul-section-header > li.headline-with-line h2 {
    font-size: 10pt;
}

ul.ul-section-header h3 {
    font-size: 26pt;
    line-height: 40px
}

.div-panel-article {
    height:400px;
}

    .div-panel-article ul.ul-article-text {
        margin: 30px;
        width: 50%;
        padding: 30px 50px 30px 30px;
    }

    .div-panel-article ul.ul-article-text.medium {
        margin: 30px;
        width: 50%;
        padding: 30px 50px 30px 30px;
    }

.div-panel-article ul.ul-article-text > li.li-button-detail {
    height: 70px;
        width: 70px;
}

.div-panel-article ul.ul-article-text.small {
    width: 60%;
    padding:30px;
}


.div-panel-article ul.ul-article-text.medium ul.ul-article-settings span {
    font-size: 12pt;
}

.div-panel-article ul.ul-article-text.medium ul.ul-article-settings i {
    font-size: 12pt;
    margin-right: 5px;
}

.div-panel-article ul.ul-article-text.small p.name {
    font-size: 8pt;
}

.div-panel-article ul.ul-article-text.small p.description {
    font-size: 7pt;
}






 ul.ul-slider-nav > li:first-child {
    padding-left:0px;
 }



.div-page-theme {
    margin-top:35px;
}



.div-home-image img.second {
    left:40%;transform: translate(-40%,0%);
}




header.header-primary .div-header-top {
    height:30px;
}

header.header-primary .div-header-left {
    height:70px;
}

header.header-primary .div-header-left .div-header-logo {
    height:70px;
}
 
header.header-primary .div-header-center {
    height:70px;
}

header.header-primary .div-header-right {
     height:70px;
}



   
.div-home-logos {
    width: calc(100% - 170px);
    margin-left:70px;
}



    /*#region HEADER*/
    
    header.header-primary {
        padding-left: 70px;
        padding-right:100px;
        height: 100px;
    }


    header.header-primary .div-header-left {
        width: 120px;
    }

    header.header-primary .div-header-left img {
       height:30px;
    }

    header.header-primary.active .div-header-left img {
        height:30px;
    }

    header.header-primary .div-header-center {
        width: calc(100% - 250px);
    }

    header.header-primary .div-header-right {
        width: 130px;
    }


    header.header-primary .div-header-left .div-header-logo {
        width: calc(100% - 50px);
    }



    header.header-primary .div-header-menu {
        width:50px;
    }

    header.header-primary .div-header-menu .div-header-menu-circle {
        width:50px;
        height:50px;
    }


    header.header-primary .div-header-lang {
        width:100px;
    }

     /*#endregion */

     /*#region MENU*/

     ul.ul-menu {
        height: 50px;
        border-radius: 30px;
        font-size: 8pt;
    }


   /*   ul.ul-menu {
        gap: 20px;
        font-size: 14pt;
    } */

    /*#endregion */

    /*#region CONTAINER*/
    .div-container {
        margin-left:70px;width:calc(100% - 170px);
    }

 .div-container.second {
    margin-left: 140px;
                    width: calc(100% - 280px);
 }



    /*#endregion */

    header.header-primary .div-header-top ul.ul-menu-top > li i {
        font-size: 9pt;margin-right:5px;
    }
    
    header.header-primary .div-header-top ul.ul-menu-top > li p {
        font-size: 8pt;
    }

    header.header-primary.active {
        top:-30px;
    }



    ul.ul-menu-action {
        width:70px;height:70px;
    }
    
    ul.ul-menu-action .lb-menu-action {
        width: 40px;
        height: 40px;
       
    }

    ul.ul-menu-action > li:last-child {
        margin-top:-3px;
    }

    ul.ul-menu-action .lb-menu-action i {
        font-size: 12pt;
    }

ul.ul-menu-action span {
    font-size: 7pt;
}



    /*#region PANEL-LEFT*/

aside.left {
    width: 70px;
}

/*#endregion */

    /*#region PANEL-RIGHT*/

aside.right {
    width: 100px;
}

/*#endregion */

    /*#region HOME*/

ul.ul-slider-nav ul.ul-slider-nav-body {
    display:block !important;
    text-align: center;
    margin-top:25px;
}


ul.ul-slider-nav ul.ul-slider-nav-body > li.li-icon {
     width: 100%;
     height:100%;
 }


  ul.ul-slider-nav ul.ul-slider-nav-body>li.li-text .div-start {
     justify-content: center;
 }

ul.ul-slider-nav ul.ul-slider-nav-body {
    margin-top:0px;
}

.ul-section-primary {
        position: absolute;
        bottom: 100px;
        top: inherit;
        transform: none;
        width: calc(100% - 170px);
        margin-left:70px;
        margin-right:100px;
    }

.ul-section-primary > li:nth-child(3) {
    margin-top: 30px;
    height:auto;
    overflow-y: auto;
}

.ul-section-primary > li:nth-child(3) p {
    background-color: transparent;
    width: 70%;
    font-size: 10pt;
}

.ul-section-primary > li:nth-child(2) {
    margin-top: 30px;
    height:80px;
}

.ul-section-primary > li:nth-child(2) p {
    /* font-size: 50pt;
    line-height: 50px; */
    width:80%;
}

.ul-section-primary > li.li-button {
    margin-top: 10px;
}

.ul-section-primary > li.li-button {
    height:80px;
}

.ul-section-primary > li.li-button .lb-primary {
    height: 70px;
    width: 70px;
}

.ul-section-primary > li.li-button .lb-primary.second {
    margin-left: 70px;
    width: 160px;
}

.ul-section-primary > li.li-button .lb-primary.second i.arrow {
    font-size: 12pt;
}

.ul-section-primary > li.li-button .lb-primary.second span.primary {
    font-size: 12pt;
}



    /*#endregion */
 
ul.ul-section-header p {
    font-size: 12pt;
}

ul.ul-services li.li-text h3 {
    font-size: 9pt;
}

ul.ul-services li.li-icon .div-circle {
    height: 60px;
    width: 60px;
}

ul.ul-services li.li-text p {
        font-size: 7pt;
    }

ul.ul-services li.li-text { 
padding:0px 10px;
}


table.table-about tr:not(.tr-first)>td:first-child p {
    font-size: 10pt;
}

ul.ul-references-point h4 {
        font-size: 10pt;
    }


ul.ul-references-point > li.li-description p {
    font-size: 8pt;
}

    ul.ul-references-point h3 {
        font-size: 48pt;
    }


    .div-home-image {
        width: calc(100% - 170px);
        height: calc(100vh - 450px);
        height: calc(var(--vh, 1vh) * 100 - 450px);
        bottom: inherit;
        top: 100px;
        transform: none;
        margin-left:70px;
        margin-right:100px;
    }


    body.dark ul.ul-slider-nav > li {
        background-color: var(--background-color4);
    }



.div-home-image img {
        width: auto;height:90%;margin-top:0px;
    }

body.dark ul.ul-slider-nav {
    background-color: transparent;
}

    
    ul.ul-slider-nav {
        display: block;
        position: absolute;
        top: 0;
        bottom: inherit;
        width: 50px;
        border-radius: 0px;
        background-color: transparent;
        left: 0;
    }


ul.ul-slider-nav > li {
        width: 50px;
        height: 50px;
        margin-top: 20px;
        border-radius: 50%;
        background-color: var(--background-color3);
    }

    ul.ul-slider-nav > li:first-child {
        border-radius: 50%;
    }

    ul.ul-slider-nav > li:last-child {
        border-radius: 50%;
    }


ul.ul-slider-nav ul.ul-slider-nav-body > li.li-text {
        display: none;
    }

ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon i {
    font-size: 12pt;
}


}

@media screen and (max-width:991.98px) {


 ul.ul-personal-data {
    width: calc(100% - 50px);
    padding-right: 50px;
 }


.div-page-theme {
    margin-top:45px;
}



.modal-content {
  height:60%;
  width:60%;
}

.modal-content p {
  font-size: 14pt;
}

.modal-content span {
  font-size: 36pt;
}

.div-modal-body {
    width:100px;height:100px;top:-50px;
}

.div-modal-body i {
   font-size: 36pt;
}


.div-home-image img {
      
        height: 80%;
        
    }



 body.dark ul.ul-slider-nav {
     background-color: transparent;
 }

.div-article-body h2 {
    font-size: 21pt;
}

.div-article-body ul { 
    padding: 0px 50px;
}

.div-article-body p {
     padding: 0px 25px;
}

ul.ul-menu > li::after {
    left:inherit;
    right: 0;
    height: 4px;
    bottom:-3px;
}

ul.ul-menu > li.active::after {
    width: 50px;
}

ul.ul-section-header.second h3 {
    font-size: 28pt;
    line-height: 38px;
}

ul.ul-section-header.second > li:nth-child(3) {
    padding:0px 30px;
}

.div-panel-article ul.ul-article-text {
    width:60%;
}

.div-panel-article ul.ul-article-text.medium {
     width:60%;
}

.div-panel-article ul.ul-article-text.small {
    width:75%;
}


.div-panel-article {
    height:350px;
   
}


.div-panel-article.second {
   height:350px;   
}






ul.ul-contract-footer-text > li {
    width: calc(100% - 200px);
    margin-left: 100px;
    margin-right: 100px;
}




.div-section-image-right.about {
        display: none;
    }





ul.ul-slider-nav ul.ul-slider-nav-body {
    margin-top:0px;
    display: flex !important;
}

ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon i {
    font-size: 12pt;
}



ul.ul-services li.li-text h3 {
    font-size: 12pt;
}


ul.ul-services li.li-text p {
    font-size: 10pt;
}

     section.primary {
        padding-top:100px;padding-bottom:20px;
     }


    section.pt {
        padding-top: 100px;
    } 










.div-section-image-right {
        margin: 0px;
        width: 100%;
        height: 400px;
        position: relative;
    }

    .div-section-image-right.second {
        height: 400px;
    }

    .div-section-image-right.third {
        margin-right: 0px;
        width: 100%;
         height: 400px;
    }


    .div-section-image-left {
        margin: 0px;
        width: 100%;
        height: 400px;
        position: relative;
    }



      header.header-primary .div-header-menu {
    display:inline;
    height:70px;
}

header.header-primary .div-header-left .div-header-logo {
    height:70px;
}



    ul.ul-slider-nav {
        display: block;position: absolute;top:0;bottom: inherit;width:50px;border-radius: 0px;;background-color: transparent;right:0;
     }

     ul.ul-slider-nav > li {
        width:50px;
        height:50px;
        margin-top:20px;
        border-radius: 50%;;
        background-color:var(--background-color3)
     }

     body.dark ul.ul-slider-nav > li {
       
        background-color:var(--background-color4)
     }

      body.dark ul.ul-slider-nav > li.active {
        background-color:var(--color-primary);
     }

     ul.ul-slider-nav > li:not(:first-child) {
      
        margin-top:10px;
        
     }

     ul.ul-slider-nav > li:first-child {
        border-radius: 50%;
     }
    
     ul.ul-slider-nav > li:last-child {
        border-radius: 50%;
     }

     ul.ul-slider-nav  ul.ul-slider-nav-body > li.li-icon {
        width:100%;
     }
    
     ul.ul-slider-nav  ul.ul-slider-nav-body > li.li-text {
       
        display: none;
     }



.div-home-image {
    margin-left:50px;
    margin-right:70px;
    width:calc(100% - 120px);
    height: calc(100vh - 495px);
    height: calc(var(--vh, 1vh) * 100 - 495px);
    top:110px;
}




.div-home-image .div-circle-primary {
    margin-bottom: 70px;
    height: 170px;
    width: 170px;
}

.div-home-image .div-circle-secondary {
    margin-bottom: 30px;
    height: 90px;
    width: 90px;
    margin-right: 140px;
}


.div-home-image .div-circle-secondary span.text {
    font-size: 5pt;
}

.div-home-image .div-circle-secondary span.value {
    font-size: 7pt;
}


.div-home-image .div-circle-primary span.text {
    font-size: 10pt;
}

.div-home-image .div-circle-primary span.value {
    font-size: 21pt;
}

.ul-section-primary {
   margin-left:50px;
    margin-right:70px;
    width:calc(100% - 120px);
    bottom: 70px;
}

    
    table.table-about tr.tr-first > td:first-child {
        width:calc(100% - 160px);
    }
    
    table.table-about tr.tr-first > td:nth-child(2) {
        width:80px;height:80px;border-radius: 40px 40px 0px 0px;
    }
    
    table.table-about tr.tr-first > td:nth-child(3) {
        width:80px;height:80px;
    }
    
    table.table-about tr:not(.tr-first)  {
        height:80px;
    }
    
    table.table-about tr:not(.tr-first) > td:first-child  {
        padding-right:30px;
    }
    
    table.table-about tr:not(.tr-first) > td:first-child p {
        font-size: 12pt;
    }

    table.table-about tr:not(.tr-first):last-child > td:nth-child(2) {
        border-radius:  0px 0px 40px 40px;
    }
    
    table.table-about tr:not(.tr-first) > td:nth-child(2) i  {
        font-size: 16pt;
    }
    
    table.table-about tr:not(.tr-first) > td:nth-child(3) i  {
       font-size: 16pt;
    }




    ul.ul-references-point {
        padding:20px;
    }
    
    ul.ul-references-point h3 {
        font-size: 42pt;
    }
    
    ul.ul-references-point span.active {
       font-size: 24pt;font-weight: 700;
    }
    
    ul.ul-references-point h4 {
        font-size: 10pt;
    }
    
    ul.ul-references-point p {
        font-size: 10pt;font-weight: 500;
    }

    ul.ul-references-point > li.li-description {
        padding:0px;
    }

    .div-references-point {
        padding:20px;
    }

















    /*#region HEADER*/
    header.header-primary .div-header-left {
        z-index: 1002;
        width:170px;
        height:70px;
    }

     

   
    header.header-primary .div-header-center {
            position: absolute;
            width: 100vw;
            right: -70px;
            height: 100vh;
            height: calc(var(--vh, 1vh) * 100);
            display: none;
        }
    
        header.header-primary.active .div-header-center {
            top: 50px;
        }
    
        header.header-primary.menu .div-header-center {
            display: block;
            background-color: #FFF;
        }

        body.dark header.header-primary.menu .div-header-center {
            background-color: var(--background-color2);
        }


        header.header-primary.menu .div-header-center .div-center {
            justify-content: end;
        }
    
        header.header-primary {
            height: 110px;
            padding-left: 50px;
            padding-right: 70px;
        }
    
        header.header-primary.active {
            top: -40px;
        }
    
        header.header-primary.hide {
            top: -50px;
        }
    
        header.header-primary .div-header-top {
            height: 40px;
        }
    
        header.header-primary .div-header-right {
            right: 0;
            position: absolute;
            margin-top: 40px;
            height:70px;
        }
    
        header.header-primary .div-header-top ul.ul-menu-top > li:first-child {
            width:100%;
         }

        /*  header.header-primary.menu .div-header-top ul.ul-menu-top > li:first-child {
          opacity:0;
         } */


     
         header.header-primary .div-header-top ul.ul-menu-top > li:last-child {
             display:none;
          }

          header.header-primary.menu .div-header-top ul.ul-menu-top > li:last-child {
            position: absolute;
            display:block;
            height:70px;
            margin-top: calc(100vh - 70px);
            margin-top: calc((var(--vh, 1vh)* 100) - 70px);
            right:0px;     
            width:100%;    
         }

         header.header-primary .div-header-top ul.ul-menu-top > li:last-child ul.ul-top-open {
            margin-right:0px;
            margin-left:10px;          
        }

        header.header-primary .div-header-top ul.ul-menu-top > li:last-child ul.ul-top-adress {
            margin-right:0px;
            margin-left:10px;
            margin-top:3px;
        }

         header.header-primary .div-header-top ul.ul-menu-top > li:last-child .div-end {
            display:block;
            position: absolute;
            top:50%;
            height:auto;
            transform: translate(0%,-50%);
        }

         header.header-primary.active.menu .div-header-top ul.ul-menu-top > li:last-child {
            top:50px;
         }


    
        /*#endregion */
    
    /*#region CONTAINER*/
                .div-container {
                    width: calc(100% - 200px);
                    margin-left: 100px;
                }
        
                .div-container.second {
                    margin-left: 70px;
                    width: calc(100% - 140px);
                }



        /*#endregion */

    /*#region HOME*/




    /*#endregion */

    /*#region MENU*/

        ul.ul-menu {
            display: block;
            gap: 0px;
            font-size: 18pt;
            margin-right: 80px;
            width:calc(100% - 80px);
            border-radius: 0px;
            height:auto;
            padding:0px;
            background-color: #FFF;
        }


        body.dark ul.ul-menu {
            background-color:var(--background-color2);
        }



        ul.ul-menu > li {
           margin-top:10px;
        }

        ul.ul-menu > li a {
            color: #031624 !important;
        }

        body.dark ul.ul-menu > li a {
            color: #FFF !important;
        }
    
        ul.ul-menu>li .div-center {
            justify-content: end;
        }

        ul.ul-menu-action span {
            font-size: 7pt;
        }



    /*#endregion */
      
    /*#region PANEL-LEFT*/

aside.left {
    width: 50px;
}


    /*#endregion */
    
    /*#region PANEL-RIGHT*/

    aside.right {
        width: 70px;
        z-index:1002;
    }

    .ul-social-panel i {
        font-size: 12pt;
    }



    .lb-on-top {
        height: 40px;
        width: 40px;
        bottom: 20px;
    }

    .lb-on-top i {
        font-size: 12pt;
    }


    /*#endregion */
        

.div-home-logos {
    width:calc(100% - 120px);margin-left:50px;margin-right:70px;
}



  
    
    .div-slider {
        height:70px;
    }
    
    .logos-slider {
        -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 5%, #000 95%, rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 5%, #000 95%, rgba(0, 0, 0, 0) 100%);
    }
    
    .logos-slider-container img {
        width: 50px;
        max-width: 70px;
        margin-right:50px;
    }

    /*#region SECTION*/


       .div-section-page {
        width: 100%;
        height: 50%;
        position: relative;
    }

    .div-section-page.right {
        position: relative;
        /* height: auto; */
        width: 100%;
        height: 500px;
        margin-bottom: 500px;
    }

    .div-section-page.left {
        bottom: 0;
        margin-top: auto;
        position: absolute;
        height: 500px;
        width: 100%;
    }


/*#endregion */
    
    /*#region RESPONSIVE*/

                @media screen and (max-width:991.98px) and (min-width: 768px) and (max-height:850px) {
        
                    .div-page-theme {
                        margin-top: 45px;
                        -webkit-transition: margin-top .4s linear;
                        -moz-transition: margin-top .4s linear;
                        -o-transition: margin-top .4s linear;
                        transition: margin-top .4s linear;
                    }

                    header.header-primary.active ~ main aside.right .div-page-theme {
                        margin-top: 20px;
                    }
        
                    i.icon-mouse {
                        bottom: 250px;
                    }
        
                    .progress-container {
                        bottom: 130px;
                    }
        
                    .lb-on-top {
                        bottom: 50px;
                    }
        
                    .rotated-outer {
                        bottom: 470px;
                    }
        
                    .ul-section-primary {
                        margin-top: 80px;
                    }
        
        
                }


                                @media screen and (max-width:991.98px) and (min-width: 768px) and (max-height:800px) {
                
                
                                    .follow-text {
                                        display: none;
                                    }
                
                                    .rotated-outer {
                                        bottom: 50%;
                                        transform: translate(-50%, 50%);
                                    }
                
                
                                    i.icon-mouse {
                                        bottom: 240px;
                                    }
                
                                    .progress-container {
                                        bottom: 120px;
                                    }
                
                                    .lb-on-top {
                                        bottom: 30px;
                                    }
                
                
                                }
                

        @media screen and
        (max-width:991.98px) and (min-width: 768px) and
        (max-height:700px) {
        
            header.header-primary {
                height: 110px;
            }
        
            header.header-primary.active {
                top: -40px;
            }
        
            header.header-primary .div-header-top {
                height: 40px;
            }
        
            header.header-primary .div-header-left {
                height: 70px;
            }


            .div-home-image {
                height: calc(100vh - 180px);
                height: calc(var(--vh, 1vh)* 100 - 180px);
            }
        
             
            header.header-primary .div-header-right {
                height: 70px;
                margin-top: 40px;
            }
        
            header.header-primary .div-header-lang {
                height: 70px;
            }

            header.header-primary .div-header-left .div-header-logo {
                height: 70px;
            }

            ul.ul-menu-action {
                height:65px;
            }

            .ul-section-primary { 
                top: inherit;
                margin-top:0px;
                bottom:70px;
                transform: none;
            }
        
            header.header-primary .div-header-menu {
                height: 70px;
            }

            .rotated-outer {
                margin-bottom: 30px;
            }

            .div-page-theme {
                margin-top: 45px;
                -webkit-transition: margin-top .4s linear;
                -moz-transition: margin-top .4s linear;
                -o-transition: margin-top .4s linear;
                transition: margin-top .4s linear;
            }

            header.header-primary.active ~ main aside.right .div-page-theme {
                margin-top: 5px;
            }
        

        }


        @media screen and
        (max-width:991.98px) and (min-width: 768px) and
        (max-height:600px) {
        
            i.icon-mouse {
               display:none;
            }
          
            .progress-container {
                display:none;
            }
        
            .rotated-outer {
                margin-bottom:-50px;
            }

          
        }


        @media screen and
        (max-width:991.98px) and (min-width: 768px) and
        (max-height:570px) {
        
            .ul-section-primary > li:nth-child(3) {
               display:none;
            }

            .ul-section-primary {
                margin-top:60px;
            }
        
        }

        
        @media screen and
        (max-width:991.98px) and (min-width: 768px) and
        (max-height:500px) {
        
            .ul-section-primary > li:nth-child(3) {
               display:none;
            }

            .ul-section-primary {
                margin-top:60px;
            }
    
            .ul-section-primary > li.li-button {
                display:none;
            }

            .div-home-image img {
                width: auto;height:60%;
            }
       
        }

   
        @media screen and
        (max-width:991.98px) and (min-width: 768px) and
        (max-height:400px) {
        
            .rotated-outer {
                display:none;
            }

         

           
          
        }

        @media screen and
        (max-width:991.98px) and (min-width: 768px) and
        (max-height:370px) {
        
            .lb-on-top {
                display:none;
             }

             .ul-section-primary > li:first-child  {
                display:none;
            }
         
        }

        @media screen and
        (max-width:991.98px) and (min-width: 768px) and
        (max-height:350px) {
        
            .div-home-image {
                display:none;
             }

             .ul-section-primary   {
                display:none;
            }
         
        }

        @media screen and
        (max-width:991.98px) and (min-width: 768px) and
        (max-height:180px) {
        
            .div-page-theme {
                display:none;
            }        
                  
        }

        /*#endregion */

}

@media screen and (max-width:767.98px) {


.div-container {
        width: calc(100% - 120px);
        margin-left: 50px;
    }



section.pt {
        padding-top: 70px;
    }

    section.pb {
        padding-bottom: 30px;
    }



    .modal-content span {
  font-size: 32pt;
}

ul.ul-article-type > li {
    flex: 1 0 calc(50% - 20px); /* 3 na řádek s mezerou */
  }



ul.ul-footer-page > li {
    margin-top:20px;
}


ul.ul-footer-page {
    display:block;
    gap:0px;
}

ul.ul-contract-footer-text > li {
    width: calc(100% - 100px);
        margin-left: 50px;
        margin-right: 50px;
}

.div-panel-article ul.ul-article-text {
    width:70%;
}
.div-panel-article ul.ul-article-text.medium {
    width:70%;
}

.div-panel-article ul.ul-article-text.small {
    width:70%;
    margin: 30px;
    padding: 30px 50px 30px 30px;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-user span.user {
    font-size: 8pt;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-user span.date {
    font-size: 6pt;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-user i {
      font-size: 6pt;
}

.div-panel-article ul.ul-article-text.small li.li-date {
    margin-top:-7px;
}

.div-panel-article ul.ul-article-text p.name {
font-size: 10pt;
}

.div-panel-article ul.ul-article-text.medium p.name {
    font-size: 10pt;
}

.div-panel-article ul.ul-article-text.small p.name {
    font-size: 10pt;
}

.div-panel-article ul.ul-article-text.small p.description {
    font-size: 8pt;
}

.div-panel-article.second ul.ul-article-text.small > li.li-button-detail {
    height:70px;
    width:70px;
    right: -20px;
    bottom: -20px;
}

.div-panel-article ul.ul-article-text.small > li.li-button-detail i {
    font-size: 18pt;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-settings span {
    font-size: 12pt;
}

.div-panel-article ul.ul-article-text.small ul.ul-article-settings i {
    font-size: 12pt;
    margin-right: 5px;
}



.div-home-logos {
    width:calc(100% - 120px);margin-left:50px;
}



    ul.ul-slider-nav {
        left: 0;
    }

    .div-section-image-right {
        margin:0px;width:100%;height:400px;position: relative;margin-top:50px;
    }

    .div-section-image-right.second {
        height:400px;margin-top:0px;
     }

    .div-section-image-left {
        margin:0px;width:100%;height:400px;position: relative;margin-top:0px;margin-bottom: 50px;
    }




    @keyframes pulse3 {
        0% {
         
          box-shadow: 0 0 0 0 rgba(34, 187, 51	, 0.7);
        }
        
        70% {
         
          box-shadow: 0 0 0 20px rgba(255, 80, 80, 0);
        }
        
        100% {
        
        }
      }
    
    
      @keyframes pulse4 {
        0% {
         
            box-shadow: 0 0 0 0 rgba(34, 187, 51	, 0.7);
        }
        
        70% {
         
          box-shadow: 0 0 0 10px rgba(255, 80, 80, 0);
        }
        
        100% {
        
        }
      }


    /*#region HEADER*/

header.header-primary {
    height: 110px;
}

header.header-primary.active {
    top: -40px;
}

header.header-primary .div-header-top {
    height: 40px;
}

header.header-primary .div-header-left {
    height: 70px;
}

header.header-primary .div-header-left img {
    /* height: 110px; */
}

header.header-primary .div-header-right {
    height: 70px;
    margin-top: 40px;
}

header.header-primary .div-header-lang {
    height: 70px;
}

header.header-primary .div-header-menu {
    height: 70px;
}

header.header-primary .div-header-left .div-header-logo {
    height: 70px;
}

header.header-primary.active .div-header-center {
    top: 40px;
}


/*#endregion */

ul.ul-menu-action {
    height:60px;
    margin-top:10px;
}

ul.ul-menu-action span {
    font-size: 6pt;
}


  .div-page-theme {
      margin-top: 50px;
      -webkit-transition: margin-top .4s linear;
      -moz-transition: margin-top .4s linear;
      -o-transition: margin-top .4s linear;
      transition: margin-top .4s linear;
  }

  header.header-primary.active~main aside.right .div-page-theme {
      margin-top: 7px;
  }




    /*#region HOME*/

    .ul-section-primary {
        position: absolute;
        bottom: 70px;
        top: inherit;
        transform: none;
        width: calc(100% - 120px);
    }

.ul-section-primary > li:nth-child(3) {
    margin-top: 10px;
    height:auto;
    overflow-y: auto;
}

.ul-section-primary > li:nth-child(3) p {
    background-color: transparent;
    width: 70%;
    font-size: 10pt;
}

.ul-section-primary > li:nth-child(2) {
    margin-top: 10px;
    height:80px;
}

.ul-section-primary > li:nth-child(2) p {
    font-size: 28pt;
    line-height: 45px;
    width:80%;
}

.ul-section-primary > li:nth-child(2) p > span.dot {
    font-size: 28pt;
}

.ul-section-primary > li:first-child h1 {
    font-size: 9pt;
}

.ul-section-primary > li:first-child {
    width:200px;
    height:40px;
}




.ul-section-primary > li.li-button {
    margin-top: 10px;
}

.ul-section-primary > li.li-button {
    height:80px;
}

.ul-section-primary > li.li-button .lb-primary {
    height: 70px;
    width: 70px;
}

.ul-section-primary > li.li-button .lb-primary.second {
    margin-left: 70px;
    width: 160px;
}

.ul-section-primary > li.li-button .lb-primary.second i.arrow {
    font-size: 12pt;
}

.ul-section-primary > li.li-button .lb-primary.second span.primary {
    font-size: 12pt;
}





.div-home-image {
    width: calc(100% - 120px);
    height:calc(100vh - 470px); /* 370px */
    height: calc(var(--vh, 1vh) * 100 - 470px);
    bottom: inherit;
    top:110px;
}

  .div-home-image img {
        height: auto;
        width: 80%;
    }

/* .div-home-image {
    width:50%;
    height:calc(100% - 150px);
    position: absolute; 
    bottom:0px; 
    right:0;
    background-color:yellow;
} */


/*#endregion */

 /*#region FOOTER*/
 /*#endregion */


    /*#region RESPONSIVE*/
 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:850px) {

   

     i.icon-mouse {
         bottom: 250px;
     }

     .progress-container {
         bottom: 130px;
     }

     .lb-on-top {
         bottom: 50px;
     }

     .rotated-outer {
         bottom: 470px;
     }


 }


 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:830px) {

   .div-home-image img {
    height:75%;width:auto;
}

 }

 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:800px) {

     .follow-text {
         display: none;
     }

     .rotated-outer {
         bottom: 50%;
         transform: translate(-50%, 50%);
     }


     i.icon-mouse {
         bottom: 240px;
     }

     .progress-container {
         bottom: 120px;
     }

     .lb-on-top {
         bottom: 30px;
     }

 }

 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:750px) {

   

   

 }


 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:700px) {

     .rotated-outer {
         margin-bottom: 30px;
     }

 }



 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:650px) {

     .div-home-image {
         display: none;
     }

 }

 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:600px) {


     i.icon-mouse {
         display: none;
     }

     .progress-container {
         display: none;
     }

     .rotated-outer {
         margin-bottom: -50px;
     }

 }


 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:450px) {

     .ul-section-primary>li:nth-child(3) {
         display: none;
     }



 }




 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:400px) {

     .rotated-outer {
         display: none;
     }


     .ul-section-primary>li.li-button {
         display: none;
     }



 }


 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:300px) {

     .ul-section-primary {
         display: none;
     }

     .lb-on-top {
         display: none;
     }

 }

 @media screen and (max-width:767.98px) and (min-width: 576px) and (max-height:180px) {

     .div-page-theme {
         display: none;
     }

 }

 /*#endregion */

}

@media screen and (max-width:575.98px) {


img.logo-footer {
    height: 40px;
}



header.header-primary .div-header-menu .div-header-menu-circle a i {
    font-size: 14pt;
}


.div-modal-close {
    width:50px;height:50px;margin:20px;
}

.div-modal-close i {
   font-size: 16pt;
}

.modal-content {
  height:70%;
  width:70%;
}

.modal-content span {
  font-size: 28pt;
}

ul.ul-article-type > li {
    flex: 1 0 calc(100%); /* 3 na řádek s mezerou */
  }


ul.ul-article-header h3 {
    font-size: 24pt;
    line-height: 35px;
}


section.article {
    height:auto;padding-top:150px;
}




.div-panel-article ul.ul-article-text > li.li-button-detail, .div-panel-article.second ul.ul-article-text.medium > li.li-button-detail, .div-panel-article.second ul.ul-article-text.small > li.li-button-detail  {
    height: 60px;
    width: 60px;
}

.div-panel-article ul.ul-article-text > li.li-button-detail i, .div-panel-article.second ul.ul-article-text.medium > li.li-button-detail i, .div-panel-article.second ul.ul-article-text.small > li.li-button-detail i {
    font-size: 16pt;
}




ul.ul-contract-footer-text > li {
width:calc(100% - 60px);margin-left:30px;margin-right:30px;margin-top:50px;
}

ul.ul-contract-footer-text > li p {
font-size: 10pt;font-weight: 500;text-align: center;color:#FFF;
}




ul.ul-section-header.second > li:nth-child(3) {
  padding:0px 30px;
}




 .div-container.second {
    margin-left:30px;width:calc(100% - 60px);
 }

  .div-container.second {
    margin-left: 60px;
                    width: calc(100% - 120px);
 }


section.pb {
    padding-bottom: 0px;
}

section.pb.second {
    padding-bottom: 50px;
}


.div-google-panel {
    width: 300px;  
}


.div-review .div-review-body p {
    font-size: 12pt;
    padding:0px 40px;
}

.div-review .div-review-footer .div-start {
    padding:40px;
}

.div-review .div-review-body {
            height: calc(100% - 150px);
}


.div-review .div-review-footer {
    height:100px;
}


.div-panel-info-footer.second span {
    font-size: 12pt;
}

.div-panel-info-footer.second span.result {
   font-size: 12pt;
}

.div-section-image-right.about {
    display:none;
}


table.table-about tr.tr-first>td:nth-child(2) img {
    height:30px;
}


table.table-about tr:not(.tr-first) > td:first-child p {
    font-size: 10pt;
}


ul.ul-references-point > li.li-description p {
    padding:0px 50px;
}



ul.ul-section-header h3 {
    font-size: 24pt;line-height: 35px;font-weight: 600;
}

ul.ul-section-header > li.headline-with-line h2 {
    font-size: 10pt;
}

    .div-article-header-img {
    height:300px;
} 

.div-article-body h2 {
    font-size: 18pt;
}

.div-article-body p {
    margin-top: 20px;
    padding: 0px 30px;
    font-size: 12pt;
}


.div-article-body ul {
     margin-top: 20px;
    padding: 0px 0px 0px 50px;
   font-size: 12pt;
}

.div-article-body ul > li {
    margin-top:20px;
    padding-left: 20px;
}

.div-article-body ul > li::marker {
     color: #00C2FE;
}

 ul.ul-personal-data {
     padding-right:0px;
     padding-top: 130px;
     padding-bottom: 30px;
     width:100%;
 }

     ul.ul-personal-data h2 {
         font-size: 18pt;
     }

     ul.ul-personal-data h3 {
         font-size: 14pt;
     }

     ul.ul-personal-data h4 {
         font-size: 10pt;
     }

     ul.ul-personal-data p.primary-text {
         font-size: 10pt;
         padding-top: 10px;
     }

     ul.ul-personal-data ul.ul-values {
         font-size: 10pt;
         padding-top: 10px;
     }

     ul.ul-personal-data .div-email a {
         font-size: 10pt;
     }

     ul.ul-personal-data li.mt {
         margin-top: 10px;
     }

  .div-home-logos {
        width:100%;margin-left:0px;height:70px;
    }


section.primary {
        padding-top: 70px;
        padding-bottom: 20px;
    }



    /*#region HEADER*/
 header.header-primary {
    height:110px;
    width: 100%;
    padding-left:0px;
    padding-right:0;
}

    header.header-primary .div-header-left {
        height: 70px;
        margin-left:30px;
    }

   

    header.header-primary .div-header-center {    
        right: 0px;         
    }

    header.header-primary .div-header-right {         
        right: 0px;
        margin-right:30px;
        height:70px;
    }

    body.dark header.header-primary.menu .div-header-top {
        background-color:var(--background-color4);
    }

    header.header-primary .div-header-left {
        width:190px;
    }

    header.header-primary.menu .div-header-right {
      margin-right:80px;
    }

 

    header.header-primary .div-header-lang {
        height:70px;
    }

    header.header-primary .div-header-menu {
        height:70px;
    }

    header.header-primary.menu .div-header-top ul.ul-menu-top {
        height:100%;width:100%;
    }

    header.header-primary .div-header-top ul.ul-menu-top .div-start {
        padding-left:0px;
    }
    
    header.header-primary .div-header-top ul.ul-menu-top .div-end {
        padding-right:0px;
        margin-left:20px;
    }

    header.header-primary .div-header-top ul.ul-menu-top > li:last-child ul.ul-top-adress {
        margin-top:5px;
    }


    header.header-primary .div-header-top ul.ul-menu-top > li:first-child {
        width:calc(100% - 60px); margin:0px 30px;height:100%;
    }

    header.header-primary .div-header-top ul.ul-menu-top > li i {
        font-size: 8pt;margin-right:5px;
    }

ul.ul-menu-action.telephone {
    display: block;
}


    
   
 /*#endregion */

    /*#region MENU*/
  ul.ul-menu {
    font-size: 18pt;
    margin-right: 80px;
    width: calc(100% - 80px);
}

/*#endregion */

    /*#region CONTAINER*/
        .div-container {
            margin-left:30px;width:calc(100% - 60px);
        }

.div-container.second {
     margin-left:30px;width:calc(100% - 60px);
}

        /*#endregion */

    /*#region HOME*/

 .ul-section-primary {
    width: calc(100% - 30px);
    margin-left:30px;
    margin-top: 0px;
    bottom:70px;
}



.ul-section-primary > li:first-child {
    width: 140px;
    height: 35px;
    border-radius: 70px;
}

.ul-section-primary>li:first-child h1 {
    font-size: 7pt;
}

.div-home-image {
    width: calc(100% - 30px);
    margin-right:0;
    margin-left:30px;     
    height:calc(100vh - 465px); /* 370px */
    height: calc(var(--vh, 1vh) * 100 - 465px);
    bottom: inherit;
    top:110px;
}

.div-home-image img {
    width:85%;
    height:auto;
    margin-top:0px;
}



.div-home-image .div-circle-primary {
    height:140px;width:140px;margin-bottom:40px;margin-right:30px;
}

.div-home-image .div-circle-primary span.value {
    font-size: 18pt;
}

.div-home-image .div-circle-primary span.text {
    font-size: 9pt;
}


.div-home-image .div-circle-secondary {
    height:85px;width:85px;margin-bottom:0px;margin-right:130px;
}

.div-home-image .div-circle-secondary span.text {
    font-size: 5pt;
}

.div-home-image .div-circle-secondary span.value {
    font-size: 6pt;
}




















 /*#endregion */



 ul.ul-menu-action.email {
     display: none;
 }

    /*#region PANEL-LEFT*/

aside.left {
    width:30px;
}

 /*#endregion */

    /*#region PANEL-RIGHT*/
   
   aside.right {
    width:70px;
    display:none;
}

aside.right.menu {
   display: block;
   z-index: 1005;
   margin-top: 0px;
   height: 100%;
}


.div-page-theme {
    margin-top:47px;
}

    /*#endregion */
   
    /*#region FOOTER*/
 /*#endregion */

    /*#region RESPONSIVE*/

    .div-google-panel {
        margin-top:30px;
    }

    .div-google-panel.fb {
        margin-left:0px;
    }



 @media screen and (max-width:575.98px) and (max-height:990px) {
        

   /*  .div-home-image img {
        width:auto;
        height:85%;
    } */

 }

 @media screen and (max-width:575.98px) and (max-height:900px) {
        

    i.icon-mouse {
        bottom: 250px;
    }

    .progress-container {
        bottom: 130px;
    }

    .lb-on-top {
        bottom: 50px;
    }

    .rotated-outer {
        bottom: 470px;
    }

 }

                @media screen and (max-width:575.98px) and (max-height:830px) {


                    .follow-text {
                        display: none;
                    }

                    .rotated-outer {
                        bottom: 350px;
                    }


                    i.icon-mouse {
                        bottom: 220px;
                    }

                    .progress-container {
                        bottom: 100px;
                    }

                    .lb-on-top {
                        bottom: 30px;
                    }

                }

                @media screen and
                (max-width:575.98px) and
                (max-height:800px) {
                
                    .div-home-image img {
                        width:auto;
                        height:75%;
                    }

                 
                
                
                }



@media screen and
(max-width:575.98px) and
(max-height:700px) {

.rotated-outer {
margin-bottom: 30px;
}

.rotated-outer {
    bottom: 270px;
}


}


@media screen and
(max-width:575.98px) and
(max-height:730px) {

.rotated-outer {
margin-bottom: 30px;
}

.rotated-outer {
    bottom: 270px;
}


}



@media screen and
(max-width:575.98px) and
(max-height:600px) {

    .div-home-image {
        display: none;
    }


i.icon-mouse {
display:none;
}

.progress-container {
display:none;
}

.rotated-outer {
    bottom: 110px;
}

}

@media screen and
(max-width:575.98px) and
(max-height:450px) {

.rotated-outer {
display:none;
}

}

@media screen and
(max-width:575.98px) and
(max-height:300px) {

.lb-on-top {
display:none;
}

}

@media screen and
(max-width:575.98px) and
(max-height:220px) {

.div-page-theme {
display:none;
}        
  
}

@media screen and (max-width: 575.98px) and (min-width: 474px) and (max-height:790px) {

    ul.ul-slider-nav {
        display: none;
    }


}


 /*#endregion */






 .div-references-point {
    border-radius: 50px;
}

  ul.ul-references-point {
        padding: 25px 0px;
    }

ul.ul-references-point > li.li-description {
    padding:0px;
}


ul.ul-services-card > li.li-footer {
    padding:0px 25px 25px 25px;
}

ul.ul-services-card > li.li-desc {
    padding:0px 30px; 
}

ul.ul-services-card > li.li-desc p {
    font-size: 11pt;
}



.question ul > li.li-text p {
    font-size: 9pt;
}

.answer p {
     font-size: 9pt;
}

ul.ul-contact-items > li.li-value span {
    font-size: 10pt;
}

ul.ul-contact-items > li.li-value2 span {
     font-size: 10pt;
}

.div-contract-panel-open ul > li.li-value span.value {
    font-size: 14pt;
}





ul.ul-references-point h3 {
    font-size: 42pt;
}

li.li-references-user {
    width:100%;
}


.ul-section-primary > li.li-button .lb-primary.second p.span-second {
    margin-top:3px;
    font-size: 7pt;
}

.ul-section-primary > li.li-button .lb-primary.second p.span-second {
    margin-left:25px;
}

.ul-section-primary > li.li-button .lb-primary.second i.arrow {
    margin-right:6px;
}

}

@media screen and (max-width:473px) {

.question ul > li.li-icon {
    width:40px;
} 

.question ul > li.li-text {
    width:calc(100% - 80px);
}

.question ul > li.li-icon2 {
    width:40px;
} 

img.logo-footer {
    height:60px;
}


ul.ul-contact-items>li.li-name i {
        font-size: 12pt;
    }


    ul.ul-contact-items>li.li-name span {
        font-size: 12pt;
    }

    ul.ul-contact-items>li.li-value span {
        font-size: 14pt;
    }

    ul.ul-contact-items>li.li-value2 span {
        font-size: 14pt;
    }


    ul.ul-contact-items  {
    text-align: center;
}

ul.ul-personal-data h2 {
    font-size: 16pt;
}


ul.ul-personal-data h3 {
        font-size: 12pt;
    }



.div-panel-article ul.ul-article-text, .div-panel-article.second ul.ul-article-text {
    margin:20px 20px 30px 20px;
    padding:20px;
    width: 75%;
}

ul.ul-section-header.second h3 {
    font-size: 21pt;
    line-height: 30px;
}

ul.ul-section-header.second h2 {
    font-size: 12pt;
}

.modal-content {
  height:70%;
  width:80%;
}

.modal-content span {
  font-size: 28pt;
}



header.header-primary.detail .div-header-menu {
    width:60px;
}

header.header-primary.detail .div-header-left .div-header-logo {
    width:calc(100% - 60px);
}

header.header-primary.detail .div-header-left {
    width:200px;
}



.div-panel-info-footer {
    margin-top:30px;
}

.div-panel-info-footer.second {
    margin-top:15px;
}

ul.ul-spider {
    margin-top: 30px;
}

ul.ul-spider > li ul.ul-spider-body-second {
    padding:0px;
}

ul.ul-spider > li ul.ul-spider-body > li .div-circle-action {
        height: 50px;
        width: 50px;
    }

    ul.ul-spider > li ul.ul-spider-body > li .div-circle-action.success i, ul.ul-spider > li ul.ul-spider-body > li .div-circle-action.danger i {
        font-size: 11pt;
    }


ul.ul-spider > li ul.ul-spider-body > li:first-child { 
height:70px;
}

ul.ul-spider > li ul.ul-spider-body > li:nth-child(2) {
   height:70px;
}

    .div-section-image-left {
        margin-bottom: 30px;
    }

section.pt {
    padding-top:30px;
}

section.pt {
    padding-bottom:30px;
}

ul.ul-services li.li-icon .div-circle {
        height: 50px;
        width: 50px;
    }

ul.ul-services li.li-icon .div-circle i {
    font-size: 14pt;
}


ul.ul-section-header > li:nth-child(3) {
    margin-top:30px;
}





ul.ul-references-point > li.li-description p {
    padding: 0px 40px;
}



.div-section-image-left {
        height: 300px;

    }

    .div-section-image-right.third {
       height: 300px;
    }

.div-section-image-right.second {
    height: 300px;
}



    ul.ul-contact-items {
        padding:30px 0px;
    }

.div-google-panel {
    width:100%;
}

ul.ul-section-header.second > li:nth-child(3) {
    padding:0px 20px;
}



table.table-about tr.tr-first>td:nth-child(2) {
    width: 60px;
    
}

table.table-about tr.tr-first>td:nth-child(3) {
    width: 60px;
}

table.table-about tr.tr-first>td:first-child {
    width: calc(100% - 120px);
}


ul.ul-section-header h3 {
    font-size: 21pt;
        line-height: 30px;
}


table.table-about tr:not(.tr-first) > td:first-child {
    padding-right:10px;
}

table.table-about tr:not(.tr-first) > td:first-child p {
        font-size: 9pt;
    }

table.table-about tr.tr-first>td:nth-child(1) p {
    font-size: 10pt;
}

table.table-about tr:not(.tr-first) {
    height:60px;
}


header.header-primary .div-header-menu .div-header-menu-circle {
    height:40px;
    width:40px;
}

#hamburger-9 {
        transform: scale(0.4);
    }

    ul.ul-menu-action .lb-menu-action {
         height:40px;
        width:40px;
    }

    ul.ul-menu-action .lb-menu-action i {
        font-size: 10pt;
    }


ul.ul-slider-nav > li {
    width: 40px;
    height: 40px;
    margin-top: 7px;
}

ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon i {
    font-size: 10pt;
}

    /*#region HEADER*/

 header.header-primary {
    height: 110px;
}

header.header-primary.active {
    top:-40px;
}

header.header-primary.active .div-header-center {
    top:40px;
} 

header.header-primary.active.menu .div-header-top ul.ul-menu-top > li:last-child {
    top:40px;
 }


header.header-primary .div-header-top {
    height:40px;
}

header.header-primary .div-header-right {  
    margin-top:40px;       
}

 /*#endregion */

 header.header-primary .div-header-top ul.ul-menu-top > li i {
    font-size: 8pt;margin-right:3px;
}

header.header-primary .div-header-top ul.ul-menu-top > li p {
    font-size: 8pt;
}


ul.ul-menu-action {
    width:60px;
}


header.header-primary .div-header-left {
    width:170px;
}

header.header-primary.menu .div-header-right {
    margin-right:70px;
  }

  ul.ul-menu-action.telephone {
    margin-right:10px;
}




    /*#region HOME*/

    .ul-section-primary > li:nth-child(2) p {
        font-size: 21pt;
        line-height: 30px;
        width:90%;
    }

    .ul-section-primary > li:nth-child(2) {
        height:65px;
    }



    .ul-section-primary > li:nth-child(2) p > span.dot {
        font-size: 21pt;
    }


 .ul-section-primary>li:nth-child(3) p {
    width: 90%;
}



.div-home-image {
    height:calc(100vh - 450px); /* 370px */
    height: calc(var(--vh, 1vh) * 100 - 450px);
}


.div-home-image img {
    height:auto;
    width:85%;
}



.div-home-image .div-circle-primary {
    height:120px;width:120px;margin-bottom:0px;margin-right:30px;
}

.div-home-image .div-circle-primary span.value {
    font-size: 16pt;
}

.div-home-image .div-circle-primary span.text {
    font-size: 8pt;
}


.div-home-image .div-circle-secondary {
    height:70px;width:70px;margin-bottom:-30px;margin-right:110px;
}

.div-home-image .div-circle-secondary span.text {
    font-size: 4pt;
}

 .div-home-image .div-home-body {
       height: calc(var(--vh, 1vh) * 100 - 450px);
    }

/*#endregion */

   /*#region PANEL-LEFT*/
   /*#endregion */
    
   /*#region PANEL-RIGHT*/

   /*#endregion */
    
   /*#region RESPONSIVE*/

               

         /*#endregion */


         @media screen and (max-width: 473px) and (min-width: 376px) and (max-height:710px) {
    
            .div-home-image img {
                    height: 80%;
                    width: auto;
                }
            
                ul.ul-slider-nav > li {
                    width: 35px;
                    height: 35px;
                    margin-top: 5px;
                }
            
                ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon i {
                    font-size: 9pt;
                }
            
            }

               @media screen and (max-width: 473px) and (min-width: 394px) and (max-height:620px) {
    
                 
                ul.ul-slider-nav {
                   display:none;
                }
            
               
            
            }

   
}


@media screen and (max-width:393.98px) {

    img.logo-footer {
    height: 50px;
}


    .ul-section-primary > li:nth-child(3) p {
        font-size: 8pt;
         line-height: 16px;
    }

.ul-section-primary > li.li-button .lb-primary {
    width:60px;
    height:60px;
}

.ul-section-primary > li.li-button .lb-primary i {
    font-size: 14pt;
}

.ul-section-primary > li.li-button .lb-primary.second span.primary {
    font-size: 11pt;
}

.ul-section-primary > li.li-button {
    height:70px;
}

.div-home-logos {
     height:60px;
}

.div-slider {
      height:60px;
}

.ul-section-primary {
    bottom:60px;
}  

.ul-section-primary > li.li-button .lb-primary.second p.span-second {
    font-size: 6pt;
}

.ul-section-primary > li:nth-child(2) p {
    font-size: 18pt;
}

.ul-section-primary > li:first-child {
        width: 120px;
        height: 30px;
        border-radius: 60px;
    }

    .ul-section-primary>li:first-child h1 {
        font-size: 6pt; 
    }

.div-home-image {   
    height:calc(100vh - 400px);
    height: calc(var(--vh, 1vh) * 100 - 400px);
    top:110px;
}

 .div-home-image .div-home-body {
        height: calc(var(--vh, 1vh) * 100 - 400px);
    }

.div-home-image .div-circle-secondary {
margin-bottom: -50px;
}

.div-home-image .div-circle-primary {
margin-bottom: -20px;
}


     @media screen and (max-width: 393.98px) and (min-width: 376px) and (max-height:620px) {
    
            
            
                ul.ul-slider-nav {
                   display:none;
                }
            
               
            
            }


}



@media screen and (max-width: 375.98px) {


img.logo-footer {
    height:40px;
}


ul.ul-contact-items>li.li-name i {
        font-size: 10pt;
    }


    ul.ul-contact-items>li.li-name span {
        font-size: 10pt;
    }

    ul.ul-contact-items>li.li-value span {
        font-size: 12pt;
    }

    ul.ul-contact-items>li.li-value2 span {
        font-size: 12pt;
    }




ul.ul-contact-items {
    padding:20px 0px;
}


ul.ul-section-header.second h2 {
    font-size: 10pt;
}

.div-home-image .div-circle-primary {
    height:100px;width:100px;margin-bottom:30px;margin-right:30px;
}

.div-home-image .div-circle-primary span.value {
    font-size: 14pt;
}

.div-home-image .div-circle-primary span.text {
    font-size: 8pt;
}

.div-home-image .div-circle-secondary {
    height:60px;width:60px;margin-bottom:0px;margin-right:110px;
}

.div-home-image .div-circle-secondary span.text {
    font-size: 3pt;
}










.div-home-logos {
    height:50px;
}

.div-slider {
    height:50px;
}

.logos-slider-container img {
    width:40px;
}



ul.ul-menu > li::after {
    bottom:-3px;
      height: 2px;
}

ul.ul-menu > li.active::after {
    width: 30px;
}

ul.ul-menu {
    margin-right: 60px;
        width: calc(100% - 60px);
}


ul.ul-section-header.second h3 {
    font-size: 18pt;
        line-height: 27px;
}




ul.ul-services-card > li.li-desc p {
    font-size: 9pt;
}


    ul.ul-references-point > li.li-description p {
    padding: 0px 30px;
}

ul.ul-section-header p {
    font-size: 10pt;
}

ul.ul-services li.li-text h3 {
    font-size: 10pt;
}

ul.ul-services li.li-text p {
        font-size: 8pt;
    }

ul.ul-section-header > li.headline-with-line h2::before {
    width:30px;
}

ul.ul-section-header > li.headline-with-line h2 {
    padding-left: 40px;
}

ul.ul-section-header > li:nth-child(2) {
    margin-top:15px;
}


ul.ul-section-header > li.headline-with-line h2 {
    font-size: 8pt;
}


    ul.ul-section-header h3 {
        font-size: 18pt;
        line-height: 27px;
    }



header.header-primary.menu .div-header-right {
    margin-right: 60px;
}



.div-home-image .div-circle-secondary {
      
        margin-right: 90px;
    }





    /*#region HEADER*/

    
   

   /*#endregion */

    /*#region MENU*/

   #hamburger-9 {
    transform: scale(0.3);
}

#hamburger-9.is-active {
    -webkit-transform: rotate(45deg) scale(0.3);
    -ms-transform: rotate(45deg) scale(0.3);
    -o-transform: rotate(45deg) scale(0.3);
    transform: rotate(45deg) scale(0.3);
}

ul.ul-menu {
    font-size: 14pt;
}
ul.ul-menu > li {
    margin-top:5px;
}


 /*#endregion */

   /*#region HOME*/


.div-home-image {   
    height:calc(100vh - 390px);
    height: calc(var(--vh, 1vh) * 100 - 390px);
    top:110px;
}

 .div-home-image .div-home-body {
        height: calc(var(--vh, 1vh) * 100 - 390px);
    }

.ul-section-primary > li:nth-child(2) p {
    font-size: 18pt;
    line-height: 27px;
}

.ul-section-primary > li:nth-child(2) {
    height:60px;
}


.ul-section-primary > li.li-button .lb-primary.second span.primary {
    font-size: 10pt;
}

.ul-section-primary > li.li-button .lb-primary {
    height: 50px;
    width: 50px;
}

.ul-section-primary > li.li-button .lb-primary i {
    font-size: 14pt;
}

.ul-section-primary > li.li-button .lb-primary.second {
    margin-left:50px;
}

.ul-section-primary > li:nth-child(3) p {
    font-size: 8pt;
    line-height: 15px;
}

.ul-section-primary > li.li-button .lb-primary.second p.span-second {
    margin-top: 5px;
    font-size: 6pt;
}

.ul-section-primary > li.li-button .lb-primary.second ul > li:last-child {
    margin-top:-5px;
}


ul.ul-slider-nav > li {
    width: 35px;
    height: 35px;
    margin-top: 5px;
}

ul.ul-slider-nav ul.ul-slider-nav-body>li.li-icon i {
    font-size: 9pt;
}


.ul-section-primary > li.li-button {
    height:60px;
}




.ul-section-primary {
    bottom:50px;
}


.div-home-logos {
    height:50px;
}

.div-slider {
    height:50px;
}





   /*#endregion */
   
    /*#region PANEL-LEFT*/




    /*#endregion */

    /*#region PANEL-RIGHT*/

    aside.right.menu {
        width: 60px;
    }

    header.header-primary.active.menu.active2 ~ main aside.right.menu .div-page-theme  {
        margin-top: 10px;
    }

    .div-page-theme {
        margin-top:50px;
    }

    .switcher-label.vertical {
        width: 35px;
        height: 70px;
    }

    .switcher-toggler {
        width: 35px;
        height: 35px;
    }

    .switcher-label.vertical i:first-child {
        margin-top:8px;
        font-size: 10pt;
    }


    .switcher-label.vertical i:last-child {
        margin-bottom:8px;
        font-size: 10pt;
    }


    .ul-social-panel i {
        font-size: 10pt;
    }

    i.icon-mouse {
        bottom: 180px;
        font-size: 10pt;
    }


    .progress-container {
       
        bottom: 90px; 
        height: 70px; 
       
    }


    /*#endregion */

    /*#region RESPONSIVE*/

        @media screen and (max-width: 375px) and (min-width: 335px) and (max-height:840px) {
    
           /*  .div-home-image img {
                height: 70%;   
                width:auto;         
            } */
    
        }


        @media screen and (max-width: 375px) and (min-width: 335px) and (max-height:700px) {
    
            /* .div-home-image img {
                height: 85%;   
                width:auto;         
            } */
    
        }

        @media screen and (max-width: 375px) and (min-width: 335px) and (max-height:620px) {
    
             ul.ul-slider-nav {
                   display:none;
                }
    
        }

        /*#endregion */

}

@media screen and (max-width: 334px) {



@media screen and (max-width: 334px) and (min-width: 321px) and (max-height:620px) {
    
             ul.ul-slider-nav {
                   display:none;
                }
    
        }



}

@media screen and (max-width: 320px) {
}