.komanda img {
  transition: transform 0.5s ease;
}

.komanda img:hover {
  transform: scale(1.1);

}
.uc-footerlinks {
  background: linear-gradient(135deg, #6B942C 0%, #5b5b5b 100%) !important;
  color: white !important;
  padding: 20px; 
}
.t476__title.t-title.t-title_md.t-margin_auto {
  background: linear-gradient(135deg, #6B942C 0%, #5b5b5b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
  display: inline-block;
}
.t1029__bgimg.t1029__img_circle.t-margin_auto.t-bgimg {
  transition: transform 0.5s ease !important;
}

.t1029__bgimg.t1029__img_circle.t-margin_auto.t-bgimg:hover {
  transform: scale(1.1) !important;
}
.t001__descr.t-descr.t-descr_xl.t001__descr_center {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing 4s steps(40, end) infinite;
}

@keyframes typing {
  0% { width: 0; }
  50% { width: 100%; }
  90% { width: 100%; }
  100% { width: 0; }
}


@media (min-width: 1025px) {
  .t-slds__arrow-left {
    left: 520px !important;
  }
  
  .t-slds__arrow-right {
    right: 520px !important;
  }
}


@media (max-width: 1024px) {
  .t-slds__arrow-left {
    left: 5px !important;
  }
  
  .t-slds__arrow-right {
    right: 5px !important;
  }
}


@media (min-width: 1025px) {
  #rec1290143541 .t165__img {
    border: 3px solid #ffffff !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(-100px) !important;
    border-radius: 26px !important; 
  }

 
  #rec1290143541 .t165__img::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(to bottom, 
                rgba(255,255,255,1) 0%, 
                rgba(255,255,255,0.8) 50%,
                rgba(255,255,255,0) 100%) !important;
    border-radius: 20px !important; 
    z-index: 2;
    pointer-events: none;
  }
}


@media (max-width: 1024px) {
  #rec1290143541 .t165__img {
    border: none !important;
    transform: none !important;
    overflow: visible !important;
    border-radius: 20px !important; 
  }
  

  #rec1290143541 .t165__img::after {
    display: none !important;
  }
}



@media (min-width: 1025px) {
  .uc-textslider {
    position: absolute !important;
    top: 1050px !important;
    right: 0 !important;
    left: 450px !important;
    width: calc(100% - 450px) !important; 
    z-index: 100;
    margin-bottom: 0 !important;
  }
}


@media (max-width: 1024px) {
  .uc-textslider {
    position: static !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
  }
}

[field="tn_text_1478011377640"] {
  background: linear-gradient(135deg, #6B942C 0%, #5b5b5b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
  display: inline-block;
}
.t-section__title.t-title.t-title_xs.t-align_center.t-margin_auto {
  background: linear-gradient(135deg, #6B942C 0%, #5b5b5b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
}
.t-section__title.t-title.t-title_xs.t-align_left {
  background: linear-gradient(135deg, #6B942C 0%, #5b5b5b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
}

.t1119__icon {
  background: linear-gradient(135deg, #6B942C 0%, #5b5b5b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
}

.uc-patterntop {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  position: relative !important;
  z-index: -1 !important;
  line-height: 0 !important;
  height: auto !important;
}

.uc-patterntop {
  position: relative;
  margin-top: -100px !important;
  z-index: -1 !important; 
  height: 0 !important;
  overflow: visible !important;
}

.uc-patterntop img {
  position: relative;
  top: -100px;
  pointer-events: none; 
}

#rec1287866991 .tmenu-mobile {
  background: linear-gradient(135deg, #6B942C 0%, #5b5b5b 100%) !important;
}







.contact-us {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.contact-us img {
  position: relative;
  z-index: 3;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-us::before,
.contact-us::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(107, 148, 44, 0.6), rgba(91, 91, 91, 0.6));
  opacity: 0;
  z-index: 1;
}

.contact-us::before {
  width: 100%;
  height: 100%;
  animation: wave 3s linear infinite;
}

.contact-us::after {
  width: 100%;
  height: 100%;
  animation: wave 3s linear infinite 1.5s;
}

@keyframes wave {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    width: 180%;
    height: 180%;
    opacity: 0;
  }
}
