:root {
	--rt-red: #ff3a2d;
	--rt-dark: #0c1239;
	--rt-footer: #232951;
	--rt-text: #222;
}

html,
body.rt-body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Open Sans", Arial, sans-serif;
	color: var(--rt-text);
	background: #fff;
}

body.rt-body a {
	text-decoration: none;
}

body.rt-body .container {
	max-width: 1170px;
}

.main-color,
.fh-section-title .main-color {
	color: var(--rt-red);
}

.site-title,
.site-description {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.rt-original-topbar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	width: 100%;
	min-height: 45px;
	background: rgba(12, 18, 57, .94);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	color: #fff;
}

body.rt-scrolled .rt-original-topbar {
	position: fixed;
	background: #111735;
}

.rt-original-topbar .container,
.rt-original-topbar .row,
.rt-original-topbar .topbar-left,
.rt-original-topbar .office-location {
	min-height: 45px;
}

.rt-original-topbar .topbar-left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	float: none !important;
}

.rt-original-topbar .cargo-office-location-widget {
	width: 100%;
	float: none !important;
	margin: 0 !important;
}

.rt-original-topbar .widget {
	float: none !important;
	margin: 0 !important;
}

.rt-topbar-office {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 50%;
	width: max-content;
	max-width: calc(100vw - 40px);
	white-space: nowrap;
	transform: translateX(-50%);
}

.rt-topbar-office li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 45px;
}

.rt-topbar-office li i {
	color: var(--rt-red);
	font-size: 18px;
	line-height: 1;
}

.rt-topbar-office .phone {
	min-width: 176px;
	justify-content: center;
}

.rt-phone-links {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	letter-spacing: 0;
}

.rt-topbar-office a,
.rt-topbar-office a:hover,
.rt-topbar-office a:focus {
	color: #fff;
	font-size: 16px !important;
	text-decoration: none;
}

.rt-phone-separator {
	margin: 0;
	color: #fff;
}

body.header-transparent .site-header,
.site-header {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1001;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	transition: background .2s ease, box-shadow .2s ease;
}

body.rt-scrolled .site-header {
	position: fixed;
	background: #fff;
	border-bottom: 0;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.site-header .header-main {
	min-height: 90px;
	background: transparent;
}

.site-header .mobile_relative {
	position: relative;
}

.site-logo {
	min-height: 90px;
	display: flex;
	align-items: center;
}

.site-logo .logo {
	display: inline-flex;
	align-items: center;
	height: 90px;
}

.site-logo .logo img {
	width: 240px;
	max-width: 100%;
	height: auto;
}

.site-logo .logo-dark {
	display: none;
}

body.rt-scrolled .site-logo .logo-light {
	display: none;
}

body.rt-scrolled .site-logo .logo-dark {
	display: block;
}

.site-menu {
	min-height: 90px;
}

.site-menu .main-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 90px;
}

#primary-menu,
#primary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	width: 100%;
}

#primary-menu > li {
	position: relative;
	display: block;
}

#primary-menu > li > a {
	position: relative;
	display: block;
	padding: 9px 0;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color .2s ease;
}

body.rt-scrolled #primary-menu > li > a {
	color: #222;
}

#primary-menu > li.current-menu-item > a,
#primary-menu > li.current_page_item > a,
#primary-menu > li > a:hover {
	color: var(--rt-red);
}

#primary-menu > li.current-menu-item > a:after,
#primary-menu > li.current_page_item > a:after {
	position: absolute;
	right: 17px;
	bottom: 0;
	left: 17px;
	height: 3px;
	background: var(--rt-red);
	content: "";
}

#primary-menu > li.menu-item-has-children > a:after {
	content: "\f107" !important;
	position: absolute;
	top: 50%;
	left: 100%;
	display: block;
	margin-left: 6px;
	height: auto;
	background: none !important;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 1;
	transform: translateY(-50%);
	vertical-align: top;
}

#primary-menu > li.menu-item-has-children.current-menu-item > a:before,
#primary-menu > li.menu-item-has-children.current_page_item > a:before {
	position: absolute;
	right: 17px;
	bottom: 0;
	left: 17px;
	height: 3px;
	background: var(--rt-red);
	content: "";
}

#primary-menu > li.menu-item-has-children:not(.current-menu-item):not(.current_page_item) > a:before {
	display: none !important;
	content: none !important;
}

#primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1004;
	width: 360px;
	min-width: 360px;
	padding: 14px 0;
	background: #fff !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

#primary-menu > li:hover > .sub-menu,
#primary-menu > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#primary-menu .sub-menu li a {
	display: block;
	padding: 9px 32px 9px 28px;
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	white-space: normal;
}

#primary-menu .sub-menu li a:hover,
#primary-menu .sub-menu li.current-menu-item a {
	color: var(--rt-red);
}

#primary-menu .extra-menu-item {
	margin-left: 135px;
}

#primary-menu .extra-menu-item > a,
#primary-menu .extra-menu-item > a.fh-btn {
	width: 170px;
	height: 50px;
	padding: 14px 18px;
	background: var(--rt-red);
	border: 1px solid var(--rt-red);
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

#primary-menu .extra-menu-item > a:after,
#primary-menu .extra-menu-item > a:before {
	display: none !important;
}

.navbar-toggle {
	position: absolute;
	top: 29px;
	right: 15px;
	display: none;
	width: 44px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}

.navbar-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 20px;
}

.navbars-line,
.navbars-line:before,
.navbars-line:after {
	position: absolute;
	left: 0;
	width: 28px;
	height: 3px;
	background: #fff;
	content: "";
	transition: background .2s ease;
}

.navbars-line {
	top: 8px;
}

.navbars-line:before {
	top: -8px;
}

.navbars-line:after {
	top: 8px;
}

body.rt-scrolled .navbars-line,
body.rt-scrolled .navbars-line:before,
body.rt-scrolled .navbars-line:after {
	background: #222;
}

.site-content {
	position: relative;
	z-index: 1;
	padding: 0;
}

.site-content > table.wrapper {
	width: min(1100px, calc(100% - 80px));
	max-width: 1100px;
	margin-top: 180px;
}

body.rt-inner-page .site-header,
body.rt-inner-page.header-transparent .site-header {
	background: #fff;
}

body.rt-inner-page .site-header .logo-light {
	display: none !important;
}

body.rt-inner-page .site-header .logo-dark {
	display: inline-block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.rt-inner-page #primary-menu > li > a {
	color: #222;
}

body.rt-inner-page #primary-menu > li.current-menu-item > a,
body.rt-inner-page #primary-menu > li.current_page_item > a,
body.rt-inner-page #primary-menu > li > a:hover {
	color: var(--rt-red);
}

.site-content > table.wrapper h1 {
	margin: 0 0 26px;
	color: #222;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.28;
}

.site-content > table.wrapper .content {
	color: #666;
	font-size: 16px;
	line-height: 1.75;
}

.rt-services-page {
	max-width: 1080px;
	margin: 0 auto;
	font-family: "Open Sans", Arial, sans-serif;
	color: #666;
}

.rt-services-intro {
	max-width: 860px;
	margin-bottom: 32px;
}

.rt-services-kicker {
	margin-bottom: 8px;
	color: var(--rt-red);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.rt-services-page h2 {
	margin: 0 0 18px;
	color: #222;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}

.rt-services-page p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.75;
}

.rt-services-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 38px;
}

.rt-service-link {
	display: flex;
	align-items: center;
	min-height: 74px;
	padding: 18px 22px;
	border-left: 4px solid var(--rt-red);
	background: #fff;
	box-shadow: 0 6px 22px rgba(0, 0, 0, .08);
	color: #222 !important;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none !important;
}

.rt-service-link:hover,
.rt-service-link:focus {
	color: var(--rt-red) !important;
	transform: translateY(-1px);
}

.rt-services-note {
	padding: 28px 30px;
	background: #f7f7f7;
	border-top: 3px solid var(--rt-red);
}

.rt-services-note ul {
	margin: 0;
	padding-left: 20px;
}

.rt-services-note li {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.6;
}

.rt-original-hero {
	position: relative;
	min-height: 850px;
	background: url("/uploads/hero-owned-20260615/region-tepla-hero-diagnostics-master-20260615.jpg") center center / cover no-repeat;
	overflow: hidden;
}

.rt-original-hero__shade {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .08);
}

.rt-original-hero .container {
	position: relative;
	min-height: 850px;
}

.rt-original-hero__content {
	position: absolute;
	top: 296px;
	left: 0;
	width: 755px;
	height: 446px;
}

.rt-original-hero__plate {
	position: absolute;
	top: 0;
	left: 0;
	width: 714px;
	height: 422px;
	max-width: none;
	opacity: .88;
}

.rt-original-hero__text {
	position: relative;
	z-index: 2;
	padding: 52px 0 0 40px;
	color: #fff;
}

.rt-original-hero__text h1,
.rt-original-hero__text h2,
.rt-original-hero__text h3 {
	margin: 0;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 700;
	text-transform: none;
}

.rt-original-hero__text h1,
.rt-original-hero__text h2 {
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0;
}

.rt-original-hero__text h3 {
	margin-top: 3px;
	font-size: 40px;
	line-height: 60px;
}

.rt-original-hero__text p {
	margin: 14px 0 0;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
}

.rt-original-hero__actions {
	display: flex;
	gap: 30px;
	margin-top: 40px;
}

.rt-original-hero .ch_button {
	display: inline-block;
	padding: 12px 35px;
	border: 1px solid #fff;
	color: #fff;
	background: rgba(255, 58, 45, .5);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
}

.rt-original-hero .ch_button_blue {
	background: rgba(0, 122, 255, .5);
}

.rt-original-hero .ch_button:hover {
	background: #f00;
	border-color: #f00;
	color: #fff;
}

.vc_custom_1499761006039 {
	padding-top: 65px !important;
	padding-bottom: 50px !important;
}

.vc_custom_1544802692119 {
	padding-top: 20px !important;
	padding-bottom: 65px !important;
}

.intro-hp1 {
	color: #999;
	font-size: 15px;
	line-height: 1.7;
}

