/******************************************************************************** FRAMEWORK ********************************************************************************/
.flex{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.nowrap{
	flex-wrap: nowrap;
}
.justify-content-between{
    justify-content:space-between;
}
.justify-content-around{
    justify-content:space-around;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-end{
    justify-content:flex-end;
}
.align-items-center{
	align-items: center;
}
.align-items-stretch{
	align-items: stretch;
}
.align-items-end{
	align-items: flex-end;
}
.align-content-end{
	align-content: flex-end;
}
.align-content-center{
	align-content: center;
}
.align-content-stretch{
	align-content: stretch;
}
.td-button,
a.td-button,
body.td-body .main-content .td-button,
body.td-body .main-content a.td-button{
	border: none;
	box-shadow: none;
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	text-decoration: none;
	padding: 14px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	background: #DFDFDF;
	border-radius: 6px;
	text-decoration: none !important;
}
.td-button:hover,
a.td-button:hover,
body.td-body .main-content .td-button:hover,
body.td-body .main-content a.td-button:hover{
	background: var(--color-main);
	color:#000 !important;
}
@media (max-width: 1080px){
	.td-button, a.td-button, body.td-body .main-content .td-button, body.td-body .main-content a.td-button {
		padding: 8px;
		font-size: 16px;
		line-height: 19px;
	}
}
body.td-body .has-luminous-vivid-amber-color{
	color: inherit !important;
}
/******************************************************************************** WEBSITE WIDTH ********************************************************************************/
.wrapper,
footer .wrapper{
	max-width: 1530px;
	padding: 0 16px;
	display: block;
	margin: auto;
}
div.main-content {
	max-width: 1498px;
	gap: 37px;
}
.main-content .content {
	max-width: 1118px;
}
.news.topics{
	max-width: 343px;
}
@media (min-width: 768px) {
	.full-width-pic {
		max-width: 1498px;
		padding: 0;
	}
}
@media (max-width: 1530px) {
	.wrapper,
	footer .wrapper,
	div.main-content{
		max-width: 100vw;
		padding: 0 16px;
	}
	div.main-content {
		gap: 30px;
	}
	.main-content .content {
		max-width: 74%;
	}
	.news.topics {
		max-width: calc(26% - 30px);
	}
}
@media (max-width: 1300px) {
	div.main-content {
		gap: 20px;
	}
	.main-content .content {
		max-width: 70%;
	}
	.news.topics {
		max-width: calc(30% - 20px);
	}
}
@media (max-width: 1080px) {
	.main-content .content {
		width:100%;
		max-width: 100%;
	}
	.news.topics {
		width:100%;
		max-width: 100%;
	}
}
@media (max-width: 1024px) { /* fixing legacy */
	body.td-body aside.topics {
		position: static;
		overflow-y: auto;
		transition: all .3s ease-out;
		max-width: 100%;
		height: unset;
	}
}
/******************************************************************************** MISC FIXES ********************************************************************************/

body.td-body .main-content .cards .single .video::before, 
body.td-body .main-content .alm-reveal .single .video::before {
	z-index:10;
	transition: all .25s linear;
	-webkit-mask: url(../img/video.svg) no-repeat center;
	mask: url(../img/video.svg) no-repeat center;
	mask-size: 64px;
	background: var(--color-main);
	opacity: .80;
}
body.td-body .main-content .cards .single .video:hover::before, 
body.td-body .main-content .alm-reveal .single .video:hover::before {
	opacity: 1;
}
/******************************************************************************** PAGINATION ********************************************************************************/
body.td-body .pagination {
	padding: 40px 0 0;
}
body.td-body .pagination a:not(.prev):not(.next), 
body.td-body .pagination span {
	background-color: #2A2A2A;
	color: #fff;
	text-decoration: none;
}
body.td-body .pagination a:not(.prev):not(.next):active, 
body.td-body .pagination a:not(.prev):not(.next):hover,
body.td-body .pagination a:not(.prev):not(.next).current, 
body.td-body .pagination span:active, 
body.td-body .pagination span:hover,
body.td-body .pagination span.current {
	background-color: var(--color-main);
	color: #000;
}
body.td-body .pagination .next {
	background-image: url(../img/td_pagination_right.svg);
}
body.td-body .pagination .prev {
	background-image: url(../img/td_pagination_right.svg);
	transform: rotate(180deg);
}
body.td-body .pagination .next:hover,
body.td-body .pagination .prev:hover{
	filter: grayscale(1);
}
/******************************************************************************** HEADER ********************************************************************************/
body.td-body header {
	padding: 0;
	margin: 0;
	display: block;
	box-shadow: none;
}
body.td-body .header-flex {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #E8E8E8;
	transition: all .25s linear;
	gap: 15px;
}
.header-textbanner{
	background: linear-gradient(264.93deg, var(--color-main) 0%, var(--color-secondary) 96.51%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	opacity: 1;
	transition: all .25s linear;
}
body.td-body .wrapper.header-textbanner-flex{
	padding: 16px;
	justify-content: center;
	gap: 22px;
}
.header-textbanner-text{
	color: #2A2A2A;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}
.header-textbanner-btn{
	display:block;
	padding: 11px 44px 11px 20px;
	color:#fff;
	background:#2A2A2A;
	border-radius: 6px;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	position: relative;
}
.header-textbanner-btn::after{
	content:'';
	position: absolute;
	right:10px;
	top:10px;
	width: 24px;
	height:24px;
	background-color: var(--color-main);
	transform:rotate(180deg);
	-webkit-mask: url('../img/td_slideleft.svg') no-repeat center;
	mask: url('../img/td_slideleft.svg') no-repeat center;
}
.header-textbanner-btn:hover{
	background:#fff;
	color:var(--color-main);
}

.header-topics{
	background: #F1F1F1;
	padding: 19px 0 4px;
}
header .wrapper.header-topics-wrapper{
	display:block;
	overflow-x: auto;
	scrollbar-color: var(--color-main) rgba(0, 154, 181, 0.1);
	scrollbar-width: thin;
	padding-bottom: 15px;
	width: 100%;
}
.header-topics-flex{
	min-width: 100%;
	gap: 10px 57px;
}
.header-topic-link {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	flex-shrink: 0;
}
.header-topic-link:hover {
	color: var(--color-inverted);
}
body.td-body header .logo{
	flex-shrink:0;
}
body.td-body header .logo img {
	width: 260px;
	height: 93px;
	transition: all .25s linear;
}
body.td-body nav.main {
	margin-left: unset;
	margin-right: unset;
}
body.td-body nav > ul {
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	gap: 10px 34px;
}
body.td-body nav > ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 19px;
}
body.td-body nav > ul li::before {
	display: none;
}

body.td-body nav.main .sub-menu {
	padding: 15px 20px;
	border-radius: 5px;
	z-index:100;
}
body.td-body nav.main .sub-menu li:not(:last-child){
	margin-bottom: 6px;
}
body.td-body header .lang-menu {
	flex-direction: unset;
	margin: 0;
	gap: 10px;
}
body.td-body header .lang-menu li{
	font-size: 20px;
	line-height:25px;
}
body.td-body header .lang-menu li.wpml-ls-current-language{
	color: var(--color-main);
	font-weight: bold;
}

.header-right{
	gap: 10px 16px;
	flex-shrink:0;
}

body.td-body header #search-form {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	max-width: 50px;
	transition: max-width ease-in-out 0.3s;
	position: relative;
	z-index:10;
}
body.td-body header #search-form input[type="text"] {
	position: absolute;
	right: 60px;
	top:0;
	outline: none;
	background-color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding:5px 0;
	margin: 0;
	opacity: 0;
	border: 1px solid transparent;
	width: 0;
	height: 50px;
	border-radius: 6px;
	transition: all ease-in-out 0.3s;
	max-width: unset;
}
body.td-body header #search-form.active input[type="text"] {
	padding: 5px 10px;
	width: 200px;
	border-color: #2A2A2A;
	opacity: 1;
}
body.td-body header #search-form #search-btn {
	display: inline-block;
	background-color: var(--color-main);
	background-image: url(../img/td_search.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
}
body.td-body header #search-form #search-btn:hover{
	transform: scale(1.05);
}

body.td-body header .share-trigger-wrapper {
	width: unset;
}


#td-toggle-menu {
	display:none;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 8px;
	background:#2A2A2A;
	border-radius: 6px;
}
#td-toggle-menu span{
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background:#fff;
}

header.sticky .header-textbanner{
	height: 0;
	opacity: 0;
	z-index:-1;
	position: relative;
}
body.td-body header.sticky .header-flex {
	padding: 10px 0;
}
body.td-body header.sticky .logo img {
	width: auto;
	height: 60px;
}

.header-flex .footer-socials{
	display:none;
}


