<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/bitrix24_2017/components/bitrix/news/glossary.bitrix24/style.min.css?17002166791521*/
.header-content-area .header-content-area-content.header-content-area-content_media{max-width:100%}.block-cta{width:100%;background-image:linear-gradient(135deg, #2fc7f7 0%, #409eef 100%);border-radius:30px;text-align:center;padding:40px;margin-bottom:90px;color:#ffffff;display:flex;flex-direction:column;align-items:center}.block-cta__title{font-weight:400;font-size:48px;line-height:58px;margin:0 auto 20px;max-width:1075px}.block-cta__text{font-weight:400;font-size:18px;line-height:26px;margin:0 auto;max-width:710px}.block-cta__title+.block-cta__text{margin-bottom:40px}.block-cta__title+.block-cta__btn{margin-top:20px}.block-cta__btn_white{text-transform:uppercase;font-weight:400;font-size:14px;line-height:19px;color:#ffffff;padding:12px 32px;border:1px solid #ffffff;border-radius:40px;background-color:transparent;overflow:hidden;position:relative}.block-cta__btn_white:hover{color:#ffffff;text-decoration:unset}.block-cta__btn_white:before{aspect-ratio:1;border-radius:50%;background-color:rgba(255,255,255,0.1);content:"";left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);transition:width 0.2s ease-in-out;width:0}.block-cta__btn_white:hover:before{width:100%}.block-cta__btn+.block-cta__btn{margin-top:20px}@media (max-width: 767.98px){.block-cta{padding:40px 15px;margin-bottom:45px}.block-cta__title{font-size:28px;line-height:34px}.block-cta__text{font-size:16px;line-height:22px}.block-cta__title+.block-cta__text{margin-bottom:30px}.block-cta__title+.block-cta__btn{margin-top:10px}}

/* End */


/* Start:/bitrix/templates/landing/css/glossary/single_page.css?16582441083926*/
:root {
	--color-blue: #409EEF;
	--color-gray: #F8F8F8;
	--color-black: #000000;
	--color-white: #ffffff;
}

img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* page */
.page {
	font-family: 'Montserrat';
	margin-top: 80px;
}

.page__block {
	position: relative;
	border-radius: 40px;
	margin: 0 auto;
}

.page__title {
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: var(--color-blue);
	margin-bottom: 20px;
}

.page__text {
	font-weight: 400;
	font-size: 18px;
	line-height:25px;
	color: var(--color-black);
}

.page__block_gray {
	background-color: var(--color-gray);
	text-align: center;
	padding: 50px 170px 120px;
}

.page__block_blue {
	background-color: var(--color-blue);
	padding: 110px 76px 60px;
	margin-top: -60px;
	margin-bottom: 80px;
	max-width: 90%;
}

.page__block_blue .page__text {
	color: var(--color-white);
}

.page__block_blue .page__title {
	color: var(--color-white);
}

.page__block-blue-img {
	position: absolute;
	left: -67px;
	bottom: 40px;
	max-width: 161px;
	z-index: -1;
}

.page__quote {
	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: var(--color-black);
	margin-bottom: 30px;
}

.page__quote&gt;b {
	font-weight: 400;
	color: var(--color-blue);
	font-style: italic;
}

.page__quote&gt;ul{
	text-align: left;
	padding-top: 14px;
	padding-bottom: 14px;
}

.page__quote&gt;ul li+li{
	padding-top: 10px;
}

.page__quote-svg {
	position: absolute;
}

.page__quote-svg_start {
	top: 20px;
	left: 20px;
}

.page__quote-svg_end {
	right: 20px;
	bottom: 165px;
}

.img__wrapper {
	position: relative;
	margin: -60px auto 0;
	max-width: 800px;
}

.page__img {
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

.page__img_collage {
	box-shadow: unset;
	border-radius: unset;
}

.page__img_absolute {
	z-index: 1;
	position: absolute;
	right: -120px;
	top: 120px;
	max-width: 189px;
}

.page__block_blue .page__text&gt;b {
	font-weight: 400;
	font-style: italic;
}

.page__flex-wrapper {
	max-width: 800px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-around;
}

.page__flex-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page__icon {
	max-width: 76px;
	margin-bottom: 10px;
}

.page__icon-subtitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: var(--color-blue);
}

.page__block_blue .page__text&gt;b {
	font-weight: 500;
	color: var(--color-gray);
	font-style: italic;
}

.page__block_blue .page__text&gt;ul{
	text-align: left;
	padding-top: 14px;
	padding-bottom: 14px;
}

.page__block_blue .page__text&gt;ul li+li{
	padding-top: 10px;
}

@media (max-width: 767.98px) {
	.page {
		margin-top: 40px;
	}
	
	.page__block {
		border-radius: 30px;
	}
	
	.page__title {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 10px;
	}
	
	.page__text {
		font-size: 16px;
		line-height:22px;
	}
	
	.page__block_gray {
		position: relative;
		background-color: var(--color-gray);
		text-align: center;
		padding: 78px 25px 96px;
		margin-left: calc(var(--bs-gutter-x) * -.5);
		margin-right: calc(var(--bs-gutter-x) * -.5);;
	}
	
	.page__block_blue {
		background-color: var(--color-blue);
		padding: 91px 20px 30px;
		margin-top: -60px;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.page__quote {
		text-align: left;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		color: var(--color-black);
		margin-bottom: 20px;
	}

	.page__quote-svg {
		width: 34px;
		height: 28px;
	}

	.page__quote-svg_start {
		top: 30px;
		left: 25px;
	}
	
	.page__quote-svg_end {
		right: 25px;
		bottom: 48px;
	}

	.img__wrapper {
		margin-top: -20px;
	}

	.page__img_absolute,
	.page__block-blue-img {
		display: none;
	}

	.page__flex-wrapper {
		justify-content: space-between;
	}

	.page__flex-box {
		max-width: calc((100% - 40px)/3);
		text-align: center;
	}
}
/* End */
/* /bitrix/templates/bitrix24_2017/components/bitrix/news/glossary.bitrix24/style.min.css?17002166791521 */
/* /bitrix/templates/landing/css/glossary/single_page.css?16582441083926 */
</pre></body></html>