/* Main menu */

.uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-center {
	margin-top: 21px;
}

.uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-right {
	margin-top: 51px;
}

.tm-header .uk-navbar-dropdown {
	border-radius: 0 0 5px 5px;
}

.tm-header ul.uk-nav.uk-navbar-dropdown-nav li:first-child {
	border-top: 1px dotted rgba(255,255,255,0.15);
}

.tm-header ul.uk-nav.uk-navbar-dropdown-nav li {
	border-bottom: 1px dotted rgba(255,255,255,0.15);
}

img {
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	user-select: none !important;
}

a.el-item, 
a.el-item * {
	-webkit-touch-callout: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

/* Parent Menu */

.tm-header li.uk-parent>a {
	position: relative;
	margin-right: 8px;
}

.tm-header li.uk-parent>a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/dropdown.svg);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.tm-header .uk-navbar-transparent.uk-light li.uk-parent>a::after,
.tm-header .uk-navbar-dropdown-nav>li.uk-parent>a::after {
	background-image: url(../images/dropdown-l.svg);
}

.tm-header li:hover.uk-parent>a::after,
.tm-header li.uk-parent>a[aria-expanded="true"]::after {
	transform: rotate(180deg);
}

/* Mobile Menu */

#tm-dialog-mobile .uk-nav-header:not(:first-child) {
	margin-top: 0;
}

#tm-dialog-mobile .uk-nav>li:not(:first-child) {
	border-top: 1px dotted rgba(255, 255, 255, 0.2);
}

#tm-dialog-mobile ul.uk-nav-sub {
	padding: 10px 0;
	font-size: 16px;
}

#tm-dialog-mobile ul.uk-nav-sub .uk-nav-subtitle {
	color: rgba(255,255,255,0.5);
	margin-top: 5px;
}

#tm-dialog-mobile ul.uk-nav-sub .uk-nav-subtitle .uk-icon svg {
	width: 12px;
	height: 12px;
}

.tm-header .uk-navbar-dropdown.uk-drop:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid rgba(19,19,26,.74);
	top: -13px;
	left: 50%;
	margin-left: -7px;
}

#tm-dialog-mobile .uk-modal-dialog {
	background: #1A1A1A;
}

#tm-dialog-mobile .uk-modal-dialog .uk-grid-margin.uk-first-column {
	margin-top: 0;
}

#tm-dialog-mobile .uk-nav-primary .uk-nav-header,
#tm-dialog-mobile .uk-nav-primary>li>a {
	padding: 10px 0;
}

#tm-dialog-mobile .uk-nav-sub a {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.mobilecont {
	line-height: 26px;
	border-top: 1px solid #006a8d;
	padding-top: 20px;
	margin-top: 20px;
}

div.mobilecont a {
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	color: #ffffff;
	white-space: nowrap;
}

div.mobilecont a:hover {
	text-decoration: none;
	color: #c1e2e5;
}

div.mobilecont span.uk-icon {
	color: #006a8d;
	margin-right: 5px;
}

.uk-nav-parent-icon>.uk-parent>a::after {
	display: none;
}

#tm-dialog-mobile .uk-modal-dialog .uk-icon-button {
	color: #ffffff;
	border-color: #ffffff;
	margin-top: 20px;
}

#tm-dialog-mobile .uk-modal-dialog .uk-icon-button:hover {
	color: #c1e2e5;
	border-color: #c1e2e5;
}

#tm-dialog-mobile .uk-modal-body {
	background: url(../images/pillar-logo-invert.svg) 30px -1px no-repeat #1A1A1A;
	background-size: 100px auto;
	padding-top: 120px;
	padding-left: 30px;
}

#tm-dialog-mobile .uk-close.uk-modal-close-full svg,
#tm-dialog-mobile .uk-close.uk-modal-close-default svg {
	width: 24px;
	height: 24px;
}

#tm-dialog-mobile .uk-close.uk-modal-close-full,
#tm-dialog-mobile .uk-close.uk-modal-close-default {
	color: #c1e2e5;
}

#tm-dialog-mobile .uk-close.uk-modal-close-full:hover,
#tm-dialog-mobile .uk-close.uk-modal-close-default:hover {
	color: #fff;
}