@media (min-width:1081px){
	body.td-body nav.main > ul{
		border-radius:6px;
		background:#F1F1F1;
		gap: 0;
		padding: 0 10px;
	}
	body.td-body nav.main > ul > li > a {
		padding: 17px;
		background:#F1F1F1;
		display: block;
		position: relative;
		overflow: hidden;
	}
	body.td-body nav.main > ul > li.current-menu-item > a{
		font-weight: bold;
	}
	body.td-body nav.main > ul > li.current-menu-item > a::after,
	body.td-body nav.main > ul > li > a:hover::after{
		content:"";
		position: absolute;
		top:-3px;
		left:17px;
		width:calc(100% - 34px);
		height:10px;
		border-radius: 8px;
		background:var(--color-main);
	}
	.sub-menu .current-menu-item > a{
		font-weight: bold;
	}
}
@media (max-width:1080px){
	body.td-body .header-flex {
		padding: 15px 0;
		gap: 10px;
	}
	body.td-body header .logo img {
		width: auto;
		min-width: 200px;
		height: 80px;
	}
	.header-right {
		gap: 8px;
	}
	body.td-body header #search-form {
		max-width: 40px;
	}
	body.td-body header #search-form #search-btn {
		width: 40px;
		height: 40px;
	}
	body.td-body header #search-form input[type="text"] {
		right: 48px;
		height: 40px;
	}
	body.td-body header #search-form.active input[type="text"] {
		width: calc(100vw - 175px);
	}
	body.td-body nav > ul {
		gap: 10px 20px;
	}
}
@media (max-width:990px){
	#td-toggle-menu {
		display:flex;
		flex-wrap: wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
		gap:4px 0;
		z-index: 10;
	}
	body.td-body nav.main {
		position: static;
		display: none;
	}
	.header-right nav{
		display:none;
	}
	nav.main::before {
		display:none;
	}
	body.td-body header.mobileactive{
		position: fixed;
		width: 100vw;
		min-height: 100dvh;
		overflow: auto;
		scrollbar-color: var(--color-main) rgba(0, 154, 181, 0.1);
		scrollbar-width: thin;
	}
	header.mobileactive .wrapper {
		padding: 0;
		position: relative;
	}
	header.mobileactive .wrapper > *{
		position: relative;
		z-index:2;
	}
	header.mobileactive .wrapper::before{
		content:"";
		position: absolute;
		z-index:0;
		left:0;
		top:0;
		background: var(--color-main);
		width:100%;
		height:53px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	header.mobileactive .header-textbanner,
	header.mobileactive .header-topics,
	header.mobileactive .logo,
	header.mobileactive .share-trigger-wrapper{
		display:none;
	}
	header.mobileactive .header-flex .footer-socials{
		display:flex;
		order:4;
		width:100%;
		margin-top: 30px;
	}
	header.mobileactive .header-flex .footer-socials a {
		background: #2A2A2A;
	}
	header.mobileactive .header-flex .footer-socials a:hover {
		background: var(--color-main);
	}
	header.mobileactive .header-flex,
	body.td-body header.sticky.mobileactive .header-flex{
		padding: 0;
		gap: 27px;
		flex-wrap: wrap;
		padding: 12px 16px;
		border: none;
	}
	header.mobileactive .header-right {
		order: 1;
		width: 100%;
		justify-content: space-between;
		gap: 25px;
	}
	header.mobileactive nav.main {
		display: block;
		order: 2;
		width: 100%;
		height: auto;
	}
	body.td-body nav.main > ul {
		height: auto;
	}
	body.td-body header.mobileactive #search-form{
		width: 100%;
		max-width: unset;
	}
	header.mobileactive #td-toggle-menu {
		width: 30px;
		height: 30px;
		background: transparent;
		border-radius: 6px;
		padding: 0;
		position: relative;
	}
	header.mobileactive #td-toggle-menu span{
		display:none;
	}
	header.mobileactive #td-toggle-menu::before,
	header.mobileactive #td-toggle-menu::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 30px;
		background-color: #000;
		border-radius: 2px;
		transform-origin: center;
	}
	header.mobileactive #td-toggle-menu::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	header.mobileactive #td-toggle-menu::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	
	header.mobileactive  #search-form {
		order: 2;
		z-index: 10;
	}
	body.td-body header.mobileactive #search-form #search-btn {
		z-index: 2;
	}
	body.td-body header.mobileactive #search-form input[type="text"] {
		width: calc(100% - 35px);
		right: 35px;
		border: none;
		background: #F8F8F8;
		z-index: 1;
		opacity: 1;
		padding: 10px 16px;
	}
	
	body.td-body header.mobileactive nav.main > ul {
		display: block;
		padding: 0;
	}
	body.td-body header.mobileactive nav.main > ul li a {
		display: block;
		text-align: left;
	}
	body.td-body header.mobileactive nav.main .sub-menu {
		padding: 12px 15px;
		border-radius: 0;
		z-index: 100;
		display: none;
		margin: 0;
	}
	body.td-body header.mobileactive nav.main .sub-menu a {
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
	}
	
	
	header.mobileactive .header-right nav {
		display: block;
		order:1;
		z-index: 10;
	}


	body.td-body header.mobileactive .lang-menu li.wpml-ls-current-language {
		color: #fff;
		font-weight: 700;
	}

	body.td-body nav.main > ul > li {
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
		margin-bottom: 7px;
		border-bottom: 1px solid #E8E8E8;
		padding: 6px 0;
	}
	body.td-body nav.main > ul li.menu-item-has-children{
		position: relative;
		padding-right: 35px;
	}
	body.td-body nav.main > ul li.menu-item-has-children::before{
		display:block;
		content:'';
		width:3px;
		height:26px;
		position: absolute;
		border-radius: 2px;
		background: var(--color-main);
		top: 5px;
		right: 15px;
		left: auto;
	}
	body.td-body nav.main > ul li.menu-item-has-children::after{
		display:block;
		content:'';
		width:26px;
		height:3px;
		position: absolute;
		border-radius: 2px;
		background: var(--color-main);
		top: 17px;
		right: 3px;
	}
	body.td-body nav.main > ul li.menu-item-has-children.open::before{
		display:none;
	}
	body.td-body nav.main > ul li.menu-item-has-children.open::after{
		background: #000;
	}

	body.td-body .wrapper.header-textbanner-flex {
		padding: 10px;
		gap: 8px;
	}
	.header-textbanner-text {
		font-size: 16px;
		line-height: 20px;
		width: 100%;
		text-align: center;
		padding: 0 30px;
	}
	.header-textbanner-btn {
		padding: 5px 30px 5px 15px;
	}
	.header-textbanner-btn::after {
		right: 3px;
		top: 4px;
	}
	.header-topics {
		padding: 19px 0 6px 16px;
	}
	header .wrapper.header-topics-wrapper {
		padding: 0 0 16px;
	}
	.header-right {
		margin-left: auto;
	}
}
@media (max-width: 767px) {/* overwrite legacy */
	body.td-body header .logo {
		max-height: unset;
		flex-shrink: 1;
	}
	body.td-body header .logo img {
		min-width: unset;
	}
}
@media (max-width: 500px) {
	body.td-body .header-flex {
		gap: 10px;
	}
}
/******************************************************************************** FOOTER ********************************************************************************/
body.td-body footer {
	margin-top: 100px;
	margin-bottom: 0;
	padding: 60px 0;
}
.footer-flex{
	gap: 20px;
}
.footer-left{
	max-width: 300px;
}
.footer-menu{
	max-width: 700px;
	flex-shrink: 0;
}
.footer-menu ul{
	display:flex;
	flex-wrap: wrap;
	gap: 10px;
}
.footer-menu ul li{
	margin:0;
	padding:0;
	position: relative;
	padding-right: 10px;
}
.footer-menu ul li:last-child{
	padding-right: 0;
}
.footer-menu ul li a{
	font-size: 18px;
	line-height: 21px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.footer-menu ul li a:hover{
	color:var(--color-main);
}
.footer-menu ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 100%;
	width: 1px;
	height: 15px;
	background-color: #fff;
}
.footer-menu ul li:last-child::before{
	display:none;
}
.footer-right{
	max-width:calc(1000px - 40px);
}
.footer-right,
.footer-socials{
	gap: 9px;
}
.footer-socials a{
	width: 50px;
	height: 50px;
	border-radius: 6px;
}
.footer-socials a:hover{
	background:var(--color-main);
}
.footer-socials a img{
	width: 70%;
	height: 70%;
}
.footer-socials a:hover img{
	filter: invert(1);
}
body.td-body footer .share-trigger-wrapper {
	width: unset;
}
body.td-body footer .footer-text{
	margin-top: 30px;
	color: #fff;
}
body.td-body footer .footer-text a{
	text-decoration: none;
}
body.td-body footer .footer-text a:hover {
	color: var(--color-main);
}
@media (max-width: 1080px) {
	body.td-body footer {
		margin-top: 50px;
		padding: 30px 0;
	}
	.footer-flex {
		flex-wrap: wrap;
	}
	.footer-socials a {
		width: 40px;
		height: 40px;
	}
	.footer-socials .share-trigger {
		min-width: 40px;
		width: 40px;
		height: 40px;
	}
	.footer-socials .share-panel {
		top: unset;
		bottom: calc(100% + 2px);
	}
}
@media (max-width: 768px) {
	.footer-left,
	.footer-menu,
	.footer-right{
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.footer-menu ul,
	.footer-right, 
	.footer-socials{
		justify-content: center;
	}
	.footer-right, .footer-socials {
		justify-content: center;
	}
}
/******************************************************************************** CONTENT SECTION ********************************************************************************/
div.main-content {
	flex-wrap: wrap;
}
div.main-content > .content {
	display: block;
}
body.td-body .wp-block-video video {
	max-height: 800px;
}
body.td-body iframe {
	max-height: 800px;
	max-width: 100%;
	display: block;
	margin: 30px auto;
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
	min-height: 400px;
}

body.td-body.single-post .authors-list .single-author .text, 
body.td-body.single-thoughts .authors-list .single-author .text, 
body.td-body.single-topics .authors-list .single-author .text, 
body.td-body.page-template-page-news .authors-list .single-author .text, 
body.td-body.single-videos .authors-list .single-author .text, 
body.td-body.single-blogs .authors-list .single-author .text, 
body.td-body.single-longreads .authors-list .single-author .text, 
body.td-body.single-authors .authors-list .single-author .text {
	white-space: initial;
}
body.td-body article{
	box-shadow: none;
	padding: 30px 0 0;
	border-radius: 0;
	margin: 0;
}
body.td-body article h2::after,
body.td-body article h3::after{
	display: none;
}
body.td-body article > ul, 
body.td-body article > ol, 
body.td-body article > p, 
body.td-body article > h1, 
body.td-body article > h2, 
body.td-body article > h3, 
body.td-body article > h4, 
body.td-body article > h5{
	padding-left: 0;
	padding-right: 0;
}
body.td-body article h1{
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}
body.td-body article .post-info::after{
	display:none;
}
body.td-body article .post-info{
	font-size: 16px;
	line-height: 18px;
	color: var(--color-text-secondary);
	font-weight: 500;
}
body.td-body .td-post-meta {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E8E8E8;
	gap: 10px;
	flex-wrap: nowrap;
}
body.td-body .article .post-cover, 
body.td-body article .post-cover {
	width: 100%;
	max-height: 505px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 38px;
	margin-top: 40px;
}
body.td-body .article .post-cover img, 
body.td-body article .post-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
body.td-body article .post-cover .category,
body.td-body .main-content .cards .single .category, 
body.td-body .main-content .alm-reveal .single .category{
	background: var(--color-main);
	border: none;
	border-radius: 5px;
	font-weight: 500;
	padding: 5px 10px;
}
body.td-body .td-post-author{
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 1;
	flex-grow: 1;
}
body.td-body .authors-list{
	width: 100%;
	gap: 15px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
body.td-body .article .single-author, 
body.td-body article .single-author {
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none;
	max-width: 400px;
	flex: unset !important;
	width: 100%;
	display: flex;
	align-items: center;
	/*max-width: calc(50% - 8px);*/
	text-decoration: none !important;
}
body.td-body .article .single-author .photo,
body.td-body article .single-author .photo{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #303030;
}
body.td-body .article .single-author .photo img,
body.td-body article .single-author .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100% !important;
}
body.td-body .article .single-author .text,
body.td-body article .single-author .text{
	max-width:calc(100% - 114px);
}
body.td-body .authors-list .single-author .text .name{
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: #2A2A2A;
}
body.td-body .authors-list .author-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
	white-space: initial;
	color: #2A2A2A;
}



