.cont-1-fixed{
  Position: fixed;
  top: 50px;
  right:230px;
  height: 150px;
  z-index:4;

}
.cont-1-menu{
  Position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;

  padding:0 45px 0 45px;
  
  height:50px;
  width:430px;

background: rgba(26, 26, 26, 0.19);
border-radius: 30px;

backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
transition: all 0.25s ease-out;


}
.cont-1-menu-EN{
  Position: absolute;
  top: 49px;
  right:100px;
  height: 150px;
  z-index:4;



}
.scrolled .cont-1-menu:hover {
  background: rgba(26, 26, 26, 0.7) !important;
}
.btn {
  position:relative;
  top:6px;

  background-color: var(--pom); 
  color: var(--lvl1);

  padding: 8px 20px;
  height: 31px;

  border: none;
  border-radius: var(--borderlink);

  cursor:none;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: all 0.5s ease;
}
.btn-szary {
  position:relative;
  top:6px;

  background-color: var(--lvl3); 
  color: var(--pom);

  padding: 8px 20px;
  height: 31px;

  border: none;
  border-radius: var(--borderlink);
  cursor:none;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: all 0.5s ease;
}
.btn-szary span {
 
  font-family: var(--nazwa);
  font-size: var(--hlink);
  font-weight: var(--waga300);
  text-transform: uppercase;
  vertical-align: middle;
}
.btn:hover {


  box-shadow: 
    0 0 10px rgba(255, 77, 31, 0.6),
    0 0 30px rgba(255, 77, 31, 0.4),
    0 0 60px rgba(255, 77, 31, 0.2);
}
.btn span {
 
  font-family: var(--nazwa);
  font-size: var(--hlink);
  font-weight: var(--wagalink);
  text-transform: uppercase;
  vertical-align: middle;
}
.cont-5-box:hover .btn-plus::before,
.cont-5-box:hover .btn-plus::after {
  background: var(--pom);
}
.btn-plus {
  width: 31px;
  height: 31px;
  background: var(--lvl1);
  border-radius:var(--borderlink);
  cursor: none;
  position: relative;
  transition: transform 0.2s;
  padding:3px;
}
.btn-plus-box {

  position:absolute;
  bottom: 30px;
  right: 30px;
  z-index:5;
}

/* kreski plusa */
.btn-plus::before,
.btn-plus::after {
  content: "";
  position: absolute;
  background: var(--lvl3);
  transition: background 0.5s;
  border-radius: 2px;
}

/* pozioma kreska */
.btn-plus::before {
  width: 60%;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

/* pionowa kreska */
.btn-plus::after {
  width: 4px;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* hover → zmiana koloru */
.btn-plus:hover::before,
.btn-plus:hover::after {
  background: var(--pom);
}
.link {
  margin-top:14px;  
  display: inline-block;
  position: relative;
  text-decoration: none;
  list-style-type: none;
  outline: none;
  color:#f9f9f9;
  cursor:none;
  
  font-family: var(--nazwa);
  font-size: var(--hlink);
  font-weight: var(--waga300);
  line-height: var(--linia);
  letter-spacing: var(--przestrzen);
}

.link:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;

  top:23px;
  left: 0;
 
  transform: scaleX(0);
  border-radius: 99px;
  background-color: #434343;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}
.link:visited{
  text-decoration: none;
  list-style-type: none;
  outline: none;
}
.linkimg {
  cursor:none;
  text-decoration: none;
  list-style-type: none;
  outline: none;

}

.linkimg:after {
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.linkimg:hover:after {
  text-decoration: none;
  list-style-type: none;
  outline: none;
}
.linkimg:visited{
  text-decoration: none;
  list-style-type: none;
  outline: none;
}






.linkbtn {
  display: block;
  flex: 1;
  text-decoration: none;
  list-style-type: none;
  outline: none;
  cursor:none;
}

.linkbtn:after {

  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.linkbtn:hover:after {

  text-decoration: none;
  list-style-type: none;
  outline: none;
}
.linkbtn:visited{
  text-decoration: none;
  list-style-type: none;
  outline: none;
}





.linkpriv {

  text-decoration: none;
  list-style-type: none;
  outline: none;
  color:var(--pom);
  cursor:none;
  
  font-family: var(--nazwa);
  font-size: var(--hlink);
  font-weight: var(--waga300);
  line-height: var(--linia);
  letter-spacing: var(--przestrzen);
}

.linkpriv:after {

  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.linkpriv:hover:after {
 
  text-decoration: none;
  list-style-type: none;
  outline: none;
}










.linkag {

  text-decoration: none;
  list-style-type: none;
  outline: none;
  color:var(--pom);
  cursor:none;
  
  font-family: var(--nazwa);
  font-size: var(--h3);
  font-weight: var(--waga300);
  line-height: var(--linia);
  letter-spacing: var(--przestrzen);
}

.linkag:after {

  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.linkag:hover:after {
 
  text-decoration: none;
  list-style-type: none;
  outline: none;
}