#tm-dialog-mobile .uk-modal-dialog {
	border-radius: 0;
}

.uk-navbar-right a.uk-icon-link {
	padding: 10px 15px;
}

.uk-navbar-right .uk-icon {
	margin-top: -4px;
}

/* Banner */

button.eb-close>img:not([src]) {
	visibility: visible!important;
}

button.eb-close>img {
	width: 100px;
	height: 100px; /* Исправлена опечатка 100x */
	opacity: 0.5;
	padding: 20px;
}

button.eb-close:hover>img {
	opacity: 1;
}

/* GDPR */

a.gdpr-floating-button {
	position: fixed;
	left: 15px;
	bottom: 15px;
	background-image: url(../images/cookie.svg);
	background-size: 36px 36px;
	background-position: 8px center;
	background-repeat: no-repeat;
	height: 52px;
	box-sizing: border-box;
	width: auto; 
	max-width: 52px; 
	transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
	padding-left 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
	padding-right 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
	background-color 0.2s ease;
	font-weight: 500;
	text-wrap: nowrap;
	line-height: 52px;
	background-color: #111;
	border-radius: 26px;
	font-size: 14px;
	overflow: hidden;
	z-index: 90;
	color: #ffffff!important;
	padding-left: 46px;
	padding-right: 0px;
	text-indent: 7px;
}

a.gdpr-floating-button:hover {
	max-width: 400px; 
	padding-right: 15px; 
	color: #ffffff!important;
}

/* Front slideshow */

.customnav h3 a {
	color: #1a1a1a;
}

.customnav h3 a:hover {
	color: #555;
}

.customnav h3.uk-active a {
	font-weight: 400;
}

.gm-style-moc {
	height: 50px!important;
	bottom: 0!important;
	top: auto!important;
	background: transparent!important;
}

.gm-style-moc .gm-style-mot {
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.mapimage .el-content.uk-panel {
	position: static;
}

.mapimage .mapprstatus {
	position: absolute;
	top: 15px;
	left: 15px;
}

.mapimage a.addresslinkpr {
	color: #cee6ea;
	line-height: 17px;
	vertical-align: middle;
}

.mapimage a.addresslinkpr:hover {
	color: #ffffff;
}

.mapimage a.addresslinkpr span.external {
	content: url(../images/external1-inv.svg);
}

.mapimage a.addresslinkpr:hover span.external {
	content: url(../images/external1-inv-hov.svg);
}

a.addresslinkpr span.external {
	content: url(../images/external1.svg);
}

a.addresslinkpr:hover span.external {
	content: url(../images/external1-hov.svg);
}

a.addresslink {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	padding-left: 30px;
	background: url(../images/location.svg) left center no-repeat;
	background-size: 18px 18px;
	line-height: 22px;
	font-weight: 500;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

a.addresslink:hover {
	color: #C1E2E5;
}

:focus-visible {
	outline: none;
}


/* Contact form */

.input-file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}


.file-name {
	color: #666;
	font-size: 0.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px; 
}


/* Small Menu on scroll down */

.uk-navbar-container .navbar .brand,
.uk-navbar-container .navbar .nav>li>a,
.uk-navbar-container .navbar-search,
.uk-navbar-container .uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-container .uk-navbar-toggle {
	transition: min-height 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.uk-navbar-container.uk-navbar-sticky .navbar .nav>li>a,
.uk-navbar-container.uk-navbar-sticky .uk-navbar-item,
.uk-navbar-container.uk-navbar-sticky .uk-navbar-nav>li>a {
	min-height: 80px;
}

.uk-navbar-container a.uk-logo img {
	transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1), width 0.25s cubic-bezier(0.25, 1, 0.5, 1);
	transform-origin: top left;
}

.tm-header .uk-navbar-container a.uk-logo img {
	margin-top: -20px;
}

.tm-header .uk-navbar-container.uk-navbar-sticky a.uk-logo img {
	width: 90px;
	margin-top: -15px;
}


/* External link */

span.external {
	display: inline-block;
	content: url(../images/external1-hov.svg);
	margin-left: 2px;
	vertical-align: super;
}

a:hover span.external {
	content: url(../images/external1.svg);
}



/* Hero */

#hero h1 span,
#hero h2 span,
#hero h3 {
	font-weight: 300;
}

