:root {
  --bs-primary-rgb: 0, 122, 195;
  --global-color-base: #242727;
  --global-color-primary: #007ac3;
  --global-color-secondary: #d91c1f;
  --global-light-bg: #f6f7f8;
  --global-heading-color: #242727;
}

.fw-extra-bold {
  font-weight: 900 !important;
}

.shadow {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15) !important;
}

.text-shadow {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.uk-text-base {
  color: #242727 !important;
}

.flex-1 {
  flex: 1;
}

.animate-btn {
  animation: animateBtnPulse 2s infinite ease-in-out;
}
.animate-btn:hover {
  animation: none;
}

@keyframes animateBtnPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
    filter: drop-shadow(0 2px 6px rgba(217, 28, 31, 0.25));
  }
  50% {
    transform: scale(1.03);
    opacity: 0.92;
    filter: drop-shadow(0 4px 12px rgba(217, 28, 31, 0.4));
  }
}
.tm-header {
  z-index: 100;
}
.tm-header a {
  color: #fff;
}
.tm-header i {
  color: #d91c1f;
}
.tm-header .header {
  background: #1a2b3a;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.tm-header .header .uk-logo {
  height: 100px;
}
.tm-header .header .uk-logo img {
  max-width: 350px;
}
.tm-header .header .uk-logo .inverse {
  display: none;
}
.tm-header .header .contactsBlock {
  justify-content: end;
}
.tm-header .header .contactsBlock .item {
  display: flex;
  align-items: center;
}
.tm-header .header .contactsBlock .item i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d91c1f;
  color: #fff;
  font-size: 80%;
  margin-right: 5px;
}
.tm-header .header .main-menu > .uk-container {
  display: flex;
  justify-content: end;
  width: 100%;
}
.tm-header .header .main-menu > .uk-container .uk-navbar {
  max-width: 850px;
  width: 100%;
}
.tm-header .header .main-menu > .uk-container .uk-navbar .uk-navbar-nav {
  width: 100%;
  justify-content: space-between;
  gap: 5px 30px;
  flex-wrap: wrap;
}
.tm-header .header .main-menu > .uk-container .uk-navbar .uk-navbar-nav > li > a {
  color: #fff;
  white-space: nowrap;
  font-size: 19px;
  font-weight: 500;
}
.tm-header .header .main-menu > .uk-container .uk-navbar .uk-navbar-nav > li:hover a, .tm-header .header .main-menu > .uk-container .uk-navbar .uk-navbar-nav > li.uk-active a {
  color: #d91c1f;
}
@media (max-width: 1100px) {
  .tm-header .header .main-menu > .uk-container .uk-navbar .uk-navbar-nav {
    gap: 10px;
  }
  .tm-header .header .main-menu > .uk-container .uk-navbar .uk-navbar-nav > li a {
    font-size: 16px;
  }
}
.tm-header .uk-navbar-dropdown .uk-list li {
  margin: 0;
}
.tm-header .uk-navbar-dropdown .uk-list li a {
  display: block;
  padding: 7px 0;
}
.tm-header .uk-navbar-dropdown .uk-list li:first-child a {
  padding-top: 0;
}
.tm-header .uk-navbar-dropdown .uk-list li:last-child a {
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .tm-header {
    font-size: 16px;
  }
}

