:root {
	--grey: #9F9FA9;
	--light-grey: #FAFAFA;
	--main-color: #1E7BBF;
	--content-space: 56px;
}

/* ROUNDED BUTTON */
.rounded-btn {
	--color-1: #000014;
	--color-2: #fff;
	display: inline-block;
	text-align: center;
	font-family: 'Inter';
	padding: 14px 32px;
	border-radius: 27px;
	border: 1px solid var(--color-1);
	color: var(--color-1);
	background-color: transparent;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	min-width: 260px;
    transition: .3s all;
}
@media screen and (min-width:576px) {
	.rounded-btn {
		min-width: 200px;
	}
}
.rounded-btn span {
	position: relative;
	text-align: center;
	line-height: inherit !important;
}
.rounded-btn svg {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    opacity: 0;
    transition: .3s all;
    bottom: 3px;
    margin-left: 26px;
}
.rounded-btn:hover {
	padding-left: 22px;
	padding-right: 42px;
}
.rounded-btn:hover svg {
    opacity: 1;
    margin-left: 8px;
}
.rounded-btn--hovered {
	padding-left: 22px;
	padding-right: 42px;
}
	.rounded-btn--hovered svg {
		opacity: 1;
		margin-left: 8px;
	}
.rounded-btn--hovered-external {
	padding-left: 22px;
	color: #FF6088;
	border: 1px solid #FF6088;
	padding-right: 42px;
}
	.rounded-btn--hovered-external svg {
		width: 16px;
		height: 16px;
		opacity: 1;
		margin-left: 8px;
		bottom: 1px;
	}
.rounded-btn--solid {
	border: 1px solid var(--color-1);
	color: var(--color-2);
	background-color: var(--color-1);
}
.rounded-btns-group {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	gap: 10px 24px;
}
@media screen and (min-width:500px) {
	.rounded-btns-group {
		flex-direction: row;
		-webkit-flex-direction: row;
	}
}

