.uc-header-wrapper .tmenu-mobile__menucontent_fixed{
  background:none !important;
  background-color:none !important;
  border:none !important;
  box-shadow:none;
}

.uc-header-wrapper{
  position:fixed;
  top:0; left:0; 
  z-index:99;
  width:100%;
}

.uc-header-wrapper .tmenu-mobile__menucontent_fixed {
  background:#FFF !important;
  height: inherit !important;
}

.fdw-sticky.uc-header-wrapper .tmenu-mobile__menucontent_fixed {
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.uc-header-wrapper [class*="__imglogo"]{
  max-width:185px;
}

.uc-header-wrapper [class*="__imglogo"],
.uc-header-wrapper [class*="__maincontainer"],
.tmenu-mobile__menucontent_fixed,{
    transition:0.3s all ease !important;
}

.fdw-sticky.tmenu-mobile__menucontent_fixed,
.fdw-sticky.uc-header-wrapper [class*="__maincontainer"]{
  height:75px !important;
}

.fdw-sticky.uc-header-wrapper [class*="__imglogo"]{
  max-width:135px; 
}


.uc-hm-stats .t-col > .t-img{
    margin-top: -110px;
    width: 80%;
    float: right;
    object-fit: contain;
}

.uc-solution-list ul.t-card__container:before,
.uc-solution-list ul.t-card__container:after{
    display:none;
}

.uc-solution-list ul.t-card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.uc-solution-list ul.t-card__container li {
  flex: 1 1 calc(20% - 12px); 
  padding: 0 !important;
  margin: 0 !important;
  max-width: inherit !important;
  float: none !important;

  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;   
  text-align: center;    
}

.uc-solution-list ul.t-card__container li > div{
    height:100% !important;
    width: 100% !important;
}

.uc-solution-list ul.t-card__container li:hover *{
    color:#FFF;
}

.uc-solution-list ul.t-card__container li:hover .t-bgimg{
    filter: brightness(0) invert(1) !important;   
}


.uc-project-scoller,
.uc-project-scoller-r {
  overflow: hidden;
  width: 100%;
}

.uc-project-scoller .t-card__container,
.uc-project-scoller-r .t-card__container {
  display: flex;
  width: max-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 25s;
  animation-play-state: running;
}

/* Normal scroll */
.uc-project-scoller .t-card__container {
  animation-name: scroll-left;
}

/* Reverse scroll */
.uc-project-scoller-r .t-card__container {
  animation-name: scroll-right;
}

/* Pause animation on hover */
.uc-project-scoller:hover .t-card__container,
.uc-project-scoller-r:hover .t-card__container {
  animation-play-state: paused;
}

.uc-project-scoller .t-card__container .t-cell,
.uc-project-scoller-r .t-card__container .t-cell{
    padding:0px 10px !important;
}

.uc-project-scoller .t-card__container .t-cell [class*="__table"],
.uc-project-scoller-r .t-card__container .t-cell [class*="__table"]{
  border-radius:10px !important;
  overflow:hidden !important;
}

.uc-project-scoller,
.uc-project-scoller-r {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.uc-project-scoller::-webkit-scrollbar,
.uc-project-scoller-r::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


/* Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}


.uc-offer-flex .t-card__container > .t-card__col{
    padding: 0px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0px !important;
    display: inline-flex;
    width: 100%;
    margin: 0px 20px !important;
    border-radius: 15px;
    overflow: hidden;
}


.uc-offer-flex .t-card__container > .t-card__col .t-col .t-cell{ 
    padding:50px 0px;
}

.uc-hm-intro .t-bgimg{
    box-shadow:none !important;
    /* background-size: contain !important; */
}

.uc-offer-flex .t-bgimg{
    background-color:#ffffff !important;
}

.uc-abt-vd-market .t-bgimg,
.uc-offer-flex .t-bgimg{
    background-size: contain !important;
}

.uc-abt-vd-market .t-bgimg{
  height:100% !important;
  aspect-ratio: 16 / 9;
}

.uc-abt-vd-market .t-col > div{
  height: 100% !important;
}

#tildacоpy.t-tildalаbеl{
  height:0px !important;
}

#tildacоpy.t-tildalаbеl .t-tildalаbеl__link{
  display:none !important;
  opacity:0 !important; 
}

.uc-project-scoller .t-card__container .t-cell,
.uc-project-scoller-r .t-card__container .t-cell{
  width: 25vw !important;
}

.uc-portfolio-collect .t-card__btn-wrapper .t-card__btn,
.uc-project-scoller .t-card__btn-wrapper .t-card__btn,
.uc-project-scoller-r .t-card__btn-wrapper .t-card__btn{
  width: 65px;
  height: 65px;
  border: 3px solid #FFF;
  border-radius: 50% !important;
  color: #FFF !important;
  position: relative;
  text-indent: -9999px;  
  cursor: pointer;
  transition: opacity 0.3s ease;
  background: none !important;
  padding: 0px !important;
}

