.tns-outer{
	flex-direction:column;
	display:flex;
	gap:20px;
}

.tns-ovh{
	order:1;
}

.tns-controls{
	display:flex;
	justify-content:center;
	gap:10px;
	align-items:center;
	order:2;
}

.tns-controls button{
	border:none;
	box-shadow:none;
	outline:none;
	padding:0px;
	width:46px;
	height:46px;
	border-radius:50%;
	background:#275371;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tns-controls button svg path{
	fill:#fff;
}

.tns-controls button:hover{
	background:#000;
}

.tns-nav{
	display:flex;
	align-items:center;
	gap:17px;
}

.tns-nav button{
	width:7px;
	height:7px;
	background:var(--blue);
	border-radius:50%;
	transition:all 0.2s;
	border:none;
	box-shadow:none;
	outline:none;
	flex-shrink:0;
	line-height:0px;
}

.tns-nav button.tns-nav-active{
	width:13px;
	height:13px;
}