.page-h{
    font-family: var(--exo-font);
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 600;
    line-height: 1.3;
    color: var(--black-color);
    text-transform: uppercase;
    margin-bottom: 40px;
} 
.page-h span{
    color: var(--orange-color);
}

.mb-4{
    margin-bottom:30px;
}

/* =========================
   TEXT CONTENT BLOCK
========================= */

.text-editor-section{
	padding: 40px 0 80px;
}

.text-editor-block{
	width: 100%;
}

.text-editor-block__content{
	position: relative;
	font-size: 18px;
	line-height: 1.6;
	color: var(--black-color);
}

.text-editor-block__content > *{
	margin-top: 0;
}

.text-editor-block__content > *:last-child{
	margin-bottom: 0;
}

.text-editor-block__content p{
	margin: 0 0 22px;
	font-size: var(--fs-16);
	line-height: 1.5;
	color: var(--black-color);
	font-weight: 400;
}

.text-editor-block__content strong,
.text-editor-block__content b{
	font-weight: 700;
	color: var(--black-color);
}

.text-editor-block__content em,
.text-editor-block__content i{
	font-style: italic;
	font-size: var(--fs-16);
	line-height: 1.5;
	color: var(--black-color);
	font-weight: 400;
	margin: 0 0 22px;
	display: inline-block;
}

.text-editor-block__content a{
	color: var(--orange-color);
	text-decoration: none;
	transition: opacity var(--transition), color var(--transition);
}

.text-editor-block__content a:hover{
	opacity: 0.8;
}

.text-editor-block__content ul,
.text-editor-block__content ol{
	margin: 0 0 22px;
	padding-left: 24px;
}

.text-editor-block__content li{
	margin-bottom: 10px;
	font-size: var(--fs-16);
	line-height: 1.5;
	color: var(--black-color);
	font-weight: 400;
	list-style-type: disc;
}

.text-editor-block__content li::marker{
	color: var(--orange-color);
}

.text-editor-block__content li:last-child{
	margin-bottom: 0;
}

.text-editor-block__content h1,
.text-editor-block__content h2,
.text-editor-block__content h3,
.text-editor-block__content h4,
.text-editor-block__content h5,
.text-editor-block__content h6{
	margin: 0 0 18px;
	font-family: var(--exo-font);
	line-height: 1.2;
	color: var(--black-color);
	text-transform: none;
}

.text-editor-block__content h1{
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 700;
}

.text-editor-block__content h2{
    font-family: var(--exo-font);
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 600;
    line-height: 1.3;
    color: var(--black-color);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-editor-block__content h3 {
    font-size: clamp(17px, 1.4vw, 24px);
    font-weight: 500;
}

.text-editor-block__content h4{
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 600;
}

.text-editor-block__content h5,
.text-editor-block__content h6{
	font-size: 18px;
	font-weight: 600;
}

.text-editor-block__content blockquote{
	position: relative;
	margin: 0 0 30px;
	padding-left: 18px;
}

.text-editor-block__content blockquote::before{
	content: "";
	position: absolute;
	top: 0.15em;
	left: 0;
	bottom: 0.15em;
	width: 4px;
	border-radius: 999px;
	background: var(--orange-color);
}

.text-editor-block__content blockquote p {
    margin: 0 0 5px;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.45;
    font-weight: 600;
    color: var(--black-color);
}

.text-editor-block__content blockquote span{
	color:var(--orange-color)
}

.text-editor-block__content blockquote p:last-child{
	margin-bottom: 0;
}

.text-editor-block__content img{
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 14px;
	margin: 0 0 24px;
}

.text-editor-block__content table{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 24px;
}

.text-editor-block__content table th,
.text-editor-block__content table td{
	padding: 12px 14px;
	border: 1px solid rgba(38, 38, 38, 0.1);
	font-size: var(--fs-16);
	line-height: 1.5;
	color: var(--black-color);
	font-weight: 400;
	text-align: left;
	color: var(--black-color);
}

.text-editor-block__content table th{
	font-weight: 700;
	background: rgba(38, 38, 38, 0.03);
}

.text-editor-block__content hr{
	margin: 28px 0;
	border: 0;
	border-top: 1px solid rgba(38, 38, 38, 0.1);
}

.video-block{
	margin-top: 50px;
}

.video-block video{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
	max-height: 520px;
}
.marcketpase{
	display: flex;
    flex-direction: row;
    gap: 12px;
}
.marcketpase_item img{
	border: 1px solid #c5c5c5;
}
