.main_row .content.content_search {
	padding-top: 48px;
	padding-left: 48px;
	padding-right: 33px;
	padding-bottom: 140px;
	max-width: 1173px;
	margin: 0 auto;
}
body.search.search-results header .row .header_right .search_btn {
	pointer-events: none;
}
body.search.search-results .search-results-default,
body.search.search-results .search-results-container,
body.search.search-results .search-nav {
	display: none;
}
h2.search-result-text {
	margin-bottom: 14px;
}
.search-post-types-tabs {
	display: none;
	overflow-x: auto;
	margin-bottom: 48px;
	flex-wrap: wrap;
}
.link-s-wrapper a {
	color: #22445f;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	display: block;
	padding: 8px 12px;
	white-space: nowrap;
}
.link-s-wrapper.active {
	background-color: #e6f0fd;
	border-bottom-color: #0e6aed;
}
.link-s-wrapper.active a {
	color: #0e6aed;
}
.link-s-wrapper {
	border-bottom: 1px solid #e6f0fd;
}
.link-s-wrapper:not(.active) a:hover {
	background-color: #e6f0fd;
}
.load-more-search {
	margin: 48px auto 0;
	width: fit-content;
	display: flex;
	align-items: center;
	border-radius: 3px;
	padding: 4px 8px;
	border: 1px solid #c3dafb;
	justify-content: center;
	color: #0e6aed;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
}
.load-more-search svg {
	margin-right: 4px;
}
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotating {
	pointer-events: none;
	-webkit-animation: rotating 1s linear infinite;
	-moz-animation: rotating 1s linear infinite;
	-ms-animation: rotating 1s linear infinite;
	-o-animation: rotating 1s linear infinite;
	animation: rotating 1s linear infinite;
}
.search-result-wrapper > h3 {
	margin-bottom: 24px;
	margin-top: 48px;
}

