html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
button,
input,
select,
textarea {
	outline: none;
}

a {
	text-decoration: none;
}

.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.container-fluid {
	width: 100%;
	max-width: calc(100% - $gap);
	margin: 0 auto;
}

:root {
	font-size: 14px;
}

body {
	font-size: 1rem;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	color: #404040;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}

body b,
body strong {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Signika", sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #212121;
}

h1,
.h1 {
	font-size: 3.07143rem;
}

h2,
.h2 {
	font-size: 3.07143rem;
}

h3,
.h3 {
	font-size: 1.57143rem;
}

h4,
.h4 {
	font-size: 1.28571rem;
}

h5,
.h5 {
	font-size: 1.14286rem;
}

h6,
.h6 {
	font-size: 1rem;
}

.sub h1,
.sub .h1 {
	font-size: 3.07143rem;
}

.sub h2,
.sub .h2 {
	font-size: 2.71429rem;
}

.sub h3,
.sub .h3 {
	font-size: 2.35714rem;
}

.sub h4,
.sub .h4 {
	font-size: 1.92857rem;
}

.sub h5,
.sub .h5 {
	font-size: 1.5rem;
}

.sub h6,
.sub .h6 {
	font-size: 1.28571rem;
}

.lead {
	font-size: 1.5rem;
	line-height: 2rem;
}

p,
ul,
ol {
	margin-bottom: 14px;
}

ul,
ol {
	margin-left: 30px;
}

ul>li,
ol>li {
	margin-bottom: 7px;
}

ul>li {
	list-style: square outside;
}

ol>li {
	list-style: decimal outside;
}

blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem;
}

blockquote em,
blockquote small {
	display: block;
}

blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem;
}

blockquote small {
	text-align: right;
	font-size: 1rem;
}

blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px;
}

.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}

.text-left,
.tl {
	text-align: left;
}

.text-center,
.tc {
	text-align: center;
}

.text-right,
.tr {
	text-align: right;
}

.bold,
.strong,
b,
strong {
	font-weight: bold;
}

.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}

.responsive-media,
.r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.responsive-media iframe,
.r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.alerts {
	position: relative;
}

.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px);
}

.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}

.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}

.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}

.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}

.btn {
	background: #f25e0d;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #f25e0d;
	border-radius: 0;
	padding: 0.5rem 1.5rem;
	line-height: 1;
	font-size: 1rem;
	color: white;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Source Sans Pro", sans-serif;
}

.btn:hover {
	background: #f47834;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.btn:focus {
	background: #cb4f0b;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.btn.block {
	display: block;
}

.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem;
}

.btn.small {
	font-size: 0.9rem;
	padding: 0.4rem 0.8rem;
}

button {
	cursor: pointer;
}

.btn.alt {
	background: transparent;
	color: #f25e0d;
	border: 1px solid #f25e0d;
}

.btn.alt:hover {
	color: white;
	background: #f25e0d;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.btn.alt:focus {
	color: white;
	background: #cb4f0b;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.bg-info {
	background: #4babe2;
	border-color: #4babe2;
}

.bg-danger {
	background: #e42417;
	border-color: #e42417;
}

.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}

.bg-success {
	background: #008020;
	border-color: #008020;
}

.bg-primary {
	background: #f25e0d;
	border-color: #f25e0d;
}

.bg-secondary {
	background: #404040;
	border-color: #404040;
}

.color-white {
	color: white;
}

.color-black {
	color: black;
}

.color-info {
	color: #4babe2;
}

.color-danger {
	color: #e42417;
}

.color-warning {
	color: #f59f00;
}

.color-success {
	color: #008020;
}

.color-primary {
	color: #f25e0d;
}

.color-secondary {
	color: #404040;
}

.bg-none {
	background: transparent !important;
}

.navbar__toggler {
	display: none;
}

body {
	padding-top: 180px;
}

#navbar {
	background: #fff;
	height: 180px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#navbar .container,
#navbar .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar_top {
	height: 50px;
	background: #f1f4f7;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar_top span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	font-size: 1.14286rem;
}

.navbar_top span a {
	margin-left: 15px;
	color: #404040;
}

.navbar_top span a img {
	margin-right: 5px;
	display: block;
}

.navbar_top .langs {
	position: relative;
	font-size: 1.14286rem;
	color: #404040;
	padding-right: 15px;
	background: url(../../img/dropdown.svg) right no-repeat;
	background-size: 7px auto;
}

.navbar_top .langs img {
	display: block;
	margin-right: 10px;
}

.navbar_top .has_dropdown {
	position: relative;
	z-index: 666;
}

.navbar_top .has_dropdown .dropdown {
	top: 100%;
}

.navbar_top .has_dropdown .dropdown a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #404040;
	font-size: 1.14286rem;
}

.navbar_top .has_dropdown .dropdown a:hover {
	color: white;
}

.navbar_top .has_dropdown .dropdown a img {
	display: block;
	margin-right: 10px;
}

.navbar_top .has_dropdown.show .dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}


