/*
Theme Name: zoom
Text Domain: zoom
Author: h24
Version: 1.0
*/

:root {
    --purple: #161135;
    --yellow: #FFD800;
    --blue: #13A6C7;
    --white: #fff;
    --dark: #07060F;
}

@font-face {
font-family: "Silka";
src: url("/wp-content/themes/zoom/fonts/silka-regular-webfont.eot"); /* IE9 Compat Modes */
src: url("/wp-content/themes/zoom/fonts/silka-regular-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/wp-content/themes/zoom/fonts/silka-regular-webfont.woff2") format("woff2"), /* Super Modern Browsers */
        url("/wp-content/themes/zoom/fonts/silka-regular-webfont.woff") format("woff"), /* Pretty Modern Browsers */
        url("/wp-content/themes/zoom/fonts/silka-regular-webfont.ttf")  format("truetype"); /* Safari, Android, iOS */
font-weight: 400;
}

@font-face {
font-family: "Silka";
src: url("/wp-content/themes/zoom/fonts/silka-semibold-webfont.eot"); /* IE9 Compat Modes */
src: url("/wp-content/themes/zoom/fonts/silka-semibold-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/wp-content/themes/zoom/fonts/silka-semibold-webfont.woff2") format("woff2"), /* Super Modern Browsers */
        url("/wp-content/themes/zoom/fonts/silka-semibold-webfont.woff") format("woff"), /* Pretty Modern Browsers */
        url("/wp-content/themes/zoom/fonts/silka-semibold-webfont.ttf")  format("truetype"); /* Safari, Android, iOS */
font-weight: 600;
}

@font-face {
    font-family: 'icons';
    src:  url('/wp-content/themes/zoom/fonts/icons.eot?jq73dh');
    src:  url('/wp-content/themes/zoom/fonts/icons.eot?jq73dh#iefix') format('embedded-opentype'),
      url('/wp-content/themes/zoom/fonts/icons.ttf?jq73dh') format('truetype'),
      url('/wp-content/themes/zoom/fonts/icons.woff?jq73dh') format('woff'),
      url('/wp-content/themes/zoom/fonts/icons.svg?jq73dh#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-big:before {
content: "\e900";
}
.icon-arrow-small:before {
content: "\e901";
}

.icon-arrow-small {
    font-size: 8px;
}

.icon-facebook:before {
content: "\e902";
}
.icon-instagram:before {
content: "\e903";
}

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


a {
    text-decoration-skip-ink: auto;
    transition: all 0.3s ease;
    text-decoration: none;
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

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

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

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

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

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

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

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

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

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

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

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

ins {
text-decoration: underline;
}

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

dt {
font-weight: bold;
}

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

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

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

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

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Silka';
    background: #fff;
    font-size: 15px;
    color: #161135;
}
 
p {
    font-family: 'Silka';
    color: #161135;
    font-size: 15px;
    line-height: 1.33;
    font-weight: 400;
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Silka';
    color: #161135;
    font-weight: 600;
    letter-spacing: -0.04em;
}

h1 {
    font-size: 60px;
    line-height: 1;
}

h2 {
    font-size: 56px;
    line-height: 1.1;
}

h3 {
    font-size: 26px;
    line-height: 1.3;
}

h3.large {
    font-size: 80px;
    line-height: 1.3;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
}

h5 {
    font-size: 15px; 
    line-height: 1.2;
}

strong {
    font-weight: 600;
}

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

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

.main-btn {
    position: relative;
    display: inline-block;
    padding: 17px 50px 17px 25px;
    border-radius: 43px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.main-btn i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
}

span.button__label {
  position: relative;
  transition: all 0.3s ease;
}

.button__flair {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.main-btn .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.button__flair:before {
  aspect-ratio: 1/1;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 200%;
}

.main-btn.purple .button__flair:before {
    background-color: #fff;
}

.main-btn.yellow {
    background: var(--yellow);
    color: var(--purple);
}

.main-btn.yellow .button__flair:before {
    background-color: #161135;
}

.main-btn.yellow:hover {
    color: var(--white);
}

.main-btn.purple {
    background: var(--purple);
    color: #fff;
}

.main-btn.purple:hover {
    color: var(--purple);
}

.main-btn.purple-outline {
    background: transparent;
    border: 1px solid var(--purple);
    padding-top: 16px;
    padding-bottom: 16px;
    color: var(--purple);
}

.main-btn.purple-outline:hover {
    color: #fff;
}

.main-btn.purple-outline .button__flair:before {
    background-color: #161135;
}

.main-btn.white-outline {
    border: 1px solid #fff;
    padding-top: 16px;
    padding-bottom: 16px;
}

.main-btn.white-outline .button__flair:before {
    background-color: #fff;
}

.main-btn.white-outline:hover, 
.main-btn.white-outline:hover .button__label {
    color: var(--purple);
}

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

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

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    /*margin-left: -1%;
    margin-right: -1%;*/
}

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

.col-12 {
    flex: 0 0 100%;
    width: 100%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-4-5 {
    width: 80%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-3-5 {
    width: 60%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-2-5 {
    width: 40%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-1-5 {
    width: 20%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-3-0 {
    width: 30%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.col-7-0 {
    width: 70%;
    /*padding-left: 1%;
    padding-right: 1%;*/
}

.content-container {
    position: relative;
    z-index: 2;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.body-content {
    background: #E3DDD9;
    width: 100%;
    overflow-x: hidden;
}

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

h1 {
    font-size: clamp(31px, 9vw, 40px);
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 15px;
}

p {
    font-size: 15px;
}
}


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

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

#header .logo a {
    display: flex;
    margin-top: 34px;
    margin-bottom: 34px;
    position: relative;
}

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

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

#header ul.menu {
    display: flex;
    gap: 1.15vw;
}

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

#header ul.menu>li>a {
    color: var(--purple);
    margin: auto 2px;
    padding: 9px 19px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    line-height: 1;
    font-family: 'Silka';
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
}

#header ul.menu>li>a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #E2E0EA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 30px;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.25s ease;
    transform-origin: center;
}

#header ul.menu>li>a:hover:after {
    transform: scale(1);
    opacity: 1;
}

#header ul.menu > li.current-menu-item > a:after {
    transform: scale(1);
    opacity: 1;
}

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

#header ul.menu>li.menu-item {
    display: flex;
    align-items: center;
}

