section{
	width: 100vw;
	height: auto;
	position: absolute;
	top: 200px;
	
}

.main {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction:column-reverse;
	align-items: center;
}
.infotext{
	font-size: 35px;
}
#fr {
	width: 1500px;
	height: 700px; 
}
.cabinet-list {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
  }
  
  .btn_list {
	margin: 15px;
	padding: 20px;
	border: none;
	border-radius: 5px;
	background-color: #8167A9;
	color: white;
	font-size: 26px;
	cursor: pointer;
  }
  
  .btn_list:hover {
	background-color: #3e8e41;
  }

/* default styles for table */
.info-block {
	margin-bottom: 20px;
	margin-top: 3vh;
	width: 1200px;
  }
  
  .head-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background-color: #f2f2f2;
	color: #333;
	border-radius: 5px;
  }
  
  .main-info {
	padding: 10px;
	background-color: #fff;
	color: #333;
	border-radius: 5px;
  }
  
  #kap, #zag_k, #det {
	margin: 0;
  }
  
  #kap {
	font-size: 20px;
	font-weight: bold;
	margin-right: 40px;
  }
  
  #zag_k {
	font-size: 20px;
	font-weight: bold;
	margin-right: 40px;
  }
  
  #det {
	color: blue;
	text-decoration: none;
	font-size: 16px;
  }
  
  #zag_c {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
  }
  
  #zag_i {
	margin-top: 10px;
	width: 1000px;
  }
  
  
.cd-header{
    position: absolute;
}