/* https://www.paratype.ru/fonts/pt/pt-root-ui  */
@font-face {
	font-family: 'PTRootUIWebLight';
	src: 
		url('../fonts/pt-root-ui_light.woff2') format('woff2'),
		url('../fonts/pt-root-ui_light.woff') format('woff');
	font-weight: 300;
}
@font-face {
	font-family: 'PTRootUIWebRegular';
	src: 
		url('../fonts/pt-root-ui_regular.woff2') format('woff2'),
		url('../fonts/pt-root-ui_regular.woff') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: 'PTRootUIWebMedium';
	src: 
		url('../fonts/pt-root-ui_medium.woff2') format('woff2'),
		url('../fonts/pt-root-ui_medium.woff') format('woff');
	font-weight: 500;
}
@font-face {
	font-family: 'PTRootUIWebBold';
	src: 
		url('../fonts/pt-root-ui_bold.woff2') format('woff2'),
		url('../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('../fonts/pt-root-ui_vf.ttf') format('truetype');
	font-weight: 300;
	font-variation-settings: "wght" 300;
}
@font-face {
	font-family: 'PTRootUIVFRegular';
	src: 
		url('../fonts/pt-root-ui_vf.ttf') format('truetype');
	font-weight: 400;
	font-variation-settings: "wght" 400;
}
@font-face {
	font-family: 'PTRootUIVFMedium';
	src: 
		url('../fonts/pt-root-ui_vf.ttf') format('truetype');
	font-weight: 500;
	font-variation-settings: "wght" 500;
}
@font-face {
	font-family: 'PTRootUIVFBold';
	src: 
		url('../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;
}