body.td-body article p{
	font-size: 20px;
	line-height: 150%;
}

body.td-body .article ul,
body.td-body article ul{
	list-style:none;
	margin: 30px 0;
}
body.td-body .article ul li,
body.td-body article ul li{
	font-size: 20px;
	line-height: 150%;
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
body.td-body .article ul li::before,
body.td-body article ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	width: 12px;
	height: 12px;
	background: var(--color-main);
	border-radius: 100%;
}

body.td-body .article ol,
body.td-body article ol {
	margin: 30px 0;
	padding-left: 0;
	counter-reset: custom-counter;
	list-style: none;
}
body.td-body .article ol > li,
body.td-body article ol > li {
	font-size: 20px;
	line-height: 150%;
	counter-increment: custom-counter;
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
}
body.td-body .article ol > li::before,
body.td-body article ol > li::before {
	content: counter(custom-counter);
	position: absolute;
	left: 18px;
	top: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: var(--color-main);
	color: #0B354E;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
}

body.td-body .main-content .content article h1,
body.td-body .main-content .content article h2,
body.td-body .main-content .content article h3,
body.td-body .main-content .content article h4,
body.td-body .main-content .content article h5,
body.td-body .main-content .content article h6,
body.td-body .main-content .content .article h1,
body.td-body .main-content .content .article h2,
body.td-body .main-content .content .article h3,
body.td-body .main-content .content .article h4,
body.td-body .main-content .content.article h5,
body.td-body .main-content .content .article h6{
	clear: both;
	font-weight: 700;
	text-transform:initial;
	padding:0;
	margin-top: 0;
	margin-bottom: 20px;
}
body.td-body .main-content .content article h1,
body.td-body .main-content .content .article h1{
	font-size: 32px;
	line-height: 40px;
	border: none;
}
body.td-body .main-content .content article h2,
body.td-body .main-content .content .article h2 {
	margin-top: 35px;
	font-size: 28px;
	line-height: 35px;
}
body.td-body .main-content .content article h3,
body.td-body .main-content .content .article h3 {
	margin-top: 30px;
	font-size: 26px;
	line-height: 32px;
}
body.td-body .main-content .content article h4,
body.td-body .main-content .content .article h4{
	margin-top: 25px;
	font-size: 24px;
	line-height: 30px;
}
body.td-body .main-content .content article h5,
body.td-body .main-content .content article h6,
body.td-body .main-content .content .article h5,
body.td-body .main-content .content .article h6{
	margin-top: 20px;
	font-size: 22px;
	line-height: 30px;
}
body.td-body .main-content .content article a{
	color:var(--text);
	text-decoration: underline;
	text-decoration-color: var(--color-main);
	word-break: normal;
	overflow-wrap: normal;
}
body.td-body .main-content .content article a:hover{
	color:var(--color-main);
	text-decoration-color: var(--text);
}
body.td-body .main-content .content article img,
body.td-body .main-content .content .article img{
	border-radius:6px;
	display:block;
}
body.td-body .wp-block-image .alignleft {
	margin: 20px 30px 20px 0;
}
body.td-body .wp-block-image .alignright {
	margin: 20px 0 20px 30px;
}
body.td-body .wp-block-image .aligncenter {
	margin: 30px auto;
}
body.td-body .wp-block-image figcaption {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 20px;
	background-color: var(--color-secondary);
	border-radius: 0 6px 6px 0;
}

body.td-body blockquote {
	padding: 30px 100px;
	font-size: inherit;
	line-height: inherit;
	background-color: #FBFBFB;
	margin: 35px 0;
	font-style: inherit;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	border-left: 12px solid var(--color-main);
}
body.td-body blockquote *:last-child{
	margin-bottom: 0;
}
body.td-body blockquote::before{
	content:'';
	position: absolute;
	background-image:url('../img/td_blockquote.svg');
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	width:42px;
	height:36px;
	left:21px;
	top:12px;
}
body.td-body blockquote::after{
	content:'';
	position: absolute;
	background-image:url('../img/td_blockquote.svg');
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	width:42px;
	height:36px;
	right:21px;
	bottom:12px;
	transform: rotate(180deg) scaleY(-1);
}
body.td-body blockquote.blockquote-2{
	border-color: #303030;
	background:var(--color-secondary);
}
body.td-body blockquote.blockquote-3{
	border: none;
	background: #FFF4C6;
	padding-left: 80px;
	background-image:url('../img/td_ahtung.svg');
	background-repeat:no-repeat;
	background-position: 24px center;
	background-size: 19px auto;
}
body.td-body blockquote.blockquote-3::before,
body.td-body blockquote.blockquote-3::after{
	display:none;
}


body.td-body .gallery{
	margin: 30px 0;
	padding: 0px;
	gap: 10px;
	max-width: 100%;
}
body.td-body .gallery figure {
	flex: 0 1 calc(33.33% - 7px);
	margin: 0;
	transition: all .25s ease;
}
body.td-body .gallery figure:hover {
	transform: scale(1.03);
}




body.td-body .article .wp-block-table,
body.td-body article .wp-block-table {
	width: 100%;
	display: block;
	margin: 30px 0;
}
body.td-body .article .wp-block-table table,
body.td-body article .wp-block-table table{
	margin: 0;
}
body.td-body .article table,
body.td-body article table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 6px;
	overflow: hidden;
	border: none;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background: #fff;
	overflow-x: auto;
	padding-bottom: 15px;
	scrollbar-color: var(--color-main) rgba(0, 154, 181, 0.1);
	scrollbar-width: thin;
}
body.td-body .article table thead th,
body.td-body article table thead th,
body.td-body .article table thead td,
body.td-body article table thead td,
body.td-body .article table th,
body.td-body article table th{
	border: none;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 21px;
	background:var(--color-main);
}
body.td-body .article table tbody tr td,
body.td-body article table tbody tr td{
	padding: 10px 15px;
	font-size: 16px;
	line-height: 22px;
	border: none;
}
body.td-body .article table tbody tr:nth-child(odd) td,
body.td-body article table tbody tr:nth-child(odd) td{
	background:var(--color-secondary);
}
body.td-body table tr:hover td {
	background-color: unset;
}