#hero h1,
#hero h2,
#hero h3 {
	text-shadow: 0 0 35px rgba(0, 0, 0, 0.75);
}

#hero h1.uk-heading-medium {
	padding-top: 70px;
}

#hero .subhero {
	padding-left: 20px;
	border-left: 3px solid #54aad7;
}

.frontherotext {
	padding-top: 140px;
	padding-bottom: 70px;
	width: 1280px;
}



.shade:before {
	content: "";
	display: block;
	height: 35%;
	width: 100%;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 10, 0.55) 0%,
		rgba(0, 0, 10, 0.48) 12%,
		rgba(0, 0, 10, 0.38) 26%,
		rgba(0, 0, 10, 0.27) 40%,
		rgba(0, 0, 10, 0.16) 55%,
		rgba(0, 0, 10, 0.08) 71%,
		rgba(0, 0, 10, 0.02) 86%,
		rgba(0, 0, 10, 0) 100%
	);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	pointer-events: none!important;
}

/* Button custom Arrow */

.pagination .uk-button-text {
	padding: 0 36px 0 0;
	line-height: 1.7;
	background: 0 0;
	color: #1a1a1a;
	position: relative;
	border: none;
	font-size: 18px;
}

.pagination .uk-button-text:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
	right: 0;
	width: 26px;
	height: 26px;
	transition: background-position .25s cubic-bezier(0.25, 1, 0.5, 1);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2214%22%20viewBox%3D%220%200%2022%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23006a8d%22%20stroke-width%3D%222%22%20d%3D%22M14.4%201l5.8%205.9-5.8%206%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23006a8d%22%20d%3D%22M0%206h18.8v2H0z%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) 50%;
}

.pagination.left .uk-button-text:after {
	right: auto;
	left: 0;
	background-position: calc(100% + 5px) 50%;
	background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 22 14" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M7.218,12.9l-5.8,-5.9l5.8,-6" style="fill:none;stroke:%23006a8d;stroke-width:2px;"/><rect x="2.818" y="5.9" width="18.8" height="2" style="fill:%23006a8d;"/></svg>');
}

.pagination.left .uk-button-text {
	padding-right: 0;
	padding-left: 36px;
}

.pagination.left .uk-button-text:hover:not(:disabled)::after,
.uk-button-text:hover:not(:disabled)::after {
	background-position: 100% 50%;
}

.uk-button-text::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 26px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2214…20fill%3D%22%23f3c565%22%20d%3D%22M0%206h18.8v2H0z%22%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) 50%;
	transition: background-position .2s cubic-bezier(0.25, 1, 0.5, 1);
}

.uk-button-text:hover::before {
	background-position: 100% 50%;
}

span.arrow {
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/right-large-inv.svg);
	background-position: 50%;
	height: 18px;
	width: 0;
	opacity: 0;
	transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s ease-in-out;
	margin-left: 8px;
}

span.arrow.invert {
	background-image: url(../images/right-large-inv.svg);
}

a.uk-link-toggle:hover span.arrow {
	width: 40px;
	opacity: 1;
}

/* sitemap */




/* Fronpage */

.frontworks .uk-overlay {
	padding: 30px 15px;
}

/* LANGUAGES */

.widget_polylang ul {
	padding-left: 0;
}

.widget_polylang li {
	margin: 0!important;
	list-style: none;
	display: inline-block;
}

.widget_polylang li:first-child {
	border-left: none;
}