.menu-hlavne-menu-container {
    display: flex;
}

li.menu-item-has-children {
    position: relative;
}

li.menu-item-has-children > a {
    display: flex;
    position: relative;
}

li.menu-item-has-children > a:before {
    content: '';
    width: 10px;
    height: 7px;
    position: relative;
    display: inline-flex;
    top: 4px;
    background: url(/wp-content/uploads/2025/02/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    order: 2;
}

ul.sub-menu {
    position: absolute;
    padding: 30px 22px;
    min-width: 320px;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transform: translateY(10px);
    visibility: hidden;
    left: 0;
    top: 90%;
    z-index: 9;
    background: var(--purple);
    border-radius: 12px;
}

ul.sub-menu:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--purple);
    top: -6px;
    left: 45px;
    transform: rotate(45deg);
    border-radius: 3px;
}

li.menu-item-has-children:hover ul.sub-menu,
li.menu-item-has-children:focus-within ul.sub-menu { 
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    pointer-events: auto;
}

ul.sub-menu li {
    margin-bottom: 1px;
}

ul.sub-menu li a {
    padding: 10px 18px;
    display: block;
    margin: 0;
    white-space: nowrap;
    color: var(--white);
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

ul.sub-menu li a:hover {
    color: var(--blue);
}

ul.sub-menu li a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--blue);
    top: 0;
    left: 0;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

ul.sub-menu li a:hover:before {
    opacity: 10%;
}

ul.sub-menu li a:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 14px;
    right: 18px;
    top: 50%;
    transform: translate(-5px, -50%);
    background: url(/wp-content/uploads/2025/02/submenu-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.35s ease;
}

ul.sub-menu li a:hover:after {
    opacity: 1;
    transform: translate(0px, -50%);
}

@media (min-width: 1000px) {
    button.drawer-toggle.drawer-hamburger,
    a.main-btn.yellow.mobile {
        display: none;
    }
}

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

#header .logo a {
    margin-top: 25px;
    margin-bottom: 25px;
}

header {
    padding: 0px 25px;
}

.drawer-hamburger, .drawer-hamburger:hover {
    position: absolute;
    margin-top: 20px;
    margin-right: 15px;
    padding: 13px 9px 25px;
}

.drawer-hamburger {
    width: 38px;
}

.drawer-hamburger-icon {
    background: transparent !important;
}

.drawer-hamburger-icon, 
.drawer-hamburger-icon:after, 
.drawer-hamburger-icon:before {
    background-color: var(--purple);
}

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

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

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

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

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


/* HOMEPAGE */

.section.main-1 {
    min-height: 100vh;
    position: relative;
    background: url(/wp-content/uploads/2025/02/Hero-img.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -99px;
    padding-top: 120px;
}

.main-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.main-divider-top img {
    width: 100%;
    height: 333px;
    object-fit: cover;
    object-position: bottom center;
}

.section.main-1 h1 {
    max-width: 600px;
    margin-bottom: 25px;
}

.main-divider-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    min-width: 1200px;
}

.main-divider-bottom img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: top center;
}

.section.main-1 .col-12 {
    height: calc(100vh - 120px);
    position: relative;
    display: flex;
    flex-direction: column;
}

a.scroll-down {
    position: absolute;
    bottom: 38px;
    left: 0;
    z-index: 1;
    color: var(--purple);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.scroll-icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--purple);
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.scroll-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    transition: all 0.3s ease;
}