@media (max-width:1300px){
	body.td-body .wp-block-image .alignleft,
	body.td-body .wp-block-image .alignright,
	body.td-body .alignleft,
	body.td-body .alignright{
		max-width: 50%;
	}
}
@media (max-width:1080px){
	.main-content .content {
		padding: 0;
	}
	.breadcrumbs-wrap > span {
		gap: 10px;
	}
	body.td-body article {
		padding: 10px 0 0;
	}
	body.td-body article p {
		font-size: 16px;
		line-height: 140%;
	}
	body.td-body .article .post-cover, body.td-body article .post-cover {
		max-height: unset;
		aspect-ratio: 16/10;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	body.td-body article .post-cover .category, body.td-body .main-content .cards .single .category, body.td-body .main-content .alm-reveal .single .category {
		left: 10px;
		bottom: 10px;
		font-size: 14px;
	}
	body.td-body .td-post-meta {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.single-post .authors-list, 
	.single-thoughts .authors-list, 
	.single-topics .authors-list, 
	.page-template-page-news .authors-list, 
	.single-videos .authors-list, 
	.single-blogs .authors-list, 
	.single-longreads .authors-list, 
	.single-authors .authors-list {
		gap: 10px;
		margin-bottom: 20px;
		padding: 0;
	}
	body.td-body .td-post-author {
		max-width: 100%;
	}
	.td-post-meta .share-trigger-wrapper {
		/*width: 100%;*/
	}
	body.td-body .article .single-author .photo, body.td-body article .single-author .photo {
		width: 60px;
		height: 60px;
	}
	body.td-body .article .single-author .text, body.td-body article .single-author .text {
		max-width: calc(100% - 74px);
	}
	body.td-body .authors-list .single-author .text .name {
		font-size: 16px;
	}
	body.td-body .authors-list .author-excerpt {
		font-size: 14px;
		line-height: 1.2;
		margin-top: 5px;
	}
	
	body.td-body .wp-block-image .alignleft {
		margin: 10px 10px 20px 0;
	}
	body.td-body .wp-block-image .alignright {
		margin: 10px 0 10px 20px;
	}
	body.td-body .wp-block-image .aligncenter {
		margin: 20px auto;
	}
	
	body.td-body .article ul, body.td-body article ul {
		margin: 20px 0;
	}
	body.td-body .article ul li, body.td-body article ul li {
		font-size: 16px;
		line-height: 140%;
		padding-left: 30px;
	}
	body.td-body .article ul li::before, body.td-body article ul li::before {
		top: 6px;
		left: 10px;
		width: 8px;
		height: 8px;
	}
	body.td-body .article ol, body.td-body article ol {
		margin: 20px 0;
	}
	body.td-body .article ol > li, body.td-body article ol > li {
		font-size: 16px;
		line-height: 140%;
		padding-left: 45px;
		min-height: 20px;
	}
	body.td-body .article ol > li::before, body.td-body article ol > li::before {
		left: 10px;
		top: 2px;
		width: 25px;
		height: 25px;
		line-height: 20px;
	}
	
	body.td-body .article .wp-block-table,
	body.td-body article .wp-block-table {
		margin: 20px 0;
	}
	body.td-body .article table,
	body.td-body article table {
		white-space: nowrap;
		margin: 0;
	}
	body.td-body .article table tbody,
	body.td-body article table tbody{
		display:block;
	}
	
	body.td-body blockquote {
		padding: 15px 40px;
		margin: 20px 0;
		border-width: 6px;
	}
	body.td-body blockquote.blockquote-3 {
		padding-left: 50px;
		background-position: 20px center;
		background-size: 15px auto;
	}
	body.td-body blockquote::before {
		width: 25px;
		height: 20px;
		left: 8px;
		top: 8px;
	}
	body.td-body blockquote::after {
		width: 25px;
		height: 20px;
		right: 8px;
		bottom: 8px;
	}
	
	body.td-body .wp-block-image figcaption {
		padding: 5px 10px;
		font-size: 14px;
		line-height: 18px;
		margin: 0px 0 8px;
	}
	
	body.td-body .main-content .content article h1, 
	body.td-body .main-content .content .article h1 {
		text-align: left;
		font-size: 28px;
		line-height: 35px;
	}
	body.td-body .main-content .content article h2,
	body.td-body .main-content .content .article h2 {
		text-align: left;
		margin-top: 25px;
		font-size: 25px;
		line-height: 30px;
	}
	body.td-body .main-content .content article h3,
	body.td-body .main-content .content .article h3 {
		text-align: left;
		margin-top: 25px;
		font-size: 22px;
		line-height: 28px;
	}
	body.td-body .main-content .content article h4,
	body.td-body .main-content .content .article h4{
		text-align: left;
		margin-top: 20px;
		font-size: 20px;
		line-height: 24px;
	}
	body.td-body .main-content .content article h5,
	body.td-body .main-content .content article h6,
	body.td-body .main-content .content .article h5,
	body.td-body .main-content .content .article h6{
		text-align: left;
		margin-top: 20px;
		font-size: 19px;
		line-height: 24px;
	}
	
}
@media (max-width:600px){
	body.td-body .article .single-author, body.td-body article .single-author{
		max-width: 100%;
	}
	
}
/******************************************************************************** BREADCRUMBS ********************************************************************************/
.breadcrumbs {
	padding-top: 30px;
	padding-bottom: 15px;
	overflow-x: auto;
	scrollbar-color: var(--color-main) rgba(0, 154, 181, 0.1);
	scrollbar-width: thin;
}
.breadcrumbs span {
	font-size: 16px;
	line-height: 19px;
	display:block;
	display:flex;
	align-items:center;
	align-content:center;
	gap: 10px;
	white-space: nowrap;
	flex-shrink: 0;
}
.breadcrumbs-wrap > span{
	gap: 20px;
}
.breadcrumbs a{
	display:block;
	text-decoration: none;
	border-bottom: none;
}
.breadcrumbs span[itemtype="https://schema.org/BreadcrumbList"] > span:not(:first-child){
	position: relative;
	padding-left: 15px;
}
.breadcrumbs span[itemtype="https://schema.org/BreadcrumbList"] > span:not(:first-child)::before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: var(--color-main);
	border-radius: 50%;
}
@media (max-width:1080px){
	.main-content .content {
		padding: 0;
	}
	.breadcrumbs span {
		font-size: 14px;
		line-height: 18px;
	}
	.breadcrumbs {
		padding-top: 20px;
	}
	.breadcrumbs-wrap > span {
		gap: 10px;
	}
	.breadcrumbs span[itemtype="https://schema.org/BreadcrumbList"] > span:not(:first-child) {
		padding-left: 10px;
	}
}
/******************************************************************************** SHAREING ********************************************************************************/
.share-trigger-wrapper {
	gap: 19px;
	position: relative;
}
.td-post-meta .share-trigger-wrapper {
	margin-left: auto;
}
.share-label {
    font-size: 16px;
	line-height: 19px;
}
.share-trigger{
	min-width: 50px;
	width:50px;
	height:50px;
	background-color:var(--color-main);
	border-radius:6px;
	border:none;
	cursor:pointer;
	position:relative;
	padding:0;
}
.share-trigger::before{
	content:"";
	position:absolute;
	inset:0;
	background:url('../img/td_share.svg') center/28px no-repeat;
}
.share-trigger.black::before{
	filter: brightness(0);
}
.share-trigger:hover {
    transform: scale(1.05);
}
.share-panel {
	position: absolute;
	right: 0;
	top: calc(100% + 2px);
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	display: flex;
	gap: 10px;
}
.share-panel.hidden {
    display: none;
}
.social-icon {
	border: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
    background-color: #f0f2f5;
    opacity: 0.8;
}
.social-icon:hover {
    transform: translateY(-4px);
    opacity: 1;
}
.social-icon[data-network="facebook"] { 
	background-image: url('../img/td_soc_fb.svg'); 
	background-color: #1877f2; 
}
.social-icon[data-network="x"] { 
	background-image: url('../img/td_soc_x.svg'); 
	background-color: #000; 
}
.social-icon[data-network="telegram"] { 
	background-image: url('../img/td_soc_tg.svg'); 
	background-color: #26A5E4; 
}
.social-icon[data-network="viber"] { 
	background-image: url('../img/td_soc_vib.svg'); 
	background-color: #7360f2; 
}
.social-icon[data-network="whatsapp"] { 
	background-image: url('../img/td_soc_wa.svg'); 
	background-color: #25D366; 
}
@media (max-width: 1080px) {
    .share-trigger {
		width: 42px;
		height: 42px;
		min-width: 42px;
	}
    .social-icon { 
		width: 42px; 
		height: 42px; 
		border-radius: 12px; 
	}
    .share-label { 
		font-size: 1rem; 
	}
}
/******************************************************************************** SIDEBAR SECTION ********************************************************************************/
.news.topics{
	margin: 0;
	padding: 100px 0 0;
	border: none;
}
.news.topics > *:not(:last-child){
	margin-bottom: 49px;
}
.news.topics h2::after {
	display: none;
}
.news.topics .sidebar-block-title{
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 25px;
	padding:0;
	text-align:left;
	text-transform: initial;
}
.sidebar-block-title.block-sidebar-news-title{
	display:none;
}
.topics.news .block-sidebar-news-posts {
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-color: var(--color-main) rgba(0, 154, 181, 0.1);
	scrollbar-width: thin;
	height: 676px;
	padding-bottom: 25px;
}
.topics.news .block-sidebar-news .date{
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #000;
	padding: 0;
	margin: 0;
	background: none;
}
.topics.news .block-sidebar-news .date:not(:first-child){
	margin-top: 16px;
}
.news.topics .post-link {
	padding: 16px 0;
	border-bottom: 1px solid #E8E8E8;
}
.news.topics .post-link a {
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	text-decoration: none;
}
.news.topics .post-link a:hover {
	color: var(--color-inverted);
}
.news.topics .post-link:hover {
	background-color: unset;
}
.news.topics .post-link a.bolded{
	font-weight: 600;
}
.news.topics .post-link .time {
	padding:0;
	color: #949494;
	width: 55px;
	display: inline-block;
}
.news.topics .tag {
	color: #000;
	background: var(--color-main);
	padding: 3px 5px;
	border: none;
	font-size: 10px;
	font-weight: 500;
	border-radius: 5px;
	line-height: 1;
	margin: 0 0 0 5px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	top: -2px;
}
.news.topics .block-extra-links {
	margin-top: 0;
	display: block;
	max-width: 400px;
}
.news.topics .block-extra-links-flex{
	gap: 8px;
}
.news.topics .sidebar-seealso-link{
	background:#ECECEC;
	border: 1px solid #DFDFDF;
	padding: 7px 12px;
	display:block;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	border-radius: 6px;
}
.news.topics .sidebar-seealso-link:hover{
	background: var(--color-main);
}


.block-sidebar-projects{
	background:#2A2A2A;
	border-radius: 6px;
	padding: 22px 28px 35px;
	max-width: 400px;
}
.block-sidebar-projects-titlewrap{
	min-height: 33px;
}
.sidebar-projects-title{
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	color:var(--color-main);
	padding: 0 60px 0 0;
	text-align: left;
	margin:0;
}
.block-sidebar-projects-list{
	margin-top:30px;
}
.block-sidebar-project{
	display:block;
	width:100%;
	text-decoration: none;
}
.project-thumb{
	width:100%;
	height:208px;
	max-width: 300px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 24px;
}
.project-thumb img {
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
}
.project-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
}
.news.topics .slick-arrow{
	position: absolute;
	top: -58px;
	width:24px;
	height:24px;
	background-color:var(--color-main);
	border-radius: 6px;
	cursor:pointer;
	-webkit-mask: url('../img/td_slideleft.svg') no-repeat center;
	mask: url('../img/td_slideleft.svg') no-repeat center;
}
.news.topics .slick-arrow:hover{
	background-color: #fff;
}
.news.topics .slick-arrow.sidebar-slick-prev{
	right:30px;
}
.news.topics .slick-arrow.sidebar-slick-next{
	right:0;
	transform: rotate(180deg);
}