.widget_polylang li {
	border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.widget_polylang li:first-child a {
	margin-right: 5px;
}

.widget_polylang li:last-child a {
	margin-left: 5px;
}

.widget_polylang li a {
	display: flex;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	transition: color .2s cubic-bezier(0.25, 1, 0.5, 1);
	align-items: center;
}

.tm-header-mobile .uk-sticky:not(.uk-sticky-fixed) .widget_polylang li a {
	color: rgba(255, 255, 255, 1);
}

.widget_polylang li a:hover,
.tm-header-mobile .uk-sticky:not(.uk-sticky-fixed) .widget_polylang li a:hover {
	color: #C1E2E5;
}

.uk-navbar-container:not(.uk-navbar-transparent) .widget_polylang li,
.uk-navbar-container.uk-navbar-sticky .widget_polylang li {
	border-color: #cee6ea;
}

.uk-navbar-container.uk-navbar-sticky .widget_polylang li a:hover,
.uk-navbar-container:not(.uk-navbar-transparent) .widget_polylang li a:hover {
	color: #006a8d;
}


/* services */

.servicesicons .uk-panel:hover svg * {
  stroke: #000000 !important;
}


/* Projects */

.pillar-projects .uk-card-body > .el-content.uk-panel {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 18px;
	line-height: 18px;
}

.projectbadge {
	display: inline-block;
	border-radius: 14px;
	line-height: 28px;
	height: 28px;
	padding: 0 14px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
}

.pillar-projects .uk-tab>.uk-active>a {
	background: #f8f9fa !important;
	color: #1a1a1a;
	border-radius: 50px !important;
}

.uk-nav.uk-navbar-dropdown-nav > li {
	position: relative;
}

.pillar-projects .el-sublayout .uk-list li .el-content.uk-panel {
	padding-top: 2px;
}

.projectbadge.menu {
	position: absolute;
	top: 14px;
	right: -10px;
font-size: 10px;
line-height: 20px;
height: 20px;
padding: 0 10px;
}

.projectbadge.plan { background: rgba(60, 60, 60, 0.86); }
.projectbadge.started { background: rgba(152, 176, 44, 0.86); }
.projectbadge.ready { background: rgba(0, 105, 140, 0.86); }
.projectbadge.soon { background: rgba(96, 116, 123, 0.86); }

.uk-tooltip {
	text-align: center;
}

.uk-tooltip::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-8px);
	top: 100%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #13131A;
	clear: both;
}

.uk-tooltip.toolbot::after {
	top: auto;
	bottom: 100%;
	border-top: none;
	border-bottom: 8px solid #13131A;
}

.awardgrid {
	position: absolute;
	height: 28px;
	top: 20px;
	left: 200px;
	right: 20px;
	text-align: right;
}

.awardgrid .awardsitems {
	text-align: right;
}

.awardgrid .awardsitems .awardtooltip {
	display: inline-block;
	margin-left: 5px;
	text-align: right;
}

.pill_icon {
	width: 28px;
	height: 28px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center 6px ;
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
	background-color: rgba(20, 39, 54, 0.45);
	border-radius: 50%;
}

.pill_icon:hover {
	transform: scale(1.2);
	background-color: #13131A;
}

.pill_icon.award {
	background-image: url(../images/icon-award.svg);
}


/* Map Origin */

button.gm-ui-hover-effect {
	outline: none;
}

.mapimage .gm-style .gm-style-iw-d {
	overflow: hidden!important;
}

.mapimage .gm-style img {
	margin: 0;
}

.mapimage .gm-style-iw-ch {
	padding-top: 0;
}

.mapimage button.gm-ui-hover-effect {
	position: absolute!important;
	top: 7px!important;
	right: 7px!important;
	border-radius: 50%;
	width: 38px!important;
	height: 38px!important;
	background-color: rgba(255,255,255,0.85)!important;
}

.mapimage button.gm-ui-hover-effect span {
	margin: 7px!important;
}

.mapimage .gm-style .gm-style-iw-c {
	padding: 0 !important;
	overflow: hidden !important;
	background-color: #13131A;
}

.mapimage .gm-style .gm-style-iw-tc::after {
	background-color: #13131A;
}

.mapimage .gm-style .gm-style-iw-c .uk-text-meta {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #c1e2e5;
	padding-bottom: 0;
}

.mapimage .uk-text-meta.uk-margin-small-top {
	margin-top: 5px !important;
}

.mapimage .gm-style h4 {
	font-size: 22px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
}

.mapimage .gm-style-iw-d .projectbadge {
	height: 22px;
	width: auto;
	line-height: 22px;
	font-size: 11px;
	display: inline-block;
	margin-bottom: 20px;
}

.gm-style .gm-style-iw-c .uk-text-meta {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}

