.header-projekts-archive h1{
	text-align: center;
	margin-top: 10px;
}
.home .header-projekts-archive h1{
	margin-top: 90px;
	margin-bottom: 90px;
}
.home-projekts .slick-next{
	top: -53px;
	right: 14px;
}
.home-projekts .slick-prev{
	right: 75px;
	left: auto;
	top: -52px;
}
.projekts-one-arhiv{
	flex-grow: 1;
	flex-basis: 276px;
	max-width: 376px;
	margin: 13px;
	position: relative;
}
.projekts-one-arhiv-ico{
	position: absolute;
	content: '';
	width: 48px;
	height: 48px;
	bottom: 25px;
	right: 25px;
	background-image: url(../img/projekt_button.svg);
}
.home-projekts-one .projekts-one-arhiv-ico{
	/* bottom: 40px;
	right: 55px; */
}
.projekts-one-arhiv:hover .projekts-one-arhiv-ico{
	background-image: url(../img/projekt-button-over.svg);
}
.projekts-arhiv-img{
	height: 276px;
	background-size: cover;
	display: flex;
	background-position: center;
	position: relative;
}
.projekts-arhiv-img{
	height: 302px;
}
.projekt-container{
	position: relative;	
}
.header-projekt{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 25px;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff;
}
.home-projekts-one{
	display: flex;
	width: 100%;
}

.home-projekts-one .projekts-arhiv-img{
margin: 0 14px;
}
.home-projekts-one-link-arch{
	
}
.projekt-slider-menu{
	max-width: 680px;
	margin: 20px auto 65px auto;
}
.projekt-slider-menu-one,
.projekt-slider-full-one{
	width: 100%;
	height: 553px;
	background-size: cover;
	background-position: center;
	cursor: grab;
}
.projekt-slider-menu-one-padding{
	padding: 5px;
}
.projekt-slider-menu-one{
	height: 88px;
	border-radius: 10px;
	overflow: hidden;
	border: #fff 2px solid;
	cursor: pointer
}
.projekt-slider-menu-one:hover,
.slick-current .projekt-slider-menu-one{
	border-color: var(--yellow);
}
@media screen and (max-width: 768px){
	.header-projekts-archive h1{
		margin-top: 38px;
	}
	.header-projekt h1{
		margin:38px 0 30px 0
	}
	body:not(.home) .header-projekts-archive h1{
		text-transform: capitalize;
	}
	body:not(.home) .header-projekts-archive h1 span{
		display: none;
	}
	.home .header-projekts-archive h1 span{
		display: block;
		margin-bottom: 5px;
	}
	.header-projekt{
		position: relative;
    text-align: center;
	}
	.projekt-slider-full{
		margin: 0 25px;
    border-radius: 20px;
    overflow: hidden;
	}
	.projekt-slider-full-one{
		height: calc(80vw - 50px);
	}
	.projekt-slider-menu{
		margin: 5px 25px 38px 25px;
	}
	.home-projekts .slick-dots{
		top: 340px;
	}
	.home-projekts .slick-dots li:not(.slick-active) button:before{
		background: var(--gray-b);
	}
}