.uc-portfolio-collect .t-card__btn-wrapper .t-card__btn::before,
.uc-project-scoller .t-card__btn-wrapper .t-card__btn::before,
.uc-project-scoller-r .t-card__btn-wrapper .t-card__btn::before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  text-indent: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.uc-portfolio-collect .t-card__btn-wrapper .t-card__btn:hover,
.uc-project-scoller .t-card__btn-wrapper .t-card__btn:hover,
.uc-project-scoller-r .t-card__btn-wrapper .t-card__btn:hover {
  opacity: 0.7; 
}

.uc-portfolio-collect .t-card__btn-wrapper,
.uc-project-scoller .t-card__btn-wrapper,
.uc-project-scoller-r .t-card__btn-wrapper{
  margin:0px !important;
}

.uc-ft-wrapper .t-container > div > .t-col.t-col_3:nth-child(2) ul li{
  word-break:break-all;
}

.uc-serv-cta-pnl .t-title{
  margin-bottom: 0px;
}

.uc-contact-form-pnl .t-submit{
  height:inherit;
  padding-top: 10px;
  padding-bottom: 10px;
}

.uc-contact-form-pnl input, .uc-contact-form-pnl [class*="t-input__"],
.uc-contact-form-pnl input::placeholder{
  color:#001435 !important;
  opacity:1;
}

.uc-ft-wrapper .t-container .t-col a:hover{
   color:#0070e0 !important;
}


@media(min-width:1100px){
  .uc-ft-wrapper .t-container .t-col.t-col_3{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right:2%;
  }
  
  .uc-ft-wrapper .t-container > .t-col.t-col_3:nth-child(1){ 
    max-width: 28%;
    padding-right:8%;
  }
  
  .uc-ft-wrapper .t-container > .t-col.t-col_3:nth-child(2){ 
    max-width: 20%;
  }
  
  .uc-ft-wrapper .t-container > div > .t-col.t-col_3:nth-child(1){ 
    max-width: 17%;
  }
  
  .uc-ft-wrapper .t-container > div > .t-col.t-col_3:nth-child(2){ 
    max-width: 23%;
    padding-right:0%;  
  }
    
  .uc-hm-intro .t-col:last-child{ 
    padding-left:20px;
  }  
      
  body:has(.uc-sol-list-six-sprt) .uc-solution-list ul.t-card__container li {
    flex: 1 1 calc(33% - 12px); 
  }
    
    
}


@media (max-width: 1024px) {
  .uc-solution-list ul.t-card__container li {
    flex: 1 1 calc(33.333% - 10px);
  }
  
  .uc-project-scoller .t-card__container .t-cell,
  .uc-project-scoller-r .t-card__container .t-cell{
    width: 70vw !important;
  }

  .uc-project-scoller .t-card__container .t-cell > [class*="__table"],
  .uc-project-scoller-r .t-card__container .t-cell > [class*="__table"]{
    height: 175px !important;
  }

  .uc-project-scoller .t-card__container .t-cell .t-card__col [class*="__overlay"],
  .uc-project-scoller-r .t-card__container .t-cell .t-card__col [class*="__overlay"],
  .uc-project-scoller .t-card__container .t-cell .t-card__col [class*="__textwrapper"],
  .uc-project-scoller-r .t-card__container .t-cell .t-card__col [class*="__textwrapper"]{
    opacity: 0 !important;
  }

  .uc-project-scoller .t-card__container .t-cell .t-card__col:hover [class*="__overlay"],
  .uc-project-scoller-r .t-card__container .t-cell .t-card__col:hover [class*="__overlay"],
  .uc-project-scoller .t-card__container .t-cell .t-card__col:hover [class*="__textwrapper"],
  .uc-project-scoller-r .t-card__container .t-cell .t-card__col:hover [class*="__textwrapper"]{
    opacity: 1 !important;
  }


}