.fh-section-title h2 {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

.fh-icon-box.style-1 {
	min-height: 210px;
	padding: 43px 32px 35px;
	border: 1px solid #eee;
	text-align: center;
	background: #fff;
}

.fh-icon-box.style-1 .fh-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	margin: 0 auto 24px;
	border-radius: 50%;
	background: transparent;
	color: #10173c;
	font-size: 78px;
	line-height: 1;
	transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.fh-icon-box.style-1 .fh-icon i {
	color: inherit;
	line-height: 1;
}

.fh-icon-box.style-1:hover .fh-icon,
.fh-icon-box.style-1:focus-within .fh-icon {
	background: var(--rt-red);
	color: #fff;
	box-shadow: 0 10px 24px rgba(255, 58, 45, .22);
	transform: translateY(-1px);
}

.fh-icon-box.style-1 .box-title {
	margin: 0 0 14px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
}

.fh-icon-box.style-1 .box-title a {
	color: #222;
}

.fh-icon-box.style-1 .desc p {
	margin: 0;
	color: #999;
	font-size: 15px;
	line-height: 1.65;
}

.vc_custom_1499827444315 {
	padding-top: 70px !important;
	padding-bottom: 50px !important;
	background-color: var(--rt-dark) !important;
}

.vc_custom_1499827458962 {
	padding-bottom: 50px !important;
}

.vc_custom_1503374258167 {
	border-left: 2px solid #f00 !important;
	padding-left: 25px !important;
}

.version-light h2,
.version-light .fh-section-title h2,
.vc_custom_1499827444315 .fh-section-title h2 {
	color: #fff;
}

.fh-service-box.style-1 {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 122px;
	margin-bottom: 30px;
	padding: 28px 28px 28px 92px;
	border: 1px solid rgba(255, 255, 255, .13);
	background: transparent;
}

.fh-service-box.style-1 .fh-icon {
	position: absolute;
	top: 50%;
	left: 28px;
	color: #fff;
	font-size: 46px;
	line-height: 1;
	transition: color .22s ease, transform .22s ease;
	transform: translateY(-50%);
}

.fh-service-box.style-1 .fh-icon i {
	color: inherit;
}

.fh-service-box.style-1 .service-title {
	margin: 0;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
}

.fh-service-box.style-1 .service-title a {
	color: #fff;
}

.fh-service-box.style-1:hover {
	border-color: var(--rt-red);
	background: rgba(255, 58, 45, .04);
}

.fh-service-box.style-1:hover .fh-icon {
	color: var(--rt-red);
	transform: translateY(-50%);
}

.vc_custom_1520982199808 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
	background: url("/wp-content/uploads/2018/03/count-bg-1-4.jpg") center center / cover no-repeat !important;
}

.vc_custom_1520529799235 {
	padding-bottom: 40px !important;
}

.rt-counter-row {
	margin-top: 8px;
}

.fh-counter .counter {
	text-align: center;
}

.fh-counter .value {
	display: block;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 68px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0;
	word-break: keep-all;
}

.fh-counter .value.rt-counter-long {
	font-size: clamp(42px, 5.2vw, 68px);
}

.fh-counter h4 {
	display: inline-block;
	min-width: 145px;
	margin: 8px 0 0;
	padding: 8px 10px;
	background: #f00;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.rt-why-request-row {
	padding-top: 70px;
	padding-bottom: 0;
}

.vc_custom_1503374316094 {
	padding-top: 0 !important;
}

.vc_custom_1503374338127 {
	background: #f7f7f7;
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.fh-icon-box.style-2 {
	position: relative;
	padding-left: 88px;
	padding-bottom: 27px;
}

.fh-icon-box.style-2.has-line:after {
	position: absolute;
	top: 66px;
	left: 29px;
	width: 1px;
	height: calc(100% - 50px);
	background: #eee;
	content: "";
}

.fh-icon-box.style-2 .fh-icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #10173c;
	font-size: 54px;
	line-height: 1;
	transition: color .22s ease, transform .22s ease;
}

.fh-icon-box.style-2:hover .fh-icon {
	color: var(--rt-red);
	transform: translateY(-3px);
}

.fh-icon-box.style-2 .box-title {
	margin: 0 0 8px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.fh-icon-box.style-2 .box-title span {
	color: #222;
}

.fh-icon-box.style-2 .desc p {
	margin: 0;
	color: #777;
	font-size: 14px;
	line-height: 1.65;
}

.rt-request-form input[type="text"],
.rt-request-form input[type="email"],
.rt-request-form select,
.rt-request-form textarea {
	width: 100%;
	height: 48px;
	padding: 0 15px;
	border: 1px solid #e6e6e6;
	background: #fff;
	color: #777;
	font-size: 14px;
}

.rt-request-form textarea {
	height: 112px;
	padding-top: 12px;
	resize: vertical;
}

.rt-request-form .field {
	margin-bottom: 20px;
}

.rt-form-policy {
	margin: 0 0 18px;
	color: #777;
	font-size: 13px;
	line-height: 1.45;
}

.rt-form-policy span {
	font-size: 13px;
}

.rt-request-form .submit input {
	display: inline-block;
	padding: 14px 36px;
	border: 0;
	background: var(--rt-red);
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.rt-why-bottom-utp {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
	margin-top: 30px;
	padding: 26px 0 36px;
	border-top: 1px solid #ececec;
}

.fh-icon-box.style-2.rt-why-bottom-item {
	min-height: 86px;
	padding: 8px 0 0 96px;
	padding-bottom: 0;
}

.fh-icon-box.style-2.rt-why-bottom-item .fh-icon {
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	background: #fff;
	font-size: 34px;
	line-height: 68px;
	text-align: center;
}

.fh-icon-box.style-2.rt-why-bottom-item .box-title {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 1.25;
}

.fh-icon-box.style-2.rt-why-bottom-item .desc p {
	max-width: 500px;
	line-height: 1.55;
}

.vc_custom_1521732488631 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	background: #0c1239;
}

.rt-cert-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 34px;
}

.rt-empty-vc-grid {
	min-height: 52px;
	color: rgba(255, 255, 255, .55);
	font-size: 12px;
}

.rt-cert-grid img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	background: #fff;
}

.vc_custom_1499848637052 {
	padding-top: 70px !important;
	padding-bottom: 25px !important;
}

.rt-news-grid {
	min-height: 170px;
	padding-bottom: 65px;
}

.rt-vc-grid-dots {
	margin-top: 70px;
	text-align: center;
}

.rt-vc-grid-dots span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 4px;
	border-radius: 50%;
	background: #ededed;
}

.rt-news-card {
	background: #fff;
	border: 1px solid #eee;
}

.rt-news-card img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.rt-news-card h3 {
	margin: 0;
	padding: 20px 22px 24px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.45;
}

.rt-news-card h3 a {
	color: #222;
}

.footer-widgets {
	background-color: #0c1239;
	background-image: linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .74)), url("/wp-content/uploads/2018/03/footer-bg-1.jpg");
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.footer-widgets .contact-widget {
	padding: 34px 0 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.footer-widgets .contact-widget .contact {
	position: relative;
	min-height: 70px;
	padding-left: 64px;
	color: #fff;
	justify-content: center;
}

.footer-widgets .contact-widget .contact:first-child {
	padding-left: 15px;
	display: flex;
	align-items: center;
}

.footer-logo img {
	width: 214px;
	height: auto;
}

.footer-widgets .contact-widget i {
	position: absolute;
	top: 50%;
	left: 15px;
	color: var(--rt-red);
	font-size: 38px;
	line-height: 1;
	transform: translateY(-50%);
}

.footer-widgets .contact-widget p {
	margin: 0 0 6px;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	line-height: 1.45;
}

.footer-widgets .contact-widget h4 {
	margin: 0;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.24;
}

.footer-widgets .contact-widget .row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	margin-right: 0;
	margin-left: 0;
}

.footer-widgets .contact-widget .row:before,
.footer-widgets .contact-widget .row:after {
	display: none !important;
	content: none !important;
}

.footer-widgets .contact-widget .contact {
	flex: 0 0 auto;
	float: none;
	width: auto;
	max-width: none;
	align-items: center;
}

.footer-widgets .contact-widget .contact:nth-child(1) {
	width: 270px;
}

.footer-widgets .contact-widget .contact:nth-child(2) {
	width: 250px;
}

.footer-widgets .contact-widget .contact:nth-child(3) {
	width: 255px;
}

.footer-widgets .contact-widget .contact:nth-child(4) {
	width: 260px;
}

.footer-widgets .contact-widget .contact:nth-child(2) h4,
.footer-widgets .contact-widget .contact:nth-child(3) h4,
.footer-widgets .contact-widget .contact:nth-child(4) h4 {
	white-space: nowrap;
}

.footer-widgets .contact-widget .contact:nth-child(3) h4 br {
	display: none;
}

.footer-sidebars {
	padding: 55px 0 48px;
}

.footer-widgets .widget-title {
	margin: 0 0 25px;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-widgets .textwidget p,
.footer-widgets .recent-post,
.footer-widgets a,
.footer-widgets li {
	color: rgba(255, 255, 255, .86);
	font-size: 14px;
	line-height: 1.7;
}

.cargohub-social-links-widget .list-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-right: 18px;
	color: #fff;
}

.recent-post {
	position: relative;
	min-height: 75px;
	margin-bottom: 18px;
	padding-left: 90px;
}

.recent-post .widget-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
}

.recent-post .widget-thumb img {
	width: 75px;
	height: 75px;
	object-fit: cover;
}

.recent-post .icon {
	display: none;
}

.footer-widgets .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-widgets .widget_nav_menu li {
	margin-bottom: 10px;
}

.footer-widgets .widget_nav_menu a:before {
	content: "\f105";
	margin-right: 10px;
	font-family: FontAwesome;
	color: rgba(255, 255, 255, .7);
}

.latest-project-list {
	display: grid;
	grid-template-columns: repeat(3, 75px);
	gap: 8px;
}

.latest-project,
.fp-widget-thumb,
.fp-widget-thumb a {
	width: 75px;
	height: 75px;
	overflow: hidden;
}

.fp-widget-thumb img {
	width: 75px;
	height: 75px;
	object-fit: cover;
}

.fp-widget-thumb i {
	display: none;
}

.site-footer {
	padding: 22px 0;
	background: #232951;
	color: #fff;
}

.site-footer .site-info,
.site-footer .footer-text-content {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.site-footer .footer-text {
	text-align: right;
}

.mobile-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	background: #fff;
	color: #222;
	overflow-y: auto;
}

.mobile-menu-overlay.is-open {
	display: block;
}

body.mobile-menu-is-open {
	overflow: hidden;
}

.mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	border-bottom: 1px solid #eee;
}

.mobile-menu-brand {
	color: var(--rt-red);
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 700;
}

.mobile-menu-close,
.mobile-menu-next,
.mobile-menu-back {
	border: 0;
	background: transparent;
	color: var(--rt-red);
	font-size: 26px;
}

