

/* Start:/company/delivery/style.css?17714236961115*/
<style>
	.vegalibr-tabs {
		margin-bottom: 30px;
	}

	/* Шапка табов */
	.tabs-nav {
		display: flex;
		border-bottom: 2px solid #eee;
		margin-bottom: 25px;
		list-style: none;
		padding: 0;
	}

	.tabs-btn {
		padding: 15px 30px;
		cursor: pointer;
		font-weight: bold;
		color: #555;
		border-bottom: 2px solid transparent;
		margin-bottom: -2px;
		transition: all 0.3s ease;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	.tabs-btn:hover {
		color: #fe6a00;
	}

	.tabs-btn.active {
		color: #fe6a00;
		border-bottom-color: #fe6a00;
	}

	/* Контент табов */
	.tabs-content .tab-pane {
		display: none;
		animation: fadeIn 0.4s ease;
	}

	.tabs-content .tab-pane.active {
		display: block;
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(10px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	/* Внутренние стили для списков и заголовков */
	.tab-pane h2 {
		margin-top: 0;
		color: #333;
	}

	@media(max-width:992px) {
		.tabs-btn {
			font-size: 10px;
			    padding: 5px;
		}
	}

/* End */
/* /company/delivery/style.css?17714236961115 */