.gm-style h3 {
	font-size: 14px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Timeline */

#timeline .el-item.uk-panel {
	padding-left: 20px;
}

#timeline .uk-position-center-left,
#timeline .uk-position-center-right,
#timeline .uk-position-center-left-out,
#timeline .uk-position-center-right-out {
	top: 30px !important;
}

#timeline .el-item.uk-panel:after {
	content: "";
	height: 2px;
	background-color: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
}

#timeline .uk-tile-muted .uk-h6,
#timeline .uk-tile-muted .uk-icon.uk-text-primary {
	color: rgba(0, 0, 0, 0.35) !important;
}

#timeline .uk-panel.uk-tile-default:after {
	background-color: #006a8d;
}

#timeline .uk-tile-default,
#timeline .uk-tile-muted {
	background: transparent;
}

#timeline .uk-position-medium.uk-slidenav {
	margin-top: 8px !important;
}

#timeline .uk-position-center-right {
	left: 100%;
	right: auto;
	width: max-content;
}

#timeline .uk-position-center-left {
	right: 100%;
	left: auto;
	width: max-content;
}

#timeline .uk-h4 {
	font-size: 18px;
}

/* Articles */

.video-border-rounded, .map-border-rounded,
.uk-border-rounded .uk-slideshow-items {
	border-radius: 5px;
	overflow: hidden;
}


blockquote {
	border-radius: 0 5px 5px 0;
}

.uk-pagination>.uk-active>* {
	background-image: none;
	background-color: #ffffff !important;
	border-radius: 50%;
}

.uk-pagination>*>:hover {
	background-image: none;
}

/* Location Popover */

.showmarkers picture img {
	border-radius: 5px;
}

.showmarkers .uk-marker svg {
	transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	will-change: transform;
	width: 12px;
	height: 12px;
}

.showmarkers .uk-drop {
	padding: 7px;
}

.showmarkers .uk-marker[aria-expanded="true"] svg {
	transform: rotate(45deg);
}

.showmarkers .uk-marker[aria-expanded="true"] {
	background: #13131a;
	color: #fff;
}

.showmarkers .uk-marker svg line {
	stroke-width: 1px; 
	vector-effect: non-scaling-stroke; 
}

.showmarkers .uk-card-small.uk-card-body {
	padding: 20px;
}

.showmarkers h3.uk-h4 {
	font-size: 18px;
}

.showmarkers .uk-card-secondary.uk-card-body div.uk-text-meta,
.showmarkers .uk-card-secondary.uk-card-body div.uk-text-muted {
	font-size: 13px;
	margin-top: 5px;
}

/* Privatuma politika */

p.ol-head {
	padding-left: 30px;
	margin: 10px 0;
}

span.ol-main {
	display: inline-block;
	width: 30px;
	margin-left: -30px;
}

p.ol-row {
	padding-left: 70px;
	margin: 10px 0;
}

span.ol-sub {
	display: inline-block;
	width: 40px;
	margin-left: -40px;
}

p.ol-row-sub {
	padding-left: 125px;
	margin: 10px 0;
}

span.ol-sub-sub {
	display: inline-block;
	width: 55px;
	margin-left: -55px;
}

/* offcanvas */

.uk-offcanvas-close svg {
	width: 22px;
	height: 22px;
}

.uk-offcanvas.uk-dark * {
	color: #111111;
}

.uk-offcanvas-bar #filters h3 {
	margin: 20px 0;
}

/* Footer */

#contact .uk-text-large {
	font-size: 18px;
}

#contact span.separ {
	display: inline-block;
	width: 1px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #ced5d6;
	margin: 0 20px;
}



/* Scroll Down */

.scrolldown-wrapper {
	display: block;
	width: 40px;
}

.project-header-wrapper>div.uk-grid {
	position: absolute;	
	bottom: 120px;
	width: 1240px;
}

#hero.front .project-header-wrapper>div.uk-grid {
	bottom: 190px;
}

.scrolldown {
	border: 2px solid #FFFFFF;
	border-radius: 35px;
	height: 54px;
	margin: 0;
	text-align: center;
	width: 36px;
	transition: background-color 0.25s ease-in-out; 
}

