@charset "utf-8";
body
{
	background-image:url('bg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	margin:0;
	font-family: 'Ubuntu', sans-serif;

}

a
{
	text-decoration:none;
	color:rgba(255,255,255,1);
}

.main
{


	background-color:rgba(0,0,0,0.7);
	width:90%;
	margin:auto;
	max-width:600px;
	padding:20px;

	max-width:600px;
	padding:20px;
	box-sizing:border-box;
}



.logo
{
	text-align:center;

}

.logo img
{

	width:80%;
	height:auto;
}

#lista
{
	color:rgba(255,255,255,1);
	font-weight:300;
	line-height:1.6em;
	font-size:1em;
}

#lista ul
{
	list-style: none;
	padding:0;
	padding-top:15px;
	margin-top:15px;
	border-top: 1px solid rgba(255,0,0,1);

	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px solid rgba(255,0,0,1);
}

#lista ul li:before {

  content: '';

  display: inline-block;

  height: 14px;

  width: 14px;

  background-size: 14px;

  background-image: url(point.svg);

  background-repeat: no-repeat;

  margin-right: 5px;
  margin-bottom:-3px;

}

#lista ul li span
{
	display:inline-block;
	font-size:0.8em;
	margin-left:20px;

}
#lista ul li:not(:last-child){
	margin-bottom:10px;
}


.guziki-wrap
{


	display:grid;
	grid-template-columns: 1fr;
	grid-gap:20px;


}

.guzik
{
	width:100%;
	height:auto;
	border:solid 2px #FFFFFF;
	padding:10px;
	color:rgba(255,255,255,1);
	display:inline-block;
	box-sizing:border-box;

}


.guzik i
{
	color:rgba(255,0,0,1);
	font-size:40px;
	float:left;

}

.guzik p
{
	margin:0px;

	text-align:right;
}

.guzik p:first-of-type
{
	margin-bottom:5px;
}

.big
{
	font-size:1.2em;
}
.big2
{
	font-size:0.9em;
}
.guzik:hover
{
	background-color:rgba(255,0,0,1);
	color:rgba(255,255,255,1);
}

.guzik:hover i
{
	color:rgba(255,255,255,1);
}


a#kontakt
{
	display:block;
	position:fixed;
	right:0px;
	bottom:1500px;
	width:40px;
	height:120px;
	background-image:url(kontakt.svg);
	background-repeat:no-repeat;
	background-size:contain;
	transition:all 1s cubic-bezier(0.64, 0.57, 0.67, 1.2) ;
}

.down
{
	bottom:30px !important;
}

@media screen and (min-width: 1200px) {

.logo img
{

	width:360px;
	height:auto;
}


#lista
{
	color:rgba(255,255,255,1);
	font-weight:300;
	line-height:1.6em;
	font-size:1.3em;
}

#lista ul
{
	list-style: none;
	padding:0;
	padding-top:15px;
	margin-top:15px;
	border-top: 1px solid rgba(255,0,0,1);

	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px solid rgba(255,0,0,1);
}

#lista ul li:before {

  content: '';

  display: inline-block;

  height: 20px;

  width: 20px;

  background-size: 20px;

  background-image: url(point.svg);

  background-repeat: no-repeat;

  margin-right: 5px;
  margin-bottom:-5px;

}

#lista ul li span
{
	display:inline-block;
	font-size:0.8em;
	margin-left:30px;

}


.main
{
	max-width:700px;
	padding:40px;
}

.guziki-wrap
{


	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:20px;


}
.down:hover{
	bottom:40px !important;
}

}