.sidebar-blogs-block {
	gap: 14px;
	text-decoration: none;
	padding: 20px 0;
	border-bottom: 1px solid #E8E8E8;
}
.sidebar-blogs-block:first-child{
	padding-top:0;
}
.sidebar-blogs-block:last-child{
	border:none;
	padding-bottom:0;
}
.sidebar-blogs-block-photo{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #303030;
}
.sidebar-blogs-block-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.sidebar-blogs-block-content{
	max-width: calc(100% - 114px);
	width: 100%;
}
.sidebar-blogs-block-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-decoration: none;
}
.sidebar-blogs-block:hover .sidebar-blogs-block-title{
	color: var(--color-main);
}
.sidebar-blogs-block-name{
	font-size: 16px;
	line-height: 22px;
}
.block-sidebar-blogs-button{
	margin-top: 20px;
}


.single-company-firstblock-logowrap.sidebar-company-single-imgwrap{
	width: 100%;
	max-width: 360px;
	height: auto;
	aspect-ratio: 16/8;
	border: 1px solid #D6D6D6;
}
.sidebar-company-single:hover .single-company-firstblock-logowrap.sidebar-company-single-imgwrap img{
	transform: scale(1.05);
}
.sidebar-company-single{
	display:block;
	width: 100%;
	max-width: 359px;
	text-decoration: none;
}
.sidebar-company-single:not(:last-child){
	margin-bottom: 15px;
}
.sidebar-company-single-badgewrap {
	position: absolute;
	width:100%;
	z-index: 2;
	left: 0;
	bottom: 10px;
	text-align:center;
}
.sidebar-company-type-badge{
	display:inline-block;
	color: #000000;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	padding: 5px 12px;
	border-radius: 6px;
	background: var(--color-main);
}
.block-sidebar-companies-button{
	margin-top: 30px;
}

.td-sidedbar-vidgets-text,
.td-sidedbar-vidgets-text *{
	font-size: 16px;
	line-height: 22px;
}
.td-sidedbar-vidgets-text *:not(:last-child,br){
	margin-bottom: 10px;
}
.td-sidedbar-vidgets-text a{
	text-decoration: none;
	color:var(--color-main);
	font-weight: 500;
}
.td-sidedbar-vidgets-text a:hover{
	color: var(--text);
	text-decoration: underline;
	text-decoration-color:var(--color-main);
}
@media (max-width: 1080px) {
	.news.topics {
		padding: 0;
	}
	.news.topics > :not(:last-child) {
		margin-bottom: 25px;
	}
	.news.topics .sidebar-block-title {
		font-size: 26px;
		line-height: 33px;
		margin-bottom: 15px;
	}
	.sidebar-block-title.block-sidebar-news-title,
	.news.topics .sidebar-block-title.block-sidebar-news-title{
		display:block;
		text-align:center;
		margin-bottom: 30px;
	}
	.topics.news .block-sidebar-news-posts {
		height: 500px;
		padding-bottom: 15px;
	}
	.news.topics .post-link {
		padding: 10px 0;
	}
	.news.topics .post-link a {
		font-size: 16px;
	}
	.sidebar-block-companies{
		max-width: 360px;
	}
	.sidebar-company-type-badge {
		font-size: 14px;
		line-height: 16px;
		padding: 4px 10px;
	}
	.block-sidebar-companies-button {
		margin-top: 20px;
	}
	
	.sidebar-blogs-block {
		padding: 10px 0;
	}
	.sidebar-blogs-block-photo {
		width: 70px;
		height: 70px;
	}
	.sidebar-blogs-block-content {
		max-width: calc(100% - 84px);
	}
}
/******************************************************************************** SIMILAR POSTS ********************************************************************************/
.similar-news-wrap{
	margin-top: 60px;
}
.main-content .content .similar-news-wrap > h2.similar-news-title,
.similar-news-wrap > h2.similar-news-title{
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	padding: 0;
	text-transform: unset;
}
.wp-singular .content > h2, 
.single-thoughts .content > h2, 
.single-topics .content > h2, 
.page-template-page-news .content > h2, 
.single-videos .content > h2, 
.single-blogs .content > h2, 
.single-longreads .content > h2, 
.single-authors .content > h2 {
	margin: 0 0 30px;
	text-transform: unset;
	padding: 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}
.main-content .cards, 
.main-content .alm-reveal {
	gap: 20px;
}

.main-content .cards .single, 
.main-content .alm-reveal .single{
	text-decoration: none !important;
}
.main-content .cards .single .text .datetime, 
.main-content .alm-reveal .single .text .datetime {
	display: block;
	font-size: 16px;
	line-height: 29px;
	font-weight: 500;
	margin: 0 0 8px;
}
.similar-posts-single-cat{
	background: #898989;
	color: #000;
	padding: 5px 12px;
	border-radius: 6px;
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	margin-right: 15px;
}
.main-content .cards .single .text .title, 
.main-content .alm-reveal .single .text .title {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #2A2A2A;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}

.main-content .cards .single:hover .text .title, 
.main-content .alm-reveal .single:hover .text .title {
	color:var(--color-main);
}
.main-content .cards .single, 
.main-content .alm-reveal .single {
	box-shadow: none;
	max-width: calc(33.33% - 14px);
	margin: 0;
	text-decoration: none;
	display: block;
	text-decoration: none;
}
.main-content .cards .single .image, 
.main-content .alm-reveal .single .image {
	width: 100%;
	max-width: 100%;
	height: 208px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 6px;
}
.main-content .cards .single .image img, 
.main-content .alm-reveal .single .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
	transition: all .5s ease;
}
.main-content .cards .single:hover .image img, 
.main-content .alm-reveal .single:hover .image img {
	transform: scale(1.05);
}
.main-content .cards .single .text, 
.main-content .alm-reveal .single .text {
	padding: 0;
}
.similar-posts-button {
	margin-top: 16px;
}