a.scroll-down:hover i {
    color: #fff;
}

a.scroll-down:hover .scroll-icon {
    background: var(--purple);
}

a.ref-projekty {
    position: absolute;
    right: 0;
    bottom: 60px;
}

.ref-projekty-image {
    position: relative;
    width: 330px;
    height: 215px;
    border-radius: 20px;
    margin-bottom: 11px;
    background: url(/wp-content/uploads/2025/02/Referencia_Showreel_videoholder.jpg);
    background-size: cover;
}

.ref-projekty-video {
    position: relative;
    width: 330px;
    height: 215px;
    border-radius: 20px;
    margin-bottom: 11px;
    overflow: hidden;
}

.ref-projekty-video #video {
    position: absolute;
    width: 118%;
    height: 118%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

a.ref-projekty p {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

a.ref-projekty:hover p {
    color: var(--yellow);
}

.section.why-us .col-12 {
    display: flex;
    align-items: flex-start;
    gap: 90px;
}

.section.why-us {
    background: var(--yellow);
    padding-top: 60px;
    padding-bottom: 20px;
}

.subtitle {
    padding: 7px 15px;
    border-radius: 30px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
}

.subtitle p {
    line-height: 1;
}

.subtitle.white {
    background: #fff;
}

.section.why-us .subtitle {
    margin-top: 35px;
}

.benefit-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid var(--purple);
}

.benefit-block h3 {
flex: 0 0 550px;
}

.benefits-text {
    flex-grow: 1;
    max-width: 330px;
}

.benefits-text p {
    width: 100%;
}

.benefits-image {
    flex: 0 0 60px;
    max-width: 60px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.benefits-image img {
    width: auto;
    margin: auto;
}

.why-us-benefits {
    width: 100%;
}

.section.main-2 {
    background: var(--yellow);
    padding-top: 70px;
    padding-bottom: 35px;
}

.col-6.graph-block {
    padding-right: 100px;
    position: relative;
}

.background-shape {
    position: absolute;
    width: 90%;
    height: 100%;
    background: #fff;
    clip-path: polygon(64.638% 0%,64.638% 0%,63.998% 0.03%,63.369% 0.118%,62.754% 0.263%,62.158% 0.463%,61.582% 0.716%,61.032% 1.021%,60.51% 1.376%,60.02% 1.779%,59.565% 2.229%,59.149% 2.723%,1.532% 76.885%,1.532% 76.885%,1.246% 77.273%,0.989% 77.68%,0.76% 78.102%,0.561% 78.54%,0.391% 78.99%,0.251% 79.451%,0.142% 79.921%,0.063% 80.4%,0.016% 80.884%,0% 81.373%,0% 93.464%,0% 93.464%,0.083% 94.526%,0.325% 95.533%,0.711% 96.471%,1.23% 97.327%,1.867% 98.088%,2.61% 98.741%,3.447% 99.272%,4.363% 99.667%,5.346% 99.915%,6.383% 100%,53.043% 100%,53.043% 100%,53.683% 99.97%,54.312% 99.882%,54.927% 99.737%,55.523% 99.537%,56.098% 99.284%,56.649% 98.979%,57.171% 98.624%,57.661% 98.221%,58.116% 97.771%,58.532% 97.277%,98.468% 45.882%,98.468% 45.882%,98.749% 45.494%,99.003% 45.087%,99.231% 44.665%,99.43% 44.229%,99.601% 43.78%,99.743% 43.321%,99.854% 42.853%,99.935% 42.378%,99.984% 41.899%,100% 41.416%,100% 6.536%,100% 6.536%,99.917% 5.474%,99.675% 4.467%,99.289% 3.529%,98.77% 2.673%,98.133% 1.912%,97.39% 1.259%,96.553% 0.728%,95.637% 0.333%,94.654% 0.085%,93.617% 0%,64.638% 0% );
    z-index: 1;
    max-height: 470px;
    max-width: 470px;
}

.circle-image {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: -40px;
    max-width: 380px;
}

.circle-image img {
    width: 100%;
    display: block;
    border-radius: 50%;
}

.graph-container {
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

.percentage {
    flex: 0 0 110px;
    max-width: 110px;
}

.graph-container .text {
    max-width: 147px;
}
    
.graph-block img.symbol-img-1 {
    position: absolute;
    height: 38px;
    width: 38px;
    z-index: 3;
    top: 18px;
    right: 11px;;
}

span.title-with-symbol {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
}

.title-with-symbol img.smybol-img-2 {
    max-width: 46px;
    top: 4px;
    position: relative;
}

.section.main-3 {
    padding-top: 90px;
    padding-bottom: 25px;
    position: relative;
}

.subtitle.yellow {
    background: var(--yellow);
}

.selector-titles {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    max-width: 450px;
}

a.selector__link {
    font-size: 22px;
    letter-spacing: -0.015em;
    color: #161135;
    padding: 13px 20px;
    border: 1px solid rgb(22 17 53 / 10%);
    border-radius: 11px;
    transition: font-weight 0.3s ease;
    position: relative;
}

a.selector__link i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

a.selector__link.selector__link--active {
    background: rgb(19 166 199 / 10%);
    border: 1px solid rgb(19 166 199);
}

.selektor-images-wrapper {
    position: relative;
    height: 565px;
    border-radius: 20px;
    overflow: hidden;
}

.selector-image {
    width: 100%;
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all .4s cubic-bezier(0.25,1,0.33,1);
}

.selector-image.selector-image--active {
    opacity: 1;
}

.cta-sluzby {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

img.symbol-img-1 {
    max-width: 38px;
    flex: 0 0 38px;
}

.cta-sluzby a.main-btn {
    margin-right: 0;
    margin-left: auto;
    white-space: nowrap;
}

.section.references-divider {
    position: relative;
    padding-top: 125px;
}

.references-divider-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
}

.references-divider-top img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: top center;
}

.section.references {
    background: var(--purple);
    padding-top: 40px;
    padding-bottom: 40px;
}

.section.references .col-12 {
    position: relative;
}

.references-bgr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3B317E;
    clip-path: polygon( 100% 70.279%,100% 70.279%,99.98% 69.565%,99.919% 68.863%,99.82% 68.176%,99.683% 67.509%,99.509% 66.866%,99.3% 66.249%,99.057% 65.663%,98.78% 65.112%,98.472% 64.6%,98.133% 64.131%,48.74% 1.708%,48.74% 1.708%,48.471% 1.392%,48.191% 1.106%,47.9% 0.851%,47.6% 0.629%,47.291% 0.439%,46.976% 0.283%,46.654% 0.16%,46.326% 0.071%,45.995% 0.018%,45.661% 0%,2.515% 0%,2.515% 0%,2.107% 0.052%,1.72% 0.204%,1.359% 0.446%,1.03% 0.771%,0.737% 1.17%,0.485% 1.635%,0.281% 2.159%,0.128% 2.732%,0.033% 3.347%,0% 3.995%,0% 70.312%,0% 70.312%,0.02% 71.025%,0.081% 71.727%,0.18% 72.414%,0.317% 73.081%,0.491% 73.725%,0.7% 74.341%,0.943% 74.927%,1.22% 75.478%,1.528% 75.99%,1.867% 76.46%,19.142% 98.292%,19.142% 98.292%,19.411% 98.608%,19.691% 98.894%,19.982% 99.149%,20.282% 99.371%,20.59% 99.561%,20.906% 99.717%,21.228% 99.84%,21.555% 99.929%,21.886% 99.982%,22.221% 100%,97.485% 100%,97.485% 100%,97.893% 99.948%,98.28% 99.796%,98.641% 99.554%,98.971% 99.229%,99.264% 98.83%,99.515% 98.365%,99.719% 97.841%,99.872% 97.268%,99.967% 96.653%,100% 96.005%,100% 70.279% );
}

