html, body {
	scroll-behavior: smooth;
}
.navbar-primary .navbar-nav > li > a:hover,
.navbar-nav .sub-menu > li > a:hover,
li.current-menu-item > a,
li.cs-mega-menu-child.active-item > a,
.cs-bg-dark.navbar-primary .navbar-nav ul li.current-menu-ancestor > a,
.cs-bg-dark.navbar-primary .navbar-nav ul li.current-menu-item > a,
.cs-bg-dark.navbar-primary .navbar-nav li.cs-mega-menu-child.active-item > a {
	color: #1d6daf;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #2B2B2B;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, .h1 a:hover, .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
	color: #1d6daf;
}
.cs-widget-term-current>a {
	pointer-events: none;
}

.entry-more a:hover {
	color: #1d6daf;
	border-color: #1d6daf;
}

.cs-overlay-background:after {
	background: #0D1183;
	background: linear-gradient(0deg,rgba(13, 17, 131, 1) 0%, rgba(237, 221, 83, 0) 100%);
}

.entry-header .entry-title,
.headings-large .post-archive .entry-title,
.headings-large .cs-card .entry-title {
	font-size: 1.5rem;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.entry-excerpt {
    color: #2B2B2B;
	font-family: 'Inter', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.entry .entry-header {
	margin-bottom: 2rem;
}

.site-content .sidebar-area {
	display: block;
}
.site-content .sidebar-area .sidebar {
	max-width: 100%;
}
.pk-widget-posts .pk-post-data .entry-title {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.header-social-text {
	margin-right: 1rem;
	align-self: center;
	display: flex;
	align-items: center;
	gap: 1rem;
}
.header-phone-text {
	color: #0d1183;
	font-family: inter-bold;
	transition: .3s;
}
.header-social-text:hover .header-phone-text {
	text-decoration: none;
	color: #1d6daf;
}

.header-phone {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	color: inherit;
	text-decoration: none;
}

.header-phone-icon {
	flex-shrink: 0;
}
.header-phone-icon path {
	transition: .3s;
}
.header-social-text:hover .header-phone-icon path {
	stroke: #1d6daf;
}

.header-cta-button {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	background-color: #0d1183;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: 0.2s ease-in-out;
}

.header-cta-button:hover,
.header-cta-button:focus {
	background-color: #1d6daf;
	color: #fff;
	text-decoration: none;
}

.footer-social-text {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

.footer-phone {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	color: inherit;
	text-decoration: none;
}

.footer-phone-text {
	font-family: inter-bold;
	transition: 0.3s;
}

.footer-phone-icon {
	flex-shrink: 0;
}

.footer-phone-icon path {
	transition: 0.3s;
}

.footer-phone:hover .footer-phone-text,
.footer-phone:focus .footer-phone-text {
	color: #1d6daf;
	text-decoration: none;
}

.footer-phone:hover .footer-phone-icon path,
.footer-phone:focus .footer-phone-icon path {
	stroke: #1d6daf;
}

.footer-legal-links {
	margin-top: 0.5rem;
	font-size: 0.9em;
}
.footer-legal-links a {
	color: inherit;
	text-decoration: underline;
	transition: 0.2s;
}
.footer-legal-links a:hover,
.footer-legal-links a:focus {
	color: #1d6daf;
}

@media (min-width: 1380px) {
    .headings-large .cs-homepage-post:not(:first-child) .entry-title,
	.headings-large h3,
	.headings-large .h3 {
        font-size: 1.125rem;
    }
}

@media (max-width: 1019px) {
	.section-hero .hero-title {
		max-width: 500px;
	}
}

@media (max-width: 560px) {
	.section-hero .cs-overlay-background img {
		object-position: 20%;
	}
	.section-hero .cs-container {
		padding: 0;
	}
	.section-hero .hero-title {
		font-size: 2rem;
	}
	.section-hero .hero-description {
		font-size: 1rem;
	}
}

@media (min-width: 1020px) {
	.cs-homepage-posts {
		row-gap: 3rem;
	}
}

.cs-header {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.cs-header-content {
	flex: 1;
}

@media (min-width: 720px) {
	.cs-header {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		gap: 2rem;
	}
}

.cs-header-subtitle {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	font-weight: 500;
	color: #1d6daf;
}
.headings-large h2 a {
	font-family: inter-regular!important;
}


.cs-header-title {
	font-weight: 500;
	margin: 0 0 1rem;
	font-size: 2rem;
	line-height: 1.2;
	font-family: inter-medium;
}

@media (min-width: 720px) {
	.cs-header-title {
		font-size: 2.5rem;
	}
}

.cs-header-description {
	margin: 0;
	max-width: 620px;
	color: #2B2B2B;
}

.cs-header-button {
	display: inline-block;
	flex-shrink: 0;
	padding: 0.9375rem 1.875rem;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background-color: #0d1183;
	font-weight: 500;
	color: #fff;
	transition: 0.15s ease-in-out;
}

.cs-header-button:hover,
.cs-header-button:focus {
	background-color: #1d6daf;
	color: #fff;
	text-decoration: none;
}

.section-homepage-cta {
	padding-top: 3rem;
	padding-bottom: 3em;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.cs-video-facade {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
	/* cursor: pointer; */
}

.cs-video-poster {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cs-video-facade-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border: none;
	border-radius: 50%;
	background: rgba(13, 17, 131, 0.9);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.cs-video-facade-play:hover,
.cs-video-facade-play:focus {
	background: #1d6daf;
	transform: translate(-50%, -50%) scale(1.05);
}

.cs-video-facade-play svg {
	margin-left: 3px;
}

.cs-video-facade-active {
	cursor: default;
}

.cs-video-iframe,
.cs-video-element {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.cs-cta-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

.cs-cta-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.section-homepage-video .cs-cta-content {
	margin-bottom: 2rem;
}

.cs-cta-videos {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: start;
}

.cs-cta-subtitle {
	margin: 0;
}

.cs-cta-title {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.2;
}

.cs-cta-text>*:last-child {
	margin-bottom: 0;
}

.cs-cta-media {
	max-width: 100%;
	margin-inline: auto;
	width: 100%;
}

.cs-cta-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

.cs-cta-actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.cs-cta-button {
	display: inline-block;
	padding: 0.625rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: 0.15s ease-in-out;
}

.cs-cta-button-primary {
	background-color: #0d1183;
	border-color: #0d1183;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.cs-cta-button-primary:hover,
.cs-cta-button-primary:focus {
	background-color: #1d6daf;
	border-color: #1d6daf;
	color: #fff;
	text-decoration: none;
}

.cs-cta-button-secondary {
	background-color: transparent;
	border-color: #0d1183;
	color: #0d1183 !important;
}

.cs-cta-button-secondary:hover,
.cs-cta-button-secondary:focus {
	background-color: #0d1183;
	color: #fff !important;
	text-decoration: none;
}

.cs-cta-button-white {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #2B2B2B !important;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
}

.cs-cta-button-white:hover {
	background-color: #1d6daf;
	border-color: #1d6daf;
	color: #FFFFFF !important;
}

.cs-cta-button-white-border {
	background-color: transparent;
	border-color: #FFFFFF;
	color: #FFFFFF !important;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
}

.cs-cta-button-white-border:hover {
	border-color: #1d6daf;
	color: #1d6daf !important;
}

@media (min-width: 720px) {
	.cs-cta-title {
		font-size: 2rem;
	}

	.cs-cta-actions {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
}

@media (min-width: 640px) {
	.cs-cta-videos {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
}

@media (min-width: 1020px) {
	.cs-cta-grid {
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
		/* align-items: center; */
	}

	.cs-cta-media {
		max-width: none;
		margin-inline: 0;
	}

	.cs-cta-title {
		font-size: 2.5rem;
	}
}

.cs-modal[hidden] {
	display: none;
}

.cs-modal {
	position: fixed;
	inset: 0;
	z-index: 1050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 0;
	transition: opacity 0.25s ease-out;
}

.cs-modal.cs-modal-open {
	opacity: 1;
}

.cs-modal-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(15, 23, 42, 0.6);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.cs-modal-dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 540px;
	max-height: calc(100vh - 2rem);
	overflow-y: auto;
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.25), 0 4px 12px rgba(15, 23, 42, 0.1);
	transform: translateY(16px) scale(0.98);
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cs-modal.cs-modal-open .cs-modal-dialog {
	transform: translateY(0) scale(1);
}

.cs-modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background-color: transparent;
	color: #94a3b8;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
	-webkit-appearance: none;
	appearance: none;
}

.cs-modal-close:hover,
.cs-modal-close:focus {
	background-color: #f1f5f9;
	color: #0f172a;
	outline: 0;
}

.cs-modal-close-icon {
	display: block;
	pointer-events: none;
}

.cs-modal-dialog {
	padding-top: 3rem;
}

.cs-modal-body {
	padding-right: 0;
}

body.cs-modal-active {
	overflow: hidden;
}

.cs-modal-body .wpcf7,
.cs-modal-body .wpcf7-form {
	margin: 0;
}

.cs-modal-body .wpcf7-form>p {
	margin: 0 0 1rem;
}

.cs-modal-body .wpcf7-form>p:last-of-type {
	margin-bottom: 0;
}

.cs-modal-body .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.cs-modal-body .wpcf7-form label {
	display: block;
	margin-bottom: 0.375rem;
	font-size: 0.9375rem;
	font-weight: 500;
	color: #0f172a;
}

.cs-modal-body .wpcf7-form input[type="text"],
.cs-modal-body .wpcf7-form input[type="email"],
.cs-modal-body .wpcf7-form input[type="tel"],
.cs-modal-body .wpcf7-form input[type="url"],
.cs-modal-body .wpcf7-form input[type="number"],
.cs-modal-body .wpcf7-form input[type="search"],
.cs-modal-body .wpcf7-form input[type="date"],
.cs-modal-body .wpcf7-form input[type="time"],
.cs-modal-body .wpcf7-form select,
.cs-modal-body .wpcf7-form textarea {
	display: block;
	width: 100%;
	padding: 0.75rem 0.875rem;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background-color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	color: #0f172a;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cs-modal-body .wpcf7-form textarea {
	min-height: 120px;
	resize: none;
}

.cs-modal-body .wpcf7-form input:focus,
.cs-modal-body .wpcf7-form select:focus,
.cs-modal-body .wpcf7-form textarea:focus {
	outline: 0;
	border-color: #0d1183;
	box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.18);
}

.cs-modal-body .wpcf7-form input[aria-invalid="true"],
.cs-modal-body .wpcf7-form textarea[aria-invalid="true"],
.cs-modal-body .wpcf7-form select[aria-invalid="true"] {
	border-color: #dc2626;
}

.cs-modal-body .wpcf7-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 0.375rem;
	font-size: 0.8125rem;
	color: #dc2626;
}

.cs-modal-body .wpcf7-form .wpcf7-list-item {
	display: inline-flex;
	align-items: center;
	margin: 0 1rem 0.5rem 0;
}

.cs-modal-body .wpcf7-form .wpcf7-list-item-label {
	font-size: 0.9375rem;
}

.cs-modal-body .wpcf7-form .wpcf7-submit {
	display: inline-block;
	width: 100%;
	padding: 0.875rem 1.5rem;
	border: 0;
	border-radius: 8px;
	background-color: #0d1183;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.15s ease, transform 0.1s ease;
	-webkit-appearance: none;
	appearance: none;
}

.cs-modal-body .wpcf7-form .wpcf7-submit:hover,
.cs-modal-body .wpcf7-form .wpcf7-submit:focus {
	background-color: #1d6daf;
}

.cs-modal-body .wpcf7-form .wpcf7-submit:active {
	transform: translateY(1px);
}

.cs-modal-body .wpcf7-spinner {
	background-color: transparent;
	margin-left: 0.5rem;
}

.cs-modal-body .wpcf7-response-output {
	margin: 1rem 0 0 !important;
	padding: 0.75rem 1rem !important;
	border-radius: 8px;
	border: 0 !important;
	font-size: 0.9375rem;
}

.cs-modal-body .wpcf7 form.sent .wpcf7-response-output {
	background-color: #d1fae5;
	color: #065f46;
}

.cs-modal-body .wpcf7 form.invalid .wpcf7-response-output,
.cs-modal-body .wpcf7 form.unaccepted .wpcf7-response-output,
.cs-modal-body .wpcf7 form.payment-required .wpcf7-response-output,
.cs-modal-body .wpcf7 form.failed .wpcf7-response-output,
.cs-modal-body .wpcf7 form.aborted .wpcf7-response-output,
.cs-modal-body .wpcf7 form.spam .wpcf7-response-output {
	background-color: #fee2e2;
	color: #991b1b;
}

.archive-grid-3 {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.archive-grid-3 article {
	margin-top: 0 !important;
}

@media (min-width: 720px) {
	.archive-grid-3 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1020px) {
	.archive-grid-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.section-homepage-features {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.section-homepage-contacts {
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: 1px solid #efefef;
}

.site-content {
	padding-bottom: 3rem;
}

.section-homepage-archive {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.cs-archive-header {
	margin-bottom: 2rem;
	text-align: center;
}

.cs-archive-description {
	margin: 0.5rem auto 0;
	max-width: 720px;
	color: #2B2B2B;
	font-size: 1rem;
	line-height: 1.6;
}

.cs-archive-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 720px) {
	.cs-archive-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1020px) {
	.cs-archive-grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 2rem;
	}
}

.cs-archive-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	color: inherit;
	text-decoration: none;
}

.cs-archive-card-link {
	transition: transform 0.2s ease;
}

/* .cs-archive-card-link:hover,
.cs-archive-card-link:focus-visible {
	transform: translateY(-3px);
	color: inherit;
	text-decoration: none;
} */

.cs-archive-image-wrap {
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 4 / 3;
	background-color: #f1f3f5;
}

.cs-archive-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.cs-archive-card-link:hover .cs-archive-image,
.cs-archive-card-link:focus-visible .cs-archive-image {
	transform: scale(1.04);
}

.cs-archive-card-title {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: 500;
}

.cs-archive-card-link:hover .cs-archive-card-title,
.cs-archive-card-link:focus-visible .cs-archive-card-title {
	color: #1d6daf;
}

.cs-archive-actions {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.cs-archive-load-more {
	cursor: pointer;
	border: 0;
}

.cs-pre-footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.cs-pre-footer .powerkit_opt_in_subscription_widget {
	padding: 2rem 3rem;
	background-color: #FFFFFF;
	border-radius: 20px;
}

.site-footer {
	margin-top: 0;
}

.cs-contacts-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: start;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr;
}
.form-full {
	display: block;
	width: 100%;
}
.wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1rem;
}

.wpcf7 .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
	margin-top: 0.5rem;
}

.form-row label {
	display: block;
}




@media (min-width: 1020px) {
	.cs-contacts-grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}

	.form-row {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1rem;
	}

	.wpcf7-radio {
		grid-template-columns: repeat(3, 1fr);
	}
}

.cs-contacts-info {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.cs-contacts-subtitle {
	margin: 0;
}

.cs-contacts-title {
	margin: 0 0 0.5rem;
	font-size: 2rem;
	line-height: 1.15;
	font-weight: 700;
}

@media (min-width: 720px) {
	.cs-contacts-title {
		font-size: 2.5rem;
	}
}

.cs-contacts-description {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #2B2B2B;
}

.cs-contacts-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.cs-contacts-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 1rem;
	color: #2B2B2B;
}

.cs-contacts-icon {
	flex-shrink: 0;
	color: #0d1183;
}

.cs-contacts-link {
	color: inherit;
	text-decoration: underline;
	transition: color 0.2s;
}

.cs-contacts-link:hover,
.cs-contacts-link:focus {
	color: #1d6daf;
}

.cs-contacts-form {
	width: 100%;
}

.cs-features-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

.cs-features-media {
	max-width: 100%;
	width: 100%;
	margin-inline: auto;
	order: 2;
}

.cs-features-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	order: 1;
}

.cs-features-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

.cs-features-title {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.2;
}

.cs-features-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.cs-features-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.cs-features-icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
}

.cs-features-icon-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cs-features-body {
	flex: 1;
	min-width: 0;
}

.cs-features-item-title {
	margin: 0 0 0.25rem;
	font-size: 1.125rem!important;
	line-height: 1.3;
}

.cs-features-item-text {
	margin: 0 0 0.5rem;
	opacity: 0.85;
}

.cs-features-item-link {
	display: inline-block;
	font-weight: 500;
	color: #1d6daf;
	text-decoration: none;
}

.cs-features-item-link:hover,
.cs-features-item-link:focus {
	color: #1d6daf;
	text-decoration: underline;
}

@media (min-width: 720px) {
	.cs-features-title {
		font-size: 2rem;
	}
}

@media (min-width: 1020px) {
	.cs-features-grid {
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
		align-items: center;
	}

	.cs-features-media {
		max-width: none;
		margin-inline: 0;
	}

	.cs-features-title {
		font-size: 2.5rem;
	}
}

.pk-social-links-max .pk-icon::before,
.pk-social-links-yandexmessenger .pk-icon::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.pk-social-links-max .pk-icon::before {
	-webkit-mask-image: url("../img/social-max-mono.svg");
	mask-image: url("../img/social-max-mono.svg");
}

.pk-social-links-yandexmessenger .pk-icon::before {
	background-image: url('../img/social-yandexmessenger-mono.svg');
	background-repeat: no-repeat;
	background-position: 50%;
}

.pk-social-links-scheme-bold .pk-social-links-max .pk-social-links-link,
.pk-social-links-scheme-light-rounded .pk-social-links-max .pk-social-links-link {
	color: #5533EE;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pk-social-links-scheme-bold .pk-social-links-yandexmessenger .pk-social-links-link,
.pk-social-links-scheme-light-rounded .pk-social-links-yandexmessenger .pk-social-links-link {
	color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-max .pk-icon,
.pk-social-links-scheme-bold-rounded .pk-social-links-yandexmessenger .pk-icon {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-max .pk-icon {
	background-image: url("../img/social-max.svg");
}

.pk-social-links-scheme-bold-rounded .pk-social-links-yandexmessenger .pk-icon {
	background-image: url("../img/social-yandexmessenger.svg");
}

.pk-social-links-scheme-bold-rounded .pk-social-links-max .pk-icon::before,
.pk-social-links-scheme-bold-rounded .pk-social-links-yandexmessenger .pk-icon::before {
	content: none;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-max .pk-social-links-link,
.pk-social-links-scheme-bold-rounded .pk-social-links-yandexmessenger .pk-social-links-link {
	background-color: transparent;
}

.pk-social-links-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pk-social-links-icon:hover {
	opacity: 0.8;
}

.home .navbar-brand {
	pointer-events: none;
	cursor: default;
}

.cs-sort {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e9ecef;
	align-items: center;
	max-width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

.archive-main>.cs-sort {
	grid-column: 1 / -1;
	flex-basis: 100%;
	width: 100%;
	-webkit-column-span: all;
	column-span: all;
}

.archive-count {
	display: none !important;
}

.post-archive.cs-sort-loading {
	position: relative;
	min-height: 200px;
	opacity: 0.5;
	transition: opacity 0.2s;
	pointer-events: none;
}

.post-archive.cs-sort-loading::after {
	content: "";
	position: absolute;
	top: 1.5rem;
	left: 50%;
	width: 28px;
	height: 28px;
	border: 3px solid #dee2e6;
	border-top-color: #0d1183;
	border-radius: 50%;
	animation: cs-sort-spin 0.6s linear infinite;
	transform: translateX(-50%);
}

@keyframes cs-sort-spin {
	to {
		transform: translateX(-50%) rotate(360deg);
	}
}

.archive-main>.cs-sort+article {
	margin-top: 0 !important;
}

.cs-widget-terms {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cs-widget-term+.cs-widget-term {
	margin-top: 0.25rem;
}

.cs-widget-term a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.5rem 0.75rem;
	border-radius: 6px;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.12s, color 0.12s;
}

.cs-widget-term a:hover,
.cs-widget-term a:focus {
	background-color: #f1f3f5;
	color: inherit;
	text-decoration: none;
}

.cs-widget-term-name {
	flex: 1;
	min-width: 0;
}

.cs-widget-term-count {
	flex-shrink: 0;
	font-size: 0.8125rem;
	color: #adb5bd;
}

.cs-widget-term-current>a {
	background-color: #0d1183;
	color: #fff;
}

.cs-widget-term-current>a:hover,
.cs-widget-term-current>a:focus {
	background-color: #1d6daf;
	color: #fff;
}

.cs-widget-term-current .cs-widget-term-count {
	color: rgba(255, 255, 255, 0.75);
}

.cs-widget-tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
}

.cs-widget-tag a {
	display: inline-block;
	padding: 0.25rem 0.625rem;
	border: 1px solid #dee2e6;
	border-radius: 999px;
	font-size: 0.8125rem;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.12s, border-color 0.12s, color 0.12s;
}

.cs-widget-tag a:hover,
.cs-widget-tag a:focus {
	border-color: #adb5bd;
	background-color: #f1f3f5;
	color: inherit;
	text-decoration: none;
}

.cs-widget-tag-current a {
	background-color: #0d1183;
	border-color: #0d1183;
	color: #fff;
}

.cs-widget-tag-current a:hover,
.cs-widget-tag-current a:focus {
	background-color: #1d6daf;
	border-color: #1d6daf;
	color: #fff;
}

@media (min-width: 720px) {
	.cs-sort {
		flex-direction: row;
		align-items: center;
		gap: 1rem;
	}
}

.cs-sort-count {
	display: flex;
	align-items: baseline;
	gap: 0.4rem;
	font-size: 0.9375rem;
}

.cs-sort-count-number {
	font-weight: 700;
	font-size: 1.0625rem;
}

.cs-sort-count-label {
	opacity: 0.65;
}

.cs-sort-dropdown {
	position: relative;
	flex-shrink: 0;
}

.cs-sort-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.875rem;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	background-color: #fff;
	font: inherit;
	font-size: 0.9375rem;
	color: inherit;
	cursor: pointer;
	transition: 0.3s;
}

.cs-sort-toggle:hover,
.cs-sort-open .cs-sort-toggle {
	border-color: #adb5bd;
	background-color: #f8f9fa;
	color: #000;
}

.cs-sort-toggle-prefix {
	opacity: 0.65;
}

.cs-sort-toggle-current {
	font-weight: 600;
}

.cs-sort-toggle .cs-icon {
	margin-left: 0.25rem;
	font-size: 0.85em;
	transition: transform 0.2s;
}

.cs-sort-open .cs-sort-toggle .cs-icon {
	transform: rotate(180deg);
}

.cs-sort-list {
	position: absolute;
	top: calc(100% + 0.5rem);
	right: 0;
	z-index: 100;
	min-width: 220px;
	width: 100%;
	margin: 0;
	padding: 0.375rem 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.cs-sort-item {
	margin: 0;
}

.cs-sort-link {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 0.9375rem;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.12s;
}

.cs-sort-link:hover,
.cs-sort-link:focus {
	background-color: #f1f3f5;
	color: inherit;
	text-decoration: none;
}

.cs-sort-item-current .cs-sort-link {
	font-weight: 600;
	color: #0d1183;
}

.cs-sort-item-disabled .cs-sort-link {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}


.hero-actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

@media (min-width: 720px) {
	.hero-actions {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
}

.hero-center .hero-actions {
	justify-content: center;
}

.hero-right .hero-actions {
	justify-content: flex-end;
}

.page .site-main .entry .archive-grid {
	padding: 1rem 0 0;
}

.page-header-has-description {
	padding-bottom: 3rem;
}

.archive-grid {
	padding-top: 3rem;
}

.archive-grid article:nth-child(-n+2) {
	margin-top: 0;
}

.cs-sort+article,
.cs-sort+article+article {
	margin-top: 0 !important;
}

@media (max-width: 1199px) {
	.page-header-has-description {
		margin-bottom: 0;
	}

	.archive-grid {
		padding-top: 0;
	}
}

@media (max-width: 719px) {
	.cs-sort {
		max-width: 100%;
	}
}

.footer-sidebars .sidebar-footer .widget_nav_menu .menu {
	margin-bottom: 2rem;
}

.footer-sidebars .sidebar-footer .widget_nav_menu .menu>.menu-item:not(:first-child) {
	border: none;
}

.footer-sidebars .sidebar-footer .widget_nav_menu .menu>li>a {
	display: inline-block;
	padding: 0;
}

.footer-sidebars .sidebar-footer .widget_nav_menu .menu>li>a::after {
	content: none;
}

.footer-sidebars .sidebar-footer .title-block {
	margin-bottom: 0.5rem;
}

.site-info {
	gap: 1.5rem;
}

@media (min-width: 720px) {
	.footer-sidebars .sidebar-footer .widget_nav_menu .menu {
		margin-bottom: 0;
	}

	.footer-sidebars .sidebar-footer .title-block {
		margin-bottom: 1.5rem;
	}
}

/* Star rating widget
   ----------------------------------------------------------------------- */

.post-rating {
	margin: 2.5rem 0;
	padding: 1.5rem 1.75rem;
	border: 1px solid #ececec;
	border-radius: 6px;
	background: #fafafa;
}

.post-rating .title-rating {
	margin: 0 0 1rem;
}

.post-rating-stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.post-rating-stars-display {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	white-space: nowrap;
	font-family: "Arial", sans-serif;
}

.post-rating-stars-display .post-rating-stars-base {
	color: #d8d8d8;
}

.post-rating-stars-display .post-rating-stars-fill {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #f5b400;
	width: 0;
	transition: width 0.25s ease;
}

.post-rating-numbers {
	font-size: 0.95rem;
	color: #555;
}

.post-rating-numbers .post-rating-avg {
	font-weight: 600;
	color: #222;
	margin-right: 0.25em;
}

.post-rating-numbers .post-rating-of {
	color: #777;
	margin-right: 0.5em;
}

.post-rating-input {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.post-rating-input .post-rating-star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
	color: #c8c8c8;
	font-size: 1.4rem;
	cursor: pointer;
	transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.post-rating-input .post-rating-star:hover,
.post-rating-input .post-rating-star.is-hover,
.post-rating-input .post-rating-star.is-active {
	color: #f5b400;
	border-color: #f5b400;
}

.post-rating.is-busy .post-rating-input {
	pointer-events: none;
	opacity: 0.6;
}

.post-rating-prompt {
	margin: 0;
	font-size: 0.9rem;
	color: #666;
}

.post-rating-prompt .post-rating-user-vote {
	font-weight: 700;
	color: #222;
}

.pk-share-buttons-items, .pk-share-buttons-item  {
	display: none;
}
.entry-sidebar-wrap .pk-share-buttons-items, .pk-share-buttons-mail {
	display: flex;
}
.entry-container .entry-content-wrap {
	max-width: 100%;
	width: 100%;
	flex: 1;
}