.img-right{
	float: right;
margin: 10px 0 10px 30px;
}
.img-left{
	float: left;
margin: 10px 30px 10px 0;
}

/* Переход на margin вместо <br> */
body[contenteditable="true"] h2,
body[contenteditable="true"] h3,
body[contenteditable="true"] h4 {
	margin: 2em 0 1em;
}
body[contenteditable="true"] br + h2,
body[contenteditable="true"] br + h3,
body[contenteditable="true"] br + h4 {
	margin-top: 1em;
}
body[contenteditable="true"] br + br + h2,
body[contenteditable="true"] br + br + h3,
body[contenteditable="true"] br + br + h4 {
	margin-top: 0;
}
body[contenteditable="true"] h2 + br,
body[contenteditable="true"] h3 + br,
body[contenteditable="true"] h4 + br {
	margin-top: -1em;
}

@media screen and (max-width:768px) {
	.blog-detail-text img {
		width: 100%;
		height: auto;
	}
	.img-right, .img-left {
		float: none;
		display: block;
		width: auto;
		max-width: calc(100vw - 40px);
		margin: 10px 0;
	}
}

@media screen and (max-width:550px) {
	.img-right, .img-left {
		height: auto;
	}
}

@media screen and (max-width:400px) {
	.img-right, .img-left {
		max-width: calc(100vw - 20px);
	}

	#tag-box {
		grid-template-columns: repeat(3, 1fr);
	}
}
.smart-captcha-box {margin-bottom:15px;}
.recaptcha_error.modify {
	color: #cc2e52;
	color: var(--color-error);
	text-align: left !important;
}

.modal_form .error_text.form_error {display:block;}

/*Onbording*/
.onbording-overlay {
	z-index:50;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0,.5);
}
.btn.onbording {
	position:relative;
	z-index:55;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.75);
}
.main_tdmenu-1 .btn.onbording {box-shadow: 0 0 15px rgba(183, 137, 255, 0.75);}
.main_tdmenu-2 .btn.onbording {box-shadow: 0 0 15px rgba(255, 131, 205, 0.75);}
.main_tdmenu-3 .btn.onbording {box-shadow: 0 0 15px rgba(255, 160, 106, 0.75);}
.onbording-popup {
	position:absolute;
	background:#fff;
	width:260px;
	border-radius: 5px;
	box-sizing: border-box;
	padding:19px 21px;
	text-align:center;
	left:50%;
	top:50%;
	margin-left:-130px;
	z-index:51;
	opacity:0;

	font-size:14px;
	line-height:20px;
	color:#4C4C4C;

	transition: top 0.3s ease, opacity 0.3s ease;
	-webkit-transition: top 0.3s ease, opacity 0.3s ease;
	-moz-transition: top 0.3s ease, opacity 0.3s ease;
	-o-transition: top 0.3s ease, opacity 0.3s ease;
	-ms-transition: top 0.3s ease, opacity 0.3s ease;
}
.onbording-popup.border {
	border:1px solid #5c3795;
}
.onbording-popup span {
	display:block;
	margin-bottom:14px;
}
.onbording-popup a {
	display:block;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	color: #5C3796;
	padding:11px 0 14px;
	background: #ECECEC;
	border-radius: 5px;
	text-decoration: none;
}
.onbording-popup a:hover {
	background: #E1E1E1;
}
.onbording-popup:after {
	content:"";
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:-8px;
	border-bottom: 8px solid white;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
}
.onbording-popup.border:before {
	content:"";
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:-9px;
	border-bottom: 8px solid #5c3795;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
}
.disabledButton{
	opacity: 0.5;
	pointer-events: none;
}

.page.container:has( > #viewedProducts) {
	display: flex;
	flex-direction: column;
}

.o2k-template .kd-section-block-descr :is(ol, ul, li) {
	list-style: unset;
}

.o2k-template .kd-section-block-descr :is(ol, ul) {
	padding-left: 15px;
}

.o2k-template .kd-section-block-descr :is(ol, ul, p) {
	margin: 10px 0px;
	font-size: 16px;
}

.kd-section-desc-wrapper .kd-section-block-descr > table[border="1"] td {
	border: 1px solid;;
}

.expandable_table_btn {
	flex-shrink: 0;
}

h1.main-title {
	padding-inline: 20px;
}

.sort_display {
	top: 0;
}

.SmartCaptcha-Shield {
    display: none!important;
}