@media (max-width: 1080px){
	.similar-news-wrap {
		margin-top: 40px;
	}
	.main-content .cards .single, .main-content .alm-reveal .single {
		height: auto;
	}
	.main-content .cards .single .image, .main-content .alm-reveal .single .image {
		width: 100%;
		max-width: 100%;
		height: auto;
		aspect-ratio: 16/10;
		margin-bottom: 5px;
	}
	.main-content .cards .single .text .datetime, .main-content .alm-reveal .single .text .datetime {
		font-size: 13px;
		line-height: 16px;
	}
	.similar-posts-single-cat {
		padding: 2px 8px;
		font-size: 12px;
		line-height: 16px;
		margin-right: 5px;
	}
	.main-content .cards .single .text .title, .main-content .alm-reveal .single .text .title {
		font-size: 14px;
		line-height: 17px;
	}
	.main-content .content .similar-news-wrap > h2.similar-news-title, .similar-news-wrap > h2.similar-news-title {
		margin-bottom: 20px;
		font-size: 25px;
		line-height: 30px;
	}
	.similar-posts-button {
		margin-top: 5px;
	}
}
@media (max-width: 990px){
	.main-content .cards .single, .main-content .alm-reveal .single {
		max-width: calc(50% - 10px);
	}
}
@media (max-width: 600px){
	.main-content .cards .single, .main-content .alm-reveal .single {
		max-width: 100%;
	}
	.main-content .cards .single .image, .main-content .alm-reveal .single .image {
		aspect-ratio: 16/9;
	}
}
/******************************************************************************** FAQ ********************************************************************************/
.main-faq {
	margin: 40px 0;
}
.main-faq-faq{
	background: var(--color-main);
	padding: 15px;
	border-radius: 6px;
}
.main-faq-item {
	cursor: pointer;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	transition: all .15s linear;
}
.main-faq-item:not(:last-child) {
	margin-bottom: 15px;
}
.faq-question{
	padding: 15px 55px 15px 30px;
	position: relative
}
.faq-question::after {
	content: '';
	position: absolute;
	right: 15px;
	top: calc(50% - 13px);
	width: 26px;
	height: 26px;
	background-color: var(--color-main);
	-webkit-mask: url('../img/td_faq.svg') no-repeat center;
	mask: url('../img/td_faq.svg') no-repeat center;
	-webkit-mask-size: 20px;
	mask-size: 20px;
}
.main-faq-item.active{
	background: var(--color-secondary);
}
.main-faq-item.active .faq-question::after{
	background-color: #2A2A2A;
	transform: rotate(180deg);
}
.main-faq-item-content{
	width: calc(100% - 20px);
}
.q-question-text {
	font-weight: 700;
	font-size: 22px;
	line-height:26px;
	transition: all .15s linear;
}
.faq-answer {
	display: none;
	padding: 15px 30px;
	color: #000;
}
.faq-answer *:last-child{
	margin:0;
}
.faq-answer a{
	color:var(--my-color-2);
}
.faq-answer a:hover{
	text-decoration: underline;
}

.faq-answer ul:not(.slick-dots) {
	list-style: none;
	margin: 20px 0;
}
.faq-answer ul:not(.slick-dots) li{
	padding-left:40px;
	position: relative;
}
.faq-answer ul:not(.slick-dots) li::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 13px;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 100%;
}
.main-faq-button-wrap{
	text-align: center;
	margin-top: 27px;
}
.main-faq-button{
	background: var(--my-color-2);
	display: inline-block;
	text-transform: uppercase;
}
.main-faq-button:hover{
	background: var(--my-color);
	color: #0B354E;
}
@media (max-width: 10800px) {
	.main-faq {
		margin: 30px 0;
	}
	h2.main-faq-title{
		margin-bottom: 20px;
	}
	.main-faq-faq {
		padding: 5px;
	}
	.main-faq-item:not(:last-child) {
		margin-bottom: 5px;
	}
	.faq-question {
		padding: 10px 40px 10px 15px;
	}
	.faq-question::after {
		right: 10px;
		top: calc(50% - 10px);
		width: 20px;
		height: 20px;
		-webkit-mask-size: 15px;
		mask-size: 15px;
	}
	.q-question-text {
		font-size: 18px;
		line-height: 22px;
	}
	.faq-answer {
		padding: 5px 15px 15px;
	}
}

/******************************************************************************** AUTHORS PAGE ********************************************************************************/

.author-bio {
	gap: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #E8E8E8;
	padding: 20px;
	background: #FBFBFB;
	border-radius: 6px;
}
.author-bio .author-photo {
	width: 222px;
	height: 222px;
	border-radius: 100%;
	overflow: hidden;
}
.author-bio .author-photo img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.author-bio .author-text{
	width:calc(100% - 330px);
	font-size: 16px;
}
.author-bio .author-text.no-photo{
	width: 100%;
}
.author-bio .author-text *{
	font-size: 16px;
}
body.td-body .main-content .content article .author-text h1.single-author-main-title{
	margin-bottom: 0;
}
.author-text .author-position{
	font-style: italic;
	margin: 5px 0;
}
.author-text .author-content{
	margin-top: 20px;
}

