#up
{
	transform: translateZ ;
	width:50px;
	height:50px;
	position:fixed;
	right:50px;
	bottom:50px;

}

.images
{
	margin:auto;
}

#main
{
	width:800px;
	height:450px;
	border:solid;
	border-width:2px;
	border-radius:5px;
	box-shadow:15px 15px 10px -10px rgba(255,255,255,1);

}

#slider
{
	width: auto ;
	height : auto ;
	margin:auto;
}

.strony a
{
	font-size:20px;
	letter-spacing: 15px;
}

.strony a:hover
{
	font-size:20px;
	letter-spacing: 20px;
	color: var(--clr);
}

footer .kontakt
{
	text-align: right;
}

.mail
{

}

.mail:hover
{

	color: var(--clr);

	letter-spacing: 0.10em;
}



*, *:before, *:after {

	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	padding: 20px 15px;
	background-color:#292929;


}

a {
	text-decoration: none;
	color: #777;
	transition: all 0.2s ease;
}



/* Container */
.container {
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	background-color:#c8c8c8;

}

/* Header */
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;

}

/* Brand */
.brand a,
.brand img {
	display: block;


}

/* Menu */
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

nav li {
	display: inline-block;
	margin: 0 3px;
}

nav a {
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 10px 10px;
	font-size: 18px;
	display: block;
	background-color:#d5d5d5;
	transition: 0.5s;
}

nav a:hover {
	background: var(--clr);
	color: var(--clr);
	box-shadow: 0 0 20px var(--clr);
	letter-spacing: 0.25em;
}

nav a::before
{
	content: '';
	position: absolute;
	inset: 2px;
	background:#3d3f45;
}

nav a span
{
	position:relative;
	z-index: 1;
}

nav a i
{
	position: absolute;
	inset: 0;
	display: block;
}

nav a i::before
{
	content: '';
	position: absolute;
	left: 80%;
	top: -2px;
	width: 10px;
	height: 5px;
	border: 2px solid #fff;
	background: #3d3f45;
	transition: 0.5s;
	transform:translateX(-50%);
}

nav a:hover i::before
{
	width: 20px;
	left: 20%
}

nav a i::after
{
	content: '';
	position: absolute;
	left: 20%;
	bottom: -2px;
	width: 10px;
	height: 5px;
	border: 2px solid #fff;
	background: #3d3f45;
	transition: 0.5s;
	transform:translateX(-50%);
}

nav a:hover i::after
{
	width: 20px;
	left: 80%
}





.map_big
{

	width:auto;
	height:1000px;
}

/* Main */
main {
	display: flex;
	justify-content: space-between;
}

/* Article */
article {
	width: 100%;
	padding: 50px;
}

/* Aside boczny panel */
aside {
	width: 30%;
	padding: 20px;
	background-color: #f8f8f8;
	border-left: 1px solid #e1e1e1;
}

.widget {
	margin-bottom: 40px;
}

.widget:after {
	content: '';
	display: table;
	clear: both;
}

.widget img {
	float: left;
	margin: 0 12px 5px 0;
}

.widget ul {
	list-style-type: square;
	padding: 0 0 0 18px;
	margin: 0;
}

.widget li {
	margin-bottom: 15px;
}

/* Footer */
footer {
	background: #748283;
	border-top: 1px solid #e1e1e1;
	padding: 22px 15px;
	text-align: center;
}

footer p {
	margin: 0;
}

@media (min-width: 3000px) {

	.container {
		max-width: 3000px;
	}

	#main
	{
		width:1600px;
		height:900px;
	}

	/* menu */
	nav a {

		padding: 15px 30px;
		font-size: 25px;
	}
	#slider
	{
		width: 3000px ;
		height : 1100px ;
		margin:auto;
	}
	.map_big
	{
		width:auto;
		height:1000px;
	}



}

@media (max-width: 800px) {

	/* Header */
	header {
		flex-direction: column;
	}

	.brand {
		margin-bottom: 25px;
	}

	nav ul {
		text-align: center;
	}

	/* Main */
	main {
		flex-direction: column;

	}

	article, aside {
		width: 100%;
		padding: 25px;
	}

	/* Article */
	article h1,
	article h2 {
		text-align: center;
	}

	article img {
		display: block;
		width: 100%;
		margin: 30px auto;
	}

	/* Aside */
	aside {
		border: 0;
	}
	.map_big
	{
		height:350px;
	}


}

