:root {
	--container-padding: 48px;
	--container-width: 1387px;
	--header-height: 80px;
}

*,
:after,
:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 16px;
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #092c47;
	font:
		400 1rem/1.5 OpenSans,
		sans-serif;
	margin: 0;
}
@media (max-width: 767px) {
	body {
		font-size: 0.875rem;
		line-height: 1.43;
	}
}
main {
	flex: 1;
	max-width: 100%;
}

a {
	text-decoration: none;
}
a,
button {
	color: inherit;
	font: inherit;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
ol li,
ul li {
	margin-left: 1.8em;
}
ol li::marker,
ul li::marker {
	font-size: 0.9em;
}
ol.u-unstyled-list,
ul.u-unstyled-list {
	list-style: none;
}
ol.u-unstyled-list li,
ul.u-unstyled-list li {
	margin: 0;
}
img,
input,
textarea,
video {
	outline: none;
}
img,
video {
	border: 0;
	display: block;
	max-width: 100%;
}
dialog {
	border: none;
	margin: auto;
	padding: 0;
}
.u-sr-only {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.u-d-none {
	display: none !important;
}
.u-no-scroll {
	overflow: hidden;
}
.btn {
	background-color: #0e6aed;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 8px 12px;
	transition: all 0.35s ease-out;
	width: fit-content;
}
@media (hover: hover) {
	.btn:hover {
		background-color: #1a5ade;
	}
}
.btn:active {
	background-color: #1a5ade;
}
.btn-primary {
	align-items: center;
	background-color: #0e6aed;
	border: none;
	border-radius: 3px;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 6px;
	justify-content: center;
	line-height: 1.5;
	padding: 4px 8px;
	transition: all 0.35s ease-out;
	width: 100%;
}
.btn-primary:after {
	background-color: #fff;
	content: '';
	display: block;
	flex-shrink: 0;
	height: 16px;
	mask: url(../img/icons/arrow-right.svg) center/contain no-repeat;
	-webkit-mask: url(../img/icons/arrow-right.svg) center/contain no-repeat;
	transition: all 0.35s ease-out;
	width: 16px;
}
@media (hover: hover) {
	.btn-primary:hover {
		background-color: #1a5ade;
	}
}
.btn-primary:active {
	background-color: #1a5ade;
}
.btn-show-more {
	align-items: center;
	background-color: #fff;
	border: 1px solid #c3dafb;
	border-radius: 3px;
	color: #0e6aed;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 4px;
	justify-content: center;
	line-height: 1.5;
	margin: 12px auto 0;
	padding: 3px 7px;
	transition: all 0.35s ease-out;
	width: fit-content;
}
.btn-show-more img {
	flex-shrink: 0;
	height: 24px;
	width: 24px;
}
.btn-show-more:hover {
	background-color: #e6f0fd;
}
@media (max-width: 1023px) {
	.tools .tools-tabs {
		order: -2;
	}
}
.tools__container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media (max-width: 1023px) {
	.tools__container {
		gap: 32px;
	}
}
.tools__holder {
	display: flex;
	gap: 32px;
}
@media (max-width: 1023px) {
	.tools__holder {
		display: contents;
	}
}
.tools__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 48px;
	width: calc(100% - 52px);
}
@media (max-width: 1023px) {
	.tools__content {
		display: contents;
		width: 100%;
	}
}

.tools__header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media (max-width: 1023px) {
	.tools__header {
		gap: 16px;
		order: -3;
	}
	.tools__header-breadcrumbs {
		margin-bottom: 32px;
	}
}
@media (max-width: 767px) {
	.tools__header {
		gap: 10px;
	}
	.tools__header-breadcrumbs {
		margin-bottom: 14px;
	}
}
.tools__sections {
	gap: 60px;
}
.tools__aside,
.tools__sections {
	display: flex;
	flex-direction: column;
}
.tools__aside {
	gap: 40px;
	height: 100%;
	position: sticky;
	top: var(--header-height);
}
@media (max-width: 1023px) {
	.tools__aside {
		order: -1;
		position: static;
	}
}
.tools__aside-socials {
	width: 40px;
}
@media (max-width: 1023px) {
	.tools__aside-socials {
		width: 100%;
	}
}
.tools-tabs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.tools-tabs__link {
	align-items: center;
	border: 1px solid #c1cad1;
	border-radius: 4px;
	color: #092c47;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 600;
	gap: 8px;
	line-height: 1.38;
	padding: 5px 7px;
	transition: all 0.35s ease-out;
}
.tools-tabs__link:hover:not(.tools-tabs__link--active) {
	background-color: #f6f9ff;
	border-color: #0e6aed;
}
.tools-tabs__link--default {
	cursor: default;
	pointer-events: none;
}
.tools-tabs__link--active {
	background-color: #f6f9ff;
	border-color: #0e6aed;
}
.tools-tabs__link--active:not(.tools-tabs__link--default):hover:after {
	background-color: #1a5ade;
}
.tools-tabs__link--active:not(.tools-tabs__link--default):after {
	align-items: center;
	background-color: #8495a3;
	content: '';
	display: flex;
	height: 14px;
	justify-content: center;
	mask: url(../img/icons/tab-x.svg) center/cover no-repeat;
	-webkit-mask: url(../img/icons/tab-x.svg) center/cover no-repeat;
	transition: all 0.35s ease-out;
	width: 14px;
}
.tools-section {
	scroll-margin-top: var(--header-height);
}
.tools-section__holder {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
@media (max-width: 1023px) {
	.tools-section__holder {
		gap: 24px;
	}
}
.tools-section__header {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.tools-section__title {
	color: #092c47;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}
.tools-section__cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
	.tools-section__cards {
		gap: 12px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 576px) {
	.tools-section__cards {
		gap: 24px;
		grid-template-columns: 1fr;
	}
}
.tools-section-tabs__list {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
}

.tools-section-tabs__list::-webkit-scrollbar {
	display: none;
}

.tools-section-tabs__btn {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #e6f0fd;
	color: #22445f;
	cursor: pointer;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.38;
	padding: 8px 12px;
	transition: all 0.35s ease-out;
	white-space: nowrap;
}
.tools-section-tabs__btn:hover:not(.tools-section-tabs__btn--active) {
	background-color: #e6f0fd;
}
.tools-section-tabs__btn--active {
	background-color: #e6f0fd;
	border-bottom-color: #0e6aed;
	color: #0e6aed;
}
.tool-card {
	background-color: #fff;
	border: 1px solid #e6e9ec;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 20px;
	transition: all 0.35s ease-out;
}
@media (hover: hover) {
	.tool-card:hover {
		border-color: #86b5f8;
		box-shadow: 0 0 12px 0 #5b9eff;
	}
}
.tool-card__details {
	flex: 1;
}
.tool-card__details,
.tool-card__head {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.tool-card__head-top {
	align-items: center;
	display: flex;
	gap: 12px;
}
.tool-card__logo {
	border-radius: 4px;
	flex-shrink: 0;
	height: 60px;
	object-fit: contain;
	width: 60px;
}
.tool-card__title {
	color: #092c47;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}
.tool-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tool-card__tag {
	background-color: #e6e9ec;
	border-radius: 35px;
	color: #22445f;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	padding: 0 8px;
	white-space: nowrap;
}
.tool-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 16px;
}
.tool-card__desc {
	display: -webkit-box;
	height: 118px;
	-webkit-box-orient: vertical;
	color: #092c47;
	font-size: 0.875rem;
	-webkit-line-clamp: 6;
	line-height: 1.4;
	overflow: hidden;
}
.tool-card__meta {
	border-top: 1px solid #e6e9ec;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: auto;
	padding-top: 16px;
}
.tool-card__meta-row {
	align-items: center;
	display: flex;
	gap: 8px;
}
.tool-card__meta-icon {
	flex-shrink: 0;
}
.tool-card__meta-text {
	color: #22445f;
	display: -webkit-box;
	font-size: 0.75rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tool-card__meta-text strong {
	font-weight: 600;
}
.tool-modal {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 1000;
}
.tool-modal--open {
	display: flex;
}
.tool-modal__overlay {
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	inset: 0;
	position: absolute;
}
.tool-modal__dialog {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 12px 0 #86b5f8;
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-height: calc(100dvh - var(--header-height) - 40px);
	max-width: 430px;
	overflow-y: auto;
	padding: 32px;
	position: relative;
	width: 100%;
	z-index: 1;
}
@media (max-width: 1023px) {
	.tool-modal__dialog {
		margin: 0 8px;
	}
}
.tool-modal__close {
	align-items: center;
	background: none;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 6px;
	position: absolute;
	right: 32px;
	top: 32px;
	transition: background-color 0.2s;
}
.tool-modal__close:hover {
	background-color: #e6e9ec;
}
.tool-modal__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.tool-modal__header {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	padding-right: 30px;
}
.tool-modal__logo {
	border-radius: 4px;
	flex-shrink: 0;
	height: 72px;
	object-fit: contain;
	width: 72px;
}
.tool-modal__company {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.tool-modal__title {
	color: #092c47;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 0.93;
}
.tool-modal__website {
	align-items: center;
	color: #0e6aed;
	display: flex;
	font-size: 0.875rem;
	gap: 4px;
	line-height: 1.43;
	text-decoration: none;
}
.tool-modal__website * {
	color: inherit;
}
.tool-modal__website:hover {
	color: #1a5ade;
}
.tool-modal__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tool-modal__tag {
	background-color: #e6e9ec;
	border-radius: 35px;
	color: #22445f;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	padding: 0 8px;
	white-space: nowrap;
}
.tool-modal__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.tool-modal__desc {
	color: #092c47;
	font-size: 1rem;
	line-height: 1.4;
}
.tool-modal__divider {
	background-color: #e6e9ec;
	height: 1px;
}
.tool-modal__interview {
	align-items: center;
	color: #0e6aed;
	display: flex;
	font-size: 0.875rem;
	gap: 4px;
	line-height: 1.25rem;
	text-decoration: none;
}
.tool-modal__interview * {
	color: inherit;
}
.tool-modal__interview:hover {
	color: #1a5ade;
}
.tool-modal__meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.tool-modal__meta-row {
	align-items: center;
	display: flex;
	gap: 8px;
}
.tool-modal__meta-icon {
	flex-shrink: 0;
}
.tool-modal__meta-text {
	color: #22445f;
	font-size: 0.875rem;
	line-height: 1.4;
}
.tool-modal__meta-text strong {
	font-weight: 600;
}
.submit-modal {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 1000;
}
.submit-modal--open {
	display: flex;
}
.submit-modal__overlay {
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	inset: 0;
	position: absolute;
}
.submit-modal__dialog {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 12px 0 #86b5f8;
	display: flex;
	flex-direction: column;
	max-height: calc(100dvh - var(--header-height) - 40px);
	max-width: 480px;
	overflow-y: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}
@media (max-width: 1023px) {
	.submit-modal__dialog {
		margin: 0 8px;
	}
}
.submit-modal__header {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	padding: 32px 32px 16px;
}
.submit-modal__title-block {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.submit-modal__title {
	color: #092c47;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
}
.submit-modal__subtitle {
	color: #22445f;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.46;
}
.submit-modal__close {
	align-items: center;
	background: none;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 6px;
	transition: background-color 0.2s;
}
.submit-modal__close:hover {
	background-color: #e6e9ec;
}
.submit-modal__form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 8px 32px;
}
.submit-modal__field {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.submit-modal__label {
	color: #262626;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25rem;
}
.submit-modal__input,
.submit-modal__textarea {
	border: 1px solid #c1cad1;
	border-radius: 2px;
	color: #092c47;
	font-family: OpenSans, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	padding: 6px 12px;
	transition: border-color 0.2s;
	width: 100%;
}
.submit-modal__input::placeholder,
.submit-modal__textarea::placeholder {
	color: #8495a3;
}
.submit-modal__input:focus,
.submit-modal__textarea:focus {
	border-color: #0e6aed;
	outline: none;
}
.submit-modal__textarea {
	height: 112px;
	resize: vertical;
}
.submit-modal__footer {
	gap: 12px;
	padding: 32px 28px;
}
.submit-modal__cancel,
.submit-modal__footer {
	align-items: center;
	display: flex;
	justify-content: center;
}
.submit-modal__cancel {
	background: none;
	border: 1px solid #c3dafb;
	border-radius: 3px;
	color: #0e6aed;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	padding: 4px 8px;
	transition: background-color 0.2s;
}
.submit-modal__cancel:hover {
	background-color: #e6f0fd;
}
.submit-modal__submit {
	align-items: center;
	background-color: #0e6aed;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	min-width: 79px;
	padding: 8px 12px;
	transition: background-color 0.2s;
}
.submit-modal__submit:hover {
	background-color: #1a5ade;
}
.page {
	align-content: center;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
}

/*# sourceMappingURL=style.bundle.css.map*/

.submit-modal__dialog .wpcf7-spinner {
	display: none !important;
}

.article-3d__btn,
.article-3d__btn_like .pld-common-wrap,
.article-3d__btn_bookmark .cbxwpbkmarktrig {
	flex-direction: column;
	gap: 2px;
	background-color: transparent;
	border: none;
	outline: none;
}
.article-3d__btn,
.article-3d__btn svg {
	display: flex;
	align-items: center;
	transition: all 0.35s ease-in-out;
}
.article-3d__btn svg,
.pld-like-wrap img,
.contents-3d__fixed-contents-opener-wrapper .pld-like-wrap svg,
.article-3d__btn_bookmark .cbxwpbkmarktrig:before {
	justify-content: center;
	padding: 8px;
	border-radius: 50%;
	background-color: #0e6aed;
	width: 40px !important;
	height: 40px !important;
}
.blog-3d__article-btns-list .pld-like-wrap img {
	margin: 0;
}
.article-3d__btn_like a.pld-like-trigger svg path:nth-child(2) {
	fill: #fff !important;
}
.article-3d__btn_like a.pld-like-trigger:hover svg path {
	fill: unset;
}
.article-3d__btn_like a.pld-like-trigger.pld-prevent svg,
.article-3d__btn_like a.pld-like-trigger:hover svg {
	stroke: unset;
	stroke-width: unset;
}
.article-3d__btn_like a.pld-like-trigger.pld-prevent svg,
.article-3d__btn_like a.pld-like-trigger.pld-prevent img,
.article-3d__btn_bookmark:hover .cbxwpbkmarktrig:before,
.article-3d__btn_bookmark .cbxwpbkmarktrig:hover:before,
.article-3d__btn_bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:hover:before,
.article-3d__btn_bookmark .cbxwpbkmarktrig-marked:before,
.article-3d__btn_bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:before {
	background-color: #0e6aed !important;
}
.article-3d__btn_bookmark .cbxwpbkmarktrig {
	padding: 0 !important;
}
.article-3d__btn_bookmark .cbxwpbkmarktrig:before,
.article-3d__btn_bookmark .cbxwpbkmarktrig:hover:before,
.article-3d__btn_bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:hover:before {
	background-size: 23px !important;
	background-position: center !important;
	background-image: url(../../images/cbx-bookmark_white.svg) !important;
	margin: 0;
}

.article-3d__btn span,
.article-3d__btn_bookmark span.cbxwpbkmarktrig-label,
.article-3d__btn_bookmark span.cbxwpbkmarktrig-label * {
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	color: #476175;
	transition: all 0.35s ease-in-out;
	text-align: center;
	height: 16px;
}
.article-3d__btns-wrapper .pld-count-wrap {
	margin: 0;
}
@media (max-width: 768px) {
	.article-3d__btn span,
	.article-3d__btn_bookmark span.cbxwpbkmarktrig-label,
	.article-3d__btn_bookmark span.cbxwpbkmarktrig-label * {
		font-size: 10px;
		line-height: 12px;
		color: #476175;
		height: 12px;
	}
}
.article-3d__btn:focus span,
.article-3d__btn:hover span {
	color: #267af2;
}
.article-3d__btn:focus svg,
.article-3d__btn:hover svg {
	background-color: #267af2;
}
@media (max-width: 768px) {
	.article-3d__btn:focus svg,
	.article-3d__btn:hover svg {
		background-color: rgba(38, 123, 242, 0.6);
	}
}

@media (max-width: 1023px) {
	.contents-3d__fixed-contents-opener-wrapper {
		display: none;
	}
	.article-3d__btns-list {
		display: flex;
		gap: 20px;
	}
}
.btn-primary:after {
	mask-image: url(image/icons/arrow-right.svg);
	-webkit-mask-image: url(image/icons/arrow-right.svg);
}

.tools-tabs__link--active:not(.tools-tabs__link--default):after {
	mask-image: url(image/icons/tab-x.svg);
	-webkit-mask-image: url(image/icons/tab-x.svg);
}

.tools-tabs__link--default {
	cursor: pointer;
	pointer-events: auto;
}

.tool-card {
	cursor: pointer;
	height: 396px;
	gap: 24px;
	padding: 20.5px 20px;
}

.tool-card__details {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
}

.tool-card__head-top {
	align-items: flex-start;
	position: relative;
}

.tool-card__title {
	display: -webkit-box;
	flex: 1;
	font-size: 1rem;
	line-height: 1.35;
	max-height: 43.2px;
	min-width: 0;
	overflow: hidden;
	overflow-wrap: anywhere;
	padding-right: 8px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tool-card__likes {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	margin-left: auto;
	min-height: 28px;
}

.tool-card__likes .pld-common-wrap {
	align-items: center;
	display: flex;
	gap: 4px;
}

.tool-card__likes .pld-like-dislike-wrap,
.tool-card__likes .pld-like-wrap {
	margin: 0;
}

.tool-card__likes img,
.tool-card__likes svg {
	height: 22px !important;
	width: 22px !important;
}

.tool-card__tags {
	max-height: 76px;
	overflow: hidden;
}

.tool-card__desc p {
	margin: 0;
}

.tool-card__desc {
	--desc-lines: 6;
	height: calc(20px * var(--desc-lines) + 1px);
	line-height: 20px;
	max-height: calc(20px * var(--desc-lines) + 1px);
	min-height: 0;
	-webkit-line-clamp: var(--desc-lines);
}

.tool-card__body {
	flex: 1;
	min-height: 0;
}

.tool-card__meta {
	min-height: 45px;
	padding-top: 10px;
}

.tool-card__meta-row {
	align-items: flex-start;
	min-height: 34px;
}

.tool-card__meta-text {
	-webkit-line-clamp: 2;
	max-height: calc(1.4em * 2);
}

.tool-card__cta {
	margin-top: auto;
}

.tool-card__logo--placeholder {
	align-items: center;
	background-color: #e6f0fd;
	color: #0e6aed;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	text-transform: uppercase;
}

.tools-section__empty {
	color: #476175;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

.blog-3d.content,
.tools,
.tools__container,
.tools__holder,
.tools__content,
.tools__sections,
.tools-section,
.tools-section__holder,
.tools-section__cards {
	min-width: 0;
}

.tools {
	max-width: 100%;
}

.tools__content {
	width: auto;
}

.tools-section__cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1023px) {
	.tools-section__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 576px) {
	.tools-section__cards {
		grid-template-columns: minmax(0, 1fr);
	}
}

.tool-modal__desc p {
	margin: 0 0 12px;
}

.tool-modal__desc p:last-child {
	margin-bottom: 0;
}
.tool-card__likes .pld-like-wrap svg {
	background: none;
	padding: 0;
}
.tool-card__likes .pld-common-wrap {
	flex-direction: column;
}
.tool-card__likes .pld-like-count-wrap {
	font-size: 13px;
	margin: 0;
}
#article-comments {
	max-width: 994px;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
	margin-top: 0;
}
.blog-3d.content {
	max-width: calc(1289px + 48px) !important;
}