.scrolldown:hover {
	background-color: #ffffff;
}

.scrolldown:hover .scrolldown-p1,
.scrolldown:hover .scrolldown-p2 {
	stroke: #1a1a1a;
}

.scrolldown-p1,
.scrolldown-p2 {
	animation-duration: 1.5s;
	animation-name: scrolldown;
	animation-iteration-count: infinite;
	stroke: #ffffff;
	fill: none;
	stroke-width: 2px;
}

.scrolldown-p2 {
	animation-delay: .75s;
}

@keyframes scrolldown {
	0% {
		opacity: 0;
		transform: translate(0, -5px);
	}

	50% {
		opacity: 1;
		transform: translate(0, 3px);
	}

	100% {
		opacity: 0;
		transform: translate(0, 11px);
	}
}


@media (min-width: 980px) {
}


@media (min-width: 1729px) and (max-width: 1920px) {
}

@media (max-width: 1728px) {
	body {
		font-size: 14px;
	}

	#timeline .uk-h4 {
		font-size: 16px;
	}
	
		.uk-h5 {
		font-size: 14px;
	}

	a.addresslink {
		font-size: 17px;
	}

	.showmarkers .uk-card-body {
		padding: 15px;
	}

	.showmarkers h3.uk-h4 {
		font-size: 16px;
	}


}

@media (min-width: 1441px) and (max-width: 1728px) {

	.uk-navbar-container.uk-navbar-sticky .navbar .nav>li>a,
	.uk-navbar-container.uk-navbar-sticky .uk-navbar-item,
	.uk-sticky.uk-sticky-below .uk-navbar-nav>li>a {
		min-height: 70px;
	}
	
	.uk-sticky.uk-sticky-below .uk-navbar-nav>li>a::before {
		bottom: 20px;
	}
	
	.uk-navbar-nav>li>a {
		font-size: 15px;

	}
	.uk-navbar-nav>li.uk-parent>a::after {
			right: -3px;
	}

	.tm-header .uk-navbar-container.uk-navbar-sticky a.uk-logo img {
		width: 85px;
		margin-top: -10px;
	}

	.tm-header .uk-navbar-container a.uk-logo img {
		width: 130px;
		margin-top: -17px;
	}

	.uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-center {
		margin-top: 3px;
	}

	.uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-right {
		margin-top: 33px;
	}

	.scrolldown-wrapper {
		width: 36px;
	}

	.scrolldown {
		border-radius: 18px;
		height: 46px;
		width: 32px;
	}

	
.project-header-wrapper>div.uk-grid {
	bottom: 110px;
}

#hero.front .project-header-wrapper>div.uk-grid {
	bottom: 170px;
}

}

@media (min-width: 1201px) and (max-width: 1440px) {

	
		.uk-navbar-nav>li>a {
		font-size: 14px;
	}
		.uk-navbar-nav>li.uk-parent>a::after {
			right: -3px;
	}
	


}


@media (min-width: 980px) and (max-width: 1200px) {


.frontworks .uk-overlay {
	padding: 23px 10px;
}

.frontworks .uk-overlay h3 {
	font-size: 24px;
}
	
	.uk-navbar-nav>li>a {
		font-size: 12px;
		padding: 0 12px;
	}
	
	.uk-navbar-nav>li>a::before {
--uk-navbar-nav-item-line-margin-horizontal: 12px;
}
	
	.uk-navbar-nav>li.uk-parent>a::after {
			right: -5px;
	}

	.widget_polylang li a {
		font-size: 12px;
	}


.uk-section-large {
	padding-top: 90px;
	padding-bottom: 90px;	
}

.badge_icon {
	top: 7%;
	width: 90px;
	height: 34px;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	line-height: 17px;
}


}