h2.big-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 37px;
    font-size: clamp(100px, 10vw, 140px);
}

h2.big-title img {
    max-width: 82px;
}

.references-title-with-nav {
    padding-top: 30px;
    padding-left: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section.references .slick-list {
    overflow: visible !important;
}

.section.references .slick-track {
    display: flex;
    gap: 20px;
}

.reference-item {
    width: 620px;
    height: 390px !important;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.reference-item img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.references-nav {
    display: flex;
    gap: 20px;
}

button.slick-arrow {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1;
}

button.nav-prev.slick-arrow {
    transform: rotateY(180deg);
}

button.slick-arrow:hover {
    color: var(--purple);
    background: var(--yellow);
    border-color: var(--yellow);
}

.references-slider {
    margin-top: 30px;
    margin-bottom: 60px;
}

.references-bottom {
    padding-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 78px;
    padding-right: 50px;
}

.references-text-left p {
    display: flex;
    align-items: center;
    gap: 15px;
}

.references-text-left span {
    max-width: 200px;
}

.references-text-left strong {
    font-size: 40px;
}

.section.clients {
    background: var(--purple);
    position: relative;
    text-align: center;
    padding-bottom: 48px;
    padding-top: 40px;
}

.clients-slider {
    margin-top: 30px;
}

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

.section.clients .slick-list {
    overflow: visible !important;
}

.section.services {
    padding-top: 70px;
    padding-bottom: 70px;
    background: var(--purple);
}

h3.services-title {
    color: #fff;
    font-size: 40px;
    max-width: 300px;
    margin-top: 25px;
    position: relative;
}

.section.services .col-2-5 {
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
}

.section.services .vc_column-inner.sidebar__inner {
     padding-top: 40px;
    padding-left: 40px;
    position: relative;
    min-height: 420px;
}

.section.services .col-2-5 .services-bgr {
    position: absolute;
    width: 100%;
    height: 420px;
    max-width: 460px;
    top: 0;
    left: 0;
    background: #3B317E;
    clip-path: polygon( 23.235% 100%,23.235% 100%,23.767% 99.982%,24.294% 99.927%,24.812% 99.836%,25.32% 99.711%,25.815% 99.551%,26.297% 99.358%,26.762% 99.133%,27.208% 98.875%,27.634% 98.586%,28.037% 98.267%,97.76% 38.719%,97.76% 38.719%,98.17% 38.339%,98.542% 37.932%,98.874% 37.5%,99.166% 37.047%,99.416% 36.573%,99.623% 36.083%,99.786% 35.578%,99.904% 35.061%,99.976% 34.534%,100% 34%,100% 6.452%,100% 6.452%,99.908% 5.405%,99.641% 4.412%,99.214% 3.487%,98.641% 2.641%,97.937% 1.89%,97.117% 1.245%,96.194% 0.72%,95.184% 0.329%,94.1% 0.084%,92.958% 0%,7.042% 0%,7.042% 0%,5.9% 0.084%,4.816% 0.329%,3.806% 0.72%,2.883% 1.245%,2.063% 1.89%,1.359% 2.641%,0.786% 3.487%,0.359% 4.412%,0.092% 5.405%,0% 6.452%,0% 93.548%,0% 93.548%,0.092% 94.595%,0.359% 95.588%,0.786% 96.513%,1.359% 97.359%,2.063% 98.11%,2.883% 98.755%,3.806% 99.28%,4.816% 99.671%,5.9% 99.916%,7.042% 100%,23.235% 100% );
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-left: 20px;
}

a.service-item {
    display: flex;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 20px;
    overflow: hidden;
    padding: 7px 40px 7px 7px;
    align-items: center;
    gap: 34px;
    position: relative;
    transition: all 0.3s ease;
}

a.service-item * {
    color: #fff;
    transition: all 0.3s ease;
}

.service-img {
    position: relative;
    width: 113px;
    height: 113px;
    border-radius: 13px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.service-labels {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
}

p.service-label {
    line-height: 1;
    padding: 7px 12px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 30px;
    font-size: 13px;
}

a.service-item i.icon-arrow-big {
    position: absolute;
    top: 37px;
    right: 22px;
    font-size: 12px;
}

a.service-item:hover * {
    color: var(--purple);
}

a.service-item:hover {
    background: var(--yellow);
}

a.service-item:hover p.service-label {
    border: 1px solid rgb(22 17 53 / 30%);
}


/*FOOTER*/
.section.cta {
    position: relative;
    background: url(/wp-content/uploads/2025/02/CTA_section.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 220px;
}

.section.cta h3.large {
    max-width: 1000px;
}

.cta-text {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}

.cta-text img {
    max-width: 60px;
}

.cta-text p {
    max-width: 340px;
}
    
.cta-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cta-divider-bottom img {
    width: 100%;
    height: 177px;
    object-fit: cover;
    object-position: top center;
}

.section.footer {
    background: var(--dark);
    padding-top: 30px;
    padding-bottom: 25px;
}

img.logo-footer {
    max-width: 210px;
    margin-bottom: 15px;
    margin-top: 31px;
}

.small {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
}

.footer-links a {
    display: inline-block;
    margin-bottom: 13px;
}

.footer a:hover,
.footer-links a:hover {
    text-decoration: underline;
}

.footer-links a i {
    margin-right: 7px;
    min-width: 13px;
    display: inline-block;
    text-align: center;
}

.footer-bottom {
    align-self: flex-end;
}

a.footer-email {
    color: var(--yellow);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 15px;
}

a.footer-phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    display: inline-block;
}

.col-3-5.light.footer-bottom.left {
    padding-top: 25px;
}

p.small.captcha {
    max-width: 400px;
    opacity: 0.4;
}


/*PAGE*/
/*sluzby*/

.section.main-1.page-sluzby h1 {
    max-width: 950px;
}

.page.service-labels {
    flex-wrap: wrap;
    max-width: 40vw;
}

.page.service-labels p.service-label {
    border: 1px solid var(--purple);
    font-size: 15px;
}

.section.contact {
    background: var(--yellow);
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.contact-form-wrapper {
    background: #fff;
    max-width: 500px;
    margin-right: 30px;
    margin-left: auto;
    padding: 40px 50px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.contact-form-wrapper h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 24px;
}

/*CONTACT FORM*/
.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    border: 1px solid rgb(22 17 53 / 30%);
    width: 100%;
    background: rgb(22 17 53 / 10%);
    margin-bottom: 17px;
    height: 60px;
    font-size: 15px;
    color: #161135;
    padding: 15px 26px 15px 26px;
    border-radius: 10px;
    box-shadow: none;
    font-family: 'Silka';
    outline: none;
    margin-top: 4px;
}

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

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
    outline: none;
}

.wpcf7 label {
    font-size: 12px;
    letter-spacing: -0.01rem;
}

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

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

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

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

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 46px;
    line-height: 1.1;
    color: var(--purple);
    cursor: pointer;
    text-transform: none;
    text-align: left;
    margin-left: -5px;
    font-size: 15px;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: var(--purple);
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 33px;
    height: 32px;
    position: absolute;
    border: 1px solid var(--purple);
    border-radius: 6px;
    background: rgb(255 255 255 / 0%);
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

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

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

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #e8000059;
    border-color: #e80000;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px;
    border-radius: 9px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
	color:#161135
}

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

button.main-btn.blue {
    margin: auto;
    display: block;
    border: none;
    background: var(--blue);
    color: #fff;
    font-size: 15px;
    font-family: 'Silka';
    width: 228px;
    cursor: pointer;
}

button.main-btn.blue i {
    right: 35px;
}

button.main-btn.blue:hover {
    background: var(--purple);
}

.col-6.contact-right {
    position: relative;
    padding-top: 28px;
    padding-bottom: 42px;
}

.background-shape-contact {
    position: absolute;
    width: 110%;
    height: 100%;
    top: 0;
    left: -10%;
    background: url(/wp-content/uploads/2025/02/contact-img.webp);
    background-size: 190% auto;
    background-position: center;
    z-index: 1;
    clip-path: polygon( 0% 51.441%,0% 51.441%,0.012% 51.767%,0.046% 52.089%,0.104% 52.407%,0.183% 52.718%,0.284% 53.023%,0.407% 53.32%,0.55% 53.607%,0.714% 53.883%,0.897% 54.148%,1.101% 54.401%,39.345% 98.481%,39.345% 98.481%,39.607% 98.759%,39.889% 99.01%,40.19% 99.235%,40.507% 99.433%,40.839% 99.603%,41.184% 99.744%,41.54% 99.854%,41.905% 99.935%,42.278% 99.984%,42.656% 100%,95.588% 100%,95.588% 100%,96.304% 99.941%,96.983% 99.772%,97.616% 99.5%,98.194% 99.136%,98.708% 98.689%,99.149% 98.167%,99.508% 97.58%,99.775% 96.938%,99.942% 96.249%,100% 95.522%,100% 42.845%,100% 42.845%,99.988% 42.52%,99.954% 42.198%,99.896% 41.88%,99.817% 41.569%,99.716% 41.264%,99.593% 40.967%,99.45% 40.68%,99.286% 40.403%,99.102% 40.138%,98.899% 39.886%,65.612% 1.519%,65.612% 1.519%,65.35% 1.241%,65.068% 0.99%,64.767% 0.765%,64.45% 0.567%,64.118% 0.397%,63.773% 0.257%,63.417% 0.146%,63.051% 0.065%,62.679% 0.016%,62.301% 0%,4.412% 0%,4.412% 0%,3.696% 0.059%,3.017% 0.228%,2.384% 0.5%,1.806% 0.864%,1.292% 1.311%,0.851% 1.833%,0.492% 2.42%,0.225% 3.062%,0.058% 3.751%,0% 4.478%,0% 51.441% );
}

.contact-divider-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    min-width: 1250px;
}

