

/* Start:/local/templates/site_kk_redesign/blog-assets/css/blog-base.css?16939982404721*/
/* https://www.paratype.ru/fonts/pt/pt-root-ui  */
@font-face {
	font-family: 'PTRootUIWebLight';
	src: 
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_light.woff2') format('woff2'),
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_light.woff') format('woff');
	font-weight: 300;
}
@font-face {
	font-family: 'PTRootUIWebRegular';
	src: 
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_regular.woff2') format('woff2'),
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_regular.woff') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: 'PTRootUIWebMedium';
	src: 
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_medium.woff2') format('woff2'),
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_medium.woff') format('woff');
	font-weight: 500;
}
@font-face {
	font-family: 'PTRootUIWebBold';
	src: 
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_bold.woff2') format('woff2'),
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_bold.woff') format('woff');
	font-weight: 700;
}
/*@font-face {
	font-family: 'PTRootUIVF';
	src: 
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_vf.ttf') format('truetype');
	font-weight: 400;
}*/
@font-face {
	font-family: 'PTRootUIVFLight';
	src: 
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_vf.ttf') format('truetype');
	font-weight: 300;
	font-variation-settings: "wght" 300;
}
@font-face {
	font-family: 'PTRootUIVFRegular';
	src: 
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_vf.ttf') format('truetype');
	font-weight: 400;
	font-variation-settings: "wght" 400;
}
@font-face {
	font-family: 'PTRootUIVFMedium';
	src: 
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_vf.ttf') format('truetype');
	font-weight: 500;
	font-variation-settings: "wght" 500;
}
@font-face {
	font-family: 'PTRootUIVFBold';
	src: 
		url('/local/templates/site_kk_redesign/blog-assets/fonts/pt-root-ui_vf.ttf') format('truetype');
	font-weight: 700;
	font-variation-settings: "wght" 700;
}

@import url('/local/templates/site_kk_redesign/blog-assets/css/fonts-googleapis-com.css');

body {
	font-family: 'PTRootUIVFRegular';
	font-size: 16px;
}

@media (min-width: 992px) {
	.blog-hide-desktop {
		display: none;
	}
}
@media (min-width: 560px) and (max-width: 991px) {
	.blog-hide-tablet {
		display: none;
	}
}
@media (max-width: 560px) {
	.blog-hide-mobile {
		display: none;
	}
}

