

/* 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.css?176587392819045*/
.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;
    }
}

/* классы типа .py-XX находятся в основном файле стилей  */
@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: #000000;
    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) {
    .blog-table table td,
    .blog-table table th {

    }
}

@media (max-width: 560px) {
    .blog-table table td,
    .blog-table table th {

    }
}

/* Блоки ссылки на материал - начало */
.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: #ffffff;
}

.blog-aside-link:hover .blog-aside-link-text,
.blog-aside-link:hover .blog-aside-link-tags-row {
    color: #ffffff;
}

.blog-aside-link:hover rect {
    stroke: #ffffff;
}

.blog-aside-link-tags {
    border-radius: 12px;
}

.blog-aside-link-tags-row {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.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: 0px 8px 16px -2px rgba(27, 33, 44, 0.10);
    opacity: 0;
    pointer-events: none;
    transition: all 0.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 0.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: #ffffff;
    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;
    }
}

/* Блок содержание - конец */
.blog-page {
    .mark::after {
        top: 130% !important;
        width: 814px !important;
        height: 825px !important;
        left: 50% !important;
        right: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .mark__body {
        flex-direction: column;
    }

    .mark__left {
        max-width: 100%;
        padding: 40px 40px 20px;
    }

    .mark__button {
        margin: 100px auto 60px !important;
        padding: 17px 60px;
    }

    .mark__image {
        height: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .mark__image img {
        object-position: center;
        padding: 0 !important;
        height: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .mark__title {
        text-transform: unset;
        font-size: 28px;
        line-height: 1.2;
    }

    .mark__text {
        line-height: 1.55;
        margin-top: 24px;
    }

}

@media (max-width: 767px) {
    .blog-page {
        .mark::after {
            top: 150% !important;
        }

        .mark__left {
            max-width: 100%;
            padding: 24px 24px 24px;
        }

        .mark__button {
            margin: auto auto 24px !important;
            padding: 10px 46px !important;
        }

        .mark__title {
            font-size: 18px;
            line-height: 1.2;
        }
    }
}

.marketing-block-container {
    .marketing-block-left {
        padding: 40px;
    }

    .marketing-block-dark_2-template {
        .marketing-block-wrapper {
            flex-direction: column;
        }

        .marketing-block-right {
            margin: 0 40px 0 auto;
        }

        .marketing-img-wrapper {
            opacity: 1;
            height: 160px;
            width: 120px;
        }

        .marketing-block-button {
            margin-top: 100px;
            padding: 17px 60px;
        }
    }


}
@media (max-width: 1599px) {
    .marketing-block-container {
        .marketing-block-dark_2-template {
            .marketing-block-right {
                margin: 0 24px 0 auto;
            }
        }
    }
}
@media (max-width: 991px) {
    .marketing-block .marketing-block-left {
        padding: 24px;
    }
}
@media (max-width: 767px) {
    .marketing-block-container {
        .marketing-block-dark_2-template {
            .marketing-block-button {
                margin-top: 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/templates/site_kk_redesign/css/sprint-editor/blocks/marketing_block.min.css?173011927713776*/
.marketing-block-container{width:100%}.marketing-block{width:100%;position:relative}.marketing-block-wrapper{display:flex;width:100%;line-height:1.1}.marketing-block-light-template .marketing-block-wrapper{overflow:hidden;position:relative;border:double 8px transparent;border-bottom-right-radius:500px;background-image:linear-gradient(white,white),linear-gradient(to right,#121239,#f9423a);background-origin:border-box;background-clip:padding-box,border-box;background-size:100%;background-position:bottom;background-repeat:no-repeat;color:#121239}.marketing-block-light-template.marketing-block-light-pt .marketing-block-wrapper{padding-top:50px;background-size:100% calc(100% - 50px)}.marketing-block-light-template.marketing-block-light-pt .marketing-block-top-line{position:absolute;width:100%;height:8px;top:42px;left:0;z-index:2;background:linear-gradient(to right,#121239,#f9423a)}.marketing-block-title{font-size:30px;font-weight:700}.marketing-block-subtitle{font-size:20px;line-height:26px;font-weight:700;margin-top:10px}.marketing-block-description{font-size:14px;line-height:22px;font-weight:400;margin-top:25px}.marketing-block-description span{color:#f9423a;font-weight:700}.marketing-block-button{margin-top:35px;display:block}.marketing-block-right{position:relative;flex-grow:1}.marketing-block-light-template .marketing-block-right{background:#fff}.marketing-block-left{z-index:4;padding:40px 60px;position:relative}.marketing-block-left-full-width{width:100% !important}.marketing-block-light-template .marketing-block-left{z-index:2;width:70%}.marketing-block-dark-template .marketing-block-left{width:75%;background:rgba(255,255,255,0.01);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.marketing-block-right img{position:absolute;max-width:100%;z-index:3}.marketing-block-light-template .marketing-block-right img{left:0;bottom:0;margin:auto;max-width:100%}.layout-2-columns .marketing-block-light-template .marketing-img-wrapper{left:-15%}.marketing-block-dark-template .marketing-block-wrapper{background:#121239}.marketing-block-dark-template .marketing-block-right{position:relative}.marketing-block-dark-template .marketing-block-right .marketing-img-wrapper{position:absolute;bottom:0;top:0;margin:auto;left:-35%;height:320px;width:240px;opacity:1 !important;box-shadow:unset}.layout-2-columns .marketing-block-dark-template .marketing-img-wrapper{right:25%;transform:scale(.8)}@media(max-width:1599px){.marketing-block-dark-template .marketing-block-right .marketing-img-wrapper{transform:scale(.9)}.layout-2-columns .marketing-block-dark-template .marketing-img-wrapper{right:20%;transform:scale(.8)}.marketing-block-light-template .marketing-block-left{width:65%}.layout-2-columns .marketing-block-light-template .marketing-img-wrapper{left:-45%}.layout-2-columns .marketing-block-light-template .marketing-block-left{padding:40px 80px 40px 40px}}@media(max-width:1199px){.marketing-block-dark-template .marketing-block-right .marketing-img-wrapper{left:-20%;transform:scale(.8)}}@media(max-width:991px){.marketing-block-dark-template .marketing-block-right .marketing-img-wrapper{left:-20%;transform:scale(.6)}.marketing-block-light-template .marketing-block-left{width:55%}.layout-2-columns .marketing-block-light-template .marketing-img-wrapper{left:-15%}}.marketing-block-dark-template .marketing-img-wrapper::after{content:"";position:absolute;left:10px;top:5px;width:95%;max-width:95%;height:100%;background:-webkit-linear-gradient(180deg,#7949f4 40%,#121239);background:-moz-linear-gradient(180deg,#7949f4 40%,#121239);background:linear-gradient(180deg,#7949f4 40%,#121239);-webkit-box-shadow:0 0 35px 40px rgba(18,18,57,0.2);-moz-box-shadow:0 0 35px 40px rgba(18,18,57,0.2);box-shadow:0 0 35px 40px rgba(18,18,57,0.2);transform:rotate(35deg)}.marketing-block-dark-template .marketing-block-right img{position:relative;transform:rotate(25deg);border-image:linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.5)) 30;border-width:3px;border-style:solid;z-index:3;height:100%;width:100%;object-fit:cover;object-position:center}.marketing-block-dark-template .shadow{position:absolute;content:'';width:100%;height:100%;background:rgba(255,255,255,0.50);filter:blur(189px)}@media(max-height:800px){.marketing-block-description{margin-top:18px}.marketing-block-button{margin-top:25px}}@media(max-width:1599px){.marketing-block-left{padding:40px}.layout-2-columns .marketing-block-title{font-size:24px}.marketing-block-title{font-size:26px}}@media(max-width:1199px){.marketing-block-dark-template .marketing-block-left{width:75%}}@media(max-width:1199px) and (min-width:991px){.layout-2-columns .marketing-block-right{display:none}.layout-2-columns .marketing-block-light-template .marketing-block-wrapper{border-bottom-right-radius:0}.layout-2-columns .marketing-block-light-template .marketing-block-left{width:100%}.layout-2-columns .marketing-block-dark-template .marketing-block-left{width:100%}}@media(max-width:991px){.marketing-block-title{font-size:22px}.layout-2-columns .marketing-block-title{font-size:22px}.marketing-block-light-template.marketing-block-light-pt .marketing-block-wrapper{padding-top:0;background-size:100% 100%}.marketing-block-description{margin-top:18px}.marketing-block-button{margin-top:25px}.marketing-block-left{padding:20px 40px 20px 20px}}@media(max-width:767px){.marketing-block-right{display:none}.marketing-block-left{padding:20px}.marketing-block-light-template .marketing-block-wrapper{border-bottom-right-radius:0}.marketing-block-light-template .marketing-block-left{width:100%}.marketing-block-dark-template .marketing-block-left{width:100%}}@media(max-width:560px){.marketing-block-title{font-size:20px}.layout-2-columns .marketing-block-title{font-size:20px}.marketing-block-subtitle{font-size:18px}}.marketing-block-light_2-template{color:#121239;overflow:hidden;border-bottom-right-radius:19px}.marketing-block-light_2-template .marketing-block-wrapper{border-radius:19px;border:3px solid #d9d9d9}.marketing-block-light_2-template .marketing-block-left{flex:1}.marketing-block-light_2-template .marketing-block-right{width:30%;max-width:30%;min-width:30%;position:relative;margin-right:40px}.marketing-block-light_2-template .marketing-block-right img{bottom:0;left:0;right:0;margin:auto;max-width:100%;-webkit-box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2);-moz-box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2);box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2)}.marketing-block-light_2-template .marketing-block-button{border-radius:7px}@media(max-width:1599px){.marketing-block-light_2-template .marketing-block-right{margin-right:20px}.layout-2-columns .marketing-block-light_2-template .marketing-block-right{width:35%;max-width:35%;min-width:35%}}.marketing-block-light_3-template{color:#121239;overflow:hidden}.marketing-block-light_3-template .marketing-block-wrapper{border-radius:19px;border:3px solid #d9d9d9}.marketing-block-light_3-template .marketing-block-left{flex:1;order:2;display:flex;padding:40px 60px 40px 0;flex-direction:column}.marketing-block-light_3-template .marketing-block-right{width:20%;max-width:20%;min-width:20%;position:relative;order:1;margin:0 40px}.marketing-block-light_3-template .marketing-block-right img{bottom:0;left:0;right:0;margin:auto;max-width:100%;-webkit-box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2);-moz-box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2);box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2)}.marketing-block-light_3-template .marketing-block-body{min-width:35%}.marketing-block-light_3-template .marketing-block-button{border-radius:7px}.layout-2-columns .marketing-block-light_3-template .marketing-block-left{flex-direction:column;gap:0}.layout-2-columns .marketing-block-light_3-template .marketing-block-right{width:30%;max-width:30%;min-width:30%}@media(max-width:1599px){.marketing-block-light_3-template .marketing-block-left{gap:0}.layout-2-columns .marketing-block-light_3-template .marketing-block-left{padding:20px}.layout-2-columns .marketing-block-light_3-template .marketing-block-right{margin:0 20px}.marketing-block-light_3-template .marketing-block-right{margin:0 20px}.marketing-block-light_3-template .marketing-block-left{padding:20px 20px 20px 40px}}@media(max-width:991px){.marketing-block-light_3-template .marketing-block-right{width:30%;max-width:30%;min-width:30%}}.marketing-block-dark_2-template{overflow:hidden}.marketing-block-dark_2-template .marketing-block-wrapper{border-radius:19px;background:linear-gradient(95deg,#1d1d41 45.93%,#784af5 110.42%)}.marketing-block-dark_2-template .marketing-block-left{flex:1}.marketing-block-dark_2-template .marketing-block-right{width:30%;max-width:30%;min-width:30%;position:relative;margin-right:40px}.marketing-block-dark_2-template .marketing-block-right img{bottom:0;left:0;right:0;margin:auto;max-width:100%;-webkit-box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2);-moz-box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2);box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2)}.marketing-block-dark_2-template .marketing-block-button{border-radius:7px;background-color:#fff;color:#ff3737;border-color:#fff}.marketing-block-dark_2-template .marketing-block-button:hover{background-color:#ff3737;border-color:#ff3737;color:#fff}.marketing-block-dark_3-template{overflow:hidden;position:relative}.marketing-block-dark_3-template .marketing-block-wrapper{border-radius:19px;background:#784af5}.marketing-block-dark_3-template .marketing-block-left{flex:1}.marketing-block-dark_3-template .marketing-block-right{width:30%;max-width:30%;min-width:30%;margin-right:30px;position:relative}.marketing-block-dark_3-template .marketing-block-right img{bottom:0;left:0;right:0;margin:auto;max-width:100%;-webkit-box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2);-moz-box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2);box-shadow:21px 21px 16px -5px rgba(34,60,80,0.2)}.marketing-block-dark_3-template .marketing-block-button{border-radius:7px;background-color:#fff;color:#ff3737;z-index:3;position:relative;border-color:#fff;max-width:auto;padding:12px 40px;width:auto}.marketing-block-dark_3-template .marketing-block-button:hover{background-color:#ff3737;border-color:#ff3737;color:#fff}.marketing-block-dark_3-template .marketing-block-right-image{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:40px}.marketing-block-dark_3-template .marketing-img-wrapper::after{background:-webkit-linear-gradient(0,rgba(0,0,0,1) 26%,rgba(18,18,57,1) 61%);background:-moz-linear-gradient(0,rgba(0,0,0,1) 26%,rgba(18,18,57,1) 61%);background:linear-gradient(0,rgba(0,0,0,1) 26%,rgba(18,18,57,1) 61%)}@media(max-width:767px){.marketing-block-dark_3-template .marketing-block-right{display:none}.marketing-block-dark_3-template .marketing-block-wrapper{flex-direction:column}.marketing-block-dark_3-template .marketing-block-right-image{justify-content:flex-start;align-items:flex-start;padding:20px}}.marketing-block-right{position:relative}.marketing-img-wrapper{bottom:0;left:0;right:0;margin:auto;opacity:0;height:320px;width:240px;position:absolute;-webkit-box-shadow:0 0 10px -4px rgba(0,0,0,1);-moz-box-shadow:0 0 10px -4px rgba(0,0,0,1);box-shadow:0 0 10px -4px rgba(0,0,0,1)}.marketing-img-wrapper img{height:100%;width:100%;object-fit:cover;object-position:center;border:3px solid #fff;border-bottom:0}.marketing-img-wrapper::after{content:"";position:absolute;left:20px;top:0;width:95%;max-width:100%;height:95%;background:-webkit-linear-gradient(180deg,#7949f4 40%,#121239);background:-moz-linear-gradient(180deg,#7949f4 40%,#121239);background:linear-gradient(180deg,#7949f4 40%,#121239);transform:rotate(5deg);z-index:2}@media(max-width:1200px){.marketing-block-light-template .marketing-img-wrapper{right:50px}.marketing-img-wrapper{height:300px;width:225px}}.marketing-block-bg-image{display:none;position:absolute;width:100%;height:100%;z-index:-1;visibility:visible;left:0;top:0}@media(max-width:768px){.marketing-block-bg-image{display:block}.marketing-block-bg .marketing-block-left{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(18,18,57,.7)}.marketing-block-bg-image::after{content:'';position:absolute;top:0;left:0;background:rgba(18,18,57,.7);width:100%;height:100%}.marketing-block-light_2-template .marketing-block-left,.marketing-block-light_3-template .marketing-block-left,.marketing-block-dark_2-template .marketing-block-left,.marketing-block-dark_3-template .marketing-block-left{border-radius:19px;overflow:hidden}.marketing-block-light-template .marketing-block-bg-image::after,.marketing-block-light_2-template .marketing-block-bg-image::after,.marketing-block-light_3-template .marketing-block-bg-image::after{background:rgba(255,255,255,.7)}}@media(max-width:1199px) and (min-width:991px){.layout-2-columns .marketing-block-bg-image{display:block}.layout-2-columns .marketing-block-bg .marketing-block-left{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(18,18,57,.7)}.layout-2-columns .marketing-block-bg-image::after{content:'';position:absolute;top:0;left:0;background:rgba(18,18,57,.7);width:100%;height:100%}.layout-2-columns .marketing-block-light_2-template .marketing-block-left,.layout-2-columns .marketing-block-light_3-template .marketing-block-left,.layout-2-columns .marketing-block-dark_2-template .marketing-block-left,.layout-2-columns .marketing-block-dark_3-template .marketing-block-left{border-radius:19px;overflow:hidden}.layout-2-columns .marketing-block-light-template .marketing-block-bg-image::after,.layout-2-columns .marketing-block-light_2-template .marketing-block-bg-image::after,.layout-2-columns .marketing-block-light_3-template .marketing-block-bg-image::after{background:rgba(255,255,255,.7)}}
/* End */


/* Start:/local/templates/site_kk_redesign/css/sprint-editor/blocks/marketing_block_new.min.css?17435121033439*/
.mark{background:var(--main-rose);color:var(--main-dark-blue);overflow:hidden;border-radius:6px;position:relative}.mark:after{position:absolute;content:'';width:814px;height:825px;background:radial-gradient(50% 50% at 50% 50%,#fff1bf 6.4%,rgba(175,126,255,0.70) 27.9%,#f7dddc 100%);left:53%;top:-45px;z-index:0}.mark__body{display:flex;z-index:1;position:relative}.mark__left{padding:50px;max-width:55%}.mark__right{min-width:30%;position:relative;display:flex;flex-grow:1}.mark__title{text-transform:uppercase;font-size:30px;font-weight:700;line-height:1.2}.mark__text{font-size:20px;font-weight:400;line-height:1.7;margin-top:20px}.mark__text p{margin:0}.mark__image{position:absolute;bottom:0;left:0;height:100%;width:100%}.mark__image img{width:100%;height:100%;object-fit:contain;object-position:right bottom;display:block;padding-right:72px}.mark__button{margin:auto 130px 50px auto;z-index:1;padding:17px 66px;border-radius:2px;display:flex;gap:5px;align-items:center;justify-content:center;max-width:fit-content;font-size:20px;font-weight:700;line-height:1.4;transition:.3s ease;cursor:pointer}.mark__button svg path{transition:.3s ease}.mark.mark--lilac .mark__button{margin:auto 116px 50px auto}.mark.mark--lilac{background:var(--main-lilac)}.mark.mark--lilac .mark__image img{padding-right:103px}.mark.mark--lilac:after{background:radial-gradient(50% 50% at 50% 50%,#97d0f4 0,rgba(206,147,255,0.81) 35.1%,#cfd3ff 100%);left:50%;top:-0}.mark.mark--yellow{background:var(--main-yellow)}.mark.mark--yellow .mark__button{margin:auto 132px 50px auto}.mark.mark--yellow .mark__image{height:auto;width:auto;padding-right:81px;left:unset;right:0}.mark.mark--yellow .mark__image img{padding-right:0;height:auto;width:auto;max-width:400px;max-height:300px}.mark.mark--yellow:after{background:radial-gradient(50% 50% at 50% 50%,#bfdfff 6.4%,rgba(255,126,242,0.70) 27.9%,#ffefa9 100%);left:55%;top:-10%}@media(max-width:1599px){.mark__title{font-size:26px}.mark__text{font-size:18px}.mark__right{min-width:40%}}@media(max-width:1300px){.mark__button{font-size:18px}.mark__button,.mark.mark--lilac .mark__button,.mark.mark--yellow .mark__button{margin:auto 60px 50px auto;padding:10px 30px}.mark .mark__image img,.mark.mark--lilac .mark__image img{padding-right:20px}}@media(max-width:991px){.mark::after,.mark.mark--yellow::after{width:457px;height:463px;top:60%;left:60%}.mark__body{flex-direction:column}.mark__title{font-size:24px;line-height:1.3}.mark__text{font-size:16px}.mark__button,.mark.mark--lilac .mark__button,.mark.mark--yellow .mark__button{font-size:14px;line-height:1.6;margin:auto 24px 24px 24px;padding:10px 40px}.mark__left{padding:20px;max-width:100%}.mark__right{min-height:200px;margin-top:-30px}.mark__image img{object-position:right}.mark.mark--yellow .mark__right{margin-top:0;position:relative;z-index:-1}.mark.mark--yellow .mark__image{padding-right:0}.mark.mark--yellow .mark__image img{max-height:200px;max-width:100%}}@media(max-width:560px){.mark::after{top:65%;left:30%}.mark.mark--lilac::after{top:60%;left:0}.mark.mark--yellow::after{top:65%;left:30%}.mark__right{height:160px;min-height:auto}.mark.mark--lilac .mark__image img{object-position:center;padding-right:0;bottom:-8px}.mark__image img{object-position:right;bottom:-15px;padding-right:30px;position:relative}.mark__button,.mark.mark--lilac .mark__button,.mark.mark--yellow .mark__button{width:100%;max-width:calc(100% - 40px);padding:10px 20px}}
/* 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.css?176587392819045 */
/* /local/templates/site_kk_redesign/components/bitrix/form.result.new/blog.dark-violet/style.min.css?17491249825367 */
/* /local/templates/site_kk_redesign/css/sprint-editor/blocks/marketing_block.min.css?173011927713776 */
/* /local/templates/site_kk_redesign/css/sprint-editor/blocks/marketing_block_new.min.css?17435121033439 */
/* /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 */
