
span.link-arrow a {
	position: relative;
	text-decoration: none;
	font-weight: 700;
}
span.link-arrow a:hover {
	color: #0076bc;
}
span.link-arrow a::after {
	content: "→";
	display: inline-block;
	margin-left: 6px;
	transition: transform 0.2s ease;
}

span.link-arrow a:hover::after {
	transform: translateX(5px);
	color: #0076bc;
}


@media (max-width:1024px) {

	.mobile-html-inner img {
		display:inline-block;
		vertical-align:middle;
	}

	.mobile-html-inner {
		display:flex;
		align-items:center;
		justify-content:center;
		gap:20px;
		white-space:nowrap;
	}
	
	.site-header-section-center {
		justify-content: left!important;
	}
	.header_techvitas h5{
		display: none;
	}
	
}
@media (max-width:767px) {
	
	.header_techvitas h5{
		display: block;
		padding-top: 10px;
	}
	
	.wylaczny_partner {
		display: none;
	}


}

span.kt-btn-inner-text {
	font-weight: 400!important;
}

.jak-pomoc:hover .kt-inside-inner-col h4 {
	color: #FFDF02;
}

h4.footer-link a, h4.footer-link a:hover{
	color: #fbfbfb;
	text-decoration: none;
}

.sms, .basic, .colight {
	position: relative;
}
@media (min-width: 1025px) {
	.sms::after, .basic::after, .colight::after {
		content: "";
		position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right bottom;
		z-index: 5;
	}
	.sms::after {

		right: -440px;
		bottom: -50px;
		width: 725px;
		height: 485px;
		background-image: url("https://projektymoko.pl/unigripper/wp-content/uploads/2026/03/sms.webp");

	}
	.basic::after {
		right: -440px;
		bottom: -80px;
		width: 635px;
		height: 385px;
		background-image: url("https://projektymoko.pl/unigripper/wp-content/uploads/2026/03/basic.webp");
	}
	.colight::after {
		right: -260px;
		bottom: -50px;
		width: 410px;
		height: 420px;
		background-image: url("https://projektymoko.pl/unigripper/wp-content/uploads/2026/03/colight.webp");
	}
}

.kontakt a, .kontakt a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #232124;
}


/* wrapper */

.sdp-downloads{
	display:grid;
	grid-template-columns:380px 1fr;
	gap:50px;
	align-items:stretch;
}

/* LEWA STRONA */

.sdp-nav{
padding-right:30px;
border-right:2px solid #222;
}

.sdp-nav-item{
margin-bottom:28px;
cursor:pointer;
}

.sdp-nav-title{
font-weight:700;
font-size:18px;
text-transform:uppercase;
margin-bottom:4px;
}

.sdp-nav-desc{
	margin-top: -2px;
}

.sdp-nav-title{
	color: #0a6fb7;
}
.sdp-nav-item:hover h4, .sdp-nav-item:hover .sdp-nav-desc {
	color: #0076bc;
}
.sdp-nav-item.sdp-active h4, .sdp-nav-item.sdp-active .sdp-nav-desc{
	color: #0076bc;
}

/* PRAWA STRONA */

.sdp-content{
background:#e6eaee;
padding:40px;
}

/* pliki */

.sdp-files{
	display:none;
	grid-template-columns: repeat(2, max-content);
	gap:20px 40px;
	justify-content:start;
}

.sdp-files.sdp-active{
	display:grid;
}

/* przyciski */

.sdp-file-btn{
	display:inline-flex;
	align-items:center;
	gap:12px;
	border:1px solid #444;
	padding:4px 18px;
	text-decoration:none;
	color:#282525;
	font-weight:500;
	background:none;
	transition:all .2s;
	width:fit-content;
}

.sdp-file-btn:hover{
	background: none;
	color: #0076bc;
	border: 1px solid #0076bc;
}

.sdp-file-icon{
font-size:28px;
}

/* responsive */

@media (max-width: 1024px){

.sdp-downloads{
grid-template-columns:1fr;
	gap: 30px;
}

.sdp-nav{
border-right:none;
border-bottom:2px solid #222;
padding-bottom:30px;
margin-bottom:30px;
}
.sdp-content{
padding:20px;
}


}

@media (max-width:767px){

.sdp-files{
grid-template-columns:1fr;
}

}


.industries-nav{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:8px;
	width:100%;
	margin-bottom:10px;
}

.industries-item{
	appearance:none;
	-webkit-appearance:none;

	border:none;
	outline:none;
	box-shadow:none;

	background:#0076bc;
	color:fff;

	padding:15px 20px;

	font-weight:600;
	font-size:14px;
	line-height:1.2;
	letter-spacing:0;
	border: 1px solid #0076bc;
	cursor:pointer;
	transition:all .25s ease;

	font-family:inherit;
	text-align:left;
	white-space:nowrap;

	margin:0;
}



.industries-item:hover,
.industries-item.industries-active{
	background:#fff;
	color:#0076bc !important;
}

.industries-item:focus,
.industries-item:active{
	outline:none;
	box-shadow:none;
}

.industries-item a{
	color:inherit !important;
	text-decoration:none;
}

@media (min-width:1025px) and (max-width:1300px){

.industries-nav{
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	overflow-x:auto;
	scroll-snap-type:x mandatory;
	-webkit-overflow-scrolling:touch;
	gap:8px;
	padding-bottom:6px;
}

.industries-item{
	flex:0 0 auto;
	scroll-snap-align:start;
}

}

@media (max-width:1024px){

.industries-nav{
	justify-content:flex-start;
	gap:8px;
}

.industries-item{
	padding:10px 14px;
	font-size:13px;
}

}
}
.accordion{
display:none;
}

.accordion-food{
display:block;
}


.layer-1 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}


.layer-1.active {
  max-height: 1500px; 
  opacity: 1;
}

.layer-1-zwin {
  display: none;
  cursor: pointer;
}


.layer-1-rozwin {
  cursor: pointer;
}


.layer-image {
  transition: all 0.4s ease;
}

@media (min-width: 1025px) {
	.layer-image.active {
	  margin-top: 40px;
	  margin-left: -100px;
	}
}