.mobile-menu-panel {
	display: none;
	padding: 10px 22px 28px;
}

.mobile-menu-panel.is-active {
	display: block;
}

.mobile-menu-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.mobile-menu-link {
	flex: 1;
	padding: 15px 0;
	color: #222;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 600;
}

.mobile-menu-info {
	padding: 16px 22px;
	background: #f7f7f7;
	color: #333;
}

.amm_button_block {
	display: none !important;
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 1200;
}

.amm_button {
	display: none !important;
	display: inline-block;
	padding: 12px 18px;
	background: var(--rt-red);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.amm_block_mobile,
.amm_block_computer {
	display: none;
}

@media (max-width: 1199px) {
	#primary-menu > li > a {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 13px;
	}

	#primary-menu .extra-menu-item {
		margin-left: 14px;
	}
}

@media (max-width: 991px) {
	.rt-original-topbar {
		min-height: 42px;
	}

	.rt-topbar-office {
		gap: 12px;
		line-height: 42px;
	}

	.rt-topbar-office li {
		font-size: 13px;
		line-height: 42px;
	}

	.site-header,
	body.header-transparent .site-header,
	body.rt-scrolled .site-header {
		top: 42px;
	}

	.site-menu .main-nav {
		display: none;
	}

	.navbar-toggle {
		display: block;
	}

	.site-header .header-main,
	.site-logo,
	.site-logo .logo {
		min-height: 56px;
		height: 56px;
	}

	.site-logo .logo img {
		width: 210px;
	}

	.navbar-toggle {
		top: 11px;
	}

	.rt-original-hero,
	.rt-original-hero .container {
		min-height: 720px;
	}

	.rt-original-hero__content {
		top: 220px;
		left: 15px;
		width: calc(100% - 30px);
	}

	.rt-original-hero__text h1,
.rt-original-hero__text h2 {
		font-size: 42px;
		line-height: 50px;
	}

	.rt-original-hero__text h3 {
		font-size: 34px;
		line-height: 44px;
	}

	.rt-original-hero__text p {
		font-size: 20px;
		line-height: 24px;
	}

	.rt-cert-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-widgets .contact-widget .contact {
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.rt-topbar-office {
		position: static;
		flex-direction: column;
		gap: 0;
		width: auto;
		max-width: 100%;
		padding: 6px 0;
		line-height: 1.4;
		transform: none;
	}

	.rt-topbar-office li {
		font-size: 12px;
		line-height: 1.4;
	}

	.rt-original-topbar {
		min-height: 54px;
	}

	.site-header,
	body.header-transparent .site-header,
	body.rt-scrolled .site-header {
		top: 54px;
	}

	.site-header .header-main,
	.site-logo,
	.site-logo .logo {
		min-height: 52px;
		height: 52px;
	}

	.site-logo .logo img {
		width: 188px;
	}

	.navbar-toggle {
		top: 9px;
	}

	.rt-original-hero,
	.rt-original-hero .container {
		min-height: 720px;
	}

	.rt-original-hero__content {
		top: 190px;
		height: auto;
	}

	.rt-original-hero__plate {
		display: none;
	}

	.rt-original-hero__text {
		padding: 35px 20px;
		background: rgba(0, 0, 0, .42);
		text-align: center;
	}

	.rt-original-hero__text h1,
.rt-original-hero__text h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.rt-original-hero__text h3 {
		font-size: 29px;
		line-height: 38px;
	}

	.rt-original-hero__actions {
		flex-direction: column;
		align-items: center;
		gap: 14px;
	}

	.intro-hp1 {
		width: 100% !important;
	}

	.fh-icon-box.style-1 {
		margin-bottom: 18px;
	}

	.count-title {
		padding: 0 !important;
		font-size: 32px !important;
	}

	.rt-cert-grid {
		grid-template-columns: 1fr;
	}

	.latest-project-list {
		grid-template-columns: repeat(3, 75px);
	}

	.site-footer .footer-text {
		margin-top: 8px;
		text-align: left;
	}
}

/* Final overrides after CargoHub and Averin runtime scripts. */
.rt-original-topbar .rt-topbar-office {
	position: fixed !important;
	top: 0 !important;
	left: calc(50% - 120px) !important;
	right: auto !important;
	width: max-content !important;
	transform: translateX(-50%) !important;
}

.amm_button_block,
.amm_button,
.amm_block_mobile,
.amm_block_computer {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

@media (max-width: 767px) {
	.rt-original-topbar .rt-topbar-office {
		position: static !important;
		width: auto !important;
		transform: none !important;
	}
}

@media (max-width: 767px) {
	.site-content > table.wrapper {
		width: min(100% - 28px, 1100px);
		margin-top: 130px;
	}

	.site-content > table.wrapper h1 {
		font-size: 27px;
	}

	.rt-services-page h2 {
		font-size: 23px;
	}

	.rt-services-list {
		grid-template-columns: 1fr;
	}

	.rt-service-link {
		min-height: 64px;
		padding: 15px 18px;
	}
}

body.rt-body.rt-inner-page .site-header .logo img.logo-light,
body.rt-body.rt-inner-page .site-header .logo img.logo-light.show-logo {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

body.rt-body.rt-inner-page .site-header .logo img.logo-dark,
body.rt-body.rt-inner-page .site-header .logo img.logo-dark.hide-logo {
	display: inline-block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.rt-body.rt-inner-page .site-content > table.wrapper {
	display: table !important;
	width: calc(100% - 80px) !important;
	max-width: 1100px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.rt-body.rt-inner-page .site-content > table.wrapper h1 {
	font-size: 34px !important;
	line-height: 1.28 !important;
}

@media (max-width: 767px) {
	body.rt-body.rt-inner-page .site-content > table.wrapper {
		width: calc(100% - 28px) !important;
	}

body.rt-body.rt-inner-page .site-content > table.wrapper h1 {
	font-size: 27px !important;
	}
}

/* Owner feedback fix, 2026-06-11: desktop menu hit area and scroll-to-top button. */
@media (min-width: 992px) {
	#primary-menu > li {
		padding: 0 !important;
	}

	#primary-menu > li > a {
		display: flex !important;
		align-items: center;
		min-height: 90px;
		padding: 0 17px !important;
		line-height: 1.2;
	}

	#primary-menu > li.menu-item-has-children > a {
		padding-right: 31px !important;
	}

	#primary-menu > li.current-menu-item > a:after,
	#primary-menu > li.current_page_item > a:after {
		bottom: 0 !important;
		left: 17px !important;
		right: 17px !important;
		top: auto !important;
		width: auto !important;
		height: 3px !important;
		background: var(--rt-red) !important;
		pointer-events: none;
		transform: none !important;
	}

	#primary-menu > li.menu-item-has-children > a:after {
		top: 50% !important;
		right: 14px !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		margin-left: 0 !important;
		background: none !important;
		pointer-events: none;
		transform: translateY(-50%) !important;
	}

	#primary-menu > li.menu-item-has-children.current-menu-item > a:before,
	#primary-menu > li.menu-item-has-children.current_page_item > a:before {
		bottom: 0 !important;
		left: 17px !important;
		right: 31px !important;
		top: auto !important;
		height: 3px !important;
		background: var(--rt-red) !important;
		pointer-events: none;
	}

	#primary-menu > li:hover > a,
	#primary-menu > li:focus-within > a {
		color: var(--rt-red) !important;
	}

	body.rt-scrolled #primary-menu > li:hover > a,
	body.rt-scrolled #primary-menu > li:focus-within > a,
	body.rt-inner-page #primary-menu > li:hover > a,
	body.rt-inner-page #primary-menu > li:focus-within > a {
		color: var(--rt-red) !important;
	}

	#primary-menu .sub-menu {
		top: 100% !important;
	}

	#primary-menu .extra-menu-item {
		margin-left: 118px;
	}

	#primary-menu .extra-menu-item > a,
	#primary-menu .extra-menu-item > a.fh-btn {
		min-height: 50px;
		padding: 14px 18px !important;
	}
}

.to_top,
.to_top_panel {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.elevator.elevator-test-buttons {
	position: fixed !important;
	top: auto !important;
	right: auto !important;
	bottom: 112px !important;
	left: 16px !important;
	width: 54px !important;
	height: 54px !important;
	padding: 0 !important;
	background: transparent !important;
	color: transparent !important;
	opacity: 1 !important;
	filter: none !important;
		z-index: 2147481900 !important;
		text-align: center !important;
		pointer-events: auto !important;
}

.elevator.elevator-test-buttons:hover {
	background: transparent !important;
	opacity: 1 !important;
	filter: none !important;
	cursor: default !important;
}

.elevator.elevator-test-buttons span {
	display: none !important;
}

	.elevator.elevator-test-buttons .elevator__button {
		position: relative;
		display: block;
	width: 46px;
	height: 46px;
	margin: 4px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--rt-red);
		box-shadow: 0 10px 22px rgba(255, 58, 45, .32);
		cursor: pointer;
		pointer-events: auto !important;
		transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
	}

.elevator.elevator-test-buttons .elevator__button:hover {
	background: #d90000;
	box-shadow: 0 12px 26px rgba(255, 58, 45, .42);
	transform: translateY(-2px);
}

.elevator.elevator-test-buttons .elevator__button:before,
.elevator.elevator-test-buttons .elevator__button:after {
	position: absolute;
	left: 50%;
	display: block;
	content: "";
}

.elevator.elevator-test-buttons .elevator__button:before {
	top: 13px;
	width: 16px;
	height: 16px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	border-radius: 2px 0 0 0;
	transform: translateX(-50%) rotate(45deg);
}

.elevator.elevator-test-buttons .elevator__button:after {
	top: 17px;
	width: 5px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	transform: translateX(-50%);
}

@media (max-width: 900px) {
	.elevator.elevator-test-buttons {
		bottom: 86px !important;
		left: 12px !important;
		width: 46px !important;
		height: 46px !important;
	}

	.elevator.elevator-test-buttons .elevator__button {
		width: 40px;
		height: 40px;
		margin: 3px;
	}

	.elevator.elevator-test-buttons .elevator__button:before {
		top: 11px;
		width: 14px;
		height: 14px;
		border-top-width: 3px;
		border-left-width: 3px;
	}

	.elevator.elevator-test-buttons .elevator__button:after {
		top: 15px;
		width: 4px;
		height: 15px;
	}
}

/* Owner feedback fix, 2026-06-11: /uslugi original WordPress section parity. */
body.rt-body.rt-inner-page .site-content > table.wrapper:has(.rt-uslugi-original-page) {
	display: block !important;
	table-layout: fixed !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
}