.header-transparent .top-line {
  background: rgba(31.104, 33.696, 33.696, 0.75);
}
.header-transparent .header {
  background: rgba(36, 39, 39, 0.4);
  box-shadow: none;
}
.header-transparent .header .main-menu .uk-navbar .uk-navbar-nav > li > a {
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.header-transparent .header .main-menu .uk-navbar .uk-navbar-nav > li:hover a {
  text-decoration: underline;
}
.header-transparent .uk-logo .inverse {
  display: block !important;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}
.header-transparent .uk-logo .default {
  display: none;
}

@media (min-width: 960px) {
  :root {
    --vp-header-height: 164px;
  }
}
@media (min-width: 1101px) {
  :root {
    --vp-header-height: 165.5px;
  }
}
.el-slideshowVideoBg {
  --btn-padding: 10px;
  margin-top: calc(var(--vp-header-height) * -1);
  background-color: #f6f7f8;
  z-index: 1;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #fff;
}
.el-slideshowVideoBg .video-bg img,
.el-slideshowVideoBg .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.el-slideshowVideoBg .video-bg .uk-position-cover,
.el-slideshowVideoBg .item-image .uk-position-cover {
  background-color: rgba(36, 39, 39, 0.4);
}
.el-slideshowVideoBg .swiper-slide {
  height: auto;
}
.el-slideshowVideoBg .swiper-slide .el-item {
  min-height: 100vh;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.el-slideshowVideoBg .swiper-slide .el-item .uk-button {
  text-shadow: none;
}
.el-slideshowVideoBg .swiper-slide .el-item .item-content {
  position: absolute;
  height: calc(100% - var(--vp-header-height));
  top: var(--vp-header-height);
  left: 75px;
  width: calc(100% - 150px);
  color: #fff;
  text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  z-index: 10;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.4375rem);
  line-height: 1.2;
}
.el-slideshowVideoBg .swiper-slide .el-item .item-content .uk-container {
  width: 100%;
  max-width: 1200px;
}
.el-slideshowVideoBg .swiper-slide .el-item .item-content p:last-child {
  margin-bottom: 0 !important;
}
.el-slideshowVideoBg .swiper-slide .el-item .item-content .title {
  font-size: clamp(1.9rem, 3.9vw + 0.93rem, 3.1rem);
  font-weight: 900;
}
@media (max-width: 768px) {
  .el-slideshowVideoBg .swiper-slide .el-item .item-content {
    left: 0px;
    width: calc(100% - 0px);
  }
}
.el-slideshowVideoBg .swiper-button-next,
.el-slideshowVideoBg .swiper-button-prev {
  --icon-size: 60px;
  width: var(--icon-size);
  height: var(--icon-size);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.el-slideshowVideoBg .swiper-button-next:after,
.el-slideshowVideoBg .swiper-button-prev:after {
  display: none;
}
.el-slideshowVideoBg .swiper-button-next:hover,
.el-slideshowVideoBg .swiper-button-prev:hover {
  opacity: 1;
  transition: 0.2s;
}
.el-slideshowVideoBg .swiper-button-prev,
.el-slideshowVideoBg .swiper-button-next {
  top: auto;
  bottom: calc(50% - var(--vp-header-height) / 2);
}
@media (max-width: 960px) {
  .el-slideshowVideoBg {
    --btn-padding: 15px;
  }
  .el-slideshowVideoBg .swiper-slide {
    height: auto;
  }
  .el-slideshowVideoBg .swiper-slide .el-item {
    min-height: 500px;
    height: 100%;
  }
  .el-slideshowVideoBg .swiper-slide .el-item .item-content {
    position: relative;
    min-height: auto;
    padding: 50px 0 50px;
  }
  .el-slideshowVideoBg .swiper-button-prev,
  .el-slideshowVideoBg .swiper-button-next {
    margin-bottom: calc(var(--icon-size) / 2 * -1);
  }
}
@media (min-width: 960px) {
  .el-slideshowVideoBg .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
  }
}

.swiper-button-next,
.swiper-button-prev {
  --icon-size: 50px;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-top: calc(var(--icon-size) / 2 * -1);
  background: rgba(36, 39, 39, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  transition: 0.2s;
}

.section-bg-images {
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 960px) {
  .el-catalog-cards a .item,
  .el-featuresCards a .item {
    transition: all 0.1s;
    margin: 0;
  }
  .el-catalog-cards a .item:hover,
  .el-featuresCards a .item:hover {
    transition: all 0.2s;
    margin: -5px 0 5px;
  }
}
.el-catalog-cards .swiper .swiper-slide,
.el-featuresCards .swiper .swiper-slide {
  position: relative;
  height: auto !important;
}
.el-catalog-cards .swiper .swiper-slide > div,
.el-featuresCards .swiper .swiper-slide > div {
  height: 100%;
}
.el-catalog-cards .swiper .swiper-slide > div .item,
.el-featuresCards .swiper .swiper-slide > div .item {
  margin: 0 !important;
  box-sizing: border-box;
}

.el-catalog-cards.default .item-content-wrap {
  z-index: 1;
}
.el-catalog-cards.default .item-image:before {
  background: rgba(36, 39, 39, 0.3);
  opacity: 0;
  transition: all 0.3s;
}
.el-catalog-cards.default .item-image:after {
  background: linear-gradient(0deg, #000000 0%, rgba(36, 39, 39, 0.05) 50%);
}
.el-catalog-cards .swiper {
  padding: 7px;
  margin: -7px;
}

.el-featuresCards.default {
  --icon-size: 90px;
}
.el-featuresCards.default .item {
  background: #f6f7f8;
  height: 100%;
  position: relative;
  padding: 25px;
}
.el-featuresCards.default .item::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #007ac3;
  z-index: 0;
}
.el-featuresCards.default .item .item-image {
  margin: 20px auto;
}
.el-featuresCards.default .item .item-image img {
  width: var(--icon-size);
  height: var(--icon-size);
  object-fit: contain;
  object-position: center;
}
.el-featuresCards.defaultHorizontal {
  --icon-size: 90px;
}
.el-featuresCards.defaultHorizontal .item {
  background: #f6f7f8;
  height: 100%;
  position: relative;
  padding: 25px;
}
.el-featuresCards.defaultHorizontal .item::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #007ac3;
  z-index: 0;
}
.el-featuresCards.defaultHorizontal .item .item-image {
  margin: 20px auto;
}
.el-featuresCards.defaultHorizontal .item .item-image img {
  width: var(--icon-size);
  height: var(--icon-size);
  object-fit: contain;
  object-position: center;
}
.el-featuresCards.defaultBg {
  --icon-size: 40px;
}
.el-featuresCards.defaultBg .item {
  padding: 25px;
}
.el-featuresCards.defaultBg .item .item-image {
  margin-right: 10px;
}
.el-featuresCards.defaultBg .item .item-image img {
  width: var(--icon-size);
  height: var(--icon-size);
  object-fit: contain;
  object-position: center;
}
.el-featuresCards.materials .item .item-image {
  box-shadow: 0px 1px 90px rgba(0, 0, 0, 0.1);
}
.el-featuresCards.materials .item .item-image .icon {
  transform: translate(0px, 0px) rotate(45deg);
  font-size: 25px;
  transition: all 0.1s;
  opacity: 0.5;
}
.el-featuresCards.materials .item:hover .icon {
  transform: translate(-7px, 7px) rotate(45deg);
  transition: all 0.2s;
  opacity: 1;
}
.el-featuresCards.counter .item .item-title {
  font-size: 70px;
}
@media (max-width: 1200px) {
  .el-featuresCards.counter .item .item-title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .el-featuresCards.counter .item .item-title {
    font-size: 40px;
  }
}
.el-featuresCards.overlay .item {
  min-height: 180px;
}
.el-featuresCards.imagesHorizontal .item {
  min-height: 180px;
  background: #f6f7f8;
}
.el-featuresCards.imagesHorizontal .item .image {
  width: 40%;
  max-width: 330px;
}
.el-featuresCards.imagesHorizontal .item .image .overlay {
  background: linear-gradient(70deg, transparent 0%, rgba(246, 247, 248, 0.3) 55%, #f6f7f8 80%, #f6f7f8 100%);
}
.el-featuresCards.imagesHorizontal .item .item-content {
  min-height: 100px;
}
@media (max-width: 576px) {
  .el-featuresCards.imagesHorizontal .item .image {
    max-width: none;
    width: 100%;
    aspect-ratio: 16/9;
    flex: 0 0 auto;
    height: auto !important;
  }
}
.el-featuresCards.stages .item .title-wrap .num {
  width: 90px;
  height: 90px;
  font-size: 50px;
  color: #d91c1f;
  background: #f2f2f2;
}
.el-featuresCards.stages .item .title-wrap .item-title {
  margin-left: -20px;
  width: calc(100% + 20px);
  line-height: 110%;
  flex: 1;
}
.el-featuresCards.stages .item .content {
  padding-left: 30px;
  margin-top: -15px;
}
.el-featuresCards.certs-slider .item img {
  height: 100%;
  object-fit: cover;
}
.el-featuresCards.certs-slider .swiper-slide {
  height: auto !important;
}
.el-featuresCards.certs-slider .swiper-slide > div,
.el-featuresCards.certs-slider .swiper-slide .item {
  height: 100%;
}
.el-featuresCards.certs-slider .swiper-button-prev,
.el-featuresCards.certs-slider .swiper-button-next {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.el-featuresCards.certs-slider .swiper-button-prev .swiper-button-disabled,
.el-featuresCards.certs-slider .swiper-button-next .swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.el-featuresCards.partners .item .item-title {
  line-height: 110%;
}
.el-featuresCards.partners .item .item-image {
  background: #fff;
  padding: 10px;
}
.el-featuresCards.partners .item .item-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.el-featuresCards.iconsCards {
  --icon-size: 90px;
}
.el-featuresCards.iconsCards .item {
  background: #f6f7f8;
}
.el-featuresCards.iconsCards .item .item-icon {
  font-size: 50px;
  background: #d91c1f;
  width: var(--icon-size);
  height: var(--icon-size);
}

.license-slider .item {
  text-align: center;
  background: #fff;
}

.el-list.props {
  display: flex;
  flex-wrap: wrap;
}
.el-list.props .item {
  display: flex;
  width: 100%;
  padding: 8px 0px;
}
.el-list.props .item .separator {
  flex-grow: 1;
  border-bottom: 1px dotted;
  min-width: 8px;
  margin: 6px;
}
.el-list.props .item .value {
  letter-spacing: normal;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .el-list.props .item {
    flex-wrap: wrap;
  }
}

.el-imageGallery.slider_nav .slider-thumbs .swiper-slide {
  cursor: pointer;
}
.el-imageGallery.slider_nav .slider-thumbs .swiper-slide img {
  border: 2px solid transparent;
}
.el-imageGallery.slider_nav .slider-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid #d91c1f;
}

.column-border-left {
  border-left: 0px solid #007ac3;
}
@media (min-width: 1200px) {
  .column-border-left {
    border-width: 10px;
  }
}

.column-border-right {
  border-right: 0px solid #007ac3;
}
@media (min-width: 1200px) {
  .column-border-right {
    border-width: 10px;
  }
}

.content-pages.view-article .article-full-image {
  background: #eaf4fc;
  overflow: hidden;
}
.content-pages.view-article .article-full-image img {
  display: inline-block;
  width: 100%;
  max-height: 600px;
  object-fit: contain;
}

.sidebar-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > ul li a {
  display: flex;
  padding: 10px 20px;
  margin: 8px 0;
  align-items: center;
  font-size: 18px;
  background: #fff;
  box-shadow: -25px 25px 60px -10px rgba(0, 0, 0, 0.15);
}
.sidebar-menu > ul li a > span {
  font-size: 40px;
  position: relative;
  transition: 0.2s;
  z-index: 1;
}
.sidebar-menu > ul li a > span::after {
  content: "";
  display: block;
  background: #242727;
  --width: 0px;
  width: var(--width);
  height: var(--width);
  margin-left: calc(var(--width) / 2 * -1);
  margin-top: calc(var(--width) / 2 * -1);
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transition: 0.2s;
}
.sidebar-menu > ul li.active a, .sidebar-menu > ul li:hover a {
  color: #d91c1f;
  transition: 0.2s;
}
.sidebar-menu > ul li.active a > span, .sidebar-menu > ul li:hover a > span {
  color: #fff;
}
.sidebar-menu > ul li.active a > span:after, .sidebar-menu > ul li:hover a > span:after {
  --width: 50px;
  width: var(--width);
  height: var(--width);
  margin-left: calc(var(--width) / 2 * -1);
  margin-top: calc(var(--width) / 2 * -1);
  transition: 0.2s;
}

.buttons-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.buttons-menu li a {
  display: block;
  padding: 0px 30px;
  line-height: 50px;
  background-color: var(--button-default-background);
  color: var(--button-default-color);
}
.buttons-menu li.uk-active a, .buttons-menu li:hover a {
  background-color: var(--button-default-hover-background);
  color: var(--button-default-hover-color);
}
@media (max-width: 480px) {
  .buttons-menu {
    gap: 10px;
  }
  .buttons-menu li a {
    padding: 0px 12px;
    line-height: 34px;
    font-size: 16px;
  }
}

footer {
  position: relative;
  color: #fff;
  background-color: #1a2b3a;
}
footer a:not(.uk-button) {
  color: #fff;
}
footer a:not(.uk-button):hover {
  color: #d91c1f !important;
}
footer .uk-heading-medium {
  color: #fff;
  font-weight: bold;
}
footer i {
  color: #d91c1f;
}
footer .policy-info {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}

.copyright {
  background: rgb(18.1071428571, 29.9464285714, 40.3928571429);
  color: #fff;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #fff;
}

.tm-header-mobile .uk-navbar-container {
  background: #1a2b3a !important;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.45);
}
.tm-header-mobile .uk-navbar-container .uk-container {
  padding: 0 10px !important;
}
.tm-header-mobile .uk-navbar-container .uk-container .uk-navbar .uk-logo {
  justify-content: start;
  margin-right: 15px;
}
.tm-header-mobile .uk-navbar-container .uk-container .uk-navbar .uk-logo img {
  width: 260px;
  max-width: 95%;
  height: 55px;
  object-fit: contain;
  object-position: left;
  padding: 10px 0;
}

.uk-offcanvas-bar .uk-nav li a {
  padding: 12px 0;
  color: #fff;
  justify-content: space-between;
}
.uk-offcanvas-bar .uk-nav li a .menu-toggler {
  padding: 12px 0px;
  width: 60px;
  text-align: center;
}
.uk-offcanvas-bar .uk-nav li > .uk-nav-sub {
  padding: 0;
  margin: 0 -30px;
}
.uk-offcanvas-bar .uk-nav li > .uk-nav-sub li a {
  color: rgba(255, 255, 255, 0.7);
  background: rgb(0, 99.6646153846, 159.3);
  padding: 10px 30px;
}
.uk-offcanvas-bar .uk-nav li > .uk-nav-sub li a:hover {
  color: #fff;
}

.breadcrumbs {
  padding: 15px 0;
  position: relative;
  z-index: 50;
}
.breadcrumbs .start-icon {
  margin-right: 10px;
}
.breadcrumbs .start-icon i {
  color: var(--global-color-base);
}
.breadcrumbs nav .uk-breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs nav .uk-breadcrumb > :nth-child(2)::before {
  display: none;
}
.breadcrumbs nav .uk-breadcrumb > :nth-child(n+3):not(.uk-first-column)::before {
  margin: 0 10px;
  width: 20px;
  height: 1px;
  background: var(--global-color-base);
}
.breadcrumbs nav .uk-breadcrumb li {
  display: flex !important;
  align-items: center;
}
.breadcrumbs nav .uk-breadcrumb li a,
.breadcrumbs nav .uk-breadcrumb li span {
  white-space: nowrap;
  color: var(--global-color-base);
}
.breadcrumbs nav .uk-breadcrumb li a {
  color: var(--global-color-base);
}
.breadcrumbs nav .uk-breadcrumb li a:hover {
  color: var(--global-secondary-background);
}
@media (max-width: 960px) {
  .breadcrumbs nav .uk-breadcrumb {
    flex-wrap: nowrap;
    justify-content: left;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}

.list-icon i {
  width: 30px;
  text-align: center;
}
.list-icon a {
  display: block;
  position: relative;
  padding: 10px 0 10px 35px;
}
.list-icon a::before {
  margin-top: -1px;
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  left: 0;
  top: 50%;
  z-index: 1;
  background: var(--global-secondary-background);
}
.list-icon > :nth-child(n+2) {
  margin-top: 0;
}
.list-icon.color-icon i {
  color: var(--global-secondary-background);
}

.contactsBlock .item i {
  width: 25px;
  text-align: center;
}
.contactsBlock .item:not(:last-child) {
  margin-bottom: 15px;
}
.contactsBlock.horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.contactsBlock.horizontal .item {
  margin: 0;
}
.contactsBlock.horizontal .item .uk-button {
  font-weight: normal;
}

a {
  transition: all 0.2s;
}

@media (max-width: 960px) {
  .uk-text-large {
    font-size: 19px;
  }
}

.text-shadow {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.block-after {
  position: relative;
}
.block-after:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.block-before {
  position: relative;
}
.block-before:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.gallery .item .uk-overlay,
.el-masonry-gallery .item .uk-overlay,
.el-slider-gallery .item .uk-overlay,
.el-imageGallery .item .uk-overlay {
  transition: 0.1s all;
}
.gallery .item .uk-overlay .uk-icon,
.el-masonry-gallery .item .uk-overlay .uk-icon,
.el-slider-gallery .item .uk-overlay .uk-icon,
.el-imageGallery .item .uk-overlay .uk-icon {
  opacity: 0;
  color: #fff;
  transition: 0.1s all;
}
.gallery .item:hover .uk-overlay,
.el-masonry-gallery .item:hover .uk-overlay,
.el-slider-gallery .item:hover .uk-overlay,
.el-imageGallery .item:hover .uk-overlay {
  background: rgba(36, 39, 39, 0.5);
  transition: 0.2s all;
}
.gallery .item:hover .uk-overlay .uk-icon,
.el-masonry-gallery .item:hover .uk-overlay .uk-icon,
.el-slider-gallery .item:hover .uk-overlay .uk-icon,
.el-imageGallery .item:hover .uk-overlay .uk-icon {
  opacity: 1;
  transition: 0.2s all;
}

.uk-list.uk-list-primary .uk-link,
.uk-list.uk-list-primary a {
  color: #007ac3;
}
.uk-list.uk-list-primary .uk-link:hover,
.uk-list.uk-list-primary a:hover {
  color: #d91c1f;
}

.uk-input.uk-form-danger,
.uk-form-danger:focus {
  border-color: rgba(255, 0, 0, 0.76) !important;
}

:root {
  --swiper-theme-color: var(--global-primary-background);
  --swiper-pagination-bullet-size: 12px;
}

.uk-breadcrumb1 > :nth-child(n+2):not(.uk-first-column)::before {
  display: block !important;
  width: 20px;
  height: 1px;
  background: #444;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  white-space: inherit !important;
}

.to-top {
  --to-top-size: 36px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 1000;
  border-radius: 200px;
  width: var(--to-top-size);
  height: var(--to-top-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(100, 100, 100, 0.4);
  color: #fff !important;
  transition: all 0.3s ease;
  opacity: 1;
}
.to-top.hidden {
  opacity: 0;
  transition: all 0.3s ease;
}
.to-top:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

a.docs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
a.docs::before {
  content: "\f15b";
  font: 25px "Font Awesome 6 Free";
  display: block;
}
a.docs.pdf::before {
  content: "\f1c1";
}
a.docs.doc::before {
  content: "\f15c";
}
a.docs.xls::before {
  content: "\f1c3";
}
a.docs.zip::before {
  content: "\f1c6";
}

.uk-pagination {
  gap: 10px;
}
.uk-pagination .page-nav-btn a {
  --icon-size: 50px;
  width: var(--icon-size);
  height: var(--icon-size);
  background: #242727;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.uk-pagination .page-nav-btn a:hover {
  background: rgba(36, 39, 39, 0.7);
}

.tm-consent .uk-grid-small > div:nth-child(2),
.tm-consent .uk-grid-small > div:nth-child(3) {
  display: none !important;
}
.tm-consent .uk-notification-message {
  font-size: 14px;
  padding: 15px;
  width: 100%;
  max-width: 800px;
  cursor: auto;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.36);
}
.tm-consent .uk-notification-message p {
  margin-bottom: 5px;
}
/*# sourceMappingURL=maps/custom.css.map */
