/*
  Theme Name: ZDesign-bot
  Text Domain: ZDesign-bot
 */
/* === Контентные стили (админка или публичка) === */

.content {
	font-family: Ubuntu, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.content p {
	margin-bottom: 1em;
}

.content ul,
.content ol {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

.content ul {
	list-style-type: disc;
}

.content ol {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 0.5em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: 1.5em 0 0.5em;
	font-weight: bold;
	line-height: 1.3;
}

.content h1 { font-size: 2em; }
.content h2 { font-size: 1.75em; }
.content h3 { font-size: 1.5em; }
.content h4 { font-size: 1.25em; }
.content h5 { font-size: 1.1em; }
.content h6 { font-size: 1em; }

.content b,
.content strong {
	font-weight: bold;
}

.content i,
.content em {
	font-style: italic;
}
.header-inner-bg{
	background-color: #001529;
	position: relative;
	overflow: hidden;
	&::after {
		pointer-events: none;
		z-index: -1;
		content: '';
		position: absolute;
		width: 420px;
		height: 420px;
		border-radius: 50%;
		background: radial-gradient(
				circle,
				rgba(255, 255, 255, 0.15) 0%,
				rgba(255, 255, 255, 0.05) 60%,
				rgba(255, 255, 255, 0) 100%
		);
		left: 0;
		top: 0;
		z-index: 1;
		filter: blur(60px);
	}
}

.main-title{
	font-size: 2rem;
	color: #fff;
	line-height: 140%;
	margin-bottom: 1rem;
}
.rank-math-breadcrumb p, a, span{
	color: #fff;
}
.rank-math-breadcrumb a{
	text-decoration: underline;
}
.content{
	margin-bottom: 4rem;
}
.table-wrapper {
	overflow-x: auto;
	margin: 20px 0;
}

.pricing-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px; /* для скролла на мобильных */
}

.pricing-table th,
.pricing-table td {
	border: 1px solid #ddd;
	padding: 12px 15px;
	text-align: left;
}

.pricing-table th {
	background: #f9f9f9;
	font-weight: 600;
}

.pricing-table th small {
	font-weight: 400;
	font-size: 12px;
	color: #555;
}

.pricing-table tbody tr:nth-child(even) {
	background: #fafafa;
}
.form-group-error input{
	border-color: red;
}
.has-error{
	display: none;
	margin-top: 0.5rem;
	color: red;
}
.contacts-wrapper .contacts{
	display: grid;
	grid-auto-flow: row;
	align-items: start;
}
.contacts-wrapper .contacts a{
	color: #000000;
	font-size: 18px;
}
.contacts-wrapper .contacts ul li{
	max-width: 100%;
}
.contacts-wrapper .contacts svg{
	fill: black;
}
.contacts-wrapper{
	margin: 4rem 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
.header-left{
	display: grid;
	grid-auto-flow: column;
	gap: 2rem;
	align-items: center;
}
.header-left-wrap{
	display: grid;
	grid-auto-flow: row;
	gap: 0.5rem;
}
.header-left-wrap svg path{
	fill: #fff;
}
@media(max-width: 1023px){
	.header-left{
		display: none;
	}
	.header-left a{
		font-size: 18px;
	}
}
.mobile-menu .header-left{
	display: grid;
	grid-auto-flow: row;
	margin-top: 1rem;
}
.form-group--error .has-error{
	display: block;
}
.form-group--error input{
	border-color: red;
}