.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom-color: var(--primary);
	color: #000;
}

.fancyh{
	position:relative;
	text-align: center
}
.fancyh:before {
	content: "";
	display: block;
	border-top: solid 1px #4A4345;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
.fancyh span {
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 1;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2.8px;
	font-family: "NWT Bodoni";
}
.tabs {
	margin-bottom: 20px;
	gap: 21px;
	display: flex;
}
.tabs__item{
	position: relative;
}
.tabs__item:first-child::before{
	content: '';
	display: block;
	width: 0;
	position: absolute;
	left: calc(100% + 10px);
	top: 6px;
	bottom: 8px;
	border-right: 1px dashed #eee;
}
@media (max-width: 579px) {
	.tabs__item {
		margin-bottom: 10px;
	}

	.tabs__item {
		width: 40%;
		flex-grow: 1;
	}
}
@media (min-width: 580px) {
	.tabs__item {
		width: 220px;
	}
}


.tabs__link.btn{
	width: 100%;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabs__link--active.btn {
	background-color: #486DAA;
	border-color: #486DAA;
}

