

/* Start:/features/landing/blog/dist/css/owl.carousel.css?14500846611476*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/features/landing/blog/dist/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/bitrix/templates/bitrix24_2017/components/bitrix/news/journal.bitrix24.v2/style.css?178308078283522*/
.b24j {
	--b24j-container: 1440px;
	--b24j-gutter: 56px;
	--b24j-dark: #00143d;
	--b24j-purple: #6732ff;
	--b24j-purpleBright: #b141f5;
	--b24j-purpleBrightHover: #8900FF;
	--b24j-green: #00b23e;
	--b24j-greenHover: #007A2A;
	--bx-journal-button-white-hover: #E1EBFF;
	--b24j-blue: #006dff;
	--b24j-bgPale: #f7f5ff;
	/*--b24j-bgPage: #f8faff;*/
	--b24j-bgPage: #ffffff;
	--b24j-white: #ffffff;
	--b24j-whiteBlue: #E1EBFF;
	--b24j-radius-48: 48px;
	--b24j-radius-32: 32px;
	--b24j-radius-24: 24px;
	--b24j-radius-16: 16px;
	--b24j-radius-8: 8px;

	color: var(--b24j-dark);
	font-family: "TT Commons Pro", "TT Commons", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	background: var(--b24j-bgPage);
	overflow-x: clip;
}

@supports not (overflow: clip) {
	.b24j {
		overflow-x: hidden;
	}
}

.b24j,
.b24j * {
	box-sizing: border-box;
}

.b24j__container {
	max-width: var(--b24j-container);
	margin: 0 auto;
	padding: 0 var(--b24j-gutter);
}

.b24jHeader {
	position: relative;
	padding: 45px 0;
	color: #fff;
}

.b24jHeader::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: var(--b24j-purple);
	z-index: 0;
}

.b24jHeader__inner {
	position: relative;
	z-index: 1;
	max-width: 1104px;
	margin: 0 auto;
}

.b24jHeader__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.b24jHeader__title {
	margin: 0;
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 0;
}

.b24jHeader__sub {
	margin: 10px 0 0;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
	opacity: 0.9;
	max-width: 640px;
}

.b24jSearch {
	width: 404px;
	height: 48px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.25);
	display: flex;
	align-items: center;
	padding: 0 20px;
	gap: 8px;
	overflow: hidden;
}

.b24jSearch:focus-within {
	outline: 2px solid rgba(255, 255, 255, 0.45);
	outline-offset: 2px;
}

.b24jSearch__input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	color: #fff;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
}

.b24jSearch__input::-webkit-search-cancel-button {
	display: none;
	-webkit-appearance: none;
}

.b24jSearch__input::-webkit-search-decoration {
	display: none;
}

.b24jSearch__input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.b24jSearch__btn {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	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 stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M11 19a8 8 0 100-16 8 8 0 000 16zm10 2l-4.35-4.35'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
	cursor: pointer;
	opacity: 0.9;
}

.b24jSearch__btn:hover {
	opacity: 1;
}

.b24jBlock {
	margin-top: 60px;
}

.b24jBlock--hero {
	margin-top: 0;
}

.b24jBlock--hero .b24jHeroBlock,
.b24jBlock--articles .b24jArticles,
.b24jBlock--webinars .b24jWebinars {
	background: var(--b24j-bgPale);
}

.b24jBlock--webinars {
	position: relative;
	z-index: 0;
}

.b24jBlock--tools {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
}

.b24jBlock--webinars::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	top: -170px; /* заход под верхний блок */
	bottom: 0;
	background: var(--b24j-bgPale);
	z-index: 0;
}

.b24jBlock--webinars .b24jWebinars {
	position: relative;
	z-index: 1;
	background: transparent;
	overflow: visible;
}

.b24jHeroBlock {
	--b24j-hero-slide-gap: 22px;
	padding: 60px 30px;
	border-bottom-left-radius: var(--b24j-radius-48);
	border-bottom-right-radius: var(--b24j-radius-48);
	overflow: visible;
}

/* Hero: Glide.js; зазор между карточками — margin у .b24jHeroCard (фикс 1104px) */
.b24jHeroBlock .b24jSlider--hero {
	max-width: calc(1104px + 2 * var(--b24j-hero-slide-gap));
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.b24jSlider .owl-stage-outer {
	overflow: hidden;
}

.b24jSlider--hero .glide__track {
	overflow: visible;
}

.b24jSlider--hero .b24jHeroGlide__slides {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b24jSlider--hero .b24jHeroGlide__slide {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	transition: opacity 200ms ease;
}

.b24jSlider--hero .b24jHeroGlide__slide .b24jHeroCard {
	flex-shrink: 0;
	width: min(1104px, calc(100% - 2 * var(--b24j-hero-slide-gap)));
	max-width: min(1104px, calc(100% - 2 * var(--b24j-hero-slide-gap)));
	margin-left: var(--b24j-hero-slide-gap);
	margin-right: var(--b24j-hero-slide-gap);
	box-sizing: border-box;
}

/* Точки навигации (Glide) — вместо .owl-dots */
.b24jSlider--hero .b24jHeroGlide__bullets {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.b24jSlider--hero .b24jHeroGlide__bullet {
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(103, 50, 255, 0.25);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.b24jSlider--hero .b24jHeroGlide__bullet:hover,
.b24jSlider--hero .b24jHeroGlide__bullet:focus-visible {
	background: rgba(103, 50, 255, 0.45);
}

.b24jSlider--hero .b24jHeroGlide__bullet.glide__bullet--active {
	background: var(--b24j-purple);
}

.b24jSlider .owl-dots {
	display: flex !important;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}

.b24jSlider .owl-dot span {
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 999px;
	background: rgba(103, 50, 255, 0.25);
}

.b24jSlider .owl-dot.active span {
	background: var(--b24j-purple);
}

/* Owl Carousel 1.x pagination (project version) */
.b24jSlider .owl-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}

.b24jSlider .owl-pagination .owl-page span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(103, 50, 255, 0.25);
}

.b24jSlider .owl-pagination .owl-page.active span {
	background: var(--b24j-purple);
}

.b24jHeroCard {
	display: flex;
	justify-content: space-between;
	border-radius: var(--b24j-radius-48);
	background: var(--b24j-white);
	overflow: hidden;
	min-height: 450px;
	max-height: 480px;
	width: 100%;
	max-width: 1104px;
	margin: 0 auto;
}

.b24jHeroCard--blue {
	background: var(--b24j-blue);
	color: #fff;
}

.b24jHeroCard__content {
	padding: 45px 60px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 600px;
	max-width: 60%;
}

.b24jHeroCard--blue .b24jHeroCard__content {
	padding-top: 90px;
}

.b24jMetaRow {
	display: flex;
	gap: 30px;
	align-items: center;
}

.b24jMeta {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	opacity: 0.5;
}

.b24jMeta--readingTime {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.b24jMeta--purple {
	color: var(--b24j-purpleBright);
	opacity: 1;
	width: 217px;
	height: 20px;
	font-weight: lighter;
	font-size: 16px;
	line-height: 20px;
	color: #6732FF;
}
.b24jPromoGuide__btn--purple {
	background: var(--b24j-purpleBright);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding: 16px 24px;
	box-sizing: border-box;
	border-radius: var(--b24j-radius-24);
	font-size: 19px;
	line-height: 1.263;
	font-weight: 700;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.2s ease;
	align-self: flex-start;
}
.b24jPromoGuide__btn--purple:hover {
	background: var(--b24j-purpleBrightHover);
	color: #fff;
}

.b24jMetaClock {
	flex-shrink: 0;
	display: block;
}

.b24jHeroCard__title {
	margin: 0;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 0;
	max-width: 480px;
}

.b24jHeroCard__text {
	margin: 0;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
	max-width: 480px;
	margin-top: 20px;
}
.b24jHeroCard .b24jHeroCard__text {
	margin-top: 0;
}

.b24JournalLink {
	text-decoration: none;
	color: inherit;
	cursor: default;    
}

.b24JournalLink:hover {
	color: var(--b24j-purple);
	cursor: pointer;
}

.b24jTextLink {
	display: inline-flex;
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	color: var(--b24j-purple);
	text-decoration: none;
}
.b24jHeroCard .b24jTextLink {
	margin-top: auto;
}

.b24jTextLink:hover {
	color: var(--b24j-purple);
}
.b24jHeroCard .b24jTextLink:hover {
	text-decoration: underline;
}
.b24jHeroCard--blue .b24jTextLink {
	color: #fff;
	opacity: 0.9;
}

/*
	Промо-гайд pqipk — та же сетка, что у слайда b24jHeroCard:
	<article class="b24jHeroCard b24jHeroCard--blue b24jHeroCard--promoGuide"> … </article>
	Картинка: <img class="b24jHeroCard__img b24jHeroCard__img--promoGuide" src="…" alt="…"> или div с --b24j-promo-guide-img: url('/bitrix/templates/bitrix24_2017/components/bitrix/news/journal.bitrix24.v2/…');
*/
.b24jHeroCard--promoGuide .b24jHeroCard__title {
	line-height: 1;
	max-width: 480px;
}

.b24jHeroCard--promoGuide .b24jPromoGuide__titleLine--second {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.b24jHeroCard--promoGuide .b24jPromoGuide__mark {
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background: #fff;
}

.b24jHeroCard--promoGuide .b24jHeroCard__text {
	opacity: 0.95;
}

.b24jHeroCard--promoGuide .b24jPromoGuide__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding: 16px 24px;
	width: fit-content;
	max-width: 100%;
	align-self: flex-start;
	box-sizing: border-box;
	border-radius: var(--b24j-radius-24);
	background: #f3f7ff;
	color: #000 !important;
	font-size: 19px;
	line-height: 1.263;
	font-weight: 700;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.2s ease;
}

.b24jHeroCard--promoGuide .b24jPromoGuide__btn:hover {
	opacity: 0.92;
}

.b24jHeroCard--promoGuide .b24jPromoGuide__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.b24jHeroCard--promoGuide .b24jHeroCard__content {
	width: min(500px, 50%);
	max-width: 50%;
	flex: 0 1 auto;
	box-sizing: border-box;
}

.b24jHeroCard--promoGuide .b24jHeroCard__title,
.b24jHeroCard--promoGuide .b24jHeroCard__text {
	max-width: 100%;
	/* font-size: 32px; */
}
.b24jHeroCard--promoGuide .b24jHeroCard__text {
	line-height: 1.2;
}
.b24jHeroCard--promoGuide .b24jHeroCard__title {
	font-size: 36px;
}

.b24jHeroCard--promoGuide .b24jHeroCard__media {
	--b24j-promo-inset-start: 75px;
	--b24j-promo-inset-end: 56px;
	position: relative;
	overflow: visible;
	isolation: isolate;
	min-height: 450px;
	align-self: stretch;
}

/* «Лесенка»: 1 и 2 — полупрозрачные подложки; 3 — checklist.png (ниже и правее = «передний» план) */
.b24jHeroCard--promoGuide .b24jHeroCard__media::before {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	width: min(400px, 92%);
	height: 236px;
	right: calc(80px + var(--b24j-promo-inset-end));
	top: calc(0px + var(--b24j-promo-inset-start));
	border-radius: 16px;
	background: linear-gradient(200deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.06) 65%, rgba(255, 255, 255, 0) 100%);
	/* box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset; */
}

.b24jHeroCard--promoGuide .b24jHeroCard__media::after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	width: min(400px, 92%);
	height: 236px;
	right: calc(40px + var(--b24j-promo-inset-end));
	top: calc(45px + var(--b24j-promo-inset-start));
	border-radius: 16px;
	background: linear-gradient(200deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.06) 65%, rgba(255, 255, 255, 0) 100%);
	/* box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset; */
}

/* 3-й слой — PNG как отдельная «ступень»: сильнее вниз и вправо, чем ::after */
.b24jHeroCard--promoGuide .b24jHeroCard__img--promoGuide {
	position: absolute;
	z-index: 2;
	left: auto;
	right: var(--b24j-promo-inset-end);
	bottom: calc(72px - var(--b24j-promo-inset-start));
	top: auto;
	width: min(400px, 94%);
	margin: 0;
	padding: 0;
}

.b24jHeroCard--promoGuide .b24jHeroCard__img--promoGuide:not(img) {
	height: min(288px, 72%);
	max-height: 320px;
	background-color: transparent;
	background-image: var(
		--b24j-promo-guide-img,
		url("/bitrix/templates/bitrix24_2017/components/bitrix/news/journal.bitrix24.v2/assets/checklist.png")
	);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.b24jHeroCard--promoGuide img.b24jHeroCard__img--promoGuide {
	/* height: auto; */
	max-width: 400px;
	max-height: min(320px, min(288px, 72%));
	background-image: none !important;
	object-fit: contain;
	object-position: top center;
	display: block;
}

/* Дублирующая разметка слоёв в HTML не используем */
.b24jHeroCard--promoGuide .b24jPromoGuide__layers {
	display: none;
}

@media (max-width: 900px) {
	.b24jHeroCard--promoGuide .b24jHeroCard__title {
		font-size: 28px;
		line-height: 1.05;
	}
}

@media (max-width: 640px) {
	.b24jHeroCard--promoGuide .b24jPromoGuide__btn {
		min-height: 52px;
		padding: 12px 18px;
		font-size: 14px;
		line-height: 18px;
		border-radius: 14px;
	}

	.b24jHeroCard--promoGuide .b24jHeroCard__media {
		--b24j-promo-inset-start: 34px;
		--b24j-promo-inset-end: 24px;
		min-height: 190px;
	}

	.b24jHeroCard--promoGuide .b24jHeroCard__media::before {
		width: 85%;
		height: 120px;
		left: 15px;
		top: 10px;
	}

	.b24jHeroCard--promoGuide .b24jHeroCard__media::after {
		width: 78%;
		height: 120px;
		left: 15px;
		top: -10px;
	}

	.b24jHeroCard--promoGuide .b24jHeroCard__img--promoGuide:not(img) {
		right: var(--b24j-promo-inset-end);
		bottom: calc(28px - var(--b24j-promo-inset-start));
		width: min(340px, 92%);
		height: min(200px, 68%);
		max-height: 220px;
		background-position: top center;
		background-size: contain;
	}

	.b24jHeroCard--promoGuide img.b24jHeroCard__img--promoGuide {
		left: 15px;
		right: auto;
		bottom: calc(-110px - var(--b24j-promo-inset-start));

		height: 300px;
		max-height: 300px;
		width: 79%;
	}

	.owl-carousel .owl-item img.b24jHeroCard__img--promoGuide,
	.b24jSlider--hero .glide__slide img.b24jHeroCard__img--promoGuide {
		width: 79%;
		max-width: 79%;
	}
	.b24jHeroCard .b24jTextLink {
		display: none;
	}
}

/*
	Промо TG-чеклист — макет main.pen (q7XuQ): фон #08a6ff, подложки слева+ниже относительно карточки.
	Картинка справа:
	— <img class="b24jHeroCard__img b24jHeroCard__img--promoTg" src="/path" alt="…"> (предпочтительно)
	— или <div class="… b24jHeroCard__img--promoTg"> с фоном: --b24j-promo-tg-img: url('/bitrix/templates/bitrix24_2017/components/bitrix/news/journal.bitrix24.v2/…'); (наследуется), fallback — checklist_tg.png
*/
.b24jHeroCard--promoTg {
	background: #08a6ff;
	color: #fff;
	height: 450px;
}

.b24jHeroCard--promoTg .b24jHeroCard__content {
	padding: 90px 0 45px 60px;
	width: min(540px, 48%);
	max-width: 48%;
	box-sizing: border-box;
	flex: 0 1 auto;
	gap: 25px;
}

.b24jHeroCard--promoTg .b24jHeroCard__title {
	margin: 0;
	font-size: 32px;
	line-height: 1.1;
	font-weight: 700;
	max-width: 100%;
}

.b24jHeroCard--promoTg .b24jHeroCard__text {
	opacity: 0.95;
	max-width: 100%;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 500;
}

.b24jHeroCard--promoTg .b24jPromoTg__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding: 16px 24px;
	box-sizing: border-box;
	border-radius: var(--b24j-radius-24);
	background: #fff;
	color: #000 !important;
	font-size: 19px;
	line-height: 1.263;
	font-weight: 700;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.2s ease;
	align-self: flex-start;
}