body.rt-body.rt-inner-page .site-content > table.wrapper:has(.rt-uslugi-original-page) > tbody,
body.rt-body.rt-inner-page .site-content > table.wrapper:has(.rt-uslugi-original-page) > tbody > tr {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.rt-body.rt-inner-page .site-content > table.wrapper:has(.rt-uslugi-original-page) td {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
}

body.rt-body.rt-inner-page .content:has(.rt-uslugi-original-page) {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.rt-body.rt-inner-page .content:has(.rt-uslugi-original-page) > h1:first-child,
body.rt-body.rt-inner-page .content:has(.rt-uslugi-original-page) > br:first-of-type {
	display: none !important;
}

body.rt-body.rt-inner-page .site-content > table.wrapper td:has(.rt-uslugi-original-page) > br,
body.rt-body.rt-inner-page .site-content > table.wrapper td:has(.rt-uslugi-original-page) > .bread_box,
body.rt-body.rt-inner-page .site-content > table.wrapper td:has(.rt-uslugi-original-page) > .only-mobile {
	display: none !important;
}

body.rt-body.rt-inner-page .site-content > table.wrapper:has(.rt-portfolio-page) {
	display: block !important;
	table-layout: fixed !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
}

body.rt-body.rt-inner-page .site-content > table.wrapper:has(.rt-portfolio-page) > tbody,
body.rt-body.rt-inner-page .site-content > table.wrapper:has(.rt-portfolio-page) > tbody > tr {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.rt-body.rt-inner-page .site-content > table.wrapper:has(.rt-portfolio-page) td {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
}

body.rt-body.rt-inner-page .content:has(.rt-portfolio-page) {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.rt-body.rt-inner-page .content:has(.rt-portfolio-page) > h1:first-child,
body.rt-body.rt-inner-page .content:has(.rt-portfolio-page) > br:first-of-type {
	display: none !important;
}

body.rt-body.rt-inner-page .site-content > table.wrapper td:has(.rt-portfolio-page) > br,
body.rt-body.rt-inner-page .site-content > table.wrapper td:has(.rt-portfolio-page) > .bread_box,
body.rt-body.rt-inner-page .site-content > table.wrapper td:has(.rt-portfolio-page) > .only-mobile {
	display: none !important;
}

.rt-uslugi-original-page {
	--rt-uslugi-dark: #080d31;
	--rt-uslugi-text: #222;
	--rt-uslugi-muted: #888;
	--rt-uslugi-border: rgba(255, 255, 255, .12);
	width: 100%;
	padding-top: 110px;
	background: #fff;
	color: var(--rt-uslugi-text);
	font-family: Montserrat, Arial, sans-serif;
	overflow: hidden;
}

.rt-uslugi-original-page.rt-uslugi-block {
	padding-top: 0;
}

.rt-uslugi-original-page.rt-uslugi-block-intro {
	padding-top: 110px;
}

.rt-uslugi-original-page,
.rt-uslugi-original-page * {
	box-sizing: border-box;
}

.rt-uslugi-container {
	width: min(1170px, calc(100% - 76px));
	margin: 0 auto;
}

.rt-uslugi-intro-section {
	padding: 70px 0 84px;
	background: #fff;
}

.rt-uslugi-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 86px;
	align-items: start;
}

.rt-uslugi-intro-title {
	position: relative;
	padding-left: 31px;
}

.rt-uslugi-intro-title:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 72px;
	background: var(--rt-red);
	content: "";
}

.rt-uslugi-intro-title h2 {
	margin: 0;
	color: #222;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0;
	text-transform: uppercase;
}

.rt-uslugi-intro-title p {
	margin: 36px 0 0;
	color: #888;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.6;
}

.rt-uslugi-intro-title span,
.rt-uslugi-section-title span {
	color: var(--rt-red);
}

.rt-uslugi-intro-text p {
	max-width: 560px;
	margin: 4px 0 0;
	color: #888;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.62;
}

.rt-uslugi-services-section {
	padding: 74px 0 82px;
	background: var(--rt-uslugi-dark);
	color: #fff;
}

.rt-uslugi-services-head {
	display: grid;
	grid-template-columns: 31% 69%;
	gap: 0;
	align-items: start;
	margin-bottom: 58px;
}

.rt-uslugi-services-head h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.52;
	letter-spacing: 0;
	text-transform: uppercase;
}

.rt-uslugi-services-head p {
	position: relative;
	max-width: 720px;
	margin: 2px 0 0;
	padding-left: 27px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
}

.rt-uslugi-services-head p:before {
	position: absolute;
	top: -7px;
	left: 0;
	width: 2px;
	height: 96px;
	background: var(--rt-red);
	content: "";
}

.rt-uslugi-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.rt-uslugi-service-card {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	gap: 26px;
	align-items: center;
	min-height: 122px;
	padding: 28px 27px;
	border: 1px solid var(--rt-uslugi-border);
	color: #fff !important;
	text-decoration: none !important;
	background: transparent;
	transition: border-color .2s ease, background-color .2s ease;
}

.rt-uslugi-service-card:hover,
.rt-uslugi-service-card:focus {
	border-color: var(--rt-red);
	background: rgba(255, 255, 255, .035);
	color: #fff !important;
}

.rt-uslugi-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #fff;
	font-size: 42px;
	line-height: 1;
	transition: color .22s ease, transform .22s ease;
}

.rt-uslugi-service-card:hover .rt-uslugi-service-icon,
.rt-uslugi-service-card:focus .rt-uslugi-service-icon {
	color: var(--rt-red);
	transform: none;
}

.rt-uslugi-service-icon i:before {
	font-size: 42px;
	line-height: 1;
}

.rt-uslugi-service-card span:last-child {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.45;
}

.rt-uslugi-why-section {
	padding: 80px 0 86px;
	background: #f7f7f7;
}

.rt-uslugi-section-title h2 {
	margin: 0;
	color: #222;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: uppercase;
}

.rt-uslugi-section-title:after {
	display: block;
	width: 67px;
	height: 2px;
	margin-top: 24px;
	background: var(--rt-red);
	content: "";
}

.rt-uslugi-section-title-center {
	text-align: center;
}

.rt-uslugi-section-title-center:after {
	margin-right: auto;
	margin-left: auto;
}

.rt-uslugi-why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 82px;
	row-gap: 49px;
	margin-top: 49px;
}

.rt-uslugi-why-item {
	text-align: center;
}

.rt-uslugi-why-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	margin: 0 auto 22px;
	border: 1px solid #dedede;
	border-radius: 50%;
	color: var(--rt-uslugi-dark);
	background: transparent;
	font-size: 32px;
	line-height: 1;
}

.rt-uslugi-why-icon i:before {
	font-size: 32px;
	line-height: 1;
}

.rt-uslugi-why-item .rt-uslugi-why-icon {
	transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.rt-uslugi-why-item:hover .rt-uslugi-why-icon,
.rt-uslugi-why-item:focus-within .rt-uslugi-why-icon {
	border-color: var(--rt-red);
	color: #fff;
	background: var(--rt-red);
	transform: translateY(-3px);
}

.rt-uslugi-why-item-accent .rt-uslugi-why-icon {
	border-color: var(--rt-red);
	color: #fff;
	background: var(--rt-red);
}

.rt-uslugi-why-item h3 {
	margin: 0 0 11px;
	color: #222;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0;
}

.rt-uslugi-why-item p {
	margin: 0 auto;
	color: #8b8b8b;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.rt-uslugi-works-section {
	min-height: 165px;
	padding: 62px 0 74px;
	background: #fff;
}

.rt-uslugi-section-title-left {
	text-align: left;
}

.rt-uslugi-section-title-left h2 {
	font-size: 36px;
}

.rt-lak-works-carousel {
	position: relative;
	width: 100%;
	margin: 28px auto 0;
	padding: 0 46px;
	overflow: hidden;
}

.rt-lak-works-carousel,
.rt-lak-works-carousel * {
	box-sizing: border-box;
}

.rt-lak-works-carousel .lak-marquee__track {
	display: flex;
	align-items: stretch;
	gap: 18px;
	will-change: transform;
}

.rt-lak-works-carousel .lak-marquee__item,
.rt-lak-works-carousel .rt-lak-works-item {
	flex: 0 0 320px;
	width: 320px;
	max-width: calc(100vw - 110px);
}

.rt-lak-works-carousel .rt-lak-works-item > a,
.rt-lak-works-carousel .rt-lak-works-card {
	position: relative;
	display: block;
	height: 230px;
	overflow: hidden;
	border: 1px solid #e7e8ee;
	background: #11172f;
	box-shadow: 0 12px 30px rgba(8, 13, 49, .12);
	cursor: grab;
	user-select: none;
}

.rt-lak-works-carousel.is-dragging .rt-lak-works-item > a,
.rt-lak-works-carousel.is-dragging .rt-lak-works-card {
	cursor: grabbing;
}

.rt-lak-works-carousel img,
.rt-lak-works-carousel a,
.rt-lak-works-carousel .rt-lak-works-card {
	-webkit-user-drag: none;
	user-drag: none;
}

.rt-lak-works-carousel img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .28s ease;
}

.rt-lak-works-carousel .rt-lak-works-item > a:hover img,
.rt-lak-works-carousel .rt-lak-works-item > a:focus img,
.rt-lak-works-carousel .rt-lak-works-card:hover img,
.rt-lak-works-carousel .rt-lak-works-card:focus img {
	transform: scale(1.035);
}

.rt-lak-works-carousel .rt-lak-works-item span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 42px 16px 15px;
	background: linear-gradient(180deg, rgba(8, 13, 49, 0) 0%, rgba(8, 13, 49, .84) 100%);
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.32;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.rt-lak-works-carousel .lak-marquee__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--rt-red);
	box-shadow: 0 8px 20px rgba(255, 58, 45, .24);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}

.rt-lak-works-carousel .lak-marquee__arrow:hover,
.rt-lak-works-carousel .lak-marquee__arrow:focus {
	background: #d9251b;
	color: #fff;
	transform: translateY(-1px);
}

.rt-lak-works-carousel .lak-marquee__arrow--prev {
	left: 0;
}

.rt-lak-works-carousel .lak-marquee__arrow--next {
	right: 0;
}

@media (max-width: 1100px) {
	.rt-uslugi-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rt-uslugi-why-grid {
		column-gap: 42px;
	}
}

