body {
	font-family: "PT Sans Narrow", "sans-serif";
}

table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}


.nco {
	margin-right: 19px;
}

.blcc {
	display: inline-block;
	margin-bottom: 9px;
}

.blcc:after {
	content: attr(data-lastpre);
	padding-bottom: 5px;
    display: inline-block;
}

.stick {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	bottom: Calc(100% + 2px) !important;
	left: Calc(50% - 3px);

	position: absolute;
	bottom: 100%;
	display: inline-block;
	height: 16px;
	width: 1px;
	background: #7896ba;
}

.boxy {
	position: relative;
}

.sticklvl1 {
	height: 450px;
}

.sticklvl2 {
	height: 657px;
}

.checked {
	font-weight: 100 !important;
} 

#root {
	margin-top: 50px;
}

input[type="radio"] {
	display: block;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: Calc(100% - 10px);
}



.branch_ {
	display: inline-block;
	vertical-align: top;
	transition: all .5s;
}

.branch_:nth-child(2n) {
	
}

#knife {
	scroll-behavior: smooth;
	overflow-X: scroll;
	overflow-y: visible;

}

#knife::-webkit-scrollbar {
	width: 0px;
}

#forTopY {
	/* transition:  all .5s; */
}

.hide {
	display: none;
}

#headers{
	transition: all .3s;
	overflow: hidden;
}

.fixHeight {
	height: 40px;
}

.hiden {
	visibility: hidden;
	opacity: 0;
}

#knife::-moz-scrollbar
{
	width: 0px;
	height: 0px;
}