.schowaj{
	display: none !important;
}

.rce-tab-nav {
	display: flex;
	margin: 20px 0 0;
	width:100%;
	float:left;
	list-style-type: none;
	align-items: start;
	gap: 0;
	row-gap: 0px;
	column-gap: 0px;
	padding: 0 !important;
}
.rce-tab-nav a{
	margin: 0 6px 0 0 !important;
	display: block;
	background: #183354;
	color: #fff;
	padding: 14px 21px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-weight: bolder;
}
	.rce-tab-nav a.not-active{
		background: #f98f7f;
	}

@media screen and (max-width: 900px) {
	.rce-tab-nav{
		display: block;
	}
	.rce-tab-nav a {
		width: 100%;
		margin-top: 6px !important;
	}
}

.rce-tab-element{
	display: none;
	width: 100%;
	clear: both;
	border:2px solid #183354;
	margin-bottom: 30px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
	.rce-tab-element:nth-child(1){
	}
	.rce-tab-element a{
	}