.navbar_bottom {
	height: 130px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.logo img {
	height: 82px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#navbar.affix {
	background: white;
	height: 70px;
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}

#navbar.affix .navbar_top {
	height: 0;
	overflow: hidden;
}

#navbar.affix .navbar_bottom {
	height: 70px;
}

#navbar.affix .logo img {
	height: 50px;
}

.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar-nav li {
	display: inline-block;
	list-style: none;
	margin-left: 50px;
	margin-bottom: 0;
	position: relative;
}

.navbar-nav li:first-child {
	margin-left: 0;
}

.navbar-nav a {
	text-decoration: none;
	font-family: "Signika", sans-serif;
	font-size: 1.28571rem;
	color: #212121;
	padding: 52px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.navbar-nav a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -102%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #f25e0d;
	width: 100%;
	height: 5px;
}

.navbar-nav .active>a::after,
.navbar-nav a.active::after,
.navbar-nav a:hover::after,
.navbar-nav a:focus::after {
	left: 0;
}

.dropdown {
	position: absolute;
	/* top: -30px; */
	top: 65%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 999;
}

li:hover>.dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}

.dropdown .dropdown {
	top: 0;
	left: 100%;
	z-index: 1000;
}

.toLeft>.dropdown {
	right: 0;
	left: auto;
}

.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
}

.dropdown a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	border-radius: 0;
}

.dropdown a::after {
	display: none;
}

.dropdown>li:hover>a {
	background: #f25e0d;
	color: white;
}

.dropdown>li:first-child>a {
	border: 0;
}

body {
	width: 100%;
	overflow-x: hidden;
}

#main a {
	color: #f25e0d;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

#main a:hover {
	color: #cb4f0b;
	text-decoration: underline;
}

header {
	position: relative;
}

header .container {
	position: relative;
	height: calc(100vh - 180px);
}

header .swiper-slide img {
	display: block;
	height: calc(100vh - 180px);
}

.header_top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 666;
	width: 100%;
	height: calc(100vh - 180px);
}

.slogan_wrapper {
	max-width: 428px;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 99;
}

.slogan {
	background: linear-gradient(45deg, #f20d0d, #f25e0d);
	padding: 15px;
	color: white;
	position: relative;
	width: calc(100% - 30px);
	z-index: 20;
}

.slogan h1 {
	color: white;
	margin-top: 0;
	margin-bottom: 15px;
}

.slogan p {
	line-height: 2em;
	margin-bottom: 15px;
}

.slogan a {
	color: white;
	padding-right: 15px;
	background: url(../../img/more.svg) right no-repeat;
	background-size: 7px auto;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.slogan a:hover {
	color: white;
	opacity: 0.7;
}

.home h2 {
	margin-bottom: 30px;
}

.home h2::after {
	content: "";
	display: block;
	height: 30px;
	width: 60px;
	border-bottom: 1px solid #f25e0d;
}

#producent {
	padding: 150px 0;
}

#producent .col-6 {
	position: relative;
	height: 524px;
}

#producent h2 {
	margin-top: 0;
}

#producent .img {
	position: absolute;
}

#producent .img1 {
	top: 0;
	left: 0;
	z-index: 10;
}

#producent .img2 {
	bottom: 0;
	right: 0;
	z-index: 20;
	border: 10px solid white;
}

#oferta {
	padding: 150px 0;
	background: #f1f4f7;
}

#oferta h2 {
	margin-top: 0;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card {
	margin-bottom: 30px;
}

.card_img {
	overflow: hidden;
	display: block;
}

.card_img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.card_img:hover img {
	opacity: 0.9;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.card_body {
	background: #ffffff;
	display: block;
	padding: 30px;
}

.card_body h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.card_body h3 a {
	color: #212121;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.card_body h3 a:hover {
	color: #f25e0d;
}

.card_body p:last-of-type {
	margin-bottom: 0;
}

footer {
	background: #2f3136;
	padding: 80px 0 30px;
	color: white;
}

footer .footer_left,
footer .footer_right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .footer_left a,
footer .footer_right a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

footer .footer_left a img,
footer .footer_right a img {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

footer .footer_left a:hover img,
footer .footer_right a:hover img {
	opacity: 0.7;
}

footer .footer_left img,
footer .footer_right img {
	display: block;
	margin-right: 10px;
}

footer .footer_left a {
	margin-right: 10px;
}

footer .top {
	margin-left: 15px;
}

footer a {
	text-decoration: none;
	color: white;
}

footer a:hover {
	color: #f25e0d;
}

footer form input,
footer form textarea {
	background: rgba(255, 255, 255, 0.15);
	color: white;
}

footer form input:hover,
footer form textarea:hover {
	background: rgba(255, 255, 255, 0.2);
}

footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: white !important;
	opacity: 1;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: white !important;
	opacity: 1;
}

footer form input::-ms-input-placeholder,
footer form textarea::-ms-input-placeholder {
	color: white !important;
	opacity: 1;
}

footer form input::placeholder,
footer form textarea::placeholder {
	color: white !important;
	opacity: 1;
}

footer form input:focus::-webkit-input-placeholder,
footer form textarea:focus::-webkit-input-placeholder {
	opacity: 0.2;
}

footer form input:focus:-ms-input-placeholder,
footer form textarea:focus:-ms-input-placeholder {
	opacity: 0.2;
}

footer form input:focus::-ms-input-placeholder,
footer form textarea:focus::-ms-input-placeholder {
	opacity: 0.2;
}

footer form input:focus::placeholder,
footer form textarea:focus::placeholder {
	opacity: 0.2;
}

footer hr {
	margin: 30px 0;
	height: 1px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.madeby {
	line-height: 1em;
}

.madeby img {
	display: block;
	width: 92px;
}

.madeby small {
	float: left;
	color: white;
	font-size: 0.71429rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial;
}

.lg-backdrop.in {
	opacity: 0.8 !important;
}

.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}

.responsive-media,
.r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.responsive-media iframe,
.r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.alerts {
	position: relative;
}

.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px);
}

