ul.tabs4 {
	margin: 0;
	padding: 0;
	height: 100%;
}

ul.tabs4 li {
	list-style-type: none;
	margin: 0;
	cursor: pointer;
	color: #999aa3;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 1px;
}

ul.tabs4 li.active {
	color: #303439;
}

ul.tabs4 li.active:before {
	content: '';
	width: 100%;
	height: 6px;
	background: #E7C7B1;
	position: absolute;
	bottom: -10px;
	left: 0;
}
ul.tabs4 li.active[data-id="TabPlanirovki"]:after {
	content: 'возможно отразить зеркально';
	font-size: 	13px;
	font-weight: normal;
	position: absolute;
	bottom: -30px;
	left: 3px;
	display: none;
}
div.tabs4-content div.tabs4-item {
	display: none;
}

div.tabs4-content div.tabs4-item.active {
	display: block;
}

@media screen and (max-width: 1020px) {
	
}

@media screen and (max-width: 820px) {
	
}

@media screen and (max-width: 768px) {
	ul.tabs4 {
		padding-left: 20px !important;
	}
	ul.tabs4 li {
		font-size:25px;
	}
}

@media screen and (max-width: 480px) {
	ul.tabs4 li {
		font-size:17px;
	}
}

@media screen and (max-width: 390px) {
	ul.tabs4 li {
		font-size:15px;
	}
}