

/* Start:/local/templates/site_kc/blog-assets/css/blog-base.css?177445234510082*/
/* https://www.paratype.ru/fonts/pt/pt-root-ui  */
@font-face {
	font-family: 'PTRootUIWebLight';
	src: 
		url('/local/templates/site_kc/blog-assets/css/../fonts/pt-root-ui_light.woff2') format('woff2'),
		url('/local/templates/site_kc/blog-assets/css/../fonts/pt-root-ui_light.woff') format('woff');
	font-weight: 300;
}
@font-face {
	font-family: 'PTRootUIWebRegular';
	src: 
		url('/local/templates/site_kc/blog-assets/css/../fonts/pt-root-ui_regular.woff2') format('woff2'),
		url('/local/templates/site_kc/blog-assets/css/../fonts/pt-root-ui_regular.woff') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: 'PTRootUIWebMedium';
	src: 
		url('/local/templates/site_kc/blog-assets/css/../fonts/pt-root-ui_medium.woff2') format('woff2'),
		url('/local/templates/site_kc/blog-assets/css/../fonts/pt-root-ui_medium.woff') format('woff');
	font-weight: 500;
}
@font-face {
	font-family: 'PTRootUIWebBold';
	src: 
		url('/local/templates/site_kc/blog-assets/css/../fonts/pt-root-ui_bold.woff2') format('woff2'),
		url('/local/templates/site_kc/blog-assets/css/../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_kc/blog-assets/css/../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_kc/blog-assets/css/../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_kc/blog-assets/css/../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_kc/blog-assets/css/../fonts/pt-root-ui_vf.ttf') format('truetype');
	font-weight: 700;
	font-variation-settings: "wght" 700;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat-Medium';
	src: url("/local/templates/site_kk_redesign/fonts/Montserrat-Medium.ttf") format("truetype");
	font-weight: 500;
}

/* latin */
@font-face {
	font-family: 'Montserrat-Medium';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	/*src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4KLg.woff) format('woff');*/
	src: url(/local/templates/site_kk_redesign/fonts/gstatic/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4KLg.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
	font-family: 'Montserrat-Medium';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	/*src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4KLjztg.woff) format('woff');*/
	src: url(/local/templates/site_kk_redesign/fonts/gstatic/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4KLjztg.woff) format('woff');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}




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;
}

.loading-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.loading-dots-button, .loading-dots-block  {
	position: relative;
}
.loading-content-hidden {
	opacity: 0;
}
.loading-dots-hidden {
	display: none;
}
.loading-dots-black .loading-dots-dot {
	background-color: #000;
}
.loading-dots-purple .loading-dots-dot {
	background-color: #7949f4;
}
.loading-dots-darkblue .loading-dots-dot {
	background-color: #121239;
}
.loading-dots-white .loading-dots-dot {
	background-color: #fff;
}
.loading-dots-red .loading-dots-dot {
	background-color: #F9423A;
}
.loading-dots .loading-dots-dot {
	margin-left: 5px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	animation: loading-dot 1s infinite ease-in-out;
}
.loading-dots .loading-dots-dot:first-child {
	animation-delay: .3s;
}
.loading-dots .loading-dots-dot:nth-child(2) {
	animation-delay: .6s;
}
.loading-dots .loading-dots-dot:last-child {
	animation-delay: .9s;
}
@keyframes loading-dot {
	from {
		opacity: 1;
	}
	25% {
		opacity: .5;
	}
	50% {
		opacity: .2;
	}
	75% {
		opacity: .5;
	}
	to {
		opacity: 1;
	}
}
.text-title {
	font-size: 20px;
	line-height: 1.6;
}

@media (max-width: 1599px) {
	.text-title {
		font-size: 18px;
		line-height: 1.5;
	}
}

.text-normal {
	font-size: 20px;
	line-height: 1.7;
}
@media (max-width: 1599px) {
	.text-normal {
		font-size: 16px;
		line-height: 1.75;
	}
}

.underline-links-animate a:not([data-tooltip]){
	color: #7949F4;
	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;
}

.underline-links-animate a:not([data-tooltip]):hover {
	background-size: 100% 1px;
}

.underline-links-animate-reverse a {
	text-decoration: none;
	background: no-repeat 0 100%;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 100% 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: 1px;
}
.underline-links-animate-reverse a:hover {
	background-size: 0% 1px;
}

.underline-links-animate-white a {
	color: #ffffff;
	background-size: 100% 1px;
}

.underline-links-animate-white a:hover  {
	background-size: 0% 1px;
}


.theme-slider-arrow {
	--color: #000000;
	--offset: 24px;
	--transition: .3s ease;
	width: 32px;
	height: 32px;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 10;
	background-color: transparent;
	cursor: pointer;
	transition: var(--transition);
}
.theme-slider-arrow svg {
	width: 32px;
	height: 32px;
}
.theme-slider-arrow--next {
	left: calc(100% + var(--offset));
}

.theme-slider-arrow--prev {
	right: calc(100% + var(--offset));
	transform: rotate(180deg);
}
.theme-slider-arrow:hover {
	opacity: .7;
}
.theme-slider-arrow--violet {
	--color: #7949F4;
}