.contact-divider-bottom img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top center;
}

.contact-bottom {
    display: flex;
    position: relative;
    z-index: 2;
    position: absolute;
    bottom: -15px;
    left: 30px;
    align-items: center;
    gap: 25px;
}

.contact-img {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.contact-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-bottom p {
    color: #fff;
}

.contact-bottom a.footer-email {
    margin-bottom: 0;
    margin-top: 5px;
}

.contact-bottom a.footer-phone {
    color: #fff;
}

.col-6.contact-left {
    padding-top: 122px;
}

/*PAGE*/

.section.main-1.page {
    min-height: 560px;
}

.section.main-1.page h1 {
    max-width: 950px;
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 80px;
    margin-top: 30px;
}

.section.main-1.page h1 img.img-symbol {
    max-width: 80px;
    flex: 0 0 80px;
}

.section.main-1.page .col-12 {
    height: auto;
}

/*REVIEWS*/
.section.reviews {
    background: var(--purple);
    padding-top: 78px;
    padding-bottom: 78px;
}

.section.reviews .columns-wrapper {
    background: #3B317E;
    padding: 60px 50px 50px 50px;
    border-radius: 30px;
}

.section.reviews .col-6.light {
    position: relative;
}

.review-text {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.review-text h3 {
    letter-spacing: 0;
    line-height: 1.34;
}

.reviews-slider {
    max-width: 500px;
    margin: 0 auto;
}

.review-bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.review-bottom .name {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review-bottom .name img.img-symbol {
    max-width: 31px;
    flex: 0 0 31px;
    height: auto;
}

.review-logo img {
    max-width: 200px;
    max-height: 50px;
    object-fit: contain;
}

.slider-reviews-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

span.pagingInfo {
    font-size: 15px;
    letter-spacing: 5px;
}

.reviews-nav {
    gap: 20px;
    display: flex;
    align-items: center;
}



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

@media (max-width: 1000px) {
.drawer--top.drawer-open .drawer-nav {
    position: absolute !important;
    height: 80vh;
    background: #161135;
    max-height: none;
    margin-top: 74px;
    width: calc(100% - 40px);
    left: 20px;
    border-radius: 12px;
    padding: 30px 20px;
    overflow: auto;
}

.drawer-overlay {
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(2px);
    z-index: 2;
}

#header .drawer-nav ul.menu {
    display: flex;
    gap: 1.15vw;
    flex-direction: column;
    width: 100%;
    position: relative;
}

#header .drawer-nav ul.menu>li>a {
    color: #fff;
    margin: 0;
    padding: 12px 19px;
    font-size: 22px;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    width: 100%;
}

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

#header .header-btn {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#header ul.menu>li.menu-expand.menu-item {
    display: block;
    position: relative;
    width: 100%;
}

li.menu-item-has-children ul.sub-menu {
    position: relative;
    width: 100%;
    height: 0;
    left: 0px;
    top: 0;
    opacity: 0;
    transition: all 0.35s ease;
    transform: translate(0, 0px);
    visibility: hidden;
    z-index: 1;
    padding: 0px;
    margin-top: -10px !important;
    box-shadow: none;
    display: none;
    margin-bottom: 20px;
    padding-left: 15px;
    min-width: 100%;
}

li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

li.menu-item-has-children.open ul.sub-menu {
    transform: translate(0%, 0px);
    visibility: visible;
    text-align: left;
    height: auto;
    opacity: 1;
    display: block;
}

li.menu-item-has-children > a:before {
    top: 8px;
    margin-left: 15px;
    filter: brightness(100);
}

ul.sub-menu:before {
    display: none;
}

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

.main-btn {
    padding: 15px 40px 15px 20px;
}

.main-btn.purple-outline {
    padding-top: 14px;
    padding-bottom: 14px;
}

/*main page*/
.section.main-1 h1 {
    max-width: 350px;
    margin-bottom: 20px;
}

.section.main-1 {
    margin-top: -90px;
    padding-top: 90px;
    background: url(/wp-content/uploads/2025/02/Hero_phone.jpg);
    background-size: cover;
    background-position: center;
}

.section.main-1 .col-12 {
    height: calc(100vh - 90px);
}

.main-divider-top img {
    height: 165px;
}

.main-divider-top {
    top: 160px;
}

.main-divider-top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 161px;
    top: -160px;
    left: 0;
    background: #fff;
}