.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}

.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}

.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}

.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}

.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}

.fb_slider_right:hover {
	right: 0;
	height: 100%;
}

.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: white;
}

.sub #main li li {
	margin-top: 5px;
}


.lines {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -60%;
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	z-index: -1;
}

.lines.horizontal {
	flex-direction: column;
	margin-top: 0;
	width: 100vw;
	height: 100%;
	margin-left: -100%;
}

.line {
	display: block;
	width: 300%;
	height: 0;
	background: rgba(255, 255, 255, 0.4);
	position: relative;
	-moz-animation: line 2s forwards;
	-webkit-animation: line 2s forwards;
	animation: line 2s forwards;
	-moz-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.line:nth-child(5) {
	animation-delay: 0.4s;
}

.line:nth-child(4) {
	animation-delay: 0.2s;
}

.line:nth-child(3) {
	animation-delay: 0s;
}

.line:nth-child(2) {
	animation-delay: 0.2s;
}

.line:nth-child(1) {
	animation-delay: 0.4s;
}

.line strong {
	position: absolute;
	bottom: 330px;
	left: 33px;
	line-height: 1em;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 400;
	font-family: metropolisregular, sans-serif;
	white-space: nowrap;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@keyframes line {
	0% {
		height: 0;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		height: 100%;
	}
}

@-moz-keyframes line {
	0% {
		height: 0;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		height: 100%;
	}
}

@-webkit-keyframes line {
	0% {
		height: 0;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		height: 100%;
	}
}

.subPage ul {
	margin-left: 0;
}

ul ul {
	margin-top: 10px;
}

.subPage ul>li {
	background: url(../../img/bullet.svg) 0 4px no-repeat;
	background-size: 12px 12px;
	display: block;
	padding-left: 20px;
}

.produkty table tr:first-child td,
.produkty table tr:last-child td {
	background: #f1f4f7;
}

#galeria {
	padding: 10px;
}


.grid-cols-4 {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.grid-cols-4>a {
	width: 100%;
	margin: 0 !important;
}

@media (max-width: 1023px) {
	.grid-cols-4 {
		grid-template-columns: 1fr 1fr;
	}
}


.blog-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.card-image {
	overflow: hidden;
	display: block;

	img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 16/10;
		object-fit: cover;
		transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
	}

	&:hover {
		img {
			transform: scale(1.1);
		}
	}
}

.card-title-link {
	color: #212121;
	transition: color 200ms;

	&:hover,
	&:focus {
		color: #cb4f0b;
	}
}

.card-date {
	display: block;
	clear: both;
	font-size: 14px;
	margin-top: 15px;
	opacity: .6;
}

@media (max-width: 1023px) {
	#seo .col-3 {
		width: calc(99.99% * 6/12 - (30px - 30px * 6/12)) !important;
		max-width: calc(99.99% * 6/12 - (30px - 30px * 6/12)) !important;
		flex-basis: calc(99.99% * 6/12 - (30px - 30px * 6/12)) !important;

		&:nth-child(2) {margin-right: 0 !important;}
	}
}

@media (max-width: 1023px) {
	#seo .col-3 {
		width: calc(99.99% * 12/12 - (30px - 30px * 12/12)) !important;
		max-width: calc(99.99% * 12/12 - (30px - 30px * 12/12)) !important;
		flex-basis: calc(99.99% * 12/12 - (30px - 30px * 12/12)) !important;

		&:nth-child(2) {margin-right: 0 !important;}
	}
}

/*
MARK: update 2-24=12=17
*/

a:focus	+ .dropdown,
li:hover	> .dropdown {
	display: block;
}

.dropdown .dropdown {
	top: 0 !important;
	left: 100% !important;
	right: auto !important;
}

/*
MARK: update 2025-03-28
*/

footer h2.h4 {
	font-size: 2rem !important;
	margin-bottom: 30px !important;
	color: white !important;
	border: 0 !important;
	&::after {display: none !important;}
}

footer ul {
	margin: 0;
	padding: 0;

	& li {
		padding: 0 !important;
		list-style: none !important;

	}

	& li + li {
		margin-top: 0.5rem !important;
	}

	& a.ic {
		gap: 0.5rem;
	}
}