@media (min-width: 980px) and (max-width: 1440px) {

	.uk-navbar-container.uk-navbar-sticky .navbar .nav>li>a,
	.uk-navbar-container.uk-navbar-sticky .uk-navbar-item,
	.uk-sticky.uk-sticky-below .uk-navbar-nav>li>a {
		min-height: 65px;
	}

	.uk-sticky.uk-sticky-below .uk-navbar-nav>li>a::before {
		bottom: 18px;
	}

	.tm-header .uk-navbar-container.uk-navbar-sticky a.uk-logo img {
		width: 80px;
		margin-top: -7px;
	}

	.tm-header .uk-navbar-container a.uk-logo img {
		width: 130px;
		margin-top: -15px;
	}

	.uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-center {
		margin-top: 0;
	}

	.uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-right {
		margin-top: 30px;
	}

	.scrolldown-wrapper {
		width: 32px;
	}

	.scrolldown {
		border-radius: 16px;
		height: 42px;
		width: 28px;
	}
	
.project-header-wrapper>div.uk-grid {
	bottom: 100px;
}	

#hero.front .project-header-wrapper>div.uk-grid {
	bottom: 140px;
}	

}


@media (max-width: 1280px) {

.project-header-wrapper>div.uk-grid {
	width: 95%;
}

}



@media (min-width: 639px) and (max-width: 980px) {


	#hero h1.uk-heading-medium, h1.uk-heading-small {
		font-size: 44px;
	}

}

@media (max-width: 980px) {


.servicesicons h3 {
	font-size: 16px;
}

.frontworks .uk-overlay {
	padding: 20px 10px;
}

.frontworks .uk-overlay h3 {
	font-size: 22px;
}

.badge_icon {
	top: 7%;
	width: 85px;
	height: 35px;
	font-size: 14px;
	padding: 8px 10px 8px 10px;
	line-height: 16px;
}

#hero.shade .uk-position-bottom-left {
	left: auto;
	right: 0;
}

.project-header-wrapper>div.uk-grid {
	bottom: 30px;
	width: 100%;
}	

#hero.front .project-header-wrapper>div.uk-grid {
	bottom: 100px;
}


#hero .addresslink {
	margin-bottom: 10px;
}

	#hero h2 {
		margin-bottom: 10px;
	}

	#hero .uk-h3 {
		font-size: 20px;
	}

	#hero .uk-list .uk-grid-small>* {
		padding-left: 10px;
	}

	#hero .uk-list {
		margin-top: 10px;
	}


	a.addresslink {
		font-size: 16px;
	}

	.uk-accordion-title.pillar {
		font-size: 14px;
	}


	.uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-right {
		margin-top: 0;
	}
	
	.tm-header-mobile .uk-navbar-container a.uk-logo img {
		width: 125px;
		margin-top: 0;
	}
	
	.tm-header-mobile .uk-sticky-fixed.uk-sticky-below a.uk-logo img {
		width: 80px;
		margin-top: -10px;
	}	
	
	

	.widget_polylang li a {
		font-size: 12px;
	}

	#footer.uk-section {
		padding-top: 0 !important;
	}

	#footer .logobot {
		width: 135px;
	}

	.uk-navbar-container.uk-navbar-sticky .uk-navbar-item,
	.uk-sticky.uk-sticky-below .uk-navbar-nav>li>a,
	.uk-navbar-container.uk-navbar-sticky .uk-navbar-toggle {
		min-height: 70px;
	}


	#hero h1.uk-heading-medium {
		margin-bottom: 10px;
	}


	.uk-h5 {
		font-size: 13px;
	}

#hero .uk-slideshow-nav.uk-dotnav.uk-dotnav-vertical {
	display: none;
}


}

@media (max-width: 780px) {

.pillar-projects h2 {
	font-size: 26px;
}

.pillar-projects .uk-h5 {
	font-size: 14px;
}

.pillar-projects .el-meta svg {
	width: 16px;
	height: 16px;
}

#hero.horbackscroll > div.uk-background-cover {
	animation: heroPanMobile 60s linear infinite alternate !important;
}

@keyframes heroPanMobile {
	0% {
		background-position: 0% 100%; /* Левый нижний угол */
	}
	100% {
		background-position: 100% 100%; /* Правый нижний угол */
	}
}

}