.section.main-1 .main-btn {
    margin-top: 20px;
}

.main-divider-bottom img {
    height: 92px;
    margin-left: -80px;
}

a.scroll-down {
    bottom: 15px;
}

a.ref-projekty {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 110px;
    width: 100%;
}

.ref-projekty-image {
    width: 100%;
    height: 28vh;
    max-width: 330px;
    max-height: 215px;
}

.ref-projekty-video {
    width: 100%;
    height: 28vh;
    max-width: 330px;
    max-height: 215px;
}

.section.why-us {
    padding-top: 20px;
}

.section.why-us .col-12 {
   flex-direction: column;
    gap: 25px;
}

.benefit-block {
    align-items: flex-start;
    padding: 10px 0;
    flex-direction: column;  
    position: relative;
    gap: 10px;
}

.benefit-block h3 {
    flex: 0 0 auto;
}

h3.large {
    font-size: 40px;
}

.benefits-image {
    position: absolute;
    right: 0;
    top: 10px;
}

.benefits-image img {
    max-width: 50px;
}

.col-6.graph-block {
    padding-right: 100px;
    position: relative;
}

.background-shape {
    position: absolute;
    width: 100%;
    height: 100%;
}

.percentage {
    flex: 0 0 70px;
    max-width: 70px;
}