/*article-item*/
ul.response-block .articles-search-item {
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e9ec;
	display: flex;
	align-items: flex-start;
	position: relative;
}
ul.response-block .articles-search-item .card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
ul.response-block .articles-search-item .small_post_img_wrapper {
	width: 84px;
	height: 84px;
	margin-right: 24px;
	display: flex;
	position: relative;
}
ul.response-block .articles-search-item .small_post_img_wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
	border-radius: 4px;
}
ul.response-block .articles-search-item .small_post_img_wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 5;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
	transition: 0.3s all;
}
ul.response-block .articles-search-item .small_post_content_wrapper {
	flex: 1;
}
ul.response-block .articles-search-item .small_posts_title {
	display: block;
	line-height: 20px;
	margin-bottom: 12px;
}
ul.response-block .articles-search-item:hover .small_posts_title {
	color: #0e6aed;
}
ul.response-block .articles-search-item:hover .small_post_img_wrapper::after {
	background: rgba(14, 162, 237, 0.35);
}
ul.response-block .articles-search-item .post_read_full_btn,
ul.response-block .articles-search-item .special-webinars-date span {
	color: #0e6aed;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}
ul.response-block .articles-search-item .post_read_full_btn > span {
	margin-left: 6px;
}

/* copied styles */

.content-form-search-wrapper .search-form input[type='search'] {
	width: 100%;
	padding: 8px 30px 8px 40px;
	border-radius: 3px;
	border: 1px solid #c1cad1;
	background: #ffffff;
}
.content-form-search-wrapper
	.search-form
	.inner-form-wrapper
	> .input-search-wrap {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}
.content-form-search-wrapper .search-form input[type='submit'] {
	display: none;
}
.content-form-search-wrapper .inner-form-wrapper {
	position: relative;
	height: 44px;
	display: flex;
	width: 100%;
}
.content-form-search-wrapper .search-form {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.content-form-search-wrapper svg.search-icon {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 0;
	margin: auto 0;
}
.content-form-search-wrapper svg.search-close-icon {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto 0;
}
.content-form-search-wrapper.show {
	transform: translateY(0);
}
.content-form-search-wrapper {
	transition: all 0.3s ease;
	display: flex;
	width: 100%;
	max-width: 100%;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 48px;
}
.content-form-search-wrapper .search-results-container {
	display: none;
}
.content-form-search-wrapper .search-results-container.show-border {
	display: flex;
	padding: 12px;
	margin-top: 6px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 4px;
	border: 1px solid #c1cad1;
	max-height: 372px;
	overflow: auto;
}
.content-form-search-wrapper .ul-results-wrapper {
	display: flex;
	flex-direction: column;
	gap: 17px 0;
	width: 100%;
}
.content-form-search-wrapper li.search-result__categories.all-link a {
	color: #267af2;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.content-form-search-wrapper li.search-result__categories > span {
	color: #8495a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	grid-area: name-result;
}
.content-form-search-wrapper li.search-result__categories > a {
	grid-area: show-result;
	color: #267af2;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.content-form-search-wrapper li.search-result__categories:not(.all-link) {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 6px 0;
	grid-template-areas:
		'name-result show-result'
		'ul-result ul-result';
}
.content-form-search-wrapper li.search-result__categories > ul {
	grid-area: ul-result;
}
.content-form-search-wrapper
	li.search-result__categories
	> ul
	> li:not(:last-of-type) {
	margin-bottom: 4px;
}
.content-form-search-wrapper span.search-highlight {
	color: #0e6aed;
}
/* copied styles */

/*404-page*/
.page-not-found__footer .filter a {
	background: #fff;
	margin: 0;
	color: #092c47;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 8px;
	border: 1px solid #c1cad1;
	border-radius: 5px;
	margin: 0px 6px 12px 6px;
	cursor: pointer;
	background: 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	--wp-admin--admin-bar--height: 32px;
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgba(6, 147, 227, 1) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgba(252, 185, 0, 1) 0%,
		rgba(255, 105, 0, 1) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgba(255, 105, 0, 1) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
	--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
	--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
	--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
	--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
	--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
	--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
	--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
		6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
	font: 400 16px/1.3 'Open Sans', sans-serif;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	color: #092c47;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 8px;
	border: 1px solid #c1cad1;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s ease;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 30px;
	background: #fff;
	margin: 0;
}

@media all and (max-width: 1200px) {
	.main_row .content.content_search {
		width: 100%;
		padding-left: 36px;
		padding-top: 36px;
		padding-right: 36px;
		padding-bottom: 120px;
	}
}
@media all and (max-width: 768px) {
	.search-post-types-tabs {
		display: flex;
	}
	.main_row .content.content_search {
		padding-left: 0;
		padding-right: 0;
	}
}
@media all and (max-width: 425px) {
	.main_row .content.content_search {
		padding-bottom: 48px;
	}
	.post_date.special-webinars-date {
		order: -1;
		margin-top: 0;
		margin-bottom: 6px;
	}
	ul.response-block .post_footer.post_footer_tools *:not(.tools-mini-descr) {
		display: none;
	}
}
.reply-loop-item_custom {
	border-bottom: 1px solid #e6e9ec;
	flex-wrap: wrap;
	padding: 24px 0;
	max-width: calc(100vw - 30px);
}
.bbp-reply-flex {
	display: flex;
}
.bbp-reply-row {
	width: 100%;
}
.bbp-author-avatar_custom img {
	height: auto;
	object-fit: cover;
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
.bbp-author-avatar_custom {
	min-width: 52px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 20px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}
.reply-loop-item_custom .bbp-reply-title {
	margin-bottom: 10px;
}
.single-topic .bbp-author-name-and-date,
.bbp-author-name-and-date_custom {
	display: flex;
	align-items: center;
	column-gap: 16px;
	flex-wrap: wrap;
}
.single-topic span.bbp-author-name,
span.bbp-author-name_custom {
	color: #092c47;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
.description-wrapper__user-tag {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.topic-loop-item {
	padding: 24px 0;
	display: grid;
	grid-column-gap: 5%;
	grid-template-columns: auto clamp(150px, 164px, 170px) clamp(
			150px,
			185px,
			200px
		);
	border-bottom: 1px solid #e6e9ec;
}
.topic-loop-item .left-item-block {
	max-width: 550px;
	min-width: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.topic-loop-item .center-item-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.topic-loop-item .right-item-block {
	display: flex;
	width: 185px;
	gap: 0 23px;
}
.left-item-block .title-topic {
	display: flex;
	align-items: center;
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	overflow-wrap: break-word;
	word-break: keep-all;
	hyphens: auto;
}
.left-item-block .title-topic svg {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.topic-loop-item .left-item-block .excerpt-topic {
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word;
	overflow: hidden;
}
.reply-text {
	word-wrap: break-word;
	overflow: hidden;
}
.topic-loop-item .center-item-block .comments-authors {
	display: flex;
	gap: 0 4px;
}
.topic-loop-item .author-avatar.last-avatar {
	position: relative;
}
.topic-loop-item .author-avatar.last-avatar::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #1a5ade;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.topic-loop-item .author-avatar {
	border-radius: 50%;
	overflow: hidden;
	width: 38px;
	height: 38px;
	box-sizing: border-box;
}
.topic-loop-item .author-avatar img {
	height: 100%;
	object-fit: cover;
}
.topic-loop-item .right-item-block > div {
	width: 33.33%;
	color: #092c47;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topic-loop-item .left-item-block .topic-tags {
	display: flex;
	align-items: center;
	gap: 0 4px;
}
.topic-loop-item .left-item-block .topic-tags span {
	border-radius: 35px;
	padding: 0 8px;
}
.topic-loop-item .left-item-block .topic-tags span a {
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}
.new-label {
	color: #0e6aed;
	font-size: 12px;
	line-height: 20px;
	gap: 0 4px;
	display: flex;
	align-items: center;
	width: fit-content;
	position: relative;
	padding-left: 10px;
}
.title-topic > .new-label {
	margin-left: 10px;
}
.top-headers {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e6e9ec;
}
.top-headers span {
	color: #8495a3;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.top-headers .other-parametrs {
	display: flex;
	gap: 0 23px;
	width: 185px;
	min-width: fit-content;
}
.top-headers .other-parametrs > div {
	width: 33.33%;
	min-width: fit-content;
}
@media (max-width: 992px) {
	.topic-loop-item {
		grid-column-gap: 42px;
		grid-template-columns: auto 38px clamp(126px, 126px, 200px);
	}
	.topic-loop-item .right-item-block {
		width: initial;
	}
	.topic-loop-item .right-item-block .replies-topic {
		justify-content: center;
		margin-left: auto;
	}
	.topic-loop-item .right-item-block > div {
		width: 50%;
		text-align: right;
		justify-content: flex-end;
	}
	.topic-loop-item .right-item-block > .views-topic,
	.column-views {
		display: none;
	}
	.top-headers .other-parametrs {
		width: 126px;
	}
	.top-headers .other-parametrs > .column-replies {
		text-align: center;
	}
	.top-headers .other-parametrs > div {
		width: 50%;
		text-align: right;
	}
	.topic-loop-item .left-item-block .topic-tags {
		flex-wrap: wrap;
		gap: 4px;
	}
	.author-avatar:not(.last-avatar),
	.author-avatar.last-avatar:not(:first-child) {
		display: none;
	}
}
@media (max-width: 425px) {
	.top-headers .name-of-column,
	.top-headers .other-parametrs {
		display: none;
	}
	.top-headers {
		margin-top: 0;
	}
	.topic-loop-item {
		padding: 14px 0;
	}
	.topic-loop-item {
		grid-column-gap: 0;
		display: flex;
	}
	.topic-loop-item .left-item-block {
		order: 2;
		margin-right: 29px;
	}
	.topic-loop-item .center-item-block {
		order: 1;
		margin-right: 14px;
		align-items: flex-start;
	}
	.topic-loop-item .right-item-block {
		flex-direction: column;
		align-items: flex-end;
		gap: 4px 0;
	}
	.topic-loop-item .right-item-block {
		order: 3;
	}
	.topic-loop-item .right-item-block .replies-topic {
		margin: initial;
		justify-content: flex-end;
	}
	.topic-loop-item .right-item-block > .activity-topic {
		color: #8495a3;
		text-align: center;
		font-size: 12px;
		line-height: 18px;
	}
}
body.search .search_btn,
div[data-pt='materials'] .post_activity,
div[data-pt='materials'] .post_footer_bottom,
body.search .search-close-icon {
	display: none !important;
}