@media (max-width: 640px) {
	

a.gdpr-floating-button {
	display: none;
}

	#timeline h3 {
		font-size: 14px;
	}

	a.addresslink {
		font-size: 15px;
	}



	#hero:not(.front) .uk-slideshow-items {
		min-height: 60vh !important;
	}
	

	.uk-subnav.uk-subnav-divider li {
		font-size: 12px;
		padding-left: 15px;
	}

	.uk-subnav.uk-subnav-divider li a {
		font-size: 12px;
	}

	.uk-navbar-container.uk-navbar-sticky .uk-navbar-item,
	.uk-sticky.uk-sticky-below .uk-navbar-nav>li>a,
	.uk-navbar-container.uk-navbar-sticky .uk-navbar-toggle {
		min-height: 60px;
	}

	.tm-header-mobile .uk-navbar-container a.uk-logo img {
		width: 120px;
		margin-top: 0;
	}
	
	.tm-header-mobile .uk-sticky-fixed.uk-sticky-below a.uk-logo img {
		width: 70px;
		margin-top: -7px;
	}	

	#hero h3 {
		font-size: 16px;
		line-height: 17px;
		font-weight: 400;
		margin-top: 20px;
	}

	.showmarkers .uk-hidden\@s {
		display: none !important;
	}

	.showmarkers .uk-visible\@s {
		display: initial !important;
	}

	.showmarkers .uk-marker {
		padding: 4px;
	}

	.uk-card-small.uk-card-body {
		padding: 12px 5px;
	}

	.showmarkers .uk-drop.uk-open {
		width: 180px !important;
	}

	.showmarkers h3.uk-h5 {
		font-size: 16px;
	}

	.showmarkers div.uk-text-meta, .showmarkers div.uk-text-muted {
		font-size: 9px;
		margin-top: 5px;
	}

	.uk-tooltip {
	max-width: 200px;
	font-size: 12px;
	padding: 15px;
}


	h3 {
		font-size: 24px;
	}

.uk-button-large {
		font-size: 15px;
		line-height: 40px;
		padding: 0 15px;
	}

.mapimage .gm-style h4 {
		font-size: 18px;
	}

#contact .uk-text-large {
		font-size: 12px;
	}

#contact .uk-grid-small>* {
		padding-left: 7px;
	}

#contact .uk-h3, #contact h3 {
		font-size: 22px;
	}

	
.pillar-projects h2 {
	font-size: 32px;
}


#hero .uk-section {
	padding-bottom: 50px;
}

#hero .uk-heading-large, #hero .uk-heading-medium {
	margin-bottom: 10px;
}


}

@media (min-width: 481px) and (max-width: 640px) {


#hero h1.uk-heading-medium, h1.uk-heading-small {
		font-size: 38px;
	}


}


@media (max-width: 480px) {

.frontworks .uk-overlay {
	padding: 18px 8px;
}

.frontworks .uk-overlay h3 {
	font-size: 18px;
}

.servicesicons h3 {
	font-size: 14px;
}


	#hero h1.uk-heading-medium, h1.uk-heading-small {
		font-size: 36px;
	}
	
	#hero h2.uk-heading-large {
		font-size: 42px;
	}

	
	.tm-header-mobile .uk-navbar-container a.uk-logo img {
		width: 110px;
		margin-top: 0;
	}
	
	.tm-header-mobile .uk-sticky-fixed.uk-sticky-below a.uk-logo img {
		width: 66px;
		margin-top: -10px;
	}		


.pillar-projects h2 {
	font-size: 30px;
}

.pillar-projects.simproject .uk-grid-column-medium>* {
	padding-left: 15px;
}

.pillar-projects.simproject .uk-grid-column-medium {
	margin-left: -15px;
}

.pillar-projects.simproject .el-meta.uk-h5 {
	font-size: 12px;
}

.pillar-projects.simproject .el-meta.uk-h5 svg {
	width: 14px;
	height: 14px;	
}

.pillar-projects.simproject  h3 {
	font-size: 20px;
}

.pillar-projects.simproject .projectbadge {
border-radius: 12px;
line-height: 24px;
height: 24px;
padding: 0px 12px;
font-size: 11px;
}

.pillar-projects.simproject .el-content.uk-panel {
left: 10px;
top: 10px;
}

}



@media (max-width: 380px) {

.tm-header-mobile .uk-navbar-container a.uk-logo img {
	width: 100px;
	margin-top: 0;
}

.pillar-projects h2 {
	font-size: 26px;
}

}

@media print {}