.rato-site-footer{background:var(--rato-dark);color:#c7d0db}
.rato-footer-about{background:#fff;color:#222;padding:54px 0 0}
.rato-footer-about-top{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.rato-footer-about-card{position:relative;overflow:hidden;background:#f2f2f2}
.rato-footer-about-card-media{height:180px}
.rato-footer-about-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.rato-footer-about-card-overlay{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:14px 14px 16px;
	color:#fff;
	background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,0));
}
.rato-footer-about-card-title{font-size:14px;font-weight:800;letter-spacing:.2px}
.rato-footer-about-card-subtitle{margin-top:6px;font-size:11px;opacity:.9}
.rato-footer-about-card-btn{
	position:absolute;
	right:14px;
	bottom:14px;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:8px 12px;
	background:var(--rato-blue);
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:800;
	letter-spacing:.2px;
	transform:translateX(120%);
	transition:transform 240ms ease, filter 240ms ease;
}
.rato-footer-about-card:hover .rato-footer-about-card-btn{transform:translateX(0)}
.rato-footer-about-card-btn:hover{filter:brightness(1.06)}

.rato-footer-about-mid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start;padding:44px 0 34px}
.rato-footer-about-kicker{font-size:12px;letter-spacing:.2px;color:#6c7177}
.rato-footer-about-title{margin:10px 0 0;font-size:28px;font-weight:900;letter-spacing:.6px;color:#222}
.rato-footer-about-desc{margin-top:14px;font-size:13px;line-height:1.8;color:#7a7f86}
.rato-footer-about-btn{
	margin-top:18px;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:10px 14px;
	background:var(--rato-blue);
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:800;
	letter-spacing:.2px;
}
.rato-footer-about-btn:hover{filter:brightness(1.06)}

.rato-footer-about-video{background:#000;aspect-ratio:16/9}
.rato-footer-about-video-el{width:100%;height:100%;display:block;object-fit:cover;background:#000}
.rato-footer-about-video-empty{width:100%;height:100%}

.rato-footer-about-stats{border-top:1px solid rgba(0,0,0,.08);padding:28px 0 54px}
.rato-footer-about-stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.rato-footer-about-stat{display:flex;align-items:center;gap:12px}
.rato-footer-about-stat-ic{width:44px;height:44px;object-fit:contain;flex:0 0 44px}
.rato-footer-about-stat-title{font-size:18px;font-weight:900;color:#222;line-height:1}
.rato-footer-about-stat-desc{margin-top:4px;font-size:12px;color:#6c7177}

.rato-footer-news{background:#fff;color:#222;padding:48px 0 40px}
.rato-footer-news-head{text-align:center;margin:0 0 26px}
.rato-footer-news-kicker{font-size:12px;letter-spacing:.2px;color:#6c7177}
.rato-footer-news-title{margin:8px 0 0;font-size:24px;letter-spacing:.6px;font-weight:800;color:#222}
.rato-footer-news-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}

.rato-footer-news-card{background:#fff;border:1px solid rgba(0,0,0,.06)}
.rato-footer-news-card.is-left{display:flex;flex-direction:column}
.rato-footer-news-card.is-right{display:grid;grid-template-columns:58% 42%}
.rato-footer-news-media{position:relative;background:#f4f4f4}
.rato-footer-news-card.is-left .rato-footer-news-media{height:240px}
.rato-footer-news-card.is-right .rato-footer-news-media{height:180px}
.rato-footer-news-media img{width:100%;height:100%;object-fit:cover;display:block}
.rato-footer-news-date{
	position:absolute;
	left:0;
	top:0;
	background:var(--rato-blue);
	color:#fff;
	font-size:11px;
	padding:6px 10px;
}
.rato-footer-news-body{padding:16px 16px 18px}
.rato-footer-news-item-title{font-size:13px;font-weight:800;letter-spacing:.2px;color:#222}
.rato-footer-news-desc{margin-top:8px;font-size:11px;line-height:1.6;color:#7a7f86}

.rato-footer-news-btn{
	margin-top:12px;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:8px 12px;
	border:1px solid rgba(0,0,0,.45);
	color:#2b2f35;
	text-decoration:none;
	font-size:11px;
	font-weight:800;
	letter-spacing:.2px;
	position:relative;
	overflow:hidden;
}
.rato-footer-news-btn::before{
	content:"";
	position:absolute;
	inset:0;
	background:#111;
	transform:translateX(-110%);
	transition:transform 240ms ease;
}
.rato-footer-news-btn-text,
.rato-footer-news-btn-arrow{position:relative;z-index:1}
.rato-footer-news-btn:hover::before{transform:translateX(0)}
.rato-footer-news-btn:hover{color:#fff;border-color:#111}

.rato-footer-strip{background:#fff}
.rato-footer-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:18px 18px}
.rato-footer-strip-item{flex:1;display:flex;align-items:center;justify-content:center}
.rato-footer-strip-item img{max-height:38px;width:auto;max-width:100%;opacity:.95;filter:grayscale(100%);transition:filter 220ms ease, opacity 220ms ease, transform 220ms ease}
.rato-footer-strip-item img:hover{filter:none;opacity:1;transform:translateY(-1px)}
.rato-footer-top{padding:58px 0 42px}
.rato-footer-grid{
	display:grid;
	grid-template-columns:1.2fr 1fr 1fr 1.2fr;
	gap:40px;
}
.rato-footer-logo .custom-logo-link img,
.rato-footer-logo-img{max-height:46px;width:auto}
.rato-footer-site-title{color:#fff;font-weight:700;text-decoration:none;font-size:18px}
.rato-footer-intro{margin:16px 0 0;font-size:13px;line-height:1.7;color:#aeb7c3}

.rato-footer-title{color:#fff;font-weight:700;letter-spacing:.3px}
.rato-footer-title-line{width:52px;height:2px;background:var(--rato-blue);margin-top:10px}
.rato-footer-contact,.rato-footer-cats{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}
.rato-footer-contact-item{display:flex;gap:10px;align-items:flex-start}
.rato-footer-contact-ic{color:var(--rato-blue);margin-top:2px;display:inline-flex}
.rato-footer-contact a{color:#c7d0db;text-decoration:none}
.rato-footer-contact a:hover{color:#fff}

.rato-footer-cats a{display:flex;gap:10px;align-items:center;color:#c7d0db;text-decoration:none}
.rato-footer-cats a:hover{color:#fff}
.rato-footer-cat-arrow{color:var(--rato-blue);font-size:18px;line-height:1}

.rato-footer-news-desc{margin:16px 0 14px;font-size:13px;line-height:1.6;color:#aeb7c3}
.rato-footer-form input[type="email"],
.rato-footer-form input[type="text"],
.rato-footer-form input[type="tel"],
.rato-footer-form textarea{
	width:100%;
	height:42px;
	padding:0 12px;
	background:transparent;
	border:1px solid rgba(255,255,255,.22);
	color:#fff;
	outline:none;
}
.rato-footer-form textarea{height:96px;padding:10px 12px}
.rato-footer-form input::placeholder,.rato-footer-form textarea::placeholder{color:rgba(255,255,255,.55)}
.rato-footer-form input[type="submit"],
.rato-newsletter-submit{
	margin-top:12px;
	height:42px;
	padding:0 18px;
	background:var(--rato-blue);
	border:0;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	display:inline-flex;
	align-items:center;
	gap:10px;
}
.rato-footer-form input[type="submit"]:hover,
.rato-newsletter-submit:hover{filter:brightness(1.06)}
.rato-newsletter-fallback{display:flex;flex-direction:column}

.rato-footer-bottom{background:var(--rato-darker);padding:16px 0}
.rato-footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.rato-footer-copyright{font-size:12px;color:#aeb7c3}
.rato-footer-menu{list-style:none;margin:0;padding:0;display:flex;gap:18px;flex-wrap:wrap}
.rato-footer-menu a{color:#aeb7c3;text-decoration:none;font-size:12px}
.rato-footer-menu a:hover{color:#fff}

.rato-scroll-top{
	position:fixed;
	right:24px;
	top:50%;
	transform:translateY(-50%);
	width:42px;
	height:42px;
	border-radius:999px;
	border:0;
	background:#fff;
	color:#1b1f24;
	box-shadow:0 16px 34px rgba(0,0,0,.22);
	cursor:pointer;
	z-index:90;
	display:none;
	align-items:center;
	justify-content:center;
}
.rato-scroll-top.is-visible{display:inline-flex}

@media (max-width: 1100px){
	.rato-footer-grid{grid-template-columns:1fr 1fr}
	.rato-footer-news-grid{grid-template-columns:1fr}
	.rato-footer-news-card.is-right{grid-template-columns:52% 48%}
	.rato-footer-strip-inner{flex-wrap:wrap;justify-content:center}
	.rato-footer-strip-item{flex:0 0 33.33%}
	.rato-footer-about-top{grid-template-columns:repeat(2,1fr)}
	.rato-footer-about-mid{grid-template-columns:1fr}
	.rato-footer-about-stats-inner{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px){
	.rato-footer-grid{grid-template-columns:1fr}
	.rato-scroll-top{right:16px}
	.rato-footer-news{padding:38px 0 34px}
	.rato-footer-news-card.is-right{grid-template-columns:1fr}
	.rato-footer-news-card.is-left .rato-footer-news-media{height:200px}
	.rato-footer-news-card.is-right .rato-footer-news-media{height:180px}
	.rato-footer-strip-inner{gap:18px}
	.rato-footer-strip-item{flex:0 0 50%}
	.rato-footer-about-top{grid-template-columns:1fr}
	.rato-footer-about-card-media{height:190px}
	.rato-footer-about-stats-inner{grid-template-columns:1fr}
}