.b24jHeroCard--promoTg .b24jPromoTg__btn:hover {
	opacity: 0.92;
}

.b24jHeroCard--promoTg .b24jPromoTg__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* Подложки: дальняя (y=194) и средняя (y=114); карточка PNG — «передний» слой (x≈51 от левого края медиа в макете → считаем от right) */
.b24jHeroCard--promoTg .b24jHeroCard__media {
	--b24j-promo-tg-inset-end: 56px;
	--b24j-promo-tg-card-w: 360px;
	position: relative;
	overflow: visible;
	isolation: isolate;
	min-height: 520px;
	align-self: stretch;
}

.b24jHeroCard--promoTg .b24jHeroCard__media::before {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	width: min(400px, 92%);
	height: 365px;
	left: calc(75% - var(--b24j-promo-tg-inset-end) - var(--b24j-promo-tg-card-w) + 62px);
	top: 194px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.55;
}

.b24jHeroCard--promoTg .b24jHeroCard__media::after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	width: min(400px, 92%);
	height: 365px;
	left: calc(75% - var(--b24j-promo-tg-inset-end) - var(--b24j-promo-tg-card-w) + 11px);
	top: 114px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 55%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.65;
}

.b24jHeroCard--promoTg .b24jHeroCard__img--promoTg {
	position: absolute;
	z-index: 2;
	left: auto;
	right: 180px;
	top: 75px;
	bottom: auto;
	width: min(360px, 90%);
	margin: 0;
	padding: 0;
}

/* div: фон через переменную (fallback — дефолтный PNG) */
.b24jHeroCard--promoTg .b24jHeroCard__img--promoTg:not(img) {
	height: min(467px, 72%);
	max-height: 480px;
	background-color: transparent;
	background-image: var(
		--b24j-promo-tg-img,
		url("/bitrix/templates/bitrix24_2017/components/bitrix/news/journal.bitrix24.v2/assets/checklist_tg.png")
	);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

/* img: путь в src, без градиентов от .b24jHeroCard__img */
.b24jHeroCard--promoTg img.b24jHeroCard__img--promoTg {
	height: auto;
	max-height: min(467px, 72%);
	background-image: none !important;
	object-fit: contain;
	object-position: top center;
	display: block;
}

@media (max-width: 900px) {
	.b24jHeroCard--promoTg .b24jHeroCard__title {
		font-size: 27px;
		line-height: 1.1;
	}

	.b24jHeroCard--promoTg .b24jHeroCard__content {
		width: min(480px, 52%);
		max-width: 52%;
		padding: 72px 0 36px 40px;
	}
}

@media (max-width: 640px) {
	.b24jHeroCard--promoTg .b24jPromoTg__btn {
		min-height: 52px;
		padding: 12px 18px;
		font-size: 14px;
		line-height: 18px;
		border-radius: 14px;
	}

	.b24jHeroCard--promoTg .b24jHeroCard__media {
		--b24j-promo-tg-inset-end: 20px;
		--b24j-promo-tg-card-w: 220px;
		min-height: 190px;
	}


	.b24jHeroCard--promoTg .b24jHeroCard__media::before {
		width: 60%;
		height: 220px;
		left: 15px;
		top: 0px;
		opacity: 0.55;
	}

	.b24jHeroCard--promoTg .b24jHeroCard__media::after {
		width: 73%;
		height: 220px;
		left: 15px;
		top: 50px;
		opacity: 0.35;
	}

	.b24jHeroCard--promoTg .b24jHeroCard__img--promoTg:not(img) {
		right: var(--b24j-promo-tg-inset-end);
		top: 4px;
		width: min(240px, 78%);
		height: min(160px, 70%);
		max-height: 200px;
		background-position: top center;
		background-size: contain;
	}

	.owl-carousel .owl-item img.b24jHeroCard__img--promoTg,
	.b24jSlider--hero .glide__slide img.b24jHeroCard__img--promoTg {
		width: 270px;
	}

	.b24jHeroCard--promoTg img.b24jHeroCard__img--promoTg {
		left: 15px;
		top: -35px;
		width: 210px;
		max-height: 300px;
		height: 300px;
	}
	.hide_in_mobile {
		display: none;
	}
}
@media (min-width: 641px) and (max-width: 1024px) {
	.b24jHeroCard--promoTg .b24jHeroCard__img--promoTg {
		right: 25px;
		top: 120px;
	}
	.b24jHeroCard--promoTg .b24jHeroCard__media::before {
		top: 90px;
		left: -20px;
	}
	.b24jHeroCard--promoTg .b24jHeroCard__media::after{
		top: 70px;
		left: -45px;
	}

	.b24jHeroCard--promoGuide img.b24jHeroCard__img--promoGuide {
		top: 125px;
	}
	.b24jHeroCard--promoGuide .b24jHeroCard__media::after {
		top: 100px;
	}
}


.b24jHeroCard__media {
	width: 504px;
	position: relative;
}

.b24jHeroCard__img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: radial-gradient(700px 380px at 30% 20%, rgba(103, 50, 255, 0.25), transparent 60%),
	radial-gradient(600px 320px at 70% 70%, rgba(25, 174, 249, 0.22), transparent 60%),
	linear-gradient(135deg, rgba(0, 20, 61, 0.12), rgba(0, 20, 61, 0.02));
}

.b24jHeroCard__img--alt {
	background-image: radial-gradient(700px 380px at 30% 20%, rgba(0, 178, 62, 0.20), transparent 60%),
	radial-gradient(600px 320px at 70% 70%, rgba(177, 65, 245, 0.22), transparent 60%),
	linear-gradient(135deg, rgba(0, 20, 61, 0.10), rgba(0, 20, 61, 0.02));
}

.b24jHeroCard__img--check {
	background-image: radial-gradient(700px 380px at 30% 20%, rgba(255, 255, 255, 0.25), transparent 60%),
	linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
}

.b24jTagSmall {
	position: absolute;
	left: 30px;
	bottom: 30px;
	/*background: var(--b24j-purple);*/
	background: #fff;
	color: #000;
	padding: 8px 16px;
	border-radius: var(--b24j-radius-8);
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.b24jTagSmall:hover {
	color: #000;
}

.b24jTagsSmall {
	position: absolute;
	left: 30px;
	bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: calc(100% - 60px);
}

.b24jTagsSmall .b24jTagSmall {
	position: static;
	left: auto;
	bottom: auto;
}

.b24jBtnPrimary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	padding: 0 24px;
	border-radius: var(--b24j-radius-24);
	background: var(--b24j-purpleBright);
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}

.b24jBtnPrimary--light {
	background: #f3f7ff;
	color: #0b000a;
}

.b24jBtnPrimary--white {
	background: #fff;
	color: #0b000a;
}

.b24jBtnPrimary--green {
	background: var(--b24j-green);
	color: #fff;
	height: 48px;
	padding: 16px 14px;
	font-size: 16px;
	border-radius: 1rem;
}
.b24jBtnPrimary--green:hover {
	background: var(--b24j-greenHover);
	color: #fff;
}

.b24jH2 {
	margin: 0 0 40px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}

.b24jH2--mob {
	margin-bottom: 20px;
}

.b24jArticles {
	padding: 60px 0;
	border-radius: var(--b24j-radius-48);
}

.b24jTagsGrid {
	max-width: 1104px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.b24jTagLarge {
	height: 50px;
	padding: 0 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--b24j-radius-16);
	background: #fff;
	color: var(--b24j-dark);
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
.b24jTagLarge:hover {
	background: var(--bx-journal-button-white-hover);
	color: #000;
}

.b24jTagLarge--active {
	background: var(--b24j-purple);
	color: #fff;
}
.b24jTagLarge--active:hover {
	background: var(--b24j-purple);
	color: #fff;
}

.b24jArticlesGrid {
	max-width: 1104px;
	margin: 60px auto 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.b24jArticleCard {
	background: #fff;
	border-radius: var(--b24j-radius-32);
	overflow: hidden;
	min-height: 440px;
	display: flex;
	flex-direction: column;
}

.b24jArticleCard__media {
	position: relative;
}

.b24jArticleCard__img {
	aspect-ratio: 1024 / 640;
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	background: linear-gradient(135deg, rgba(103, 50, 255, 0.25), rgba(0, 20, 61, 0.05));
}

.b24jArticleCard__img--g {
	background: linear-gradient(135deg, rgba(0, 178, 62, 0.22), rgba(0, 20, 61, 0.05));
}

.b24jArticleCard__img--b {
	background: linear-gradient(135deg, rgba(25, 174, 249, 0.22), rgba(0, 20, 61, 0.05));
}

.b24jArticleCard__img--p {
	background: linear-gradient(135deg, rgba(177, 65, 245, 0.22), rgba(0, 20, 61, 0.05));
}

.b24jArticleCard__img--c {
	background: linear-gradient(135deg, rgba(0, 109, 255, 0.22), rgba(0, 20, 61, 0.05));
}

.b24jArticleCard__body {
	padding: 20px 20px 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 220px;
}

.b24jArticleCard__title {
	margin: 0;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
}

.b24jArticleCard__title a:link,
.b24jArticleCard__title a:visited {
	color: var(--b24j-dark);
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	box-orient: vertical;
}

.b24jArticleCard__title a:hover {
	color: var(--b24j-purple);
	text-decoration: none;
}

.b24jLeadCard {
	background: var(--b24j-blue);
	border-radius: var(--b24j-radius-32);
	padding: 40px 30px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-height: 440px;
}

/* Bitrix24 CRM embedded form inside leadcard (injected via JS) */
.b24jLeadCard .b24-form,
.b24jLeadCard [id^="b24-"] {
	color: inherit;
	font-family: inherit;
}

.b24jLeadCard .b24-form * {
	font-family: inherit !important;
}

.b24jLeadCard .b24-form-wrapper {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.b24jLeadCard .b24-form-content {
	padding: 0 !important;
}

.b24jLeadCard .b24-form-field,
.b24jLeadCard .b24-form-control,
.b24jLeadCard .b24-form-control-container {
	margin: 0 0 15px !important;
}

.b24jLeadCard .b24-form-control-label,
.b24jLeadCard .b24-form-field-title,
.b24jLeadCard .b24-form-control-comment,
.b24jLeadCard .b24-form-control-desc {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
}

.b24jLeadCard .b24-form-control-label {
	font-size: 16px !important;
}

.b24-form-control-required,
.b24-form-control-required {
	display: none;
}

.b24-form-btn-container {
	width: 220px;
}

.b24jLeadCard .b24-form-control-label,
.b24jLeadCard .b24-form-field-title {
	margin: 0 0 6px !important;
}

/* Плавающий label (порядок узлов в CRM может быть label→input или input→label) */
.b24jLeadCard .b24-form-field.b24-form-control-string .b24-form-control-container,
.b24jLeadCard .b24-form-field.b24-form-field-email .b24-form-control-container {
	position: relative !important;
}

@supports selector(:has(*)) {
	.b24jLeadCard .b24-form-field.b24-form-control-string .b24-form-control-container:has(input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-field-email .b24-form-control-container:has(input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) .b24-form-control-label {
		position: absolute !important;
		z-index: 1 !important;
		left: 20px !important;
		right: 48px !important;
		top: 24px;
		bottom: auto !important;
		height: auto !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		transform: translateY(-50%) !important;
		pointer-events: none !important;
		display: flex !important;
		align-items: center !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.b24jLeadCard .b24-form-field.b24-form-control-string .b24-form-control-container:has(input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) input.b24-form-control::placeholder,
	.b24jLeadCard .b24-form-field.b24-form-field-email .b24-form-control-container:has(input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) input.b24-form-control::placeholder {
		color: transparent !important;
		opacity: 0 !important;
	}

	.b24jLeadCard .b24-form-field.b24-form-control-string .b24-form-control-container:has(input.b24-form-control:focus) .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-control-string .b24-form-control-container:has(input.b24-form-control.b24-form-control-not-empty) .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-field-email .b24-form-control-container:has(input.b24-form-control:focus) .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-field-email .b24-form-control-container:has(input.b24-form-control.b24-form-control-not-empty) .b24-form-control-label {
		display: none !important;
	}

	/* Вариант CRM: label и .b24-form-control-container — соседние дети одной обёртки (часто между ними лишних узлов нет) */
	.b24jLeadCard .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control),
	.b24jLeadCard .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) {
		display: grid !important;
	}

	.b24jLeadCard .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) > .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) > .b24-form-control-container,
	.b24jLeadCard .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) > .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) > .b24-form-control-container {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	.b24jLeadCard .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) > .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) > .b24-form-control-label {
		z-index: 1 !important;
		align-self: center !important;
		margin: 0 0 0 20px !important;
		padding: 0 !important;
		max-width: calc(100% - 68px) !important;
		pointer-events: none !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.b24jLeadCard .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) > .b24-form-control-container input.b24-form-control::placeholder,
	.b24jLeadCard .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) > .b24-form-control-container input.b24-form-control::placeholder {
		color: transparent !important;
		opacity: 0 !important;
	}

	.b24jLeadCard .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:focus) > .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control.b24-form-control-not-empty) > .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:focus) > .b24-form-control-label,
	.b24jLeadCard .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control.b24-form-control-not-empty) > .b24-form-control-label {
		display: none !important;
	}
}