body.td-body .td-post-meta.author-page-td-post-meta {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.footer-socials.author-page-socials a {
	background-color: var(--color-footer);
	width:40px;
	height:40px;
}
.footer-socials.author-page-socials a:hover{
	background: var(--color-main);
}
.footer-socials.author-page-socials a img {
	width: 60%;
	height: 60%;
}
.author-page-td-post-meta .share-trigger-wrapper{
	margin-left: 10px;
	width: unset;
}
.author-page-td-post-meta .share-trigger {
	min-width: 40px;
	width: 40px;
	height: 40px;
}



.single-authors .category-list .single.notfound{
	padding: 15px;
}
.single-authors .main .wrapper .news > .author {
	align-items: center;
	align-content: center;
}
/******************************************************************************** CATEGORY / ARCHIVE ********************************************************************************/
.td-archive-post{
	gap: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom:1px solid #E8E8E8;
	text-decoration:none;
	color:#2A2A2A;
	text-decoration: none !important;
}
.td-archive-post:last-child{
	margin: 0;
	border:none;
}
.td-archive-post-imgwrap{
	position: relative;
	width: 343px;
	height: 223px;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	overflow: hidden;
}
.td-archive-post-imgwrap.video::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .25s linear;
	-webkit-mask: url(../img/video.svg) no-repeat center;
	mask: url(../img/video.svg) no-repeat center;
	mask-size: auto;
	mask-size: 64px;
	background: var(--color-main);
	opacity: .80;
}
.td-archive-post-imgwrap.video:hover::before {
	opacity: 1;
}
.td-archive-post-imgwrap img{
	border-radius: 6px;
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
	transition: all .25s ease;
}
.td-archive-post:hover .td-archive-post-imgwrap img{
	transform: scale(1.03);
}
.td-archive-post-content{
	width: calc(100% - 368px);
}
.td-archive-post-date{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 6px;
}
.td-archive-post-title{
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
}
.td-archive-post-excerpt{
	font-size: 16px;
	line-height: 19px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
}
.td-archive-post-cat{
	display: inline-block;
	margin-top: 14px;
	background: var(--color-main);
	padding: 4px 24px;
	color:#000;
	font-weight: 500;
	font-size:14px;
	line-height: 16px;
	border-radius: 6px;
}
.td-archive-post.td-archive-post-first{
	width: 100%;
	padding:34px;
	margin: 0 0 54px;
	min-height: 513px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.td-archive-post-first-content{
	position: relative;
	z-index:2;
	color:#fff;
	gap: 7px 12px
}
.td-archive-post-first::before{
	content:'';
	position: absolute;
	z-index: 1;
	background: #0000006B;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.td-archive-post-first-content .td-archive-post-title{
	width:100%;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	margin: 0;
}
.td-archive-post-first-content .td-archive-post-cat {
	margin: 0;
	background: #898989;
	padding: 5px 15px;
}
.td-archive-post-first-content .td-archive-post-date {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}

.td-afterword{
	margin-top: 30px;
}

@media (max-width:1080px){
	.td-archive-post.td-archive-post-first {
		padding: 15px;
		margin: 0 0 30px;
		aspect-ratio: 16/9;
		height: auto;
		min-height: unset;
	}
	.td-archive-post-first-content .td-archive-post-title {
		font-size: 26px;
		line-height: 33px;
	}
	.td-archive-post {
		gap: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.td-archive-post-imgwrap {
		width: 35%;
		height: auto;
		aspect-ratio: 13/10;
	}
	.td-archive-post-content {
		width: calc(65% - 20px);
	}
	.td-archive-post-date {
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 6px;
	}
	.td-archive-post-title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.td-archive-post-excerpt {
		font-size: 15px;
		line-height: 18px;
	}
	.td-archive-post-cat {
		margin-top: 10px;
		padding: 2px 10px;
		font-size: 12px;
		line-height: 16px;
	}
	
}
@media (max-width:500px){
	.td-archive-post.td-archive-post-first .td-archive-post-title {
		-webkit-line-clamp: 6;
		line-clamp: 6;
		font-size: 22px;
		line-height: 30px;
	}
}
/******************************************************************************** MAIN PAGE ********************************************************************************/
.page-template-page-home aside.news.topics {
	padding-top:0;
}
.main-page-the-news-content{
	margin-top: 20px;
	margin-bottom: 55px;
	gap: 29px;
	width: 100%;
}
.main-page-the-news .news.topics{
	padding-top:0;
	width: 41%;
	max-width: unset;
}
.main-page-the-news .topics.news .block-sidebar-news-posts {
	height: 463px;
	padding-bottom: 15px;
}
.main-page-the-news .news.topics .post-link a {
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.main-page-the-news-first-post{
	width: calc(59% - 29px);
	text-decoration: none;
	padding:34px;
	min-height: 513px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.main-page-the-news-first-post-content{
	position: relative;
	z-index:2;
	color:#fff;
	gap: 7px 12px
}
.main-page-the-news-first-post::before{
	content:'';
	position: absolute;
	z-index: 1;
	background: #0000006B;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.main-page-the-news-first-post .td-archive-post-title{
	width:100%;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	margin: 0;
}
.main-page-the-news-first-post .td-archive-post-cat {
	margin: 0;
	padding: 5px 15px;
}
.main-page-the-news-first-post .td-archive-post-date {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}
#main-page-cats-flex{
	gap: 30px;
}
.main-content .content .main-page-category-title,
.main-page-category-title{
	width: 100%;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 0;
	font-weight: 700;
}
#main-page-cats-flex .percent-50-cards,
#main-page-cats-flex .percent-50-plain,
#main-page-cats-flex .percent-100-cards,
#main-page-cats-flex .percent-100-plain{
	display:flex;
	flex-wrap: wrap;
	flex-direction: unset;
	padding: 0;
	box-shadow: none;
	margin: 0;
}
#main-page-cats-flex .percent-50-cards,
#main-page-cats-flex .percent-50-plain{
	width:calc(50% - 15px);
	gap: 15px 10px;
}
#main-page-cats-flex .percent-100-cards,
#main-page-cats-flex .percent-100-plain{
	width:100%;
	gap: 32px 20px;
}
#main-page-cats-flex .percent-50-cards .single,
#main-page-cats-flex .percent-50-plain .single,
#main-page-cats-flex .percent-100-cards .single,
#main-page-cats-flex .percent-100-plain .single{
	box-shadow: none;
	margin:0;
	padding:0;
	border-radius: 0;
	border: none;
}
#main-page-cats-flex .percent-50-cards .single,
#main-page-cats-flex .percent-50-plain .single{
	max-width: calc(50% - 5px);
}
#main-page-cats-flex .percent-100-cards .single,
#main-page-cats-flex .percent-100-plain .single{
	max-width: calc(33.33% - 14px);
}
#main-page-cats-flex .percent-50-cards .single .image,
#main-page-cats-flex .percent-50-plain .single .image,
#main-page-cats-flex .percent-100-cards .single .image,
#main-page-cats-flex .percent-100-plain .single .image{
	aspect-ratio: 16/10;
	height: auto;
}
#main-page-cats-flex .similar-posts-single-cat {
	background: var(--color-main);
	color:#000;
}
#main-page-cats-flex .cards .single .text .datetime{
	color: #2A2A2A;
}
.page-template-page-home .banners {
	border: none;
	margin: 50px 0;
}
.page-template-page-home .banners .banner {
	width: 100%;
	display: block;
	aspect-ratio: 16/10;
	border-radius: 6px;
	overflow: hidden;
}
.page-template-page-home .banners .banner img {
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.mainpage-block-companies{
	margin-top: 50px;
}
.mainpage-block-companies-flex{
	gap:20px;
	margin-bottom: 30px;
}
.mainpage-block-companies-flex .sidebar-company-single {
	margin: 0;
}
.mainpage-block-companies-flex  .single-company-firstblock-logowrap.sidebar-company-single-imgwrap {
	aspect-ratio: 16/10;
}
.mainpage-company-content{
	margin-top: 17px;
}
.mainpage-company-single-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 700;
}
.mainpage-company-single-description{
	font-size: 17px;
	line-height: 21px;
}
@media (max-width:1080px){
	.main-page-the-news-content {
		margin-top: 10px;
		margin-bottom: 30px;
		gap: 20px;
	}
	.main-page-the-news-first-post {
		width: 50%;
		padding: 15px;
		position: relative;
		aspect-ratio: 16/9;
		height: auto;
		min-height: auto;
	}
	.main-page-the-news-first-post .td-archive-post-date {
		font-size: 15px;
		line-height: 18px;
	}
	.main-page-the-news-first-post .td-archive-post-title {
		font-size: 21px;
		line-height: 1.2;
	}
	.main-page-the-news .news.topics {
		width: calc(50% - 20px);
	}
	.main-page-the-news .topics.news .block-sidebar-news-posts {
		padding-bottom: 10px;
		max-height: 500px;
	}
	.wp-singular .content > h2, .single-thoughts .content > h2, .single-topics .content > h2, .page-template-page-news .content > h2, .single-videos .content > h2, .single-blogs .content > h2, .single-longreads .content > h2, .single-authors .content > h2 {
		margin: 0 0 20px;
		font-size: 26px;
		line-height: 33px;
	}
}
@media (max-width:990px){
	.main-page-the-news-first-post {
		width: 100%;
	}
	.main-page-the-news-first-post-content .td-archive-post-title {
		-webkit-line-clamp: 6;
		line-clamp: 6;
	}
	.main-page-the-news .news.topics {
		width: 100%;
	}
	.mainpage-block-companies {
		margin-top: 20px;
	}
	.mainpage-company-content {
		margin-top: 10px;
	}
	.mainpage-company-single-description {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width:768px){
	#main-page-cats-flex .percent-50-cards, #main-page-cats-flex .percent-50-plain {
		width: 100%;
	}
}
@media (max-width:500px){
	#main-page-cats-flex .percent-100-cards, #main-page-cats-flex .percent-100-plain {
		gap: 15px;
	}
	#main-page-cats-flex .percent-100-cards .single, #main-page-cats-flex .percent-100-plain .single {
		max-width: calc(50% - 8px);
	}
}
/******************************************************************************** SINGLE PERSON ********************************************************************************/
.single-person-position{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 40px;
}
.single-person-textblock{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E8E8E8;
}
.single-person-textblock:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.single-person-textblock > *:last-child{
	margin-bottom: 0;
}
/******************************************************************************** ARCHIVE PERSON + ARCHIVE AUTHOR ********************************************************************************/
#archive-authors-title{
	margin-top:0;
}
#archive-authors{
	gap: 15px;
	margin-bottom: 30px;
}
#archive-authors .single-author{
	width: calc(33.33% - 10px);
}
#archive-authors .single-author .td-button:hover{
	color:#000;
}
#archive-authors .single-author .photo{
	width: 70px;
	height: 70px;
}
#archive-authors .single-author .text{
	max-width: calc(100% - 84px);
}
body.td-body .single-author .text .name{
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: #2A2A2A;
}
body.td-body .single-author .text .status{
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #2A2A2A;
}
body.td-body .single-author .text .author-excerpt{
	margin-top: 5px;
	font-size: 14px;
	line-height: 17px;
	color: #2A2A2A;
}
.person-categories{
	gap: 13px;
	overflow-x: auto;
	padding-bottom: 12px;
	scrollbar-color: var(--color-main) rgba(0, 154, 181, 0.1);
	scrollbar-width: thin;
}
.person-categories a.person-categories-link{
	flex-shrink: 0;
	background: #ECECEC;
	border: 1px solid #DFDFDF;
	border-radius: 6px;
	padding: 7px 12px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}