@media(max-width:980px){
  .uc-header-wrapper .tmenu-mobile__container{
    padding-top:10px !important;
    padding-bottom:10px !important;  
  }
  
  .uc-header-wrapper .tmenu-mobile__burgerlogo .tmenu-mobile__imglogo{
    width:150px !important;
    min-width: inherit !important;
  }
  
  .uc-header-wrapper .tmenu-mobile.tmenu-mobile_positionfixed{
    background:#FFF !important;
  }
  
  .fdw-sticky.uc-header-wrapper .tmenu-mobile.tmenu-mobile_positionfixed{
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .uc-header-wrapper .tmenu-mobile__container,
  .uc-header-wrapper .tmenu-mobile__burgerlogo .tmenu-mobile__imglogo{
    transition:0.3s all ease;
  }
  
  .fdw-sticky.uc-header-wrapper .tmenu-mobile__container{
    padding-top:5px !important;
    padding-bottom:5px !important;  
  }
  
  .fdw-sticky.uc-header-wrapper .tmenu-mobile__burgerlogo .tmenu-mobile__imglogo{
    width: 125px !important;
  }
    
  .uc-header-wrapper .tmenu-mobile__menucontent_fixed{
    background:none !important;    
    top:77px !important;
  }
    
  .uc-header-wrapper [class*="__maincontainer"]{
    background: rgb(0 20 53 / 85%) !important;
  }
    
  .fdw-sticky.uc-header-wrapper .tmenu-mobile__menucontent_fixed{ 
    top:65px !important;
  }
    
  .fdw-sticky.uc-header-wrapper .tmenu-mobile__menucontent_fixed,
  .fdw-sticky.uc-header-wrapper [class*="__maincontainer"]{
    background: rgb(0 20 53 / 50%) !important;
    height: inherit !important;
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(0px) !important;
    box-shadow: none !important;
  }


  .uc-header-wrapper .t-active.t-menu__link-item,
  .uc-header-wrapper *:not(.t-btn){
    color:#FFF !important;
    opacity:1;
  }
  
  .uc-header-wrapper [class*="__maincontainer"] [class*="__menualign_right"] nav{
    padding:20px 15px;
    padding-bottom: 0px;
  }
    
  .uc-header-wrapper [class*="__maincontainer"] [class*="__menualign_right"] *{
    text-align:center;
  }
    
  /* header#t-header .uc-header-wrapper [class*="__maincontainer"] [class*="__rightside"] *{  
    width:100%;
  } */
    
  .uc-header-wrapper [class*="__maincontainer"] [class*="__rightside"]{  
    padding:0px 20px;
  }
    
  .uc-header-wrapper [class*="__maincontainer"] [class*="__right_buttons"]{  
    padding-bottom:0px;
  }
    
  .uc-header-wrapper [class*="__maincontainer"] [class*="__rightcontainer"] *{  
    padding-top:0px;
  }
  
  .uc-header-wrapper [class*="__right_buttons"] [class*="__right_buttons_wrap"]{
    padding-bottom:10px !important;
  }

  .uc-abt-hero-pnl{
    padding-bottom: 10px !important;
  }
    
  .uc-abt-hero-pnl .t-descr{
    padding-top: 15px !important;
    text-align: center;
  }
    
  .uc-abt-hero-pnl [class*="__blockimgmobile"] img{
    width:90%;
  }
    
  .uc-abt-hero-pnl [class*="__textwrapper"]{
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .uc-header-wrapper .t228__right_langs{
    padding-top:20px !important;
  }
     
  .uc-header-wrapper .t228__right_buttons_wrap{
    display: flex !important;
    flex-direction: row !important;
    gap: 5px !important; 
  }
    
  .uc-header-wrapper .t228__right_langs_lang:not(:first-child){
    display:inline-block !important;
  }
    
  .uc-header-wrapper .t228__right_langs_lang:first-child > a::after {
    display:none !important;
  }
    
  .uc-header-wrapper .t228__right_buttons_wrap:hover .t228__right_langs_lang{
    background:none !important;
    border:0px !important;
    position:relative !important;
  }
    
  .uc-header-wrapper .t228__right_langs_lang a{
    padding-bottom: 0px !important;
  }
    
  header#t-header .uc-header-wrapper.t-rec nav ul li a.t-active.t-menu__link-item,
  #rec1041035721.uc-header-wrapper.t-rec nav ul li a.t-active.t-menu__link-item,
  #rec1041039076.uc-header-wrapper.t-rec nav ul li a.t-active.t-menu__link-item,
  #rec1041050331.uc-header-wrapper.t-rec nav ul li a.t-active.t-menu__link-item,
  #rec1041054891.uc-header-wrapper.t-rec nav ul li a.t-active.t-menu__link-item,   
  #rec1040937761.uc-header-wrapper.t-rec nav ul li a.t-active.t-menu__link-item{
    color:#FFF !important;
  }


}



@media(max-width:960px){
    .uc-hm-stats [class*="__img-mobile"]{
      text-align: center;
    }
    
    .uc-hm-stats [class*="__img-mobile"] .t-img{ 
      float: none;
    }
        
    .uc-offer-flex .t-card__container > .t-card__col{
      display:flex;
      flex-direction:column;
      width: initial;
    }
    
    .uc-offer-flex .t-card__container [class*="__textwrapper"]{ 
      width:100%;
      text-align:center;
    }
    
    .uc-offer-flex .t-card__container > .t-card__col .t-col .t-cell{ 
      padding:0px 0px;
    }
        
    .uc-hm-intro .t-align_left,
    .uc-hm-stats .t-title,
    .uc-abt-vd-market .t-align_left{
      text-align:center;
    }    
        
    .uc-serv-hero-pnl .t-title{
      text-align:center;
      margin-top:20px;
    }
    
    .uc-serv-hero-pnl  .t-bgimg{
      height:250px !important;
    }   
        
    .uc-serv-cta-pnl .t-title br{
      display:none;
    }    

    .uc-contact-hero-pnl .t-cover,
    .uc-contact-hero-pnl .t-cover__carrier{
       height:250px !important;
    }
        
    .uc-contact-form-pnl .t-submit br{
      display:none;
    }    

    .uc-portfolio-banner .t-cover, .uc-portfolio-banner .t-cover__carrier,
    .uc-portfolio-banner .t-cover__wrapper{
      height:250px !important;
    }    
    
}


@media(max-width:680px){
  .uc-solution-list{
    padding-left:20px;
    padding-right:20px;
  }
  
  .uc-solution-list ul.t-card__container li {
    flex: 1 1 calc(50% - 20px);
  }
  
  .uc-solution-list ul.t-card__container li [class*="__wrap"]{ 
    padding-left:10px;
    padding-right:10px;
  }
  
}


@media(max-width:640px){
    .uc-hm-intro [class*="__images-wrapper"]{ 
       padding-top: 0px;
    }
    
    .uc-hm-intro [class*="__images-wrapper"] [class*="__tile_left"]{ 
        width: 80%;
    }
    
    .uc-hm-intro [class*="__images-wrapper"] [class*="__tile_right"]{ 
      position: absolute;
      right: 0; bottom: 0;
      width: 100%;
      height: 100%;
    }
    
    .uc-hm-intro [class*="__images-wrapper"] [class*="__tile_right"] [class*="__bgimg_2"]{  
      position: absolute;
      right: 0;
      bottom: -20%;
      width: 65%;
      padding-bottom: 40%;
    }
    
    .uc-hm-intro [class*="__images-wrapper"] [class*="__row_images"]{
       margin-bottom:20%; 
    } 
    
    .uc-portfolio-collect .t-card__container .t-item{ 
      margin-bottom:20px;
    }
    
    .uc-method-cta{
      padding-top:10px !important;    
    }
  
    .uc-method-cta [class*="__buttons-wrapper"] svg,
    .uc-serv-cta [class*="__buttons-wrapper"] svg,
    .uc-portfolio-cta [class*="__buttons-wrapper"] svg{
      display:none;
    }    
        
    .uc-serv-cta-pnl .t-title{
      margin-bottom: 10px;
    }    

}


/*#tildacоpy, #tildacоpy.t-tildalаbеl, .t-tildalаbеl__link {*/
/*  display: none !important;*/
/*  visibility: hidden !important;*/
/*  pointer-events: none !important;*/
/*  height: 0 !important;*/
/*  opacity: 0 !important;*/
/*}*/



.uc-header-wrapper .t228__right_buttons_wrap {
  position: relative;
  display: inline-block;
  cursor: pointer; 
}
 
.uc-header-wrapper .t228__right_langs_lang {
  width: 100%;
  box-sizing: border-box;
}
 
.uc-header-wrapper .t228__right_langs_lang:not(:first-child) {
  display: none;
}

.uc-header-wrapper .t228__right_langs_lang:first-child > a::after {
  content: " ▼";
  font-size: 0.7em;
  margin-left: 4px;
}
 
.uc-header-wrapper .t228__right_buttons_wrap:hover .t228__right_langs_lang {
  display: block;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  z-index: 9999;
}
 
.uc-header-wrapper .t228__right_buttons_wrap:hover .t228__right_langs_lang:first-child {
  position: relative;
  background: none;
  border: none;
  display: block;
}
 
.uc-header-wrapper .t228__right_langs_lang a {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0px;
}
 
.uc-header-wrapper .t228__right_langs_lang a:hover {
  background-color: #f0f0f0;
}

.uc-header-wrapper .t228__right_langs_lang a[href="/"],
.uc-header-wrapper .t228__right_langs_lang a[href="/homepage"],
.uc-header-wrapper .t228__right_langs_lang a[href="/homepage/"]{
  padding-left: 28px; /* space for flag */
  background: url('https://flagcdn.com/it.svg') no-repeat left center;
  background-size: 20px 14px;
}

.uc-header-wrapper .t228__right_langs_lang a[href="/de"],
.uc-header-wrapper .t228__right_langs_lang a[href="/de/"] {
  padding-left: 28px;
  background: url('https://flagcdn.com/de.svg') no-repeat left center;
  background-size: 20px 14px;
}

 
 