/* CRM form: class b24-form-control is on the input itself (not only on a wrapper) */
.b24jLeadCard .b24-form input.b24-form-control[type="text"],
.b24jLeadCard .b24-form input.b24-form-control[type="email"],
.b24jLeadCard .b24-form input.b24-form-control[type="tel"],
.b24jLeadCard .b24-form input.b24-form-control[type="number"],
.b24jLeadCard .b24-form input.b24-form-control[type="url"],
.b24jLeadCard .b24-form input.b24-form-control[type="password"],
.b24jLeadCard .b24-form textarea.b24-form-control,
.b24jLeadCard .b24-form select.b24-form-control,
.b24jLeadCard .b24-form-control input[type="text"],
.b24jLeadCard .b24-form-control input[type="email"],
.b24jLeadCard .b24-form-control input[type="tel"],
.b24jLeadCard .b24-form-control input[type="number"],
.b24jLeadCard .b24-form-control input[type="url"],
.b24jLeadCard .b24-form-control input[type="password"],
.b24jLeadCard .b24-form-control textarea,
.b24jLeadCard .b24-form-control select {
	width: 100% !important;
	height: 48px !important;
	border-radius: 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	background: rgba(255, 255, 255, 0.051) !important;
	padding: 0 20px !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
	color: #fff !important;
	text-align: left !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.b24jLeadCard .b24-form textarea.b24-form-control,
.b24jLeadCard .b24-form-control textarea {
	height: auto !important;
	min-height: 96px !important;
	padding: 14px 20px !important;
	resize: vertical !important;
}

.b24jLeadCard .b24-form input.b24-form-control::placeholder,
.b24jLeadCard .b24-form textarea.b24-form-control::placeholder,
.b24jLeadCard .b24-form-control input::placeholder,
.b24jLeadCard .b24-form-control textarea::placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1 !important;
}

.b24jLeadCard .b24-form input.b24-form-control:focus,
.b24jLeadCard .b24-form textarea.b24-form-control:focus,
.b24jLeadCard .b24-form select.b24-form-control:focus,
.b24jLeadCard .b24-form-control input:focus,
.b24jLeadCard .b24-form-control textarea:focus,
.b24jLeadCard .b24-form-control select:focus {
	border-color: rgba(255, 255, 255, 0.55) !important;
}

/* Чекбоксы CRM (макет Pencil hhfna): 16×16, r=2, обводка #19aef9, вкл. #ccf31e + белая галочка; agreement — label > input, не под .b24-form-control */
.b24jLeadCard .b24-form input[type="checkbox"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	margin: 0 !important;
	flex: none !important;
	box-sizing: border-box !important;
	border-radius: 2px !important;
	border: 1px solid #19aef9 !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px 8px !important;
	cursor: pointer !important;
	vertical-align: middle !important;
}

.b24jLeadCard .b24-form input[type="checkbox"]:checked {
	background-color: #19aef9 !important;
	border-color: #19aef9 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 4.25L3.5 6.75L9 1.25'/%3E%3C/svg%3E") !important;
}

.b24jLeadCard .b24-form input[type="checkbox"]:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.55) !important;
	outline-offset: 2px !important;
}

.b24jLeadCard .b24-form-control input[type="radio"],
.b24jLeadCard .b24-form input[type="radio"] {
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	flex: none !important;
}

.b24jLeadCard .b24-form-field-agreement .b24-form-control-container > label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.6) !important;
	cursor: pointer !important;
}

.b24jLeadCard .b24-form-control-checkbox,
.b24jLeadCard .b24-form-control-radio,
.b24jLeadCard .b24-form-control-list {
	display: grid !important;
	gap: 10px !important;
	margin: 0 0 15px !important;
}

.b24jLeadCard .b24-form-control-checkbox label,
.b24jLeadCard .b24-form-control-radio label,
.b24jLeadCard .b24-form-control-list label {
	display: flex !important;
	gap: 10px !important;
	align-items: center !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.6) !important;
}

.b24jLeadCard .b24-form-btn-container,
.b24jLeadCard .b24-form-control-button {
	margin: 0 !important;
}
.b24jLeadCard .b24-form-btn:hover {
	background: var(--b24j-whiteBlue) !important;
}

.b24jLeadCard .b24-form-btn,
.b24jLeadCard .b24-form-btn button,
.b24jLeadCard .b24-form-btn input[type="submit"],
.b24jLeadCard .b24-form-control button,
.b24jLeadCard .b24-form-control input[type="submit"] {
	width: 100% !important;
	height: 72px !important;
	padding: 0 24px !important;
	border-radius: var(--b24j-radius-24) !important;
	background: #fff !important;
	color: #0b000a !important;
	border: 0 !important;
	font-size: 19px !important;
	line-height: 24px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	white-space: nowrap !important;
}

/* When CRM form is loaded, hide static mock fields/buttons */
@supports selector(:has(*)) {
	.b24jLeadCard:has(.b24-form) .b24jLeadCard__field,
	.b24jLeadCard:has(.b24-form) .b24jLeadCard__checks,
	.b24jLeadCard:has(.b24-form) .b24jBtnPrimary {
		display: none !important;
	}
}

.b24jLeadCard__title {
	margin: 0;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
}

.b24jLeadCard__field {
	height: 48px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
}

.b24jLeadCard__checks {
	display: grid;
	gap: 10px;
	padding-bottom: 5px;
}

.b24jCheck {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 500;
	opacity: 0.5;
}

.b24jCheck input {
	margin-top: 2px;
}

.b24jCenter {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.b24jArticles .load_more {
	/*display: flex;*/
	/*justify-content: center;*/
	/*margin-top: 60px;*/
}

.b24jWebinars {
	padding: 60px 0 60px;
}
.b24jWebinars .b24jTextLink:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.b24jBlock--webinars .b24jH2 {
	max-width: 1104px;
	margin-left: auto;
	margin-right: auto;
	/*padding: 0 var(--b24j-gutter);*/
}

/* Декор «камера» из макета (XKCnD): под слайдером, справа */
.b24jWebinars__sliderWrap {
	position: relative;
	z-index: 0;
	max-width: 1096px; /* 3 * 352 + 2 * 20 */
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

.b24jWebinars__videoDeco {
	position: absolute;
	top: 44%;
	right: -30%;
	width: min(525px, 41vw);
	max-width: 601px;
	height: auto;
	z-index: 0;
	pointer-events: none;
	transform: translateY(-50%);
}

.b24jWebinars__videoDecoImg {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.b24jBlock--webinars .b24jSlider {
	position: relative;
	z-index: 2;
	max-width: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.b24jBlock--webinars .b24jSlider .owl-wrapper-outer {
	overflow: visible;
	left: -379px;
}

.b24jBlock--webinars .b24jSlider .owl-item {
	/* 20px fixed gap between cards (10px + 10px) */
	padding: 0 10px !important;
}

.b24jWebinarsSpacer {
	height: 1px;
}

.b24jWebinars__dots {
	display: flex !important;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
	position: relative;
	z-index: 3;
}

.b24jWebinars__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 0;
	padding: 0;
	background: rgba(103, 50, 255, 0.25);
	cursor: pointer;
	appearance: none;
}

.b24jWebinars__dot.is-active {
	background: var(--b24j-purple);
}

.b24jWebinars__dot:focus-visible {
	outline: 2px solid rgba(103, 50, 255, 0.55);
	outline-offset: 3px;
}

.b24jWebinarCard {
	background: #fff;
	border-radius: var(--b24j-radius-32);
	padding: 40px 30px;
	min-height: 255px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 352px;
	margin: 0 auto;
}

.b24jWebinarCard__top {
	display: grid;
	gap: 10px;
}

.b24jWebinarCard__title {
	margin: 0;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	color: var(--b24j-dark);
}

.b24jWebinarCard__title--purple {
	color: var(--b24j-purple);
}

.b24jWebinarCard:hover .b24jWebinarCard__title{
	color: var(--b24j-purple);
}

.b24jWebinarCard__title:hover {
	color: var(--b24j-purple);
	cursor: pointer;
}

.b24jAuthors {
	padding: 0px 112px;
}

.b24jAuthors .b24jSlider .owl-wrapper-outer {
	left: -40px;
	overflow: visible;
}

.b24jAuthorsSpacer {
	height: 1px;
}

.b24jAuthors .owl-pagination,
.b24jAuthors .owl-dots {
	display: none !important;
}

.b24jAuthors__dots {
	display: flex !important;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}

.b24jAuthors__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 0;
	padding: 0;
	background: rgba(103, 50, 255, 0.25);
	cursor: pointer;
	appearance: none;
}

.b24jAuthors__dot.is-active {
	background: var(--b24j-purple);
}

.b24jAuthors__dot:focus-visible {
	outline: 2px solid rgba(103, 50, 255, 0.55);
	outline-offset: 3px;
}

.b24jAuthors .b24jSlider .owl-item {
	padding: 0 40px !important;
	display: flex;
	justify-content: flex-start;
}

.b24jAuthorCard {
	display: flex;
	gap: 30px;
	border-radius: var(--b24j-radius-32);
	min-height: 120px;
	align-items: flex-start;
	color: #000000;
}
.b24jAuthorCard:hover {
	color: var(--b24j-purple);
}

.b24jAuthorCard__ava {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	background: radial-gradient(180px 140px at 40% 30%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.05)),
	linear-gradient(135deg, rgba(103, 50, 255, 1), rgba(0, 109, 255, 0.6));
	flex: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.b24jAuthorCard__ava--2 {
	background-image: linear-gradient(135deg, rgba(103, 50, 255, 1), rgba(0, 178, 62, 0.7));
}

.b24jAuthorCard__ava--3 {
	background-image: linear-gradient(135deg, rgba(103, 50, 255, 1), rgba(177, 65, 245, 0.8));
}

.b24jAuthorCard__text {
	padding-top: 15px;
	display: grid;
	gap: 5px;
}

.b24jAuthorCard__name {
	margin: 0;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
}

.b24jAuthorCard__role {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.b24jBlock--newsMob {
	display: none;
}

/* News */
.b24jNews {
	background: var(--b24j-purple);
	border-radius: var(--b24j-radius-48);
	padding: 60px 30px;
	padding-bottom: 90px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.b24jNews .b24jSlider {
	max-width: 1104px;
	margin: 0 auto;
	padding: 0;
}

.b24jNews .b24jSlider .owl-wrapper-outer {
	overflow: visible;
}

.b24jNews .b24jSlider .owl-item {
	padding: 0 7px;
	display: flex;
	justify-content: flex-start;
	transition: opacity 200ms ease;
}

.b24jNews .b24jSlider .owl-item:first-child {
	padding-left: 0;
}

.b24jNews__title {
	max-width: 1104px;
	margin: 0 auto 40px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 0.07rem;
}

.b24jNewsCard {
	background: #fff;
	border-radius: var(--b24j-radius-32);
	padding: 40px 30px;
	height: 255px;
	width: 100%;
	max-width: 354px;
	flex-shrink: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: var(--b24j-dark);
}

.b24jNewsSpacer {
	height: 1px;
}

.b24jNewsCard__date {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	opacity: 0.5;
}

.b24jNewsCard__title {
	color: #000;
	margin: 10px 0 0;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: calc(27px * 5);
	word-break: break-word;
}

.bx-wrap-author-label {
	position: absolute;
	z-index: 100;
	top: 70px;
	left: 85px;
}

.bx-wrap-author-label .bx-author-info__icon {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MCA5MCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogIzY3MzJmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj4KICAgIDxnPgogICAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjQ1IiBjeT0iNDUiIHI9IjQ1Ii8+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI2LjA5LDY0LjU1Yy40OSwxLjIsMS42NywxLjk5LDIuOTcsMS45OWgzMS44YzEuMywwLDIuNDctLjc5LDIuOTctMS45OWwxMC44LTI2LjA5Yy44MS0xLjk3LTEuMjUtMy44OS0zLjE1LTIuOTNsLTExLjI3LDUuNjZjLTEuMTIuNTYtMi40OS4xMi0zLjA3LTFsLTEwLjE1LTE5LjVjLS44Ni0xLjY1LTMuMjItMS42NS00LjA4LDBsLTEwLjEyLDE5LjVjLS41OCwxLjEyLTEuOTUsMS41Ni0zLjA3Ljk5bC0xMS4yMy01LjY1Yy0xLjktLjk2LTMuOTYuOTYtMy4xNiwyLjkzbDEwLjc0LDI2LjA5WiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
.bx-journal-author-wrap .bx-wrap-author-label .bx-author-info__icon {
	width: 30px;
	height: 30px;
}
.bx-wrap-author-label .bx-author-info__desc {
	display: none;
}
.bx-author-info__desc .bx-author-info__desc-inner {
	overflow-y: auto;
	position: relative;
	display: block;
	padding: 13px;
	max-height: 132px;
}
.bx-wrap-author-label:focus .bx-author-info__desc,
.bx-wrap-author-label:hover .bx-author-info__desc {
	position: absolute;
	top: 172%;
	z-index: 5;
	font-size: 14px;
	line-height: 19px;
	display: block;
	max-width: 500px;
	width: auto;
	border: 1px solid #E0E0E0;
	border-radius: 13px;
	background-color: #ffffff;
	color: #6a828c;
	white-space: nowrap;
	left: -20px;
	padding: 5px;
}
.b24jNewsCard__title--purple {
	color: var(--b24j-purple);
}
.b24jNewsCard__title:hover {
	color: var(--b24j-purple);
	cursor: pointer;
}

.b24jNewsCard__link {
	margin-top: auto;
	display: inline-flex;
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	color: var(--b24j-purple);
	text-decoration: none;
}

.b24jNewsCard__link:hover {
	color: var(--b24j-purple);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.b24jNews__dots {
	display: flex !important;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
	position: relative;
	z-index: 10;
	pointer-events: auto;
}

/* In some builds news section is wrapped into `.b24jNew` which can clip dots */
.b24jNew,
.b24jBlock--new {
	overflow: visible;
}

.b24jNews__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
	appearance: none;
	flex: none;
}

.b24jNews__dot.is-active {
	background: rgba(255, 255, 255, 0.95);
}

.b24jNews__dot:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.8);
	outline-offset: 3px;
}

/* Tools promo */
.b24jTools {
	width: 100%;
	max-width: 1100px;
	background: var(--b24j-purple);
	border-radius: var(--b24j-radius-48);
	color: #fff;
	overflow: hidden;
}

.b24jTools .owl-wrapper-outer {
	overflow: hidden;
	height: auto !important;
}

/* Owl 1.x: строка по высоте max-слайда, float — дочерний слайд не тянется вниз; тянем flex-цепочкой */
.b24jTools .owl-wrapper {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	float: none;
	height: auto !important;
}

.b24jTools .owl-item {
	display: flex !important;
	flex-direction: column;
	flex-shrink: 0;
	float: none !important;
	align-self: stretch;
	height: auto !important;
}

.b24jToolsSlide {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 0;
}

.b24jTools .js-b24j-tools {
	display: block;
}

.b24jTools .js-b24j-tools .owl-stage-outer,
.b24jTools .js-b24j-tools .owl-stage {
	height: auto !important;
}

.b24jTools__inner {
	flex: 1 1 auto;
	min-height: 0;
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	grid-template-rows: minmax(0, 1fr);
	gap: 30px;
	padding: 34px 0 0 60px;
	align-items: start;
}

.b24jTools__title {
	margin: 0 0 16px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}

.b24jTools__text {
	margin: 0 0 28px;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
	opacity: 0.9;
	max-width: 520px;
}

.b24jTools__content {
	margin-top: 20px;
	/*padding-bottom: 40px;*/
}

.b24jTools__media {
	align-self: end;
	justify-self: end;
	display: block;
	max-width: 100%;
	max-height: 420px;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: right bottom;
}

.b24jTools__nav {
	display: flex;
	justify-content: stretch;
	gap: 0;
	height: 60px;
	padding: 0 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.b24jTools__nav .b24jTools__link:nth-of-type(2) {
	flex: 0.6;
}
.b24jTools__nav .b24jTools__link:nth-of-type(5) {
	flex: 0.8;
}
.b24jTools__nav .b24jTools__link:nth-of-type(6) {
	flex: 0.7;
}

.b24jTools__link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex: 1 1 0;
	min-width: 0;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
	/*padding: 0 16px;*/
	border-radius: 0;
	transition: background 140ms ease, color 140ms ease;
}

.b24jTools__link:hover {
	background: rgba(0, 0, 0, 0.18);
	/*background: rgba(255, 255, 255, 0.12);*/
	color: #fff;
}

.b24jTools__link.is-active {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.b24jTools__link:active {
	background: rgba(0, 0, 0, 0.18);
}

.b24jTools__link.is-active:active {
	background: rgba(255, 255, 255, 0.16);
}

.b24jTools__link:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.75);
	outline-offset: 3px;
}

/* Adblocks */
.b24jAdblocks {
	padding: 60px 112px;
}

.b24jAdblocks__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.b24jAdblocks .b24jBtnPrimary {
	width: fit-content;
}

.b24jAdblock {
	border-radius: var(--b24j-radius-32);
	padding: 40px 30px;
	min-height: 480px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.b24jAdblocks .b24jBtnPrimary:hover {
	background: var(--b24j-whiteBlue);
	color: #000000;
}

.b24jAdblock--purple {
	background: var(--b24j-purple);
}

.b24jAdblock--blue {
	background: #08a6ff;
}

.b24jAdblock--bright {
	background: #006dff;
}

.b24jAdblock .b24jBtnPrimary {
	margin-top: auto;
}

.b24jAdblock__icon {
	width: 46px;
	height: 46px;
}

.b24jAdblock__title {
	margin: 0;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	/*letter-spacing: 0.1rem;*/
}

.b24jAdblock__text {
	margin: 0;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
	opacity: 0.9;
}

.b24jAdblock__field {
	height: 48px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
}

/* Bitrix24 CRM embedded form inside adblocks (injected via JS) */
.b24jAdblock .b24-form,
.b24jAdblock [id^="b24-"] {
	color: inherit;
	font-family: inherit;
}

.b24jAdblock .b24-form * {
	font-family: inherit !important;
}

.b24jAdblock .b24-form-wrapper {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.b24jAdblock .b24-form-content {
	padding: 0 !important;
}

.b24jAdblock .b24-form-field,
.b24jAdblock .b24-form-control,
.b24jAdblock .b24-form-control-container {
	margin: 0 0 15px !important;
}

.b24jAdblock .b24-form-control-label,
.b24jAdblock .b24-form-field-title,
.b24jAdblock .b24-form-control-comment,
.b24jAdblock .b24-form-control-desc {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
}
.b24-form-control-desc a {
	color: rgba(255, 255, 255, 0.9) !important;
}

.b24jAdblock .b24-form-control-label,
.b24jAdblock .b24-form-field-title {
	margin: 0 0 6px !important;
}

.b24jAdblock .b24-form-field.b24-form-control-string .b24-form-control-container,
.b24jAdblock .b24-form-field.b24-form-field-email .b24-form-control-container {
	position: relative !important;
}

@supports selector(:has(*)) {
	.b24jAdblock .b24-form-field.b24-form-control-string .b24-form-control-container:has(input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-field-email .b24-form-control-container:has(input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) .b24-form-control-label {
		position: absolute !important;
		z-index: 1 !important;
		left: 20px !important;
		right: 48px !important;
		top: 24px;
		bottom: auto !important;
		height: auto !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		transform: translateY(-50%) !important;
		pointer-events: none !important;
		display: flex !important;
		align-items: center !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.b24jAdblock .b24-form-field.b24-form-control-string .b24-form-control-container:has(input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) input.b24-form-control::placeholder,
	.b24jAdblock .b24-form-field.b24-form-field-email .b24-form-control-container:has(input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) input.b24-form-control::placeholder {
		color: transparent !important;
		opacity: 0 !important;
	}

	.b24jAdblock .b24-form-field.b24-form-control-string .b24-form-control-container:has(input.b24-form-control:focus) .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-control-string .b24-form-control-container:has(input.b24-form-control.b24-form-control-not-empty) .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-field-email .b24-form-control-container:has(input.b24-form-control:focus) .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-field-email .b24-form-control-container:has(input.b24-form-control.b24-form-control-not-empty) .b24-form-control-label {
		display: none !important;
	}

	.b24jAdblock .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control),
	.b24jAdblock .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) {
		display: grid !important;
	}

	.b24jAdblock .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) > .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) > .b24-form-control-container,
	.b24jAdblock .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) > .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control) > .b24-form-control-container {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	.b24jAdblock .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) > .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) > .b24-form-control-label {
		z-index: 1 !important;
		align-self: center !important;
		margin: 0 0 0 20px !important;
		padding: 0 !important;
		max-width: calc(100% - 68px) !important;
		pointer-events: none !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.b24jAdblock .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) > .b24-form-control-container input.b24-form-control::placeholder,
	.b24jAdblock .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:not(:focus):not(.b24-form-control-not-empty)) > .b24-form-control-container input.b24-form-control::placeholder {
		color: transparent !important;
		opacity: 0 !important;
	}

	.b24jAdblock .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:focus) > .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-control-string div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control.b24-form-control-not-empty) > .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control:focus) > .b24-form-control-label,
	.b24jAdblock .b24-form-field.b24-form-field-email div:has(> .b24-form-control-label + .b24-form-control-container > input.b24-form-control.b24-form-control-not-empty) > .b24-form-control-label {
		display: none !important;
	}
}