.person-categories a.person-categories-link:hover,
.person-categories a.person-categories-link.active{
	background: var(--color-main);
	border-color: var(--color-main);
	color: #000 !important;
}
.td-archive-container.archive-porson{
	margin-top: 20px;
}
.td-archive-container.archive-porson .td-archive-post {
	gap: 40px;
	padding: 20px;
	margin-bottom: 20px;
	background: #FBFBFB;
	border-radius: 6px;
}
.td-archive-container.archive-porson .td-archive-post-imgwrap {
	width: 222px;
	height: 222px;
	border-radius: 100%;
	border: none;
}
.td-archive-container.archive-porson .td-archive-post-content {
	width: calc(100% - 262px);
}
.td-archive-container.archive-porson .td-archive-post-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	margin-bottom: 0;
}
.td-archive-container.archive-porson .td-archive-post-subtitle{
	font-size: 18px;
	line-height: 22px;
	margin-top: 7px;
	font-style: italic;
}
.td-archive-container.archive-porson .td-archive-post-excerpt {
	font-size: 18px;
	line-height: 22px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	text-decoration: none;
}
@media (max-width:1080px){
	.td-archive-container.archive-porson {
		margin-top: 10px;
	}
	.person-categories a.person-categories-link {
		padding: 5px 10px;
		font-size: 15px;
		line-height: 18px;
	}
	.td-archive-container.archive-porson .td-archive-post {
		gap: 20px;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.td-archive-container.archive-porson .td-archive-post-imgwrap {
		width: 150px;
		height: 150px;
	}
	.td-archive-container.archive-porson .td-archive-post-content {
		width: calc(100% - 170px);
	}
	.td-archive-container.archive-porson .td-archive-post-title {
		font-size: 20px;
		line-height: 26px;
	}
	.td-archive-container.archive-porson .td-archive-post-subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-top: 5px;
	}
	.td-archive-container.archive-porson .td-archive-post-excerpt {
		font-size: 14px;
		line-height: 18px;
		margin-top: 8px;
	}
	.single-person-position {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.single-person-textblock {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width:990px){
	#archive-authors .single-author{
		width: calc(50% - 8px);
		max-width: unset;
	}
}
@media (max-width:500px){
	#archive-authors .single-author{
		width: 100%;
	}
	.td-archive-container.archive-porson .td-archive-post-imgwrap {
		width: 70px;
		height: 70px;
	}
	.td-archive-container.archive-porson .td-archive-post-content {
		width: calc(100% - 90px);
	}
}
/******************************************************************************** SINGLE COMPANY ********************************************************************************/
.single-company-firstblock{
	margin: 32px 0 60px;
	gap: 32px;
}
.single-company-firstblock-logowrap{
	background:#fff;
	width:404px;
	height:240px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.single-company-firstblock-logowrap.logomode img{
	max-width: 80%;
	max-height: 80%;
	position: relative;
	z-index:1;
	transition: all .5s ease;
}
.single-company-firstblock-logowrap.thumbmode img{
	width:100%;
	height:100%;
	object-fit:cover;
	position: relative;
	z-index:1;
	transition: all .5s ease;
}
.company-type-badge {
	position: absolute;
	z-index: 2;
	left: 12px;
	top: 12px;
	color: #2A2A2A;
	font-size: 13px;
	line-height: 14px;
	padding: 4px 12px;
	border-radius: 12px;
	background: var(--color-secondary);
}
.single-company-firstblock-content{
	width:calc(100% - 436px);
}
.single-company-contacts-item{
	padding-left: 24px;
	font-size: 18px;
	line-height: 24px;
	background-repeat:no-repeat;
	background-position: 0 3px;
	background-size: 16px 16px;
}
.single-company-contacts-item *,
body.td-body article .single-company-contacts-item *{
	font-size: 18px;
	line-height: 24px;
}
.single-company-contacts-item *:last-child{
	margin-bottom:0;
}
.single-company-contacts-item:not(:first-child){
	margin: 16px 0;
}
.single-company-contacts-item a{
	text-decoration: none;
}
.single-company-address{
	background-image:url('../img/td_company_address.svg');
}
.single-company-schedule{
	background-image:url('../img/td_company_schedule.svg');
}
.single-company-phones{
	background-image:url('../img/td_company_phones.svg');
}
.single-company-content{
	margin-bottom: 24px;
	padding-bottom: 34px;
	border-bottom: 1px solid #E8E8E8;
}
.single-company-content > *:last-child{
	margin-bottom:0 !important;
}
.single-company-add-text{
	margin-bottom: 50px;
}
.single-company-map{
	margin-top:50px;
}
.single-company-map iframe{
	width:100%;
	height:343px;
	display:block;
	border:none;
	border-radius: 6px;
}
.td-post-meta.single-company-post-meta{
	margin-top: 30px;
	justify-content: flex-start;
}
.similar-companies-wrap{
	margin-top: 60px;
}
.main-content .content .similar-companies-wrap > h2.similar-companies-title,
.similar-companies-wrap > h2.similar-companies-title{
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	padding: 0;
	text-transform: unset;
}
.similar-companies{
	gap: 23px;
}
.similar-company-single{
	text-decoration: none;
	width:calc(25% - 18px);
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	overflow: hidden;
	flex-direction: column;
}
.similar-company-single > *{
	width:100%;
}
.single-company-firstblock-logowrap.similar-company-single-imgwrap{
	width:100%;
	height: auto;
	aspect-ratio:16/10;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #eee;
}
.similar-company-single .single-company-firstblock-logowrap img,
.archive-company-single .single-company-firstblock-logowrap img {
	border-radius:0 !important;
}
.similar-company-single:hover .single-company-firstblock-logowrap img,
.archive-company-single:hover .single-company-firstblock-logowrap img {
	transform: scale(1.05);
}
.similar-company-single-content{
	padding: 17px 20px 20px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
}
.similar-company-single-content > *{
	width:100%;
}
.similar-company-single-region{
	margin-top:32px;
	text-align:center;
}
.similar-company-single-region > div{
	display:inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	padding: 4px 12px;
	border-radius: 12px;
	background: var(--color-text-secondary);
}

@media (max-width:1080px){
	.similar-company-single {
		width: calc(50% - 12px);
	}
}
@media (max-width:990px){
	.single-company-firstblock {
		margin: 20px 0 30px;
		gap: 25px;
	}
	.single-company-firstblock-logowrap{
		width: 40%;
		height: auto;
		aspect-ratio: 16/10;
	}
	.single-company-firstblock-content {
		width: calc(60% - 25px);
	}
	.single-company-contacts-item,
	.single-company-contacts-item *, 
	body.td-body article .single-company-contacts-item *{
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width:500px){
	.similar-company-single,
	.single-company-firstblock-logowrap,
	.single-company-firstblock-content{
		width: 100%;
	}
}
/******************************************************************************** ARCHIVE COMPANY ********************************************************************************/
.similar-companies-wrap.inarchive{
	margin-top:0;
	margin-bottom:40px;
}
.main-content .content .similar-companies-wrap.inarchive > h2.similar-companies-title, 
.similar-companies-wrap.inarchive > h2.similar-companies-title,
.similar-companies-wrap.inarchive .similar-companies-title{
	margin-top: 0;
	margin-bottom: 40px;
}
.companies-categories{
	gap: 16px;
	margin: 30px 0;
	overflow-x: auto;
	padding-bottom: 12px;
	scrollbar-color: var(--color-main) rgba(0, 154, 181, 0.1);
	scrollbar-width: thin;
}
.companies-categories-link{
	border: 1px solid #D6D6D6;
	background: #fff;
	border-radius: 6px;
	padding: 10px 16px 10px 6px;
	gap: 9px;
	text-decoration:none;
	min-width: 100px;
}
.companies-categories-link.all{
	padding: 10px 16px;
}
.companies-categories-link:hover{
	color: #000 !important;
}
.companies-categories-link.all:hover,
.companies-categories-link.all.active{
	background: var(--color-main);
}
.companies-categories-ico-wrap{
	background: #949494;
	border-radius: 100%;
	width: 45px;
	height: 45px;
}
.companies-categories-ico-img{
	width:20px;
	height:20px;
	background-color: #fff;
	-webkit-mask-size: 20px !important;
	mask-size: 20px !important;
}
.companies-categories-link:hover .companies-categories-ico-wrap,
.companies-categories-link.active .companies-categories-ico-wrap{
	background: var(--color-main);
}
.companies-categories-link:hover .companies-categories-ico-img,
.companies-categories-link.active  .companies-categories-ico-img{
	background-color: #000;
}
.companies-categories-catname{
	width: calc(100% - 54px);
	word-break: keep-all;
}
.td-archive-container.archive-company{
	margin-top: 80px;
}
.archive-company-single {
	padding: 25px 0;
	border-bottom: 1px solid #E8E8E8;
	gap: 25px;
}
.archive-company-single:first-child{
	padding: 0 0 25px;
}
.archive-company-single:last-child{
	padding: 25px 0 0;
	border-bottom: none;
}
.archive-company-single .single-company-firstblock-logowrap {
	width: 303px;
	height: 180px;
}
.archive-company-single .single-company-firstblock-content {
	width: calc(100% - 329px);
}
.archive-company-single-title{
	font-size: 28px;
	line-height: 33px;
	font-weight: 700;
}
.archive-company-single-description{
	font-size: 16px;
	line-height: 19px;
	margin-top: 7px;
}
.archive-company-single-link{
	text-decoration: none;
	background:  var(--color-main);
	padding: 12px 24px;
	text-align: center;
	min-width: 200px;
	display: inline-block;
	margin-top: 22px;
	border-radius: 6px;
	border: 1px solid var(--color-main);
}
a.archive-company-single-link:hover{
	background: #fff;
	color:#000 !important;
	border-color: #000;
}
.archive-company-bottom-text{
	margin-top: 80px;
}
@media (max-width:1080px){
	.td-archive-container.archive-company {
		margin-top: 20px;
	}
	.companies-categories {
		gap: 10px;
		margin: 20px 0;
	}
	.companies-categories-link {
		padding: 5px 10px 5px 5px;
	}
	.companies-categories-link.all {
		padding: 5px 10px;
	}
	.companies-categories-ico-wrap {
		width: 30px;
		height: 30px;
	}
	.companies-categories-ico-img {
		width: 15px;
		height: 15px;
		-webkit-mask-size: 15px !important;
		mask-size: 15px !important;
	}
	.archive-company-bottom-text {
		margin-top: 20px;
	}
}
@media (max-width:768px){
	.archive-company-single .single-company-firstblock-logowrap {
		width: 40%;
		height: auto;
		aspect-ratio: 16/10;
	}
	.archive-company-single .single-company-firstblock-content {
		width: calc(60% - 25px);
	}
}
@media (max-width:500px){
	.archive-company-single {
		padding: 15px 0;
		gap: 10px;
	}
	.archive-company-single:first-child {
		padding: 0 0 15px;
	}
	.archive-company-single .single-company-firstblock-logowrap {
		width: 100%;
	}
	.archive-company-single .single-company-firstblock-content {
		width: 100%;
	}
}