@media (max-width: 900px) {
	.rt-uslugi-original-page {
		padding-top: 82px;
	}

	.rt-uslugi-original-page.rt-uslugi-block {
		padding-top: 0;
	}

	.rt-uslugi-original-page.rt-uslugi-block-intro {
		padding-top: 82px;
	}

	.rt-uslugi-container {
		width: min(100% - 32px, 720px);
	}

	.rt-uslugi-intro-section,
	.rt-uslugi-services-section,
	.rt-uslugi-why-section {
		padding-top: 54px;
		padding-bottom: 58px;
	}

	.rt-uslugi-intro-grid,
	.rt-uslugi-services-head {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.rt-uslugi-services-head {
		margin-bottom: 34px;
	}

	.rt-uslugi-services-head p {
		padding-left: 24px;
	}

	.rt-uslugi-services-head p:before {
		height: 100%;
		min-height: 74px;
	}

	.rt-uslugi-services-grid,
	.rt-uslugi-why-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.rt-uslugi-why-grid {
		margin-top: 38px;
	}

	.rt-lak-works-carousel {
		padding: 0 38px;
	}

	.rt-lak-works-carousel .lak-marquee__item,
	.rt-lak-works-carousel .rt-lak-works-item {
		flex-basis: 78vw;
		width: 78vw;
		max-width: 350px;
	}

	.rt-lak-works-carousel .rt-lak-works-item > a,
	.rt-lak-works-carousel .rt-lak-works-card {
		height: 236px;
	}
}

@media (max-width: 520px) {
	.rt-uslugi-intro-title {
		padding-left: 22px;
	}

	.rt-uslugi-intro-title h2,
	.rt-uslugi-section-title h2 {
		font-size: 27px;
	}

	.rt-uslugi-intro-title p {
		margin-top: 28px;
		font-size: 20px;
		line-height: 1.45;
	}

	.rt-uslugi-services-head h2,
	.rt-uslugi-section-title-left h2 {
		font-size: 32px;
	}

	.rt-uslugi-services-head p {
		font-size: 18px;
		line-height: 1.5;
	}

	.rt-uslugi-service-card {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 18px;
		min-height: 105px;
		padding: 22px 20px;
	}

	.rt-uslugi-service-icon,
	.rt-uslugi-service-icon i:before {
		font-size: 36px;
	}

	.rt-uslugi-service-card span:last-child,
	.rt-uslugi-why-item h3 {
		font-size: 20px;
	}

	.rt-uslugi-why-icon {
		width: 96px;
		height: 96px;
		margin-bottom: 18px;
	}

	.rt-lak-works-carousel {
		margin-top: 24px;
		padding: 0 34px;
	}

	.rt-lak-works-carousel .rt-lak-works-item > a,
	.rt-lak-works-carousel .rt-lak-works-card {
		height: 218px;
	}

	.rt-lak-works-carousel .rt-lak-works-item span {
		font-size: 14px;
	}

	.rt-lak-works-carousel .lak-marquee__arrow {
		width: 34px;
		height: 34px;
		margin-top: -17px;
		font-size: 24px;
	}
}

/* Region-tepla portfolio albums from CMS visual editor */
.rt-portfolio-album-block {
	--rt-portfolio-cols: 1;
	display: grid;
	grid-template-columns: repeat(var(--rt-portfolio-cols), minmax(0, 1fr));
	gap: 24px;
	margin: 32px 0;
}

.rt-portfolio-album-block--cols-1 { --rt-portfolio-cols: 1; }
.rt-portfolio-album-block--cols-2 { --rt-portfolio-cols: 2; }
.rt-portfolio-album-block--cols-3 { --rt-portfolio-cols: 3; }
.rt-portfolio-album-block--cols-4 { --rt-portfolio-cols: 4; }

.rt-portfolio-album {
	position: relative;
	min-width: 0;
	background: #fff;
}

.rt-portfolio-album-title {
	margin: 0 0 12px;
	color: #222;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.rt-portfolio-album-stage {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f1f3f5;
	cursor: grab;
	touch-action: pan-y;
}

.rt-portfolio-album-track,
.rt-portfolio-slide {
	position: absolute;
	inset: 0;
}

.rt-portfolio-slide {
	display: block;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .24s ease;
	user-select: none;
}

.rt-portfolio-album.is-dragging .rt-portfolio-album-stage,
.rt-portfolio-lightbox.is-dragging {
	cursor: grabbing;
}

.rt-portfolio-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.rt-portfolio-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-drag: none;
	user-drag: none;
}

.rt-portfolio-nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: -19px 0 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(12, 18, 57, .78);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.rt-portfolio-prev { left: 12px; }
.rt-portfolio-next { right: 12px; }

.rt-portfolio-nav:hover,
.rt-portfolio-nav:focus {
	background: var(--rt-red);
	color: #fff;
}

.rt-portfolio-count {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(12, 18, 57, .78);
	color: #fff;
	font: 600 12px/16px Montserrat, Arial, sans-serif;
}

body.rt-portfolio-lightbox-open {
	overflow: hidden;
}

.rt-portfolio-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 56px 72px;
	background: rgba(4, 8, 20, .94);
}

.rt-portfolio-lightbox.is-open {
	display: flex;
}