.b24jAdblock .b24-form input.b24-form-control[type="text"],
.b24jAdblock .b24-form input.b24-form-control[type="email"],
.b24jAdblock .b24-form input.b24-form-control[type="tel"],
.b24jAdblock .b24-form input.b24-form-control[type="number"],
.b24jAdblock .b24-form input.b24-form-control[type="url"],
.b24jAdblock .b24-form input.b24-form-control[type="password"],
.b24jAdblock .b24-form textarea.b24-form-control,
.b24jAdblock .b24-form select.b24-form-control,
.b24jAdblock .b24-form-control input[type="text"],
.b24jAdblock .b24-form-control input[type="email"],
.b24jAdblock .b24-form-control input[type="tel"],
.b24jAdblock .b24-form-control input[type="number"],
.b24jAdblock .b24-form-control input[type="url"],
.b24jAdblock .b24-form-control input[type="password"],
.b24jAdblock .b24-form-control textarea,
.b24jAdblock .b24-form-control select {
	width: 100% !important;
	height: 48px !important;
	border-radius: 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	background: rgba(255, 255, 255, 0.051) !important;
	padding: 0 20px !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
	color: #fff !important;
	text-align: left !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.b24jAdblock .b24-form textarea.b24-form-control,
.b24jAdblock .b24-form-control textarea {
	height: auto !important;
	min-height: 96px !important;
	padding: 14px 20px !important;
	resize: vertical !important;
}

.b24jAdblock .b24-form input.b24-form-control::placeholder,
.b24jAdblock .b24-form textarea.b24-form-control::placeholder,
.b24jAdblock .b24-form-control input::placeholder,
.b24jAdblock .b24-form-control textarea::placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1 !important;
}

.b24jAdblock .b24-form input.b24-form-control:focus,
.b24jAdblock .b24-form textarea.b24-form-control:focus,
.b24jAdblock .b24-form select.b24-form-control:focus,
.b24jAdblock .b24-form-control input:focus,
.b24jAdblock .b24-form-control textarea:focus,
.b24jAdblock .b24-form-control select:focus {
	border-color: rgba(255, 255, 255, 0.55) !important;
}

.b24jAdblock .b24-form input[type="checkbox"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	margin: 0 !important;
	flex: none !important;
	box-sizing: border-box !important;
	border-radius: 2px !important;
	border: 1px solid #19aef9 !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px 8px !important;
	cursor: pointer !important;
	vertical-align: middle !important;
}

.b24jAdblock .b24-form input[type="checkbox"]:checked {
	background-color: #19aef9 !important;
	border-color: #19aef9 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 4.25L3.5 6.75L9 1.25'/%3E%3C/svg%3E") !important;
}

.b24jAdblock .b24-form input[type="checkbox"]:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.55) !important;
	outline-offset: 2px !important;
}

.b24jAdblock .b24-form-control input[type="radio"],
.b24jAdblock .b24-form input[type="radio"] {
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	flex: none !important;
}

.b24jAdblock .b24-form-field-agreement .b24-form-control-container > label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.6) !important;
	cursor: pointer !important;
}

.b24jAdblock .b24-form-control-checkbox,
.b24jAdblock .b24-form-control-radio,
.b24jAdblock .b24-form-control-list {
	display: grid !important;
	gap: 10px !important;
	margin: 0 0 15px !important;
}

.b24jAdblock .b24-form-control-checkbox label,
.b24jAdblock .b24-form-control-radio label,
.b24jAdblock .b24-form-control-list label {
	display: flex !important;
	gap: 10px !important;
	align-items: center !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.6) !important;
}

.b24jAdblock .b24-form-btn-container,
.b24jAdblock .b24-form-control-button {
	margin: 0 !important;
}

.b24jAdblock .b24-form-btn,
.b24jAdblock .b24-form-btn button,
.b24jAdblock .b24-form-btn input[type="submit"],
.b24jAdblock .b24-form-control button,
.b24jAdblock .b24-form-control input[type="submit"] {
	width: 100% !important;
	height: 72px !important;
	padding: 0 24px !important;
	border-radius: var(--b24j-radius-24) !important;
	background: #fff !important;
	color: #0b000a !important;
	border: 0 !important;
	font-size: 19px !important;
	line-height: 24px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	white-space: nowrap !important;
}

/* When CRM form is loaded, hide static mock field/button in adblock */
@supports selector(:has(*)) {
	.b24jAdblock:has(.b24-form) .b24jAdblock__field,
	.b24jAdblock:has(.b24-form) .b24jBtnPrimary {
		display: none !important;
	}
}

/* Mobile dropdown for articles */
.b24jDrop {
	position: relative;
	display: none;
	align-items: center;
}

.b24jDrop__btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(17, 24, 39, 0.12);
	background: #fff;
	font-weight: 700;
	cursor: pointer;
}

.b24jDrop__menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 240px;
	padding: 8px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.10);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
	opacity: 0;
	transform: translateY(-6px);
	pointer-events: none;
	transition: opacity 140ms ease, transform 140ms ease;
	z-index: 50;
}

