@font-face {
    font-family: 'Poppins2';font-display: swap;
    src: url('https://romasolutions.pl/fonts/Poppins-Regular.ttf');
}


@font-face {
    font-family: 'Poppins2b';font-display: swap;
    src: url('https://romasolutions.pl/fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'lato';font-display: swap;
    src: url('https://romasolutions.pl/fonts/Lato-Bold.ttf');
}


html{padding: 0;margin: 0;}
body{padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
  flex-direction: column;

	background-color: white;
	color: black;
}


html {
  overflow-y: auto !important; 
  height: 100%;
}



*{-webkit-tap-highlight-color: transparent;}

a {
    text-decoration: none;
}

  *::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #202020;
  }
  
  *::-webkit-scrollbar-track:hover {
    background-color: #202020;
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: #202020;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #2c2c2c;
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: #303030;
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: #3d3d3d;
  }


  * {
    scrollbar-width: thin;
    scrollbar-color: #222222 #363636;
  }



#reg-top-bb{
	position: fixed;top: 0;left: 0;
	background-color: #ffffff;
	color: black;
	font-family: 'Poppins2';font-display: swap;
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 23px;
  z-index: 80;
}

#reg-top-logo{
width: 80px;margin-right: 15px;
margin-left: 35px;height: 54px;padding-bottom: 2px;
}


#help-b{font-family: 'Poppins', sans-serif;font-size: 15px;width: 1150px;margin: 120px auto 20px auto;max-width: 97%;}



.h-tit1{font-family: 'lato';font-display: swap;font-size: 33px;
	margin: 45px auto 20px auto;
}



.txt-section{font-family: 'Poppins', sans-serif;font-size: 15px;
margin: 20px auto;
}

ul {
list-style-type: disc; 
padding-left: 20px;
}

li {
margin-bottom: 15px;
}

.help-date{background-color: #202020;color: #d8d8d8;width: 100%;text-align: center;line-height: 120px;height: 120px;
font-family: 'Poppins', sans-serif;font-size: 18px;margin-top: 40px;
}



.hz{background-color:#202020 ;color: #d8d8d8;width: 100%;text-align: center;line-height: 120px;height: 120px;
  font-family: 'Poppins', sans-serif;font-size: 30px;}

  
.h-tit2 {
    color: #2c3e50;font-family: 'lato';font-display: swap;
    font-size: 1.4em;
    font-weight: bold;
    margin: 45px auto 20px auto;
    padding-bottom: 8px;
    border-bottom: 2px solid #3498db;
}




.txt-section {
    margin: 15px 0;
    padding: 0 10px;
    text-align: justify;
}
.header {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
}
.date {
    font-style: italic;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 20px;
}
ul {
    padding-left: 20px;
}
li {
    margin: 8px 0;
}
.contact-info {
    background-color: #ecf0f1;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}