.blog-container {
	max-width: 1550px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 55px;
	padding-right: 55px;
}
@media (max-width: 1599px) {
	.blog-container {
		max-width: 1519px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 991px) {
	.blog-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 560px) {
	.blog-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.blog-breadcrumb {
	display: inline-block;
}
.blog-breadcrumb-item {
	display: inline;
}
.blog-breadcrumb-item a {
	font-family: 'PTRootUIVFMedium';
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: rgba(0, 0, 0, .5);
	cursor: pointer;
}
.blog-breadcrumb-item a:hover {
	color: #000;
}
.blog-breadcrumb-item-current span {
	font-family: 'PTRootUIVFMedium';
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: #000;
}
.blog-breadcrumb-item-arrow {
	font-family: 'PTRootUIVFMedium';
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: rgba(0, 0, 0, .5);
}

.theme-link:hover {
	color: #9775f2;
	text-decoration: underline;
}
.text-theme-link a:hover {
	color: #9775f2;
	text-decoration: underline;
}

.blog-underline-links-animate a {
	color: #9775f2 !important;
	text-decoration: none;
	background: no-repeat 0 100%;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0% 1px;
	-webkit-transition: background-size .3s ease;
	-moz-transition: background-size .3s ease;
	-ms-transition: background-size .3s ease;
	-o-transition: background-size .3s ease;
	transition: background-size .3s ease;
	padding-bottom: 2px;
}
.blog-underline-links-animate a:hover {
	background-size: 100% 1px;
}

.blog-button {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: .3s ease;
    padding: 15px 50px;
    line-height: 1;
}

@media (max-width: 1599px) {
    .blog-button {
        font-size: 16px;
    }
}

.blog-button-dark-blue {
    color: #121239;
}

.blog-button-dark-blue:hover, .blog-button-dark-blue:disabled, .blog-button-dark-blue.disabled {
    background-color: #121239;
    color: #ffffff;
}

/* End */


/* Start:/local/templates/site_kk_redesign/blog-assets/css/blog-element.css?171810440710408*/
.blog-page {
	background-color: #f8f8fb;
	padding-top: 60px;
	padding-bottom: 60px;
}
.blog-page p {
	margin-top: 0;
	margin-bottom: 0;
}
.blog-element-container {
	padding-left: 120px;
}
.blog-element-content-container {
	padding-left: 150px;
	margin-top: 50px;
}

@media (max-width: 1599px) {
	.blog-page {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.blog-element-container {
		padding-left: 96px;
	}
	.blog-element-content-container {
		padding-left: 122px;
		margin-top: 40px;
	}
}

@media (max-width: 1200px) {
	.blog-element-container {
		padding-left: 0;
	}
	.blog-element-content-container {
		padding-left: 0;
	}
}

@media (max-width: 560px) {
	.blog-page {
		padding-top: 26px;
		padding-bottom: 26px;
	}
}

.blog-detail-page-intro {
	display: flex;
	gap: 80px;
	padding: 40px 0;
}
.blog-detail-page-intro-left {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.blog-detail-page-intro-left h1 {
	font-family: 'PTRootUIVFBold';
	font-weight: 700;
	font-size: 62px;
	line-height: 62px;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
}
.blog-detail-page-intro-left p {
	font-family: 'PTRootUIVFRegular';
	font-weight: 700;
	font-size: 38px;
	line-height: 42px;
	color: #000;
}
.blog-detail-page-intro-right {
	width: 430px;
	flex-shrink: 0;
}

@media (max-width: 1599px) {
	.blog-detail-page-intro {
		gap: 64px;
		padding: 32px 0;
	}
	.blog-detail-page-intro-left {
		gap: 20px;
	}
	.blog-detail-page-intro-left h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.blog-detail-page-intro-left p {
		font-size: 30px;
		line-height: 34px;
	}
	.blog-detail-page-intro-right {
		width: 350px;
	}
}
@media (max-width: 1200px) {
	.blog-detail-page-intro {
		flex-direction: column;
		gap: 0;
	}
	.blog-detail-page-intro-left h1 {
		font-size: 56px;
		line-height: 60px;
	}
	.blog-detail-page-intro-left p {
		font-size: 34px;
		line-height: 38px;
	}
}

@media (max-width: 560px) {
	.blog-detail-page-intro-left {
		gap: 14px;
	}
	.blog-detail-page-intro-left h1 {
		font-size: 28px;
		line-height: 28px;
	}
	.blog-detail-page-intro-left p {
		font-size: 14px;
		line-height: 16px;
	}
}

.blog-detail-page-info {
	display: flex;
	gap: 80px;
}
.blog-detail-page-info-left {
	flex-grow: 1;
}
.blog-detail-page-info-right {
	width: 430px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (max-width: 1599px) {
	.blog-detail-page-info {
		gap: 64px;
	}
	.blog-detail-page-info-right {
		width: 350px;
	}
}

@media (max-width: 1200px) {
	.blog-detail-page-info {
		flex-direction: column;
		gap: 24px;
	}
	.blog-detail-page-info-right {
		width: unset;
	}
}

.blog-article-detail-container {
	display: flex;
}

.blog-article-detail-left {
	background-color: #f3f3ff;
	color: #010203;
	display: flex;
	flex-direction: column;
}
.blog-article-detail-block {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 12px 10px;
    height: 140px;
}
.blog-article-detail-date {
	justify-content: space-between;
    font-family: PTRootUIVFRegular;
    font-size: 32px;
    line-height: 32px;
    border-bottom: 1px solid #fff;
}
.blog-article-detail-read-time {
	justify-content: space-between;
    font-family: PTRootUIVFRegular;
    font-size: 32px;
    line-height: 32px;
    border-bottom: 1px solid #fff;
}
.blog-article-detail-format {
	justify-content: space-between;
    font-family: PTRootUIVFMedium;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.blog-article-detail-type {
	display: flex;
	gap: 4px;
	align-items: center;
}
.blog-article-detail-type img {
	width: 15px;
	height: 15px;
	margin-bottom: 1px;
}
.blog-article-detail-block-name {
    color: #002EA6;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: PTRootUIVFBold;
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
    flex-direction: row;
    justify-content: flex-start;
}

.blog-article-detail-right {
	flex-grow: 1;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-article-detail-tags {
    display: flex;
    gap: 5px;
}
.blog-article-detail-tag {
    color: #002ea6;
    font-family: PTRootUIVFBold;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 10px 11px 10px;
    border-radius: 20px;
    background-color: #fff;
}

@media (max-width: 1599px) {
	.blog-article-detail-block {
	    gap: 16px;
	    padding: 10px 8px;
	}
	.blog-article-detail-date {
	    font-size: 26px;
	    line-height: 26px;
	}
	.blog-article-detail-read-time {
	    font-size: 26px;
	    line-height: 26px;
	}
	.blog-article-detail-format {
	    font-size: 16px;
	    line-height: 16px;
	}
	.blog-article-detail-type img {
		width: 12px;
		height: 12px;
		margin-bottom: 2px;
	}

	.blog-article-detail-right {
	    padding: 16px;
	}
	.blog-article-detail-tag {
	    font-size: 10px;
	    line-height: 10px;
	    padding: 8px 8px 9px 8px;
	}
}

@media (max-width: 1400px) {
	.blog-article-detail-block {
		height: 110px;
	}
}
@media (max-width: 1200px) {
	.blog-article-detail-left {
		width: 155px;
	}
	.blog-article-detail-block {
		height: 160px;
	}
}
@media (max-width: 991px) {
	.blog-article-detail-block {
		height: 130px;
	}
}
@media (max-width: 560px) {
	.blog-article-detail-container {
		flex-direction: column-reverse;
	}
	.blog-article-detail-left {
		flex-direction: revert;
	    width: unset;
	    min-height: 60px;
	    flex-grow: 1;
	}
	.blog-article-detail-block {
		height: unset;
		flex-grow: 1;
		width: 33.33%;
	}
	.blog-article-detail-date {
	    border-right: 1px solid #fff;
	    border-bottom: none;
	}
	.blog-article-detail-read-time {
	    border-right: 1px solid #fff;
	    border-bottom: none;
	}
	.blog-article-detail-right {
		min-height: 280px;
	}
}

.blog-article-detail-author-top {
	display: flex;
}
.blog-article-detail-author-photo {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-article-detail-author-name {
	padding: 12px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	background-color: #fff;
}
.blog-article-detail-author-title {
    color: #002EA6;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: PTRootUIVFBold;
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
    flex-direction: row;
    justify-content: flex-start;
}
.blog-article-detail-author-content {
	color: #010203;
	font-family: PTRootUIVFBold;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.blog-article-detail-author-bottom {
	display: flex;
	border-top: 1px solid #9775f2;
}
.blog-article-detail-author-description {
	background-color: #f3f3ff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 100px;
}
.blog-article-detail-author-description p {
	color: #010203;
	font-family: 'PTRootUIVFMedium';
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}
.blog-article-detail-author-post {
	padding: 30px;
	flex-grow: 1;
	background-color: #fff;
	gap: 30px;
	display: flex;
    flex-direction: column;
}
.blog-article-detail-author-post-title {
	color: #292929;
	font-family: 'PTRootUIVFBold';
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}
.blog-article-detail-author-post-text {
	color: #292929;
	font-family: 'PTRootUIVFMedium';
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

@media (max-width: 1599px) {
	.blog-article-detail-author-photo {
		width: 80px;
		height: 80px;
	}
	.blog-article-detail-author-name {
		padding: 10px 24px;
	}
	.blog-article-detail-author-content {
	    font-size: 16px;
	    line-height: 18px;
	}
	.blog-article-detail-author-description {
		width: 80px;
	}
	.blog-article-detail-author-post {
		padding: 24px;
		gap: 24px;
	}
	.blog-article-detail-author-post-title {
		font-size: 16px;
		line-height: 18px;
	}
	.blog-article-detail-author-post-text {
		font-size: 12px;
		line-height: 16px;
	}
}

@media (max-width: 1200px) {
	.blog-article-detail-author {
		display: flex;
	}
	.blog-article-detail-author-top {
		border-bottom: none;
		border-right: 2px solid #9775f2;
	}
	.blog-article-detail-author-photo {
		width: 155px;
		min-height: 155px;
		flex-shrink: 0;
    	height: 100%;
	}
	.blog-article-detail-author-name {
		padding: 15px 40px 15px 20px;
	}
	.blog-article-detail-author-content {
		font-size: 16px;
		line-height: 18px;
	}
	.blog-article-detail-author-bottom {
		flex-grow: 1;
	}
	.blog-article-detail-author-description {
		display: none;
	}
	.blog-article-detail-author-post {
		padding: 20px 25px;
	}
	.blog-article-detail-author-post-title {
		font-size: 16px;
		line-height: 18px;
	}
	.blog-article-detail-author-post-text {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 560px) {
	.blog-article-detail-author {
		flex-direction: column;
	}
	.blog-article-detail-author-top {
		border-right: none;
		border-bottom: 1px solid #9775f2;
	}
	.blog-article-detail-author-photo {
		width: 76px;
		min-height: 76px;
	}
	.blog-article-detail-author-name {
		padding: 10px;
	}
	.blog-article-detail-author-title {
	    font-size: 7px;
	    line-height: 7px;
	}
	.blog-article-detail-author-content {
		font-size: 14px;
		line-height: 16px;
	}
	.blog-article-detail-author-post {
		padding: 22px 20px;
	}
	.blog-article-detail-author-post-title {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 12px !important;
	}
	.blog-article-detail-author-post-text {
		font-size: 12px;
		line-height: 14px;
	}
}

.page-blog-element-menu {
	padding-bottom: 50px;
}

@media (max-width: 1599px) {
	.page-blog-element-menu {
		padding-bottom: 40px;
	}
}

.blog-element-content-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c9c9c9;
    margin-top: 40px;
}
.blog-element-view-counter {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 1200px) and (min-width: 991px) {
    .blog-element-content-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
@media (max-width: 560px) {
    .blog-element-content-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
/* End */


/* Start:/local/templates/site_kk_redesign/components/sprint.editor/blocks/blog/_style.min.css?174653508711717*/
.blog-page{--right-column-width:430px;--columns-gap:80px}@media(max-width:1599px){.blog-page{--right-column-width:350px;--columns-gap:64px}}@media(max-width:1200px){.blog-page{--right-column-width:unset;--columns-gap:30px}}.blog-grid-one-column{margin-bottom:40px}@media(max-width:1599px){.blog-grid-one-column{margin-bottom:32px}}.blog-grid-one-column:last-child{margin-bottom:0}.blog-grid-two-column{display:flex;gap:var(--columns-gap);margin-bottom:40px}@media(max-width:1599px){.blog-grid-two-column{margin-bottom:32px}}.blog-grid-two-column:last-child{margin-bottom:0}.blog-grid-two-column-right{width:var(--right-column-width);flex-shrink:0;display:flex;flex-direction:column;row-gap:20px}.blog-grid-two-column-right-top-form{height:max-content}.blog-grid-two-column-right-bottom-form{margin-bottom:0;margin-top:auto}@media(max-width:1200px){.blog-grid-two-column{flex-direction:column}.blog-grid-two-column-right-bottom-form{width:100%}}.blog-title{color:#010203;position:relative;z-index:10}h2.blog-title{font-family:'PTRootUIVFBold';font-weight:700;font-size:38px;line-height:42px;margin-top:64px;margin-bottom:32px}h3.blog-title{font-family:'PTRootUIVFBold';font-weight:700;font-size:32px;line-height:38px;margin-top:64px;margin-bottom:32px}h4.blog-title{font-family:'PTRootUIVFBold';font-weight:700;font-size:28px;line-height:34px;margin-top:64px;margin-bottom:32px}h5.blog-title{font-family:'PTRootUIVFBold';font-weight:700;font-size:24px;line-height:24px;margin-top:48px;margin-bottom:16px}@media(max-width:1599px){h2.blog-title{font-size:34px;line-height:38px}h3.blog-title{font-size:24px;line-height:30px}h4.blog-title{font-size:24px;line-height:30px}h5.blog-title{font-size:20px;line-height:20px}}@media(max-width:560px){h2.blog-title{font-size:26px;line-height:30px}h3.blog-title{font-size:18px;line-height:24px}h4.blog-title{font-size:16px;line-height:22px}h5.blog-title{font-size:14px;line-height:14px}}.blog-text{font-family:'Montserrat';font-weight:500;color:#292929;position:relative;z-index:10}.blog-text-size-18px{font-size:18px;line-height:28px}.blog-text-size-28px{font-size:28px;line-height:38px}.blog-text a{color:#292929}.blog-text ul{margin:0;list-style:none;padding-left:0;display:flex;flex-direction:column;gap:15px}.blog-text ul li{font-size:18px;line-height:28px;padding-left:28px;border-left:2px solid #784af5}.blog-text ul li.blog-text-list-item-paddings{padding-top:12px;padding-bottom:12px}.blog-text ol{margin:0;list-style:none;padding-left:0;counter-reset:item}.blog-text ol li{padding:20px 0 20px 50px;font-size:18px;line-height:28px;border-top:2px solid #d9dbdf;position:relative}.blog-text ol li:before{content:counter(item);counter-increment:item;color:#784af5;font-size:24px;line-height:24px;font-weight:500;position:absolute;left:0;top:18px}.blog-text ol li:after{content:'';position:absolute;border-top:2px solid #784af5;width:32px;left:0;top:-2px}@media(max-width:1599px){.blog-text-size-18px{font-size:16px;line-height:26px}.blog-text-size-28px{font-size:22px;line-height:32px}.blog-text ul li{font-size:16px;line-height:24px;padding-left:24px}.blog-text ul li.blog-text-list-item-paddings{padding-top:10px;padding-bottom:10px}.blog-text ol li{padding:16px 0 16px 40px;font-size:16px;line-height:24px}.blog-text ol li:before{margin-right:24px;font-size:20px;line-height:20px}.blog-text ol li:after{width:26px}}@media(max-width:560px){.blog-text ul li{padding-top:12px;padding-bottom:12px;font-size:14px;line-height:22px;padding-left:26px}.blog-text ol li{padding-top:12px;padding-bottom:12px;font-size:14px;line-height:22px}.blog-text ol li:before{margin-right:26px;font-size:18px;line-height:18px;top:16px}}.blog-quote{font-family:'PTRootUIVFMedium';font-weight:500;font-size:50px;line-height:60px;color:#010203;padding:0 60px;margin-top:88px;margin-bottom:88px;position:relative}.blog-quote a{color:#010203}.blog-quote .blog-quote-content{position:relative;z-index:10}.blog-quote .blog-quote-image{position:absolute;background-position:center;background-repeat:no-repeat;background-size:contain;overflow:hidden;top:-75%;left:0;width:100%;height:250%}@media(max-width:1599px){.blog-quote{font-size:40px;line-height:50px;padding:0 48px;margin-top:70px;margin-bottom:70px}}@media(max-width:560px){.blog-quote{font-size:28px;line-height:34px;padding:0 30px;margin-top:48px;margin-bottom:48px}}.blog-quote-with-author{margin-top:48px;margin-bottom:48px;display:grid;grid-template-columns:90px 1fr;position:relative;z-index:10}.blog-quote-with-author-arrow{display:flex;justify-content:center;padding:15px 0;align-items:flex-end}.blog-quote-with-author-arrow img{width:30px;transform:rotate(45deg)}.blog-quote-with-author-text{padding:24px 28px;font-family:'Montserrat';font-weight:500;font-size:20px;line-height:30px;position:relative;color:#000;border:2px solid;border-image:linear-gradient(45deg,#9775f2,#fff) 50;margin-left:-2px}.blog-quote-with-author-text a{color:#000}.blog-quote-with-author-photo{width:90px;height:90px;flex-shrink:0;background-position:center;background-repeat:no-repeat;background-size:cover;border:2px solid;border-image:linear-gradient(45deg,#fff,#9775f2) 10;margin-top:-2px}.blog-quote-with-author-photo-empty{background:linear-gradient(207.72deg,#8055f5 -51.64%,#d1c2fb 7.59%,rgba(255,255,255,0) 100%)}.blog-quote-with-author-name-post{padding:25px;display:flex;justify-content:center;flex-direction:column;gap:6px;color:#000;margin-top:-2px;margin-left:-2px}.blog-quote-with-author-name{font-family:'PTRootUIWebRegular';font-weight:700;font-size:18px;line-height:18px}.blog-quote-with-author-post{font-family:'PTRootUIWebRegular';font-size:16px;line-height:18px}@media(max-width:1599px){.blog-quote-with-author{margin-top:40px;margin-bottom:40px;grid-template-columns:72px 1fr}.blog-quote-with-author-text{padding:20px 22px;font-size:16px;line-height:24px}.blog-quote-with-author-photo{width:72px;height:72px}.blog-quote-with-author-name-post{padding:20px;font-size:16px;line-height:16px}.blog-quote-with-author-name{font-size:16px;line-height:16px}.blog-quote-with-author-post{font-size:14px;line-height:16px}}@media(max-width:560px){.blog-quote-with-author{display:flex;flex-direction:row;flex-wrap:wrap}.blog-quote-with-author-arrow{padding:0}.blog-quote-with-author-arrow img{display:none}.blog-quote-with-author-text{padding:22px 20px;font-size:14px;line-height:20px;margin-left:0}.blog-quote-with-author-photo{width:67px;height:67px}.blog-quote-with-author-name-post{padding:18px;margin-top:0;margin-left:0}.blog-quote-with-author-name{font-size:14px;line-height:16px}}.blog-image{margin-top:40px;margin-bottom:40px;position:relative;z-index:10}.blog-image img{margin-bottom:12px;max-width:100%}.blog-image-link{display:block;position:relative}.blog-image-link .icon{width:44px;height:44px;display:flex;position:absolute;top:20px;right:20px;border-radius:50%;background-color:#fff}.blog-image-link .icon svg{padding:10px;width:44px;height:44px}.blog-image-description{font-family:'PTRootUIVFRegular';font-weight:500;font-size:12px;line-height:12px;color:rgba(0,0,0,.5)}@media(max-width:1599px){.blog-image{margin-top:32px;margin-bottom:32px}.blog-image img{margin-bottom:10px}.blog-image-link .icon{width:36px;height:36px;top:16px;right:16px}.blog-image-link .icon svg{padding:6px;width:36px;height:36px}}@media(max-width:560px){.blog-image-description{font-size:10px;line-height:12px}}@media(max-width:991px){.block-blog-empty-block.py-10{padding-top:5px;padding-bottom:5px}.block-blog-empty-block.py-20{padding-top:10px;padding-bottom:10px}.block-blog-empty-block.py-30{padding-top:15px;padding-bottom:15px}.block-blog-empty-block.py-40{padding-top:20px;padding-bottom:20px}.block-blog-empty-block.py-50{padding-top:25px;padding-bottom:25px}}.blog-link-with-image-text-button{border:2px solid #7949f4;box-sizing:border-box;padding:28px 57px 28px 20px;display:block;position:relative;z-index:3;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;color:#000;height:max-content}.blog-link-with-image-text-button .blog-link-with-image-text-button-heading{font-weight:700;color:#7949f4}.blog-link-with-image-text-button .blog-link-with-image-text-button-image img{max-width:100%;max-height:200px;margin:10px 0}.blog-link-with-image-text-button .blog-link-with-image-text-button-text{font-weight:700;margin-top:10px}.blog-link-with-image-text-button .blog-link-with-image-text-button-button{display:block;margin-top:10px}.blog-table{overflow:auto}.blog-table table{border-collapse:collapse;color:#121239;border:1px solid #121239;width:100%}.blog-table table td,.blog-table table th{border:1px solid #121239;padding:5px 10px;font-size:14px;line-height:22px}@media(max-width:1599px){}@media(max-width:560px){}.blog-aside-link{position:relative;display:block;border:2px solid #7949f4;padding:28px 64px 28px 20px;box-sizing:border-box;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;height:max-content}.blog-aside-link-text{font-size:16px;line-height:24px;color:#7949f4;font-weight:600}.blog-aside-link .icon{position:absolute;top:20px;right:20px}.blog-aside-link svg{width:24px;height:24px;object-fit:contain}.blog-aside-link:hover{background-color:#7949f4;color:#fff}.blog-aside-link:hover .blog-aside-link-text,.blog-aside-link:hover .blog-aside-link-tags-row{color:#fff}.blog-aside-link:hover rect{stroke:#fff}.blog-aside-link-tags{border-radius:12px}.blog-aside-link-tags-row{font-weight:500;font-size:16px;line-height:24px;opacity:.6;color:#7949f4;margin-top:10px}.blog-aside-link-tag{white-space:nowrap}.blog-aside-link-tooltip{font-family:'Montserrat';position:absolute;bottom:50%;font-size:16px;line-height:1.25;font-weight:400;text-align:center;background:var(--main-white);color:var(--main-dark);border-radius:8px;box-shadow:0 8px 16px -2px rgba(27,33,44,0.10);opacity:0;pointer-events:none;transition:all .3s cubic-bezier(0.68,-0.55,0.265,1.55);width:calc(100% + 30px);left:-15px;padding:12px}.blog-aside-link-tooltip::before{position:absolute;content:"";height:8px;width:8px;background:var(--main-white);bottom:-3px;left:50%;transform:translate(-50%) rotate(45deg);transition:all .3s cubic-bezier(0.68,-0.55,0.265,1.55)}.blog-aside-link:hover .blog-aside-link-tooltip{bottom:95%;opacity:1;visibility:visible;pointer-events:auto}@media(max-width:991px){.blog-aside-link-tooltip{display:none}}.blog-grid-one-column .contents-nav{max-width:calc(100% - var(--right-column-width) - var(--columns-gap))}.blog-grid-two-column-left div:first-child>h2.blog-title{margin-top:0}.contents-nav+div>h2.blog-title{margin-top:40px}@media(max-width:1599px){.contents-nav+div>h2.blog-title{margin-top:32px}}.contents-nav__body{background:#fff;color:var(--main-dark-blue);border-radius:6px}.contents-nav__title{margin:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:24px;transition:.3s ease}.contents-nav__title svg{width:32px;height:32px;transition:.3s ease}a.contents-nav__link{color:var(--main-dark-blue) !important}.contents-nav__list{padding:0 24px 24px;display:flex;flex-direction:column;gap:5px}.contents-nav__spoiler{max-height:0;opacity:0;overflow:hidden;transition:.3s ease}.contents-nav.active .contents-nav__spoiler{opacity:1;max-height:1000px}.contents-nav.active .contents-nav__title{padding-bottom:10px}.contents-nav.active .contents-nav__title svg{transform:rotate(180deg)}@media(max-width:767px){.contents-nav__title svg{width:20px;height:20px}.contents-nav__title{padding:32px 20px}.contents-nav__list{padding:0 20px 32px;gap:16px}a.contents-nav__link{background-size:100% 1px !important}.contents-nav.active .contents-nav__title{padding-bottom:24px}}
/* End */


/* Start:/local/templates/site_kk_redesign/components/bitrix/form.result.new/blog.dark-violet/style.min.css?17491249825367*/
.blog-form-dark-violet{background:conic-gradient(from 90deg at 50% 50%,#121238 0,#272779 360deg);display:flex;flex-direction:column}.blog-form-dark-violet.form-success{background:conic-gradient(from 90deg at 50% 50%,#71f070 0,#eff0f3 360deg)}.blog-form-dark-violet.form-server-error{background:conic-gradient(from 90deg at 50% 50%,#ff7a7a 0,#eff0f3 360deg)}.blog-form-dark-violet form{display:flex;flex-direction:column;flex-grow:1}.blog-form-dark-violet .blog-form-header{padding:30px;display:flex;flex-grow:1;gap:20px;flex-direction:column}.blog-form-dark-violet .blog-form-title{line-height:42px;font-size:38px;font-family:PTRootUIVFMedium;font-weight:500;color:#fff}.blog-form-dark-violet.form-success .blog-form-title{color:#010203}.blog-form-dark-violet .blog-form-text{line-height:20px;font-size:16px;font-family:PTRootUIVFMedium;font-weight:500;color:#fff}.blog-form-dark-violet.form-success .blog-form-text{color:#292929;line-height:26px;font-size:24px}.blog-form-dark-violet .blog-form-body{padding:30px}.blog-form-dark-violet .blog-form-input-text-block input{border-top:0;border-left:0;border-right:0;border-bottom:1px solid #fff;padding:10px 0;background-color:transparent;margin-bottom:15px;color:rgba(255,255,255,.8);font-family:PTRootUIWebMedium;font-weight:500;font-size:16px;line-height:38px;width:calc(100% - 0px)}.blog-form-dark-violet .blog-form-input-text-block input:focus,.blog-form-dark-violet .blog-form-input-text-block input:hover{border-top:0;border-left:0;border-right:0;border-bottom:1px solid #fff;background-color:transparent;color:rgba(255,255,255,.8)}.blog-form-dark-violet .blog-form-input-text-block input::placeholder{color:rgba(255,255,255,.45)}.blog-form-dark-violet .blog-form-input-text-block input:focus::placeholder{color:rgba(255,255,255,.2)}.blog-form-dark-violet .blog-form-input-text-block input.error{border-bottom-color:#ff7a7a}.blog-form-dark-violet .blog-form-politic-block{font-size:18px;line-height:18px;color:#fff;font-family:'PTRootUIWebMedium';font-weight:500;margin-bottom:15px}.blog-form-politic-block label{display:flex;align-items:center}.blog-form-politic-block a{color:#fff;text-decoration:underline}.blog-form-politic-block-policy{display:block;margin-top:10px}.blog-form-dark-violet .blog-form-politic-block input[type="checkbox"]{margin:0 10px 0 0;border:1px solid #fff;width:20px;height:20px;outline:0;background-color:transparent;position:relative;cursor:pointer;flex-shrink:0;margin-top:1px}.blog-form-dark-violet .blog-form-politic-block input[type="checkbox"]:checked:before{content:'';background-image:url('/local/templates/site_kk_redesign/blog-assets/images/check-white.svg');background-position:center;background-repeat:no-repeat;position:absolute;width:14px;height:11px;top:3px;left:2px}.blog-form-dark-violet .blog-form-politic-block input[type="checkbox"].error{border-color:#ff7a7a}.blog-form-dark-violet .blog-form-footer button{display:flex;justify-content:center;align-items:center;color:#fff;font-family:PTRootUIVFMedium;font-weight:500;font-size:24px;cursor:pointer;background:linear-gradient(86.92deg,#9775f2 -21.19%,rgba(151,117,242,0) 118.03%);padding:20px 50px;width:100%;border:0}.blog-form-dark-violet .blog-form-footer button span{z-index:1}.blog-form-dark-violet .blog-form-footer button::before{position:absolute;content:'';inset:0;opacity:0;background:linear-gradient(86.92deg,#9775f2 -21.19%,#4343a5 118.03%);-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.blog-form-dark-violet .blog-form-footer button:hover::before{opacity:1}.blog-form-dark-violet .blog-form-footer button:disabled{cursor:default}.blog-form-dark-violet.form-success .blog-form-footer button{background:linear-gradient(86.92deg,rgba(35,35,110,0.5) -21.19%,rgba(26,26,81,0.5) 118.03%)}@media(max-width:1599px){.blog-form-dark-violet .blog-form-header{padding:26px;gap:16px}.blog-form-dark-violet .blog-form-title{line-height:34px;font-size:30px}.blog-form-dark-violet .blog-form-text{line-height:18px;font-size:14px}.blog-form-dark-violet.form-success .blog-form-text{line-height:22px;font-size:20px}.blog-form-dark-violet .blog-form-body{padding:24px}.blog-form-dark-violet .blog-form-input-text-block input{padding:8px 0;margin-bottom:12px;line-height:32px}.blog-form-dark-violet .blog-form-politic-block{font-size:16px;line-height:16px;margin-bottom:12px}.blog-form-dark-violet .blog-form-politic-block input[type="checkbox"]{margin:0 8px 0 0;width:16px;height:16px}.blog-form-dark-violet .blog-form-politic-block input[type="checkbox"]:checked:before{width:11px;height:9px;top:2px;left:2px}.blog-form-dark-violet .blog-form-footer button{font-size:16px;padding:16px 40px}}@media(max-width:991px){.blog-form-dark-violet .blog-form-title{line-height:38px;font-size:34px}.blog-form-dark-violet .blog-form-input-text-block input{padding:8px 0;line-height:42px}.blog-form-dark-violet .blog-form-footer button{font-size:18px;line-height:18px}}@media(max-width:560px){.blog-form-dark-violet .blog-form-header{padding:20px}.blog-form-dark-violet .blog-form-title{line-height:22px;font-size:20px}.blog-form-dark-violet .blog-form-text{line-height:18px;font-size:14px}.blog-form-dark-violet .blog-form-input-text-block input{padding:8px 0;line-height:36px}.blog-form-dark-violet .blog-form-footer button{font-size:14px;line-height:14px}}
/* End */


/* Start:/local/components/korus/kk.poll/templates/.default/style.css?17422219365720*/
.poll {
    background: lch(44.96% 94.99 302.53 / 0.08);
    color: var(--main-dark-blue);
    overflow: hidden;
    position: relative;
}

.poll__body {
    padding: 40px;
}

.poll__question {
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 24px;
}

.poll__options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.poll__option {
    cursor: pointer;
    position: relative;
    padding-left: 42px;
}

.poll__option-progress-bar {
    background: transparent;
    border-radius: 6px;
    height: 6px;
    margin-top: 5px;
}

.poll__option-progress {
    background: var(--main-violet);
    height: 100%;
    border-radius: 6px;
    transition: width 0.5s ease; /* Добавляем плавный переход */
}

.poll__option-percentage {
    display: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

/* Стили для чекбокса - начало */
.poll__option-control {
    position: relative;
}

.poll__option-label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.16px;
}

.poll__option-control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.poll__option-label::before {
    content: '';
    position: absolute;
    right: calc(100% + 20px);
    top: 2px;
    margin: auto;
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #909090;
    border-radius: 50px;
    background: transparent;
    box-sizing: border-box;
}

.poll__option-control input:not(:disabled) + .poll__option-label:hover::before {
    opacity: 0.9;
}

.poll__option-control input:checked + .poll__option-label::before {
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="10.5" fill="%237949F4" stroke="%237949F4"/><path d="M4.5 10.5L10 15L17 8" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    background-size: contain;
    background-color: var(--main-violet);
    border: 1px solid var(--main-violet);
}

/* Стили для чекбокса - конец */

.poll__footer {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.poll__statistics {
    color: #909090;
    font-size: 16px;
    line-height: 1.5;
}

.poll--voted .poll__option-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.poll--voted .poll__option-label::before {
    order: 1;
    position: static;
    margin: 0;
}

.poll--voted .poll__option-control input:not(:checked) + .poll__option-label::before {
    display: none;
}

.poll--voted .poll__option {
    padding-left: 60px;
}

.poll--voted .poll__option {
    cursor: default;
    pointer-events: none;
}

.poll--voted .poll__option-percentage {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.poll--voted .poll__button {
    display: none;
}

.poll--voted .poll__result {
    display: flex;
}
.poll--voted .poll__result-back--after {
    display: block;
}
.poll__result {
    background: linear-gradient(90deg, #7949F4 59.6%, #EBEEF4 108.76%);
    padding: 20px 40px;
    color: var(--main-white);
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: none;
    overflow: hidden;
}

.poll__result-back--before {
    position: absolute;
    left: 0;
    bottom: 0;
}

.poll__result-back--after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.poll__result-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    z-index: 1;
}

.poll__result-button-wrapper {
    position: relative;
    z-index: 1;
    margin-right: 135px;
    height: 100%;
}

.poll__result-button-wrapper::after {
    position: absolute;
    content: '';
    height: 111px;
    width: 160px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(102, 55, 223, 0.86) 0%, rgba(121, 73, 244, 0.00) 100%);
    right: -10%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.poll__result-button {
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
    white-space: nowrap;
    position: relative;
}

.poll__result-button svg path {
    transition: .3s ease;
}

.poll__result-button:hover svg path {
    fill: var(--main-white);
}

@media (max-width: 1599px) {
    .poll__result-back--after {
        right: -100px;
    }

    .poll__result-button-wrapper {
        margin-right: 30px;
    }
}

@media (max-width: 1200px) {
    .poll__body {
        padding: 20px;
    }
    .poll__result {
        padding: 20px 20px 34px;
        flex-direction: column;
        align-items: flex-start;
    }
    .poll__option-label::before {
        width: 18px;
        height: 18px;
    }
    .poll__result-button-wrapper {
        margin-right: 0;
    }

    .poll__result-button {
        white-space: unset;
    }

    .poll__result-text {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .poll {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .poll__result-button-wrapper {
        width: 100%;
    }
    .poll__result-button {
        justify-content: center;
    }
}
@media (max-width: 767px) {

    .poll__result {
        gap: 24px;
    }
    .poll__question {
        font-size: 17px;
    }

    .poll__footer {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 24px;
    }
    .poll__delimiter {
        display: none;
    }
    .poll__statistics {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .poll__result-back--after {
        right: -150px;
    }
}
/* End */


/* Start:/local/components/korus/kk.share/templates/blog/style.min.css?1730119263695*/
.blog-soc-share{display:flex;align-items:center;gap:20px}.blog-soc-share-title{text-align:right}.blog-soc-share-items{display:flex;column-gap:10px;align-items:center}.blog-soc-share-item{width:32px;height:32px}.blog-soc-share-item svg path{transition:.3s ease}.blog-soc-share-item svg:hover path{fill:#9775f2}@media(max-width:1200px) and (min-width:991px){.blog-soc-share{gap:10px;flex-direction:column;align-items:flex-start}}@media(max-width:1200px){.blog-soc-share-items{column-gap:20px}}@media(max-width:767px){.blog-soc-share-title{text-align:left}}@media(max-width:560px){.blog-soc-share-items{gap:20px;flex-wrap:wrap}.blog-soc-share{gap:10px;flex-direction:column;align-items:flex-start}}
/* End */


/* Start:/local/templates/site_kk_redesign/components/bitrix/system.pagenavigation/blog/style.min.css?17301192741684*/
.pagination{display:flex;flex-direction:column;align-items:center;gap:40px;margin-top:80px}.pagination ul{display:flex;justify-content:center;align-items:center;gap:20px;padding:0;margin:0;list-style:none}.pagination ul li{line-height:1;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center}.pagination ul li a{display:flex;line-height:1;border-radius:50%;border:1px solid transparent;transition:.3s ease;min-width:40px;min-height:40px;align-items:center;justify-content:center}.pagination .number-pag-next,.pagination .number-pag-prev{display:flex;line-height:1;border-radius:50%;border:1px solid transparent;transition:.3s ease;align-items:center;justify-content:center}.pagination ul li a:hover{background-color:#fff}.pagination ul li a:hover .theme-arrow-right{border-color:#121239;transform:rotate(45deg) scale(1.1)}.pagination ul li a:hover .theme-arrow-left{border-color:#121239;transform:rotate(-135deg) scale(1.1)}.pagination ul li span{display:inline-block;line-height:1;color:#121239;font-size:16px}.pagination .number-pag-prev .number-pag-arrow{margin-left:6px}.pagination .number-pag-next .number-pag-arrow{margin-left:2px}.pagination ul li.number-active span{color:#7949f4}.pagination .number-pag-arrow{width:12px;height:12px;display:flex;align-items:center;opacity:.2}.pagination a .number-pag-arrow{opacity:1}@media(max-width:1599px){.pagination{margin-top:64px}.pagination ul li span{font-size:14px}.pagination ul li,.pagination ul li a{min-width:35px;min-height:35px}}@media(max-width:768px){.pagination ul{gap:10px}.pagination ul li,.pagination ul li a{min-width:30px;min-height:30px}}@media(max-width:400px){.pagination ul{gap:5px}}
/* End */


/* Start:/local/templates/site_kk_redesign/components/bitrix/news.list/blog/style.min.css?17399686834713*/
.blog-articles{padding-bottom:80px}.blog-articles h3{font-family:PTRootUIVFBold;font-weight:700;font-size:80px;line-height:80px;color:#000;margin:65px 0 55px}.blog-articles-list{display:grid;grid-auto-columns:3;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;grid-row-gap:30px}.blog-article{display:flex;flex-direction:column;cursor:pointer}.blog-article-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.blog-article-pink-gradient{background:linear-gradient(358.43deg,rgba(250,66,59,0.7) 1.07%,rgba(232,232,236,0) 90.64%)}.blog-article-blue-gradient{background:linear-gradient(358.91deg,rgba(0,46,166,0.7) .75%,rgba(232,232,236,0) 69.57%)}.blog-article-violet-gradient{background:linear-gradient(358.91deg,rgba(120,74,245,0.7) .75%,rgba(232,232,236,0) 72.79%)}.blog-article-white-gradient{background:linear-gradient(358.43deg,rgba(255,255,255,0.7) 1.07%,rgba(232,232,236,0) 90.64%)}.blog-article-green-gradient{background:linear-gradient(358.91deg,rgba(113,242,112,0.7) .75%,rgba(232,232,236,0) 65.64%)}.blog-article-gray-gradient{background:linear-gradient(358.43deg,rgba(216,216,216,0.7) 1.07%,rgba(232,232,236,0) 90.64%)}.blog-article-image{width:100%;min-height:300px;background-position:center;background-repeat:no-repeat;background-size:cover;padding:15px;display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;position:relative}.blog-article-image .blog-article-image-preview{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0}.blog-article-tags{display:flex;gap:5px}.blog-article-tag{color:#002ea6;font-family:PTRootUIVFBold;font-weight:700;font-size:12px;line-height:12px;padding:10px 10px 11px 10px;border-radius:20px;background-color:#fff}.blog-article-info{display:flex;align-items:flex-end;gap:20px;z-index:1;width:100%;justify-content:space-between}.blog-article-type{color:#fff;text-transform:uppercase;font-family:PTRootUIVFBold;font-weight:700;font-size:8px;line-height:8px;display:flex;gap:2px;align-items:center;margin-bottom:10px}.blog-article-title span{font-family:PTRootUIVFBold;font-weight:700;font-size:24px;line-height:26px;color:#fff;text-decoration:none;background:no-repeat 0 100%;background-image:linear-gradient(#fff,#fff);background-size:100% 0;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;padding-bottom:1px}.blog-article:hover .blog-article-title span{background-size:100% 2px;color:#fff}.blog-article-read-time{padding:7px 10px;font-family:PTRootUIVFBold;font-size:12px;display:flex;align-items:center;gap:5px;color:#fff;background-color:#000;border-radius:50px}.blog-article-read-time img{width:12px;height:13px}.blog-article-body{background-color:#fff;padding:15px;gap:15px;display:flex;flex-direction:column;flex-grow:1}.blog-article-date{width:150px;font-family:PTRootUIVFBold;color:#858585;font-size:10px}.blog-article-text{color:#292929;font-family:PTRootUIWebMedium;font-weight:500;font-size:16px;line-height:20px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.blog-article-author{padding:8px;flex-grow:1;font-family:PTRootUIVFRegular;font-weight:700;font-size:18px;line-height:20px;border-right:1px solid #fff;display:flex;align-items:center;min-height:40px;gap:10px}.blog-article-author-info{display:flex;flex-direction:column;gap:10px}.blog-article-author-name{font-family:PTRootUIVFBold;color:#000;font-size:20px}.blog-article-author-post{color:#858585;font-size:10px;text-transform:uppercase}.blog-article-author img{width:65px;height:65px;border-radius:100%}@media(max-width:1599px){.blog-articles{padding-bottom:64px}.blog-articles h3{font-size:64px;line-height:64px;margin:52px 0 45px}.blog-articles-list{grid-column-gap:16px;grid-row-gap:26px}.blog-article-image{min-height:300px;padding:12px}.blog-article-body{padding:12px;gap:12px}.blog-article-title{font-size:20px;line-height:22px}.blog-article-text{font-size:14px;line-height:16px}}@media(max-width:1200px){.blog-articles-list{grid-template-columns:1fr 1fr}}@media(max-width:991px){.blog-articles h3{font-size:65px;line-height:65px}.blog-article-tag{padding:8px;font-size:10px;line-height:10px}.blog-article-body{padding:10px}.blog-article-title{font-size:18px;line-height:20px}.blog-article-text{font-size:14px;line-height:18px}.blog-article-author{font-size:12px;line-height:14px}}@media(max-width:768px){.blog-articles-list{grid-template-columns:1fr}}@media(max-width:560px){.blog-articles h3{font-size:32px;line-height:32px}.blog-article-tag{font-size:9px;line-height:9px}.blog-article-type{font-size:7px;line-height:8px}.blog-article-text{font-size:12px;line-height:16px}}
/* End */


/* Start:/local/templates/site_kk_redesign/components/bitrix/menu/blog-horizontal/style.min.css?17301192741946*/
.blog-menu-horizontal nav{display:flex}.blog-menu-horizontal ul{display:flex;padding-left:0;list-style:none;margin:0;flex-grow:1}.blog-menu-horizontal ul li{display:inline-block;width:20%}.blog-menu-horizontal ul li a{display:flex;justify-content:center;align-items:center;padding:20px 10px;border-right:1px solid rgba(0,0,0,.1);font-family:PTRootUIWebMedium;font-weight:500;font-size:14px;line-height:16px;color:#000;background-color:#fff;cursor:pointer;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;height:100%;text-align:center}.blog-menu-horizontal-high ul li a{padding-top:28px;padding-bottom:28px}.blog-menu-horizontal ul li:last-child a{border-right:0}.blog-menu-horizontal ul li a:hover{background-color:#f5f5f5}.blog-menu-horizontal ul li a:active{background-color:#121238;color:#fff}.blog-menu-horizontal .blog-menu-horizontal-home{display:flex;width:56px}.blog-menu-horizontal-high .blog-menu-horizontal-home{width:68px}.blog-menu-horizontal .blog-menu-horizontal-home a{display:flex;width:100%;height:100%;justify-content:center;align-items:center;background:linear-gradient(47.42deg,#d5e0ff 7.58%,rgba(213,224,255,0) 106.16%);position:relative}.blog-menu-horizontal .blog-menu-horizontal-home a img{z-index:1}.blog-menu-horizontal .blog-menu-horizontal-home a::before{position:absolute;content:'';inset:0;opacity:0;background:linear-gradient(47.42deg,#d7dce8 7.58%,rgba(237,242,254,0) 106.16%);-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.blog-menu-horizontal .blog-menu-horizontal-home a:hover::before{opacity:1}@media(max-width:1599px){.blog-menu-horizontal ul li a{padding:16px 8px}.blog-menu-horizontal-high ul li a{padding-top:24px;padding-bottom:24px}.blog-menu-horizontal .blog-menu-horizontal-home{width:48px}.blog-menu-horizontal-high .blog-menu-horizontal-home{width:56px}}
/* End */


/* Start:/local/templates/site_kk_redesign/components/bitrix/menu/blog-select/style.min.css?17301192741248*/
.blog-menu-select{display:flex}.blog-menu-select-active{flex-grow:1;position:relative}.blog-menu-select-active-link{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#fff;height:100%}.blog-menu-select-active-link p{font-family:PTRootUIVFMedium;font-weight:500;font-size:12px;line-height:12px;color:#000}.blog-menu-select-active.open img{transform:rotate(180deg)}.blog-menu-select-active nav{display:none;position:absolute;top:100%;width:100%;background-color:#fff;z-index:10}.blog-menu-select-active.open nav{display:block}.blog-menu-select-active nav ul{list-style:none;padding-left:0;margin:0}.blog-menu-select-active nav ul li a{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;height:55px;background-color:#fff;font-family:PTRootUIVFMedium;font-weight:500;font-size:12px;line-height:12px;color:#000;border-top:1px solid #eee}.blog-menu-select .blog-menu-select-home a{display:flex;width:55px;height:55px;padding:14px;justify-content:center;align-items:center;background:linear-gradient(47.42deg,#d5e0ff 7.58%,rgba(213,224,255,0) 106.16%)}.blog-menu-select .blog-menu-select-home a:hover{background:linear-gradient(47.42deg,#d7dce8 7.58%,rgba(237,242,254,0) 106.16%)}
/* End */
/* /local/templates/site_kk_redesign/blog-assets/css/blog-base.css?16939982404721 */
/* /local/templates/site_kk_redesign/blog-assets/css/blog-element.css?171810440710408 */
/* /local/templates/site_kk_redesign/components/sprint.editor/blocks/blog/_style.min.css?174653508711717 */
/* /local/templates/site_kk_redesign/components/bitrix/form.result.new/blog.dark-violet/style.min.css?17491249825367 */
/* /local/components/korus/kk.poll/templates/.default/style.css?17422219365720 */
/* /local/components/korus/kk.share/templates/blog/style.min.css?1730119263695 */
/* /local/templates/site_kk_redesign/components/bitrix/system.pagenavigation/blog/style.min.css?17301192741684 */
/* /local/templates/site_kk_redesign/components/bitrix/news.list/blog/style.min.css?17399686834713 */
/* /local/templates/site_kk_redesign/components/bitrix/menu/blog-horizontal/style.min.css?17301192741946 */
/* /local/templates/site_kk_redesign/components/bitrix/menu/blog-select/style.min.css?17301192741248 */