.page-content * {
	font-family: 'Inter', sans-serif;
}
@media screen and (max-width:767.98px) {
	body.share-btns-open {
		overflow: hidden !important;
		position: relative;
	}
	body.share-btns-open::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 20, 0.20);
		z-index: 1001;
	}
}
.blog-article-content-sec ol {
	list-style: decimal;
	padding-left: 2em;
}
.blog-article-content-sec__main-content-col > .section .col-lg-10,
.blog-article-content-sec__main-content-col > .kc__wrap .col-lg-10 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.blog-article-content-sec__main-content-col > * {
	color: #000014;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}
.blog-article-content-sec__main-content-col p a,
.blog-article-content-sec__main-content-col ul a,
.blog-article-content-sec__main-content-col ol a,
.blog-article-content-sec__main-content-col span a {
	color: var(--main-color);
	transition: .2s all;
	text-underline-offset: .1em;
}
.blog-article-content-sec__main-content-col p a:hover,
.blog-article-content-sec__main-content-col ul a:hover,
.blog-article-content-sec__main-content-col ol a:hover,
.blog-article-content-sec__main-content-col span a:hover {
	text-underline-offset: .3em;
}
.blog-article-content-sec__main-content-col .section:not(.section-case-bottom-note) {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.blog-article-content-sec__main-content-col .kc__wrap {
	display: none;
}
.page-content {
	overflow: visible;
}
.blog-article-header-sec__header-row {
	margin-bottom: 0;
}
@media screen and (min-width:768px) {
	.blog-article-header-sec__header-row {
		margin-bottom: 56px;
	}
}
.blog-article-header-sec {
	padding-top: 113px;
}
.breadcrumbs {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 0 8px;
	font-size: 12px;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs svg {
	display: block;
	width: 1em;
	height: 1em;;
}
.breadcrumbs * {
	color: var(--grey);
	font-size: 1em;
	font-style: normal;
	font-weight: 500;
	line-height: 2.16em;
	text-decoration: none;
}
.breadcrumbs a {
	transition: .2s all;
}
.breadcrumbs a:hover {
	color: #000014;
}
.breadcrumbs--mobile a {
	position: relative;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	display: inline-block;
}
.breadcrumbs--mobile a svg {
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
}
.blog-article-header-sec__title {
	color: #000014;
	font-family: 'Inter';
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3em;
	margin: 16px 0 8px;
}
.blog-article-header-sec__desc {
	color: #000014;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}
.blog-article-header-sec__meta {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 10px 40px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-direction: column;
	-webkit-flex-direction: column;
}
@media screen and (min-width:768px) {
	.blog-article-header-sec__meta {
		align-items: center;
		-webkit-align-items: center;
		flex-direction: row;
		-webkit-flex-direction: row;
	}
}
.blog-article-header-sec__meta > * {
	color: var(--grey);
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	text-decoration: none;
}
.blog-article-header-sec__meta-sep {
	position: relative;
	display: block;
	width: 16px;
	height: 24px;
}
.blog-article-header-sec__meta-sep::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: var(--grey);
}
@media screen and (min-width:768px) {
	.blog-article-header-sec__meta-sep {
		width: 22px;
	}
}
.blog-article-header-sec__main-content {
	color: #000014;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}
.blog-article-header-sec__main-image {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.blog-article-content-sec {
	margin-bottom: 96px;
}
.blog-article-header-sec__main-image,
.blog-article-content-sec .wp-block-image.size-large {
	border-radius: 12px;
	margin-bottom: var(--content-space);
	overflow: hidden;
}
.blog-article-header-sec__main-image--mobile {
	margin: 24px 0 0;
}
.blog-article-content-sec__tags {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	gap: 8px;
	margin-top: 16px;
}
.blog-article-content-sec__tags > * {
	display: inline-block;
	padding: 5px 11px;
	color: var(--grey);
	border: 1px solid var(--grey);
	border-radius: 8px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5em;
}
.blog-article-header-sec__toc-block {
	margin: 24px 0;
}
.blog-article-header-sec__toc-title {
	color: #000014;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	display: block;
	margin: 0 0 16px;
	pointer-events: none;
}
.blog-article-header-sec__toc-list,
.blog-article-header-sec__toc-list li,
.blog-article-header-sec__toc-list::after {
	transition: .3s all;
}
.blog-article-header-sec__toc-list {
	padding: 12px 44px 12px 12px;
	border-radius: 10px;
	border: 1px solid rgba(107, 114, 128, 0.40);
	position: relative;
}
.blog-article-header-sec__toc-list::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	right: 12px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16634 12.5L9.99967 6.66667L15.833 12.5' stroke='%23000014' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	transform: rotate(180deg);
}
.blog-article-header-sec__toc-list.open::after {
	transform: rotate(0deg);
}
.blog-article-header-sec__toc-list li {
	overflow: hidden;
}
.blog-article-header-sec__toc-list:not(.open) li:first-child {
	margin-bottom: 0;
	pointer-events: none;
}
.blog-article-header-sec__toc-list:not(.open) li:not(:first-child) {
	height: 0;
	margin: 0;
}
.blog-article-header-sec__toc-list li:nth-child(2) {
	border-top: 0 solid transparent;
}
.blog-article-header-sec__toc-list.open li:nth-child(2) {
	padding-top: 16px;
	border-top: 1px solid rgba(107, 114, 128, 0.40);
}
/*
.blog-article-header-sec__toc-list .blog-post-sidebar__item--lvl-1 {
	padding-left: 0;
}
.blog-article-header-sec__toc-list .blog-post-sidebar__item--lvl-2 {
	padding-left: 16px;
}
*/
.blog-article-header-sec__toc-list a {
	display: block;
}
.blog-article-content-sec {
	font-size: 16px;
}
.blog-article-content-sec__main-content-col *:not(.rounded-btn) {
	line-height: 1.5em;
}
.blog-article-content-sec__main-content-col > p:not(:last-child) {
	margin-bottom: 1em;
}
.client-block {
	margin: 56px 0;
}
.wp-block-heading {
	font-family: 'Inter';
	line-height: 1.3em;
}
h2.wp-block-heading,
.wp-block-heading.has-large-font-size {
	font-size: 36px !important;
	margin: 56px 0 16px;
	font-weight: 600;
}
h3.wp-block-heading,
.wp-block-heading.has-medium-font-size {
	margin: 32px 0 16px;
	font-size: 28px !important;
	font-weight: 600;
}
.blog-article-content-sec__sidebar {
	position: sticky;
	top: 100px;
	border-left: 2px solid #EDEDFA;
	margin-bottom: 8px;
}
.blog-post-sidebar__item {
	position: relative;
}
.blog-post-sidebar__item:not(:last-child) {
	display: block;
	margin-bottom: 16px;
}
.blog-post-sidebar__item.active:before {
	content: "";
	display: block;
	width: 2px;
	height: calc(100% + 16px);
	background-color: var(--main-color);
	position: absolute;
	left: -2px;
	top: -8px;
}
.blog-post-sidebar__item--lvl-1 {
	padding-left: 16px;
}
.blog-post-sidebar__item--lvl-2 {
	padding-left: 32px;
}
.blog-post-sidebar__item a {
	text-decoration: none;
	color: var(--main-black, #000014);
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	transition: .3s all;
}
.blog-post-sidebar__item.active a {
	color: var(--main-color);
}
.author-block {
	margin: 56px 0;
	text-align: right;
	color: #5B5B73;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}
.share-block {
	padding: 56px 32px;
	border-radius: 12px;
	background: var(--back-degree, linear-gradient(285deg, rgba(205, 190, 186, 0.20) 0%, rgba(142, 167, 194, 0.20) 98.05%));
	color: #000014;
	text-align: center;
	margin-top: 56px;
}
.share-block__title {
	font-family: 'Inter';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 0 8px;
}
.share-block__text {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	display: block;
	margin: 0 auto;
	max-width: 570px;
}
.share-block__links {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	gap: 24px;
	margin-top: 24px;
}
.share-block__link {
	display: block;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.share-block__link::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: .3s all;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.share-block__link--vk{border-radius:20%}
.share-block__link--tg{border-radius:50%}
.share-block__link--link{border-radius:10%}
.share-block .share-block__link--link {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='4' fill='%23000014'/%3E%3Cg clip-path='url(%23clip0_6775_375)'%3E%3Cpath d='M14.3066 9.17998C14.4231 9.17605 14.5374 9.21191 14.6308 9.28164C14.7324 9.35877 14.7989 9.47343 14.8153 9.59996C14.8418 9.80305 14.7685 9.91926 14.6316 10.0591C14.4231 10.272 14.2112 10.4819 14.0004 10.6926L12.5723 12.1201L10.8352 13.8578L10.2871 14.406C10.102 14.591 9.96603 14.7856 9.69445 14.8223C9.34184 14.822 9.10658 14.537 9.1957 14.1966C9.23945 14.0294 9.48081 13.8159 9.60528 13.6914L10.0615 13.2349L11.6 11.6959L13.2214 10.0746L13.7213 9.57497C13.9084 9.38795 14.028 9.21146 14.3066 9.17998Z' fill='white'/%3E%3Cpath d='M14.2777 6H14.9714C15.0242 6.02233 15.0841 6.03167 15.1408 6.0402C16.2783 6.21146 17.259 6.97214 17.7195 8.02764C17.8114 8.23416 17.8795 8.45048 17.9224 8.67243C17.9431 8.77589 17.9677 8.96285 18.0001 9.05398V9.69694C17.9731 9.75799 17.9342 10.0095 17.9173 10.0918C17.8783 10.2828 17.8211 10.4697 17.7468 10.65C17.6283 10.9329 17.4725 11.1987 17.2836 11.4403C17.0249 11.7703 16.5089 12.2568 16.1941 12.5712L15.6976 13.0677C15.4642 13.303 15.2215 13.6351 14.8435 13.4627C14.7283 13.41 14.6392 13.313 14.5965 13.1937C14.4564 12.8021 14.8325 12.5385 15.0775 12.294L15.9567 11.4157C16.137 11.2354 16.3735 11.0124 16.5268 10.8155C16.6349 10.6749 16.7267 10.5224 16.8004 10.361C17.0633 9.78277 17.0857 9.12376 16.8629 8.52893C16.6382 7.93801 16.19 7.45925 15.6151 7.1962C14.8541 6.85744 13.9723 6.93407 13.2811 7.39903C13.0213 7.57696 12.7626 7.8552 12.5363 8.08143L11.6925 8.92647C11.5535 9.06627 11.3249 9.33117 11.1457 9.4065C10.9207 9.50103 10.6096 9.3671 10.5249 9.12605C10.3933 8.75166 10.6864 8.53702 10.9183 8.30517L11.4293 7.79357C11.7408 7.4817 12.1424 7.05549 12.4681 6.78207C12.6481 6.63007 12.8441 6.49815 13.0526 6.38863C13.3059 6.25352 13.5762 6.15316 13.8563 6.09027C13.955 6.06826 14.188 6.03314 14.2685 6.00349L14.2777 6Z' fill='white'/%3E%3Cpath d='M6 14.2759C6.04131 14.2049 6.06977 13.9396 6.0973 13.8301C6.15856 13.5795 6.24827 13.3367 6.3647 13.1064C6.47521 12.8882 6.60899 12.6826 6.76372 12.4931C7.04534 12.1504 7.49879 11.7235 7.81989 11.403L8.28898 10.936C8.52934 10.6937 8.79299 10.3399 9.18322 10.5573C9.29626 10.6201 9.37966 10.7253 9.41503 10.8497C9.44937 10.9721 9.43379 11.1031 9.37175 11.214C9.29595 11.347 8.977 11.6408 8.84804 11.7698L8.07946 12.5385C7.88332 12.7345 7.62463 12.9786 7.46195 13.1932C7.02399 13.7773 6.87644 14.5294 7.06121 15.2357C7.22239 15.8531 7.62429 16.3803 8.17704 16.6992C8.72752 17.0139 9.38009 17.0982 9.99248 16.9338C10.6697 16.7519 10.9888 16.3836 11.4583 15.9134L12.3042 15.066C12.4237 14.9463 12.6534 14.688 12.7982 14.616C13.2321 14.4169 13.6681 14.8588 13.4462 15.2871C13.4136 15.3501 13.3264 15.4399 13.2768 15.4891C12.7424 16.0188 12.2156 16.5607 11.6745 17.083C11.274 17.4695 10.7601 17.7438 10.227 17.895C10.1312 17.9221 9.79493 17.9598 9.7355 18H9.02596C8.93872 17.9638 8.52048 17.8994 8.362 17.8492C7.37762 17.5378 6.53798 16.752 6.19934 15.7714C6.15824 15.6545 6.12347 15.5355 6.0952 15.4149C6.07435 15.3249 6.03038 15.0279 6 14.9761V14.2759Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6775_375'%3E%3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.share-block .share-block__link--vk {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.52C0 6.08942 0 3.37413 1.68706 1.68706C3.37413 0 6.08942 0 11.52 0H12.48C17.9106 0 20.6259 0 22.3129 1.68706C24 3.37413 24 6.08942 24 11.52V12.48C24 17.9106 24 20.6259 22.3129 22.3129C20.6259 24 17.9106 24 12.48 24H11.52C6.08942 24 3.37413 24 1.68706 22.3129C0 20.6259 0 17.9106 0 12.48V11.52Z' fill='%23000014'/%3E%3Cpath d='M12.7698 17.29C7.29978 17.29 4.1798 13.54 4.0498 7.30005H6.78979C6.87979 11.88 8.89976 13.82 10.4998 14.22V7.30005H13.0798V11.25C14.6598 11.08 16.3196 9.28005 16.8796 7.30005H19.4597C19.0297 9.74005 17.2297 11.54 15.9497 12.28C17.2297 12.88 19.2798 14.45 20.0598 17.29H17.2197C16.6097 15.39 15.0898 13.92 13.0798 13.72V17.29H12.7698Z' fill='white'/%3E%3C/svg%3E%0A");}
.share-block .share-block__link--tg {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6775_382)'%3E%3Cpath d='M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z' fill='%23000014'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.43201 11.8733C8.93026 10.3492 11.263 9.3444 12.4301 8.85893C15.7627 7.47282 16.4551 7.23203 16.9065 7.22408C17.0058 7.22234 17.2277 7.24694 17.3715 7.3636C17.4929 7.46211 17.5263 7.59518 17.5423 7.68857C17.5583 7.78197 17.5782 7.99473 17.5623 8.16098C17.3817 10.0585 16.6003 14.6632 16.2028 16.7884C16.0346 17.6876 15.7034 17.9891 15.3827 18.0186C14.6858 18.0828 14.1567 17.5581 13.4817 17.1157C12.4256 16.4234 11.8289 15.9924 10.8037 15.3168C9.61896 14.536 10.387 14.1069 11.0622 13.4056C11.2389 13.2221 14.3093 10.4294 14.3687 10.176C14.3762 10.1443 14.3831 10.0262 14.3129 9.96385C14.2427 9.90148 14.1392 9.92281 14.0644 9.93977C13.9585 9.96381 12.2713 11.079 9.00276 13.2853C8.52385 13.6142 8.09007 13.7744 7.70141 13.766C7.27295 13.7568 6.44876 13.5238 5.83606 13.3246C5.08456 13.0803 4.48728 12.9512 4.53929 12.5363C4.56638 12.3202 4.86395 12.0992 5.43201 11.8733Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6775_382'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.share-block__link--link:hover::after {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='4' fill='%231E7BBF'/%3E%3Cg clip-path='url(%23clip0_6775_375)'%3E%3Cpath d='M14.3066 9.17998C14.4231 9.17605 14.5374 9.21191 14.6308 9.28164C14.7324 9.35877 14.7989 9.47343 14.8153 9.59996C14.8418 9.80305 14.7685 9.91926 14.6316 10.0591C14.4231 10.272 14.2112 10.4819 14.0004 10.6926L12.5723 12.1201L10.8352 13.8578L10.2871 14.406C10.102 14.591 9.96603 14.7856 9.69445 14.8223C9.34184 14.822 9.10658 14.537 9.1957 14.1966C9.23945 14.0294 9.48081 13.8159 9.60528 13.6914L10.0615 13.2349L11.6 11.6959L13.2214 10.0746L13.7213 9.57497C13.9084 9.38795 14.028 9.21146 14.3066 9.17998Z' fill='white'/%3E%3Cpath d='M14.2777 6H14.9714C15.0242 6.02233 15.0841 6.03167 15.1408 6.0402C16.2783 6.21146 17.259 6.97214 17.7195 8.02764C17.8114 8.23416 17.8795 8.45048 17.9224 8.67243C17.9431 8.77589 17.9677 8.96285 18.0001 9.05398V9.69694C17.9731 9.75799 17.9342 10.0095 17.9173 10.0918C17.8783 10.2828 17.8211 10.4697 17.7468 10.65C17.6283 10.9329 17.4725 11.1987 17.2836 11.4403C17.0249 11.7703 16.5089 12.2568 16.1941 12.5712L15.6976 13.0677C15.4642 13.303 15.2215 13.6351 14.8435 13.4627C14.7283 13.41 14.6392 13.313 14.5965 13.1937C14.4564 12.8021 14.8325 12.5385 15.0775 12.294L15.9567 11.4157C16.137 11.2354 16.3735 11.0124 16.5268 10.8155C16.6349 10.6749 16.7267 10.5224 16.8004 10.361C17.0633 9.78277 17.0857 9.12376 16.8629 8.52893C16.6382 7.93801 16.19 7.45925 15.6151 7.1962C14.8541 6.85744 13.9723 6.93407 13.2811 7.39903C13.0213 7.57696 12.7626 7.8552 12.5363 8.08143L11.6925 8.92647C11.5535 9.06627 11.3249 9.33117 11.1457 9.4065C10.9207 9.50103 10.6096 9.3671 10.5249 9.12605C10.3933 8.75166 10.6864 8.53702 10.9183 8.30517L11.4293 7.79357C11.7408 7.4817 12.1424 7.05549 12.4681 6.78207C12.6481 6.63007 12.8441 6.49815 13.0526 6.38863C13.3059 6.25352 13.5762 6.15316 13.8563 6.09027C13.955 6.06826 14.188 6.03314 14.2685 6.00349L14.2777 6Z' fill='white'/%3E%3Cpath d='M6 14.2759C6.04131 14.2049 6.06977 13.9396 6.0973 13.8301C6.15856 13.5795 6.24827 13.3367 6.3647 13.1064C6.47521 12.8882 6.60899 12.6826 6.76372 12.4931C7.04534 12.1504 7.49879 11.7235 7.81989 11.403L8.28898 10.936C8.52934 10.6937 8.79299 10.3399 9.18322 10.5573C9.29626 10.6201 9.37966 10.7253 9.41503 10.8497C9.44937 10.9721 9.43379 11.1031 9.37175 11.214C9.29595 11.347 8.977 11.6408 8.84804 11.7698L8.07946 12.5385C7.88332 12.7345 7.62463 12.9786 7.46195 13.1932C7.02399 13.7773 6.87644 14.5294 7.06121 15.2357C7.22239 15.8531 7.62429 16.3803 8.17704 16.6992C8.72752 17.0139 9.38009 17.0982 9.99248 16.9338C10.6697 16.7519 10.9888 16.3836 11.4583 15.9134L12.3042 15.066C12.4237 14.9463 12.6534 14.688 12.7982 14.616C13.2321 14.4169 13.6681 14.8588 13.4462 15.2871C13.4136 15.3501 13.3264 15.4399 13.2768 15.4891C12.7424 16.0188 12.2156 16.5607 11.6745 17.083C11.274 17.4695 10.7601 17.7438 10.227 17.895C10.1312 17.9221 9.79493 17.9598 9.7355 18H9.02596C8.93872 17.9638 8.52048 17.8994 8.362 17.8492C7.37762 17.5378 6.53798 16.752 6.19934 15.7714C6.15824 15.6545 6.12347 15.5355 6.0952 15.4149C6.07435 15.3249 6.03038 15.0279 6 14.9761V14.2759Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6775_375'%3E%3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.share-block__link--vk:hover::after {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.52C0 6.08942 0 3.37413 1.68706 1.68706C3.37413 0 6.08942 0 11.52 0H12.48C17.9106 0 20.6259 0 22.3129 1.68706C24 3.37413 24 6.08942 24 11.52V12.48C24 17.9106 24 20.6259 22.3129 22.3129C20.6259 24 17.9106 24 12.48 24H11.52C6.08942 24 3.37413 24 1.68706 22.3129C0 20.6259 0 17.9106 0 12.48V11.52Z' fill='%231E7BBF'/%3E%3Cpath d='M12.7698 17.29C7.29978 17.29 4.1798 13.54 4.0498 7.30005H6.78979C6.87979 11.88 8.89976 13.82 10.4998 14.22V7.30005H13.0798V11.25C14.6598 11.08 16.3196 9.28005 16.8796 7.30005H19.4597C19.0297 9.74005 17.2297 11.54 15.9497 12.28C17.2297 12.88 19.2798 14.45 20.0598 17.29H17.2197C16.6097 15.39 15.0898 13.92 13.0798 13.72V17.29H12.7698Z' fill='white'/%3E%3C/svg%3E%0A");}
.share-block__link--tg:hover::after {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6775_382)'%3E%3Cpath d='M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z' fill='%231E7BBF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.43201 11.8733C8.93026 10.3492 11.263 9.3444 12.4301 8.85893C15.7627 7.47282 16.4551 7.23203 16.9065 7.22408C17.0058 7.22234 17.2277 7.24694 17.3715 7.3636C17.4929 7.46211 17.5263 7.59518 17.5423 7.68857C17.5583 7.78197 17.5782 7.99473 17.5623 8.16098C17.3817 10.0585 16.6003 14.6632 16.2028 16.7884C16.0346 17.6876 15.7034 17.9891 15.3827 18.0186C14.6858 18.0828 14.1567 17.5581 13.4817 17.1157C12.4256 16.4234 11.8289 15.9924 10.8037 15.3168C9.61896 14.536 10.387 14.1069 11.0622 13.4056C11.2389 13.2221 14.3093 10.4294 14.3687 10.176C14.3762 10.1443 14.3831 10.0262 14.3129 9.96385C14.2427 9.90148 14.1392 9.92281 14.0644 9.93977C13.9585 9.96381 12.2713 11.079 9.00276 13.2853C8.52385 13.6142 8.09007 13.7744 7.70141 13.766C7.27295 13.7568 6.44876 13.5238 5.83606 13.3246C5.08456 13.0803 4.48728 12.9512 4.53929 12.5363C4.56638 12.3202 4.86395 12.0992 5.43201 11.8733Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6775_382'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.share-block__link:hover::after {
	opacity: 1;
}
.share-block__link-message {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	color: #000014;
	position: absolute;
	bottom: calc(100% + 12px);
	left: 50%;
	translate: -50% 0;
	background-color: #fff;
	box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, .5);
	padding: 8px 16px;
	border-radius: 8px;
	opacity: 0;
	pointer-events: none;
	transition: .3s all;
}
.share-block__link-message.active {
	opacity: 1 !important;
}
.blog-article-header-sec__footer {
	margin-top: 24px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.post-header-share-btns {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	gap: 16px;
}
.post-header-share-btns__title {
	color: var(--grey);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}
.post-header-share-btns--desktop {
	padding-left: 16px;
	margin-bottom: 32px;
	position: relative;
}
.post-header-share-btns--desktop::before {
	content: '';
	width: 4px;
	height: 56px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -3px;
}
.post-header-share-btns--mobile {
	position: static;
	margin-top: 24px;
	display: none;
}
.post-header-share-btns .share-block__link {
	width: 24px;
	height: 24px;
}
.post-header-share-btns .share-block__link--link {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='4' fill='%239F9FA9'/%3E%3Cg clip-path='url(%23clip0_6775_375)'%3E%3Cpath d='M14.3066 9.17998C14.4231 9.17605 14.5374 9.21191 14.6308 9.28164C14.7324 9.35877 14.7989 9.47343 14.8153 9.59996C14.8418 9.80305 14.7685 9.91926 14.6316 10.0591C14.4231 10.272 14.2112 10.4819 14.0004 10.6926L12.5723 12.1201L10.8352 13.8578L10.2871 14.406C10.102 14.591 9.96603 14.7856 9.69445 14.8223C9.34184 14.822 9.10658 14.537 9.1957 14.1966C9.23945 14.0294 9.48081 13.8159 9.60528 13.6914L10.0615 13.2349L11.6 11.6959L13.2214 10.0746L13.7213 9.57497C13.9084 9.38795 14.028 9.21146 14.3066 9.17998Z' fill='white'/%3E%3Cpath d='M14.2777 6H14.9714C15.0242 6.02233 15.0841 6.03167 15.1408 6.0402C16.2783 6.21146 17.259 6.97214 17.7195 8.02764C17.8114 8.23416 17.8795 8.45048 17.9224 8.67243C17.9431 8.77589 17.9677 8.96285 18.0001 9.05398V9.69694C17.9731 9.75799 17.9342 10.0095 17.9173 10.0918C17.8783 10.2828 17.8211 10.4697 17.7468 10.65C17.6283 10.9329 17.4725 11.1987 17.2836 11.4403C17.0249 11.7703 16.5089 12.2568 16.1941 12.5712L15.6976 13.0677C15.4642 13.303 15.2215 13.6351 14.8435 13.4627C14.7283 13.41 14.6392 13.313 14.5965 13.1937C14.4564 12.8021 14.8325 12.5385 15.0775 12.294L15.9567 11.4157C16.137 11.2354 16.3735 11.0124 16.5268 10.8155C16.6349 10.6749 16.7267 10.5224 16.8004 10.361C17.0633 9.78277 17.0857 9.12376 16.8629 8.52893C16.6382 7.93801 16.19 7.45925 15.6151 7.1962C14.8541 6.85744 13.9723 6.93407 13.2811 7.39903C13.0213 7.57696 12.7626 7.8552 12.5363 8.08143L11.6925 8.92647C11.5535 9.06627 11.3249 9.33117 11.1457 9.4065C10.9207 9.50103 10.6096 9.3671 10.5249 9.12605C10.3933 8.75166 10.6864 8.53702 10.9183 8.30517L11.4293 7.79357C11.7408 7.4817 12.1424 7.05549 12.4681 6.78207C12.6481 6.63007 12.8441 6.49815 13.0526 6.38863C13.3059 6.25352 13.5762 6.15316 13.8563 6.09027C13.955 6.06826 14.188 6.03314 14.2685 6.00349L14.2777 6Z' fill='white'/%3E%3Cpath d='M6 14.2759C6.04131 14.2049 6.06977 13.9396 6.0973 13.8301C6.15856 13.5795 6.24827 13.3367 6.3647 13.1064C6.47521 12.8882 6.60899 12.6826 6.76372 12.4931C7.04534 12.1504 7.49879 11.7235 7.81989 11.403L8.28898 10.936C8.52934 10.6937 8.79299 10.3399 9.18322 10.5573C9.29626 10.6201 9.37966 10.7253 9.41503 10.8497C9.44937 10.9721 9.43379 11.1031 9.37175 11.214C9.29595 11.347 8.977 11.6408 8.84804 11.7698L8.07946 12.5385C7.88332 12.7345 7.62463 12.9786 7.46195 13.1932C7.02399 13.7773 6.87644 14.5294 7.06121 15.2357C7.22239 15.8531 7.62429 16.3803 8.17704 16.6992C8.72752 17.0139 9.38009 17.0982 9.99248 16.9338C10.6697 16.7519 10.9888 16.3836 11.4583 15.9134L12.3042 15.066C12.4237 14.9463 12.6534 14.688 12.7982 14.616C13.2321 14.4169 13.6681 14.8588 13.4462 15.2871C13.4136 15.3501 13.3264 15.4399 13.2768 15.4891C12.7424 16.0188 12.2156 16.5607 11.6745 17.083C11.274 17.4695 10.7601 17.7438 10.227 17.895C10.1312 17.9221 9.79493 17.9598 9.7355 18H9.02596C8.93872 17.9638 8.52048 17.8994 8.362 17.8492C7.37762 17.5378 6.53798 16.752 6.19934 15.7714C6.15824 15.6545 6.12347 15.5355 6.0952 15.4149C6.07435 15.3249 6.03038 15.0279 6 14.9761V14.2759Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6775_375'%3E%3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.post-header-share-btns .share-block__link--vk {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.52C0 6.08942 0 3.37413 1.68706 1.68706C3.37413 0 6.08942 0 11.52 0H12.48C17.9106 0 20.6259 0 22.3129 1.68706C24 3.37413 24 6.08942 24 11.52V12.48C24 17.9106 24 20.6259 22.3129 22.3129C20.6259 24 17.9106 24 12.48 24H11.52C6.08942 24 3.37413 24 1.68706 22.3129C0 20.6259 0 17.9106 0 12.48V11.52Z' fill='%239F9FA9'/%3E%3Cpath d='M12.7698 17.29C7.29978 17.29 4.1798 13.54 4.0498 7.30005H6.78979C6.87979 11.88 8.89976 13.82 10.4998 14.22V7.30005H13.0798V11.25C14.6598 11.08 16.3196 9.28005 16.8796 7.30005H19.4597C19.0297 9.74005 17.2297 11.54 15.9497 12.28C17.2297 12.88 19.2798 14.45 20.0598 17.29H17.2197C16.6097 15.39 15.0898 13.92 13.0798 13.72V17.29H12.7698Z' fill='white'/%3E%3C/svg%3E%0A");
}
.post-header-share-btns .share-block__link--tg {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6775_382)'%3E%3Cpath d='M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z' fill='%239F9FA9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.43201 11.8733C8.93026 10.3492 11.263 9.3444 12.4301 8.85893C15.7627 7.47282 16.4551 7.23203 16.9065 7.22408C17.0058 7.22234 17.2277 7.24694 17.3715 7.3636C17.4929 7.46211 17.5263 7.59518 17.5423 7.68857C17.5583 7.78197 17.5782 7.99473 17.5623 8.16098C17.3817 10.0585 16.6003 14.6632 16.2028 16.7884C16.0346 17.6876 15.7034 17.9891 15.3827 18.0186C14.6858 18.0828 14.1567 17.5581 13.4817 17.1157C12.4256 16.4234 11.8289 15.9924 10.8037 15.3168C9.61896 14.536 10.387 14.1069 11.0622 13.4056C11.2389 13.2221 14.3093 10.4294 14.3687 10.176C14.3762 10.1443 14.3831 10.0262 14.3129 9.96385C14.2427 9.90148 14.1392 9.92281 14.0644 9.93977C13.9585 9.96381 12.2713 11.079 9.00276 13.2853C8.52385 13.6142 8.09007 13.7744 7.70141 13.766C7.27295 13.7568 6.44876 13.5238 5.83606 13.3246C5.08456 13.0803 4.48728 12.9512 4.53929 12.5363C4.56638 12.3202 4.86395 12.0992 5.43201 11.8733Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6775_382'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.read-also-sec {
	margin: 96px 0;
}
.read-also-sec__title {
	margin: 0 0 32px;
	color: #000014;
	font-family: 'Inter';
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3em;
}
@media screen and (min-width:768px) {
	.read-also-sec__title {
		margin-bottom: 48px;
	}
}

@media screen and (max-width:991.98px) {
	.blog-article-header-sec__title {
		font-size: 36px;
	}
}
@media screen and (max-width:767.98px) {
	.blog-article-header-sec {
		padding-top: 80px;
	}
	.blog-article-header-sec__header-row {
		position: relative;
	}
	.blog-article-header-sec__title {
		font-size: 32px;
	}
	h2.wp-block-heading,
	.wp-block-heading.has-large-font-size {
		font-size: 28px !important;
	}
	h3.wp-block-heading,
	.wp-block-heading.has-medium-font-size {
		font-size: 24px !important;
	}
	.post-header-share-btns--mobile {
		display: flex;
		display: -webkit-flex;
	}
	.post-header-share-btns--desktop {
		display: none;
	}
}

.read-also-sec__result {
	margin-bottom: -16px;
}
.custom-cat-sec__article-col {
	margin-bottom: 16px;
}
.custom-cat-sec__article {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	background-color: var(--light-grey);
	text-decoration: none;
}
.custom-cat-sec__article-img-container {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 49.52%;
}
.custom-cat-sec__article-img {
	position: absolute;
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.custom-cat-sec__article-content {
	padding: 24px;
	display: block;
	text-decoration: none;
}
.custom-cat-sec__article-content-meta {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-size: 12px;
	margin-bottom: 16px;
}
.custom-cat-sec__article-cats {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 5px;
}
.custom-cat-sec__article-cat {
	padding: 5px 11px;
	border-radius: 8px;
	border: 1px solid var(--grey);
	color: var(--grey);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.65em;
}
.custom-cat-sec__article-date {
	color: var(--grey);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
}
.custom-cat-sec__article-title {
	display: block;
	color: #000014;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 4px;
	text-decoration: none;
}
.custom-cat-sec__article-desc {
	color: #000014;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	position: relative;
	overflow: hidden;
	opacity: .8;
}

.case-client__item-about-wrap {
	padding: 32px;
	background-color: #F2F4FB;
}
.case-client__item-about {
	background-color: transparent;
}
tr.case-client__list-item {
	margin: 0;
}
tr.case-client__list-item:not(:last-child) td {
	padding-bottom: 13px;
}
.case-client__list-item td:last-child {
	padding-left: 30px;
}
@media screen and (max-width:767px) {
	.case-client__item-about {
		margin-top: 30px;
	}
	.case-client__list {
		text-align: left;
		margin: 0;
	}
	.case-client__img {
		margin-left: 0;
	}
	.case-client__list-item td:last-child {
		padding-left: 51px;
	}
}

.scroll-to-top,
.share-btns-mobile,
.share-btns-mobile::before,
.share-btns-mobile::after,
.share-btns-mobile .share-block__link {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}
.scroll-to-top,
.share-btns-mobile {
	position: fixed;
	right: 14px;
	z-index: 1002;
	transition: .3s all;
	box-shadow: 0 0 7px -3px #000;
}
.share-btns-open .scroll-to-top,
.share-btns-open .share-btns-mobile {
	box-shadow: none;
}
.scroll-to-top,
.share-btns-mobile,
.share-btns-mobile::before,
.share-btns-mobile::after {
	background-color: #FAFAFA;
	background-size: 24px 24px;
}
.scroll-to-top {
	bottom: 14px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19L12 5M19 12L12 5L5 12' stroke='%23000014' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	transform: translate(0,100px);
}
.scroll-to-top.active {
	transform: translate(0);
}
.share-btns-mobile {
	bottom: 14px;
}
.scroll-to-top.active + .share-btns-mobile {
	bottom: 78px;
}
.share-btns-mobile::before,
.share-btns-mobile::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: .3s all;
}
.share-btns-mobile::after {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11L12 8.5L17 6' stroke='%23000014' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 13L12 15.5L17 18' stroke='%23000014' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 10.25C6.4665 10.25 7.25 11.0335 7.25 12C7.25 12.9665 6.4665 13.75 5.5 13.75C4.5335 13.75 3.75 12.9665 3.75 12C3.75 11.0335 4.5335 10.25 5.5 10.25Z' stroke='%23000014' stroke-width='1.5'/%3E%3Cpath d='M19 3.75C19.9665 3.75 20.75 4.5335 20.75 5.5C20.75 6.4665 19.9665 7.25 19 7.25C18.0335 7.25 17.25 6.4665 17.25 5.5C17.25 4.5335 18.0335 3.75 19 3.75Z' stroke='%23000014' stroke-width='1.5'/%3E%3Cpath d='M18.708 16.75C19.6745 16.75 20.458 17.5335 20.458 18.5C20.458 19.4665 19.6745 20.25 18.708 20.25C17.7415 20.25 16.958 19.4665 16.958 18.5C16.958 17.5335 17.7415 16.75 18.708 16.75Z' stroke='%23000014' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.share-btns-mobile.open::after {
	opacity: 0;
}
.share-btns-mobile::before {
	opacity: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.05078 16.9497L12.0005 12L16.9503 7.05021' stroke='%23000014' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05078 7.05029L12.0005 12L16.9503 16.9498' stroke='%23000014' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.share-btns-mobile.open::before {
	opacity: 1;
}
.share-btns-mobile .share-block__link {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #000014;
	pointer-events: none;
	z-index: -1;
	transform: scale(.97);
	background-position: center;
	background-repeat: no-repeat;
}
.share-btns-mobile.open .share-block__link {
	pointer-events: auto;
	transform: scale(1);
	/*box-shadow: 0 0 7px 0px #8f8f8f;*/
}
.share-btns-mobile .share-block__link::after {
	display: none;
}
.share-btns-mobile .share-block__link--vk {
	background-size: 20px 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M10.8931 12C4.05992 12 0.162398 7.4955 0 0H3.42285C3.53528 5.50151 6.05865 7.83182 8.0574 8.3123V0H11.2805V4.74473C13.2542 4.54052 15.3277 2.37838 16.0273 0H19.2503C18.7132 2.93093 16.4646 5.09307 14.8656 5.98196C16.4646 6.70269 19.0256 8.58859 20 12H16.4521C15.6901 9.71772 13.7914 7.95194 11.2805 7.7117V12H10.8931Z' fill='white'/%3E%3C/svg%3E");
}
.share-btns-mobile.open .share-block__link--vk {
	bottom: 192px;
	transition: .3s all;
}
.share-btns-mobile .share-block__link--tg {
	background-size: 24px 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.23741 11.4574C8.06923 9.34056 11.2912 7.945 12.9033 7.27074C17.5063 5.34558 18.4627 5.01116 19.0861 5.00012C19.2232 4.99769 19.5298 5.03186 19.7284 5.19389C19.8961 5.33071 19.9422 5.51553 19.9643 5.64524C19.9864 5.77496 20.0139 6.07046 19.992 6.30136C19.7426 8.93675 18.6633 15.3322 18.1142 18.2838C17.8818 19.5328 17.4244 19.9516 16.9815 19.9926C16.0189 20.0816 15.288 19.3529 14.3558 18.7384C12.897 17.7769 12.0729 17.1783 10.6569 16.24C9.02048 15.1556 10.0813 14.5596 11.0139 13.5856C11.258 13.3307 15.4988 9.45188 15.5809 9.10001C15.5912 9.05601 15.6007 8.89197 15.5038 8.80535C15.4069 8.71873 15.2639 8.74835 15.1606 8.77191C15.0143 8.8053 12.6839 10.3542 8.16938 13.4185C7.5079 13.8753 6.90875 14.0978 6.37193 14.0862C5.78013 14.0733 4.64175 13.7497 3.79548 13.4731C2.75749 13.1338 1.93252 12.9544 2.00436 12.3782C2.04178 12.0781 2.45279 11.7712 3.23741 11.4574Z' fill='white'/%3E%3C/svg%3E");
}
.share-btns-mobile.open .share-block__link--tg {
	bottom: 128px;
	transition: .2s all;
}
.share-btns-mobile .share-block__link--link {
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_6814_347)'%3E%3Cpath d='M12.4595 4.76997C12.6342 4.76408 12.8057 4.81787 12.9457 4.92246C13.0981 5.03816 13.1978 5.21014 13.2225 5.39993C13.2623 5.70458 13.1522 5.87888 12.9469 6.08859C12.6341 6.40807 12.3163 6.72281 12.0001 7.03897L9.85798 9.18016L7.25232 11.7867L6.43009 12.6089C6.15248 12.8865 5.94855 13.1784 5.54118 13.2335C5.01227 13.233 4.65938 12.8055 4.79306 12.2948C4.85869 12.0441 5.22073 11.7239 5.40743 11.5371L6.09175 10.8523L8.39949 8.54382L10.8316 6.11192L11.5814 5.36246C11.8621 5.08193 12.0415 4.81718 12.4595 4.76997Z' fill='white'/%3E%3Cpath d='M12.4165 0H13.457C13.5363 0.0334976 13.6262 0.0475007 13.7111 0.0602926C15.4175 0.317196 16.8886 1.45822 17.5793 3.04146C17.7171 3.35123 17.8192 3.67573 17.8835 4.00864C17.9147 4.16384 17.9516 4.44428 18.0001 4.58096V5.54541C17.9597 5.63699 17.9013 6.01418 17.876 6.13772C17.8175 6.42426 17.7317 6.70461 17.6202 6.975C17.4425 7.39935 17.2088 7.79804 16.9254 8.1605C16.5374 8.65538 15.7634 9.38515 15.2911 9.85683L14.5464 10.6015C14.1964 10.9544 13.8322 11.4527 13.2652 11.1941C13.0924 11.115 12.9588 10.9695 12.8947 10.7905C12.6846 10.2031 13.2488 9.8077 13.6163 9.44096L14.935 8.12356C15.2054 7.85313 15.5603 7.51857 15.7902 7.22326C15.9524 7.01234 16.0901 6.78364 16.2006 6.54156C16.5949 5.67415 16.6286 4.68564 16.2943 3.79339C15.9573 2.90702 15.285 2.18888 14.4227 1.7943C13.2811 1.28616 11.9584 1.40111 10.9216 2.09855C10.5319 2.36544 10.144 2.78279 9.80451 3.12214L8.53875 4.3897C8.33026 4.5994 7.98739 4.99676 7.71855 5.10975C7.38111 5.25155 6.91437 5.05065 6.7873 4.68907C6.58992 4.12748 7.0296 3.80552 7.37738 3.45776L8.14394 2.69035C8.61119 2.22254 9.21363 1.58323 9.70219 1.1731C9.97212 0.945111 10.2661 0.747223 10.5789 0.58295C10.9588 0.380276 11.3643 0.229739 11.7844 0.135408C11.9324 0.102386 12.282 0.0497048 12.4027 0.0052316L12.4165 0Z' fill='white'/%3E%3Cpath d='M0 12.4137C0.0619645 12.3072 0.104656 11.9093 0.145954 11.7451C0.237836 11.3691 0.37241 11.0049 0.547054 10.6595C0.712811 10.3322 0.913488 10.0237 1.14558 9.73957C1.56801 9.22546 2.24819 8.58516 2.72983 8.10435L3.43347 7.40386C3.79401 7.0404 4.18948 6.50977 4.77483 6.83586C4.94439 6.9301 5.0695 7.08789 5.12255 7.27447C5.17405 7.458 5.15069 7.65447 5.05763 7.82083C4.94392 8.02038 4.46549 8.46101 4.27206 8.65451L3.11919 9.80767C2.82498 10.1016 2.43694 10.4678 2.19292 10.7897C1.53598 11.6659 1.31466 12.7939 1.59181 13.8534C1.83359 14.7796 2.43643 15.5703 3.26556 16.0486C4.09127 16.5207 5.07013 16.6472 5.98873 16.4006C7.00455 16.1277 7.48325 15.5753 8.1875 14.87L9.45633 13.5988C9.63556 13.4193 9.9801 13.0319 10.1973 12.9239C10.8481 12.6252 11.5021 13.2881 11.1693 13.9305C11.1203 14.0251 10.9896 14.1597 10.9152 14.2335C10.1135 15.028 9.32345 15.8409 8.51168 16.6244C7.91104 17.2041 7.14018 17.6156 6.3405 17.8424C6.19678 17.883 5.69239 17.9396 5.60326 17.9999H4.53894C4.40808 17.9456 3.78072 17.8489 3.54299 17.7737C2.06643 17.3066 0.806966 16.1279 0.299004 14.657C0.237354 14.4817 0.18521 14.3031 0.142804 14.1222C0.111518 13.9873 0.0455695 13.5417 0 13.464V12.4137Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6814_347'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.share-btns-mobile.open .share-block__link--link {
	bottom: 64px;
	transition: .1s all;
}
.share-btns-mobile .share-block__link--link .share-block__link-message {
	left: auto;
	transform: translate(0,50%);
	right: 64px;
	bottom: 50%;
	translate: 0;
}
@media screen and (min-width:768px) {
	.scroll-to-top,
	.share-btns-mobile {
		display: none;
	}
}

*:focus-visible {
	outline: 2px solid var(--main-color);
	outline-offset: 2px;
}
.custom-image-slider__slide-inner .fancybox_images:focus-visible {
	display: block;
	border-radius: 4px;
	outline-offset: -2px;
}
.custom-image-block .fancybox_images:focus-visible {
	display: block;
	border-radius: 4px;
}

.blog-article-content-sec__main-content-col > *:last-child {
	margin-bottom: 0;
}

.blog-article-content-sec .wp-block-quote {
	margin: 56px 0;
	padding: 32px;
	border-radius: 16px;
	background: var(--light-grey);
}
.blog-article-content-sec .wp-block-quote::before {
	content: '';
	display: block;
	width: 18px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.70588 16C2.52941 16 1.60784 15.5423 0.941177 14.6269C0.313726 13.7114 0 12.3781 0 10.6269C0 8.23881 0.529412 6.16916 1.58824 4.41791C2.64706 2.66667 4.19608 1.19403 6.23529 0L7.64706 2.32836C6.15686 3.32338 5.03922 4.39801 4.29412 5.55224C3.54902 6.66667 3.17647 8.0597 3.17647 9.73134C3.29412 9.69154 3.47059 9.67164 3.70588 9.67164C4.4902 9.67164 5.19608 9.93035 5.82353 10.4478C6.4902 10.9652 6.82353 11.7214 6.82353 12.7164C6.82353 13.7512 6.52941 14.5672 5.94118 15.1642C5.35294 15.7214 4.60784 16 3.70588 16ZM14.0588 16C12.8824 16 11.9608 15.5423 11.2941 14.6269C10.6667 13.7114 10.3529 12.3781 10.3529 10.6269C10.3529 8.23881 10.8824 6.16916 11.9412 4.41791C13 2.66667 14.549 1.19403 16.5882 0L18 2.32836C16.5098 3.32338 15.3922 4.39801 14.6471 5.55224C13.902 6.66667 13.5294 8.0597 13.5294 9.73134C13.6471 9.69154 13.8235 9.67164 14.0588 9.67164C14.8431 9.67164 15.549 9.93035 16.1765 10.4478C16.8431 10.9652 17.1765 11.7214 17.1765 12.7164C17.1765 13.7512 16.8824 14.5672 16.2941 15.1642C15.7059 15.7214 14.9608 16 14.0588 16Z' fill='%231E7BBF'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 16px;
}
.blog-article-content-sec__main-content-col > *:nth-last-child(2) {
	margin-bottom: 0 !important;
}

.download-btn-container {
	text-align: center;
	margin: 56px 0;
}
.download-btn {
	display: inline-block;
	text-decoration: none;
	color: #000014;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.625em;
	padding: 14px 66px 14px 32px;
	border: 2px solid #000014;
	border-radius: 28px;
	position: relative;
}
.download-btn::before,
.download-btn::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	right: 32px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: .1s all;
}
.download-btn::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' version='1.1' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 12 4 4 4-4m-4 4v-12' stroke='%23000014' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}
.download-btn::after {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' version='1.1' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 16v1c0 1.6569 1.3432 3 3 3h10c1.6569 0 3-1.3431 3-3v-1' stroke='%23000014' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}
.download-btn:hover::before {
	top: calc(50% - 15px);
}