@media (max-width: 480px) {

	/* Header */
	header {
		padding-bottom: 30px;
		border-bottom: 1px solid #e1e1e1;
	}

	nav {
		width: 100%;
	}

	nav li {
		display: block;
		margin: 0 0 5px;
	}

	/* Slider */
	.slider {
		display: none;
	}

	#main
	{
		width:320px;
		height:180px;
	}

	/* Article */
	article h1 {
		margin-top: 0;
	}

	.map_big
	{
		height:350px;
	}

	img
	{
		width:165px;
		height:155px;
	}

	#logo
	{
		width:160px;
		height:87px;
	}



#up
{
	transform: translateZ ;
	width:0px;
	height:0px;
	position:fixed;
	right:50px;
	bottom:50px;

}

}
























@keyframes active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes next {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes next-of {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }
}

@keyframes prev {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes prev-of {
  0% {

    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(0%, -50%);
  }
}

@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.gallery-content {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.gallery-content a {
  background: no-repeat center / cover;
  border: 3px solid #737c85;
  display: inline-block;
  height: 120px;
  margin: 5px;
  width: 120px;
}

.gallery-content a:hover {
  border-color: #ffc000;
}

.compsoul-gallery-mask {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0rem;
  position: fixed;
  top: 0rem;
  width: 100vw;
  z-index: 999;
}

.compsoul-gallery-mask.active {
  display: block;
}

.compsoul-gallery-mask-before {
  height: 50vh;
  left: 0rem;
  position: fixed;
  top: 0rem;
  width: 50vw;
}

.compsoul-gallery-mask-before-button {

  content: "";
  cursor: pointer;
  height: 3vw;
  right: 0rem;
  position: fixed;
  top: 0rem;
  width: 3vw;
  z-index: 1;
}

.compsoul-gallery-mask-before:after {
  color: #fff;
  cursor: pointer;
  font-family: "FontAwesome";
  content: "\f00d";
  font-size: 3vw;
  letter-spacing: -0.1875rem;
  line-height: 2vw;
  right: 2vw;
  position: fixed;
  top: 2vw;
  transform: translate(50%, -50%);
  z-index: 1;
  padding-right:15px;
  padding-top:5px;
}

.compsoul-gallery img {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}

.compsoul-gallery .gallery-comment {
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  padding: 10px;
  position: absolute;
  width: 100%;
}

.compsoul-gallery-prev, .compsoul-gallery-next {

  cursor: pointer;

  height: 5vw;
  letter-spacing: 0;
  line-height: 0;
  right: 0rem;
  overflow: hidden;
  position: fixed;
  text-indent: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 3.5vw;
  z-index: 1;
  padding-top:0px;
}

.compsoul-gallery-prev{
  left: 0rem;
}

.compsoul-gallery-next{
	right: 0rem;
}

.compsoul-gallery-prev:before, .compsoul-gallery-next:before, .compsoul-gallery-close:before {
  display: block;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 2vw;
  line-height: 4vw;
  height: 4vw;
  text-align: center;
  text-indent: initial;
  width: 4vw;
}

.compsoul-gallery-close:after {
  float: left;
  margin-left: 0.1875rem;
  text-align: right;
  width: 1vw;
}

.compsoul-gallery-prev:before {
  content:"\f060";
  font-size:40px;



}


.compsoul-gallery-next:before {
  content:"\f061" ;
  font-size:40px;
}

.compsoul-gallery-first-element, .compsoul-gallery-second-element {
  background: no-repeat center / cover;
  left: 50%;
  max-height: 90vh;
  max-width: 90vw;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
}

.compsoul-gallery-first-element.active {
  animation: active linear 0.4s forwards;
}

.compsoul-gallery-first-element.next, .compsoul-gallery-second-element.next {
  animation: next-of linear 0.4s forwards;
}

.compsoul-gallery-first-element.prev, .compsoul-gallery-second-element.prev {
  animation: prev-of linear 0.4s forwards;
}

.compsoul-gallery-first-element.next.active, .compsoul-gallery-second-element.next.active {
  animation: next linear 0.4s forwards;
}

.compsoul-gallery-first-element.prev.active, .compsoul-gallery-second-element.prev.active {
  animation: prev linear 0.4s forwards;
}

.compsoul-gallery-loader {
  opacity: 0;
}

.compsoul-gallery-loader.active {
  animation: active linear 0.4s forwards 0.4s;
}

.compsoul-gallery-loader.none {
  animation: none;
  transition: opacity 0.4s;
}

.compsoul-gallery-loader:before, .compsoul-gallery-loader:after {
  animation: turn linear 1s infinite;
  border: solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 2rem;
  left: 50%;
  margin: -1rem 0 0 -1rem;
  position: fixed;
  top: 50%;
  width: 2rem;
}

.compsoul-gallery-loader:before {
  border-width: 0 0.125rem 0.125rem 0;
}

.compsoul-gallery-loader:after {
  animation-direction: reverse;
  border-width: 0.125rem 0 0 0.125rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
  width: 4rem;
}