.theme-slider-arrow--white {
	--color: #ffffff;
}

@media (max-width: 1599px) {
	.theme-slider-arrow {
		--offset: 5px;
	}
}

.my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width: 1599px) {
	.my-40 {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.mt-40 {
	margin-top: 40px;
}
@media (max-width: 1599px) {
	.mt-40 {
		margin-top: 32px;
	}
}

.blog-page input {
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.grecaptcha-badge {
	visibility: hidden;
}
.text-base {
	font-size: 16px;
	line-height: 22px;
}
@media (max-width: 1599px) {
	.text-base {
		font-size: 14px;
		line-height: 20px;
	}
}
.text-2xl {
	font-size: 24px;
	line-height: 36px;
}
@media (max-width: 1599px) {
	.text-2xl {
		font-size: 20px;
		line-height: 32px;
	}
}
@media (max-width: 991px) {
	.text-2xl {
		font-size: 16px;
		line-height: 28px;
	}
}
.theme-button-small {
	font-family: Montserrat-Medium, serif;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: .3s ease;
	padding: 10px 30px;
}

.theme-button-violet {
	color: #fff!important;
	background-color: #7949F4;
	border: 1px solid #7949F4;
}
.theme-button-violet:hover {
	color: #7949F4!important;
	background-color: transparent;
	border: 1px solid #7949F4;
}
.theme-button-violet:disabled,
.theme-button-violet.no-hover:hover {
	color: #fff!important;
	background-color: #7949F4!important;
	border: 1px solid #7949F4!important;
}
.theme-button-small .loading-dots {
	height: 19px;
}
/* End */


/* Start:/local/templates/site_kc/blog-assets/css/blog-element.css?178169421210410*/
.blog-page {
	background-color: #f8f8fb;
	padding-top: 120px;
	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: 108px;
		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: 86px;
		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_kc/components/sprint.editor/blocks/blog/_style.css?177445234519204*/
.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-Medium';
    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%;
    pointer-events: none;
}

@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 {
    font-family: 'Montserrat-Medium';
    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;
    }
}

/* Блоки ссылки на материал - конец */

/* Блок содержание - начало */
.contents-nav__content {
    font-family: Montserrat-Medium;
}
.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;
    font-weight: 700;
}

.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_kc/components/bitrix/form.result.new/blog.dark-violet/style.css?17743518596849*/
.blog-form-dark-violet {
    background: conic-gradient(from 90deg at 50% 50%, #121238 0deg, #272779 360deg);
    display: flex;
    flex-direction: column;
}
.blog-form-dark-violet.form-success {
    background: conic-gradient(from 90deg at 50% 50%, #71F070 0deg, #EFF0F3 360deg);
}
.blog-form-dark-violet.form-server-error {
    background: conic-gradient(from 90deg at 50% 50%, #FF7A7A 0deg, #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: none;
    border-left: none;
    border-right: none;
    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); /* magic, DON'T remove */
}
.blog-form-dark-violet .blog-form-input-text-block input:focus,
.blog-form-dark-violet .blog-form-input-text-block input:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    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: none;
    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: none;
}

.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.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_kc/components/bitrix/news.list/blog/style.css?17743518596470*/
.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) 0.75%, rgba(232, 232, 236, 0) 69.57%);
}

.blog-article-violet-gradient {
    background: linear-gradient(358.91deg, rgba(120, 74, 245, 0.7) 0.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) 0.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: #ffffff;
    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: #ffffff;
    text-decoration: none;
    background: no-repeat 0 100%;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-size: 100% 0px;
    -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: #ffffff;
}

.blog-article-read-time {
    padding: 7px 10px;
    font-family: PTRootUIVFBold;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50px;
    flex-shrink: 0;
}

.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; /* number of lines to show */
    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: #000000;
    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_kc/components/bitrix/system.pagenavigation/blog/style.css?17743518592254*/
.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: #ffffff;
}

.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: 0.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_kc/components/bitrix/menu/blog-horizontal/style.css?17743518592298*/
.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: none;
}
.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_kc/components/bitrix/menu/blog-select/style.css?17743518591472*/
.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_kc/blog-assets/css/blog-base.css?177445234510082 */
/* /local/templates/site_kc/blog-assets/css/blog-element.css?178169421210410 */
/* /local/templates/site_kc/components/sprint.editor/blocks/blog/_style.css?177445234519204 */
/* /local/templates/site_kc/components/bitrix/form.result.new/blog.dark-violet/style.css?17743518596849 */
/* /local/components/korus/kk.share/templates/blog/style.min.css?1730119263695 */
/* /local/templates/site_kc/components/bitrix/news.list/blog/style.css?17743518596470 */
/* /local/templates/site_kc/components/bitrix/system.pagenavigation/blog/style.css?17743518592254 */
/* /local/templates/site_kc/components/bitrix/menu/blog-horizontal/style.css?17743518592298 */
/* /local/templates/site_kc/components/bitrix/menu/blog-select/style.css?17743518591472 */