.graph-container .text {
    font-size: 13px;
}

.section.main-2 h2 {
    margin-top: 25px;
}

.title-with-symbol img.smybol-img-2 {
    max-width: 36px;
}


.section.main-3 {
    padding-top: 40px;
    padding-bottom: 25px;
    position: relative;
}

.col-6.selektor .subtitle.yellow {
    margin-bottom: 15px;
}

a.selector__link {
    font-size: clamp(16px, 4.5vw, 20px);
    letter-spacing: -0.02em;
}

.selector-titles {
    gap: 8px;
    margin-bottom: 10px;
}

.selektor-images-wrapper {
    height: 80vw;
}

.cta-sluzby {
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.cta-sluzby a.main-btn {
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.cta-sluzby p {
    flex: 0 0 calc(100% - 60px);
    max-width: 280px;
}

.references-divider-top {
    min-width: 750px;
}

.references-divider-top img {
    height: 92px;
}

.section.references {
    padding-top: 0px;
    padding-bottom: 30px;
}

.references-title-with-nav {
    padding-top: 20px;
    padding-left: 0px;
    flex-direction: column;
    gap: 10px;
}

h2.big-title {
    gap: 15px;
    font-size: clamp(30px, 12vw, 60px);
}

h2.big-title img {
    max-width: 55px;
}

.references-nav {
    gap: 10px;
    z-index: 2;
}

button.slick-arrow {
    width: 45px;
    height: 45px;
}

.references-bgr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.reference-item {
    width: 94vw;
    height: 60vw !important;
}

.references-slider {
    margin-top: 30px;
    margin-bottom: 30px;
}

.references-bottom {
    padding-bottom: 25px;
    align-items: flex-end;
    gap: 10px;
    padding-right: 10px;
    flex-direction: column;
}

 .references-bgr {
    position: absolute;
    width: 140%;
    height: 100%;
    top: 0;
    left: 50%;
     transform: translateX(-50%);
}   

.section.clients .slick-track {
    gap: 30px;
}

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

.section.services .col-2-5 {
    padding-top: 0px;
    padding-left: 0px;
}

.section.services .vc_column-inner.sidebar__inner {
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
    min-height: 100%;
}

h3.services-title {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.services-list {
    padding-left: 0px;
}

.section.services .col-2-5 .services-bgr {
    height: 75vw;
    max-height: 420px;
}

.service-img {
    width: 65px;
    height: 55px;
    flex: 0 0 65px;
    position: absolute;
    left: 7px;
    top: 7px;
}

a.service-item {
    border-radius: 15px;
    padding: 22px 0px 7px 80px;
    gap: 0px;
}

a.service-item h3 {
    font-size: 18px;
}

.service-labels {
    align-items: center;
    gap: 3px;
    margin-top: 20px;
    margin-left: -73px;
    flex-wrap: wrap;
}

p.service-label {
    padding: 5px 8px;
    font-size: 10px;
}

a.service-item i.icon-arrow-big {
    top: 28px;
    right: 7px;
    font-size: 10px;
}

.section.cta {
    padding-top: 80px;
    padding-bottom: 120px;
}

.section.cta h3.large {
    font-size: 30px;
    max-width: 320px;
}

.cta-text {
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cta-text img {
    max-width: 60px;
    flex: 0 0 60px;
}

.cta-text p {
    max-width: 340px;
    flex: 0 0 calc(100% - 80px);
}

.cta-divider-bottom img {
    height: 90px;
}

.section.cta a.main-btn {
    margin-top: 10px;
}

#footer .row.in-grid > .columns-wrapper {
    gap: 30px;
    flex-direction: column;
}

.col-3-5.light.footer-bottom.left {
    padding-top: 0px;
    order: 1;
}

.col-1-5.footer-links.light {
     order: 2;
}

.col-2-5.light.footer-bottom.right {
    order: 3;
}

.section.main-1.page-sluzby .main-divider-top {
    top: 130px;
}

.page.service-labels {
    max-width: 100%;
    margin-left: 0;
    gap: 5px;
}

.page.service-labels p.service-label {
    font-size: 13px;
    padding: 6px 10px
}

.section.main-1.page-sluzby h1 {
    line-height: 1.2;
}

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

.col-6.contact-right {
    padding-top: 28px;
    padding-bottom: 28px;
    margin-top: 30px;
    margin-bottom: 160px;
}

.contact-form-wrapper {
    max-width: 100%;
    margin-right: 0px;
    margin-left: auto;
    padding: 30px;
    border-radius: 20px;
}

.background-shape-contact {
    width: 120%;
}

.contact-bottom {
    bottom: 15px;
    left: 20px;
    gap: 15px;
}

.contact-img {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
}

.contact-bottom a.footer-phone,
.contact-bottom a.footer-email {
    font-size: 20px;
}

.contact-divider-bottom {
    left: -50px;
}

.section.main-1.page h1 {
    gap: 15px;
    font-size: clamp(31px, 9vw, 40px);
    margin-top: 20px;
}

.section.main-1.page h1 img.img-symbol {
    max-width: 50px;
    flex: 0 0 50px;
}

.section.main-1.page .main-divider-top {
    margin-top: -100px;
}

.section.main-1.page {
    min-height: 500px;
}

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

.section.reviews .columns-wrapper {
    padding: 40px 30px 90px 30px;;
    border-radius: 25px;
    position: relative;
}

.section.reviews .col-6.light {
    position:unset;
}

.col-6.light.slider {
    margin-top: 20px;
}

.review-text h3 {
    font-size: 18px;
}

.review-bottom .name {
    gap: 5px;
}

.review-bottom .name p {
    font-size: 12px;
}

.review-logo img {
    max-width: 140px;
    max-height: 40px;
}

.slider-reviews-navigation {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
}