.rt-portfolio-lightbox img {
	max-width: 100%;
	max-height: calc(100vh - 112px);
	object-fit: contain;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

.rt-portfolio-lightbox-close,
.rt-portfolio-lightbox-prev,
.rt-portfolio-lightbox-next {
	position: absolute;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	cursor: pointer;
}

.rt-portfolio-lightbox-close {
	top: 18px;
	right: 22px;
	width: 46px;
	height: 46px;
	font-size: 34px;
	line-height: 1;
}

.rt-portfolio-lightbox-prev,
.rt-portfolio-lightbox-next {
	top: 50%;
	width: 52px;
	height: 52px;
	margin-top: -26px;
	font-size: 38px;
	line-height: 1;
}

.rt-portfolio-lightbox-prev { left: 18px; }
.rt-portfolio-lightbox-next { right: 18px; }

.rt-portfolio-lightbox-close:hover,
.rt-portfolio-lightbox-prev:hover,
.rt-portfolio-lightbox-next:hover {
	background: var(--rt-red);
	color: #fff;
}

.rt-portfolio-lightbox-count {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font: 600 13px/18px Montserrat, Arial, sans-serif;
}

@media (max-width: 991px) {
	.rt-portfolio-album-block {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.rt-portfolio-album-block--cols-1 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.rt-portfolio-album-block {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.rt-portfolio-lightbox {
		padding: 54px 14px 64px;
	}

	.rt-portfolio-lightbox-prev,
	.rt-portfolio-lightbox-next {
		top: auto;
		bottom: 18px;
		width: 44px;
		height: 44px;
		margin: 0;
		font-size: 32px;
	}

	.rt-portfolio-lightbox-prev { left: 18px; }
	.rt-portfolio-lightbox-next { right: 18px; }
}

.rt-portfolio-album--showcase {
	margin-top: 30px;
	border: 1px solid #e7e8ee;
	background: #fff;
	box-shadow: 0 18px 45px rgba(8, 13, 49, .10);
}

.rt-portfolio-album--showcase .rt-portfolio-album-stage {
	aspect-ratio: 3 / 2;
	background: #11172f;
}

.rt-portfolio-slide figcaption {
	position: absolute;
	right: 78px;
	bottom: 0;
	left: 0;
	z-index: 1;
	min-height: 72px;
	padding: 52px 22px 20px 24px;
	background: linear-gradient(180deg, rgba(8, 13, 49, 0) 0%, rgba(8, 13, 49, .82) 100%);
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

.rt-portfolio-count {
	min-width: 52px;
	text-align: center;
}

.rt-portfolio-caption {
	padding: 15px 20px 17px;
	border-top: 1px solid #ececf1;
	color: #222;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.rt-portfolio-album--showcase > .rt-portfolio-caption {
	display: none;
}

.rt-portfolio-more-row {
	display: flex;
	justify-content: flex-start;
	margin-top: 22px;
}

.rt-portfolio-more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border: 1px solid var(--rt-red);
	color: var(--rt-red) !important;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.rt-portfolio-more-link:hover,
.rt-portfolio-more-link:focus {
	background: var(--rt-red);
	color: #fff !important;
	transform: translateY(-2px);
}

.rt-portfolio-page {
	width: 100%;
	padding: 150px 0 88px;
	background: #fff;
	color: #222;
	font-family: Montserrat, Arial, sans-serif;
	overflow: hidden;
}

.rt-portfolio-page,
.rt-portfolio-page * {
	box-sizing: border-box;
}

.rt-portfolio-page-head {
	max-width: 820px;
	margin: 0 auto 36px;
	text-align: center;
}

.rt-portfolio-page-head span {
	display: block;
	margin-bottom: 12px;
	color: var(--rt-red);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.rt-portfolio-page-head h2 {
	margin: 0;
	color: #222;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0;
	text-transform: uppercase;
}

.rt-portfolio-page-head h2:after {
	display: block;
	width: 67px;
	height: 2px;
	margin: 24px auto 0;
	background: var(--rt-red);
	content: "";
}

.rt-portfolio-page-head p {
	margin: 24px auto 0;
	color: #777;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

.rt-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 34px;
}

.rt-portfolio-grid-card {
	margin: 0;
	border: 1px solid #e7e8ee;
	background: #fff;
	overflow: hidden;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.rt-portfolio-grid-card:hover,
.rt-portfolio-grid-card:focus-within {
	border-color: var(--rt-red);
	box-shadow: 0 14px 34px rgba(8, 13, 49, .10);
	transform: translateY(-3px);
}

.rt-portfolio-grid-card img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.rt-portfolio-grid-card h3 {
	margin: 0;
	padding: 15px 16px 17px;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.42;
}

.rt-portfolio-lightbox-caption {
	position: absolute;
	right: 72px;
	bottom: 64px;
	left: 72px;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
}

@media (max-width: 991px) {
	.rt-portfolio-page {
		padding: 126px 0 64px;
	}

	.rt-portfolio-page-head h2 {
		font-size: 30px;
	}

	.rt-portfolio-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (max-width: 640px) {
	.rt-portfolio-slide figcaption {
		right: 68px;
		min-height: 66px;
		padding: 44px 14px 15px 16px;
		font-size: 15px;
		line-height: 1.28;
	}

	.rt-portfolio-caption {
		padding: 13px 15px 15px;
		font-size: 14px;
	}

	.rt-portfolio-page-head {
		text-align: left;
	}

	.rt-portfolio-page-head h2 {
		font-size: 25px;
	}

	.rt-portfolio-page-head h2:after {
		margin-left: 0;
	}

	.rt-portfolio-grid {
		grid-template-columns: 1fr;
	}

	.rt-portfolio-lightbox-caption {
		right: 16px;
		bottom: 78px;
		left: 16px;
		font-size: 14px;
	}
}

/* Mobile menu must cover the sticky header even when opened mid-page. */
@media (max-width: 991px) {
	.mobile-menu-overlay,
	.mobile-menu-overlay.is-open {
		z-index: 2147483000 !important;
	}

	body.mobile-menu-is-open .site-header,
	body.mobile-menu-is-open .rt-original-topbar {
		pointer-events: none;
		visibility: hidden;
	}

body.mobile-menu-is-open .mobile-menu-overlay {
	visibility: visible;
	pointer-events: auto;
}
}

/* Region Tepla footer/blog/request polish, 2026-06-12. */
#primary-menu .extra-menu-item > a.fh-btn,
#primary-menu .extra-menu-item > a.btn,
.rt-rounded-button,
.rt-news-card__more,
.rt-request-form .submit input,
.fh-form .fh-btn,
.button.fh-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border-radius: 999px !important;
	text-align: center;
	line-height: 1.2 !important;
	white-space: nowrap;
}

.rt-request-form .submit input,
.rt-news-card__more {
	background: var(--rt-red);
	color: #fff !important;
	border: 1px solid var(--rt-red);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.rt-request-form .submit input {
	min-width: 170px;
	padding: 0 34px;
	cursor: pointer;
}

.rt-request-form textarea {
	min-height: 118px;
}

.rt-hp-field {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.rt-callme-result {
	padding: 18px 20px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.5;
}

.rt-callme-result--success {
	background: #edf8f1;
	color: #1b6f38;
}

.rt-callme-result--error,
.rt-callme-result--notice {
	background: #fff5f5;
	color: #a32020;
}

.rt-cert-grid.rt-cert-grid--certificates {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vc_custom_1521732488631 {
	background-color: #0b1237 !important;
	padding-top: 48px !important;
	padding-bottom: 40px !important;
}

.rt-cert-section-title {
	margin-bottom: 24px;
}

.rt-cert-section-title h2 {
	margin: 0;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

.rt-cert-section-title .main-color {
	color: var(--rt-red);
}

.rt-cert-carousel {
	margin-top: 22px;
	padding-right: 52px;
	padding-left: 52px;
}

.rt-cert-carousel .lak-marquee__track {
	gap: 16px;
}

.rt-cert-carousel .lak-marquee__item,
.rt-cert-carousel .rt-lak-works-item {
	flex-basis: 282px;
	width: 282px;
	max-width: calc(100vw - 110px);
}

.rt-cert-card {
	aspect-ratio: 1.42 / 1;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .16);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
	cursor: grab;
	padding: 0;
	overflow: hidden;
}

.rt-cert-card:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 42%;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(8, 13, 49, 0) 0%, rgba(8, 13, 49, .32) 100%);
	content: "";
}

.rt-cert-card span {
	display: none !important;
}

.rt-cert-carousel .rt-cert-card {
	width: 100%;
	height: auto;
	min-height: 198px;
	border-color: rgba(255, 255, 255, .52);
	box-shadow: none;
}

.rt-cert-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
	background: #fff;
}

.rt-cert-lightbox {
	position: fixed;
	inset: 0;
	z-index: 2147482500;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, .86);
}

.rt-cert-lightbox.is-open {
	display: flex;
}

.rt-cert-lightbox img {
	max-width: min(920px, 92vw);
	max-height: 88vh;
	object-fit: contain;
	background: #fff;
}

.rt-cert-lightbox button {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: var(--rt-red);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.rt-news-grid {
	display: flex;
	flex-wrap: wrap;
	min-height: 0;
	padding-bottom: 35px;
}

.rt-news-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	background: #fff;
}

.rt-news-card__image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.rt-news-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px 22px 24px;
}

.rt-news-card h3 {
	padding: 0;
	margin-bottom: 12px;
}

.rt-news-card p {
	flex: 1;
	margin: 0 0 18px;
	color: #666;
	font-size: 14px;
	line-height: 1.65;
}

.rt-news-card__more {
	align-self: flex-start;
	min-height: 42px;
	padding: 0 24px;
}

.footer-sidebars .row {
	display: flex;
	flex-wrap: wrap;
}

.footer-widgets .contact-widget .row {
	display: grid;
	grid-template-columns: 1.45fr 1.35fr 1.35fr 1.35fr;
	gap: 28px;
	align-items: center;
}

.footer-widgets .contact-widget .contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-widgets .recent-post {
	display: flex;
	align-items: flex-start;
	min-height: 75px;
	padding-left: 90px;
}

.recent-post .post-title {
	display: block;
	padding-top: 2px;
	font-size: 15px;
	line-height: 1.45;
}

.latest-project-list {
	display: grid !important;
	grid-template-columns: repeat(3, 82px) !important;
	gap: 12px !important;
	align-items: start !important;
	justify-content: start !important;
}

.latest-project-list:before,
.latest-project-list:after {
	display: none !important;
	content: none !important;
}

.footer-widgets .latest-project-list .latest-project,
.footer-widgets .latest-project-list .fp-widget-thumb,
.footer-widgets .latest-project-list .widget-thumb {
	display: block !important;
	float: none !important;
	width: 82px !important;
	height: 82px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.footer-widgets .latest-project-list .fp-widget-thumb img {
	display: block !important;
	width: 82px !important;
	height: 82px !important;
	max-width: none !important;
	object-fit: cover !important;
}

.footer-widgets .latest-project-list .fp-widget-thumb i {
	display: none !important;
}

.fp-widget-thumb a {
	display: block;
	background: rgba(255, 255, 255, .08);
}

.site-footer .row {
	display: block;
}

.site-footer .site-info {
	text-align: left;
}

.amm_button_block {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: auto !important;
	height: auto !important;
	right: 26px;
	bottom: 26px;
	overflow: visible !important;
	pointer-events: none !important;
}

.amm_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(255, 58, 45, .32);
}

.amm_block_mobile,
.amm_block_computer {
	position: fixed;
	right: 26px;
	bottom: 90px;
	z-index: 1201;
	width: min(320px, calc(100vw - 32px)) !important;
	height: auto !important;
	padding: 0;
	visibility: visible !important;
	opacity: 1 !important;
	overflow: visible !important;
	pointer-events: auto !important;
}

.amm_block_computer {
	background: #fff;
	box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
	border-radius: 8px;
}

.amm_block_mobile .ammcontent,
.amm_block_computer .ammcontent {
	padding: 20px;
	color: #222;
}

.amm_block_mobile .ammb a,
.amm_block_computer a {
	display: block;
	margin-top: 10px;
	padding: 11px 14px;
	border-radius: 999px;
	background: #f3f5f8;
	color: #222 !important;
	font-weight: 700;
	text-align: center;
}

.amm_cancel {
	cursor: pointer;
}

@media (max-width: 991px) {
	.footer-widgets .contact-widget .contact,
	.footer-widgets .contact-widget .contact:first-child {
		margin-bottom: 24px;
	}

	.rt-cert-grid.rt-cert-grid--certificates {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.rt-why-request-row {
		padding-top: 44px;
	}

	.vc_custom_1503374338127 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.rt-cert-grid.rt-cert-grid--certificates,
	.rt-news-grid {
		display: grid;
		grid-template-columns: 1fr;
	}

	.footer-widgets .contact-widget .row,
	.footer-sidebars .row {
		display: block;
	}

	.amm_button_block {
		right: 16px;
		bottom: 16px;
	}

	.amm_block_mobile,
	.amm_block_computer {
		right: 16px;
		bottom: 78px;
	}
}

/* Final Region Tepla owner QA overrides, 2026-06-12. Keep after legacy mobile rules. */
@media (min-width: 768px) {
	.footer-widgets .contact-widget .row {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 34px !important;
	}
}

@media (max-width: 767px) {
	.rt-why-bottom-utp {
		display: block;
		margin-top: 20px;
		padding-bottom: 30px;
	}

	.fh-icon-box.style-2.rt-why-bottom-item {
		min-height: 0;
		margin-bottom: 26px;
		padding-left: 86px;
	}

	.fh-icon-box.style-2.rt-why-bottom-item:last-child {
		margin-bottom: 0;
	}
}

/* Floating messenger button must remain visible independently of header CTA. */
.amm_button_block {
	position: fixed !important;
	right: 28px !important;
	bottom: 28px !important;
	z-index: 2147482000 !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	visibility: visible !important;
	opacity: 1 !important;
	overflow: visible !important;
	pointer-events: auto !important;
}

.amm_button {
	display: inline-flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	min-width: 198px;
	min-height: 48px;
	padding: 0 26px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #ff2d24 !important;
	box-shadow: 0 12px 26px rgba(255, 45, 36, .26) !important;
	color: #fff !important;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-align: center !important;
	white-space: nowrap !important;
	cursor: pointer !important;
	pointer-events: auto !important;
}

.amm_button:before {
	content: "\f075";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

.amm_button:hover,
.amm_button:focus {
	background: #f5231b !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.amm_block_mobile,
.amm_block_computer {
	z-index: 2147482001 !important;
}

.amm_block_computer.rt-messenger-open {
	display: flex !important;
}

.amm_block_mobile.rt-messenger-open {
	display: block !important;
}

.amm_button.rt-messenger-hidden {
	display: none !important;
}

@media (max-width: 767px) {
	.amm_button_block {
		right: 16px !important;
		bottom: calc(88px + env(safe-area-inset-bottom)) !important;
	}

	.amm_button {
		width: 56px !important;
		min-width: 56px !important;
		min-height: 56px !important;
		padding: 0 !important;
		font-size: 0 !important;
	}

	.amm_button:before {
		font-size: 18px;
	}
}

/* Request form popup and readable messenger sheet, owner feedback 2026-06-12. */
.rt-request-popup {
	position: fixed;
	inset: 0;
	z-index: 2147482100;
	display: none;
	pointer-events: none;
}

.rt-request-popup.is-open {
	display: block;
	pointer-events: auto;
}

.rt-request-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 10, 20, .42);
}

.rt-request-panel {
	position: absolute;
	top: 104px;
	right: 32px;
	width: min(520px, calc(100vw - 48px));
	padding: 38px 36px 34px;
	background: #f6f6f6;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
	color: #222;
}

.rt-request-close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 2px solid #ff352c;
	border-radius: 50%;
	background: #fff;
	color: #ff352c;
	font-family: Arial, sans-serif;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.rt-request-popup-title {
	margin-bottom: 28px;
}

.rt-request-popup-title h2 {
	margin: 0;
	color: #222;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

.rt-request-popup-title:after {
	display: none;
	content: none;
}

body.rt-request-popup-open .amm_button_block {
	display: none !important;
}

.rt-request-popup-form .field {
	margin-bottom: 20px;
}

.rt-request-popup-form input[type="text"],
.rt-request-popup-form textarea {
	border-color: #dedede;
	background: #fff;
	color: #222;
}

.rt-request-popup-form textarea {
	height: 118px;
}

.rt-request-popup-form .submit input {
	min-width: 170px;
	min-height: 50px;
	border-radius: 999px;
	background: #ff352c;
	text-align: center;
}

.amm_block_computer.rt-messenger-open,
.amm_block_mobile.rt-messenger-open {
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.amm_block_computer.rt-messenger-open {
	top: 108px !important;
	right: 32px !important;
	bottom: auto !important;
	width: min(380px, calc(100vw - 48px)) !important;
	display: block !important;
}

.amm_block_computer .ammcontent,
.amm_block_mobile .ammcontent {
	padding: 0 !important;
	color: #222;
}

.amm_block_computer .ammcontent {
	padding: 26px 24px 22px !important;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 22px 56px rgba(0, 0, 0, .24);
}

.amm_block_computer .ammcontent p:first-child {
	display: none;
}

.amm_block_computer .ammcontent p:nth-child(2),
.amm_block_mobile .ammb > span {
	display: block;
	margin: 0 0 18px;
	color: #9a9a9a;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.amm_block_computer .amm-actions {
	margin: 0;
	overflow: hidden;
	border-radius: 14px;
}

.amm_block_computer .amm-actions a,
.amm_block_mobile .ammb a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	margin: 0 !important;
	padding: 0 18px !important;
	border-top: 1px solid #e1e1e1;
	border-radius: 0 !important;
	background: #f7f8fa !important;
	color: #2f7af6 !important;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.amm_block_computer .amm_cancel {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 42px;
	height: 42px;
	border: 2px solid #ff352c;
	border-radius: 50%;
	background: #fff;
	color: #ff352c;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
	cursor: pointer;
}

.amm_block_mobile.rt-messenger-open {
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	padding: 0 24px 18px !important;
}

.amm_block_mobile .ammb {
	overflow: hidden;
	border-radius: 16px;
	background: #f8f8f8;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .28);
}

.amm_block_mobile .ammb > span {
	margin: 0;
	padding: 24px 14px;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
}

.amm_block_mobile .amm_cancel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	margin-top: 16px;
	border-radius: 16px;
	background: #fff;
	color: #2f7af6;
	font-size: 28px;
	font-weight: 700;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
	cursor: pointer;
}

@media (max-width: 767px) {
	.rt-request-popup.is-open {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 18px;
	}

	.rt-request-panel {
		position: relative;
		top: auto;
		right: auto;
		width: min(430px, calc(100vw - 30px));
		max-height: calc(100vh - 70px);
		overflow: auto;
		padding: 32px 20px 26px;
	}

	.rt-request-close {
		top: 10px;
		right: 10px;
	}

	.rt-request-popup-title h2 {
		font-size: 28px;
		text-align: left;
	}

	.rt-request-popup-form .row {
		margin-right: 0;
		margin-left: 0;
	}

	.rt-request-popup-form [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}

	.rt-request-popup-form .submit input {
		width: 100%;
	}
}

/* Final owner visual parity pass, 2026-06-12 19: counters, certificates, footer, why states. */
.rt-counter-row {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(170px, 1fr)) !important;
	gap: 24px !important;
	justify-content: center !important;
	align-items: start !important;
	max-width: 980px;
	margin: 18px auto 0 !important;
}

.rt-counter-row:before,
.rt-counter-row:after {
	display: none !important;
	content: none !important;
}

.rt-counter-row > .wpb_column {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.rt-counter-row .vc_column-inner,
.rt-counter-row .wpb_wrapper {
	width: 100%;
}

.rt-counter-row .fh-counter .counter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
}

.rt-counter-row .fh-counter .value {
	max-width: 100%;
	font-size: 58px;
	line-height: .98;
	text-align: center;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.rt-counter-row .fh-counter h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	min-height: 58px;
	margin-top: 12px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1.16;
}

.rt-certificates-works-section {
	padding-top: 62px !important;
	padding-bottom: 74px !important;
	background: #fff !important;
}

.rt-certificates-works-section .rt-cert-section-title {
	margin-bottom: 0;
	text-align: left;
}

.rt-certificates-works-section .rt-cert-section-title h2 {
	color: #222;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.18;
	text-transform: uppercase;
}

.rt-certificates-works-section .rt-cert-section-title .main-color {
	color: var(--rt-red);
}

.rt-certificates-works-section .rt-cert-carousel {
	margin-top: 28px;
	padding-right: 46px;
	padding-left: 46px;
}

.rt-certificates-works-section .rt-cert-carousel .lak-marquee__item,
.rt-certificates-works-section .rt-cert-carousel .rt-lak-works-item {
	flex: 0 0 320px;
	width: 320px;
	max-width: calc(100vw - 110px);
}

.rt-certificates-works-section .rt-cert-carousel .rt-lak-works-card {
	height: 230px;
	border: 1px solid #e7e8ee;
	background: #fff;
	box-shadow: 0 12px 30px rgba(8, 13, 49, .12);
	cursor: grab;
}

.rt-certificates-works-section .rt-cert-carousel img {
	object-fit: contain;
	padding: 10px;
	background: #fff;
}

.rt-why-request-row .fh-icon-box.style-2 .fh-icon,
.rt-why-request-row .fh-icon-box.style-2 .fh-icon i,
.rt-why-request-row .fh-icon-box.style-2 .box-title span {
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.rt-why-request-row .fh-icon-box.style-2:hover .fh-icon,
.rt-why-request-row .fh-icon-box.style-2:focus-within .fh-icon,
.rt-why-request-row .fh-icon-box.style-2:active .fh-icon {
	border-color: var(--rt-red);
	background: var(--rt-red);
	color: #fff;
	transform: none;
	box-shadow: 0 10px 24px rgba(255, 58, 45, .22);
}

.rt-why-request-row .fh-icon-box.style-2:hover .fh-icon i,
.rt-why-request-row .fh-icon-box.style-2:focus-within .fh-icon i,
.rt-why-request-row .fh-icon-box.style-2:active .fh-icon i {
	color: #fff;
}

.rt-why-request-row .fh-icon-box.style-2:hover .box-title span,
.rt-why-request-row .fh-icon-box.style-2:focus-within .box-title span,
.rt-why-request-row .fh-icon-box.style-2:active .box-title span {
	color: var(--rt-red);
}

.rt-why-request-row .fh-icon-box.style-2.rt-why-bottom-item:hover .fh-icon,
.rt-why-request-row .fh-icon-box.style-2.rt-why-bottom-item:focus-within .fh-icon,
.rt-why-request-row .fh-icon-box.style-2.rt-why-bottom-item:active .fh-icon {
	border-color: var(--rt-red);
	background: var(--rt-red);
	color: #fff;
	box-shadow: 0 10px 24px rgba(255, 58, 45, .22);
}

.rt-why-request-row .fh-icon-box.style-2.rt-why-bottom-item:hover .fh-icon i,
.rt-why-request-row .fh-icon-box.style-2.rt-why-bottom-item:focus-within .fh-icon i,
.rt-why-request-row .fh-icon-box.style-2.rt-why-bottom-item:active .fh-icon i {
	color: #fff;
}

.amm_block_computer.rt-messenger-open {
	top: auto !important;
	right: 28px !important;
	bottom: 92px !important;
	width: min(380px, calc(100vw - 48px)) !important;
}

.rt-request-panel {
	top: 104px;
	right: 32px;
}

.footer-widgets .contact-widget .row {
	display: grid !important;
	grid-template-columns: 270px minmax(245px, 1fr) minmax(245px, 1fr) minmax(250px, 1fr) !important;
	gap: 44px !important;
	align-items: center !important;
}

.footer-widgets .contact-widget .container {
	width: 100% !important;
	max-width: none !important;
	padding-right: 28px !important;
	padding-left: 28px !important;
}

.footer-widgets .contact-widget .contact {
	display: grid !important;
	grid-template-columns: 54px minmax(0, 1fr);
	column-gap: 18px;
	align-items: center;
	justify-content: start;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.footer-widgets .contact-widget .contact:first-child {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
}

.footer-widgets .contact-widget .contact:first-child .footer-logo {
	display: block;
}

.footer-logo img {
	width: 240px;
	max-width: 240px;
}

.footer-widgets .contact-widget i {
	grid-row: 1 / span 2;
	width: 54px;
	margin: 0 !important;
	color: var(--rt-red);
	font-size: 46px;
	line-height: 1;
	text-align: center;
}

.footer-widgets .contact-widget p,
.footer-widgets .contact-widget h4 {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	white-space: nowrap;
}

.footer-widgets .contact-widget p {
	align-self: end;
	font-size: 14px;
	font-style: italic;
	line-height: 1.35;
}

.footer-widgets .contact-widget h4 {
	align-self: start;
	margin-top: 2px !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.24;
}

@media (max-width: 1199px) {
	.rt-counter-row {
		grid-template-columns: repeat(2, minmax(190px, 1fr)) !important;
		max-width: 640px;
	}

	.footer-widgets .contact-widget .row {
		grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.rt-counter-row {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 22px 14px !important;
		max-width: 100%;
	}

	.rt-counter-row .fh-counter .value {
		font-size: 42px;
	}

	.rt-counter-row .fh-counter h4 {
		width: 140px;
		min-height: 50px;
		font-size: 14px;
	}

	.rt-certificates-works-section {
		padding-top: 48px !important;
		padding-bottom: 58px !important;
	}

	.rt-certificates-works-section .rt-cert-section-title h2 {
		font-size: 32px;
	}

	.rt-certificates-works-section .rt-cert-carousel {
		padding-right: 34px;
		padding-left: 34px;
	}

	.rt-certificates-works-section .rt-cert-carousel .rt-lak-works-card {
		height: 218px;
	}

	.footer-widgets .contact-widget .row {
		display: block !important;
	}
}

/* Mobile menu bottom contacts and menu-scoped messenger popup, owner fix 2026-06-12. */
@media (max-width: 767px) {
	.mobile-menu-overlay.is-open {
		display: flex;
		flex-direction: column;
		min-height: 100dvh;
		overflow: hidden;
		background: #fff;
	}

	.mobile-menu-header {
		flex: 0 0 auto;
	}

	.mobile-menu-panels {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mobile-menu-info.rt-mobile-menu-contact {
		position: sticky;
		bottom: 0;
		z-index: 3;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
		padding: 0;
		border-top: 1px solid rgba(255, 255, 255, .18);
		background: #10173c;
		box-shadow: 0 -10px 26px rgba(9, 13, 35, .18);
	}

	.rt-mobile-menu-contact__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 0;
		min-height: 72px;
		padding: 9px 7px 10px;
		border: 0;
		border-right: 1px solid rgba(255, 255, 255, .14);
		background: transparent;
		color: #fff !important;
		font-family: "Open Sans", Arial, sans-serif;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.18;
		text-align: center;
		text-decoration: none !important;
		cursor: pointer;
	}

	.rt-mobile-menu-contact__item:last-child {
		border-right: 0;
		background: #ff352c;
	}

	.rt-mobile-menu-contact__item i {
		display: block;
		margin-bottom: 6px;
		color: #ff352c;
		font-size: 22px;
		line-height: 1;
	}

	.rt-mobile-menu-contact__item:last-child i,
	.rt-mobile-menu-contact__item:last-child span {
		color: #fff;
	}

	.rt-mobile-menu-contact__item span {
		display: block;
		max-width: 100%;
		color: inherit;
		overflow-wrap: anywhere;
	}

	.amm_block_mobile.rt-messenger-menu-popup.rt-messenger-open {
		inset: 0 !important;
		z-index: 2147483600 !important;
		display: flex !important;
		align-items: flex-end;
		justify-content: center;
		width: 100% !important;
		height: 100% !important;
		padding: 0 18px 26px !important;
		background: rgba(7, 10, 20, .48) !important;
		animation: none;
	}

	.amm_block_mobile.rt-messenger-menu-popup .ammcontent {
		position: relative;
		width: min(380px, 100%);
		padding: 24px 0 0 !important;
		border-radius: 20px;
		background: #fff;
		box-shadow: 0 24px 66px rgba(0, 0, 0, .34);
		animation: rt-menu-contact-pop .22s ease-out both;
	}

	.amm_block_mobile.rt-messenger-menu-popup .ammb {
		border-radius: 20px;
		background: #fff;
		box-shadow: none;
	}

	.amm_block_mobile.rt-messenger-menu-popup .ammb > span {
		padding: 30px 54px 22px 22px;
		color: #222;
		font-family: Montserrat, Arial, sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.25;
		text-align: left;
	}

	.amm_block_mobile.rt-messenger-menu-popup .ammb a {
		min-height: 58px;
		background: #f7f8fa !important;
		font-size: 22px;
	}

	.amm_block_mobile .amm_menu_close {
		display: none;
	}

	.amm_block_mobile.rt-messenger-menu-popup .amm_menu_close {
		position: absolute;
		top: 12px;
		right: 12px;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 0;
		width: 38px;
		height: 38px;
		margin: 0;
		padding: 0;
		border: 2px solid #ff352c;
		border-radius: 50%;
		background: #fff;
		color: #ff352c;
		font-family: Arial, sans-serif;
		font-size: 28px;
		font-weight: 400;
		line-height: 1;
		box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
		cursor: pointer;
	}

	.amm_block_mobile.rt-messenger-menu-popup .amm_cancel_sheet {
		display: none;
	}
}

@keyframes rt-menu-contact-pop {
	from {
		opacity: 0;
		transform: translateY(26px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Owner 8086 layout/contact corrections, 2026-06-12. Keep last. */
@media (min-width: 768px) {
	.site-footer .site-info {
		text-align: center !important;
	}
}

@media (max-width: 767px) {
	.count-title .rt-title-brand,
	.rt-why-request-row .fh-section-title .rt-title-brand {
		display: block;
		white-space: nowrap;
	}

	.count-title {
		font-size: 30px !important;
		line-height: 1.34 !important;
	}

	.fh-counter .value {
		font-size: 58px;
	}

	.fh-counter .value.rt-counter-long {
		font-size: clamp(42px, 13.2vw, 52px);
	}

	.fh-counter h4 {
		width: min(100%, 170px);
		min-width: 0;
		font-size: 16px;
	}

	.footer-widgets .contact-widget .contact,
	.footer-widgets .contact-widget .contact:first-child {
		display: flex !important;
		width: min(100%, 330px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-left: 72px !important;
		text-align: left;
	}

	.footer-widgets .contact-widget .contact:first-child {
		justify-content: center;
		padding-left: 15px !important;
	}

	.footer-widgets .contact-widget i {
		left: 18px;
	}

	.latest-project-list {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		width: min(100%, 330px);
		margin-right: auto;
		margin-left: auto;
		justify-content: center !important;
	}

	.footer-widgets .latest-project-list .latest-project,
	.footer-widgets .latest-project-list .fp-widget-thumb,
	.footer-widgets .latest-project-list .widget-thumb,
	.footer-widgets .latest-project-list .fp-widget-thumb img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1 / 1;
	}

	.site-footer .site-info {
		text-align: left !important;
	}
}

/* Owner correction 2026-06-12: footer contact rows must match donor layout. */
.footer-widgets .contact-widget .contact:not(:first-child) {
	display: grid !important;
	grid-template-columns: 48px max-content !important;
	column-gap: 14px !important;
	align-items: center !important;
	justify-content: start !important;
	width: auto !important;
	min-height: 58px !important;
	padding: 0 !important;
	text-align: left !important;
}

.footer-widgets .contact-widget .contact:not(:first-child) i {
	position: static !important;
	grid-column: 1;
	grid-row: 1;
	width: 48px !important;
	margin: 0 !important;
	color: var(--rt-red);
	font-size: 42px !important;
	line-height: 1 !important;
	text-align: center !important;
	transform: none !important;
}

.footer-widgets .contact-widget .rt-footer-contact-text {
	grid-column: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.footer-widgets .contact-widget .rt-footer-contact-text p,
.footer-widgets .contact-widget .rt-footer-contact-text h4 {
	position: static !important;
	align-self: flex-start !important;
	display: block !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	text-align: left !important;
	white-space: nowrap !important;
	transform: none !important;
}

.footer-widgets .contact-widget .rt-footer-contact-text p {
	margin-bottom: 3px !important;
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.25 !important;
}

.footer-widgets .contact-widget .rt-footer-contact-text h4 {
	font-size: 21px !important;
	font-weight: 400 !important;
	line-height: 1.18 !important;
}

@media (min-width: 1200px) {
	.footer-widgets .contact-widget .row {
		grid-template-columns: 270px 300px 275px 330px !important;
		gap: 36px !important;
	}
}

@media (max-width: 767px) {
	.footer-widgets .contact-widget .contact:not(:first-child),
	.footer-widgets .contact-widget .contact:first-child {
		width: min(100%, 330px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.footer-widgets .contact-widget .contact:not(:first-child) {
		grid-template-columns: 44px minmax(0, max-content) !important;
		column-gap: 12px !important;
		padding: 0 !important;
	}

	.footer-widgets .contact-widget .contact:not(:first-child) i {
		width: 44px !important;
		font-size: 39px !important;
	}

	.footer-widgets .contact-widget .rt-footer-contact-text h4 {
		font-size: 20px !important;
	}
}

/* Owner correction 2026-06-12: service icons must only recolor, never jump. */
.fh-service-box.style-1,
.rt-uslugi-service-card {
	transition: background-color .12s linear, border-color .12s linear !important;
	transform: none !important;
	animation: none !important;
}

.fh-service-box.style-1 .fh-icon,
.fh-service-box.style-1:hover .fh-icon,
.fh-service-box.style-1:focus .fh-icon,
.fh-service-box.style-1:focus-within .fh-icon,
.fh-service-box.style-1:active .fh-icon {
	position: absolute !important;
	top: 50% !important;
	bottom: auto !important;
	left: 28px !important;
	color: #fff;
	transition: color .08s linear !important;
	transform: translateY(-50%) !important;
	animation: none !important;
}

.fh-service-box.style-1:hover .fh-icon,
.fh-service-box.style-1:focus .fh-icon,
.fh-service-box.style-1:focus-within .fh-icon,
.fh-service-box.style-1:active .fh-icon {
	color: var(--rt-red) !important;
}

.fh-service-box.style-1 .fh-icon i,
.fh-service-box.style-1 .fh-icon i:before,
.rt-uslugi-service-icon,
.rt-uslugi-service-icon i,
.rt-uslugi-service-icon i:before {
	transition: color .08s linear !important;
	transform: none !important;
	animation: none !important;
}

.rt-uslugi-service-card:hover,
.rt-uslugi-service-card:focus,
.rt-uslugi-service-card:focus-within,
.rt-uslugi-service-card:active {
	transform: none !important;
}

.rt-uslugi-service-card:hover .rt-uslugi-service-icon,
.rt-uslugi-service-card:focus .rt-uslugi-service-icon,
.rt-uslugi-service-card:focus-within .rt-uslugi-service-icon,
.rt-uslugi-service-card:active .rt-uslugi-service-icon {
	color: var(--rt-red) !important;
	transform: none !important;
}

/* Owner correction 2026-06-12: mobile footer text and long counters fit their red blocks. */
.site-footer .site-info-mobile {
	display: none;
}

@media (max-width: 767px) {
	.site-footer .site-info-desktop {
		display: none !important;
	}

	.site-footer .site-info-mobile {
		display: inline !important;
	}

	.rt-counter-row {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 34px 18px !important;
		padding-right: 14px !important;
		padding-left: 14px !important;
	}

	.rt-counter-row .fh-counter .counter {
		width: 100% !important;
		min-width: 0 !important;
	}

	.rt-counter-row .fh-counter .value {
		display: block !important;
		width: 100% !important;
		max-width: 170px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		font-size: clamp(44px, 13.5vw, 54px) !important;
		line-height: .96 !important;
		letter-spacing: 0 !important;
		white-space: nowrap !important;
	}

	.rt-counter-row .fh-counter .value.rt-counter-long {
		max-width: 170px !important;
		font-size: clamp(26px, 7.8vw, 31px) !important;
	}

	.rt-counter-row .fh-counter h4 {
		box-sizing: border-box !important;
		width: min(100%, 170px) !important;
		max-width: 170px !important;
		min-width: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 8px !important;
		padding-left: 8px !important;
		font-size: clamp(14px, 4vw, 16px) !important;
	}
}