.b24jDrop.is-open .b24jDrop__menu {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.b24jDrop__item {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}

.b24jDrop__item:hover {
	background: rgba(17, 24, 39, 0.06);
}

/* Responsive */
@media (max-width: 1280px) {
	.b24j {
		--b24j-gutter: 24px;
	}

	.b24jWebinars,
	.b24jAuthors,
	.b24jNews,
	.b24jAdblocks {
		padding-left: 56px;
		padding-right: 56px;
	}

	.b24jHeroCard__content {
		max-width: 62%;
	}
}

@media (max-width: 1024px) {
	.b24jSearch {
		width: 340px;
	}

	.b24jHeroCard {
		min-height: 420px;
	}

	.b24jHeroCard__media {
		width: 420px;
	}

	.b24jArticlesGrid {
		grid-template-columns: repeat(2, 1fr);
	}

	.b24jAdblocks__grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 641px) and (max-width: 1024px) {
	.b24jNews .b24jSlider .owl-item {
		margin-left: 0;
		margin-right: 0;
		padding: 0 20px 0 0;
		justify-content: flex-start;
	}

	.b24jNews .b24jSlider .owl-item:last-child {
		padding-right: 0;
	}

	.b24jNewsCard {
		max-width: none;
	}

	.b24jTools__nav {
		height: 72px;
		padding: 0 24px;
	}

	.b24jTools__link {
		padding: 8px 10px;
		white-space: normal;
		text-align: center;
		line-height: 18px;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.b24jWebinars__sliderWrap {
		max-width: none;
		width: 100%;
	}

	.b24jWebinars .b24jSlider {
		left: 0;
		transform: none;
		max-width: none;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		width: 100%;
	}

	.b24jWebinars .b24jSlider .owl-wrapper-outer,
	.b24jWebinars .b24jSlider .owl-stage-outer {
		overflow: visible;
		left: 0 !important;
	}

	.b24jWebinars .b24jSlider .owl-wrapper,
	.b24jWebinars .b24jSlider .owl-stage {
		left: 0 !important;
	}

	.b24jWebinars .b24jSlider .owl-item {
		padding: 0 20px 0 0 !important;
		justify-content: flex-start;
		display: flex;
	}

	.b24jWebinars .b24jSlider .owl-item:last-child {
		padding-right: 0 !important;
	}

	.b24jWebinarCard {
		width: 100%;
		min-width: 0;
		max-width: none;
		margin: 0;
	}
	.b24jToolsSlide .b24jBtnPrimary--green {
		margin-bottom: 15px;
	}
}

@media (max-width: 640px) {
	.b24j {
		--b24j-gutter: 16px;
	}
	.b24jAuthors .b24jSlider .owl-wrapper-outer {
		left: 0;
	}
	.b24jHeader {
		padding: 22px 0 26px;
		z-index: 2;
	}

	.b24jHeader::before {
		bottom: -54px;
	}

	.b24jHeader__row {
		display: contents;
	}

	.b24jHeader__inner {
		max-width: none;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 14px;
	}

	.b24jHeader__title {
		font-size: 40px;
		line-height: 30px;
		order: 1;
	}

	.b24jHeader__sub {
		margin-top: 0;
		font-size: 19px;
		line-height: 18px;
		max-width: 320px;
		order: 2;
	}

	.b24jSearch {
		width: 100%;
		height: 44px;
		border-radius: 12px;
		order: 3;
	}

	.b24jBlock {
		margin-top: 24px;
	}

	.b24jBlock--hero {
		position: relative;
		margin-top: -26px;
	}

	.b24jBlock--hero::before {
		content: "";
		position: absolute;
		top: 28px;
		bottom: 0;
		left: 50%;
		width: 100vw;
		transform: translateX(-50%);
		background: var(--b24j-bgPale);
		z-index: 0;
	}

	.b24jHeroBlock {
		position: relative;
		background: transparent;
		padding: 84px 0 44px;
		border-bottom-left-radius: 28px;
		border-bottom-right-radius: 28px;
	}

	.b24jHeroBlock .b24jSlider--hero {
		margin-top: -64px;
		position: relative;
		z-index: 3;
	}

	.b24jHeroBlock .b24jSlider--hero .b24jHeroGlide__slide {
		justify-content: flex-start;
	}

	.b24jHeroBlock .b24jSlider--hero .b24jHeroGlide__slide .b24jHeroCard {
		width: 100%;
		max-width: 320px;
		margin-left: 0;
		margin-right: 0;
	}

	.b24jHeroCard {
		flex-direction: column;
		min-height: 0;
		height: 480px;
		max-height: 480px;
		width: 100%;
		border-radius: 32px;
	}

	.b24jHeroCard__media {
		order: 1;
	}

	.b24jHeroCard__content {
		order: 2;
	}

	/* Промо-слайды: текст сверху, картинка снизу (остальные карточки героя — наоборот) */
	.b24jHeroCard--promoGuide .b24jHeroCard__content,
	.b24jHeroCard--promoTg .b24jHeroCard__content {
		order: 1;
	}

	.b24jHeroCard--promoGuide .b24jHeroCard__media,
	.b24jHeroCard--promoTg .b24jHeroCard__media {
		order: 2;
	}

	.b24jHeroCard__content {
		width: 100%;
		max-width: 100%;
		padding: 18px 18px 16px 16px;
		gap: 12px;
		flex: 1 1 auto;
	}

	.b24jHeroCard--promoGuide .b24jHeroCard__content {
		padding: 30px 18px 16px 16px;
		width: 100%;
		max-width: 100%;
	}

	.b24jHeroCard--promoTg .b24jHeroCard__content {
		padding: 30px 18px 16px 16px;
		width: 100%;
		max-width: 100%;
		gap: 10px;
	}

	.b24jHeroCard__title {
		font-size: 24px;
		line-height: 24px;
	}

	.b24jHeroCard__media {
		width: 100%;
		height: 190px;
	}

	.b24jHeroCard__img {
		height: 190px;
	}

	.b24jMeta {
		font-size: 12px;
		line-height: 16px;
	}

	.b24jMetaClock {
		width: 14px;
		height: 14px;
	}

	.b24jTextLink {
		font-size: 14px;
		line-height: 18px;
	}

	.b24jHeroCard__text {
		font-size: 19px;
		line-height: 18px;
	}
	.b24jPromoGuide__btn--purple {
		/*margin-top: auto;*/
		/*font-size: 16px;*/
		min-height: 52px;
		padding: 12px 18px;
		font-size: 14px;
		line-height: 18px;
		border-radius: 14px;
	}

	.b24jHeroCard .b24jTextLink,
	.b24jHeroCard .b24jBtnPrimary {
		margin-top: auto;
	}

	.b24jHeroCard--promoGuide .b24jPromoGuide__btn {
		margin-top: auto;
		width: fit-content;
		
	}

	.b24jHeroCard--promoTg .b24jPromoTg__btn {
		margin-top: auto;
	}

	.bx-journal-detail-v2-article .bx-journal-detail-v2-article-banner__text, .bx-journal-detail-article .bx-journal-detail-v2-article-banner__text {
		text-align: left;
	}

	.b24jBtnPrimary {
		height: 52px;
		border-radius: 14px;
		font-size: 16px;
		line-height: 22px;
	}

	.b24jBlock--articles {
		position: relative;
		z-index: 0;
	}

	.b24jBlock--articles::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 100vw;
		transform: translateX(-50%);
		background: var(--b24j-bgPale);
		border-radius: 48px;
		z-index: 0;
	}

	.b24jArticles {
		position: relative;
		z-index: 1;
		padding: 36px 0 30px;
		background: transparent;
		overflow: visible;
	}

	.b24jArticles__desktop {
		display: none;
	}

	.b24jArticles__mob {
		display: block;
		margin-top: 30px;
	}

	.b24jArticles__mob .b24jSlider {
		position: relative;
		left: 50%;
		width: 100vw;
		transform: translateX(-50%);
		padding: 0 var(--b24j-gutter);
	}

	.b24jArticles__mob .b24jSlider .owl-wrapper-outer,
	.b24jArticles__mob .b24jSlider .owl-stage-outer {
		overflow: visible;
	}

	.b24jArticles__mob .b24jSlider .owl-item {
		padding: 0 8px 0 0;
	}

	.b24jArticles__mob .b24jArticleCard {
		width: calc(100% - 22px);
	}

	.b24jTagsGrid {
		display: none;
	}

	.b24jTagLarge {
		height: 34px;
		padding: 0 10px;
		border-radius: 10px;
		font-size: 12px;
		line-height: 16px;
	}

	.b24jWebinars,
	.b24jAuthors {
		padding: 28px 0;
	}

	.b24jDrop {
		display: flex;
		width: 100%;
	}

	.b24jMobRow {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 14px;
	}

	.b24jMobRow__title {
		margin: 0;
		font-size: 22px;
		line-height: 24px;
		font-weight: 700;
	}

	.b24jArticles__mob .b24jMobRow__title {
		display: none;
	}

	.b24jArticles__mob .b24jDrop__btn {
		width: 100%;
		height: 64px;
		border-radius: 12px;
		border: 0;
		background: #fff;
		color: var(--b24j-dark);
		padding: 0 22px;
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		justify-content: space-between;
		box-shadow: 0 1px 0 rgba(0, 20, 61, 0.06);
	}

	.b24jArticles__mob .b24jDrop__icon {
		font-size: 18px;
		line-height: 1;
		transition: transform 140ms ease;
	}

	.b24jArticles__mob .b24jDrop.is-open .b24jDrop__icon {
		transform: rotate(180deg);
	}

	.b24jArticles__mob .b24jDrop__menu {
		top: calc(100% + 8px);
		left: 0;
		width: 100%;
		min-width: 0;
		padding: 12px;
		max-height: 232px; /* 5 items * 40px + paddings */
		overflow-y: auto;
		border-radius: 16px;
		border: 1px solid rgba(0, 20, 61, 0.10);
		box-shadow: 0 18px 36px rgba(0, 0, 0, 0.20);
		background: #fff;
		-webkit-overflow-scrolling: touch;
	}

	.b24jArticles__mob .b24jDrop__item {
		height: 40px;
		padding: 0 16px;
		border-radius: 10px;
		font-size: 19px;
		line-height: 22px;
		font-weight: 700;
		color: var(--b24j-dark);
		position: relative;
		z-index: 1;
	}

	.b24jArticles__mob .b24jDrop__item.is-active {
		background: var(--b24j-purple);
		color: #fff;
	}

	.b24jBlock--news {
		display: block;
		margin-top: 51px;
		margin-bottom: 30px;
	}

	.b24jBlock--newsMob {
		display: none;
	}

	.b24jNews {
		padding: 60px 16px 60px;
		border-radius: 48px;
	}

	.b24jAdblocks {
		padding: 34px 12px 44px;
		border-radius: 24px;
	}

	.b24jNews .b24jSlider {
		padding: 0;
	}

	.b24jNews .b24jSlider .owl-item {
		margin-left: 0;
		margin-right: 0;
		padding: 0 20px 0 0;
		justify-content: flex-start;
	}

	.b24jNews .b24jSlider .owl-item:last-child {
		padding-right: 0;
	}

	.b24jNews__title,
	.b24jH2 {
		margin-bottom: 18px;
		font-size: 18px;
		line-height: 22px;
		padding-left: 0;
	}

	.b24jNews__title {
		font-size: 32px;
		line-height: 32px;
	}

	.b24jWebinars .b24jH2 {
		font-size: 32px;
		line-height: 32px;
		padding-left: 0;
		padding-right: 0;
	}

	.b24jWebinars__videoDeco {
		display: none;
	}

	.b24jWebinars__sliderWrap {
		max-width: none;
		width: 100%;
	}

	.b24jAuthors .b24jH2 {
		font-size: 32px;
		line-height: 32px;
		padding-left: 0;
		padding-right: 0;
	}

	.b24jWebinars .b24jSlider {
		left: 0;
		transform: none;
		max-width: none;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		width: 100%;
	}

	.b24jWebinars .b24jSlider .owl-wrapper-outer,
	.b24jWebinars .b24jSlider .owl-stage-outer {
		overflow: visible;
		left: 0 !important;
	}

	.b24jWebinars .b24jSlider .owl-wrapper,
	.b24jWebinars .b24jSlider .owl-stage {
		left: 0 !important;
	}

	.b24jWebinars .b24jSlider .owl-item {
		padding: 0 8px 0 0 !important;
		justify-content: flex-start;
		display: flex;
	}

	.b24jNewsCard {
		width: 100%;
		max-width: none;
		height: 310px;
		border-radius: 32px;
		padding: 50px 30px;
	}

	.b24jNewsCard__date {
		font-size: 16px;
		line-height: 16px;
	}

	.b24jNewsCard__title {
		margin-top: 8px;
		font-size: 24px;
		line-height: 28px;
		max-height: calc(28px * 5);
	}

	.b24jNewsCard__link {
		font-size: 19px;
		line-height: 18px;
		padding-top: 20px;
	}

	.b24jWebinarCard {
		min-height: 200px;
		border-radius: 32px;
		padding: 40px 30px;
		width: calc(100% - 16px);
		min-width: 0;
		max-width: none;
		margin: 0;
	}

	.b24jWebinarCard__title {
		font-size: 18px;
		line-height: 20px;
	}

	.b24jAuthors {
		padding-bottom: 20px;
	}

	.b24jAuthors .b24jSlider .owl-item,
	.b24jAuthor .b24jSlider .owl-item {
		padding: 0 8px 0 0 !important;
		display: flex;
		justify-content: flex-start;
	}

	.b24jAuthorCard {
		gap: 12px;
		flex-direction: column;
		align-items: flex-start;
	}

	.b24jAuthorCard__ava {
		width: 100px;
		height: 100px;
		border-radius: 100px;
	}

	.b24jAuthorCard__text {
		padding-top: 0;
	}

	.b24jAuthorCard__name {
		font-size: 22px;
		line-height: 24px;
	}

	.b24jAuthorCard__role {
		font-size: 16px;
		line-height: 20px;
	}
	.b24jTools {
		margin-left: 20px;
		margin-right: 20px;
		border-radius: 32px;
	}

	.b24jTools__inner {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 14px;
		padding: 0;
	}

	.b24jTools__media {
		align-self: end;
		justify-self: stretch;
		width: 100%;
		max-width: none;
		height: auto;
		max-height: none;
		object-fit: contain;
		object-position: center bottom;
		order: 2;
	}

	.b24jTools__content {
		margin-top: 0;
		padding-left: 20px;
		padding-right: 20px;
		order: 1;
	}

	.b24jTools__title {
		margin-top: 40px;
		margin-bottom: 10px;
		font-size: 32px;
		line-height: 34px;
	}

	.b24jTools__text {
		margin-bottom: 16px;
		font-size: 19px;
		line-height: 24px;
	}

	.b24jTools__nav {
		height: 52px;
		padding: 0 8px;
	}

	/* On small screens keep horizontal scrolling tabs */
	.b24jTools__link {
		flex: 0 0 auto;
		min-width: max-content;
		padding: 0 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.b24jTools .js-b24j-tools,
	.b24jTools .owl-wrapper-outer {
		width: 100%;
		max-width: 100%;
	}

	.b24jTools .owl-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.b24jAdblocks {
		padding: 24px 0;
		background: transparent;
		border-radius: 0;
	}

	.b24jAdblocks__grid {
		gap: 12px;
	}

	.b24jAdblock {
		min-height: 220px;
		border-radius: 20px;
		padding: 18px 14px;
	}

	.b24jAdblock__title {
		font-size: 32px;
		line-height: 32px;
	}

	.b24jAdblock__text {
		font-size: 14px;
		line-height: 18px;
	}

	.b24jAdblock__field {
		height: 44px;
		padding: 0 14px;
		font-size: 14px;
		line-height: 18px;
	}

	.b24jCenter {
		margin-top: 20px;
		display: none;
	}

}

@media (max-width: 450px) {
	.b24jBlock--tools {
		margin-left: calc(-1 * var(--b24j-gutter));
		margin-right: calc(-1 * var(--b24j-gutter));
		width: calc(100% + 2 * var(--b24j-gutter));
		max-width: none;
	}


	.b24jHeroCard--promoTg .b24jHeroCard__media::before {
		width: 69%;
	}
	
	.b24jHeroCard--promoTg .b24jHeroCard__media::before {
		width: 72%;
		height: 220px;
		left: 15px;
		top: 0px;
		opacity: 0.55;
	}

	.b24jHeroCard--promoTg .b24jHeroCard__media::after {
		width: 81%;
		height: 220px;
		left: 15px;
		top: 50px;
		opacity: 0.35;
	}

	.owl-carousel .owl-item img.b24jHeroCard__img--promoTg,
	.b24jSlider--hero .glide__slide img.b24jHeroCard__img--promoTg {
		width: 210px;
	}

	.b24jHeroCard--promoTg img.b24jHeroCard__img--promoTg {
		left: 15px;
		top: -35px;
		width: 210px;
		max-height: 300px;
		height: 300px;
	}

	.b24jHeroCard--promoGuide img.b24jHeroCard__img--promoGuide {
		bottom: calc(-88px - var(--b24j-promo-inset-start));
	}

	.owl-carousel .owl-item img.b24jHeroCard__img--promoGuide,
	.b24jSlider--hero .glide__slide img.b24jHeroCard__img--promoGuide {
		width: 90%;
		max-width: 90%;
	}

	.b24jHeroCard--promoGuide .b24jHeroCard__media::before {
		width: 85%;
		height: 120px;
		left: 15px;
		top: -10px;
	}

	.b24jHeroCard--promoGuide .b24jHeroCard__media::after {
		width: 78%;
		height: 120px;
		left: 15px;
		top: -30px;
	}
	.b24jTools {
		margin-left: 17px;
		margin-right: 17px;
	}
	.b24jTools__text {
		margin-bottom: 18px;
	}

}

@media (min-width: 426px) and (max-width: 639px) {
	.b24jHeroBlock .b24jSlider--hero .b24jHeroGlide__slide .b24jHeroCard {
		width: calc(100% - 24px);
		max-width: none;
	}
}

@media (width: 640px) {
	.b24jHeroBlock .b24jSlider--hero .b24jHeroGlide__slide .b24jHeroCard {
		width: calc(100% - 24px);
		max-width: none;
	}
}

@media (min-width: 540px) and (max-width: 639px) {
	.b24jArticles__mob .b24jArticleCard {
		height: 456px !important;
		min-height: 456px !important;
	}
}

@media (max-width: 425px) {
	.b24jHeroBlock .b24jSlider--hero {
		width: 340px;
		max-width: 340px;
		margin-left: 0;
		margin-right: 0;
	}

	.b24jHeroBlock .b24jSlider--hero .b24jHeroGlide__slide .b24jHeroCard {
		width: 320px;
		max-width: 320px;
	}

	.b24jArticles__mob .b24jSlider {
		position: relative;
		left: 0;
		transform: none;
		width: 340px;
		max-width: 340px;
		padding: 0;
	}

	.b24jArticles__mob .b24jSlider .owl-item {
		padding-right: 0;
	}

	.b24jArticles__mob .b24jArticleCard {
		width: 320px;
	}

	.b24jWebinarCard {
		width: 320px;
	}

	.b24jWebinars .b24jSlider {
		width: 340px;
		max-width: 340px;
		padding: 0;
	}

	.b24jWebinars .b24jSlider .owl-item {
		padding-right: 0 !important;
	}
}

@media (min-width: 641px) {
	.b24jArticles__mob {
		display: none;
	}
}

@media (min-width: 800px) and (max-width: 1000px) {
	.b24jNewsCard__title {
		-webkit-line-clamp: 4;
		line-clamp: 4;
		max-height: calc(28px * 4);
	}
}

/* End */


/* Start:/bitrix/templates/bitrix24_2017/components/bitrix/system.pagenavigation/journal_show_more_v2/style.css?1781551117168*/
.load_more {
	cursor: pointer;
	max-width: 200px;
	display: flex;
	width: fit-content;
	margin: 60px auto 0;
}
.load_more:hover {
	background-color: #E1EBFF;
}
/* End */


/* Start:/bitrix/templates/bitrix24_2017/components/bitrix/news/journal.bitrix24.v2/bitrix/news.list/editors_choise/style.css?17618335694832*/
.journal-section-editors-choise.container{
	padding: 95px 0 0 0;
}
.journal-section-editors-choise .bx-title{
	margin-bottom: 20px;
}
.journal-section-editors-choise .owl-carousel .owl-stage {
	margin: 20px 0;
}
.journal-section-editors-choise .owl-carousel .owl-nav button {
	position: absolute;
	top: 0;
	bottom: 0;
	outline: unset;
}
.journal-section-editors-choise .owl-carousel .owl-nav button.disabled {
	opacity: 0;
	transition: .5s;
}
.journal-section-editors-choise .owl-carousel .owl-nav button.owl-next {
	right: -25px;
}
.journal-section-editors-choise .owl-carousel .owl-nav button.owl-prev {
	left: -25px;
}
.journal-section-editors-choise .owl-carousel .owl-dots{
	display:flex;
	justify-content: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	z-index: 9999;
}
.journal-section-editors-choise .owl-carousel .owl-dots .owl-dot {
	background-color: #7b3dc3;
	width:10px;
	height: 10px;
	border-radius:10px;
	padding:0;
	margin: 10px;
	opacity: .5;
	border: none;
}
.journal-section-editors-choise .owl-carousel .owl-dots .active{
	opacity: 1;
}
.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item {
	background-image: url("/images/content_ru/journal/img_card_gradient_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 30px;
	color: #fff;
	height: 350px;
}
.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item .bx-tg-icon-jackdaw {
	width: 60px;
}
.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item .bx-tg-banner-title {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 15px;
	padding-top: 30px;
}
.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item .bx-tg-banner-description {
	font-size: 21px;
	line-height: 30px;
	padding-bottom: 25px;
}
@media (min-width: 650px) {
	.journal-section.journal-section-editors-choise.container{
		max-width: 560px;
	}
	.journal-section-editors-choise .bx-title{
		margin-left: 10px;
	}
}
@media (min-width: 768px) {
	.journal-section.journal-section-editors-choise.container{
		max-width: 740px;
	}
}
@media (min-width: 992px) {
	.journal-section.journal-section-editors-choise.container{
		max-width: 980px;
	}
	.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item {
		height: 514px;
	}
	.journal-section-editors-choise .owl-carousel .owl-nav button {
		bottom: -40px;
	}
}
@media (min-width: 1200px) {
	.journal-section.journal-section-editors-choise.container{
		max-width: 1160px;
	}
	.journal-section-editors-choise .owl-carousel .owl-nav button {
		bottom: 27px;
	}
	.journal-section-editors-choise .owl-carousel .owl-nav button.owl-next {
		right: -45px;
	}
	.journal-section-editors-choise .owl-carousel .owl-nav button.owl-prev {
		left: -45px;
	}
	.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item {
		height: 450px;
	}
}
@media (min-width: 1400px) {
	.journal-section.journal-section-editors-choise.container{
		max-width: 1200px;
	}
	.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item {
		height: 457px;
	}
	.journal-section-editors-choise .owl-carousel .owl-nav button {
		bottom: 18px;
	}
}
@media (max-width: 992px) {
	.journal-section-editors-choise.container {
		padding: 50px 0 0;
	}
	.journal-section-editors-choise .owl-carousel {
		margin: 0;
	}
	.journal-section-editors-choise .bx-journal-list-item .bx-journal-list-item-info {
		height: unset;
	}
	.journal-section-editors-choise .bx-journal-list-item .bx-journal-list-item-info .bx-journal-list-item-info-readtime {
		padding-bottom: 15px;
	}
	.journal-section-editors-choise .bx-title {
		margin-bottom: 25px;
		font-size: 30px;
		line-height: 36px;
	}
	.journal-section-editors-choise .bx-journal-list-item {
		margin-bottom: 20px;
	}
	.journal-section-editors-choise .bx-journal-list-item .bx-journal-list-item-info .bx-journal-list-item-info-date {
		font-size: 18px;
		padding-bottom: 15px;
	}
	.journal-section-editors-choise .bx-journal-list-item .bx-journal-list-item-info .bx-journal-list-item-info-name {
		font-size: 18px;
		line-height: 24px;
	}
	.journal-section-editors-choise .bx-journal-list-item .bx-journal-list-item-info .bx-journal-list-item-info-text {
		font-size: 16px;
		line-height: 22px;
	}
	.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item {
		padding: 20px;
	}
	.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item .bx-tg-banner-title {
		font-size: 24px;
		line-height: 27px;
		padding: 15px 0;
	}
	.journal-section-editors-choise .bx-journal-list-item.bx-tg-banner-item .bx-tg-banner-description {
		font-size: 16px;
		line-height: 24px;
	}
}
/* End */


/* Start:/bitrix/templates/bitrix24_2017/css/blogs.min.css?174593433531551*/
﻿.blog-post-banner-item .blog-post-banner-item__background{height:300px;background-size:cover;background-position:center;background-repeat:no-repeat}@media(min-width: 992px){.blog-post-banner-item .blog-post-banner-item__background{height:400px}}.blog-post-banner-item .blog-post-banner-item__background_slim{height:300px}.blog-post-banner-item .blog-post-banner-item__background_sm{height:200px}.blog-post-banner-item .blog-post-banner-item__background_header{height:auto}.blog-post-banner-item .blog-post-banner-item__header{position:relative;width:100%;height:100%;box-sizing:border-box}.blog-post-banner-item .blog-post-banner-item__info{position:absolute;max-width:880px;width:100%;top:50%;left:50%;padding:0 15px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:.9;box-sizing:border-box}.blog-post-banner-item .blog-post-banner-item__background_header .blog-post-banner-item__info{position:relative;margin:auto;padding:41px 15px 47px;top:auto;left:auto;transform:none}.blog-post-banner-item .blog-post-banner-item__title .bx-ui-title{text-align:left}.blog-post-banner-item .blog-post-banner-item__title-item{color:#fff;text-decoration:none}.blog-post-banner-item .blog-post-banner-item__background_header .blog-post-banner-item__title .bx-ui-title{color:#fff;font-size:1.75rem;font-weight:400;line-height:1}@media(min-width: 768px){.blog-post-banner-item .blog-post-banner-item__background_header .blog-post-banner-item__title .bx-ui-title{font-size:2.25rem}}@media(min-width: 992px){.blog-post-banner-item .blog-post-banner-item__background_header .blog-post-banner-item__title .bx-ui-title{font-size:2.5rem}}@media(min-width: 1200px){.blog-post-banner-item .blog-post-banner-item__background_header .blog-post-banner-item__title .bx-ui-title{font-size:3rem}}.blog-post-banner-item .blog-post-banner-item__description{display:flex;align-items:center;margin-top:30px}@media(min-width: 992px){.blog-post-banner-item .blog-post-banner-item__description{margin-top:80px}}.blog-post-banner-item .blog-post-banner-item__author{display:flex;align-items:center;margin-right:30px}.blog-post-banner-item .blog-post-banner-item__author-picture{width:35px;height:35px;background-color:#00aeef;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:100%;margin-right:10px}.blog-post-banner-item .blog-post-banner-item__author-name{color:#fff;font-size:.875rem;font-weight:400;letter-spacing:1px}.blog-post-button .bx-ui-button.bx-ui-button_primary-border{display:flex;align-items:center;text-transform:none}.blog-post-button .bx-ui-button.bx-ui-button_primary-border:hover{opacity:.8}.blog-post-button .bx-ui-button.bx-ui-button_primary-border:not(.bx-ui-button_no-hover),.blog-post-button .bx-ui-button.bx-ui-button_primary-border:hover:not(.bx-ui-button_no-hover){color:#fff}.blog-post-button .blog-post-button__arrow_text{font-size:.75rem;line-height:1}.blog-post-button .blog-post-button__arrow_left{position:relative;width:9px;height:15px;margin-right:5px;font-size:0}.blog-post-button .blog-post-button__arrow_left:before,.blog-post-button .blog-post-button__arrow_left:after{content:"";display:block;position:absolute;width:2px;height:9px;background:#fff;border-radius:5px;transition:all .2s ease-in-out}.blog-post-button .blog-post-button__arrow_left:before{top:0;transform:rotate(45deg)}.blog-post-button .blog-post-button__arrow_left:after{bottom:0;transform:rotate(-45deg)}.blog-post-category .blog-post-category__title .bx-ui-title{margin:10px;text-align:left}.blog-post-category .blog-post-category__list{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.blog-post-category .blog-post-category__list-item{display:flex;align-items:center;justify-content:space-between;flex:0 0 calc(100% - 20px);margin:10px;border:1px solid #e9ecef;border-radius:2px;box-sizing:border-box}@media(min-width: 768px){.blog-post-category .blog-post-category__list-item{flex:0 0 calc(50% - 20px)}}@media(min-width: 992px){.blog-post-category .blog-post-category__list-item{flex:0 0 calc(33.3% - 20px)}}.blog-post-category .blog-post-category__list-title{padding:0 15px;color:#262626}.blog-post-category .blog-post-category__item-picture{width:72px;height:72px;background-color:#00aeef;background-size:cover;background-position:center;background-repeat:no-repeat}.blog-post-detail .blog-post-detail__category{display:inline-block;padding:12px 16px;background:#00aeef;border-radius:.375rem;color:#fff;font-size:1rem;line-height:1}@media(min-width: 992px){.blog-post-detail .blog-post-detail__category{display:block}}.blog-post-detail .blog-post-detail__header{margin-top:30px}@media(min-width: 992px){.blog-post-detail .blog-post-detail__header{margin-top:auto}}.blog-post-detail .blog-post-detail__header-category{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 auto}@media(min-width: 576px){.blog-post-detail .blog-post-detail__header-category{flex-direction:row;align-items:center}}.blog-post-detail .blog-post-detail__header-category-section{flex:0 0 auto}.blog-post-detail .blog-post-detail__header-registration-section{display:flex;justify-content:flex-end;flex:1 0 auto}@media(max-width: 767.98px){.blog-post-detail .blog-post-detail__header-registration-section{margin-top:20px}}.blog-post-detail .blog-post-detail__title{max-width:90%;margin:30px 0}.blog-post-detail .blog-post-detail__title .bx-ui-title{margin:0;text-align:left}.blog-post-detail .blog-post-detail__picture{position:relative;width:100%;height:auto;margin:0 auto;background-color:rgba(0,0,0,0);border-radius:3px;overflow:hidden;box-sizing:border-box}.blog-post-detail .blog-post-detail__picture-item{position:static;display:block;max-width:100%;width:100%;height:auto;box-sizing:border-box;-webkit-transform:none;transform:none}.blog-post-detail .blog-post-detail__info{display:flex;align-items:center;flex-wrap:wrap;margin-top:30px;margin-bottom:30px}@media(min-width: 768px){.blog-post-detail .blog-post-detail__info{margin-bottom:50px}}.blog-post-detail .blog-post-detail__author{display:flex;align-items:center;margin-top:46px}.blog-post-detail .blog-post-detail__author-picture{width:65px;height:65px;background-color:#00aeef;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:100%;margin-right:10px}.blog-post-detail .blog-post-detail__author-name{font-size:1rem;font-weight:400;line-height:1}.blog-post-detail .blog-post-detail__time{display:flex;align-items:flex-start;flex-direction:column;margin-top:5px;color:#6c757d;font-size:.8125rem;font-weight:300;line-height:1}@media(min-width: 768px){.blog-post-detail .blog-post-detail__time{align-items:center;flex-direction:row}}.blog-post-detail .blog-post-detail__time-section{margin-bottom:5px}.blog-post-detail .blog-post-detail__time-section:after{content:none;padding:0 10px}@media(min-width: 576px){.blog-post-detail .blog-post-detail__time-section:after{content:"•"}}.blog-post-detail .blog-post-detail__time-section:last-child:after{content:none}.blog-post-detail .blog-post-detail__share{display:flex;align-items:center;justify-content:flex-start;flex:1 0 100%;box-sizing:border-box}@media(min-width: 768px){.blog-post-detail .blog-post-detail__share{flex:1}}.blog-post-detail .blog-post-detail__article{margin:0 auto;font-size:.875rem;line-height:1.8;font-weight:300}@media(min-width: 768px){.blog-post-detail .blog-post-detail__article{font-size:1.125rem}}.blog-post-detail .blog-post-detail__article iframe,.blog-post-detail .blog-post-detail__article img{max-width:100%;box-sizing:border-box}.blog-post-detail .blog-post-detail__article img{height:auto !important}.blog-post-detail .blog-post-detail__article iframe{margin-left:auto;margin-right:auto}.blog-post-detail .blog-post-detail__video{position:relative;padding-bottom:56.25%;height:0}.blog-post-detail .blog-post-detail__video iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:none;box-sizing:border-box}.blog-post-code{max-width:100%;overflow:auto}.blog-post-list{display:flex;justify-content:space-between;flex-wrap:wrap}.blog-post-list .blog-post-list__item{flex:0 0 100%;max-width:100%;margin:10px 0;box-sizing:border-box}@media(min-width: 768px){.blog-post-list .blog-post-list__item{flex:0 0 calc(50% - 14px);max-width:410px}}.blog-post-list .blog-post-list__item-outer{display:flex;flex-direction:column;height:100%;border-radius:3px;box-shadow:0 0 12px rgba(173,181,189,.5);transition:160ms box-shadow linear;box-sizing:border-box}.blog-post-list .blog-post-list__item-outer:hover{box-shadow:0 0 12px rgba(173,181,189,.8)}.blog-post-list .blog-post-list__item-header-section{flex:1}.blog-post-list .blog-post-list__item-header{position:relative;width:100%;height:180px;background-color:#00aeef;box-sizing:border-box}.blog-post-list .blog-post-list__item-picture{display:block;position:relative;width:100%;height:100%;overflow:hidden;box-sizing:border-box}.blog-post-list .blog-post-list__item-picture-item{display:block;position:absolute;max-width:100%;max-height:100%;width:auto;height:auto;margin:auto;top:50%;left:50%;transform:translate(-50%, -50%)}.blog-post-list .blog-post-list__item-category{flex:1;font-size:.875rem;margin-bottom:15px;text-align:center}@media(min-width: 576px){.blog-post-list .blog-post-list__item-category{margin-bottom:auto;text-align:right;order:1}}.blog-post-list .blog-post-list__item-info{padding:20px 27px}.blog-post-list .blog-post-list__item-title,.blog-post-list .blog-post-list__item-title-link{font-size:1.5625rem;font-weight:400;line-height:1.5}.blog-post-list .blog-post-list__item-title-link{text-decoration:none}.blog-post-list .blog-post-list__item-title,.blog-post-list .blog-post-list__item-title-link{margin:0;color:#262626;text-decoration:none}.blog-post-list .blog-post-list__item-description{margin-top:35px;font-size:1.125rem;font-weight:300;line-height:1.7}.blog-post-list .blog-post-list__item-title b,.blog-post-list .blog-post-list__item-title-link b,.blog-post-list .blog-post-list__item-description b{font-weight:500}.blog-post-list .blog-post-list__item-footer{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;padding:10px 27px 30px}@media(min-width: 576px){.blog-post-list .blog-post-list__item-footer{justify-content:space-between;flex-direction:row}}.blog-post-list .blog-post-list__item-author{display:flex;align-items:center}.blog-post-list .blog-post-list__item-author-picture{width:35px;height:35px;background-color:#00aeef;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:100%;margin-right:10px}.blog-post-list .blog-post-list__item-author-name{font-size:.875rem;font-weight:400;line-height:1}.blog-post-list .blog-post-list__item-button{display:flex}@media(min-width: 576px){.blog-post-list .blog-post-list__item-button{order:1}}.blog-post-list .blog-post-list__item-button .bx-ui-button{text-transform:none}.blog-post-list .blog-post-list__item-button .bx-ui-button.bx-ui-button_border,.blog-post-list .blog-post-list__item-button .bx-ui-button.bx-ui-button_border:hover{border-color:#495057;border-width:1px;color:#262626;font-size:.75rem;line-height:1}.blog-post-navigation{margin:30px 0 0;font-size:.875rem;font-weight:400;line-height:1}.blog-post-navigation .nav-link,.blog-post-navigation .nav-text{margin:0 5px}.blog-post-navigation .nav-link:first-child,.blog-post-navigation .nav-text:first-child{margin-left:0}.blog-post-navigation .nav-link:last-child,.blog-post-navigation .nav-text:last-child{margin-right:0}.blog-post-same-articles .blog-post-same-articles__title{margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #adb5bd}@media(min-width: 992px){.blog-post-same-articles .blog-post-same-articles__title{margin-bottom:45px;padding-bottom:26px;border-bottom:1px solid #ced4da}}.blog-post-same-articles .blog-post-same-articles__title,.blog-post-same-articles .blog-post-same-articles__list-item-section{color:#adb5bd;font-size:.875rem;font-weight:500;line-height:1.8}@media(min-width: 992px){.blog-post-same-articles .blog-post-same-articles__title,.blog-post-same-articles .blog-post-same-articles__list-item-section{font-size:1rem}}.blog-post-same-articles .blog-post-same-articles__list{display:flex;justify-content:space-between;flex-wrap:wrap}.blog-post-same-articles .blog-post-same-articles__list-item-section{margin-bottom:10px}.blog-post-same-articles .blog-post-same-articles__list-item{flex:0 0 100%;margin-bottom:30px;box-sizing:border-box}@media(min-width: 992px){.blog-post-same-articles .blog-post-same-articles__list-item{flex:0 0 calc(50% - 20px);margin-bottom:45px}}.blog-post-same-articles .blog-post-same-articles__list-item-header{font-size:1.125rem;font-weight:500;line-height:1.8}@media(min-width: 992px){.blog-post-same-articles .blog-post-same-articles__list-item-header{font-size:1.25rem}}.blog-post-search{max-width:none;width:100%;margin-right:0;margin-bottom:10px;border:1px solid #adb5bd;border-radius:3px;box-sizing:border-box}@media(min-width: 576px){.blog-post-search{max-width:325px;margin-right:10px;margin-bottom:0}}.blog-post-search .search-form{display:flex;justify-content:space-between;margin:0;padding:11px 12px;border:none;box-sizing:border-box}.blog-post-search .search-form form{display:flex;justify-content:space-between;box-sizing:border-box}.blog-post-search .search-form [name=q],.blog-post-search .search-form [name=s]{outline:none}.blog-post-search .search-form [name=q]{flex:1;max-width:calc(100% - 32px);margin:0 10px 0 0;padding:0;border:none;color:#495057;font-size:.875rem}.blog-post-search .search-form [name=q]::placeholder{color:#495057}.blog-post-search .search-form [name=s]{width:22px;height:20px;margin:0;background:url(/bitrix/templates/bitrix24_2017/css/../images/icons/icon-search-gray.svg);border:none;font-size:0;line-height:0;cursor:pointer}.blog-post-section{margin-top:10px;margin-bottom:50px}@media(min-width: 992px){.blog-post-section{margin-top:40px}}.blog-post-section .blog-post-section__cnt{max-width:880px;margin:0 auto;padding:0 15px;box-sizing:border-box}.blog-post-section .blog-post-section__comments{margin:0 auto;text-align:center;box-sizing:border-box}.blog-post-section-category{margin-bottom:50px}.blog-post-section-category .blog-post-section-category__cnt{max-width:960px;margin:0 auto;padding:0 15px;box-sizing:border-box}.blog-post-section-select{margin-top:20px}@media(min-width: 992px){.blog-post-section-select{margin-top:55px}}.blog-post-section-select .blog-post-section-select__cnt{max-width:880px;margin:0 auto;padding:0 15px;box-sizing:border-box}.blog-post-section-select .blog-post-section-select__outer{display:flex;align-items:center;justify-content:space-between;flex-direction:column}@media(min-width: 576px){.blog-post-section-select .blog-post-section-select__outer{flex-direction:row}}.blog-post-section-user-banner{margin:0;padding:40px 0}.blog-post-section-user-banner_light{background-color:rgba(0,0,0,0)}.blog-post-section-user-banner_light .blog-post-section-user-banner__title,.blog-post-section-user-banner_light .blog-post-section-user-banner__title{color:inherit}.blog-post-section-user-banner .blog-post-section-user-banner__title,.blog-post-section-user-banner .blog-post-section-user-banner__description{color:#fff;text-align:center}.blog-post-section-user-banner .blog-post-section-user-banner__title{font-size:1.5rem;font-weight:500;line-height:1.8}@media(min-width: 576px){.blog-post-section-user-banner .blog-post-section-user-banner__title{font-size:1.875rem}}.blog-post-section-user-banner .blog-post-section-user-banner__description{font-size:.875rem;font-weight:400;line-height:1.8}@media(min-width: 576px){.blog-post-section-user-banner .blog-post-section-user-banner__description{font-size:1.25rem}}.blog-post-section-user-banner .blog-post-button{display:flex;justify-content:center;margin-top:30px}.blog-post-select{display:flex;justify-content:flex-end;font-size:.875rem}@media(max-width: 767.98px){.blog-post-select{max-width:none;width:100%;margin:0 0 10px 0;box-sizing:border-box}}.blog-post-select .bxst-select-simple-border{height:44px;line-height:44px;border:1px solid #adb5bd}@media(max-width: 767.98px){.blog-post-select .bxst-select-simple-border{width:100%}}.blog-post-select .bxst-select-simple-border .bxst-select-phantom-choosed{color:#495057}@media(max-width: 767.98px){.blog-post-select .bxst-select-simple-border .bxst-select-phantom-choosed{text-align:left}}.blog-post-select-dropdown{font-size:.875rem}.blog-post-select-dropdown .bxst-select-phantom-list-inner{max-height:250px;overflow-y:auto}:root{--lead-magnets-background: linear-gradient(95deg, #409EEF -2.77%, #2FC7F7 98.02%);--lead-magnets-background-2: linear-gradient(-90deg, #2FC7F7 0%, #409EEF 100%);--lead-magnets-white: #FFFFFF;--lead-magnets-green: #BDF300;--lead-magnets-black: #000000}.block-cta{padding:40px 15px;border-radius:30px;text-align:center;margin-bottom:26px}.block-cta+.block-cta{margin-top:26px}.block-cta>p,.block-cta>h2+.block-cta>p,.block-cta>h4+.block-cta>p,.block-cta>a+.block-cta>a{margin-top:20px}.block-cta>a:first-of-type{margin-top:20px}.block-cta.block-cta__blue-1{background:linear-gradient(90.41deg, #2fc7f7 0%, #409eef 100%);color:#fff}.block-cta.block-cta__blue-2{background-color:#2fc7f7;color:#fff}.block-cta.block-cta__blue-3{background-color:#e7f9ff;color:#262626}.block-cta.block-cta__gray-1{background:#f8f8f8;color:#262626}@media(max-width: 991.98px){.block-cta>a:first-of-type{margin-top:30px}}.lead-magnets,.lead-magnets__version-2{font-family:Montserrat;display:flex;position:relative;justify-content:space-between;align-items:flex-end;column-gap:50px;width:100%;max-width:1280px;border-radius:30px;margin:0px auto;padding:62px 50px 0 56px;background:var(--lead-magnets-background);color:var(--lead-magnets-white)}@media(max-width: 991.98px){.lead-magnets,.lead-magnets__version-2{flex-direction:column-reverse;align-items:center;margin-bottom:50px;margin-top:170px}}@media(max-width: 767.98px){.lead-magnets,.lead-magnets__version-2{flex-direction:column-reverse;padding:62px 14px 0 14px;border-radius:20px}}@media(max-width: 474.98px){.lead-magnets,.lead-magnets__version-2{margin-top:155px}}.lead-magnets__content,.lead-magnets__version-2__content{width:100%;max-width:566px;padding-bottom:62px}@media(max-width: 1199.98px){.lead-magnets__content,.lead-magnets__version-2__content{max-width:380px}}@media(max-width: 991.98px){.lead-magnets__content,.lead-magnets__version-2__content{display:flex;flex-direction:column;align-items:center;max-width:none}}@media(max-width: 767.98px){.lead-magnets__content,.lead-magnets__version-2__content{padding-bottom:40px}}.lead-magnets__title,.lead-magnets__version-2__title{font-weight:400;font-size:36px;line-height:40px;margin-bottom:20px}@media(max-width: 991.98px){.lead-magnets__title,.lead-magnets__version-2__title{text-align:center}}@media(max-width: 767.98px){.lead-magnets__title,.lead-magnets__version-2__title{font-size:24px;line-height:28px}}.lead-magnets__input,.lead-magnets__version-2__input{width:100%;border-radius:5px;border:2px solid hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.1);color:var(--lead-magnets-white);margin-bottom:20px}.lead-magnets__text,.lead-magnets__version-2__text{font-weight:400;font-size:18px;line-height:22px;margin-bottom:20px}@media(max-width: 991.98px){.lead-magnets__text,.lead-magnets__version-2__text{text-align:center}}@media(max-width: 767.98px){.lead-magnets__text,.lead-magnets__version-2__text{font-size:16px;line-height:20px;text-align:center}}.lead-magnets__btn,.lead-magnets__version-2__btn{display:inline-block;padding:12px 24px;border-radius:30px;font-weight:700;font-size:16px;line-height:22px;text-align:center;width:100%;opacity:1;transition:opacity .2s ease-in-out;color:var(--lead-magnets-black);background-color:var(--lead-magnets-green);text-decoration:none;text-transform:uppercase}@media(max-width: 991.98px){.lead-magnets__btn,.lead-magnets__version-2__btn{width:auto}}.lead-magnets__btn:hover,.lead-magnets__btn:focus,.lead-magnets__version-2__btn:hover,.lead-magnets__version-2__btn:focus{opacity:.75;color:var(--lead-magnets-black)}@media(max-width: 991.98px){.lead-magnets__btn-wrapper,.lead-magnets__version-2__btn-wrapper{display:flex;justify-content:center}}.lead-magnets__img,.lead-magnets__version-2__img{width:100%;max-width:330px !important;height:fit-content !important}@media(max-width: 991.98px){.lead-magnets__img,.lead-magnets__version-2__img{display:none}}.lead-magnets__img-mob,.lead-magnets__version-2__img-mob{display:none}@media(max-width: 991.98px){.lead-magnets__img-mob,.lead-magnets__version-2__img-mob{display:block;margin-top:-229px;margin-bottom:20px}}@media(max-width: 474.98px){.lead-magnets__img-mob,.lead-magnets__version-2__img-mob{max-width:220px;margin-top:-150px}}.lead-magnets .b24-form *,.lead-magnets__version-2 .b24-form *{font-family:"Montserrat" !important;opacity:1 !important}.lead-magnets .b24-form-wrapper,.lead-magnets__version-2 .b24-form-wrapper{background-color:rgba(0,0,0,0) !important;min-height:fit-content !important}.lead-magnets .b24-form-wrapper.b24-form-border-bottom,.lead-magnets__version-2 .b24-form-wrapper.b24-form-border-bottom{border:none !important}.lead-magnets .b24-form-header-padding,.lead-magnets__version-2 .b24-form-header-padding{padding:0}.lead-magnets .b24-form-content,.lead-magnets__version-2 .b24-form-content{padding:0 !important}.lead-magnets .b24-form-control,.lead-magnets__version-2 .b24-form-control{border-radius:5px !important;border:2px solid hsla(0,0%,100%,.4) !important;background:hsla(0,0%,100%,.1) !important}.lead-magnets .b24-form-control-string .b24-form-control-label,.lead-magnets__version-2 .b24-form-control-string .b24-form-control-label{color:#fff !important}.lead-magnets .b24-form-control-alert-message,.lead-magnets__version-2 .b24-form-control-alert-message{z-index:2 !important}.lead-magnets .b24-form-field .b24-form-field-agreement .b24-form-control-agreement,.lead-magnets__version-2 .b24-form-field .b24-form-field-agreement .b24-form-control-agreement{border:none !important}.lead-magnets .b24-form-control-not-empty+.b24-form-control-label,.lead-magnets__version-2 .b24-form-control-not-empty+.b24-form-control-label{color:var(--lead-magnets-black) !important}.lead-magnets .b24-form-control-desc,.lead-magnets__version-2 .b24-form-control-desc{color:#fff !important}.lead-magnets .b24-form-sign,.lead-magnets__version-2 .b24-form-sign{display:none !important}.lead-magnets .b24-form-field-agreement .b24-form-control-desc,.lead-magnets__version-2 .b24-form-field-agreement .b24-form-control-desc{opacity:1 !important}.lead-magnets .b24-form-field-agreement .b24-form-control-container,.lead-magnets__version-2 .b24-form-field-agreement .b24-form-control-container{display:flex;align-items:flex-end;column-gap:5px;margin-bottom:25px !important}.lead-magnets .b24-form-btn,.lead-magnets__version-2 .b24-form-btn{font-weight:700 !important;font-size:16px !important;line-height:22px !important;border-radius:30px !important;opacity:1 !important;color:var(--lead-magnets-black) !important;background-color:var(--lead-magnets-green) !important;text-transform:uppercase !important;box-shadow:none !important}@media(max-width: 991.98px){.lead-magnets .b24-form-btn,.lead-magnets__version-2 .b24-form-btn{width:auto !important;padding:12px 24px !important}}.lead-magnets .b24-form-btn:hover,.lead-magnets .b24-form-btn:focus,.lead-magnets__version-2 .b24-form-btn:hover,.lead-magnets__version-2 .b24-form-btn:focus{opacity:.75 !important}.lead-magnets .b24-form-btn-block,.lead-magnets__version-2 .b24-form-btn-block{display:flex}@media(max-width: 991.98px){.lead-magnets .b24-form-btn-block,.lead-magnets__version-2 .b24-form-btn-block{justify-content:center}}.lead-magnets__version-2,.lead-magnets__version-4{flex-direction:row-reverse;align-items:center;padding:20px 40px 20px 40px}@media(max-width: 991.98px){.lead-magnets__version-2,.lead-magnets__version-4{flex-direction:column-reverse;padding:40px 50px 40px 56px}}@media(max-width: 767.98px){.lead-magnets__version-2,.lead-magnets__version-4{padding:62px 15px 40px 15px}}.lead-magnets__version-2 .lead-magnets__content,.lead-magnets__version-4 .lead-magnets__content{padding-bottom:0px}.lead-magnets__version-2 .lead-magnets__title,.lead-magnets__version-4 .lead-magnets__title{margin-bottom:30px}.lead-magnets__version-2 .lead-magnets__img,.lead-magnets__version-4 .lead-magnets__img{max-width:284px !important}@media(max-width: 991.98px){.lead-magnets__version-2 .lead-magnets__img,.lead-magnets__version-4 .lead-magnets__img{display:block;margin-top:-229px;margin-bottom:20px}}@media(max-width: 474.98px){.lead-magnets__version-2 .lead-magnets__img,.lead-magnets__version-4 .lead-magnets__img{max-width:220px !important;margin-top:-150px}}.lead-magnets__version-2 .lead-magnets__btn,.lead-magnets__version-4 .lead-magnets__btn{width:auto}.lead-magnets__version-2 .b24-form-btn,.lead-magnets__version-4 .b24-form-btn{width:auto !important;padding:12px 24px !important}.lead-magnets__version-2 .b24-form-btn-block,.lead-magnets__version-4 .b24-form-btn-block{display:flex}@media(max-width: 991.98px){.lead-magnets__version-2 .b24-form-btn-block,.lead-magnets__version-4 .b24-form-btn-block{justify-content:center}}.lead-magnets__version-3{justify-content:center;padding:50px 15px}@media(max-width: 991.98px){.lead-magnets__version-3{margin-top:0}}.lead-magnets__version-3 .lead-magnets__content{max-width:none;display:flex;flex-direction:column;align-items:center;padding-bottom:0}.lead-magnets__version-3 .lead-magnets__title{font-size:40px;line-height:44px;text-align:center}@media(max-width: 767.98px){.lead-magnets__version-3 .lead-magnets__title{font-size:36px;line-height:40px}}.lead-magnets__version-3 .lead-magnets__text{width:100%;max-width:565px !important;text-align:center;margin-bottom:40px}@media(max-width: 767.98px){.lead-magnets__version-3 .lead-magnets__text{font-size:16px;line-height:20px}}.lead-magnets__version-3 .lead-magnets__btn{width:auto}.lead-magnets__version-4 .lead-magnets__title{margin-bottom:20px}.lead-magnets__version-4 .lead-magnets__img{max-width:284px !important}.lead-magnet-section{display:flex;position:relative;justify-content:space-between;align-items:center;flex-direction:column-reverse;column-gap:50px;width:100%;max-width:1280px;border-radius:20px;margin:50px auto;padding:32px 14px 0 14px;background:var(--lead-magnets-background-2);color:var(--lead-magnets-white)}@media(min-width: 768px){.lead-magnet-section{padding:40px 48px 0 48px;border-radius:30px}}@media(min-width: 1280px){.lead-magnet-section{align-items:flex-end;flex-direction:row;margin:0 auto}}.lead-magnet-section .lead-magnet-section__content{display:flex;flex-direction:column;width:100%;max-width:none;padding-bottom:26px}@media(min-width: 1280px){.lead-magnet-section .lead-magnet-section__content{max-width:566px}}.lead-magnet-section .lead-magnet-section__title{margin-bottom:16px;font-size:24px;font-weight:400;line-height:28px;text-align:center}@media(min-width: 768px){.lead-magnet-section .lead-magnet-section__title{font-size:36px;line-height:40px}}@media(min-width: 1280px){.lead-magnet-section .lead-magnet-section__title{font-size:36px;line-height:40px;text-align:left}}.lead-magnet-section .lead-magnet-section__text{margin-bottom:16px;font-size:16px;font-weight:400;line-height:20px;text-align:center}@media(min-width: 768px){.lead-magnet-section .lead-magnet-section__text{font-size:18px;line-height:22px}}@media(min-width: 1280px){.lead-magnet-section .lead-magnet-section__text{text-align:left}}.lead-magnet-section img.lead-magnet-section__img{display:block;width:100%;max-width:220px;margin-bottom:16px;height:fit-content}@media(min-width: 475px){.lead-magnet-section img.lead-magnet-section__img{max-width:330px}}@media(min-width: 1280px){.lead-magnet-section img.lead-magnet-section__img{margin-bottom:0;text-align:left}}.lead-magnet-section .b24-form *{font-family:Montserrat,"Helvetica Neue",Verdana,"Helvetica CY","Nimbus Sans L",sans-serif;opacity:1 !important}.lead-magnet-section .b24-form-wrapper{background-color:rgba(0,0,0,0) !important;min-height:fit-content !important}.lead-magnet-section .b24-form-wrapper.b24-form-border-bottom{border:none !important}.lead-magnet-section .b24-form-header-padding{padding:0}.lead-magnet-section .b24-form-content{padding:0 !important}.lead-magnet-section .b24-form-control{border-radius:5px !important;border:2px solid hsla(0,0%,100%,.4) !important;background:hsla(0,0%,100%,.1) !important}.lead-magnet-section .b24-form-control-string .b24-form-control-label{color:#fff !important}.lead-magnet-section .b24-form-control-alert-message{z-index:2 !important}.lead-magnet-section .b24-form-field .b24-form-field-agreement .b24-form-control-agreement{border:none !important}.lead-magnet-section .b24-form-control-not-empty+.b24-form-control-label{color:var(--lead-magnets-black) !important}.lead-magnet-section .b24-form-control-desc{color:#fff !important}.lead-magnet-section .b24-form-sign{display:none !important}.lead-magnet-section .b24-form-field-agreement .b24-form-control-desc{opacity:1 !important}.lead-magnet-section .b24-form-field-agreement .b24-form-control-container{margin-bottom:25px !important}.lead-magnet-section .b24-form-btn{font-weight:700 !important;font-size:16px !important;line-height:22px !important;border-radius:30px !important;opacity:1 !important;color:var(--lead-magnets-black) !important;background-color:var(--lead-magnets-green) !important;text-transform:uppercase !important;box-shadow:none !important}@media(max-width: 991.98px){.lead-magnet-section .b24-form-btn{width:auto !important;padding:12px 24px !important}}.lead-magnet-section .b24-form-btn:hover,.lead-magnet-section .b24-form-btn:focus{opacity:.75 !important}.lead-magnet-section .b24-form-btn-block{display:flex}@media(max-width: 991.98px){.lead-magnet-section .b24-form-btn-block{justify-content:center}}.lead-magnet-section .b24-form-wrapper .b24-form-field-agreement a.b24-form-field-agreement-link{color:#fff}.lead-magnet-section .b24-form-wrapper label.b24-form-control-container>input{position:absolute;z-index:-1;opacity:0}.lead-magnet-section .b24-form-wrapper label.b24-form-control-container>span:not(.b24-form-control-required){user-select:none}.lead-magnet-section .b24-form-wrapper label.b24-form-control-container>span:not(.b24-form-control-required)::before{content:"";display:inline-block;width:15px;height:15px;flex-shrink:0;flex-grow:0;border:1px solid #abe0fa;background-color:rgba(89,190,245,.3490196078);border-radius:.25em;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.lead-magnet-section .b24-form-wrapper label.b24-form-control-container>input:checked+span:not(.b24-form-control-required)::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.lead-magnet-section .b24-form-wrapper.b24-form-border-bottom{border:unset}.lead-magnet-section .b24-form-wrapper .b24-form-btn-block button{width:100%;background-color:#bdf300;color:#262626;border-radius:30px;box-shadow:none}.lead-magnet-section .b24-form-wrapper .b24-form-state-container .b24-form-success-icon{margin:0;width:100px;height:100px}.lead-magnet-section .b24-form-wrapper .b24-form-state-container .b24-form-loader,.lead-magnet-section .b24-form-wrapper .b24-form-state-container .b24-form-state{border-radius:unset}

/* End */
/* /features/landing/blog/dist/css/owl.carousel.css?14500846611476 */
/* /bitrix/templates/bitrix24_2017/components/bitrix/news/journal.bitrix24.v2/style.css?178308078283522 */
/* /bitrix/templates/bitrix24_2017/components/bitrix/system.pagenavigation/journal_show_more_v2/style.css?1781551117168 */
/* /bitrix/templates/bitrix24_2017/components/bitrix/news/journal.bitrix24.v2/bitrix/news.list/editors_choise/style.css?17618335694832 */
/* /bitrix/templates/bitrix24_2017/css/blogs.min.css?174593433531551 */
