@charset "UTF-8";
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}/**
 * Blocks
 */
/** == Kandinsky-specific widgets (_widgetsn.scss) == */
:root {
	--knd-color-white: #ffffff;
	--knd-color-black: #000000;
	--knd-color-light-grey: #f7f8f8;
	--knd-color-light-blue: #f5fafe;
	--knd-header-height: 124px;
	--knd-font-family-button: var(--knd-font-family-base);
	--knd-button-border-radius: .5em;
	--knd-image-border-radius: 8px;
	--knd-adminbar-height: 32px;
	--scroll-bar-width: 15px;
}

@media (max-width: 765px) {
	body {
		--knd-adminbar-height: 46px;
	}
}

/**
 * Common Blocks Style
 */
:root {
	--knd-content-width: 720px;
	--knd-medium-content-width: 1200px;
	/* 1080px; */
	--knd-image-border-radius: 8px;
	--knd-button-border-radius: .5em;
	--knd-header-height: 124px;
	--knd-block-link-color: var(--knd-color-main);
}

.knd-container {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.knd-container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 1200px) {
	.knd-container {
		max-width: var(--knd-medium-content-width);
	}
}

.knd-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.knd-col {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.knd-container-md {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* Embeds */
.wp-block-separator {
	margin-top: 26px;
	margin-bottom: 26px;
}

/* Columns */
.wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-columns .wp-block-column *:last-child {
	margin-bottom: 0;
}

@media (max-width: 781px) {
	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 26px;
	}
}

/* Group */
.wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}

.wp-block-group__inner-container *:last-child {
	margin-bottom: 0;
}

@media (max-width: 781px) {
	.wp-block-group__inner-container:not(:last-child) {
		margin-bottom: 26px;
	}
}

.entry-content .wp-block-group:not(:last-child) {
	margin-bottom: 1.75em;
}

/* Embeds */
.wp-block-embed figcaption {
	color: var(--knd-page-text-color-light);
	font-size: 14px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.55;
}

.wp-block-embed-responsive {
	position: relative;
	margin: 26px auto;
}

.wp-block-embed-responsive:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.wp-block-embed-responsive iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Cover */
.wp-block-cover:not(.alignfull) {
	margin-top: 25px;
	margin-bottom: 25px;
}

@media (min-width: 1200px) {
	.the-content .wp-block-cover.alignwide {
		width: auto;
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
}

@media (min-width: 768px) {
	.the-content .wp-block-cover.alignfull {
		width: auto;
		margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	}
}

.wp-block-media-text {
	margin-bottom: 26px;
}

.wp-block-table {
	width: 100%;
	min-width: 240px;
	border-collapse: collapse;
	font-size: 14px;
}

.wp-block-table thead,
.wp-block-table tfoot {
	text-align: center;
}

.wp-block-table th {
	font-family: var(--knd-font-family-headings);
}

.wp-block-table td,
.wp-block-table th {
	padding: 15px 10px;
	border: 1px solid;
}

.wp-block-table.is-style-stripes {
	border-color: var(--knd-color-light-grey);
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	border-width: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--knd-color-light-grey);
}

.wp-block-table.is-style-underline th,
.wp-block-table.is-style-underline td {
	border-width: 0;
	font-weight: 600;
	vertical-align: middle;
}

.wp-block-table.is-style-underline tr {
	border-bottom: 1px solid #c5c5c5;
}

.wp-block-table.is-style-underline tbody tr:hover {
	background-color: #f3f3f3;
}

.wp-block-table:not(:first-child) {
	margin-top: 25px;
}

.wp-block-table:not(:last-child) {
	margin-bottom: 25px;
}

.wp-block-table.lignwide, .wp-block-table.alignfull {
	width: initial;
}

.the-content .wp-block-table a,
.editor-styles-wrapper .wp-block-table a {
	border-bottom: none;
}

.the-content .wp-block-table a:hover,
.editor-styles-wrapper .wp-block-table a:hover {
	text-decoration: underline;
}

.the-content .wp-block-table a:hover .has-inline-color,
.editor-styles-wrapper .wp-block-table a:hover .has-inline-color {
	text-decoration: underline;
}

/**
 * Block Image
 */
.wp-block-image:not(.is-style-rounded) {
	border-radius: var(--knd-image-border-radius);
}

.wp-block-image figcaption {
	color: #95a4ad;
	font-size: 0.85rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	text-align: center;
	border-bottom-right-radius: var(--knd-image-border-radius);
	border-bottom-left-radius: var(--knd-image-border-radius);
}

/**
 * Block Gallery
 */
/* Gallery */
.wp-block-gallery {
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-gallery .wp-block-image > a {
	border-bottom: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 0.85rem;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	color: #95a4ad;
}

.wp-block-gallery ul li:before {
	content: none !important;
}

.wp-block-gallery ul li:before {
	content: none !important;
}

.wp-block-gallery ul {
	margin: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
	padding-left: 0;
}

.wp-block-gallery .blocks-gallery-item:last-child {
	margin-bottom: 1em;
}

.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: 100%;
	-ms-flex: 1;
	flex: 1;
	object-fit: cover;
}

.wp-block-gallery .blocks-gallery-item img {
	transition: opacity 0.3s;
}

.wp-block-gallery .blocks-gallery-item a {
	border-bottom: 0;
}

.wp-block-gallery .blocks-gallery-item a:hover img {
	opacity: .8;
}

@media (min-width: 768px) {
	.the-content .wp-block-gallery.alignfull {
		margin-left: calc( ( ( 100vw - ( var(--knd-content-width) + var(--scroll-bar-width) ) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - ( var(--knd-content-width) + var(--scroll-bar-width) ) ) / 2 ) * -1);
	}
}

@media (min-width: 1200px) {
	.the-content .wp-block-gallery.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
}

/* Separator */
@media (min-width: 1200px) {
	.entry-content > .wp-block-separator {
		border-bottom: 0;
	}
	.entry-content > .wp-block-separator.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - 40px - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - 40px - var(--knd-content-width) ) / 2 ) * -1);
	}
}

/**
 * Buttons
 */
.knd-button, .knd-event__booking .em-booking-form-details .em-booking-submit, .knd-event__login [name="wp-submit"] {
	font-family: var(--knd-font-family-base);
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	padding: 12px 20px;
	color: #fff;
	background: var(--knd-color-main);
	border: 2px solid var(--knd-color-main);
	border-radius: var(--knd-button-border-radius);
	text-transform: uppercase;
	line-height: 1;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
	white-space: nowrap;
}

.knd-button:hover, .knd-event__booking .em-booking-form-details .em-booking-submit:hover, .knd-event__login :hover[name="wp-submit"] {
	background: var(--knd-color-main-active);
	border-color: var(--knd-color-main-active);
}

.knd-button-outline {
	background-color: #fff;
	color: var(--knd-color-main);
}

.knd-button-outline:hover {
	background-color: #fff;
	color: var(--knd-color-main-active);
	border-color: 2px solid var(--knd-color-main-active);
}

.knd-button-xs {
	padding: 8px 10px;
	font-size: 12px;
}

.knd-button-sm {
	padding: 12px 16px;
	font-size: 14px;
}

.knd-button-lg {
	font-size: 18px;
	padding: 12px 20px;
}

.knd-button-xl {
	font-size: 31px;
	padding: 16px 30px;
}

/**
 * Carousel
 */
.knd-block-carousel .flickity-button {
	background: #fff;
}

.knd-block-carousel .flickity-button-icon {
	fill: var(--knd-color-main);
}

.knd-block-carousel .flickity-button:hover {
	background: #E6E6E6;
}

.knd-block-carousel .flickity-prev-next-button {
	width: 42px;
	height: 42px;
	border: 2px solid #E6E6E6;
}

@media (min-width: 1250px) {
	.knd-block-carousel .flickity-prev-next-button.previous {
		left: -30px;
	}
	.knd-block-carousel .flickity-prev-next-button.next {
		right: -30px;
	}
}

.knd-block-carousel .flickity-slider {
	display: -ms-flexbox;
	display: flex;
}

.wp-block-knd-partners .knd-block-carousel .flickity-slider {
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-knd-partners .knd-block-carousel .flickity-slider .knd-block-item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.knd-block-carousel.flickity-buttons-top .flickity-prev-next-button.previous {
	left: auto;
	right: 75px;
	top: -40px;
}

.knd-block-carousel.flickity-buttons-top .flickity-prev-next-button.next {
	right: 20px;
	top: -40px;
}

.flickity-button-hidden {
	display: none;
}

/**
 * Section Links
 */
.knd-block .section-links {
	font-weight: bold;
	font-size: 18px;
	font-family: var(--knd-font-family-base);
	display: -ms-flexbox;
	display: flex;
}

.knd-block .section-links a {
	color: var(--knd-block-link-color);
	border-bottom: none;
	text-decoration: none;
	line-height: 1.33;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.knd-block .section-links a svg {
	margin-left: 5px;
	position: relative;
	right: 0;
	transition: right .1s;
}

.knd-block .section-links a:hover {
	border-bottom: transparent;
	text-decoration: none;
	color: var(--knd-block-link-color);
	opacity: .7;
}

.knd-block .section-links a:hover svg {
	right: -2px;
}

.knd-block .section-links a:not(:last-child) {
	margin-right: 30px;
}

/**
 * Block Hero
 */
:root {
	--knd-block-hero-background: #f7f8f8;
	--knd-block-hero-overlay-start: rgba(0, 0, 0, 0);
	--knd-block-hero-overlay-end: rgba(0, 0, 0, 0.8);
	--knd-block-hero-height: calc(100vh - var(--knd-header-height));
	--knd-button-color: #fff;
	--knd-button-color-hover: #fff;
	--knd-button-background: var(--knd-color-main);
	--knd-button-background-hover: var(--knd-color-main-active);
}

.knd-block-hero {
	background-color: var(--knd-block-hero-background);
	position: relative;
}

.knd-block-hero:before {
	content: '';
	display: block;
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, var(--knd-block-hero-overlay-start) 10%, var(--knd-block-hero-overlay-end) 100%);
	pointer-events: none;
}

.knd-block-hero .knd-block-hero__image-background {
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	position: absolute;
	z-index: 0;
}

.knd-block-hero__inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
}

.knd-block.alignnone .knd-block-hero__inner {
	-ms-flex-direction: column;
	flex-direction: column;
}

.knd-block-hero:not(.alignfull) .knd-block-hero__inner {
	margin-bottom: 30px;
	margin-top: 30px;
}

.knd-block-hero__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--knd-block-hero-color);
}

.knd-block.alignnone .knd-block-hero__content {
	-ms-flex-order: 2;
	order: 2;
}

.knd-block-hero .knd-block-hero__title {
	font-size: 36px;
	letter-spacing: .03em;
	font-weight: 700;
	margin-bottom: 26px;
	line-height: 1.2;
}

.knd-block-hero__text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 26px;
}

.knd-block-hero__text a {
	color: inherit !important;
	border-color: currentColor !important;
}

.knd-block-hero__text a:hover {
	border-color: transparent !important;
}

.knd-block-hero__figure {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.knd-block-hero__figure > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
}

.knd-block.alignnone .knd-block-hero__figure {
	padding-top: 0;
}

.knd-block-hero__actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.knd-block-hero__actions .knd-button, .knd-block-hero__actions .knd-event__booking .em-booking-form-details .em-booking-submit, .knd-event__booking .em-booking-form-details .knd-block-hero__actions .em-booking-submit, .knd-block-hero__actions .knd-event__login [name="wp-submit"], .knd-event__login .knd-block-hero__actions [name="wp-submit"] {
	margin-top: 15px;
	margin-right: 15px;
	text-decoration: none;
	color: var(--knd-button-color);
	background-color: var(--knd-button-background);
	border-color: var(--knd-button-background);
}

.knd-block-hero__actions .knd-button:focus, .knd-block-hero__actions .knd-event__booking .em-booking-form-details .em-booking-submit:focus, .knd-event__booking .em-booking-form-details .knd-block-hero__actions .em-booking-submit:focus, .knd-block-hero__actions .knd-event__login :focus[name="wp-submit"], .knd-event__login .knd-block-hero__actions :focus[name="wp-submit"] {
	color: var(--knd-button-color);
}

.knd-block-hero__actions .knd-button-outline {
	border-bottom-width: 2px;
	color: var(--knd-button-background);
	background-color: var(--knd-button-color);
}

.knd-block-hero__actions .knd-button-outline:focus {
	color: var(--knd-button-background);
}

.knd-block-hero__actions .knd-button:hover, .knd-block-hero__actions .knd-event__booking .em-booking-form-details .em-booking-submit:hover, .knd-event__booking .em-booking-form-details .knd-block-hero__actions .em-booking-submit:hover, .knd-block-hero__actions .knd-event__login :hover[name="wp-submit"], .knd-event__login .knd-block-hero__actions :hover[name="wp-submit"] {
	color: var(--knd-button-color-hover);
	background-color: var(--knd-button-background-hover);
	border-color: var(--knd-button-background-hover);
}

@media (min-width: 768px) {
	.knd-block-hero.alignfull .knd-block-hero__inner {
		min-height: var(--knd-block-hero-height);
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.knd-block-hero:not(.alignfull) .knd-block-hero__inner {
		padding: 60px;
	}
	.knd-block-hero.alignwide .knd-block-hero__inner {
		min-height: 500px;
	}
	.knd-block-hero:not(.alignnone) .knd-block-hero__content {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.knd-block-hero__inner {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.knd-block-hero__content {
		-ms-flex-order: 2;
		order: 2;
	}
	.knd-block-hero__actions {
		padding-top: 0;
	}
	.knd-block-hero__figure {
		padding-top: 0;
	}
	.knd-block-hero__figure > img {
		max-width: 400px;
		max-height: 300px;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.knd-block-hero__title {
		font-size: 28px;
	}
	.knd-block-hero__actions .knd-button, .knd-block-hero__actions .knd-event__booking .em-booking-form-details .em-booking-submit, .knd-event__booking .em-booking-form-details .knd-block-hero__actions .em-booking-submit, .knd-block-hero__actions .knd-event__login [name="wp-submit"], .knd-event__login .knd-block-hero__actions [name="wp-submit"] {
		font-size: 16px;
		padding: 9px 16px;
	}
}

/**
 * Block News
 */
:root {
	--knd-block-heading-color: var(--knd-color-headings);
	--knd-block-news-background: transparent;
	--knd-block-post-overlay-hover: rgba(255,255,255,.7);
	--knd-block-news-title-color: var(--knd-color-headings);
	--knd-block-news-meta-color:  var(--knd-color-headings);
	--knd-block-link-color: var(--knd-color-main);
	--knd-block-link-color-hover: var(--knd-color-main-active);
	--knd-block-post-date-color:  var(--knd-color-base);
	--knd-block-post-excerpt-color:  var(--knd-color-base);
	--knd-block-post-title-color: var(--knd-color-base);
	--knd-block-post-title-color-hover: var(--knd-color-main);
	--knd-block-post-title-fontsize: 18px;
	--knd-block-post-excerpt-fontsize: 14px;
	--knd-image-border-radius: 0;
}

.wp-block-knd-news,
.knd-block-news {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: var(--knd-block-news-background);
}

.wp-block-knd-news.has-background,
.knd-block-news.has-background {
	padding-left: 20px;
	padding-right: 20px;
}

.wp-block-knd-news.has-background.alignfull,
.knd-block-news.has-background.alignfull {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-knd-news.has-background:not(.alignfull),
.knd-block-news.has-background:not(.alignfull) {
	border-radius: var(--knd-image-border-radius);
}

.the-content .wp-block-knd-news.alignfull,
.the-content .knd-block-news.alignfull {
	margin-left: -30px;
	margin-right: -30px;
}

@media (min-width: 1200px) {
	.the-content .wp-block-knd-news.alignwide,
	.the-content .knd-block-news.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
	.wp-block-knd-news.has-background:not(.alignfull):not(.alignwide),
	.knd-block-news.has-background:not(.alignfull):not(.alignwide) {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (min-width: 768px) {
	.the-content .wp-block-knd-news.alignfull,
	.the-content .knd-block-news.alignfull {
		margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	}
}

.wp-block-knd-news .knd-col,
.knd-block-news .knd-col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	.wp-block-knd-news.knd-block-col-2 .knd-col,
	.knd-block-news.knd-block-col-2 .knd-col {
		-ms-flex: 0 0 calc( 100% / 2);
		flex: 0 0 calc( 100% / 2);
		max-width: calc( 100% / 2);
		width: calc( 100% / 2);
	}
	.wp-block-knd-news.knd-block-col-3 .knd-col,
	.knd-block-news.knd-block-col-3 .knd-col {
		-ms-flex: 0 0 calc( 100% / 3);
		flex: 0 0 calc( 100% / 3);
		max-width: calc( 100% / 3);
		width: calc( 100% / 3);
	}
	.wp-block-knd-news.knd-block-col-4 .knd-col,
	.knd-block-news.knd-block-col-4 .knd-col {
		-ms-flex: 0 0 calc( 100% / 4);
		flex: 0 0 calc( 100% / 4);
		max-width: calc( 100% / 4);
		width: calc( 100% / 4);
	}
}

.wp-block-knd-news .section-title,
.wp-block-knd-news .knd-block-title,
.knd-block-news .section-title,
.knd-block-news .knd-block-title {
	font-size: 24px;
	font-family: var(--knd-font-family-headings);
	color: var(--knd-block-heading-color);
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-knd-news .section-title.is-align-center,
.wp-block-knd-news .knd-block-title.is-align-center,
.knd-block-news .section-title.is-align-center,
.knd-block-news .knd-block-title.is-align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-block-knd-news .section-title > a,
.wp-block-knd-news .knd-block-title > a,
.knd-block-news .section-title > a,
.knd-block-news .knd-block-title > a {
	border: 0;
	color: var(--knd-block-heading-color);
	text-decoration: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-knd-news .section-title > a svg,
.wp-block-knd-news .knd-block-title > a svg,
.knd-block-news .section-title > a svg,
.knd-block-news .knd-block-title > a svg {
	margin-left: 5px;
	position: relative;
	right: 0;
	transition: right .1s;
}

.wp-block-knd-news .section-title > a:hover,
.wp-block-knd-news .knd-block-title > a:hover,
.knd-block-news .section-title > a:hover,
.knd-block-news .knd-block-title > a:hover {
	color: var(--knd-block-heading-color);
	opacity: .7;
}

.wp-block-knd-news .section-title > a:hover svg,
.wp-block-knd-news .knd-block-title > a:hover svg,
.knd-block-news .section-title > a:hover svg,
.knd-block-news .knd-block-title > a:hover svg {
	right: -2px;
}

.wp-block-knd-news .hentry,
.knd-block-news .hentry {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-knd-news .thumbnail-link,
.knd-block-news .thumbnail-link {
	border-bottom: 0;
	text-decoration: none;
	color: var(--knd-color-headings);
}

.wp-block-knd-news .entry-title,
.knd-block-news .entry-title {
	color: var(--knd-block-news-title-color);
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-family: var(--knd-font-family-headings);
	line-height: 1.25;
	transition: opacity 0.3s;
}

.wp-block-knd-news .hentry:hover .entry-title,
.knd-block-news .hentry:hover .entry-title {
	opacity: .7;
}

.wp-block-knd-news .entry-preview,
.knd-block-news .entry-preview {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: var(--knd-image-border-radius);
}

.wp-block-knd-news .entry-preview img,
.knd-block-news .entry-preview img {
	display: block;
	width: 100%;
	height: auto;
}

.wp-block-knd-news .entry-preview:after,
.knd-block-news .entry-preview:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 10;
	transition: background-color 0.3s;
}

.wp-block-knd-news .hentry:hover .entry-preview:after,
.knd-block-news .hentry:hover .entry-preview:after {
	background-color: rgba(0, 0, 0, 0.1);
}

.wp-block-knd-news .entry-meta,
.knd-block-news .entry-meta {
	font-size: 11px;
	font-family: var(--knd-font-family-base);
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--knd-block-news-meta-color);
}

.wp-block-knd-news .entry-meta .category,
.knd-block-news .entry-meta .category {
	color: var(--knd-block-link-color);
	letter-spacing: 0.05em;
}

.wp-block-knd-news .entry-meta .sep,
.knd-block-news .entry-meta .sep {
	padding-left: 10px;
	padding-right: 10px;
}

.wp-block-knd-news .entry-meta .sep:before,
.knd-block-news .entry-meta .sep:before {
	content: '';
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: currentColor;
	vertical-align: middle;
}

.wp-block-knd-news .section-heading,
.wp-block-knd-news .knd-block-heading,
.knd-block-news .section-heading,
.knd-block-news .knd-block-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin-bottom: 10px;
}

.wp-block-knd-news .knd-block-heading,
.knd-block-news .knd-block-heading {
	margin-bottom: 20px;
}

.knd-block-news .knd-entry {
	margin-top: 0;
	margin-bottom: 0;
}

.knd-block-news .knd-row {
	gap: 40px 0;
}

.knd-block-news .knd-block-post-title {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: var(--knd-block-post-title-fontsize);
	color: var(--knd-block-post-title-color);
}

.knd-block-news .knd-block-post-title:hover {
	color: var(--knd-block-post-title-color-hover);
	background-color: var(--knd-block-link-background);
}

@media (max-width: 767px) {
	.knd-block-news .knd-block-post-title {
		font-size: var(--knd-block-post-title-fontsize-mobile);
	}
}

.knd-block-news .knd-block-post-title.knd-font-weight-regular {
	font-weight: normal;
}

.knd-block-news .knd-block-post-title.knd-font-weight-medium {
	font-weight: 500;
}

.knd-block-news .knd-block-post-title.knd-font-weight-semibold {
	font-weight: 600;
}

.knd-block-news .knd-block-post-title.knd-font-weight-bold {
	font-weigh: bold;
}

.knd-block-news .knd-block-post-title > a {
	text-decoration: none;
	border-bottom: 0;
	color: inherit;
}

.knd-block-news .knd-block-post-title > a:hover {
	color: inherit;
}

.knd-block-news .knd-block-post-excerpt {
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: var(--knd-block-post-excerpt-fontsize);
	color: var(--knd-block-post-excerpt-color);
}

@media (max-width: 767px) {
	.knd-block-news .knd-block-post-excerpt {
		font-size: var(--knd-block-post-excerpt-fontsize-mobile);
	}
}

.knd-block-news .knd-block-post-meta {
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}

.knd-block-news .knd-block-post-meta > * {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}

.knd-block-news .knd-block-post-meta > *:not(:first-child) {
	padding-left: 14px;
}

.knd-block-news .knd-block-post-meta > *:not(:first-child):before {
	content: '';
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: currentColor;
	position: relative;
	left: -7px;
}

.knd-block-news .knd-block-post-author > a {
	border-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: var(--knd-block-link-color);
}

.knd-block-news .knd-block-post-author > a:hover {
	color: var(--knd-block-link-color-hover);
}

.knd-block-news .knd-block-post-author .avatar {
	border-radius: 50%;
	margin-right: 5px;
}

.knd-block-news .knd-block-post-date {
	color: var(--knd-block-post-date-color);
}

.knd-block-news .knd-block-post-category {
	font-size: 14px;
	margin-bottom: 15px;
	display: inline-block;
}

.knd-block-news .knd-block-post-category > a {
	border-bottom: 0;
	text-decoration: none;
	color: var(--knd-block-link-color);
}

.knd-block-news .knd-block-post-category > a:hover {
	color: var(--knd-block-link-color-hover);
	background-color: var(--knd-block-link-background);
}

.knd-block-news .knd-block-featured-image {
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: var(--knd-image-border-radius);
	position: relative;
}

.knd-block-news .knd-block-featured-image:before {
	content: '';
	display: table;
}

.knd-block-news .knd-block-featured-image:after {
	pointer-events: none;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--knd-block-post-overlay);
	transition: background-color .2s;
}

.knd-block-news .knd-block-featured-image:hover:after {
	background-color: var(--knd-block-post-overlay-hover);
}

.knd-block-news .knd-block-featured-image > a,
.knd-block-news .knd-block-featured-image > span {
	border-bottom: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.knd-block-news .knd-block-featured-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.knd-block-news .knd-block-post-overlay-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0;
}

.knd-block-news .knd-entry-overlay.knd-ratio-landscape:before,
.knd-block-news .knd-block-featured-image.knd-ratio-landscape:before {
	padding-bottom: 66.66667%;
}

.knd-block-news .knd-entry-overlay.knd-ratio-landscape-16-9:before,
.knd-block-news .knd-block-featured-image.knd-ratio-landscape-16-9:before {
	padding-bottom: 56.25%;
}

.knd-block-news .knd-entry-overlay.knd-ratio-square:before,
.knd-block-news .knd-block-featured-image.knd-ratio-square:before {
	padding-bottom: 100%;
}

.knd-block-news .knd-entry-overlay.knd-ratio-portrait:before,
.knd-block-news .knd-block-featured-image.knd-ratio-portrait:before {
	padding-bottom: 133.33333%;
}

.knd-block-news .knd-entry-overlay.knd-ratio-original > a,
.knd-block-news .knd-block-featured-image.knd-ratio-original > a {
	position: static;
}

.knd-block-news .knd-entry-overlay {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	border-radius: var(--knd-image-border-radius);
	overflow: hidden;
}

.knd-block-news .knd-entry-overlay:before {
	content: '';
	display: table;
}

.knd-block-news .knd-entry-overlay .knd-block-featured-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0;
	background-color: var(--knd-card-background);
}

.knd-block-news .knd-entry-overlay .knd-block-featured-image:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--knd-block-post-overlay, rgba(255, 255, 255, 0.5));
	transition: background-color .2s;
}

.knd-block-news .knd-entry-overlay .knd-block-featured-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.knd-block-news .knd-entry-overlay:hover .knd-block-featured-image:after {
	background-color: var(--knd-block-post-overlay-hover);
}

.knd-block-news .knd-entry-overlay .knd-block-post-content {
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	heigth: 100%;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px;
	max-width: 800px;
	min-height: 50px;
}

.knd-block-news .knd-entry-overlay .knd-block-post-content * {
	position: relative;
}

.knd-block-news .knd-entry-overlay .knd-block-post-content.is-position-center-center {
	margin-left: auto;
	margin-right: auto;
}

.knd-block-news.is-position-top-left .knd-block-post-content {
	margin-left: initial;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.knd-block-news.is-position-top-left .knd-block-post-meta {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.knd-block-news.is-position-top-center .knd-block-post-content {
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: center;
}

.knd-block-news.is-position-top-center .knd-block-post-meta {
	-ms-flex-pack: center;
	justify-content: center;
}

.knd-block-news.is-position-top-right .knd-block-post-content {
	margin-right: initial;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: right;
}

.knd-block-news.is-position-top-right .knd-block-post-meta {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.knd-block-news.is-position-center-left .knd-block-post-content {
	margin-left: initial;
	-ms-flex-pack: center;
	justify-content: center;
}

.knd-block-news.is-position-center-left .knd-block-post-meta {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.knd-block-news.is-position-center-center .knd-block-post-content {
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.knd-block-news.is-position-center-center .knd-block-post-meta {
	-ms-flex-pack: center;
	justify-content: center;
}

.knd-block-news.is-position-center-right .knd-block-post-content {
	margin-right: initial;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: right;
}

.knd-block-news.is-position-center-right .knd-block-post-meta {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.knd-block-news.is-position-bottom-left .knd-block-post-content {
	margin-left: initial;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.knd-block-news.is-position-bottom-left .knd-block-post-meta {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.knd-block-news.is-position-bottom-center .knd-block-post-content {
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: center;
}

.knd-block-news.is-position-bottom-center .knd-block-post-meta {
	-ms-flex-pack: center;
	justify-content: center;
}

.knd-block-news.is-position-bottom-right .knd-block-post-content {
	margin-right: initial;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.knd-block-news.is-position-bottom-right .knd-block-post-meta {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.knd-block-news.is-no-padding-top {
	padding-top: 0 !important;
}

.knd-block-news.is-no-padding-top-bottom {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.knd-block-news.is-no-padding-bottom {
	padding-bottom: 0 !important;
}

.is-no-padding-top-bottom.knd-block-news {
	margin-bottom: 40px;
	margin-top: 40px;
}

.knd-block-news-type-2 .knd-post-entry-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.knd-block-news-type-2 .knd-post-entry-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.knd-block-news-type-2 .knd-post-entry-inner {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.knd-block-news-type-2 .knd-block-featured-image {
		width: calc(50% - 15px);
		margin-right: 30px;
		margin-bottom: 0;
	}
	.knd-block-news-type-2 .knd-post-entry-content {
		-ms-flex: 1;
		flex: 1;
	}
	.knd-block-news-type-2.is-image-width-half .knd-block-featured-image {
		width: calc(50% - 15px);
	}
	.knd-block-news-type-2.is-image-width-one-third .knd-block-featured-image {
		width: calc(33% - 15px);
	}
	.knd-block-news-type-2.is-image-width-two-thirds .knd-block-featured-image {
		width: calc(66% - 15px);
	}
	.knd-block-news-type-2.is-image-position-right .knd-block-featured-image {
		margin-right: 0;
		margin-left: 30px;
		-ms-flex-order: 2;
		order: 2;
	}
}

/**
 * Block Projects
 */
:root {
	--knd-block-projects-background: transparent;
	--knd-block-projects-title-color: var(--knd-color-headings);
}

.wp-block-knd-projects {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: var(--knd-block-projects-background);
}

.wp-block-knd-projects.has-background {
	padding-left: 20px;
	padding-right: 20px;
}

.wp-block-knd-projects.has-background.alignfull {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-knd-projects.has-background:not(.alignfull) {
	border-radius: var(--knd-image-border-radius);
}

.wp-block-knd-projects .section-title {
	font-size: 24px;
	font-family: var(--knd-font-family-headings);
	color: var(--knd-color-headings);
	margin-top: 0;
	margin-bottom: 10px;
}

.wp-block-knd-projects .section-links {
	margin-bottom: 10px;
}

.wp-block-knd-projects .hentry {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-knd-projects .thumbnail-link {
	border-bottom: 0;
	text-decoration: none;
	color: var(--knd-color-headings);
}

.wp-block-knd-projects .entry-title {
	color: var(--knd-block-projects-title-color);
	margin: 0;
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--knd-font-family-headings);
	letter-spacing: .01em;
	line-height: 1.25;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
}

.wp-block-knd-projects .hentry:hover .entry-title {
	opacity: .7;
}

.wp-block-knd-projects .entry-preview {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: var(--knd-image-border-radius);
}

.wp-block-knd-projects .entry-preview:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s;
}

.wp-block-knd-projects .entry-preview img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: auto;
}

.wp-block-knd-projects .entry-preview.knd-ratio-landscape > img {
	aspect-ratio: 4/3;
}

.wp-block-knd-projects .entry-preview.knd-ratio-landscape-16-9 > img {
	aspect-ratio: 16/9;
}

.wp-block-knd-projects .entry-preview.knd-ratio-square > img {
	aspect-ratio: 1/1;
}

.wp-block-knd-projects .entry-preview.knd-ratio-portrait > img {
	aspect-ratio: 5/6;
}

.wp-block-knd-projects .hentry:hover .entry-preview:after {
	opacity: 1;
}

.wp-block-knd-projects .section-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.wp-block-knd-projects .knd-entry:not(.has-post-thumbnail) .entry-preview:after {
	padding: 0;
	aspect-ratio: 16/9;
}

.wp-block-knd-projects .knd-entry:not(.has-post-thumbnail) .entry-preview.knd-ratio-landscape:after {
	aspect-ratio: 4/3;
}

.wp-block-knd-projects .knd-entry:not(.has-post-thumbnail) .entry-preview.knd-ratio-landscape-16-9:after {
	aspect-ratio: 16/9;
}

.wp-block-knd-projects .knd-entry:not(.has-post-thumbnail) .entry-preview.knd-ratio-square:after {
	aspect-ratio: 1/1;
}

.wp-block-knd-projects .knd-entry:not(.has-post-thumbnail) .entry-preview.knd-ratio-portrait:after {
	aspect-ratio: 5/6;
}

.the-content .wp-block-knd-projects.alignfull {
	margin-left: -30px;
	margin-right: -30px;
}

@media (min-width: 1200px) {
	.the-content .wp-block-knd-projects.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
	.wp-block-knd-projects.has-background:not(.alignfull):not(.alignwide) {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (min-width: 768px) {
	.the-content .wp-block-knd-projects.alignfull {
		margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	}
}

.wp-block-knd-projects .knd-col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	.wp-block-knd-projects.knd-block-col-2 .knd-col {
		-ms-flex: 0 0 calc( 100% / 2);
		flex: 0 0 calc( 100% / 2);
		max-width: calc( 100% / 2);
		width: calc( 100% / 2);
	}
	.wp-block-knd-projects.knd-block-col-3 .knd-col {
		-ms-flex: 0 0 calc( 100% / 3);
		flex: 0 0 calc( 100% / 3);
		max-width: calc( 100% / 3);
		width: calc( 100% / 3);
	}
	.wp-block-knd-projects.knd-block-col-4 .knd-col {
		-ms-flex: 0 0 calc( 100% / 4);
		flex: 0 0 calc( 100% / 4);
		max-width: calc( 100% / 4);
		width: calc( 100% / 4);
	}
}

/**
 * Block Partners
 */
:root {
	--knd-block-partners-background: transparent;
}

.wp-block-knd-partners {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: var(--knd-block-partners-background);
}

.wp-block-knd-partners .section-heading {
	margin-bottom: 30px;
}

.wp-block-knd-partners .section-title {
	font-size: 26px;
	font-family: var(--knd-font-family-headings);
	color: var(--knd-color-headings);
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
}

.wp-block-knd-partners.has-background.alignfull {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-knd-partners.has-background:not(.alignfull) {
	border-radius: var(--knd-image-border-radius);
}

.wp-block-knd-partners .knd-block-items {
	margin-left: -20px;
	margin-right: -20px;
}

.wp-block-knd-partners .knd-block-items:not(.knd-block-carousel) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-knd-partners .knd-block-items:not(.flickity-enabled) {
	display: -ms-flexbox;
	display: flex;
}

.wp-block-knd-partners .knd-block-item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 20px 40px;
	box-sizing: border-box;
}

.wp-block-knd-partners .partner-link {
	display: block;
	border: 0;
}

.wp-block-knd-partners .partner-link img {
	display: block;
	max-height: 160px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	transition: filter 0.3s;
}

.wp-block-knd-partners .partner-link:hover img {
	filter: grayscale(100%);
}

.wp-block-knd-partners.knd-block-col-4 .knd-block-item {
	-ms-flex: 0 0 calc( 100% / 4);
	flex: 0 0 calc( 100% / 4);
	max-width: calc( 100% / 4);
	width: calc( 100% / 4);
}

.wp-block-knd-partners.knd-block-col-5 .knd-block-item {
	-ms-flex: 0 0 calc( 100% / 5);
	flex: 0 0 calc( 100% / 5);
	max-width: calc( 100% / 5);
	width: calc( 100% / 5);
}

.wp-block-knd-partners.knd-block-col-6 .knd-block-item {
	-ms-flex: 0 0 calc( 100% / 6);
	flex: 0 0 calc( 100% / 6);
	max-width: calc( 100% / 6);
	width: calc( 100% / 6);
}

.wp-block-knd-partners.knd-block-col-7 .knd-block-item {
	-ms-flex: 0 0 calc( 100% / 7);
	flex: 0 0 calc( 100% / 7);
	max-width: calc( 100% / 7);
	width: calc( 100% / 7);
}

.wp-block-knd-partners.knd-block-col-8 .knd-block-item {
	-ms-flex: 0 0 calc( 100% / 8);
	flex: 0 0 calc( 100% / 8);
	max-width: calc( 100% / 8);
	width: calc( 100% / 8);
}

.the-content .wp-block-knd-partners.alignfull {
	margin-left: -30px;
	margin-right: -30px;
}

@media (min-width: 1200px) {
	.the-content .wp-block-knd-partners.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
	.wp-block-knd-partners.has-background:not(.alignfull):not(.alignwide) {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (min-width: 768px) {
	.the-content .wp-block-knd-partners.alignfull {
		margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	}
}

/**
 * People Block
 */
:root {
	--knd-block-people-background: transparent;
	--knd-block-people-heading-color: var(--knd-color-headings);
	--knd-block-people-name-color: var(--knd-color-headings);
	--knd-block-people-meta-color: var(--knd-color-main);
}

.wp-block-knd-people {
	padding-top: 30px;
	padding-bottom: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: var(--knd-block-people-background);
}

.wp-block-knd-people.has-background {
	padding-left: 20px;
	padding-right: 20px;
}

.wp-block-knd-people.has-background.alignfull {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-knd-people.has-background:not(.alignfull):not(.alignwide) {
	margin-left: -20px;
	margin-right: -20px;
}

.wp-block-knd-people.has-background:not(.alignfull) {
	border-radius: var(--knd-image-border-radius);
}

.wp-block-knd-people .section-title {
	font-size: 24px;
	font-family: var(--knd-font-family-headings);
	color: var(--knd-block-people-heading-color);
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
}

.wp-block-knd-people .section-heading {
	margin-bottom: 30px;
}

.wp-block-knd-people .knd-block-items {
	margin-left: -20px;
	margin-right: -20px;
}

.wp-block-knd-people .knd-block-items:not(.knd-block-carousel) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-block-knd-people .knd-block-item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	padding: 0 20px 40px;
	transition: opacity 0.3s;
	box-sizing: border-box;
}

@media (max-width: 480px) {
	.wp-block-knd-people .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 1);
		flex: 0 0 calc( 100% / 1);
		max-width: calc( 100% / 1);
		width: calc( 100% / 1);
	}
}

.wp-block-knd-people .knd-block-item.is-active-link:hover {
	opacity: .8;
}

.wp-block-knd-people .knd-block-item__inner {
	position: relative;
}

.wp-block-knd-people .knd-block-item-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	border: 0;
	text-decoration: none;
}

@media (min-width: 768px) {
	.wp-block-knd-people.knd-block-col-3 .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 3);
		flex: 0 0 calc( 100% / 3);
		max-width: calc( 100% / 3);
		width: calc( 100% / 3);
	}
	.wp-block-knd-people.knd-block-col-4 .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 4);
		flex: 0 0 calc( 100% / 4);
		max-width: calc( 100% / 4);
		width: calc( 100% / 4);
	}
	.wp-block-knd-people.knd-block-col-5 .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 5);
		flex: 0 0 calc( 100% / 5);
		max-width: calc( 100% / 5);
		width: calc( 100% / 5);
	}
	.wp-block-knd-people.knd-block-col-6 .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 6);
		flex: 0 0 calc( 100% / 6);
		max-width: calc( 100% / 6);
		width: calc( 100% / 6);
	}
	.wp-block-knd-people.knd-block-col-7 .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 7);
		flex: 0 0 calc( 100% / 7);
		max-width: calc( 100% / 7);
		width: calc( 100% / 7);
	}
	.wp-block-knd-people.knd-block-col-8 .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 8);
		flex: 0 0 calc( 100% / 8);
		max-width: calc( 100% / 8);
		width: calc( 100% / 8);
	}
}

.wp-block-knd-people .entry-preview {
	position: relative;
	overflow: hidden;
	border-radius: var(--knd-image-border-radius);
}

.wp-block-knd-people .entry-preview:after {
	content: '';
	display: block;
	padding-top: 100%;
}

.wp-block-knd-people .entry-preview img {
	display: block;
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wp-block-knd-people.is-style-rounded .entry-preview {
	--knd-image-border-radius: 50%;
}

.wp-block-knd-people .entry-data {
	text-align: left;
	padding-top: 24px;
}

.wp-block-knd-people.is-style-rounded .entry-data {
	text-align: center;
}

.wp-block-knd-people .entry-title {
	font-size: 16px;
	font-family: var(--knd-font-family-headings);
	margin: 0;
	padding: 0 0 12px;
	letter-spacing: .01em;
	font-weight: 600;
	line-height: 1.2;
	color: var(--knd-block-people-name-color);
}

@media (min-width: 992px) {
	.wp-block-knd-people .entry-title {
		font-size: 18px;
	}
}

.wp-block-knd-people .entry-meta {
	font-size: 14px;
	font-family: var(--knd-font-family-base);
	line-height: 1.5;
	line-height: 1.4;
	text-transform: none;
	color: var(--knd-block-people-meta-color);
}

@media (min-width: 1200px) {
	.the-content .wp-block-knd-people.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
}

.the-content .wp-block-knd-people.alignfull {
	margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
}

.wp-block-knd-people.alignnone > .knd-container {
	padding-left: 0;
	padding-right: 0;
}

/**
 * CTA Block
 */
:root {
	--knd-block-cta-background: transparent;
	--knd-block-cta-title-color: var(--knd-color-main);
	--knd-block-cta-text-color: var(--knd-color-headings);
	--knd-button-color: #fff;
	--knd-button-color-hover: #fff;
	--knd-button-background: var(--knd-color-main);
	--knd-button-background-hover: var(--knd-color-main-active);
}

.knd-block-cta {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: var(--knd-block-cta-background);
}

.knd-block-cta.has-background.alignfull {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0;
	margin-bottom: 0;
}

.knd-block-cta.has-background:not(.alignfull) {
	border-radius: var(--knd-image-border-radius);
}

.knd-block-cta__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 15px;
	margin-right: 15px;
}

@media (max-width: 767px) {
	.knd-block-cta__inner {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.knd-block-cta__content {
	-ms-flex: 1;
	flex: 1;
	min-height: 120px;
}

.knd-block-cta__content:first-child {
	text-align: center;
}

.knd-block-cta__content:not(:first-child) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.knd-block-cta__figure {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.knd-block-cta__figure {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 40%;
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.knd-block-cta__figure {
		margin-bottom: 30px;
	}
}

.knd-block-cta__figure img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 350px;
	width: auto;
	height: auto;
}

.knd-block .knd-block-cta__title {
	color: var(--knd-block-cta-title-color);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.knd-block-cta__text {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	max-width: 700px;
}

.knd-block .knd-block-cta__text {
	margin-top: 0;
	color: var(--knd-block-cta-text-color);
	font-size: 28px;
	line-height: 1.3;
	font-weight: 800;
	font-family: var(--knd-font-family-headings);
}

.knd-block-cta__content:not(:first-child) .knd-block-cta__text {
	margin-left: initial;
}

.knd-block-cta__action .knd-button, .knd-block-cta__action .knd-event__booking .em-booking-form-details .em-booking-submit, .knd-event__booking .em-booking-form-details .knd-block-cta__action .em-booking-submit, .knd-block-cta__action .knd-event__login [name="wp-submit"], .knd-event__login .knd-block-cta__action [name="wp-submit"] {
	text-decoration: none;
	color: var(--knd-button-color);
	background-color: var(--knd-button-background);
	border-color: var(--knd-button-background);
	min-width: 180px;
	text-align: center;
}

.knd-block-cta__action .knd-button:focus, .knd-block-cta__action .knd-event__booking .em-booking-form-details .em-booking-submit:focus, .knd-event__booking .em-booking-form-details .knd-block-cta__action .em-booking-submit:focus, .knd-block-cta__action .knd-event__login :focus[name="wp-submit"], .knd-event__login .knd-block-cta__action :focus[name="wp-submit"] {
	color: var(--knd-button-color);
}

.knd-block-cta__action .knd-button:hover, .knd-block-cta__action .knd-event__booking .em-booking-form-details .em-booking-submit:hover, .knd-event__booking .em-booking-form-details .knd-block-cta__action .em-booking-submit:hover, .knd-block-cta__action .knd-event__login :hover[name="wp-submit"], .knd-event__login .knd-block-cta__action :hover[name="wp-submit"] {
	text-decoration: none;
	color: var(--knd-button-color-hover);
	background-color: var(--knd-button-background-hover);
	border-color: var(--knd-button-background-hover);
}

/**
 * Info Block
 */
:root {
	--knd-block-info-background: transparent;
	--knd-block-info-heading-color: var(--knd-color-main);
	--knd-block-info-title-color: var(--knd-color-headings);
	--knd-block-info-headings-color: var(--knd-color-headings);
	--knd-block-info-text-color: var(--knd-color-base);
	--knd-block-info-link-color: var(--knd-color-headings);
	--knd-block-info-link-hover-color: var(--knd-color-main);
	--knd-block-info-underline-color: var(--knd-color-main);
}

.knd-block-info {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: var(--knd-block-info-background);
}

.knd-block-info.has-background.alignfull {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0;
	margin-bottom: 0;
}

.knd-block-info__heading {
	text-align: center;
}

.knd-block-info__title {
	color: var(--knd-block-info-heading-color);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}

.knd-block-info .knd-block-info__text {
	color: var(--knd-block-info-title-color);
	font-size: 30px;
	line-height: 1.2;
	padding: 0;
	margin: 0 auto;
	font-weight: 700;
	font-family: var(--knd-font-family-headings);
	margin-left: auto;
	margin-right: auto;
}

.knd-block-info__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.knd-block-info.alignnone > .knd-container {
	padding-left: 0;
	padding-right: 0;
}

.knd-block-info__heading + .knd-block-info__row {
	margin-top: 60px;
}

.knd-block-info:not(.has-background) .knd-block-info__row {
	margin-right: -20px;
	margin-left: -20px;
}

.knd-block-info__col {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	padding: 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.knd-block-info .knd-block-info__content {
	color: var(--knd-block-info-text-color);
}

.knd-block-info .knd-block-info__content h3 {
	font-family: var(--knd-font-family-headings);
	color: var(--knd-block-info-headings-color);
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 auto 20px;
}

.knd-block-info .knd-block-info__col p {
	font-size: 18px;
	font-family: var(--knd-font-family-base);
	line-height: 1.7;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.knd-block-info__link {
	margin-top: 40px;
}

.knd-block-info .knd-block-info__link a {
	color: var(--knd-block-info-link-color);
	border-bottom: 4px solid var(--knd-block-info-underline-color);
	text-decoration: none;
	font-size: 14px;
	font-family: var(--knd-font-family-base);
	text-transform: uppercase;
	line-height: 1.33;
	font-weight: 700;
	display: inline-block;
	padding: 0px 0px 4px 0px;
	transition: color 0.3s, border-color 0.3s;
}

.knd-block-info .knd-block-info__link a:hover {
	color: var(--knd-block-info-link-hover-color);
	border-bottom-color: var(--knd-block-info-underline-color);
	text-decoration: none;
}

@media (min-width: 1200px) {
	.the-content .wp-block-knd-info.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
	.wp-block-knd-info.has-background:not(.alignfull):not(.alignwide) {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (max-width: 991px) {
	.knd-block-info:not(.has-background) .knd-block-info__row {
		margin-left: -5px;
		margin-right: -5px;
	}
}

@media (min-width: 768px) {
	.the-content .wp-block-knd-info.alignfull {
		margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	}
}

@media (max-width: 767px) {
	.knd-block-info__col {
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.knd-block-info__col:not(:first-child) {
		margin-top: 50px;
	}
	.knd-block-info__link {
		margin-top: 15px;
	}
	.knd-block-info .knd-block-info__text {
		font-size: 28;
	}
}

/**
 * Cover Blocks
 */
.knd-block-cover {
	--knd-block-cover-height: 600px;
	--knd-block-cover-background: #dadada;
	--knd-block-cover-color: #fff;
	--knd-block-cover-content-background: transparent;
	background-color: var(--knd-block-cover-background);
	margin-top: 25px;
	margin-bottom: 25px;
	min-height: var(--knd-block-cover-height);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 50px;
	position: relative;
	z-index: 1;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.knd-block-cover:after {
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.35);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 27%, rgba(0, 0, 0, 0.31) 51%, rgba(0, 0, 0, 0.7) 100%);
	border-radius: var(--knd-image-border-radius);
}

.knd-block-cover.is-style-bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

.knd-block-cover.has-content-background {
	padding-bottom: 0;
}

.knd-block-cover.has-background:not(.alignfull) {
	border-radius: var(--knd-image-border-radius);
}

.knd-block-cover.has-background:not(.alignfull):not(.alignwide) {
	margin-left: -50px;
	margin-right: -50px;
}

.knd-block-cover.has-background.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.knd-block-cover.alignfull {
	min-height: 600px;
}

.knd-block-cover-inner {
	width: var(--knd-content-width);
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.knd-block-cover .knd-block-cover-title {
	margin-top: 0;
	font-size: 24px;
	color: var(--knd-block-cover-color);
	font-family: var(--knd-font-family-headings);
	font-weight: var(--knd-font-weight-headings);
}

.knd-block-cover .knd-block-cover-content {
	font-size: 18px;
	line-height: 1.5;
	color: var(--knd-block-cover-color);
}

.knd-block-cover.has-content-background .knd-block-cover-content {
	background-color: var(--knd-block-cover-content-background);
	padding: 48px;
}

.knd-block-cover .knd-block-recommend {
	margin-bottom: 0;
}

/**
 * Recommend Block
 */
:root {
	--knd-block-recommend-color: #000;
	--knd-block-recommend-background: #f7f7af;
}

.knd-block-recommend {
	font-style: italic;
	letter-spacing: normal;
	font-size: 16px;
	line-height: 1.5;
	color: var(--knd-block-recommend-color);
	padding: 15px 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: var(--knd-block-recommend-background);
	text-align: left;
}

/**
 * Recommend Block
 */
:root {
	--knd-block-hint-color: #000;
	--knd-block-hint-background: #fbbd05;
}

.knd-block-hint {
	font-size: 14px;
	line-height: 21px;
	border: 2px dashed #000000;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: var(--knd-block-hint-color);
}

@media (min-width: 768px) {
	.knd-block-hint {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.knd-block-hint {
		margin-left: 30px;
	}
}

.knd-block-hint__inner {
	padding: 30px;
	border-radius: 10px;
	background-color: var(--knd-block-hint-background);
	position: relative;
}

.knd-block-hint__inner:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDJMNi41IDEzLjVNNi41IDYuNUwxOCAxOE0xNS41IDEwSDE1LjUxTTIwIDEwSDIwLjAxTTQgMUM1LjY1Njg1IDEgNyAyLjM0MzE1IDcgNEM3IDUuNjU2ODUgNS42NTY4NSA3IDQgN0MyLjM0MzE1IDcgMSA1LjY1Njg1IDEgNEMxIDIuMzQzMTUgMi4zNDMxNSAxIDQgMVpNNCAxM0M1LjY1Njg1IDEzIDcgMTQuMzQzMSA3IDE2QzcgMTcuNjU2OSA1LjY1Njg1IDE5IDQgMTlDMi4zNDMxNSAxOSAxIDE3LjY1NjkgMSAxNkMxIDE0LjM0MzEgMi4zNDMxNSAxMyA0IDEzWiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
	position: absolute;
	top: 2px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	animation: shears-move 10s infinite linear;
}

.knd-block-hint__inner:after {
	content: '';
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='72' height='87' viewBox='0 0 72 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.719 83.7962C70.0596 83.0334 13.0182 86.7245 11.4736 40.8916C11.0953 29.664 16.6806 21.6183 22.206 12.3854C22.4447 11.9866 29.4539 3.63807 29.6593 5.14504C30.2092 9.18031 33.8156 32.9092 31.6248 17.502C31.3931 15.8721 31.6879 4.53889 30.206 3.65208C26.1687 1.23594 7.36505 10.1492 2.53719 11.362' stroke='%23CAAA00' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	width: 72px;
	height: 87px;
	position: absolute;
	top: 0;
	right: calc(100% + 2px);
	max-height: calc(100% - 10px);
}

@media (max-width: 991px) {
	.knd-block-hint__inner:after {
		width: 30px;
		height: 40px;
	}
}

.is-style-bottom .knd-block-hint__inner:after {
	top: auto;
	bottom: 0;
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.knd-block-hint p {
	font-weight: 500;
}

.the-content .knd-block-hint p:not(.has-background):not(:last-child) {
	margin-bottom: 20px;
}

.knd-block-hint p.has-background {
	padding: 15px 20px;
	background-color: #fdda73;
	border-radius: 10px;
	font-weight: 500;
}

.knd-block-hint p.has-background:last-child {
	padding-top: 10px;
	padding-bottom: 10px;
}

.knd-block-hint p:first-child {
	margin-top: 0;
}

.knd-block-hint p:last-child {
	margin-bottom: 0;
}

.knd-block-hint p a {
	color: #004fea;
	text-decoration: none;
	box-shadow: none;
	border: 0;
}

.knd-block-hint p a:hover {
	text-decoration: underline;
	color: #004fea;
}

.knd-block-hint a[href="#knd-remove-all-hints"] {
	color: #ea0000;
}

.knd-block-hint a[href="#knd-remove-all-hints"]:hover {
	color: #ea0000;
}

body:not(.logged-in):not(.block-editor-page) .knd-block-hint {
	display: none;
}

@keyframes shears-move {
	0% {
		left: 50%;
		opacity: 1;
	}
	10% {
		opacity: 1;
	}
	15% {
		left: 55%;
		opacity: 0;
	}
	20% {
		left: 50%;
		opacity: 0;
	}
	22% {
		left: 50%;
		opacity: 1;
	}
}

/* Hint demo */
.knd-entry:not(.has-post-thumbnail) .entry-preview {
	border: 1px dashed #4D606A;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.75 39.75H10.4404C9.17824 39.75 8.54718 39.75 8.25496 39.5004C8.00141 39.2839 7.86686 38.959 7.89302 38.6266C7.92317 38.2435 8.36939 37.7973 9.26185 36.9048L26.9763 19.1904C27.8013 18.3653 28.2139 17.9528 28.6895 17.7982C29.108 17.6623 29.5587 17.6623 29.9771 17.7982C30.4528 17.9528 30.8653 18.3653 31.6904 19.1904L39.75 27.25V29.75M29.75 39.75C33.2503 39.75 35.0005 39.75 36.3374 39.0688C37.5135 38.4696 38.4696 37.5135 39.0688 36.3374C39.75 35.0005 39.75 33.2503 39.75 29.75M29.75 39.75H12.25C8.74967 39.75 6.99951 39.75 5.66256 39.0688C4.48655 38.4696 3.53042 37.5135 2.93121 36.3374C2.25 35.0005 2.25 33.2503 2.25 29.75V12.25C2.25 8.74967 2.25 6.99951 2.93121 5.66256C3.53042 4.48655 4.48655 3.53042 5.66256 2.93121C6.99951 2.25 8.74967 2.25 12.25 2.25H29.75C33.2503 2.25 35.0005 2.25 36.3374 2.93121C37.5135 3.53042 38.4696 4.48655 39.0688 5.66256C39.75 6.99951 39.75 8.74967 39.75 12.25V29.75M17.875 13.7083C17.875 16.0095 16.0095 17.875 13.7083 17.875C11.4071 17.875 9.54167 16.0095 9.54167 13.7083C9.54167 11.4071 11.4071 9.54167 13.7083 9.54167C16.0095 9.54167 17.875 11.4071 17.875 13.7083Z' stroke='%23183343' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
}

.knd-entry:not(.has-post-thumbnail) .entry-preview:after {
	position: relative;
	padding-top: 62%;
	height: auto;
}

.wp-block-knd-people .knd-entry:not(.has-post-thumbnail) .entry-preview:after {
	padding-top: 100%;
}

.archive-post-list .knd-entry:not(.has-post-thumbnail) .entry-preview {
	background-color: #f7f8f8;
}

.knd-partner-placeholder {
	height: 100px;
	border: 1px dashed #4D606A;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.75 39.75H10.4404C9.17824 39.75 8.54718 39.75 8.25496 39.5004C8.00141 39.2839 7.86686 38.959 7.89302 38.6266C7.92317 38.2435 8.36939 37.7973 9.26185 36.9048L26.9763 19.1904C27.8013 18.3653 28.2139 17.9528 28.6895 17.7982C29.108 17.6623 29.5587 17.6623 29.9771 17.7982C30.4528 17.9528 30.8653 18.3653 31.6904 19.1904L39.75 27.25V29.75M29.75 39.75C33.2503 39.75 35.0005 39.75 36.3374 39.0688C37.5135 38.4696 38.4696 37.5135 39.0688 36.3374C39.75 35.0005 39.75 33.2503 39.75 29.75M29.75 39.75H12.25C8.74967 39.75 6.99951 39.75 5.66256 39.0688C4.48655 38.4696 3.53042 37.5135 2.93121 36.3374C2.25 35.0005 2.25 33.2503 2.25 29.75V12.25C2.25 8.74967 2.25 6.99951 2.93121 5.66256C3.53042 4.48655 4.48655 3.53042 5.66256 2.93121C6.99951 2.25 8.74967 2.25 12.25 2.25H29.75C33.2503 2.25 35.0005 2.25 36.3374 2.93121C37.5135 3.53042 38.4696 4.48655 39.0688 5.66256C39.75 6.99951 39.75 8.74967 39.75 12.25V29.75M17.875 13.7083C17.875 16.0095 16.0095 17.875 13.7083 17.875C11.4071 17.875 9.54167 16.0095 9.54167 13.7083C9.54167 11.4071 11.4071 9.54167 13.7083 9.54167C16.0095 9.54167 17.875 11.4071 17.875 13.7083Z' stroke='%23183343' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	transition: opacity .3s;
}

.knd-partner-placeholder:hover {
	opacity: .7;
}

/**
 * Leyka Donations Block
 */
.knd-block-donations {
	margin-top: 25px;
	margin-bottom: 25px;
}

.knd-block-donations .tpl-post:first-child:last-child {
	width: 100%;
	max-width: 660px;
}

.knd-block-donations.has-background {
	padding-top: 1px;
	padding-bottom: 30px;
}

.knd-block-donations.has-background.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.the-content .knd-block-donations a {
	border-bottom: none;
}

.the-content .knd-block-donations .knd-donations-widget {
	background: transparent;
}

.the-content .knd-block-donations .widgettitle {
	font-size: 36px;
	text-align: center;
	font-family: var(--knd-font-family-headings);
	line-height: 1.11;
	letter-spacing: .03em;
	font-weight: 800;
	margin-bottom: 30px;
}

.the-content .knd-block-donations .lk-title {
	margin: 0;
}

@media (min-width: 768px) {
	.the-content .knd-block-donations.alignfull {
		margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	}
}

@media (min-width: 1200px) {
	.the-content .knd-block-donations.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
}

.the-content .knd-block-donations .knd-donations-widget {
	background: transparent;
}

.the-content .knd-block-donations a {
	border-bottom: none;
}

.the-content .knd-block-donations .widgettitle {
	font-size: 36px;
	text-align: center;
	font-family: var(--knd-font-family-headings);
	line-height: 1.11;
	letter-spacing: .03em;
	font-weight: 800;
	margin-bottom: 30px;
}

.the-content .knd-block-donations .lk-title {
	margin: 0;
}

.knd-block-donations.has-background {
	padding-top: 1px;
	padding-bottom: 30px;
}

.knd-block-donations.has-background.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.the-content .knd-block-donations.alignfull {
		margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	}
}

@media (min-width: 1200px) {
	.the-content .knd-block-donations.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
}

.knd-block-donations .tpl-post:first-child:last-child {
	width: 100%;
	max-width: 660px;
}

/**
 * Leyka Campaign Block
 */
.knd-block-campaign {
	margin-top: 25px;
	margin-bottom: 25px;
}

.knd-block-campaign.has-background {
	padding-top: 1px;
	padding-bottom: 30px;
}

.knd-block-campaign.has-background.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.the-content .knd-block-campaign.alignfull {
	margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
}

@media (min-width: 1200px) {
	.the-content .knd-block-campaign.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
}

/**
 * Leyka Campaign Block
 */
:root {
	--knd-block-card-background: var(--knd-color-light-grey);
	--knd-block-card-button: var(--knd-color-main);
	--knd-block-card-collected-amount: var(--knd-color-main);
	--knd-block-card-progressbar: var(--knd-color-main);
	--knd-block-card-target-amount: var(--leyka-color-gray-notsolight);
	--knd-block-card-excerpt: var(---knd-color-base);
}

.entry-content .wp-block-leyka-form:not(:last-child) {
	margin-bottom: 26px;
}

.leyka-shortcode.campaign-card {
	border-radius: var(--knd-image-border-radius);
}

.leyka-shortcode.campaign-card .progressbar-unfulfilled {
	overflow: hidden;
	margin-top: auto;
}

.leyka-shortcode.campaign-card a.campaign-thumb:hover {
	opacity: .8;
}

.leyka-shortcode.campaign-card .leyka-button-wrapper {
	border-bottom: 0;
	transition: filter .3s;
}

.leyka-shortcode.campaign-card .leyka-button-wrapper:hover {
	filter: brightness(0.9);
}

.knd-block-leyka-cards {
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: var(--knd-block-cards-background);
}

.knd-block-leyka-cards:not(.alignfull) .knd-container {
	padding-left: 0;
	padding-right: 0;
}

.knd-block-leyka-cards.has-background {
	padding-top: 30px;
	padding-bottom: 30px;
}

.knd-block-leyka-cards.has-background.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.knd-block-leyka-cards .section-title {
	font-size: 24px;
	font-family: var(--knd-font-family-headings);
	color: var(--knd-block-people-heading-color);
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
}

.knd-block-leyka-cards .section-heading {
	margin-bottom: 30px;
}

.knd-block-leyka-cards .knd-block-items {
	margin-left: -20px;
	margin-right: -20px;
}

.knd-block-leyka-cards .knd-block-items:not(.knd-block-carousel) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.knd-block-leyka-cards .knd-block-item {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	box-sizing: border-box;
}

.knd-block-leyka-cards .knd-block-item:first-child {
	padding-top: 0;
}

@media (min-width: 768px) {
	.knd-block-leyka-cards.knd-block-col-2 .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 2);
		flex: 0 0 calc( 100% / 2);
		max-width: calc( 100% / 2);
		width: calc( 100% / 2);
		padding-top: 0;
	}
	.knd-block-leyka-cards.knd-block-col-2 .knd-block-item:nth-child(n+3) {
		padding-top: 20px;
	}
}

@media (min-width: 992px) {
	.knd-block-leyka-cards.knd-block-col-3 .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 3);
		flex: 0 0 calc( 100% / 3);
		max-width: calc( 100% / 3);
		width: calc( 100% / 3);
		padding-top: 0;
	}
	.knd-block-leyka-cards.knd-block-col-3 .knd-block-item:nth-child(n+4) {
		padding-top: 20px;
	}
	.knd-block-leyka-cards.knd-block-col-4 .knd-block-item {
		-ms-flex: 0 0 calc( 100% / 4);
		flex: 0 0 calc( 100% / 4);
		max-width: calc( 100% / 4);
		width: calc( 100% / 4);
		padding-top: 0;
	}
	.knd-block-leyka-cards.knd-block-col-4 .knd-block-item:nth-child(n+5) {
		padding-top: 20px;
	}
}

.knd-block-leyka-cards .bottom-line-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.knd-block-leyka-cards .bottom-line-item.target-info {
	padding-right: 10px;
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card {
	background-color: var(--knd-block-card-background);
	height: 100%;
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .campaign-thumb {
	border-radius: inherit;
	height: auto;
	border-bottom: 0;
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .campaign-thumb:after {
	content: '';
	display: block;
	padding-top: 60%;
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .bottom-line {
	margin-top: auto;
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .bottom-line .leyka-button-wrapper {
	background-color: var(--knd-block-card-button);
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .bottom-line .target-info .funded {
	color: var(--knd-block-card-collected-amount);
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .bottom-line .target-info .target {
	color: var(--knd-block-card-target-amount);
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .progressbar-unfulfilled .progressbar-fulfilled {
	background-color: var(--knd-block-card-progressbar);
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .progressbar-unfulfilled + .bottom-line {
	margin-top: -24px;
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .campaign-title {
	color: var(--knd-block-card-title);
	margin-top: 0;
	font-size: var(--knd-block-card-title-size, 24px);
	line-height: 1.2;
	font-weight: 500;
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .campaign-title + .bottom-line .leyka-button-wrapper:first-child {
	margin-top: 0;
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .campaign-excerpt {
	margin-bottom: 24px;
	color: var(--knd-block-card-excerpt);
	line-height: 1.4;
}

.knd-block-leyka-cards .wp-block-leyka-card.campaign-card .campaign-title + .campaign-excerpt {
	margin-top: -15px;
}

/** Leyka cards */
.leyka-block-cards .leyka-block-card.campaign-card {
	border-radius: var(--knd-image-border-radius);
}

.leyka-block-cards .leyka-block-card.campaign-card .campaign-thumb {
	border-radius: calc(var(--knd-image-border-radius) / 1.6);
	height: auto;
	border-bottom: 0;
}

.leyka-block-cards .leyka-block-card.campaign-card .campaign-thumb:after {
	content: '';
	display: block;
	padding-top: 60%;
}

.leyka-block-cards .bottom-line-item.target-info:not(:last-child) {
	padding-right: 10px;
}

/**
 * Block Projects
 */
:root {
	--knd-block-events-background: transparent;
	--knd-block-events-title-color: var(--knd-color-headings);
}

.wp-block-knd-events {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: var(--knd-block-events-background);
}

.wp-block-knd-events:not(.alignfull) .knd-container {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-knd-events.has-background {
	padding-left: 20px;
	padding-right: 20px;
}

.wp-block-knd-events.has-background.alignfull {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-knd-events.has-background:not(.alignfull) {
	border-radius: var(--knd-image-border-radius);
}

.the-content .wp-block-knd-events.alignfull {
	margin-left: -30px;
	margin-right: -30px;
}

@media (min-width: 1200px) {
	.the-content .wp-block-knd-events.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
	.wp-block-knd-events.has-background:not(.alignfull):not(.alignwide) {
		margin-left: -20px;
		margin-right: -20px;
	}
	.wp-block-knd-events.alignwide:not(.is-style-grid) .knd-container {
		max-width: 960px;
	}
}

@media (min-width: 768px) {
	.the-content .wp-block-knd-events.alignfull {
		margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	}
}

.wp-block-knd-events .section-title {
	font-size: 24px;
	font-family: var(--knd-font-family-headings);
	color: var(--knd-color-headings);
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-knd-events .section-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.has-white-color {
	color: #ffffff;
}

.has-white-background-color {
	background-color: #ffffff;
}

.has-black-color {
	color: #000000;
}

.has-black-background-color {
	background-color: #000000;
}

.has-light-grey-color {
	color: var(--knd-color-light-grey);
}

.has-light-grey-background-color {
	background-color: var(--knd-color-light-grey);
}

.has-light-blue-color {
	color: var(--knd-color-light-blue);
}

.has-light-blue-background-color {
	background-color: var(--knd-color-light-blue);
}

.has-main-color {
	color: var(--knd-color-main);
}

.has-main-background-color {
	background-color: var(--knd-color-main);
}

.has-base-color {
	color: var(--knd-color-base);
}

.has-base-background-color {
	background-color: var(--knd-color-base);
}

.entry-content *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .alignfull [class*=inner-container] > .alignwide {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .alignfull [class*=inner-container] > .alignfull {
	width: 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.entry-content > .alignfull {
		margin-left: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - var(--knd-content-width) ) / 2 ) * -1);
	}
}

@media (min-width: 1200px) {
	.entry-content > .alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
}

@media (min-width: 1200px) {
	.the-content .wp-block-knd-projects.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
	.wp-block-knd-projects.has-background:not(.alignfull):not(.alignwide) {
		margin-left: -20px;
		margin-right: -20px;
	}
}

/** Events */
.knd-events__wrapper {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	min-height: 60vh;
}

.knd-events__title {
	font-size: 32px;
	margin-bottom: 30px;
}

.knd-events__header:first-child {
	padding-top: 32px;
}

@media (min-width: 1200px) {
	.knd-events__header {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.knd-events__toolbar {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.knd-events__toolbar .social-likes {
	display: -ms-flexbox;
	display: flex;
}

.knd-events__toolbar .social-likes .social-likes__widget + .social-likes__widget {
	margin-left: 20px;
	margin-top: 0;
}

.knd-events__toolbar .social-likes .social-likes__widget > a {
	border-radius: 50rem;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
}

.knd-events__toolbar .social-likes .social-likes__widget > a:hover {
	background-color: #e6e6e6;
}

.knd-events__toolbar .social-likes .social-likes__widget > a svg {
	fill: #4d606a;
}

.knd-events__layouts {
	display: -ms-flexbox;
	display: flex;
}

.knd-events__layouts > a {
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
}

.knd-events__layouts > a + a {
	margin-left: 8px;
}

.knd-events__layouts > a svg {
	width: 16px;
	height: 16px;
	fill: #dadada;
}

.knd-events__layouts > a.active svg {
	fill: var(--knd-color-main);
}

@media (max-width: 767px) {
	.knd-events__layouts {
		display: none;
	}
}

.knd-events__main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	transition: opacity .5s;
}

.knd-events__animate {
	opacity: 0;
}

.knd-event__sticky {
	background-color: var(--knd-color-main);
	border-radius: var(--knd-button-border-radius);
	overflow: hidden;
	position: relative;
}

.knd-event__sticky + .knd-event__sticky {
	margin-top: 30px;
}

.knd-event__sticky-inner {
	padding: 60px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.knd-event__sticky-image + .knd-event__sticky-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (max-width: 767px) {
	.knd-event__sticky-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.knd-event__sticky-content {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__sticky-content h2 {
	font-size: 37px;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 767px) {
	.knd-event__sticky-content h2 {
		font-size: 24px;
	}
}

.knd-event__sticky-content a {
	color: #fff;
	text-decoration: none;
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0px 2px;
	background-position: 0 95%;
	transition: 0.25s;
}

.knd-event__sticky-content a:hover {
	background-size: 100% 2px;
}

.knd-event__sticky-dates {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 60px;
	margin-right: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 15px 5px;
	line-height: 1.2;
	margin-top: 7px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.knd-event__sticky-date {
	font-weight: bold;
	font-size: 22px;
	color: var(--knd-color-main);
}

.knd-event__sticky-month {
	font-size: 16px;
	text-transform: lowercase;
	color: #4d606a;
}

.knd-event__sticky-icon {
	width: 0.8em;
	height: 0.8em;
	border-radius: 50%;
	border: 0.07em solid #fff;
	background-color: var(--knd-color-main);
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -0.1em;
}

.knd-event__sticky-icon svg {
	display: block;
	fill: currentColor;
	width: 65%;
	height: 40%;
}

.knd-event__sticky .wp-post-image {
	width: 100%;
}

.knd-event__col {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.knd-events__grid .knd-event__col {
		max-width: 50%;
		width: 50%;
	}
}

.knd-event__item {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 15px;
	height: 100%;
	background-color: #f7f8f8;
	border: 1px solid #f7f8f8;
	transition: all .3s;
}

.knd-event__item:hover {
	border: 1px solid #e2e6e7;
}

.knd-events__grid .knd-event__item {
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 575px) {
	.knd-event__item {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.knd-event__image {
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 220px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='170' height='169' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:luminosity' clip-path='url(%23a)'%3E%3Ccircle cx='69.75' cy='69.5' r='99.5' fill='url(//tsargrad.de/wp-content/themes/kandinsky/assets/css/%23b)'/%3E%3Cpath stroke='%23fff' stroke-width='9.328' d='M-11.62 138.092 115.864-20.485M-11.132 137.62l178.206-94.011'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='169.249' y1='168.999' x2='18.01' y2='133.179' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23f7f8f8'/%3E%3Cstop offset='.979' stop-color='%23f7f8f8'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(-29.75 -30)' d='M0 0h199v198.999H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 75% auto;
}

.knd-events__grid .knd-event__image {
	width: 100%;
	background-size: auto 85%;
}

.knd-events__grid .knd-event__image:after {
	content: '';
	display: block;
	padding-top: 40%;
}

@media (max-width: 575px) {
	.knd-event__image {
		width: 100%;
		background-size: auto 85%;
	}
	.knd-event__image:after {
		content: '';
		display: block;
		padding-top: 40%;
	}
}

@media (max-width: 767px) {
	.knd-event__item:not(.has-post-thumbnail) .knd-event__image {
		display: none;
	}
}

.knd-event__image-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: none !important;
}

.knd-event__image-inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.knd-event__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 20px 30px;
	min-height: 170px;
}

.knd-event__content-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.knd-event__content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.knd-event__dates {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 60px;
	margin-right: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 15px 5px;
	line-height: 1.2;
	transition: all .3s;
}

.knd-event__item:hover .knd-event__dates {
	background-color: #e2e6e7;
}

.knd-event__date {
	font-weight: bold;
	font-size: 22px;
	color: var(--knd-color-main);
}

.knd-event__month {
	font-size: 16px;
	text-transform: lowercase;
	color: #4d606a;
}

.knd-event__details h5 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.knd-event__details h5 a {
	color: #183343;
	border-bottom: none;
	text-decoration: none;
}

.knd-event__details h5 a:hover {
	color: var(--knd-color-main);
}

.knd-event__details-item {
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	color: #4d606a;
	margin-bottom: 10px;
	line-height: 1.3;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__details-icon {
	width: 16px;
	height: 20px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 8px;
}

.knd-event__details-icon svg {
	height: 16px;
	width: 16px;
}

.knd-event__details-remained {
	color: #f43724;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 12px;
}

.knd-event__details-remained svg {
	height: 15px;
	width: 12px;
	fill: currentColor;
}

.knd-event__details-dates svg {
	height: 16px;
	width: 15px;
	fill: #8599a4;
}

.knd-event__details-location svg {
	height: 15px;
	width: 13px;
	fill: #8599a4;
}

.knd-event__details-location-type:not(:last-child):after {
	content: '-';
	margin-left: 8px;
}

.knd-event__details-location > a {
	color: var(--knd-color-main);
	margin-left: 8px;
}

.knd-event__footer {
	border-top: 1px solid #e6e6e6;
	padding-top: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.knd-events__grid .knd-event__footer {
	margin: 0 -20px -8px -20px;
	padding-left: 20px;
	padding-right: 20px;
}

.knd-event__footer-link > a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--knd-color-main);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__footer-link > a svg {
	display: block;
	fill: #fff;
	width: 16px;
	height: 10px;
}

.knd-event__speakers {
	display: -ms-flexbox;
	display: flex;
}

.knd-event__speakers-group {
	margin-left: 5px;
	display: -ms-flexbox;
	display: flex;
}

.knd-event__speakers-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__speakers-icon svg {
	width: 9px;
	height: 17px;
	fill: #8599a4;
}

.knd-event__speaker-item {
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	color: #4d606a !important;
	-ms-flex-align: center;
	align-items: center;
	transition: all 1s;
	text-decoration: none !important;
	border-bottom: none !important;
}

.knd-event__speaker-item:not(:first-child) {
	margin-left: -28px;
}

@media (min-width: 768px) {
	.knd-event__speaker-item:hover + .knd-event__speaker-item {
		transition: all .3s;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.knd-event__speaker-item:not(:first-child) {
		margin-left: -20px;
	}
	.knd-event__speaker-item:not(:first-child:last-child) .knd-event__speaker-name {
		display: none;
	}
}

.knd-event__speaker-image {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #f6f8f8;
	margin-right: 10px;
}

.knd-event__speaker-name {
	max-width: 0;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	transition: all 1s;
}

.knd-event__speaker-item:hover .knd-event__speaker-name {
	max-width: 200px;
	transition: all 1s;
}

.knd-event__speaker-item:first-child:last-child .knd-event__speaker-name {
	max-width: none;
}

.knd-event__speaker-name span {
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	max-width: calc( 100vw - 255px);
}

.knd-event__booking {
	border-radius: 20px;
	background-color: #f5fafe;
	padding: 50px;
}

.knd-event__booking-header {
	text-align: center;
	margin-bottom: 20px;
}

.knd-event__booking-header h5 {
	margin-bottom: 10px;
}

.knd-event__booking-header p {
	font-size: var(--knd-font-size-base);
}

.knd-event__booking .em.em-event-booking-form .em-booking-section {
	margin-left: 0;
	margin-right: 0;
}

.knd-event__booking .em.em-event-booking-form .em-tickets {
	margin: 0;
	width: 100%;
}

.knd-event__booking .em-booking {
	max-width: 530px;
	margin: 0 auto;
}

.knd-event__booking .em-booking-form-details {
	padding: 0;
	width: 100%;
}

.knd-event__booking .em-booking-form-details p {
	margin-bottom: 20px;
}

.knd-event__booking .em-booking-form-details p label {
	font-size: var(--knd-font-size-base);
}

.knd-event__booking .em-booking-form-details p label[for] {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.knd-event__booking .em-booking-form-details input.input,
.knd-event__booking .em-booking-form-details textarea,
.knd-event__booking .em-booking-form-details select {
	border-radius: 5px;
	border: 1px solid #8599A4;
	padding: 12px;
	font-weight: bold;
	font-family: inherit;
}

.knd-event__booking .em-booking-form-details input.input:focus,
.knd-event__booking .em-booking-form-details textarea:focus,
.knd-event__booking .em-booking-form-details select:focus {
	border-color: #183343;
}

.knd-event__booking .em-booking-form-details input.input,
.knd-event__booking .em-booking-form-details textarea {
	width: 100%;
}

.knd-event__booking .em.pixelbones.input .em-booking-buttons .em-booking-submit {
	font-family: var(--knd-font-family-base);
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	padding: 12px 20px;
	color: #fff;
	background: var(--knd-color-main);
	border: 2px solid var(--knd-color-main);
	border-radius: var(--knd-button-border-radius);
	text-transform: uppercase;
	line-height: 1;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
	white-space: nowrap;
}

.knd-event__login {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: var(--knd-font-size-base);
}

.knd-event__login-toggle {
	text-align: center;
}

.knd-event__login-toggle a {
	color: var(--knd-color-main);
}

.knd-event__login-form {
	display: none;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.knd-event__login-form .input {
	display: block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #8599A4;
	padding: 12px;
	font-weight: bold;
}

.knd-event__login-form .input:focus {
	border-color: #183343;
}

.knd-event__login-form label[for] {
	display: block;
	margin-bottom: 8px;
}

.knd-event__login-form [name="loginform"] > p:not(:last-child) {
	margin-bottom: 20px;
}

.knd-event__login + .clear {
	display: none;
}

.knd-event__related {
	border-top: 1px solid #E6E6E6;
	padding-top: 60px;
	margin-bottom: 40px;
}

.knd-event__related-heading {
	text-align: center;
	margin-bottom: 30px;
}

.knd-event__booking + .knd-event__related {
	margin-top: 60px;
}

.knd-event__schedule-title {
	margin-bottom: 35px;
}

.knd-event__schedule-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
}

.knd-event__schedule-item + .knd-event__schedule-item {
	border-top: 1px solid #e6e6e6;
}

@media (max-width: 575px) {
	.knd-event__schedule-item {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.knd-event__schedule-hours {
	color: #f43724;
	font-weight: bold;
	background-color: #f7f8f8;
	white-space: nowrap;
	padding: 10px;
	margin-right: 30px;
	line-height: 1.4;
}

@media (max-width: 575px) {
	.knd-event__schedule-hours {
		margin-bottom: 5px;
	}
}

.knd-event__schedule-text {
	min-height: 42px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__question-header {
	margin-top: 65px;
}

.knd-entry-event .container {
	max-width: 960px;
}

.knd-entry-event__header {
	margin-top: 30px;
}

.knd-entry-event__header .entry-title {
	margin-bottom: 25px;
}

.knd-entry-event__image {
	border-radius: var(--knd-button-border-radius);
	overflow: hidden;
}

.knd-entry-event__image .wp-post-image {
	width: 100%;
}

.knd-entry-event__info {
	margin-top: 20px;
	padding: 20px 25px;
	background-color: #f7f8f8;
	border-radius: var(--knd-button-border-radius);
}

.knd-entry-event__info .knd-event__content-inner {
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.knd-entry-event__info .knd-event__content-inner {
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.knd-entry-event__info .knd-event__details-item {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0;
}

.knd-entry-event__info .knd-event__details-item + .knd-event__details-item {
	border-top: 1px solid #e6e6e6;
}

.knd-entry-event__info .knd-event__dates {
	padding: 15px 5px;
	-ms-flex-pack: center;
	justify-content: center;
}

.knd-entry-event__info .knd-event__details {
	-ms-flex: 1;
	flex: 1;
}

.knd-entry-event__info .knd-event__cta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
	.knd-entry-event__info .knd-event__cta {
		width: 100%;
		border-left: 0;
		border-top: 1px solid #e6e6e6;
		padding-top: 10px;
		padding-left: 0;
		margin-left: 85px;
	}
}

.knd-entry-event__sharing .social-likes__widget a {
	border-radius: 50rem;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	width: 40px;
	height: 40px;
	padding: 7px 0;
}

.knd-entry-event__sharing .social-likes__widget a:hover {
	background-color: #e6e6e6;
}

.knd-entry-event__sharing .social-likes__widget a .svg-icon {
	fill: #4d606a;
	width: 18px;
	height: 18px;
}

.knd-entry-event__sharing .social-likes__widget + .social-likes__widget {
	margin-top: 15px;
}

.knd-entry-event__main {
	margin-top: 30px;
}

.knd-entry-event__content > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.knd-entry-event__speakers {
	clear: both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-bottom: 25px;
	margin-left: -20px;
	margin-right: -20px;
}

.knd-entry-event__speaker-col {
	padding: 0 20px 30px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	.knd-entry-event__speaker-col {
		width: 33.33333333%;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.knd-entry-event__speaker-col {
		width: 50%;
	}
}

.knd-entry-event__speaker-image {
	border-radius: var(--knd-button-border-radius);
	overflow: hidden;
	display: block;
	border-bottom: 0 !important;
	transition: filter 0.3s;
}

.knd-entry-event__speaker-image:hover {
	filter: grayscale(60%);
}

.knd-entry-event__speaker-name {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 8px;
}

.knd-entry-event__speaker-desc {
	font-size: 14px;
	font-weight: 600;
}

.em-calendar {
	border-collapse: collapse;
	width: 100%;
}

.em-calendar-wrapper .em-calendar td {
	padding: 6px 12px;
}

.em-calendar-wrapper .em-calnav {
	border-bottom: none;
}

.em-calendar-wrapper .em-calendar td {
	padding: 6px 12px;
}

.css-events-list table.events-table,
.css-events-list #dbem-bookings-table,
.css-my-bookings table.events-table,
.css-my-bookings #dbem-bookings-table {
	width: 100%;
	border-collapse: collapse;
}

.css-events-list table.events-table th,
.css-events-list table.events-table td,
.css-events-list #dbem-bookings-table th,
.css-events-list #dbem-bookings-table td,
.css-my-bookings table.events-table th,
.css-my-bookings table.events-table td,
.css-my-bookings #dbem-bookings-table th,
.css-my-bookings #dbem-bookings-table td {
	border: 1px solid;
	padding: 8px 15px;
	vertical-align: middle;
}

.em-booking > p {
	text-align: center;
}

.em-booking > p a {
	color: var(--knd-color-main);
}

.em-booking-form:before, .em-booking-form:after {
	content: '';
	display: table;
	clear: both;
}

.knd-event__booking .em-booking-login {
	border-left: 0;
	margin: 50px auto 0;
	padding: 0;
	max-width: 400px;
}

.knd-event__booking {
	margin-bottom: 60px;
}

.knd-event__booking .em-login-trigger {
	display: none;
}

.knd-page-title-disabled .page-content.container {
	padding-bottom: 0;
}

@media (min-width: 400px) {
	.page-content.container {
		width: initial;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Block Align */
@media (min-width: 768px) {
	.the-content .knd-block.alignfull,
	.knd-block-image.alignfull {
		margin-left: calc( ( ( 100vw - ( var(--knd-content-width) + var(--scroll-bar-width) ) ) / 2 ) * -1);
		margin-right: calc( ( ( 100vw - ( var(--knd-content-width) + var(--scroll-bar-width) ) ) / 2 ) * -1);
	}
}

@media (min-width: 1200px) {
	.the-content .knd-block.alignwide,
	.wp-block-image.alignwide {
		margin-left: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
		margin-right: calc( ( ( var(--knd-medium-content-width) - var(--knd-content-width) ) / 2 ) * -1);
	}
}

@media (max-width: 767px) {
	.the-content .knd-block.alignfull {
		margin-left: -30px;
		margin-right: -30px;
	}
}

/* Main column width */
.wp-block {
	max-width: var(--knd-content-width);
	box-sizing: border-box;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: var(--knd-medium-content-width);
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: none;
}

/* Content */
.the-content p strong a + a {
	margin-left: 1em;
}

.d-none {
	display: none !important;
}

/* BlockQuote */
.wp-block-quote {
	border-left: 0;
}/* Final */
/** == Typography (_grid.scss) == **/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic");
/** == Seetings and variables (_presets.scss)  == **/
/*:root {
  --color-main: 		#1db318;
  --color-main-dark: 	#1aa316;
  --color-main-light: 	#8ae724;
}*/
/** == Elements == **/
/** == Mq == **/
/** == Common styles (_common.scss) == **/
.leyka-hidden {
  display: none !important;
}

/** == Campaign page styles (_campaign.scss) == **/
.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section {
  margin-top: 15px;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .leyka-tabs-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  margin-bottom: 16px;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .leyka-tabs-titles .leyka-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  gap: 6px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #565656;
  cursor: pointer;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .leyka-tabs-titles .leyka-tab-title.leyka-active {
  background: #E5E5E5;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-amount .field-component.field input:not([type=checkbox]):not([type=radio]), .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-amount .field-component.field select, .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-amount .field-component.field textarea {
  width: 124px;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-description .field-component.field input:not([type=checkbox]):not([type=radio]), .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-description .field-component.field select, .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .payment-amount-option-description .field-component.field textarea {
  width: 248px;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .field-component.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .tab-content-options-wrapper .tab-section-options .delete-additional-field.delete-item {
  margin-top: 24px;
  color: #d43c57;
  cursor: pointer;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .section-tab-content .field-component.title .required {
  display: block;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .tab-miscellaneous .leyka-field-inner-wrapper {
  pointer-events: none;
}

.edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .tab-miscellaneous .field-component.field input:not([type=checkbox]):not([type=radio]), .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .tab-miscellaneous .field-component.field select, .edit-post-meta-boxes-area #leyka_campaign_payments_amounts .leyka-options-section .section-tabs-wrapper .tab-miscellaneous .field-component.field textarea {
  background-color: #e5e5e5;
}

/** == Seetings and variables (_presets.scss)  == **/
:root {
  --leyka-color-main: #ff510d;
  --leyka-color-main-second: #ffc29f;
  --leyka-color-main-third: #fef5f1;
  --leyka-color-main-inactive: rgba(255,81,13, 0.5);
  --leyka-color-error: #d43c57;
  --leyka-color-error-second: #fc90a4;
  --leyka-color-error-third: #fcf2f4;
  --leyka-color-ok: #1aa316;
  --leyka-color-ok-second: #9adc98;
  --leyka-color-ok-third: #f3fcf2;
  --leyka-color-gray-dark: #474747;
  --leyka-color-grey-semi-dark: #4656565;
  --leyka-color-gray: #666666;
  --leyka-color-gray-notsolight: #aaaaaa;
  --leyka-color-gray-superlight: #ededed;
  --leyka-color-white: #ffffff;
  --leyka-color-pc-bg: #ff6347;
  --leyka-color-gradient: #ffffff;
  --leyka-font-main: 'Roboto';
  --leyka-star-base: 16px;
  --leyka-color-text-light: #ffffff;
}

/** == Typography (_typo.scss) == **/
@-webkit-keyframes leyka-spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes leyka-spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.leyka-spinner-border {
  display: inline-block;
  vertical-align: text-bottom;
  border: 5px solid var(--leyka-color-main);
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: leyka-spinner-border .75s linear infinite;
  animation: leyka-spinner-border .75s linear infinite;
  width: 64px;
  height: 64px;
}

.leyka-spinner-border.xs {
  width: 16px;
  height: 16px;
  border-width: 2px;
}

.leyka-spinner-border.sm {
  width: 32px;
  height: 32px;
  border-width: 3px;
}

.leyka-spinner-border.lg {
  width: 96px;
  height: 96px;
  border-width: 7px;
}

/** == Persistent campaign page styles (_persistent_campaign.scss) == **/
.leyka_campaign-template-persistent:before {
  display: none;
}

.leyka_campaign-template-persistent .site-content.leyka-campaign-content {
  margin-left: 0;
}

.leyka_campaign-template-persistent .site-content.leyka-campaign-content:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
}

.leyka_campaign-template-persistent .site-footer {
  margin-left: 0;
  width: 100%;
}

.leyka-persistant-campaign {
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign {
    font-size: 18px;
  }
}

.leyka-persistant-campaign .leyka-campaign-header {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.leyka-persistant-campaign .leyka-campaign-header.cover-type-image {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/persistent_campaign_header_bg.jpg);
}

.leyka-persistant-campaign .leyka-campaign-header .header-tint {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 32px;
  background-color: rgba(46, 16, 5, 0.75);
}

.leyka-persistant-campaign .leyka-campaign-header .header-tint.hide-cover-tint {
  background-color: transparent;
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-header .header-tint {
    padding-bottom: 145px;
  }
}

.leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-logo {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  display: block;
  width: auto;
  height: auto;
}

.leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-logo:active, .leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-logo:focus, .leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-logo:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-no-logo {
  width: 280px;
  height: 0px;
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-header .leyka-campaign-no-logo {
    height: 50px;
  }
}

.leyka-persistant-campaign .leyka-campaign-header h1 {
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 24px;
  display: block;
  color: var(--leyka-color-text-light);
  max-width: 746px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0px;
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-header h1 {
    font-size: 18px;
  }
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-header h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-header h1 {
    margin-top: 40px;
  }
}

.leyka-persistant-campaign .leyka-campaign-header h1:before {
  display: none;
}

.leyka-persistant-campaign h1:before {
  display: none;
}

.leyka-persistant-campaign h2:before {
  display: none;
}

.leyka-persistant-campaign .leyka-campaign-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leyka-persistant-campaign .leyka-campaign-content.site-content {
  margin-top: 0;
  padding-top: 0;
  background-color: var(--leyka-color-gray-superlight);
  overflow: visible;
}

.leyka-persistant-campaign .leyka-campaign-content .content-area {
  max-width: 600px;
  width: 100%;
  margin: 0px;
}

.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content {
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  line-height: 26px;
  color: var(--leyka-color-gray-dark);
  margin: 0px;
  padding: 0px 16px 16px 16px;
  width: 100% !important;
  max-width: unset;
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content {
    font-size: 18px;
  }
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content {
    line-height: 29px;
  }
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content {
    padding: 0px 32px 64px 32px;
  }
}

.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content .leyka-pf-star {
  background-color: var(--leyka-color-white);
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 32px 16px 16px 16px;
  max-width: unset;
  margin-top: 0;
  margin-left: -16px;
  margin-right: -16px;
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content .leyka-pf-star {
    padding: 32px 32px;
  }
}

@media screen and (min-width: 640px) {
  .leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content .leyka-pf-star {
    margin-top: -120px;
    margin-left: -32px;
    margin-right: -32px;
  }
}

.leyka-persistant-campaign .leyka-campaign-content .content-area .entry-content p {
  margin-bottom: 16px;
}

/** == Account page styles (_account.scss) == **/
.leyka-account .leyka-pf-star:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 600px;
  width: auto;
}

.leyka-account .leyka-pf-star .leyka-screen-form .list {
  margin-top: 32px;
}

.leyka-account .leyka-pf-star .leyka-screen-form .list .list-title {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: 2px solid var(--leyka-color-gray-superlight);
  padding-bottom: 12px;
}

.leyka-account .leyka-pf-star .leyka-screen-form .list .items .item {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 16px;
  position: relative;
  border-bottom: 1px solid var(--leyka-color-gray-superlight);
  padding-bottom: 9.6px;
}

.leyka-account .leyka-pf-star .leyka-screen-form .list .items .item .item-title {
  color: var(--leyka-color-gray);
}

.leyka-account .leyka-pf-star .leyka-screen-form .list .items .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.leyka-account .leyka-pf-star .leyka-screen-form a {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  color: var(--leyka-color-main);
}

.leyka-account .leyka-pf-star .leyka-screen-form a:active, .leyka-account .leyka-pf-star .leyka-screen-form a:focus, .leyka-account .leyka-pf-star .leyka-screen-form a:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-account .leyka-pf-star .leyka-screen-form a:hover {
  text-decoration: underline;
}

.leyka-account .leyka-pf-star .leyka-screen-form h2 {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: 0px;
  text-align: center;
  color: #000000;
}

.leyka-account .leyka-pf-star .leyka-screen-form p {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 24px;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit {
  text-align: center;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: var(--leyka-color-main);
  display: block;
  color: var(--leyka-color-text-light);
  border-radius: 4px;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 48px;
}

@media screen and (max-width: 319px) {
  .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn {
    font-size: 12px;
  }
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn.secondary {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: var(--leyka-color-main);
  display: block;
  color: var(--leyka-color-text-light);
  border-radius: 4px;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  background-color: var(--leyka-color-white);
  color: var(--leyka-color-gray);
  border: 1px solid var(--leyka-color-gray-superlight);
}

@media screen and (max-width: 319px) {
  .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn.secondary {
    font-size: 12px;
  }
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  width: auto;
  background-color: transparent;
  color: var(--leyka-color-main);
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 319px) {
  .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link {
    font-size: 12px;
  }
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link:active, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link:focus, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link:hover {
  text-decoration: underline;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link.internal {
  border-bottom: 1px dashed var(--leyka-color-main);
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link.internal:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-single-link, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-single-link, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-single-link {
  margin-bottom: 24px;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-single-link.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-single-link.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-single-link.last {
  margin-bottom: 16px;
}

@media screen and (min-width: 640px) {
  .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-single-link, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-single-link, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-btn, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-single-link {
    width: calc(50% - 12px);
    margin-right: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double a.leyka-star-single-link.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double input.leyka-star-single-link.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-btn.last, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit.double button.leyka-star-single-link.last {
    margin-right: 0px;
  }
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  color: var(--leyka-color-main);
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a:active, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a:focus, .leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-extra-links a:hover {
  text-decoration: underline;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-hidden-controls {
  display: none;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-form-spinner {
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-form-spinner .form-ajax-indicator {
  margin-top: 16px;
  margin-bottom: 16px;
}

.leyka-account .leyka-pf-star .leyka-screen-form .form-message {
  display: none;
  text-align: center;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-field-error-frame {
  min-height: 21px;
  height: auto;
  padding-top: 1px;
  margin-left: 16px;
  vertical-align: bottom;
  margin-left: 0px;
  margin-top: 5px;
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-field-error-frame span.donor__textfield-error {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  line-height: normal;
  color: var(--leyka-color-error);
}

.leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-field-error-frame .donor__textfield-error {
  display: none;
}

.leyka-screen-account .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit {
  text-align: center;
}

.leyka-screen-account .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn {
  margin-bottom: 0px;
}

.leyka-screen-account .leyka-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you {
  margin-top: 32px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list {
  margin-top: 32px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list .list-title {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: 2px solid var(--leyka-color-gray-superlight);
  padding-bottom: 12px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list .items .item {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 16px;
  position: relative;
  border-bottom: 1px solid var(--leyka-color-gray-superlight);
  padding-bottom: 9.6px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list .items .item .item-title {
  color: var(--leyka-color-gray);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list .items .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item.subscription-canceling, .leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item.subscription-canceled {
  opacity: 0.5;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .subscription-details {
  max-width: calc(100% - 90px);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .subscription-status {
  max-width: 90px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .subscription-status .canceling {
  color: var(--leyka-color-gray);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .campaign-title {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  display: block;
  color: var(--leyka-color-gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .amount {
  display: inline-block;
  color: #000000;
  text-align: left;
  white-space: nowrap;
  margin-right: 8px;
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .donation-gateway-pm {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
  display: inline-block;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.subscribed-campaigns-list .items .item .donation-gateway-pm img {
  width: 16px;
  height: 16px;
  display: inline;
  margin-right: 4px;
  vertical-align: bottom;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .items {
  border-bottom: 1px solid var(--leyka-color-gray-superlight);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item {
  text-align: left;
  display: block;
  position: relative;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .item-title {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 16px;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0px;
  position: relative;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .item-title:before {
  content: " ";
  display: block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-color: unset;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-top: -3px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .item-title:after {
  float: none;
  clear: both;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.submitted .item-title:before {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-info.svg);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.funded .item-title:before {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-no-renew.svg);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.funded.rebill .item-title:before {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-renew.svg);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.funded.rebill.init-recurring-donation .item-title:before {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-info.svg);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.funded.rebill.init-recurring-donation.recurring-is-active .item-title:before {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-info.svg);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.refunded .item-title:before {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-refund.svg);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.failed .item-title:before {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-error.svg);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q {
  margin-left: 3px;
  vertical-align: baseline;
  cursor: pointer;
  position: relative;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: -2px;
  top: -3px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q img {
  vertical-align: baseline;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q .field-q-tooltip {
  display: none;
  position: absolute;
  color: #44444a;
  background-color: #dddddd;
  border-radius: 6px;
  border: none;
  padding: 8px 8px 8px 8px;
  font-size: 12px;
  line-height: 17px;
  z-index: 11;
  top: 150%;
  left: 30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 204px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q .field-q-tooltip a {
  color: #44444a;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q .field-q-tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dddddd;
  left: calc(50% - 4px);
  top: -7px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q .field-q-tooltip:empty {
  display: none;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q:hover .field-q-tooltip {
  display: block;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .field-q:hover .field-q-tooltip:empty {
  display: none;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.failed .field-q .field-q-tooltip {
  color: var(--leyka-color-white);
  background-color: var(--leyka-color-error);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.failed .field-q .field-q-tooltip a {
  color: var(--leyka-color-white);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item.failed .field-q .field-q-tooltip:before {
  border-bottom: 8px solid var(--leyka-color-error);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .date {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 16px;
  color: var(--leyka-color-gray);
  position: absolute;
  top: 0px;
  right: 0px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item p {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 0px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .donation-gateway-pm {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .list.leyka-star-history .item .donation-gateway-pm img {
  width: 16px;
  height: 16px;
  display: inline;
  margin-right: 4px;
  vertical-align: bottom;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .form-ajax-indicator {
  margin-top: 16px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-single-link {
  margin-top: 24px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you {
  margin-top: 0px;
  margin-bottom: 32px;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: var(--leyka-color-main);
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a:active, .leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a:focus, .leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-screen-account .leyka-pf-star .leyka-screen-form p.leyka-we-need-you a:hover {
  text-decoration: underline;
}

.leyka-screen-login .leyka-account .leyka-pf,
.leyka-screen-reset-password .leyka-account .leyka-pf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leyka-screen-login .leyka-account .leyka-pf .leyka-payment-form,
.leyka-screen-reset-password .leyka-account .leyka-pf .leyka-payment-form {
  max-width: 328px;
}

@media screen and (min-width: 640px) {
  .leyka-screen-login .leyka-account .leyka-pf .leyka-payment-form,
  .leyka-screen-reset-password .leyka-account .leyka-pf .leyka-payment-form {
    min-width: 328px;
  }
}

.leyka-screen-login .leyka-account .leyka-pf .leyka-form-spinner .form-ajax-indicator,
.leyka-screen-reset-password .leyka-account .leyka-pf .leyka-form-spinner .form-ajax-indicator {
  margin-top: 0px;
  margin-bottom: 32px;
}

.leyka-screen-reset-password .leyka-account .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn {
  margin-top: 40px;
}

.leyka-screen-cancel-subscription .list .items .item.subscription-canceling, .leyka-screen-cancel-subscription .list .items .item.subscription-canceled {
  opacity: 0.5;
}

.leyka-screen-cancel-subscription .list .items .item .subscription-details {
  max-width: calc(100% - 90px);
}

.leyka-screen-cancel-subscription .list .items .item .subscription-status {
  max-width: 90px;
}

.leyka-screen-cancel-subscription .list .items .item .subscription-status .canceling {
  color: var(--leyka-color-gray);
}

.leyka-screen-cancel-subscription .list .items .item .campaign-title {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  display: block;
  color: var(--leyka-color-gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leyka-screen-cancel-subscription .list .items .item .amount {
  display: inline-block;
  color: #000000;
  text-align: left;
  white-space: nowrap;
  margin-right: 8px;
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
}

.leyka-screen-cancel-subscription .list .items .item .donation-gateway-pm {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
  display: inline-block;
}

.leyka-screen-cancel-subscription .list .items .item .donation-gateway-pm img {
  width: 16px;
  height: 16px;
  display: inline;
  margin-right: 4px;
  vertical-align: bottom;
}

.leyka-screen-cancel-subscription .list .items .item .action-disconnect {
  margin-left: 24px;
  color: var(--leyka-color-main);
  cursor: pointer;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .limit-width {
  max-width: 380px;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  margin-bottom: 24px;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason input {
  margin: 0;
  padding: 0;
  position: absolute;
  top: unset;
  left: 0;
  border: none;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  line-height: 21px;
  color: var(--leyka-color-gray-dark);
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label:last-of-type {
  margin-bottom: 0;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #ffffff;
  border: 2px solid var(--leyka-color-gray-superlight);
  position: absolute;
  top: 1px;
  left: -26px;
  cursor: pointer;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label svg.icon-checkbox-check {
  position: absolute;
  left: -23px;
  top: 5px;
  width: 12px;
  height: 9px;
  display: none;
  fill: var(--leyka-color-main);
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason label a {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  line-height: 21px;
  color: var(--leyka-color-gray-dark);
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason input:checked + label:before {
  background: var(--leyka-color-main-third);
  border-color: var(--leyka-color-main-second);
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason input:checked + label svg.icon-checkbox-check {
  display: block;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason input:focus-visible + label:before {
  -webkit-box-shadow: 0px 0px 0px 2px;
  box-shadow: 0px 0px 0px 2px;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason > span {
  display: block;
  margin-bottom: 24px;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-cancel-subscription-reason > span:last-of-type {
  margin-bottom: 0;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .section.unsubscribe-comment {
  margin-top: 8px;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .section.unsubscribe-comment .leyka-star-field-frame {
  height: 104px;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-star-submit {
  text-align: center;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-screen-form.leyka-cancel-subscription-form .leyka-star-submit .leyka-star-btn {
  margin-top: 8px;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-cancel-subscription-form,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-unsubscribe-request-form,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-go-resubscribe-form,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-back-to-account {
  display: none;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-cancel-subscription-form .unsubscribe-comment {
  display: none;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-unsubscribe-request-form p,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-go-resubscribe-form p {
  text-align: left;
}

.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-unsubscribe-request-form .leyka-star-submit .leyka-star-btn,
.leyka-screen-cancel-subscription div[id*="leyka-pf-"].leyka-pf-star .leyka-unsubscribe-campains-forms .leyka-confirm-go-resubscribe-form .leyka-star-submit .leyka-star-btn {
  margin-top: 48px;
}

@media screen and (min-width: 640px) {
  .leyka-account div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form {
    min-width: 328px;
  }
}

.leyka-account div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section {
  margin-bottom: 0px;
  margin-top: 64px;
}

.leyka-account .leyka-logout {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/account-icon-logout.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right top;
  width: 24px;
  height: 24px;
}

.leyka-account .leyka-logout span {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  display: none;
  width: 150px;
  margin-left: -125px;
  text-transform: lowercase;
  color: var(--leyka-color-white);
  text-align: right;
  padding-right: 32px;
  padding-top: 4px;
  overflow: hidden;
}

.leyka-account .leyka-logout:hover {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/account-icon-logout-white.svg);
  overflow: visible;
}

.leyka-account .leyka-logout:hover span {
  display: block;
}

.admin-bar .leyka-account .leyka-logout {
  top: 60.8px;
}

@media screen and (min-width: 640px) {
  .admin-bar .leyka-account .leyka-logout {
    top: 48px;
  }
}

.logged-in .leyka-account .leyka-logout {
  display: block;
}

.leyka-account.leyka-persistant-campaign .leyka-campaign-header h1 {
  margin-bottom: 0px;
}

/** == Form common settings (_form_settings.scss) == **/
/** Common settings  */
div[id*="leyka-pf-"] {
  margin: 32px 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
}

div[id*="leyka-pf-"]:first-child {
  margin-top: 0;
}

div[id*="leyka-pf-"]:last-child {
  margin-bottom: 0;
}

div[id*="leyka-pf-"] > svg {
  display: none;
}

div[id*="leyka-pf-"] a {
  border: none;
  text-decoration: none;
}

div[id*="leyka-pf-"] form {
  display: block;
}

div[id*="leyka-pf-"] .leyka-submit-errors {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  border: none;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  background: #D0011B;
  margin: -10px -1px 0;
  height: auto;
  padding: 16px 32px;
  position: relative;
  text-align: center;
}

div[id*="leyka-pf-"] .leyka-submit-errors:after {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-size: 12px;
  content: 'x';
  display: block;
  color: currentColor;
  position: absolute;
  top: 19px;
  right: 16px;
  cursor: pointer;
}

/** == Form fields styles == */
div[id*="leyka-pf-"] .inpage-card__thumb {
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 56.7%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div[id*="leyka-pf-"] .inpage-card__content {
  padding: 24px;
}

div[id*="leyka-pf-"] .inpage-card_title {
  display: none;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 1.2em;
}

div[id*="leyka-pf-"] .inpage-card_excerpt {
  display: none;
  margin-bottom: 12px;
}

div[id*="leyka-pf-"].show-preview .inpage-card__content {
  padding-top: 2rem;
}

div[id*="leyka-pf-"].show-preview .inpage-card_title {
  display: block;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 23px;
}

div[id*="leyka-pf-"].show-preview .inpage-card__excerpt {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}

div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 3.5rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+67&0+0,1+67 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(67%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a:hover, div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a:active, div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a:focus {
  text-decoration: none;
  outline: none;
}

div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links .inpage-card__expand-excerpt,
div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links .inpage-card__collapse-excerpt {
  color: var(--color-main);
  text-decoration: none;
  border-bottom: 1px dashed var(--color-main);
  padding-bottom: 2px;
}

div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links .inpage-card__collapse-excerpt {
  display: none;
}

div[id*="leyka-pf-"].show-preview .inpage-card__excerpt.expand .inpage-card__toggle-excerpt-links {
  padding-top: 0px;
  position: relative;
}

div[id*="leyka-pf-"].show-preview .inpage-card__excerpt.expand .inpage-card__toggle-excerpt-links .inpage-card__expand-excerpt {
  display: none;
}

div[id*="leyka-pf-"].show-preview .inpage-card__excerpt.expand .inpage-card__toggle-excerpt-links .inpage-card__collapse-excerpt {
  display: inline;
}

div[id*="leyka-pf-"].show-preview .inpage-card_scale {
  margin-bottom: 2rem;
}

div[id*="leyka-pf-"].show-preview .target {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

div[id*="leyka-pf-"].show-preview .message-finished {
  font-size: 1.15em;
}

div[id*="leyka-pf-"].show-preview .info {
  color: #828282;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}

div[id*="leyka-pf-"].show-preview .inpage-card__note {
  color: #999999;
  font-size: 14px;
  line-height: 21px;
  margin-top: 1rem;
}

div[id*="leyka-pf-"].show-preview .inpage-card__action {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div[id*="leyka-pf-"].show-preview .inpage-card__action button,
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button {
  border: none;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  max-width: unset;
  height: auto;
}

div[id*="leyka-pf-"].show-preview .inpage-card__action button:visited,
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:visited {
  color: #ffffff;
}

div[id*="leyka-pf-"].show-preview .inpage-card__action button:hover, div[id*="leyka-pf-"].show-preview .inpage-card__action button:focus,
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:hover,
div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:focus {
  background: var(--color-main-dark);
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"].show-preview .inpage-card__action button,
  div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button {
    height: 48px;
  }
}

div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button {
  background-color: #ffffff;
  color: var(--color-main);
  border: 1px solid #e0e0e0;
  line-height: 26px;
}

div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:active, div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:focus, div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button:hover {
  background-color: #ffffff;
  color: var(--color-main);
  border: 1px solid #e0e0e0;
}

div[id*="leyka-pf-"].show-preview .supporter-and-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

div[id*="leyka-pf-"].show-preview.leyka-pf--active .inpage-card__action {
  display: none;
}

div[id*="leyka-pf-"] .inpage-card_scale {
  margin-bottom: 24px;
}

div[id*="leyka-pf-"] .scale {
  width: 100%;
  height: 6px;
  background: #eeeeee;
  border-radius: 2.5px;
}

div[id*="leyka-pf-"] .scale .progress {
  height: 6px;
  background: var(--color-main);
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

div[id*="leyka-pf-"] .scale .progress.fin {
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

div[id*="leyka-pf-"] .scale.hide-scale {
  display: none;
}

div[id*="leyka-pf-"] .target {
  margin: 16px 0 4px;
  color: var(--color-main);
  font-size: 1.2em;
}

div[id*="leyka-pf-"] .target .curr-mark {
  margin-left: 2px;
}

div[id*="leyka-pf-"] .message-finished {
  color: var(--color-main);
  font-size: 1.15em;
}

div[id*="leyka-pf-"] .info {
  color: #999999;
}

div[id*="leyka-pf-"] .info .curr-mark {
  margin-left: 2px;
}

div[id*="leyka-pf-"] .inpage-card__note {
  color: #333333;
}

div[id*="leyka-pf-"] .inpage-card__note strong {
  font-weight: bold;
}

div[id*="leyka-pf-"] .inpage-card__note a {
  color: #999999;
  text-decoration: underline;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div[id*="leyka-pf-"] .inpage-card__note a:visited {
  color: #999999;
}

div[id*="leyka-pf-"] .inpage-card__action {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div[id*="leyka-pf-"] .inpage-card__action button,
div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button {
  border: none;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  max-width: 279px;
  height: 48px;
}

div[id*="leyka-pf-"] .inpage-card__action button:visited,
div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button:visited {
  color: #ffffff;
}

div[id*="leyka-pf-"] .inpage-card__action button:hover, div[id*="leyka-pf-"] .inpage-card__action button:focus,
div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button:hover,
div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button:focus {
  background: var(--color-main-dark);
}

div[id*="leyka-pf-"] .inpage-card__action .leyka-thankyou-button {
  background-color: #ffffff;
  color: var(--color-main);
  border: 1px solid #e0e0e0;
  line-height: 26px;
}

body.wizard-init-campaign-preview div[id*="leyka-pf-"].show-preview .inpage-card__excerpt .inpage-card__toggle-excerpt-links a {
  cursor: default;
}

body.wizard-init-campaign-preview div[id*="leyka-pf-"].show-preview .inpage-card__action .leyka-thankyou-button {
  cursor: default;
}

body.wizard-init-campaign-preview div[id*="leyka-pf-"].show-preview .inpage-card__action button {
  cursor: default;
}

body.wizard-init-campaign-preview div[id*="leyka-pf-"].show-preview .supporter-and-button .inpage-card__note.supporters .leyka-js-history-more {
  cursor: default;
}

div[id*="leyka-pf-"] .step__selection {
  text-align: center;
}

div[id*="leyka-pf-"] .step__selection a {
  color: #2963E8;
  text-decoration: underline;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
}

div[id*="leyka-pf-"] .step__selection a:hover, div[id*="leyka-pf-"] .step__selection a:focus, div[id*="leyka-pf-"] .step__selection a:active {
  color: #164cc8;
}

div[id*="leyka-pf-"] .step__selection a span.remembered-amount:after, div[id*="leyka-pf-"] .step__selection a span.curr-mark:after {
  content: " ";
}

div[id*="leyka-pf-"] .step__title {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

div[id*="leyka-pf-"] .step__note {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  text-align: center;
}

div[id*="leyka-pf-"] .step__note a {
  color: currentColor;
  text-decoration: underline;
}

div[id*="leyka-pf-"] .amount_range {
  padding: 8px;
  text-align: center;
}

div[id*="leyka-pf-"] .amount_range input[type=range],
div[id*="leyka-pf-"] .amount_range input[type=range]:focus,
div[id*="leyka-pf-"] .amount_range input[type=range]:active,
div[id*="leyka-pf-"] .amount_range input[type=range]::-moz-focus-inner,
div[id*="leyka-pf-"] .amount_range input[type=range]::-moz-focus-outer,
div[id*="leyka-pf-"] .amount_range input[type=range]:-moz-focusring {
  border: 0;
  outline: none;
  background: none;
}

div[id*="leyka-pf-"] .amount_range input[type=range] {
  -webkit-appearance: none;
  width: 200px;
  margin: 0 auto;
  border: none;
}

div[id*="leyka-pf-"] .amount_range input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  border-color: transparent;
  color: transparent;
  height: 6px;
  border: none;
  border-radius: 6px;
  background: var(--color-main);
  animate: 0.2s;
}

div[id*="leyka-pf-"] .amount_range input[type=range]::-moz-range-track {
  width: 100%;
  cursor: pointer;
  border-color: transparent;
  color: transparent;
  height: 6px;
  border: none;
  border-radius: 6px;
  background: var(--color-main);
  animate: 0.2s;
}

div[id*="leyka-pf-"] .amount_range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  border-color: transparent;
  color: transparent;
  height: 6px;
  border: none;
  border-radius: 6px;
  background: var(--color-main);
  animate: 0.2s;
}

div[id*="leyka-pf-"] .amount_range input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
}

div[id*="leyka-pf-"] .amount_range input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
}

div[id*="leyka-pf-"] .amount_range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
  margin-top: -7px;
}

div[id*="leyka-pf-"] .invalid .amount_range input[type=range]::-ms-track,
div[id*="leyka-pf-"] .invalid .amount_range input[type=range]::-moz-range-track,
div[id*="leyka-pf-"] .invalid .amount_range input[type=range]::-webkit-slider-runnable-track {
  background: #D0011B;
}

div[id*="leyka-pf-"] .amount__figure {
  position: relative;
  width: 196px;
  z-index: 1;
  margin: 0 auto;
  border-bottom: 2px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div[id*="leyka-pf-"] .amount__figure.focus {
  border-bottom-color: var(--color-main);
}

div[id*="leyka-pf-"] .amount__figure span {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 100;
  font-style: normal;
  font-size: 38px;
  line-height: 42px;
  font-weight: 100;
  color: #000000;
  z-index: 20;
}

div[id*="leyka-pf-"] .amount__figure input {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 100;
  font-style: normal;
  font-size: 38px;
  line-height: 42px;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  color: #000000;
  padding: 0 4px 4px 4px;
  width: 100px;
}

div[id*="leyka-pf-"] .amount__figure input::-webkit-input-placeholder {
  color: #cccccc;
}

div[id*="leyka-pf-"] .amount__figure input::-moz-placeholder {
  color: #cccccc;
}

div[id*="leyka-pf-"] .amount__figure input:-ms-input-placeholder {
  color: #cccccc;
}

div[id*="leyka-pf-"] .amount__figure input::-ms-input-placeholder {
  color: #cccccc;
}

div[id*="leyka-pf-"] .amount__figure input::placeholder {
  color: #cccccc;
}

div[id*="leyka-pf-"] .amount__figure input:focus::-webkit-input-placeholder {
  opacity: 0;
  color: #ffffff;
}

div[id*="leyka-pf-"] .amount__figure input:focus::-moz-placeholder {
  opacity: 0;
  color: #ffffff;
}

div[id*="leyka-pf-"] .amount__figure input:focus:-ms-input-placeholder {
  opacity: 0;
  color: #ffffff;
}

div[id*="leyka-pf-"] .amount__figure input:focus::-ms-input-placeholder {
  opacity: 0;
  color: #ffffff;
}

div[id*="leyka-pf-"] .amount__figure input:focus::placeholder {
  opacity: 0;
  color: #ffffff;
}

div[id*="leyka-pf-"] .amount__icon {
  text-align: center;
  padding: 24px 8px 16px;
  /*height: 80px + $base*5;*/
  height: 140px;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"] .amount__icon {
    /*height: 110px + $base*5;*/
    height: 170px;
  }
}

div[id*="leyka-pf-"] .amount__icon .svg-icon {
  fill: var(--color-main);
}

div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size1 {
  width: 46px;
  height: 80px;
  padding-top: 40px;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size1 {
    width: 62px;
    height: 110px;
    padding-top: 64px;
  }
}

div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size2 {
  width: 80px;
  height: 80px;
  padding-top: 30px;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size2 {
    width: 102px;
    height: 110px;
    padding-top: 34px;
  }
}

div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size3 {
  width: 86px;
  height: 80px;
  padding-top: 25px;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size3 {
    width: 114px;
    height: 110px;
    padding-top: 24px;
  }
}

div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size4 {
  width: 85px;
  height: 110px;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"] .amount__icon .svg-icon.icon-money-size4 {
    width: 114px;
    height: 110px;
  }
}

div[id*="leyka-pf-"] .amount__range_wrapper {
  position: relative;
}

div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_overlay {
  display: none;
  background-color: #ffffff;
  height: 38px;
  left: 0;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 5;
  pointer-events: none;
}

div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom {
  display: none;
  position: relative;
  left: 10px;
  top: 10px;
  z-index: 7;
  pointer-events: none;
}

div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-bg {
  width: 200px;
  height: 12px;
  fill: #E6E7E9;
  position: absolute;
  top: 0px;
  left: 0px;
}

div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-color, div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-color-wrapper {
  width: 200px;
  height: 12px;
  fill: var(--color-main);
  position: absolute;
  top: 0px;
  left: 0px;
}

div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-color-wrapper {
  width: 50px;
  overflow: hidden;
}

div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom .range-circle {
  width: 34px;
  height: 34px;
  fill: var(--color-main);
  position: absolute;
  top: -10px;
  left: 50px;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"] .amount__range_wrapper .amount__range_custom--visible {
    display: block;
  }
}

div[id*="leyka-pf-"] .amount__error {
  color: #D0011B;
  display: none;
  padding-top: 24px;
  max-width: 186px;
}

div[id*="leyka-pf-"] .step__action a {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  text-transform: none;
  padding: 8px 24px 12px 24px;
  width: 186px;
  text-align: center;
  margin: 4px;
}

div[id*="leyka-pf-"] .step__action a:visited {
  color: #ffffff;
}

div[id*="leyka-pf-"] .step__action a:hover, div[id*="leyka-pf-"] .step__action a:focus {
  background: var(--color-main-dark);
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"] .step__action a {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--color-main);
    padding: 10px 26px;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 23px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    text-transform: none;
    padding: 6px 24px;
    border-radius: 18px;
  }
  div[id*="leyka-pf-"] .step__action a:visited {
    color: #ffffff;
  }
  div[id*="leyka-pf-"] .step__action a:hover, div[id*="leyka-pf-"] .step__action a:focus {
    background: var(--color-main-dark);
  }
}

div[id*="leyka-pf-"] .step__action .monthly {
  position: relative;
}

div[id*="leyka-pf-"] .step__action .svg-icon {
  width: 22px;
  height: 15px;
  fill: #ffffff;
  vertical-align: text-bottom;
  margin-right: 4px;
}

div[id*="leyka-pf-"] .amount.invalid .amount__figure {
  border-bottom-color: #D0011B;
}

div[id*="leyka-pf-"] .amount.invalid .amount__error {
  display: block;
}

div[id*="leyka-pf-"] .amount.invalid .amount__icon .svg-icon {
  display: none;
}

div[id*="leyka-pf-"] .amount.invalid input[type=range]::-ms-track {
  background: #D0011B;
}

div[id*="leyka-pf-"] .amount.invalid input[type=range]::-moz-range-track {
  background: #D0011B;
}

div[id*="leyka-pf-"] .amount.invalid input[type=range]::-webkit-slider-runnable-track {
  background: #D0011B;
}

div[id*="leyka-pf-"] .amount.invalid .amount__range_wrapper .amount__range_custom .range-color, div[id*="leyka-pf-"] .amount.invalid .amount__range_wrapper .amount__range_custom .range-color-wrapper {
  fill: #D0011B;
}

div[id*="leyka-pf-"] .amount.invalid .amount__range_wrapper .amount__range_custom .range-circle {
  fill: #D0011B;
}

div[id*="leyka-pf-"] .payments-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: center;
  overflow-y: hidden;
  /*scroll;*/
}

div[id*="leyka-pf-"] .payment-opt {
  text-align: center;
  margin: 9px 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: calc(50% - 8px);
}

div[id*="leyka-pf-"] .payment-opt__button {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
}

div[id*="leyka-pf-"] .payment-opt__radio {
  position: absolute;
  top: 10px;
  left: 10px;
  border: none;
  opacity: 0;
}

div[id*="leyka-pf-"] .payment-opt__icon {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: #f6f6f6;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  cursor: pointer;
}

div[id*="leyka-pf-"] .payment-opt__icon:hover {
  background: var(--color-main-light);
}

div[id*="leyka-pf-"] .payment-opt__icon .svg-icon {
  width: 80px;
  height: 41px;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"] .payment-opt__icon {
    height: 85px;
  }
  div[id*="leyka-pf-"] .payment-opt__icon .svg-icon {
    width: 150px;
    height: 60px;
  }
}

div[id*="leyka-pf-"] .payment-opt__icon img {
  height: 60px;
}

div[id*="leyka-pf-"] .payment-opt__radio:checked + .payment-opt__icon {
  background: var(--color-main-light);
}

div[id*="leyka-pf-"] .payment-opt__radio:checked + .payment-opt__icon:hover {
  background: var(--color-main-light);
}

div[id*="leyka-pf-"] .payment-opt__label {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.25;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  max-height: 27.5px;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"] .payment-opt__label {
    font-size: 13px;
    max-height: 32.5px;
  }
}

div[id*="leyka-pf-"] .donor__textfield label {
  display: block;
  position: relative;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin: 0;
  height: 20px;
  overflow: hidden;
}

div[id*="leyka-pf-"] .donor__textfield input, div[id*="leyka-pf-"] .donor__textfield textarea {
  width: 100%;
  height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  background: transparent !important;
  text-align: left;
  border-radius: 0;
  margin: 0;
  padding: 6px 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  border-bottom: 1px solid #cccccc;
}

div[id*="leyka-pf-"] .donor__textfield .donor__textfield-error {
  display: none;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #D0011B;
  font-size: 12px;
}

div[id*="leyka-pf-"] .donor__textfield.focus input {
  border-bottom-color: #353d3f;
}

div[id*="leyka-pf-"] .donor__textfield.invalid .donor__textfield-label {
  display: none;
}

div[id*="leyka-pf-"] .donor__textfield.invalid .donor__textfield-error {
  display: inline-block;
}

div[id*="leyka-pf-"] .donor__textfield.invalid input, div[id*="leyka-pf-"] .donor__textfield.invalid textarea {
  color: #D0011B;
  border-bottom-color: #D0011B;
}

div[id*="leyka-pf-"] .donor__textfield.valid .donor__textfield-label {
  color: var(--color-main);
}

div[id*="leyka-pf-"] .donor__textfield.valid input {
  color: var(--color-main);
  border-bottom-color: var(--color-main);
}

div[id*="leyka-pf-"] .donor__submit {
  text-align: center;
}

div[id*="leyka-pf-"] .donor__submit input {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  border-radius: 27px;
  padding: 12px 26px;
  min-width: 200px;
  font-size: 14px;
}

div[id*="leyka-pf-"] .donor__submit input:visited {
  color: #ffffff;
}

div[id*="leyka-pf-"] .donor__submit input:hover, div[id*="leyka-pf-"] .donor__submit input:focus {
  background: var(--color-main-dark);
}

div[id*="leyka-pf-"] .donor__oferta {
  z-index: 1;
  text-align: left;
}

div[id*="leyka-pf-"] .donor__oferta span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
}

div[id*="leyka-pf-"] .donor__oferta input {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -1000px;
  left: 0;
  border: none;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

div[id*="leyka-pf-"] .donor__oferta label {
  display: inline-block;
  position: relative;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  z-index: 2;
}

div[id*="leyka-pf-"] .donor__oferta label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #ffffff;
  border: 2px solid #333333;
  position: absolute;
  top: 1px;
  left: -26px;
  cursor: pointer;
}

div[id*="leyka-pf-"] .donor__oferta label a {
  color: #999999;
  text-decoration: underline;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div[id*="leyka-pf-"] .donor__oferta label a:visited {
  color: #999999;
}

div[id*="leyka-pf-"] .donor__oferta input:checked + label:before {
  background-color: var(--color-main);
  border-color: var(--color-main);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTcgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPlNoYXBlPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8cGF0aCBkPSJNMTYuNSwxLjg3OTE0Mjg2IEw1LjUyODU3MTQzLDEyLjg1MDU3MTQgTDAuNSw3LjgyMiBMMS43ODkxNDI4Niw2LjUzMjg1NzE0IEw1LjUyODU3MTQzLDEwLjI2MzE0MjkgTDE1LjIxMDg1NzEsMC41OSBMMTYuNSwxLjg3OTE0Mjg2IEwxNi41LDEuODc5MTQyODYgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px 13px;
  background-position: 0 -2px;
}

div[id*="leyka-pf-"] .donor__oferta .donor__oferta-error {
  visibility: hidden;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-size: 12px;
  padding-top: 6px;
  color: #D0011B;
}

div[id*="leyka-pf-"] .donor__oferta.invalid .donor__oferta-error {
  visibility: visible;
}

div[id*="leyka-pf-"] .step--static .step__border {
  min-height: 80%;
  position: relative;
}

div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation {
  text-align: center;
  margin: 12px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation input {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  border-radius: 27px;
  padding: 12px 26px;
  min-width: 200px;
  font-size: 14px;
}

div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation input:visited {
  color: #ffffff;
}

div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation input:hover, div[id*="leyka-pf-"] .step--static .step__border .static__complete-donation input:focus {
  background: var(--color-main-dark);
}

/** == Form layout and states (_form_layout.scss) == **/
/* NO JS basics */
.leyka-pf__module {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #ffffff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.leyka-pf__module *, .leyka-pf__module *::after, .leyka-pf__module *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.leyka-pf__form {
  max-width: 400px;
  margin: 0 auto;
}

.inpage-card__action,
.leyka-pf__redirect,
.leyka-pf__overlay,
.leyka-pf__close,
.oferta,
.step__selection,
.step__action {
  display: none;
}

.step__title {
  text-align: center;
  padding: 16px 0 24px;
}

.step__fields {
  padding: 0 16px;
}

@media screen and (min-width: 420px) {
  .step__fields {
    padding: 0 24px;
  }
}

.step__fields.static-text {
  max-width: 300px;
  margin: 24px auto 0;
}

.step__fields.static-text p {
  margin-bottom: 8px;
}

div[id*="leyka-pf-"] .step__note {
  text-align: center;
  padding: 0 16px 32px 16px;
}

div[id*="leyka-pf-"] .step__note p {
  margin: 0;
  font-size: 11px;
  line-height: 14px;
}

@media screen and (min-width: 420px) {
  div[id*="leyka-pf-"] .step__note {
    padding: 0 24px 32px 24px;
  }
}

.donor__textfield {
  margin-bottom: 24px;
}

.donor__submit {
  margin-bottom: 16px;
}

/** Card layout **/
.leyka-pf .pic-first-step {
  display: none;
}

.leyka-pf.leyka-pf--active .pic-first-step {
  display: block;
}

.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card__thumbframe {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card__thumbframe + .inpage-card__content {
  width: 50%;
}

.leyka-pf.card-2col:not(.leyka-pf--active) .inpage-card__thumb {
  height: 100%;
  min-height: 230px;
  padding: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/** JS state */
/* Init layout */
.leyka-js .leyka-pf__close {
  font-size: 13px;
  font-weight: bold;
  color: #999999;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
}

.leyka-js .leyka-pf__close:hover {
  color: #353d3f;
  border-color: #353d3f;
}

.leyka-js .leyka-pf__close:hover {
  color: #ffffff;
  background: var(--color-main);
  border-color: var(--color-main);
}

.leyka-js .leyka-pf__overlay {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.leyka-js .leyka-pf__redirect {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10150;
  border-radius: 10px;
}

.leyka-js .leyka-pf__final-screen {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10100;
  border-radius: 10px;
}

.leyka-js .leyka-pf__form {
  display: none;
}

.leyka-js .inpage-card__action {
  display: block;
}

/* Open state */
.leyka-js .leyka-pf--active .inpage-card__content .no-supporters {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.leyka-js .leyka-pf--active .inpage-card__content .no-supporters .pic-first-step {
  margin: auto auto 0 auto;
  display: block;
  fill: var(--color-main);
  max-width: 50%;
  height: 200px;
}

.leyka-js .leyka-pf--active .inpage-card__content .no-supporters .lets-do-first-step-text {
  width: 85%;
  margin: 0px auto;
}

.leyka-js .leyka-pf--active .leyka-submit-errors {
  width: 100%;
  z-index: 200;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
}

.leyka-js .leyka-pf--active .leyka-pf__overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  opacity: 1;
}

.leyka-js .leyka-pf--active .leyka-pf__module {
  max-height: 522px;
  height: 96vh;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10010;
  max-width: 400px;
  overflow: hidden;
}

.leyka-js .leyka-pf--active .leyka-pf__module.leyka-with-comment {
  max-height: 612px;
  height: 96vh;
}

@media screen and (min-width: 420px) {
  .leyka-js .leyka-pf--active .leyka-pf__module {
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.25);
  }
}

.leyka-js .leyka-pf--active .leyka-pf__close {
  display: block;
  z-index: 10120;
}

.leyka-js .leyka-pf--active .inpage-card__action {
  display: none;
}

.leyka-js .leyka-pf--active .leyka-pf__card {
  display: none;
  z-index: 10;
}

.leyka-js .leyka-pf--active .leyka-pf__form {
  display: block;
  position: relative;
  z-index: 10;
  max-width: none;
  margin: 0;
}

.leyka-js .leyka-pf--active .leyka-pf__redirect--open {
  display: block;
}

/* Open in larger screens - 2 colums support */
@media screen and (min-width: 640px) {
  .leyka-js .leyka-pf--active .leyka-pf__module {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .leyka-js .leyka-pf--active .leyka-pf__module:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #eeeeee;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 108;
  }
  .leyka-js .leyka-pf--active .leyka-pf__card {
    width: 50%;
    display: block;
    border-top-right-radius: 0;
  }
  .leyka-js .leyka-pf--active .leyka-pf__card .inpage-card__thumb {
    border-top-right-radius: 0;
  }
  .leyka-js .leyka-pf--active .leyka-pf__card .inpage-card_title {
    height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .leyka-js .leyka-pf--active .leyka-pf__card .inpage-card__excerpt {
    display: none;
  }
  .leyka-js .leyka-pf--active .leyka-pf__form {
    width: 50%;
  }
  .leyka-js .leyka-pf--active.leyka-pf--oferta-open .leyka-pf__module:after, .leyka-js .leyka-pf--active.leyka-pf--pd-open .leyka-pf__module:after {
    display: none;
  }
}

/* Oferta */
.leyka-js .leyka-pf--active.leyka-pf--oferta-open .leyka-pf__module {
  max-width: 900px;
  max-height: 700px;
}

.leyka-js .leyka-pf--active.leyka-pf--oferta-open .leyka-pf__oferta {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10015;
  border-radius: 10px;
  padding: 24px 9% 0;
}

.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__frame {
  width: 100%;
  padding: 0 20px 56px;
  height: 100%;
  overflow-y: scroll;
}

.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__flow {
  padding-bottom: 76px;
}

.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10120;
  padding: 8px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
}

.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action a {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  text-transform: none;
  padding: 6px 24px;
  border-radius: 18px;
}

.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action a:visited {
  color: #ffffff;
}

.leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action a:hover, .leyka-js .leyka-pf--active.leyka-pf--oferta-open .oferta__action a:focus {
  background: var(--color-main-dark);
}

.leyka-js .leyka-pf--active.leyka-pf--pd-open .leyka-pf__module {
  max-width: 900px;
  max-height: 700px;
}

.leyka-js .leyka-pf--active.leyka-pf--pd-open .leyka-pf__pd {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10015;
  border-radius: 10px;
  padding: 24px 9% 0;
}

.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__frame {
  width: 100%;
  padding: 0 20px 56px;
  height: 100%;
  overflow-y: scroll;
}

.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__flow {
  padding-bottom: 76px;
}

.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10120;
  padding: 8px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
}

.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action a {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  text-transform: none;
  padding: 6px 24px;
  border-radius: 18px;
}

.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action a:visited {
  color: #ffffff;
}

.leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action a:hover, .leyka-js .leyka-pf--active.leyka-pf--pd-open .pd__action a:focus {
  background: var(--color-main-dark);
}

/* Steps */
/* Common steps layout */
.leyka-js .leyka-pf__form .step {
  max-height: 522px;
  height: 96vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.leyka-js .leyka-pf__form.leyka-with-comment .step {
  max-height: 627px;
  height: 96vh;
}

.leyka-js .leyka-pf__form .step--person {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leyka-js .leyka-pf__form .step--active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  font-size: inherit;
}

.leyka-js .leyka-pf__form .step__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 16px 12px;
  white-space: nowrap;
  width: 100%;
}

.leyka-js .leyka-pf__form .step__selection .leyka-js-another-step {
  padding: 2px 4px 2px 0;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 640px) {
  .leyka-js .leyka-pf__form .step__selection .leyka-js-another-step {
    max-width: 240px;
  }
}

.leyka-js .leyka-pf__form .step__action {
  display: block;
  text-align: center;
}

.leyka-js .leyka-pf__form .step__title--amount {
  padding-top: 40px;
}

@media screen and (min-width: 420px) {
  .leyka-js .leyka-pf__form .step__title--amount {
    padding-top: 32px;
  }
}

.leyka-js .leyka-pf__form .step__action--amount {
  padding: 16px 0;
}

.leyka-js .leyka-pf__form .step__border {
  width: 100%;
  overflow-y: auto;
}

@media screen and (min-width: 800px) {
  .leyka-js .leyka-pf__form .step__border {
    width: 86%;
    padding-top: 8px;
    border-width: 7px;
    -o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUXFgUJCOIR8gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAADkklEQVRYw71Y2XLqOhBsyVpskzikKv//iQkQLLTYmvtAja7BwCHERI8qkFuzdPdI4M5FRHS+l3NGSgl934OIMI4jhBBo2xZt20IIMTtHXNq8sMSjwIgIfd8jxoiUEpRSyDmDiFBVFZRSaJoGxpiHgCk8uGKMCCGAiPDx8YGqqkoUnXNwzoGIZsDuXfI3wABgtVpByv+PkVKibVtUVYVxHHGhAp4HLOeMYRggpUTTNLNaYnAAEEL4O2DDMBRgU7Dn4KWUfwvMew8iOonUFCQAKHUs35TSDPSixc8f8N4jxghjDJqmufp7rTW01hjHEZvNBk3TzMAvAmyz2ZSb13WN19fX2Ye40IUQpc6klNjv9zgcDj9qhLuB1XVdUnQeKU6rEOLk49MOZTK+GxjduEYIAfv9HlprdF0nsMDa7Xbkvcd6vYbW+rHizzlDCHHzgEfp5l8NIW/9+XA4zGjht4u71Xt/WyunqSQihBAQQij1MBHkRVJJRLTdbhFjhLUWdV1DKTW7vCAiijHCOYdxHE84SWtdOmtJYDln7HY7xBghhIBSCkopGGNgjDk2Us6ZdrsdQgioqgpt2yLnDKUUtNYF5JLAmBeZQqY1Z609Zmi/35P3vmxcq6elgZ2vw+GAvu8hpTwaA07hNVBE9LBDuALsKk++v78X4ymZHG913kLBungWp1AIUQwmEUGxwbvkDJYGda4Ul8SfXbAUQmAYhhNTd00Dn5nKKSghBORqtYLWGl9fX1dJb+lUXjqPLTkzgxjHkZxzxdBJKZm30DRNkaOlu5JFnZWFm9Bai67rjgRLRIgxIsZY3CkPEl3XPYVgnXNFXbgBOFrGmFNJmvp57z1CCDDG4O3tbVFgPEWxulhrYa09SfHMj0kpizRst1t47x8ewW5ZKaUU1uv1VZqS95jDYRgWtTxsNm9x501g3AhLrpTSkaf+ce7ddbPdbolF3Vp7lTDPpyfWQY76vU74R1MSd+zLywvquj659dT3T9P2/f1d+PEn0b87Yt57Ylebc0Zd1zfdCItxSgnGmHIRY8yyEeP0WWvx+fmJlBJSSrO0TtMXY0Rd1+i67vmTuJSyqMF5t04HDE4td/afPBFYa08cyKVnAqYFHj7+DBgAOOdmYxgRlTq8NGQ8FRibunEcZ+Byzuj7HgB+pRgPvyjyG2sIAc654oKHYYDWusjaw/boN0MEEZ08a1ZVBSEE2ONdSuO9ZuA/JuV2YiK5ohEAAAAASUVORK5CYII=) 10 10 round;
    border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUXFgUJCOIR8gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAADkklEQVRYw71Y2XLqOhBsyVpskzikKv//iQkQLLTYmvtAja7BwCHERI8qkFuzdPdI4M5FRHS+l3NGSgl934OIMI4jhBBo2xZt20IIMTtHXNq8sMSjwIgIfd8jxoiUEpRSyDmDiFBVFZRSaJoGxpiHgCk8uGKMCCGAiPDx8YGqqkoUnXNwzoGIZsDuXfI3wABgtVpByv+PkVKibVtUVYVxHHGhAp4HLOeMYRggpUTTNLNaYnAAEEL4O2DDMBRgU7Dn4KWUfwvMew8iOonUFCQAKHUs35TSDPSixc8f8N4jxghjDJqmufp7rTW01hjHEZvNBk3TzMAvAmyz2ZSb13WN19fX2Ye40IUQpc6klNjv9zgcDj9qhLuB1XVdUnQeKU6rEOLk49MOZTK+GxjduEYIAfv9HlprdF0nsMDa7Xbkvcd6vYbW+rHizzlDCHHzgEfp5l8NIW/9+XA4zGjht4u71Xt/WyunqSQihBAQQij1MBHkRVJJRLTdbhFjhLUWdV1DKTW7vCAiijHCOYdxHE84SWtdOmtJYDln7HY7xBghhIBSCkopGGNgjDk2Us6ZdrsdQgioqgpt2yLnDKUUtNYF5JLAmBeZQqY1Z609Zmi/35P3vmxcq6elgZ2vw+GAvu8hpTwaA07hNVBE9LBDuALsKk++v78X4ymZHG913kLBungWp1AIUQwmEUGxwbvkDJYGda4Ul8SfXbAUQmAYhhNTd00Dn5nKKSghBORqtYLWGl9fX1dJb+lUXjqPLTkzgxjHkZxzxdBJKZm30DRNkaOlu5JFnZWFm9Bai67rjgRLRIgxIsZY3CkPEl3XPYVgnXNFXbgBOFrGmFNJmvp57z1CCDDG4O3tbVFgPEWxulhrYa09SfHMj0kpizRst1t47x8ewW5ZKaUU1uv1VZqS95jDYRgWtTxsNm9x501g3AhLrpTSkaf+ce7ddbPdbolF3Vp7lTDPpyfWQY76vU74R1MSd+zLywvquj659dT3T9P2/f1d+PEn0b87Yt57Ylebc0Zd1zfdCItxSgnGmHIRY8yyEeP0WWvx+fmJlBJSSrO0TtMXY0Rd1+i67vmTuJSyqMF5t04HDE4td/afPBFYa08cyKVnAqYFHj7+DBgAOOdmYxgRlTq8NGQ8FRibunEcZ+Byzuj7HgB+pRgPvyjyG2sIAc654oKHYYDWusjaw/boN0MEEZ08a1ZVBSEE2ONdSuO9ZuA/JuV2YiK5ohEAAAAASUVORK5CYII=) 10 10 round;
    border-style: solid;
  }
}

/** History **/
.bottom-form__history,
.inpage-card__history {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  padding: 24px 16px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.leyka-js .inpage-card {
  position: relative;
  overflow: hidden;
}

.leyka-js .leyka-pf--history-open.leyka-pf-bottom {
  max-height: 547px;
  height: 96vh;
}

.leyka-js .leyka-pf--history-open .inpage-card {
  max-height: 547px;
  height: 96vh;
}

.leyka-js .leyka-pf--history-open .bottom-form__history,
.leyka-js .leyka-pf--history-open .inpage-card__history {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  border-radius: 10px;
  background: #f6f6f6;
}

.leyka-js .leyka-pf--history-open .inpage-card__history {
  height: calc(100% + 1px);
  top: -1px;
}

.leyka-js .leyka-pf--history-open .history__close {
  font-size: 13px;
  font-weight: bold;
  color: #999999;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 4px;
  right: 4px;
}

.leyka-js .leyka-pf--history-open .history__close:hover {
  color: #353d3f;
  border-color: #353d3f;
}

.leyka-js .leyka-pf--history-open .history__title {
  padding-bottom: 16px;
}

.leyka-js .leyka-pf--history-open .history__list {
  width: 100%;
  padding: 0 10px 0 0;
  height: calc(100% - 70px);
  overflow-y: scroll;
}

.leyka-js .leyka-pf--history-open .history__action {
  padding: 8px 0;
}

.leyka-js .leyka-pf--history-open .history__action a {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  color: #333333;
  background: #ffffff;
  padding: 8px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.leyka-js .leyka-pf--history-open .history__action a:hover {
  border-color: #353d3f;
}

.leyka-js .leyka-pf--history-open .leyka-with-comment .inpage-card {
  max-height: 612px;
  height: 96vh;
}

.leyka-js .leyka-pf--active.leyka-pf--history-open .inpage-card__history {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.leyka-pf__final-screen {
  background: #ffffff;
  text-align: center;
}

.leyka-pf__final-screen .icon {
  width: 125px;
  margin-top: 17.6px;
  max-height: 156px;
  height: 125px;
}

.leyka-pf__final-screen .text {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
}

.leyka-pf__final-screen .text div {
  display: inline-block;
  max-width: 328px;
}

.leyka-pf__final-screen .informyou-redirect-text {
  display: none;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  width: 100%;
  padding-top: 64px;
}

.leyka-pf__final-screen .informyou-redirect-text div {
  display: inline-block;
  max-width: 170px;
}

.leyka-pf__final-screen .leyka-logo {
  position: relative;
  width: 100%;
  height: 20px;
  margin-top: 35px;
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/final-leyka-logo.png);
  background-repeat: no-repeat;
  background-size: 64px 20px;
  background-position: center center;
}

.leyka-pf__final-screen.leyka-pf__final-thankyou > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leyka-pf__final-screen.leyka-pf__final-thankyou .icon {
  width: 120px;
}

.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-field {
  width: 100%;
  margin-top: 38.4px;
}

.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-field input {
  max-width: 305px;
  margin: 0px auto;
}

.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button {
  padding-top: 6.4px;
}

.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button input[type="submit"] {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  text-transform: none;
}

.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button input[type="submit"]:visited {
  color: #ffffff;
}

.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button input[type="submit"]:hover, .leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-email-me-button input[type="submit"]:focus {
  background: var(--color-main-dark);
}

.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-no-email {
  margin-top: 32px;
}

.leyka-pf__final-screen.leyka-pf__final-thankyou .thankyou-no-email a {
  color: #666666;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}

.leyka-pf__final-screen.leyka-pf__final-informyou {
  display: none;
}

.leyka-pf__final-screen.leyka-pf__final-error .error-text {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  color: #666666;
  width: 100%;
  margin-top: 32px;
}

.leyka-pf__final-screen.leyka-pf__final-error .error-text div {
  display: inline-block;
  text-align: left;
  max-width: 440px;
  min-width: 250px;
  width: 60%;
}

.leyka-pf__final-screen.leyka-pf__final-error .error-text a {
  color: #2963E8;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}

.leyka-pf__final-screen.leyka-pf__final-error .error-text a:visited {
  color: #2963E8;
}

.leyka-pf__final-screen.leyka-pf__final-error .error-text:nth-child(4) {
  margin-top: 16px;
}

/** == Form elements (_form_elements.scss) == **/
div[id*="leyka-pf-"] .leyka-pf__oferta, div[id*="leyka-pf-"] .leyka-pf__pd {
  display: none;
  background: #ffffff;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

div[id*="leyka-pf-"] .leyka-pf__oferta p, div[id*="leyka-pf-"] .leyka-pf__pd p {
  font-size: inherit;
}

div[id*="leyka-pf-"] .leyka-pf__oferta p:nth-of-type(1), div[id*="leyka-pf-"] .leyka-pf__pd p:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.2em;
}

div[id*="leyka-pf-"] .leyka-pf__oferta-action, div[id*="leyka-pf-"] .leyka-pf__pd-action {
  text-align: center;
  padding: 16px 0;
}

div[id*="leyka-pf-"] .leyka-pf__oferta-action a, div[id*="leyka-pf-"] .leyka-pf__pd-action a {
  color: #2963E8;
  text-decoration: underline;
}

div[id*="leyka-pf-"] .leyka-pf__oferta-action a:hover, div[id*="leyka-pf-"] .leyka-pf__pd-action a:hover {
  color: #164cc8;
}

.waiting {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-main);
  border-raius: 10px;
}

.waiting__card {
  width: 223px;
  text-align: center;
  color: #ffffff;
}

.waiting__card .loading {
  margin: 80px auto;
  width: 80px;
}

.spinner {
  width: 80px;
  text-align: center;
}

.spinner > div {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/** form at bottom **/
.leyka-pf-bottom {
  display: none;
}

.leyka-js .leyka-pf-bottom {
  display: block;
  position: relative;
  padding: 32px;
  border: 1px solid #eeeeee;
  background: #f6f6f6;
  border-radius: 4px;
  margin-top: 32px;
}

.leyka-js .leyka-pf-bottom .bottom-form__fields {
  max-width: 270px;
}

div[id*="leyka-pf-bottom"] .bottom-form__label {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: var(--color-main);
  margin-bottom: 16px;
}

div[id*="leyka-pf-bottom"] .bottom-form__field {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

div[id*="leyka-pf-bottom"] .bottom-form__field input {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  background: #ffffff;
  text-align: left;
  border-radius: 5px;
  margin: 0;
  padding: 8px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  border: 1px solid #eeeeee;
}

div[id*="leyka-pf-bottom"] .bottom-form__field .curr-mark {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

div[id*="leyka-pf-bottom"] .bottom-form__button {
  width: 100%;
}

div[id*="leyka-pf-bottom"] .bottom-form__button button {
  width: 100%;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

div[id*="leyka-pf-bottom"] .bottom-form__button button:visited {
  color: #ffffff;
}

div[id*="leyka-pf-bottom"] .bottom-form__button button:hover, div[id*="leyka-pf-bottom"] .bottom-form__button button:focus {
  background: var(--color-main-dark);
}

div[id*="leyka-pf-bottom"] .bottom-form__note {
  margin-top: 32px;
  color: #333333;
}

div[id*="leyka-pf-bottom"] .bottom-form__note strong {
  font-weight: bold;
}

div[id*="leyka-pf-bottom"] .bottom-form__note a {
  color: #999999;
  text-decoration: underline;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div[id*="leyka-pf-bottom"] .bottom-form__note a:visited {
  color: #999999;
}

/** history block **/
div[id*="leyka-pf-"] .history__title {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

div[id*="leyka-pf-"] .history {
  background: #f6f6f6;
}

div[id*="leyka-pf-"] .history__row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-top;
  -ms-flex-align: flex-top;
  align-items: flex-top;
  @inlcude body-text();
  font-size: 12px;
  line-height: 18px;
}

div[id*="leyka-pf-"] .h-amount {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
  text-align: right;
  padding-right: 16px;
}

div[id*="leyka-pf-"] .h-name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 240px);
  max-width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  div[id*="leyka-pf-"] .h-name {
    width: calc(100% - 120px);
  }
}

div[id*="leyka-pf-"] .h-name:after {
  content: '';
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f6f6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
  background: linear-gradient(to right, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=1 );
  /* IE6-9 */
}

div[id*="leyka-pf-"] .h-date {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  text-align: right;
  color: #999999;
  padding-right: 16px;
}

div[id*="leyka-pf-"] .bottom-form__field input {
  height: 36px;
}

div[id*="leyka-pf-"] .amount__figure input {
  height: 45px;
  margin-bottom: 0;
  vertical-align: bottom;
}

div[id*="leyka-pf-"] .amount__icon .svg-icon {
  background-image: none;
}

div[id*="leyka-pf-"] a {
  font-size: inherit;
}

/** == Form layout and states (_form_layout.scss) == **/
div[id*="leyka-pf-"].leyka-pf-star {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  background-color: var(--leyka-color-white);
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 32px 16px 16px 16px;
  max-width: unset;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"].leyka-pf-star {
    padding: 32px 32px;
  }
}

div[id*="leyka-pf-"].leyka-pf-star:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 600px;
  width: auto;
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section,
div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section {
  display: block;
  position: relative;
  height: auto;
  visibility: visible;
  opacity: unset;
  margin-bottom: 24px;
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section .section__border,
div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section .section__border {
  width: 100%;
  -o-border-image: none;
  border-image: none;
  border-width: unset;
  border-style: unset;
  padding-top: unset;
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section .section__fields,
div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section .section__fields {
  visibility: visible;
  padding: 0;
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section.section--person,
div[id*="leyka-pf-"].leyka-pf-star .leyka-account-form .section.section--person {
  margin-bottom: 0;
}

div[id*="leyka-pf-"].leyka-pf-star .section__fields.amount-description {
  padding: 10px 20px !important;
}

.single-leyka_campaign .site-content {
  overflow: visible;
  margin-top: 32px;
}

/** == Form elements (_form_elements.scss) == **/
.leyka-tpl-star-form .section .section__fields.periodicity,
.leyka-screen-form .section .section__fields.periodicity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--leyka-font-main);
}

.leyka-tpl-star-form .section .section__fields.periodicity a,
.leyka-screen-form .section .section__fields.periodicity a {
  border-radius: 4px;
  border: 2px solid var(--leyka-color-gray-superlight);
  /* width: 100%; // TODO If this commenting out won't harm form fields display, remove the line completely */
  height: 56px;
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--leyka-color-white);
  color: var(--leyka-color-gray-semi-dark);
  text-decoration: none;
  width: calc(50% + 8px);
  height: 56px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  margin-left: -8px;
}

@media screen and (max-width: 319px) {
  .leyka-tpl-star-form .section .section__fields.periodicity a,
  .leyka-screen-form .section .section__fields.periodicity a {
    font-size: 12px;
  }
}

.leyka-tpl-star-form .section .section__fields.periodicity a:active, .leyka-tpl-star-form .section .section__fields.periodicity a:hover, .leyka-tpl-star-form .section .section__fields.periodicity a:focus,
.leyka-screen-form .section .section__fields.periodicity a:active,
.leyka-screen-form .section .section__fields.periodicity a:hover,
.leyka-screen-form .section .section__fields.periodicity a:focus {
  text-decoration: none;
}

.leyka-tpl-star-form .section .section__fields.periodicity a:first-of-type,
.leyka-screen-form .section .section__fields.periodicity a:first-of-type {
  margin-left: 0;
}

.leyka-tpl-star-form .section .section__fields.periodicity a.active,
.leyka-screen-form .section .section__fields.periodicity a.active {
  background-color: var(--leyka-color-main);
  color: var(--leyka-color-text-light);
  border-color: var(--leyka-color-main);
  z-index: 11;
}

.leyka-tpl-star-form .section .section__fields.periodicity a.invisible,
.leyka-screen-form .section .section__fields.periodicity a.invisible {
  pointer-events: none;
  color: var(--leyka-color-gray-superlight);
  border-color: var(--leyka-color-gray-superlight);
}

.leyka-tpl-star-form .section .section__fields .star-swiper,
.leyka-screen-form .section .section__fields .star-swiper {
  height: 56px;
  width: 100%;
  border-bottom: none;
  position: relative;
  display: block;
  overflow: hidden;
}

.leyka-tpl-star-form .section .section__fields .star-swiper.no-swipe,
.leyka-screen-form .section .section__fields .star-swiper.no-swipe {
  height: auto;
  border: none;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper,
  .leyka-screen-form .section .section__fields .star-swiper {
    border-radius: 4px;
    border: 2px solid var(--leyka-color-gray-superlight);
    /* width: 100%; // TODO If this commenting out won't harm form fields display, remove the line completely */
    height: 56px;
    border: none;
  }
  .leyka-tpl-star-form .section .section__fields .star-swiper.show-right-arrow .arrow-gradient.right,
  .leyka-screen-form .section .section__fields .star-swiper.show-right-arrow .arrow-gradient.right {
    display: block;
  }
  .leyka-tpl-star-form .section .section__fields .star-swiper.show-right-arrow .swiper-arrow.swipe-right,
  .leyka-screen-form .section .section__fields .star-swiper.show-right-arrow .swiper-arrow.swipe-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .leyka-tpl-star-form .section .section__fields .star-swiper.show-left-arrow .arrow-gradient.left,
  .leyka-screen-form .section .section__fields .star-swiper.show-left-arrow .arrow-gradient.left {
    display: block;
  }
  .leyka-tpl-star-form .section .section__fields .star-swiper.show-left-arrow .swiper-arrow.swipe-left,
  .leyka-screen-form .section .section__fields .star-swiper.show-left-arrow .swiper-arrow.swipe-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .arrow-gradient.right,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .arrow-gradient.right {
  display: none;
}

.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .swiper-arrow.swipe-right,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .swiper-arrow.swipe-right {
  display: none;
}

.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .arrow-gradient.left,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .arrow-gradient.left {
  display: none;
}

.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .swiper-arrow.swipe-left,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .swiper-arrow.swipe-left {
  display: none;
}

.leyka-tpl-star-form .section .section__fields .star-swiper.only-one-item .swiper-list,
.leyka-screen-form .section .section__fields .star-swiper.only-one-item .swiper-list {
  width: 100%;
  left: 0;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .arrow-gradient,
.leyka-screen-form .section .section__fields .star-swiper .arrow-gradient {
  display: none;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .arrow-gradient,
  .leyka-screen-form .section .section__fields .star-swiper .arrow-gradient {
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 12;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, var(--leyka-color-gradient)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, var(--leyka-color-gradient) 30%, rgba(255, 255, 255, 0) 100%);
  }
  .leyka-tpl-star-form .section .section__fields .star-swiper .arrow-gradient.right,
  .leyka-screen-form .section .section__fields .star-swiper .arrow-gradient.right {
    right: 34px;
  }
  .leyka-tpl-star-form .section .section__fields .star-swiper .arrow-gradient.left,
  .leyka-screen-form .section .section__fields .star-swiper .arrow-gradient.left {
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    left: 34px;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 2px solid #f1f1f1;
  width: 34px;
  border-radius: 4px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--leyka-color-white);
  position: absolute;
  top: 0;
  z-index: 10;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:active, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:focus, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:hover,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:active,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:focus,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:active, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:focus, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow:hover,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:active,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:focus,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow:hover {
  border: 2px solid #f1f1f1;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-arrow {
    display: none;
    height: 100%;
    top: 0;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow.swipe-left,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow.swipe-left {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/icon-gallery-nav-arrow-left-002.svg);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 0;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow.swipe-left,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-arrow.swipe-left {
    left: 0;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow.swipe-right,
.leyka-screen-form .section .section__fields .star-swiper .swiper-arrow.swipe-right {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/icon-gallery-nav-arrow-right-002.svg);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  right: 0;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-arrow.swipe-right,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-arrow.swipe-right {
    right: 0;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-list, .leyka-tpl-star-form .section .section__fields .star-swiper .full-list,
.leyka-screen-form .section .section__fields .star-swiper .swiper-list,
.leyka-screen-form .section .section__fields .star-swiper .full-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc(100% - 76px);
  left: 50px;
  overflow: hidden;
  z-index: 8;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-list, .leyka-tpl-star-form .section .section__fields .star-swiper .full-list,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-list,
  .leyka-screen-form .section .section__fields .star-swiper .full-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    width: auto;
    overflow: auto;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item {
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  min-width: 1px;
  width: 100%;
  height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item .swiper-item-inner {
  border-radius: 4px;
  border: 2px solid var(--leyka-color-gray-superlight);
  /* width: 100%; // TODO If this commenting out won't harm form fields display, remove the line completely */
  height: 56px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item {
    display: table;
    border: 2px solid var(--leyka-color-gray-superlight);
    border-radius: 4px;
    width: auto;
    min-width: 1px;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
    margin-right: 16px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item .swiper-item-inner,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item .swiper-item-inner {
    height: 52px;
    width: auto;
    border: none;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item span,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--leyka-color-main);
  background-color: transparent;
}

@media screen and (max-width: 319px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item span,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item input {
    font-size: 16px;
  }
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item span,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item input {
    color: var(--leyka-color-gray);
  }
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span.amount, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input.amount,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item span.amount,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item input.amount {
    width: auto;
  }
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected input,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected span,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected input {
    color: var(--leyka-color-gray-dark);
  }
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item:not(.selected) span, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item:not(.selected) input,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item:not(.selected) span,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item:not(.selected) input {
    color: var(--leyka-color-gray-semi-dark);
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item span.currency:before,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item span.currency:before {
  content: " ";
  margin-left: 8px;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text], .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number],
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text],
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number] {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: auto;
  outline: none;
  text-align: right;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph {
  margin-bottom: 7px;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph {
    margin-bottom: 0px;
    min-width: 105px;
  }
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph.empty, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph.empty,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text].show-ph.empty,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number].show-ph.empty {
    min-width: 105px;
  }
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text].empty, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number].empty,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text].empty,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number].empty {
    min-width: 50px;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text]::-webkit-input-placeholder, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number]::-webkit-input-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text]::-webkit-input-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  color: var(--leyka-color-gray);
  vertical-align: top;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text]::-moz-placeholder, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number]::-moz-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text]::-moz-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number]::-moz-placeholder {
  /* Firefox 19+ */
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  color: var(--leyka-color-gray);
  vertical-align: top;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text]:-ms-input-placeholder, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number]:-ms-input-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text]:-ms-input-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number]:-ms-input-placeholder {
  /* IE 10+ */
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  color: var(--leyka-color-gray);
  vertical-align: top;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=text]:-moz-placeholder, .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number]:-moz-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=text]:-moz-placeholder,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number]:-moz-placeholder {
  /* Firefox 18- */
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  color: var(--leyka-color-gray);
  vertical-align: top;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input::-webkit-outer-spin-button,
.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input::-webkit-inner-spin-button,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input::-webkit-outer-spin-button,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item input[type=number],
.leyka-screen-form .section .section__fields .star-swiper .swiper-item input[type=number] {
  -moz-appearance: textfield;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected {
    display: table;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .full-list,
.leyka-screen-form .section .section__fields .star-swiper .full-list {
  width: calc(100% + 16px);
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -16px;
  margin-left: -16px;
  left: 0px;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid var(--leyka-color-gray-superlight);
  border-radius: 4px;
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  margin-left: 16px;
  margin-right: 0px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-bottom: 16px;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item .swiper-item-inner {
  width: 100%;
  border: none;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item,
  .leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item {
    width: auto;
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item span, .leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item input,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item span,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item input {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--leyka-color-gray);
}

.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item span.amount, .leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item input.amount,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item span.amount,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item input.amount {
  width: auto;
}

.leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item.selected,
.leyka-screen-form .section .section__fields .star-swiper .full-list .swiper-item.selected {
  background-color: var(--leyka-color-main-third);
  border-color: var(--leyka-color-main);
}

@media screen and (max-width: 639px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected .swiper-item-inner,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected .swiper-item-inner {
    background-color: var(--leyka-color-main-third);
    border-color: var(--leyka-color-main);
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected span,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected span {
  color: var(--leyka-color-main);
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.selected,
  .leyka-screen-form .section .section__fields .star-swiper .swiper-item.selected {
    background-color: var(--leyka-color-main-third);
    border-color: var(--leyka-color-main);
  }
}

.leyka-tpl-star-form .section .section__fields .star-swiper .swiper-item.disabled,
.leyka-screen-form .section .section__fields .star-swiper .swiper-item.disabled {
  display: none;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper span,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper span {
  font-family: var(--leyka-font-main);
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper.only-one-item .swiper-item.flex-amount-item,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper.only-one-item .swiper-item.flex-amount-item {
  padding: 8px 16px 0 16px;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner {
  padding: 8px 16px 0 16px;
  background-image: none;
  overflow: hidden;
  text-transform: none;
  display: block;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item,
  .leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item {
    border-radius: 4px;
    border: 2px solid var(--leyka-color-gray-superlight);
    /* width: 100%; // TODO If this commenting out won't harm form fields display, remove the line completely */
    height: 56px;
    padding: 8px 16px 0 16px;
    display: block;
    min-width: 248px;
    width: unset;
  }
  .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner,
  .leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item .swiper-item-inner {
    padding: 0;
    height: 44px;
  }
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  line-height: normal;
  overflow: visible;
  display: block;
  height: 16px;
  margin-bottom: 0;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin-top: 0;
  color: var(--leyka-color-gray);
  text-transform: none;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label span.currency,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label span.currency {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  line-height: normal;
  position: inherit;
  color: var(--leyka-color-gray);
  text-transform: lowercase;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label span.currency:before,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item label span.textfield-label span.currency:before {
  content: "";
  display: none;
  margin-left: 0;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty {
  background-color: var(--leyka-color-white);
  padding-left: 16px;
  padding-top: 16px;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty,
  .leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty {
    padding-top: 16px;
    padding-left: 16px;
  }
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty label {
  display: none;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty input,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.empty input {
  text-align: center;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected,
  .leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected {
    display: table;
    border-color: var(--leyka-color-main);
    background-color: var(--leyka-color-main-third);
  }
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected.empty,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected.empty {
  border-color: var(--leyka-color-main);
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected label .textfield-label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.selected label .textfield-label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  line-height: normal;
  color: var(--leyka-color-gray);
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.focus,
  .leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.focus {
    border-color: var(--leyka-color-main);
    background-color: var(--leyka-color-main-third);
  }
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.focus label span.textfield-label,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item.focus label span.textfield-label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  line-height: normal;
  color: var(--leyka-color-gray);
  margin-top: 0;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input {
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  color: var(--leyka-color-gray-dark);
  background: transparent !important;
  width: 100%;
  height: 20px !important;
  margin: 0 !important;
  text-align: left;
  padding: 0 !important;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:active, .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:focus, .leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:hover,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:active,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:focus,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .swiper-item.flex-amount-item input:hover {
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: unset;
  display: block;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item .swiper-item-inner,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item .swiper-item-inner {
  padding: 0;
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.selected,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.selected {
  border-color: var(--leyka-color-main);
  background-color: var(--leyka-color-main-third);
}

.leyka-tpl-star-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.focus,
.leyka-screen-form .section .section__fields .amount__figure.star-swiper .full-list .swiper-item.flex-amount-item.focus {
  border-color: var(--leyka-color-main);
  background-color: var(--leyka-color-main-third);
}

.leyka-tpl-star-form .section .section__fields.amount-description,
.leyka-screen-form .section .section__fields.amount-description {
  background: #EAECF1;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 20px 0px;
}

.leyka-tpl-star-form .section .section__fields.payments-grid,
.leyka-screen-form .section .section__fields.payments-grid {
  display: block;
  width: 100%;
  overflow-y: unset;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .swiper-item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 68px);
  margin-left: 16px;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt {
  margin: 0;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt,
  .leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt {
    margin: 0 16px 0 0;
    width: auto;
  }
  .leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt .swiper-item-inner,
  .leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt .swiper-item-inner {
    width: auto;
    margin-left: 0;
  }
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type {
  margin-right: 0;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner {
  margin-left: 0;
  width: calc(100% - 84px);
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner,
  .leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner {
    width: auto;
  }
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon {
  height: 30px;
  overflow: hidden;
  border-radius: unset;
  background-color: transparent;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon {
  max-height: 16px;
  max-width: none;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon:last-child,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon:last-child {
  margin-right: 0;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon[src$="pic-main-text-text_box.svg"],
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button .payment-opt__icon img.pm-icon[src$="pic-main-text-text_box.svg"] {
  max-height: 20px;
  margin-top: 6px;
  height: 24px;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item span.payment-opt__label,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item span.payment-opt__label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  text-transform: none;
  color: var(--leyka-color-gray-notsolight);
  display: block;
  margin-top: 0;
  z-index: 20;
}

@media screen and (max-width: 639px) {
  .leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected .swiper-item-inner,
  .leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected .swiper-item-inner {
    background-color: var(--leyka-color-main-third);
    border-color: var(--leyka-color-main);
  }
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected,
  .leyka-screen-form .section .section__fields.payments-grid .star-swiper .swiper-item.selected {
    background-color: var(--leyka-color-main-third);
    border-color: var(--leyka-color-main);
  }
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt {
  margin-bottom: 16px;
  margin-right: 0;
  margin-left: 16px;
  width: 100%;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt:not(.disabled):last-of-type .swiper-item-inner {
  width: 100%;
  margin-left: 0;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner {
  width: 100%;
  margin-left: 0;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__label,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__label {
  display: inline-block;
  margin-top: 2px;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields.donor .leyka-star-compact-fields:after,
  .leyka-screen-form .section .section__fields.donor .leyka-star-compact-fields:after {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .section .section__fields.donor .leyka-star-compact-fields .donor__textfield,
  .leyka-screen-form .section .section__fields.donor .leyka-star-compact-fields .donor__textfield {
    float: left;
    width: 48.5%;
    margin-right: 3%;
  }
  .leyka-tpl-star-form .section .section__fields.donor .leyka-star-compact-fields .donor__textfield:last-child,
  .leyka-screen-form .section .section__fields.donor .leyka-star-compact-fields .donor__textfield:last-child {
    margin-right: 0;
  }
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield,
.leyka-screen-form .section .section__fields.donor .donor__textfield {
  overflow-y: visible;
  margin-bottom: 3px;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame {
  border-radius: 4px;
  border: 2px solid var(--leyka-color-gray-superlight);
  /* width: 100%; // TODO If this commenting out won't harm form fields display, remove the line completely */
  height: 56px;
  padding: 6.4px 16px 12px 16px;
  background-image: none;
  background-position: calc(100% - var(--leyka-star-base)) center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-description-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-description-frame {
  min-height: 20px;
  height: auto;
  margin-top: 6px;
  font-size: 11px;
  text-transform: uppercase;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.donor__textfield--comment .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield.donor__textfield--comment .leyka-star-field-frame {
  height: 114px;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.required label span.donor__textfield-label:after,
.leyka-screen-form .section .section__fields.donor .donor__textfield.required label span.donor__textfield-label:after {
  content: '*';
  display: inline-block;
  color: var(--leyka-color-main);
  margin-left: 3px;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield label,
.leyka-screen-form .section .section__fields.donor .donor__textfield label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  line-height: normal;
  overflow: visible;
  height: 16px;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield label span.donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield label span.donor__textfield-label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  color: var(--leyka-color-gray);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame {
  min-height: 21px;
  height: auto;
  padding-top: 1px;
  margin-left: 16px;
  vertical-align: bottom;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame span.donor__textfield-error,
.leyka-screen-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame span.donor__textfield-error {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  line-height: normal;
  color: var(--leyka-color-error);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame textarea, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame textarea, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame textarea {
  height: 76px;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame label .donor__textfield-label, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label .donor__textfield-label, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame label .donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame label .donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label .donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame label .donor__textfield-label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 12px;
  line-height: normal;
  margin-top: 0;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame {
  background-image: none;
  background-color: var(--leyka-color-main-third);
  border-color: var(--leyka-color-main);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame label .donor__textfield-label:after,
.leyka-screen-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame label .donor__textfield-label:after {
  display: none;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-error.svg);
  background-color: var(--leyka-color-white);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label {
  color: var(--leyka-color-error);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label span.donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label span.donor__textfield-label {
  color: var(--leyka-color-error);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label span.donor__textfield-label:after,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame label span.donor__textfield-label:after {
  display: inline-block;
  color: var(--leyka-color-error);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame input, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame input,
.leyka-screen-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame textarea {
  color: var(--leyka-color-error);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame,
.leyka-screen-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame {
  background-color: var(--leyka-color-white);
  border-color: var(--leyka-color-main);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame label span.donor__textfield-label,
.leyka-screen-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame label span.donor__textfield-label {
  color: var(--leyka-color-gray);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield input, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield input,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea {
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  color: var(--leyka-color-gray-dark);
  border-bottom: none;
  width: calc(100% - 1 * $leyka-star-base - 24px);
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield input:active, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield input:focus, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield input:hover, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea:active, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea:focus, .leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea:hover,
.leyka-screen-form .section .section__fields.donor .donor__textfield input:active,
.leyka-screen-form .section .section__fields.donor .donor__textfield input:focus,
.leyka-screen-form .section .section__fields.donor .donor__textfield input:hover,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea:active,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea:focus,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea:hover {
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield input,
.leyka-screen-form .section .section__fields.donor .donor__textfield input {
  height: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.leyka-tpl-star-form .section .section__fields.donor .donor__textfield textarea,
.leyka-screen-form .section .section__fields.donor .donor__textfield textarea {
  height: 66px;
  padding: 0 !important;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta,
.leyka-screen-form .section .section__fields .donor__oferta {
  z-index: 1;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta span,
.leyka-screen-form .section .section__fields .donor__oferta span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  margin-bottom: 24px;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta input,
.leyka-screen-form .section .section__fields .donor__oferta input {
  margin: 0;
  padding: 0;
  position: absolute;
  top: unset;
  left: 0;
  border: none;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label,
.leyka-screen-form .section .section__fields .donor__oferta label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  line-height: 21px;
  color: var(--leyka-color-gray-dark);
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label:last-of-type,
.leyka-screen-form .section .section__fields .donor__oferta label:last-of-type {
  margin-bottom: 0;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label:before,
.leyka-screen-form .section .section__fields .donor__oferta label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #ffffff;
  border: 2px solid var(--leyka-color-gray-superlight);
  position: absolute;
  top: 1px;
  left: -26px;
  cursor: pointer;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label svg.icon-checkbox-check,
.leyka-screen-form .section .section__fields .donor__oferta label svg.icon-checkbox-check {
  position: absolute;
  left: -23px;
  top: 5px;
  width: 12px;
  height: 9px;
  display: none;
  fill: var(--leyka-color-main);
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label a,
.leyka-screen-form .section .section__fields .donor__oferta label a {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  line-height: 21px;
  color: var(--leyka-color-gray-dark);
}

.leyka-tpl-star-form .section .section__fields .donor__oferta input:checked + label:before,
.leyka-screen-form .section .section__fields .donor__oferta input:checked + label:before {
  background: var(--leyka-color-main-third);
  border-color: var(--leyka-color-main-second);
}

.leyka-tpl-star-form .section .section__fields .donor__oferta input:checked + label svg.icon-checkbox-check,
.leyka-screen-form .section .section__fields .donor__oferta input:checked + label svg.icon-checkbox-check {
  display: block;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta input:focus-visible + label:before,
.leyka-screen-form .section .section__fields .donor__oferta input:focus-visible + label:before {
  -webkit-box-shadow: 0px 0px 0px 2px;
  box-shadow: 0px 0px 0px 2px;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label,
.leyka-screen-form .section .section__fields .donor__oferta label {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label a,
.leyka-screen-form .section .section__fields .donor__oferta label a {
  color: var(--leyka-color-main);
  text-decoration: none;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta label a:hover,
.leyka-screen-form .section .section__fields .donor__oferta label a:hover {
  text-decoration: underline;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta .leyka-star-field-error-frame,
.leyka-screen-form .section .section__fields .donor__oferta .leyka-star-field-error-frame {
  min-height: 24px;
  height: auto;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta .donor__oferta-error,
.leyka-screen-form .section .section__fields .donor__oferta .donor__oferta-error {
  visibility: hidden;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-size: 12px;
  padding-top: 6px;
  color: #D0011B;
}

.leyka-tpl-star-form .section .section__fields .donor__oferta.invalid .donor__oferta-error,
.leyka-screen-form .section .section__fields .donor__oferta.invalid .donor__oferta-error {
  visibility: visible;
}

.leyka-tpl-star-form .section .section__fields .donor__submit,
.leyka-screen-form .section .section__fields .donor__submit {
  margin-bottom: 0;
}

.leyka-tpl-star-form .section .section__fields .donor__submit input,
.leyka-screen-form .section .section__fields .donor__submit input {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: var(--leyka-color-main);
  display: block;
  color: var(--leyka-color-text-light);
  border-radius: 4px;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  height: 100%;
}

@media screen and (max-width: 319px) {
  .leyka-tpl-star-form .section .section__fields .donor__submit input,
  .leyka-screen-form .section .section__fields .donor__submit input {
    font-size: 12px;
  }
}

.leyka-tpl-star-form .section .section__fields .donor__submit input:disabled,
.leyka-screen-form .section .section__fields .donor__submit input:disabled {
  background-color: var(--leyka-color-main-inactive);
}

.leyka-tpl-star-form .section .section__fields .single-pm-icon,
.leyka-screen-form .section .section__fields .single-pm-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
  height: 16px;
}

.leyka-tpl-star-form .section .section__fields .single-pm-icon .pm-icon,
.leyka-screen-form .section .section__fields .single-pm-icon .pm-icon {
  height: 100%;
  margin-right: 30px;
  margin-bottom: 0;
}

.leyka-tpl-star-form .section .section__fields .single-pm-icon .pm-icon:last-child,
.leyka-screen-form .section .section__fields .single-pm-icon .pm-icon:last-child {
  margin-right: 0;
}

.leyka-tpl-star-form {
  position: relative;
}

.leyka-tpl-star-form .leyka-pf__overlay {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.leyka-tpl-star-form .leyka-pf__agreement {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100% - 64px);
  z-index: 10015;
  border-radius: 4px;
  padding: 40px 16px 32px 16px;
  margin-bottom: 32px;
  background: #ffffff;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .leyka-pf__agreement {
    left: 64px;
    width: calc(100% - 64px);
    padding: 40px 32px 48px 32px;
    margin-left: -32px;
  }
}

@media screen and (min-width: 800px) {
  .leyka-tpl-star-form .leyka-pf__agreement {
    left: 20%;
    width: 60%;
    padding: 40px 32px 48px 32px;
  }
}

.leyka-tpl-star-form .leyka-pf__agreement .agreement__frame {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
}

.leyka-tpl-star-form .leyka-pf__agreement .agreement__flow {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  padding-bottom: 0;
}

.leyka-tpl-star-form .leyka-pf__agreement .agreement__flow p {
  margin-bottom: 16px;
}

.leyka-tpl-star-form .leyka-pf__agreement .agreement__flow p:first-child {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 640px) {
  .leyka-tpl-star-form .leyka-pf__agreement .agreement__flow p:first-child {
    text-align: left;
  }
}

.leyka-tpl-star-form .leyka-pf__agreement .agreement__close {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  width: 24px;
  height: 24px;
  z-index: 10120;
  text-align: center;
}

.leyka-tpl-star-form .leyka-pf__agreement .agreement__close:active, .leyka-tpl-star-form .leyka-pf__agreement .agreement__close:focus, .leyka-tpl-star-form .leyka-pf__agreement .agreement__close:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-tpl-star-form.leyka-pf--oferta-open .leyka-pf__agreement.oferta {
  display: block;
}

.leyka-tpl-star-form.leyka-pf--pd-open .leyka-pf__agreement.pd {
  display: block;
}

.leyka-tpl-star-form.leyka-pf--oferta-open .leyka-pf__module, .leyka-tpl-star-form.leyka-pf--pd-open .leyka-pf__module {
  max-height: unset;
}

.leyka-tpl-star-form.leyka-pf--oferta-open .leyka-pf__overlay, .leyka-tpl-star-form.leyka-pf--pd-open .leyka-pf__overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 1;
}

.leyka-tpl-star-form .section.section--signature {
  margin-top: 32px;
  margin-bottom: 12px !important;
}

.leyka-tpl-star-form .section.section--signature #leyka-platform-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.leyka-tpl-star-form .section.section--signature #leyka-platform-signature #leyka-signature-icon {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/menu-icon.svg);
  background-size: cover;
  background-position-y: bottom;
  width: 25px;
  height: 25px;
  display: block;
}

.leyka-tpl-star-form .section.section--signature #leyka-platform-signature #leyka-signature-text {
  margin: 7px 0px 0px 7px;
  color: var(--leyka-color-gray-notsolight);
}

.leyka-tpl-star-form .section.section--signature #leyka-platform-signature #leyka-signature-text a {
  color: var(--leyka-color-main);
}

.leyka-tpl-star-form .section--currencies .section__fields.currencies {
  font-family: var(--leyka-font-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  gap: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leyka-tpl-star-form .section--currencies .section__fields.currencies a {
  border-radius: 4px;
  border: 2px solid var(--leyka-color-gray-superlight);
  /* width: 100%; // TODO If this commenting out won't harm form fields display, remove the line completely */
  height: 56px;
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 16px;
  gap: 10px;
  width: 123px;
  height: 60px;
  border: 2px solid #EAECF1;
  border-radius: 8px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--leyka-color-white);
  color: var(--leyka-color-gray-semi-dark);
  text-decoration: none;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  margin-left: -8px;
}

@media screen and (max-width: 319px) {
  .leyka-tpl-star-form .section--currencies .section__fields.currencies a {
    font-size: 12px;
  }
}

.leyka-tpl-star-form .section--currencies .section__fields.currencies a:active, .leyka-tpl-star-form .section--currencies .section__fields.currencies a:hover, .leyka-tpl-star-form .section--currencies .section__fields.currencies a:focus {
  text-decoration: none;
}

.leyka-tpl-star-form .section--currencies .section__fields.currencies a:first-of-type {
  margin-left: 0;
}

.leyka-tpl-star-form .section--currencies .section__fields.currencies a.active {
  background-color: var(--leyka-color-main);
  color: var(--leyka-color-text-light);
  border-color: var(--leyka-color-main);
  z-index: 11;
}

.leyka-tpl-star-form .section--currencies .section__fields.currencies a.invisible {
  pointer-events: none;
  color: var(--leyka-color-gray-superlight);
  border-color: var(--leyka-color-gray-superlight);
}

.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper {
  background: #FFFFFF;
  border: 2px solid #EAECF1;
  border-radius: 8px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-cryptocurrency-data {
  -ms-flex-preferred-size: calc( 100% - 36px);
  flex-basis: calc( 100% - 36px);
  max-width: calc( 100% - 36px);
}

.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-cryptocurrency-data .leyka-cryptocurrency-title {
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #68748D;
}

.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-cryptocurrency-data .leyka-cryptocurrency-link {
  overflow: hidden;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #172136;
  text-overflow: ellipsis;
}

.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-button-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  right: 12px;
  height: calc(100% - 24px);
}

.leyka-tpl-star-form .currency-tab.currency-crypto .cryptocurrencies_wallets .leyka-cryptocurrency-data-wrapper .leyka-button-copy span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 10px;
  gap: 10px;
  background: #75BA45;
  border-radius: 4px;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  width: 135px;
  margin-right: -135px;
  height: 24px;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form h1,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou h1 {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 24px;
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form h1:before,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou h1:before {
  display: none;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form h2,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou h2 {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form p,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou p {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 24px;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form p br,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou p br {
  display: none;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .section--person,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .section--person {
  text-align: left;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .section--person br,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .section--person br {
  display: none;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .thankyou-email-me-button,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .thankyou-email-me-button {
  margin-top: -16px;
  padding-top: 0;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .thankyou-email-me-button input[type="submit"].leyka-success-submit,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: var(--leyka-color-main);
  display: block;
  color: var(--leyka-color-text-light);
  border-radius: 4px;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
}

@media screen and (max-width: 319px) {
  .leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .thankyou-email-me-button input[type="submit"].leyka-success-submit,
  .leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit {
    font-size: 12px;
  }
}

@media screen and (max-width: 639px) {
  .leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .thankyou-email-me-button input[type="submit"].leyka-success-submit,
  .leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-pf__final-informyou .text,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-pf__final-informyou .text {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit {
  text-align: center;
  margin-top: 24px;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  width: auto;
  background-color: transparent;
  color: var(--leyka-color-main);
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 319px) {
  .leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn,
  .leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn {
    font-size: 12px;
  }
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:active, .leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:focus, .leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:hover,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:active,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:focus,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:hover,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:hover {
  text-decoration: underline;
}

.leyka-screen-thankyou .leyka-pf-star .leyka-screen-form .leyka-star-submit .leyka-star-btn:hover,
.leyka-pf-star .leyka-screen-form.leyka-screen-thankyou .leyka-star-submit .leyka-star-btn:hover {
  text-decoration: none;
  border-bottom: 1px solid var(--leyka-color-main);
}

.single-leyka_campaign.leyka-screen-cancel-subscription .entry-header,
.single-leyka_campaign.leyka-screen-thankyou .entry-header,
.single-leyka_campaign.leyka-screen-history .entry-header {
  display: none;
}

.single-leyka_campaign.leyka-screen-cancel-subscription .entry-header-single,
.single-leyka_campaign.leyka-screen-thankyou .entry-header-single,
.single-leyka_campaign.leyka-screen-history .entry-header-single {
  display: none;
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-submit-errors {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 16px 0 0 0;
}

@media screen and (max-width: 319px) {
  div[id*="leyka-pf-"].leyka-pf-star .leyka-submit-errors {
    font-size: 12px;
  }
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-submit-errors::after {
  content: " ";
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/star-icon-close-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  width: 24px;
  height: 24px;
}

div[id*="leyka-pf-"].leyka-pf-star.card-2col {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single-leyka_campaign .main-content.leyka-campaign {
  overflow: visible;
}

.leyka-payment-form.leyka-tpl-star-form a:link {
  -webkit-tap-highlight-color: unset;
}

.section--static {
  margin-top: 16px;
}

.section--static .static-text p {
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

@media screen and (min-width: 640px) {
  .section--static .static-text p {
    font-size: 18px;
  }
}

@media screen and (min-width: 640px) {
  .section--static .static-text p {
    line-height: 29px;
  }
}

.leyka-payment-form.leyka-tpl-star-form .section.section--periodicity.hidden {
  display: none;
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section.section--description {
  font-family: var(--leyka-font-main);
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #44444a;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px;
}

@media screen and (min-width: 640px) {
  div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section.section--description {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section.section--description:empty {
  display: none;
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section-title-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 32px;
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section-title-container .section-title-line {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid #dddddd;
}

div[id*="leyka-pf-"].leyka-pf-star .leyka-tpl-star-form .section-title-container .section-title-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--leyka-color-gray-notsolight);
  background-color: var(--leyka-color-white);
  padding: 0 16px 0 16px;
  z-index: 5;
}

/** == Seetings and variables (_presets.scss)  == **/
:root {
  --leyka-need-help-color-main: #000000;
  --leyka-need-help-color-main-second: #000000;
  --leyka-need-help-color-main-inactive: #CCCCCC;
  --leyka-need-help-color-form-background: #FAFAFA;
  --leyka-need-help-color-blocks-border: #E6E6E6;
  --leyka-need-help-color-blocks-border-dark: #CCCCCC;
  --leyka-need-help-color-blocks-background: #FFFFFF;
  --leyka-need-help-color-blocks-active-border: var(--leyka-need-help-color-main);
  --leyka-need-help-color-blocks-active-background: var(--leyka-need-help-color-blocks-background);
  --leyka-need-help-color-error: #FF0000;
  --leyka-need-help-color-text: #2A2A2A;
  --leyka-need-help-color-text-light: #666666;
  --leyka-need-help-color-text-superlight: #999999;
  --leyka-need-help-color-text-dark-bg: #FFFFFF;
  --leyka-need-help-font-family-main: 'Inter', sans-serif;
  --leyka-need-help-font-family-blocks: 'Inter', sans-serif;
  --leyka-need-help-font-family-submit: 'Inter', sans-serif;
  --leyka-need-help-font-family-section-titles: 'Inter', sans-serif;
  --leyka-need-help-font-size-main: 16px;
  --leyka-need-help-font-size-blocks-default: 16px;
  --leyka-need-help-font-size-amounts: 16px;
  --leyka-need-help-font-size-pm-options: 12px;
  --leyka-need-help-font-size-donor-fields: 16px;
  --leyka-need-help-font-size-submit: 16px;
  --leyka-need-help-font-size-section-titles: 18px;
}

/** == Typography (_typo.scss) == **/
/** == Form layout and states (_form_layout.scss) == **/
div[id*="leyka-pf-"].leyka-pf-need-help {
  max-width: 1200px !important;
  background-color: var(--leyka-need-help-color-form-background);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  padding: 32px 36px;
}

div[id*="leyka-pf-"].leyka-pf-need-help.leyka-width-exlarge {
  padding: 60px 70px;
}

div[id*="leyka-pf-"].leyka-pf-need-help.leyka-width-large {
  padding: 36px 40px;
}

div[id*="leyka-pf-"].leyka-pf-need-help.leyka-width-small {
  padding: 26px 15px;
}

/** == Form elements (_form_elements.scss) == **/
.leyka-tpl-need-help-form .section .section__fields {
  font-size: var(--leyka-need-help-font-size-main);
  font-family: var(--leyka-need-help-font-family-main);
  line-height: 21px;
}

.leyka-tpl-need-help-form .section .section__fields.periodicity, .leyka-tpl-need-help-form .section .section__fields.currencies {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -20px;
  margin-bottom: -10px;
}

.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.periodicity, .leyka-width-small .leyka-tpl-need-help-form .section .section__fields.currencies {
  width: calc(100% + 10px);
  margin-left: -10px;
}

.leyka-tpl-need-help-form .section .section__fields.periodicity a, .leyka-tpl-need-help-form .section .section__fields.currencies a {
  background-color: var(--leyka-need-help-color-blocks-background);
  border: 1px solid var(--leyka-need-help-color-blocks-border);
  border-radius: 0;
  font-size: var(--leyka-need-help-font-size-blocks-default);
  font-family: var(--leyka-need-help-font-family-blocks);
  text-transform: none;
  line-height: 21px;
  cursor: pointer;
  height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 21px;
  -webkit-box-flex: 220px;
  -ms-flex: 220px 1 1;
  flex: 220px 1 1;
  margin-left: 20px;
  margin-bottom: 10px;
}

.leyka-tpl-need-help-form .section .section__fields.periodicity a.active, .leyka-tpl-need-help-form .section .section__fields.periodicity a.selected, .leyka-tpl-need-help-form .section .section__fields.currencies a.active, .leyka-tpl-need-help-form .section .section__fields.currencies a.selected {
  background-color: var(--leyka-need-help-color-blocks-active-background);
  color: var(--leyka-need-help-color-text);
  border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}

.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.periodicity a, .leyka-width-small .leyka-tpl-need-help-form .section .section__fields.currencies a {
  margin-left: 10px;
}

.leyka-tpl-need-help-form .section .section__fields.periodicity a:first-of-type, .leyka-tpl-need-help-form .section .section__fields.currencies a:first-of-type {
  margin-left: 20px;
}

.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.periodicity a:first-of-type, .leyka-width-small .leyka-tpl-need-help-form .section .section__fields.currencies a:first-of-type {
  margin-left: 10px;
}

.leyka-tpl-need-help-form .section .section__fields.periodicity a.active, .leyka-tpl-need-help-form .section .section__fields.currencies a.active {
  font-weight: 600;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper {
  overflow: unset;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper.amount__figure .full-list .swiper-item.selected span {
  font-weight: 600;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list {
  width: calc(100% + 20px);
  margin-bottom: -10px;
  margin-left: -20px;
  overflow: unset;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list.equalize-elements-width {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item {
  background-color: var(--leyka-need-help-color-blocks-background);
  border: 1px solid var(--leyka-need-help-color-blocks-border);
  border-radius: 0;
  font-size: var(--leyka-need-help-font-size-blocks-default);
  font-family: var(--leyka-need-help-font-family-blocks);
  text-transform: none;
  line-height: 21px;
  cursor: pointer;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 0 20px;
  -webkit-box-flex: 110px;
  -ms-flex: 110px 0 0px;
  flex: 110px 0 0;
  font-size: var(--leyka-need-help-font-size-amounts);
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.active, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.selected {
  background-color: var(--leyka-need-help-color-blocks-active-background);
  color: var(--leyka-need-help-color-text);
  border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}

.leyka-width-xxlarge .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item {
  -webkit-box-flex: 100px;
  -ms-flex: 100px 1 1;
  flex: 100px 1 1;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.selected span {
  color: var(--leyka-need-help-color-text);
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.selected .swiper-item-inner {
  background-color: var(--leyka-need-help-color-blocks-background);
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item span, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item input {
  color: var(--leyka-need-help-color-text);
  font-family: var(--leyka-need-help-font-family-blocks);
  font-weight: 400;
  font-size: var(--leyka-need-help-font-size-amounts);
  text-transform: none;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item .swiper-item-inner {
  height: 100%;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 200px;
  -ms-flex: 200px 1 1;
  flex: 200px 1 1;
  min-width: unset;
  padding: 8px 20px !important;
  height: 60px;
  border: 1px solid var(--leyka-need-help-color-blocks-border);
  border-radius: 0;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.focus, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.selected {
  background-color: var(--leyka-need-help-color-blocks-background);
  border: 1px solid var(--leyka-need-help-color-blocks-border);
  border-radius: 0;
  font-size: var(--leyka-need-help-font-size-blocks-default);
  font-family: var(--leyka-need-help-font-family-blocks);
  text-transform: none;
  line-height: 21px;
  cursor: pointer;
  height: 60px;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.focus.active, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.focus.selected, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.selected.active, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.selected.selected {
  background-color: var(--leyka-need-help-color-blocks-active-background);
  color: var(--leyka-need-help-color-text);
  border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.empty label {
  display: inherit;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.empty input {
  text-align: left;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item .swiper-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item label {
  display: inline-block;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item label span.textfield-label {
  display: none;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input {
  display: inline-block;
  overflow: auto;
  cursor: pointer;
  font-size: var(--leyka-need-help-font-size-amounts);
  font-weight: 500;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input::-webkit-input-placeholder {
  color: var(--leyka-need-help-color-text-light) !important;
  font-size: var(--leyka-need-help-font-size-amounts);
  font-weight: 500;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input:-moz-placeholder {
  color: var(--leyka-need-help-color-text-light) !important;
  font-size: var(--leyka-need-help-font-size-amounts);
  font-weight: 500;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input::-moz-placeholder {
  color: var(--leyka-need-help-color-text-light) !important;
  font-size: var(--leyka-need-help-font-size-amounts);
  font-weight: 500;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input:-ms-input-placeholder {
  color: var(--leyka-need-help-color-text-light) !important;
  font-size: var(--leyka-need-help-font-size-amounts);
  font-weight: 500;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input[type="number"] {
  margin-bottom: 0;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  min-height: 60px;
  border: 1px solid var(--leyka-need-help-color-blocks-border);
  border-radius: 0;
  background-color: var(--leyka-need-help-color-blocks-background);
  font-size: var(--leyka-need-help-font-size-main);
  font-family: var(--leyka-need-help-font-family-main);
  position: relative;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 39px;
  height: 20px;
  width: 20px;
  background: var(--leyka-need-help-color-blocks-background);
  -webkit-transform: scale(0.75, 0.75) rotate(-135deg);
  -ms-transform: scale(0.75, 0.75) rotate(-135deg);
  transform: scale(0.75, 0.75) rotate(-135deg);
  border-bottom: inherit;
  border-right: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment .daily-rouble-text {
  line-height: 20px;
  font-family: var(--leyka-need-help-font-family-main);
  font-size: var(--leyka-need-help-font-size-main);
  font-weight: 400;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment .daily-rouble-amount, .leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment .daily-rouble-currency {
  white-space: nowrap;
  line-height: 20px;
  font-size: var(--leyka-need-help-font-size-main);
  font-weight: 600;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .daily-rouble-comment .daily-rouble-currency {
  margin-left: 4px;
}

.leyka-tpl-need-help-form .section .section__fields.amount-description {
  border-radius: unset;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid {
  overflow-y: unset;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .full-list {
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-bottom: -10px;
}

.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .full-list {
  width: calc(100% + 10px);
  margin-left: -10px;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .swiper-item {
  padding: 0 8px;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .swiper-item .swiper-item-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper .swiper-item .payment-opt__button {
  cursor: pointer;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt {
  -webkit-box-flex: 220px;
  -ms-flex: 220px 1 0px;
  flex: 220px 1 0;
  height: 80px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt {
  margin-left: 10px;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt span {
  color: var(--leyka-need-help-color-text-superlight);
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .payment-opt__label {
  cursor: pointer;
  font-size: var(--leyka-need-help-font-size-pm-options);
  font-family: var(--leyka-need-help-font-family-blocks);
  line-height: 16px;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__icon:hover {
  overflow: auto;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__icon .pm-icon {
  margin-right: 8px;
  margin-bottom: 0;
}

.leyka-tpl-need-help-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__icon .pm-icon:last-child {
  margin-right: 0;
}

.leyka-tpl-need-help-form .section .section__fields.donor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -10px;
}

.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.donor {
  margin-left: -10px;
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor-field {
  -webkit-box-flex: 220px;
  -ms-flex: 220px 1 0px;
  flex: 220px 1 0;
  margin-left: 20px;
  margin-bottom: 10px;
}

.leyka-width-small .leyka-tpl-need-help-form .section .section__fields.donor .donor-field {
  margin-left: 10px;
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor-field.donor-additional-field {
  -ms-flex-preferred-size: calc(100% - 20px);
  flex-basis: calc(100% - 20px);
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.focus .leyka-star-field-frame {
  background-color: var(--leyka-need-help-color-blocks-active-background);
  color: var(--leyka-need-help-color-text);
  border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame {
  border: 2px solid var(--leyka-need-help-color-error);
  background-image: none;
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.invalid .leyka-star-field-frame input {
  color: var(--leyka-need-help-color-main);
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame {
  background-color: var(--leyka-need-help-color-blocks-background);
  border: 1px solid var(--leyka-need-help-color-blocks-border);
  border-radius: 0;
  font-size: var(--leyka-need-help-font-size-blocks-default);
  font-family: var(--leyka-need-help-font-family-blocks);
  text-transform: none;
  line-height: 21px;
  cursor: pointer;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 20px;
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame.active, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-frame.selected {
  background-color: var(--leyka-need-help-color-blocks-active-background);
  color: var(--leyka-need-help-color-text);
  border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.donor__textfield--comment {
  -ms-flex-preferred-size: calc(100% - 20px);
  flex-basis: calc(100% - 20px);
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame {
  min-height: 40px;
  margin-left: 0;
  margin-top: 10px;
  padding: 0;
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame span.donor__textfield-error {
  color: var(--leyka-need-help-color-error);
  font-size: var(--leyka-need-help-font-size-main);
  font-family: var(--leyka-need-help-font-family-main);
  line-height: 20px;
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield.valid .leyka-star-field-frame {
  background-image: none;
  background-color: var(--leyka-need-help-color-blocks-background);
  border-color: var(--leyka-need-help-color-main);
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea {
  cursor: pointer;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-main);
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input::-webkit-input-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea::-webkit-input-placeholder {
  color: var(--leyka-need-help-color-text-superlight) !important;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-blocks);
  font-weight: 500;
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input:-moz-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea:-moz-placeholder {
  color: var(--leyka-need-help-color-text-superlight) !important;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-blocks);
  font-weight: 500;
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input::-moz-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea::-moz-placeholder {
  color: var(--leyka-need-help-color-text-superlight) !important;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-blocks);
  font-weight: 500;
}

.leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield input:-ms-input-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield textarea:-ms-input-placeholder {
  color: var(--leyka-need-help-color-text-superlight) !important;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-blocks);
  font-weight: 500;
}

.leyka-tpl-need-help-form .section .section__fields .donor__oferta {
  padding: 0;
}

.leyka-tpl-need-help-form .section .section__fields .donor__oferta span {
  margin-bottom: 40px;
}

.leyka-tpl-need-help-form .section .section__fields .donor__oferta input:checked + label::before {
  background-color: var(--leyka-need-help-color-main-second);
  border-color: var(--leyka-need-help-color-main-second);
}

.leyka-tpl-need-help-form .section .section__fields .donor__oferta input:focus-visible + label::before {
  -webkit-box-shadow: 0px 0px 0px 2px;
  box-shadow: 0px 0px 0px 2px;
}

.leyka-tpl-need-help-form .section .section__fields .donor__oferta label {
  font-size: var(--leyka-need-help-font-size-main);
  font-family: var(--leyka-need-help-font-family-main);
  font-weight: 400;
  margin-bottom: 14px;
  cursor: pointer;
  line-height: 21px;
}

.leyka-tpl-need-help-form .section .section__fields .donor__oferta label::before {
  border: 1px solid var(--leyka-need-help-color-blocks-border-dark);
  border-radius: 0;
  left: -30px;
  width: 20px;
  height: 20px;
}

.leyka-tpl-need-help-form .section .section__fields .donor__oferta label svg.icon-checkbox-check {
  fill: var(--leyka-need-help-color-text-dark-bg);
  left: -25px;
  top: 7px;
}

.leyka-tpl-need-help-form .section .section__fields .donor__oferta label a {
  font-size: var(--leyka-need-help-font-size-main);
  font-family: var(--leyka-need-help-font-family-main);
  font-weight: 400;
  display: inline;
  color: unset;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--leyka-need-help-color-main-second);
}

.leyka-tpl-need-help-form .section .section__fields .donor__oferta label a:hover {
  text-decoration: none;
}

.leyka-tpl-need-help-form .section .section__fields .donor__submit input {
  color: var(--leyka-need-help-color-text-dark-bg);
  background-color: var(--leyka-need-help-color-main-second);
  font-size: var(--leyka-need-help-font-size-submit);
  font-family: var(--leyka-need-help-font-family-submit);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0;
}

.leyka-tpl-need-help-form .section .section__fields .donor__submit input:disabled {
  color: var(--leyka-need-help-color-text-dark-bg);
  background-color: var(--leyka-need-help-color-main-inactive);
}

.leyka-tpl-need-help-form .section .section__fields .single-pm-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  height: 16px;
}

.leyka-tpl-need-help-form .section .section__fields .single-pm-icon .pm-icon {
  height: 100%;
  margin-right: 30px;
  margin-bottom: 0;
}

.leyka-tpl-need-help-form .section .section__fields .single-pm-icon .pm-icon:last-child {
  margin-right: 0;
}

.leyka-tpl-need-help-form .section.section--agreements {
  margin-top: 4px;
}

.leyka-tpl-need-help-form .leyka-pf__agreement .agreement__flow p {
  font-family: var(--leyka-need-help-font-family-main);
  font-size: var(--leyka-need-help-font-size-main);
  font-weight: 400;
}

.leyka-tpl-need-help-form .leyka-pf__agreement .agreement__flow p:first-child {
  font-family: var(--leyka-need-help-font-family-section-titles);
  font-size: var(--leyka-need-help-font-size-section-titles);
  font-weight: 600;
}

.leyka-tpl-need-help-form .section.section--signature {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.leyka-tpl-need-help-form .section.section--signature #leyka-platform-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.leyka-tpl-need-help-form .section.section--signature #leyka-platform-signature #leyka-signature-icon {
  background-image: url(//tsargrad.de/wp-content/plugins/leyka/img/menu-icon.svg);
  background-size: cover;
  background-position-y: bottom;
  width: 25px;
  height: 25px;
  display: block;
}

.leyka-tpl-need-help-form .section.section--signature #leyka-platform-signature #leyka-signature-text {
  margin: 7px 0px 0px 7px;
  color: var(--leyka-color-gray-notsolight);
}

.leyka-tpl-need-help-form .section.section--signature #leyka-platform-signature #leyka-signature-text a {
  color: var(--leyka-color-main);
}

div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section-title-container {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0 0 12px 0;
  background-color: transparent;
}

div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section-title-container .section-title-line {
  display: none;
}

div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section-title-container .section-title-text {
  color: var(--leyka-need-help-color-text);
  background-color: transparent;
  font-size: var(--leyka-need-help-font-size-section-titles);
  font-family: var(--leyka-need-help-font-family-section-titles);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0;
}

div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section {
  margin-bottom: 30px;
}

div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person {
  margin-bottom: 30px;
}

div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .donor__textfield .donor__textfield-error {
  display: block;
}

div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .leyka-star-field-error-frame {
  display: none;
}

div[id*="leyka-pf-"].leyka-pf-need-help .leyka-tpl-need-help-form .donor__textfield.invalid .leyka-star-field-error-frame {
  display: block;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou {
  font-size: var(--leyka-need-help-font-size-main);
  font-family: var(--leyka-need-help-font-family-main);
  font-weight: 400;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou p {
  font-size: var(--leyka-need-help-font-size-main);
  font-family: var(--leyka-need-help-font-family-main);
  font-weight: 400;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou h1, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou h2 {
  color: var(--leyka-need-help-color-text);
  background-color: transparent;
  font-size: var(--leyka-need-help-font-size-section-titles);
  font-family: var(--leyka-need-help-font-family-section-titles);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield.focus .leyka-star-field-frame {
  background-color: var(--leyka-need-help-color-blocks-active-background);
  color: var(--leyka-need-help-color-text);
  border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield.valid .leyka-star-field-frame {
  background-color: var(--leyka-need-help-color-blocks-active-background);
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield .leyka-star-field-frame {
  background-color: var(--leyka-need-help-color-blocks-background);
  border: 1px solid var(--leyka-need-help-color-blocks-border);
  border-radius: 0;
  font-size: var(--leyka-need-help-font-size-blocks-default);
  font-family: var(--leyka-need-help-font-family-blocks);
  text-transform: none;
  line-height: 21px;
  cursor: pointer;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 20px;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield .leyka-star-field-frame.active, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield .leyka-star-field-frame.selected {
  background-color: var(--leyka-need-help-color-blocks-active-background);
  color: var(--leyka-need-help-color-text);
  border: 2px solid var(--leyka-need-help-color-blocks-active-border);
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield .leyka-star-field-frame label {
  display: none;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield.valid .leyka-star-field-frame {
  background-image: none;
  background-color: unset;
  border-color: var(--leyka-need-help-color-main);
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea {
  cursor: pointer;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-main);
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input::-webkit-input-placeholder, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea::-webkit-input-placeholder {
  color: var(--leyka-need-help-color-text-superlight) !important;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-blocks);
  font-weight: 500;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input:-moz-placeholder, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea:-moz-placeholder {
  color: var(--leyka-need-help-color-text-superlight) !important;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-blocks);
  font-weight: 500;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input::-moz-placeholder, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea::-moz-placeholder {
  color: var(--leyka-need-help-color-text-superlight) !important;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-blocks);
  font-weight: 500;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield input:-ms-input-placeholder, .leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .section .section__fields .donor__textfield textarea:-ms-input-placeholder {
  color: var(--leyka-need-help-color-text-superlight) !important;
  font-size: var(--leyka-need-help-font-size-donor-fields);
  font-family: var(--leyka-need-help-font-family-blocks);
  font-weight: 500;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit {
  color: var(--leyka-need-help-color-text-dark-bg);
  background-color: var(--leyka-need-help-color-main-second);
  font-size: var(--leyka-need-help-font-size-submit);
  font-family: var(--leyka-need-help-font-family-submit);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0;
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .thankyou-email-me-button input[type="submit"].leyka-success-submit:disabled {
  color: var(--leyka-need-help-color-text-dark-bg);
  background-color: var(--leyka-need-help-color-main-inactive);
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .leyka-star-submit a.leyka-star-btn {
  color: unset;
  text-transform: none;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--leyka-need-help-color-main-second);
}

.leyka-screen-form.leyka-screen-thankyou.leyka-need-help-thankyou .leyka-star-submit a.leyka-star-btn:hover {
  text-decoration: none;
  border-bottom: 1px solid var(--leyka-need-help-color-main-second);
}

.leyka-shortcode .title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 16px;
}

.leyka-shortcode.donations-list .donations-list-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
  border-collapse: collapse;
  text-align: left;
}

.leyka-shortcode.donations-list .donations-list-table .list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 1px solid #eeeeee;
}

.leyka-shortcode.donations-list .donations-list-table .list-row:first-child:not(.header-row) {
  border-top: 3px solid #eeeeee;
}

.leyka-shortcode.donations-list .donations-list-table .list-cell {
  padding: 16px 8px 16px 0;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.leyka-shortcode.donations-list .donations-list-table .list-cell.donation_date {
  font-size: 14px;
  color: #a6a6a6;
}

.leyka-shortcode.donations-list .donations-list-table .list-cell.donation_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leyka-shortcode.donations-list .donations-list-table .list-cell.donation_amount:not(.list-column) {
  text-transform: none;
}

.leyka-shortcode.donations-list .donations-list-table .list-cell:last-child {
  padding-right: 0;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.leyka-shortcode.donations-list .donations-list-table .list-column {
  padding-top: 0;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.leyka-shortcode.donations-list .donations-list-table .donation_date {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}

.leyka-shortcode.donations-list .donations-list-table .donation_donor_name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}

.leyka-shortcode.donations-list .donations-list-table .donation_type {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}

.leyka-shortcode.donations-list .donations-list-table .donation_amount {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 150px;
  flex: 1 0 150px;
}

@media screen and (max-width: 639px) {
  .leyka-shortcode.donations-list .donations-list-table thead {
    display: none;
  }
  .leyka-shortcode.donations-list .donations-list-table .list-row {
    display: block;
  }
  .leyka-shortcode.donations-list .donations-list-table .list-cell {
    display: block;
    width: auto;
  }
  .leyka-shortcode.donations-list .donations-list-table .list-cell:last-child {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.leyka-shortcode.donations-comments-list .comments-list-item {
  border-radius: 10px;
  background-color: #fafafa;
  margin: 0 0 8px 0;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
}

.leyka-shortcode.donations-comments-list .comments-list-item .comment-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.leyka-shortcode.donations-comments-list .comments-list-item .comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  color: #828282;
}

.leyka-shortcode.supporters-list .list-content {
  font-size: 16px;
  font-weight: normal;
}

.leyka-shortcode.supporters-list .list-content .special-element {
  display: inline-block;
  padding: 0;
  border: 0;
  border-bottom: 1px dashed var(--leyka-color-main);
  color: var(--leyka-color-main);
  text-decoration: none;
  line-height: initial;
}

.leyka-shortcode.campaign-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 790px !important;
  padding: 16px;
  border-radius: 10px;
  background-color: #fafafa;
}

.leyka-shortcode.campaign-card:not(.leyka-block-card) {
  margin: 0;
}

.leyka-shortcode.campaign-card .sub-block {
  margin-bottom: 24px;
}

.leyka-shortcode.campaign-card .sub-block:last-child {
  margin-bottom: 0;
}

.leyka-shortcode.campaign-card .campaign-thumb {
  display: block;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.leyka-shortcode.campaign-card .campaign-thumb:hover {
  opacity: .9;
}

.leyka-shortcode.campaign-card .campaign-thumb:focus {
  background-size: cover !important;
  background-position: center center !important;
}

.leyka-shortcode.campaign-card .campaign-thumb:after {
  content: '';
  display: block;
  padding-top: 60%;
}

.leyka-shortcode.campaign-card .campaign-title {
  font-size: var(--leyka-card-title-size, 24px);
  line-height: 1.2;
  font-weight: normal;
  margin-top: 0;
}

.leyka-shortcode.campaign-card .campaign-title > a,
.leyka-shortcode.campaign-card .campaign-title > a:hover {
  color: currentColor;
  text-decoration: none;
  border: none;
}

.leyka-shortcode.campaign-card .campaign-title + .campaign-excerpt {
  margin-top: -0.5em;
}

.leyka-shortcode.campaign-card .campaign-excerpt {
  font-size: var(--leyka-card-excerpt-size, 16px);
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.4;
}

.leyka-shortcode.campaign-card .progressbar-unfulfilled {
  height: 8px;
  padding: 0;
  margin-top: auto;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--leyka-color-main-second);
}

.leyka-shortcode.campaign-card .progressbar-unfulfilled .progressbar-fulfilled {
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: var(--leyka-color-main);
}

.leyka-shortcode.campaign-card > *:not(.progressbar-unfulfilled) + .bottom-line {
  margin-top: auto;
}

.leyka-shortcode.campaign-card .bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -24px;
}

.leyka-shortcode.campaign-card .bottom-line .bottom-line-item {
  margin-top: 24px;
}

.leyka-shortcode.campaign-card .bottom-line .target-info:not(:last-child) {
  padding-right: 10px;
}

.leyka-shortcode.campaign-card .bottom-line .target-info .funded {
  font-size: 32px;
  color: var(--leyka-color-main);
}

.leyka-shortcode.campaign-card .bottom-line .target-info .target {
  font-size: 16px;
  color: var(--leyka-color-gray-notsolight);
}

.leyka-shortcode.campaign-card .bottom-line .leyka-button-wrapper {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 16px 32px;
  border-radius: 4px;
  background-color: var(--leyka-color-main);
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.leyka-shortcode.campaign-card .bottom-line .leyka-button-wrapper:focus {
  background-color: var(--leyka-color-main);
}

.leyka-shortcode.campaign-card .bottom-line .leyka-button-wrapper:hover {
  opacity: .9;
}

/** == Support packages styles (extensions/_support_packages.scss) == **/
.leyka-ext-support-packages a {
  border-bottom: none;
}

.leyka-ext-support-packages .leyka-ext-sp-card {
  border: 2px solid #F1F1F1;
  color: var(--leyka-ext-support-packages-color-main);
  background-color: #FAFAFA;
  border-radius: 4px;
  padding: 16px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.leyka-ext-support-packages .leyka-ext-sp-card.active {
  color: var(--leyka-ext-support-packages-color-background);
  background-color: var(--leyka-ext-support-packages-color-main);
  border: 2px solid var(--leyka-ext-support-packages-color-main);
}

.leyka-ext-support-packages .leyka-ext-sp-card.active .leyka-ext-sp-icon svg {
  stroke: var(--leyka-ext-support-packages-color-background);
  fill: none;
}

.leyka-ext-support-packages .leyka-ext-sp-card.active .leyka-ext-sp-period {
  color: var(--leyka-ext-support-packages-color-background);
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon {
  margin-right: 8px;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon svg, .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon img {
  width: 24px;
  vertical-align: text-top;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon svg {
  stroke: var(--leyka-ext-support-packages-color-main);
  fill: none;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-title {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-price {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-style: normal;
  font-size: 56px;
  line-height: 66px;
  white-space: nowrap;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-currency {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-left: 0;
  white-space: nowrap;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-period {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-left: 8px;
  color: #AAAAAA;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-status {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: -4px;
  color: var(--leyka-ext-support-packages-color-background);
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-status a {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--leyka-ext-support-packages-color-main);
  text-decoration: none;
  border-bottom: none;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.leyka-account-form .list.support-packages .leyka-ext-support-packages {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (min-width: 640px) {
  .leyka-account-form .list.support-packages .leyka-ext-support-packages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.leyka-account-form .list.support-packages .leyka-ext-support-packages .leyka-ext-sp-card {
  -ms-flex-preferred-size: calc(50% - 12px);
  flex-basis: calc(50% - 12px);
  margin-bottom: 24px;
}

.leyka-ext-sp-activate-feature-overlay {
  width: 100%;
  display: none;
  min-height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature-overlay-gradient {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffffff), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(360deg, #ffffff 20%, rgba(255, 255, 255, 0.3) 100%);
  width: 100%;
  height: 150px;
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature-overlay-bg-wrapper {
  background-color: #ffffff;
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature-overlay-bg {
  background-color: var(--leyka-ext-support-packages-color-main-op10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature {
  padding-top: 40px;
  padding-bottom: 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 48px;
  margin-bottom: 32px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  margin-left: 8px;
  margin-right: 8px;
  width: calc(100% - $base * 2);
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature > * {
  margin-left: 24px;
  margin-right: 24px;
}

@media screen and (min-width: 640px) {
  .leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-activate-feature > * {
    margin-left: 0;
    margin-right: 0;
  }
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed {
  margin-bottom: 32px;
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed .leyka-ext-sp-already-subscribed-icon {
  margin-right: 8px;
  vertical-align: baseline;
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed .leyka-ext-sp-already-subscribed-icon svg {
  fill: var(--leyka-ext-support-packages-color-main);
  vertical-align: middle;
  display: inline-block;
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed a.leyka-ext-sp-already-subscribed-link {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--leyka-ext-support-packages-color-main);
  vertical-align: baseline;
  text-decoration: none;
  line-height: 20px;
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed a.leyka-ext-sp-already-subscribed-link .leyka-ext-sp-already-subscribed-caption {
  line-height: 20px;
}

.leyka-ext-sp-activate-feature-overlay .leyka-ext-sp-already-subsribed a.leyka-ext-sp-already-subscribed-link:hover .leyka-ext-sp-already-subscribed-caption {
  text-decoration: underline;
}

body.page #site_content.leyka-ext-sp-site-content,
body.page #site-content.leyka-ext-sp-site-content,
body.page #content.leyka-ext-sp-site-content, body.single #site_content.leyka-ext-sp-site-content,
body.single #site-content.leyka-ext-sp-site-content,
body.single #content.leyka-ext-sp-site-content {
  position: relative;
}

body.page .leyka-ext-sp-activate-feature-overlay, body.single .leyka-ext-sp-activate-feature-overlay {
  display: none;
}

body.page .leyka-ext-sp-activate-feature-overlay a, body.page .leyka-ext-sp-activate-feature-overlay a:link, body.single .leyka-ext-sp-activate-feature-overlay a, body.single .leyka-ext-sp-activate-feature-overlay a:link {
  border-bottom: none;
}

.leyka-ext-sp-activate-feature {
  background-color: var(--leyka-ext-support-packages-color-background);
  width: auto;
}

.leyka-ext-sp-activate-feature.packages-count-1 h3, .leyka-ext-sp-activate-feature.packages-count-2 h3, .leyka-ext-sp-activate-feature.packages-count-3 h3 {
  text-align: left;
}

.leyka-ext-sp-activate-feature.packages-count-1 .leyka-ext-sp-feature-subtitle, .leyka-ext-sp-activate-feature.packages-count-2 .leyka-ext-sp-feature-subtitle, .leyka-ext-sp-activate-feature.packages-count-3 .leyka-ext-sp-feature-subtitle {
  text-align: left;
}

.leyka-ext-sp-activate-feature.packages-count-1 .leyka-ext-support-packages, .leyka-ext-sp-activate-feature.packages-count-2 .leyka-ext-support-packages {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 640px) {
  .leyka-ext-sp-activate-feature.packages-count-1 .leyka-ext-support-packages .leyka-ext-sp-card:not(:last-child), .leyka-ext-sp-activate-feature.packages-count-2 .leyka-ext-support-packages .leyka-ext-sp-card:not(:last-child) {
    margin-right: 16px;
  }
}

.leyka-ext-sp-activate-feature h3 {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
  margin-top: 0;
  color: var(--leyka-ext-support-packages-color-text);
}

.leyka-ext-sp-activate-feature .leyka-ext-sp-feature-subtitle {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  margin-bottom: 24px;
  text-align: center;
  color: var(--leyka-ext-support-packages-color-text);
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-preferred-size: 170px;
  flex-basis: 170px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 640px) {
  .leyka-ext-sp-activate-feature .leyka-ext-support-packages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 24px;
  }
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card {
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  cursor: pointer;
  background-color: var(--leyka-ext-support-packages-color-background);
}

@media screen and (min-width: 640px) {
  .leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card {
    width: 170px;
    margin-bottom: 0;
  }
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card.active {
  background-color: var(--leyka-ext-support-packages-color-main);
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon {
  margin-right: 8px;
  margin-bottom: 4px;
}

@media screen and (min-width: 640px) {
  .leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-icon {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-status {
  display: none;
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-period {
  margin-left: 0;
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}

@media screen and (min-width: 640px) {
  .leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 640px) {
  .leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row2 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row2 .leyka-ext-sp-price {
  margin-left: 12px;
}

.leyka-ext-sp-activate-feature .leyka-ext-support-packages .leyka-ext-sp-card .leyka-ext-sp-card-row3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4px;
}

.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (min-width: 640px) {
  .leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action .leyka-ext-sp-subsription-terms {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  color: var(--leyka-ext-support-packages-color-text);
}

@media screen and (min-width: 640px) {
  .leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action .leyka-ext-sp-subsription-terms {
    min-width: 344px;
    width: 70%;
    text-align: left;
    margin-bottom: 0;
    padding-right: 8px;
  }
}

.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action .leyka-ext-sp-subsription-terms a {
  color: var(--leyka-ext-support-packages-color-main);
}

.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action .leyka-ext-sp-subsription-terms a:hover {
  text-decoration: underline;
}

.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action a.leyka-ext-sp-subscribe-action {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--leyka-ext-support-packages-color-caption);
  background-color: var(--leyka-ext-support-packages-color-main);
  text-decoration: none;
  display: block;
  border-radius: 4px;
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  opacity: 0.5;
}

.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action a.leyka-ext-sp-subscribe-action.active {
  opacity: 1;
}

.leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action a.leyka-ext-sp-subscribe-action.active:hover {
  opacity: 0.8;
}

@media screen and (min-width: 420px) {
  .leyka-ext-sp-activate-feature .leyka-ext-sp-terms-action a.leyka-ext-sp-subscribe-action {
    width: 180px;
    line-height: 40px;
  }
}

.entry-title > img.leyka-ext-sp-post-locked {
  height: 1.2em;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 4px;
}

body.page .entry-title > img.leyka-ext-sp-post-locked, body.single .entry-title > img.leyka-ext-sp-post-locked {
  display: none;
}

/** == Blocks (_blocks.scss) == **/
/** Leyka Block form */
.wp-block-leyka-form.leyka-block-form-star:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-leyka-form.leyka-block-form-need-help {
  max-width: 1200px !important;
}

.leyka-tpl-need-help-form {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item {
  -webkit-box-flex: 110px;
  -ms-flex: 110px 1 0px;
  flex: 110px 1 0;
}

/** Leyka Block cards */
.leyka-block-cards-grid {
  display: grid;
  grid-gap: var(--leyka-grid-gap, 30px);
  grid-template-columns: repeat(var(--leyka-grid-columns, 1), minmax(0, 1fr));
}

.leyka-block-cards .campaign-card {
  max-width: 100% !important;
  height: 100%;
}

@media (max-width: 1199px) {
  .leyka-grid-columns-4 {
    --leyka-grid-columns: 3 !important;
  }
}

@media (max-width: 991px) {
  .leyka-grid-columns-4, .leyka-grid-columns-3 {
    --leyka-grid-columns: 2 !important;
  }
}

@media (max-width: 767px) {
  .leyka-grid-columns-4, .leyka-grid-columns-3, .leyka-grid-columns-2 {
    --leyka-grid-columns: 1 !important;
  }
}

/** == Typography (_grid.scss) == **/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic");
/** == Seetings and variables (_presets.scss)  == **/
/*:root {
  --color-main: 		#1db318;
  --color-main-dark: 	#1aa316;
  --color-main-light: 	#8ae724;
}*/
/** == Elements == **/
/** == Mq == **/
.leyka-rbk-pre-submit-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 100%;
}

.leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons button {
  -webkit-box-flex: 1;
  -ms-flex: 1 -1 auto;
  flex: 1 -1 auto;
  text-align: center;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-main);
  padding: 10px 26px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  border-radius: 27px;
  padding: 12px 26px;
  min-width: 200px;
  font-size: 14px;
}

.leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons button:visited {
  color: #ffffff;
}

.leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons button:hover, .leyka-rbk-pre-submit-step .leyka-rbk-final-submit-buttons button:focus {
  background: var(--color-main-dark);
}

/*# sourceMappingURL=public.css.map */body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/** == Kandinsky-specific widgets (_widgetsn.scss) == */
:root {
	--knd-color-white: #ffffff;
	--knd-color-black: #000000;
	--knd-color-light-grey: #f7f8f8;
	--knd-color-light-blue: #f5fafe;
	--knd-header-height: 124px;
	--knd-font-family-button: var(--knd-font-family-base);
	--knd-button-border-radius: .5em;
	--knd-image-border-radius: 8px;
	--knd-adminbar-height: 32px;
	--scroll-bar-width: 15px;
}

@media (max-width: 765px) {
	body {
		--knd-adminbar-height: 46px;
	}
}

/** == Mixins (_mixins.scss) == **/
/** Utilities **/
/* Media queries */
/** Global layout presets **/
/** Post content elements **/
/* Elements */
/** == Typography (_mixins-typography.scss) == **/
/** == Fonts (_fonts.scss) == **/
/* Regular */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-Regular.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;
}

/* Regular cyrillic */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-Regular-Cyr.woff) format("woff");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Regular Italic */
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-Italic.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;
}

/* Regular Italic cyrillic */
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-Italic-Cyr.woff) format("woff");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Medium */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-Medium.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;
}

/* Medium cyrillic */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-Medium-Cyr.woff) format("woff");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* MediumItalic */
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-MediumItalic.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;
}

/* MediumItalic cyrillic */
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-MediumItalic-Cyr.woff) format("woff");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* SemiBold */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-SemiBold.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;
}

/* SemiBold cyrillic */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-SemiBold-Cyr.woff) format("woff");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Bold */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-Bold.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;
}

/* Bold cyrillic */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-Bold-Cyr.woff) format("woff");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* BoldItalic */
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-BoldItalic.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;
}

/* BoldItalic cyrillic */
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(//tsargrad.de/wp-content/themes/kandinsky/assets/fonts/Raleway-BoldItalic-Cyr.woff) format("woff");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/** == Reset (_reset.scss) == **/
/*  Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

/*  Normalize.css */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

a:focus,
button:focus {
	text-decoration: none;
	outline: 2px solid var(--knd-color-main) !important;
	outline-offset: 2px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
iframe {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

sub,
sup {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

img[alt] {
	font-size: 10px;
	line-height: inherit;
	color: #666;
	font-family: inherit;
}

a img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

/** Forms **/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type=search] {
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	box-shadow: 0 0 0 0.25rem rgba(221, 20, 0, 0.25);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}

html {
	font-size: var(--knd-font-size-base);
}

/** == Texts (_text.scss) == */
/* Screen-reader only text */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* text alignment */
.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

body:not(#tinymce) ::-webkit-selection {
	opacity: 1;
	background: var(--knd-color-main-active);
	color: var(--knd-color-white);
	text-shadow: none;
}

body:not(#tinymce) ::selection {
	opacity: 1;
	background: var(--knd-color-main-active);
	color: var(--knd-color-white);
	text-shadow: none;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--knd-font-family-headings);
	font-weight: var(--knd-font-weight-headings);
	font-style: var(--knd-font-style-headings);
	line-height: 1.2;
	color: var(--knd-color-headings);
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 37px;
}

h3 {
	font-size: 31px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
	color: var(--knd-color-headings);
}

.the-content {
	color: var(--knd-color-base);
	font-size: var(--knd-font-size-base);
}

/** Post content elements  **/
.the-content a {
	color: var(--knd-color-main);
	border-bottom: 1px solid var(--knd-color-main);
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
}

.the-content a:hover, .the-content a:focus, .the-content a:active {
	color: var(--knd-color-main-active);
	border-bottom-color: var(--knd-color-main-active);
}

.the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
	margin-top: 32px;
	margin-bottom: 26px;
}

> .the-content h2:first-child, > .the-content h3:first-child, > .the-content h4:first-child, > .the-content h5:first-child, > .the-content h6:first-child {
	margin-top: 0;
}

> .the-content h2:last-child, > .the-content h3:last-child, > .the-content h4:last-child, > .the-content h5:last-child, > .the-content h6:last-child {
	margin-bottom: 0;
}

.the-content h2 strong, .the-content h2 b, .the-content h3 strong, .the-content h3 b, .the-content h4 strong, .the-content h4 b, .the-content h5 strong, .the-content h5 b, .the-content h6 strong, .the-content h6 b {
	font-weight: normal;
}

.the-content em {
	font-style: italic;
	line-height: 1.5;
}

.the-content ins {
	text-decoration: none;
	display: inline-block;
	background: #E7F3FF;
	padding: 0 8px;
}

.the-content h2 + h3, .the-content h2 + h4, .the-content h2 + h5, .the-content h2 + h6,
.the-content h3 + h4, .the-content h3 + h5, .the-content h3 + h6,
.the-content h4 + h5, .the-content h4 + h6,
.the-content h5 + h6 {
	margin-top: 13px;
}

.the-content p, .the-content iframe, .the-content blockquote {
	margin-bottom: 26px;
}

.the-content p:last-child, .the-content iframe:last-child, .the-content blockquote:last-child {
	margin-bottom: 0;
}

.the-content figure {
	margin: 26px 0;
}

.the-content figure:last-child {
	margin-bottom: 0;
}

.the-content figure:first-child {
	margin-top: 0;
}

.the-content ul {
	margin-top: 26px;
	margin-bottom: 26px;
	list-style-type: '– ';
	padding-left: 1.5em;
}

.the-content ul:first-child {
	margin-top: 0;
}

.the-content ul li li {
	padding-left: 0;
	break-inside: avoid;
}

.the-content ul li li:before {
	display: none;
}

.the-content ul ul {
	list-style: circle;
}

.the-content ul ul ul {
	list-style: square;
}

.the-content ol {
	list-style: decimal;
	margin-top: 26px;
	margin-bottom: 26px;
	padding-left: 1.5em;
}

.the-content ol:first-child {
	margin-top: 0;
}

.the-content ol ol {
	list-style: lower-alpha;
}

.the-content ol ol ol {
	list-style: lower-roman;
}

.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
	margin-bottom: 0;
}

.the-content ul ul:first-child,
.the-content ul ol:first-child,
.the-content ol ul:first-child,
.the-content ol ol:first-child {
	margin-top: 13px;
}

.the-content li {
	margin-bottom: 13px;
}

.the-content li:last-child {
	margin-bottom: 0;
}

.the-content ul + p,
.the-content ol + p {
	margin-top: 26px;
}

.the-content blockquote {
	font-style: italic;
	position: relative;
	padding-left: 34px;
	margin-top: 52px;
}

.the-content blockquote:before {
	content: '“';
	display: inline-block;
	font-size: 70px;
	line-height: 1;
	position: absolute;
	left: -12px;
	top: -12px;
	color: var(--knd-color-main);
}

.the-content blockquote:first-child {
	margin-top: 0;
}

.the-content blockquote:last-child {
	margin-bottom: 0;
}

.the-content pre {
	margin-bottom: 26px;
	font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, monospace;
	font-size: 0.8em;
	line-height: 1.75;
}

.the-content pre:last-child {
	margin-bottom: 0;
}

.the-content .wp-caption {
	max-width: 100%;
	margin-bottom: 26px;
}

.the-content .wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media screen and (min-width: 480px) {
	.the-content .wp-caption.alignleft {
		float: left;
		margin: 0 40px 10px 0;
		max-width: 50%;
	}
	.the-content .wp-caption.alignright {
		float: right;
		margin: 0 0 10px 40px;
		max-width: 50%;
	}
}

.the-content .wp-caption img {
	max-width: 100%;
	height: auto;
}

.the-content .video-caption {
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.55;
	margin-top: -8px;
	margin-bottom: 26px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.the-content .video-caption {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.the-content .video-caption {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.the-content .video-caption {
		font-size: 14px;
	}
}

.the-content .video-caption .svg-icon {
	fill: var(--knd-page-text-color-light);
	width: 15px;
	height: 19px;
	margin-right: 8px;
	vertical-align: bottom;
}

.the-content .wp-caption-text {
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.55;
	margin-top: 0.5em;
}

@media (min-width: 440px) and (max-width: 768px) {
	.the-content .wp-caption-text {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.the-content .wp-caption-text {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.the-content .wp-caption-text {
		font-size: 14px;
	}
}

.the-content .wp-caption-text .svg-icon {
	fill: var(--knd-page-text-color-light);
	width: 15px;
	height: 19px;
	margin-right: 8px;
	vertical-align: bottom;
}

.the-content p + video-caption {
	margin-top: 0;
}

.the-content a[href].alignleft {
	display: block;
	margin-bottom: 26px;
}

@media screen and (min-width: 480px) {
	.the-content a[href].alignleft {
		float: left;
		margin: 0 40px 10px 0;
		max-width: 50%;
	}
}

.the-content a[href].alignleft img {
	max-width: 100%;
	height: auto;
}

.the-content a[href].alignright {
	display: block;
	margin-bottom: 26px;
}

@media screen and (min-width: 480px) {
	.the-content a[href].alignright {
		float: right;
		margin: 0 0 10px 40px;
		max-width: 50%;
	}
}

.the-content a[href].alignright img {
	max-width: 100%;
	height: auto;
}

.the-content img.alignleft,
.the-content img[align="left"] {
	display: block;
	margin-bottom: 26px;
}

@media screen and (min-width: 480px) {
	.the-content img.alignleft,
	.the-content img[align="left"] {
		float: left;
		margin: 0 40px 10px 0;
		max-width: 50%;
		height: auto;
	}
}

.the-content img.alignright,
.the-content img[align="right"] {
	display: block;
	margin-bottom: 26px;
}

@media screen and (min-width: 480px) {
	.the-content img.alignright,
	.the-content img[align="right"] {
		float: right;
		margin: 0 0 10px 40px;
		max-width: 50%;
		height: auto;
	}
}

.the-content pre, .the-content code {
	line-height: 1.55;
	font-weight: var(--knd-font-weight-base, 500);
	font-style: var(--knd-font-style-base);
	font-family: var(--knd-font-family-base);
}

/* Default WP Galleries */
.the-content .gallery,
.gallery {
	margin-top: 26px;
	margin-bottom: 26px;
	margin-right: -6px;
	margin-left: -6px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.the-content .gallery .gallery-item,
.gallery .gallery-item {
	padding: 6px;
	margin: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.the-content .gallery .gallery-item .wp-caption-text,
.gallery .gallery-item .wp-caption-text {
	text-align: center;
	margin-top: 0.5em;
	font-size: 16px;
}

.the-content .gallery .gallery-item a,
.gallery .gallery-item a {
	display: block;
	border: none;
	text-decoration: none;
}

.the-content .gallery .gallery-item img,
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}

.widget-full.widget_media_gallery {
	padding-left: 6px;
	padding-right: 6px;
}

.widget-full.widget_media_gallery > .gallery {
	max-width: 1104px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.widget-full.widget_media_gallery .widget-full-title {
	max-width: 1088px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11111%;
}

/** == Grid (_grid.scss) == */
*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Hide utp/after some break point  */
@media screen and (max-width: 479px) {
	.hide-upto-small {
		display: none;
	}
}

@media screen and (max-width: 799px) {
	.hide-upto-medium {
		display: none !important;
	}
}

@media screen and (max-width: 1103px) {
	.hide-upto-large {
		display: none;
	}
}

@media screen and (min-width: 480px) {
	.hide-on-small {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	.hide-on-medium {
		display: none;
	}
}

@media screen and (min-width: 1104px) {
	.hide-on-large {
		display: none;
	}
}

/* Support for no JS case */
@media screen and (max-width: 479px) {
	.no-js .no-js-hide-upto-small {
		display: none;
	}
}

@media screen and (max-width: 799px) {
	.no-js .no-js-hide-upto-medium {
		display: none;
	}
}

@media screen and (max-width: 1103px) {
	.no-js .no-js-hide-upto-large {
		display: none;
	}
}

/* Flexbox grid */
.flex-row {
	margin-left: -20px;
	margin-right: -20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-row.centered {
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-row.start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-row.space-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-row.align-top {
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-row.align-bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-row.align-center {
	-ms-flex-align: center;
	align-items: center;
}

.flex-row.row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-cell {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	min-height: 1px;
	margin: 0 20px 40px;
	width: calc(100% - 40px);
}

.flex-mf-1 {
	width: calc(8.33333% - 40px);
}

.flex-mf-2 {
	width: calc(16.66667% - 40px);
}

.flex-mf-3 {
	width: calc(25% - 40px);
}

.flex-mf-4 {
	width: calc(33.33333% - 40px);
}

.flex-mf-5 {
	width: calc(41.66667% - 40px);
}

.flex-mf-6 {
	width: calc(50% - 40px);
}

.flex-mf-7 {
	width: calc(58.33333% - 40px);
}

.flex-mf-8 {
	width: calc(66.66667% - 40px);
}

.flex-mf-9 {
	width: calc(75% - 40px);
}

.flex-mf-10 {
	width: calc(83.33333% - 40px);
}

.flex-mf-11 {
	width: calc(91.66667% - 40px);
}

.flex-mf-12 {
	width: calc(100% - 40px);
}

.flex-mf-col-5 {
	width: calc(20% - 40px);
}

@media screen and (min-width: 480px) {
	.flex-sm-1 {
		width: calc(8.33333% - 40px);
	}
	.flex-sm-2 {
		width: calc(16.66667% - 40px);
	}
	.flex-sm-3 {
		width: calc(25% - 40px);
	}
	.flex-sm-4 {
		width: calc(33.33333% - 40px);
	}
	.flex-sm-5 {
		width: calc(41.66667% - 40px);
	}
	.flex-sm-6 {
		width: calc(50% - 40px);
	}
	.flex-sm-7 {
		width: calc(58.33333% - 40px);
	}
	.flex-sm-8 {
		width: calc(66.66667% - 40px);
	}
	.flex-sm-9 {
		width: calc(75% - 40px);
	}
	.flex-sm-10 {
		width: calc(83.33333% - 40px);
	}
	.flex-sm-11 {
		width: calc(91.66667% - 40px);
	}
	.flex-sm-12 {
		width: calc(100% - 40px);
	}
	.flex-sm-col-5 {
		width: calc(20% - 40px);
	}
}

@media screen and (min-width: 800px) {
	.flex-md-1 {
		width: calc(8.33333% - 40px);
	}
	.flex-md-2 {
		width: calc(16.66667% - 40px);
	}
	.flex-md-3 {
		width: calc(25% - 40px);
	}
	.flex-md-4 {
		width: calc(33.33333% - 40px);
	}
	.flex-md-5 {
		width: calc(41.66667% - 40px);
	}
	.flex-md-6 {
		width: calc(50% - 40px);
	}
	.flex-md-7 {
		width: calc(58.33333% - 40px);
	}
	.flex-md-8 {
		width: calc(66.66667% - 40px);
	}
	.flex-md-9 {
		width: calc(75% - 40px);
	}
	.flex-md-10 {
		width: calc(83.33333% - 40px);
	}
	.flex-md-11 {
		width: calc(91.66667% - 40px);
	}
	.flex-md-12 {
		width: calc(100% - 40px);
	}
	.flex-md-col-5 {
		width: calc(20% - 40px);
	}
}

@media screen and (min-width: 1104px) {
	.flex-lg-1 {
		width: calc(8.33333% - 40px);
	}
	.flex-lg-2 {
		width: calc(16.66667% - 40px);
	}
	.flex-lg-3 {
		width: calc(25% - 40px);
	}
	.flex-lg-4 {
		width: calc(33.33333% - 40px);
	}
	.flex-lg-5 {
		width: calc(41.66667% - 40px);
	}
	.flex-lg-6 {
		width: calc(50% - 40px);
	}
	.flex-lg-7 {
		width: calc(58.33333% - 40px);
	}
	.flex-lg-8 {
		width: calc(66.66667% - 40px);
	}
	.flex-lg-9 {
		width: calc(75% - 40px);
	}
	.flex-lg-10 {
		width: calc(83.33333% - 40px);
	}
	.flex-lg-11 {
		width: calc(91.66667% - 40px);
	}
	.flex-lg-12 {
		width: calc(100% - 40px);
	}
	.flex-lg-col-5 {
		width: calc(20% - 40px);
	}
}

/** Containers **/
.container {
	position: relative;
	width: calc(100% - 54px);
	margin-left: auto;
	margin-right: auto;
	max-width: 1104px;
}

@media screen and (min-width: 400px) {
	.container {
		width: calc(100% - 80px);
	}
}

@media screen and (min-width: 1104px) {
	.container {
		width: 92%;
	}
}

.container-text {
	position: relative;
	width: calc(100% - 54px);
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

@media screen and (min-width: 400px) {
	.container-text {
		width: calc(100% - 80px);
	}
}

@media screen and (min-width: 1104px) {
	.container-text {
		width: 92%;
	}
}

@media screen and (min-width: 800px) {
	.text-column {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
}

/** == General (_general.scss) == */
body {
	background: var(--knd-page-bg-color);
	color: var(--knd-color-base, #000000);
	text-rendering: optimizeLegibility;
	line-height: 1.55;
	font-weight: var(--knd-font-weight-base, 500);
	font-style: var(--knd-font-style-base);
	font-family: var(--knd-font-family-base);
}

body > svg {
	display: none;
}

.svg-icon, .svg-pic {
	display: inline-block;
}

@media (max-height: 1200px) {
	.main-content {
		min-height: 60vh;
	}
}

.main-content:not(.knd-overflow-visible) {
	overflow: hidden;
}

.main-content.archive-post-list {
	margin-top: 70px;
	min-height: initial;
}

.main-content.archive-post-list > .container:first-child {
	margin-top: -70px;
}

.main-content.archive-post-list .knd-pagination, .main-content.archive-post-list .em-pagination {
	margin-bottom: 0;
}

.main-content.archive-post-list .projects-completed-container {
	margin-top: 30px;
}

.main-content.archive-post-list .projects-completed-container .section-title {
	font-size: 26px;
	font-family: var(--knd-font-family-headings);
	color: var(--knd-color-headings);
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
}

.main-content.archive-post-list .knd-pagination + .projects-completed-container, .main-content.archive-post-list .em-pagination + .projects-completed-container {
	margin-top: 70px;
}

.main-content.archive-post-list .knd-project-completed {
	opacity: var(--knd-completed-project-opacity);
}

.main-content.archive-post-list .knd-project-completed .thumbnail-link,
.main-content.archive-post-list .knd-project-completed .entry-title {
	color: var(--knd-completed-project-color);
}

.main-content.search-loop {
	min-height: initial;
	padding-bottom: 70px;
	padding-top: 5px;
}

.main-content.search-loop .knd-pagination, .main-content.search-loop .em-pagination {
	margin-bottom: 0;
}

.heading h1 {
	padding: 33.33333px 0px 23.52941px 0px;
}

.section-title {
	font-size: 37.88801px;
	font-family: var(--knd-font-family-headings);
	line-height: 1;
	font-weight: bold;
	color: var(--knd-color-headings);
}

@media (min-width: 440px) and (max-width: 768px) {
	.section-title {
		font-size: calc( 37.88801px + 3.15733 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.section-title {
		font-size: calc( 41.04535px + 3.15733 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.section-title {
		font-size: 44.20268px;
	}
}

.knd-main {
	overflow: hidden;
	padding-top: 77px;
}

@media screen and (min-width: 800px) {
	.knd-main {
		padding-top: 101px;
	}
}

/** == Header (_header.scss) == */
:root {
	--knd-font-family-logo: var(--knd-font-family-headings);
}

/* Header layout */
.site-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--knd-page-bg-color);
	border-bottom: 1px solid var(--knd-page-bg-color);
	transition: opacity 0.3s;
}

.site-header.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 1;
}

@media screen {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media screen and (min-width: 600px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

.site-header.invisible {
	opacity: 0;
}

.site-header.hard-top-margin-for-small-screen {
	top: 46px;
}

@media screen and (max-width: 1103px) {
	#wp-admin-bar-kandinsky-main {
		display: none;
	}
}

@media screen and (max-width: 1103px) {
	#wp-admin-bar-leyka-toolbar-menu {
		display: none;
	}
}

@media screen and (max-width: 1103px) {
	#wpadminbar #wp-admin-bar-wpseo-menu.menupop {
		display: none;
	}
}

.logo-name {
	display: block;
	font-family: var(--knd-font-family-logo);
	font-weight: var(--knd-font-weight-logo, 800);
	font-style: var(--knd-font-style-logo);
	color: var(--knd-color-logo, #183343);
	line-height: 1.2;
	letter-spacing: .03em;
}

.logo-desc {
	display: block;
	font-size: 11px;
	padding-top: 4px;
	text-transform: uppercase;
	color: var(--knd-color-logo-desc, #4d606a);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.site-logo {
	display: block;
	height: 100%;
	padding-left: 15.03759px;
}

.site-logo .logo-name {
	font-size: 21.32267px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.site-logo .logo-name {
		font-size: calc( 21.32267px + 1.77689 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.site-logo .logo-name {
		font-size: calc( 23.09956px + 1.77689 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.site-logo .logo-name {
		font-size: 24.87645px;
	}
}

.site-logo .logo-desc {
	display: block;
	padding-top: 4px;
	color: var(--knd-color-logo);
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.5;
}

@media (min-width: 440px) and (max-width: 768px) {
	.site-logo .logo-desc {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.site-logo .logo-desc {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.site-logo .logo-desc {
		font-size: 14px;
	}
}

@media screen and (max-width: 1400px) {
	.site-logo {
		padding-left: 17px;
	}
}

.trigger-button {
	cursor: pointer;
}

.trigger-button.donate {
	position: relative;
	margin-right: 1px;
	z-index: 10;
}

.trigger-button.donate a {
	font-size: 15.996px;
	font-family: var(--knd-font-family-base);
	text-transform: uppercase;
	line-height: 1.33;
	letter-spacing: .03em;
	font-weight: 400;
	display: inline-block;
	color: var(--knd-color-white);
	background: var(--knd-color-main);
	border: 1px solid var(--knd-color-main);
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
	text-align: center;
	padding: 6px 16px;
	border-radius: var(--knd-button-border-radius);
	margin: 17px 0 0 17px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.trigger-button.donate a {
		font-size: calc( 15.996px + 1.333 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.trigger-button.donate a {
		font-size: calc( 17.329px + 1.333 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.trigger-button.donate a {
		font-size: 18.662px;
	}
}

@media screen and (min-width: 480px) {
	.trigger-button.donate a {
		padding: 12px 35px;
	}
}

.trigger-button.donate a:visited {
	color: var(--knd-color-white);
}

.trigger-button.donate a:hover, .trigger-button.donate a:focus, .trigger-button.donate a:active {
	background: var(--knd-color-main-active);
	color: var(--knd-color-white);
	border-color: var(--knd-color-main-active);
}

@media screen and (min-width: 800px) {
	.trigger-button.donate a {
		margin-top: 26px;
	}
}

.trigger-button.menu {
	text-align: center;
	cursor: pointer;
}

.trigger-button.menu #trigger_menu {
	display: block;
	width: 76px;
	height: 76px;
	padding: 27px;
	text-align: center;
	background: transparent;
}

.trigger-button.menu #trigger_menu .svg-icon {
	width: 32px;
	height: 22px;
}

.trigger-button.menu .svg-icon {
	width: 18px;
	height: 18px;
	fill: var(--knd-color-base);
	pointer-events: none;
}

.trigger-button.menu:hover .svg-icon {
	fill: var(--knd-color-main-active);
}

@media screen and (min-width: 800px) {
	.trigger-button.menu #trigger_menu {
		margin-top: 12px;
	}
}

/** Main menu **/
.nav-overlay {
	display: none;
	background: rgba(0, 0, 0, 0.4);
}

.menu-open .nav-overlay {
	display: block;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.searchform {
	width: 100%;
}

.searchform .action {
	display: none;
}

.searchform input {
	font-size: 16px;
	font-family: var(--knd-font-family-base);
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: normal;
	text-transform: none;
	padding: 18px 20px;
	color: var(--knd-color-base);
	background: transparent;
	border: none;
	width: 100%;
	border-bottom: 1px solid var(--knd-page-bg-color-dark);
}

.searchform input:focus {
	box-shadow: inset 0px 1px 2px rgba(50, 50, 50, 0.08);
	background: var(--knd-color-white);
	color: var(--knd-color-black);
	padding-bottom: 17px;
	border-bottom: 2px solid var(--knd-color-main);
}

.site-nav {
	display: block;
	z-index: 1020;
	position: fixed;
	top: 0;
	right: -290px;
	width: 290px;
	height: 100%;
	background: var(--knd-page-bg-color);
	overflow-y: auto;
	transition: right 0.3s, visibility 0s linear 300ms;
	visibility: hidden;
}

@media screen and (min-width: 800px) {
	.site-nav {
		right: -310px;
		width: 310px;
	}
}

.admin-bar .site-nav {
	top: var(--knd-adminbar-height);
	height: calc( 100% - var(--knd-adminbar-height));
}

.menu-open .site-nav {
	right: 0;
	visibility: visible;
	transition: right 0.3s, visibility 0s linear 0s;
}

.site-nav .search-holder .svg-icon {
	display: none;
}

.site-nav .knd-social-links {
	padding: 20px;
}

.site-nav .knd-social-links .svg-icon {
	fill: var(--knd-color-base);
}

.site-nav-title {
	border-bottom: 1px solid var(--knd-page-bg-color-dark);
	position: relative;
	height: 76px;
}

.site-nav-title .snt-cell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	max-width: 205px;
	padding-left: 20px;
}

.site-nav-title .logo-name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 1;
	max-width: 100%;
	height: calc( 100% - 24px);
}

.site-nav-title .logo-name img {
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.site-nav-title .logo-name > span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.site-nav-title .close {
	background: var(--knd-color-main);
	width: 76px;
	height: 76px;
	text-align: center;
	cursor: pointer;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 29px;
}

.site-nav-title .close .svg-icon {
	width: 18px;
	height: 18px;
	fill: var(--knd-color-white);
}

.site-nav-title .close:hover {
	background: var(--knd-color-main-active);
}

.site-nav-title .close:focus {
	outline-color: var(--knd-color-base);
}

.main-menu li {
	border-bottom: 1px solid var(--knd-page-bg-color-dark);
	position: relative;
}

.main-menu li > a {
	display: block;
	padding: 19px 20px;
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--knd-color-base);
}

@media (min-width: 440px) and (max-width: 768px) {
	.main-menu li > a {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.main-menu li > a {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.main-menu li > a {
		font-size: 14px;
	}
}

.main-menu li > a:hover, .main-menu li > a:focus, .main-menu li > a:active {
	background: var(--knd-color-main);
	color: var(--knd-color-white);
}

.main-menu li a {
	position: relative;
}

.main-menu .menu-item-has-children > a {
	padding-right: 59px;
}

.main-menu .menu-item-has-children .submenu-trigger {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	cursor: pointer;
	text-align: center;
	border: 0;
	background-color: transparent;
	width: 59px;
	height: 59px;
	padding: 22.5px;
}

.main-menu .menu-item-has-children .submenu-trigger .svg-icon {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
	vertical-align: middle;
}

.main-menu .menu-item-has-children .submenu-trigger:hover .svg-icon {
	fill: var(--knd-color-white);
}

.main-menu .menu-item-has-children:hover .submenu-trigger {
	color: #fff;
}

.main-menu > li .submenu-trigger:hover {
	background: var(--knd-color-main);
	border-left-color: var(--knd-color-main);
}

.main-menu > .menu-item-has-children > a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: var(--knd-page-bg-color-dark);
	z-index: -1;
}

.main-menu > .menu-item-has-children > .sub-menu .sub-menu > li > a {
	padding-left: 35px;
}

.main-menu > .menu-item-has-children > .sub-menu .sub-menu .sub-menu > li > a {
	padding-left: 50px;
}

.main-menu > .menu-item-has-children > .sub-menu .sub-menu .sub-menu .sub-menu > li > a {
	padding-left: 65px;
}

.main-menu ul.sub-menu {
	display: none;
	visibility: hidden;
	background-color: var(--knd-color-main);
	position: relative;
}

.main-menu ul.sub-menu li {
	border: none;
	position: relative;
}

.main-menu ul.sub-menu .submenu-trigger {
	border-left: 0;
}

.main-menu ul.sub-menu .submenu-trigger .svg-icon {
	width: 10px;
	height: 10px;
	fill: #fff;
}

.main-menu ul.sub-menu a {
	color: var(--knd-color-white);
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
}

.main-menu ul.sub-menu a:hover {
	opacity: .7;
}

.main-menu ul.sub-menu a:focus {
	outline: none !important;
	box-shadow: inset 0 0 0 2px #fff;
}

.main-menu ul.sub-menu a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
	opacity: .3;
}

.main-menu ul.sub-menu .menu-item-has-children > a:after {
	right: -59px;
}

.main-menu li.open > .submenu-trigger .svg-icon {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: var(--knd-color-white);
}

.main-menu li.open > ul.sub-menu {
	visibility: visible;
}

.main-menu > li.open > .submenu-trigger {
	background: var(--knd-color-main);
	border-left-color: var(--knd-color-main);
}

/** New Header Version */
.knd-header {
	background-color: var(--knd-header-background, #fff);
	box-shadow: 0px 1px 0px #E9E9E9;
	position: relative;
	z-index: 101;
}

@media (min-width: 1200px) {
	.knd-header .knd-container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.knd-header__inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: var(--knd-header-height);
	opacity: 1;
}

.knd-header-mobile-logo {
	max-height: 40px;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-family: var(--knd-font-family-logo);
	font-weight: var(--knd-font-weight-logo, 800);
	font-style: var(--knd-font-style-logo);
	color: var(--knd-color-logo, #183343);
	line-height: 1;
	-ms-flex-align: center;
	align-items: center;
}

.knd-header-mobile-logo img {
	max-height: 40px;
	display: block;
	width: auto;
	-ms-flex-item-align: center;
	align-self: center;
}

.knd-header__inner-mobile {
	min-height: 60px;
}

.knd-header__inner-mobile .knd-button, .knd-header__inner-mobile .knd-event__booking .em-booking-form-details .em-booking-submit, .knd-event__booking .em-booking-form-details .knd-header__inner-mobile .em-booking-submit, .knd-header__inner-mobile .knd-event__login [name="wp-submit"], .knd-event__login .knd-header__inner-mobile [name="wp-submit"] {
	margin-left: 20px;
}

@media (max-width: 379px) {
	.knd-header__inner-mobile .knd-button, .knd-header__inner-mobile .knd-event__booking .em-booking-form-details .em-booking-submit, .knd-event__booking .em-booking-form-details .knd-header__inner-mobile .em-booking-submit, .knd-header__inner-mobile .knd-event__login [name="wp-submit"], .knd-event__login .knd-header__inner-mobile [name="wp-submit"] {
		display: none;
	}
}

@media (max-width: 379px) {
	.knd-header__inner-mobile .knd-col-right {
		-ms-flex: initial;
		flex: initial;
	}
}

@media (min-width: 992px) {
	body:not(.is-customize-preview) .knd-header__inner-mobile {
		display: none;
	}
	body:not(.is-customize-preview) .knd-header__col.knd-col-left {
		-ms-flex: initial;
		flex: initial;
	}
}

@media (max-width: 991.98px) {
	body:not(.is-customize-preview) .knd-header__inner-desktop {
		display: none;
	}
}

@media (min-width: 768px) {
	body.is-customize-preview .knd-header__inner-mobile {
		display: none;
	}
	body.is-customize-preview .knd-header__col.knd-col-left {
		-webkit-box-flex: initial;
	}
}

@media (max-width: 767.98px) {
	body.is-customize-preview .knd-header__inner-desktop {
		display: none;
	}
}

.knd-header__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
}

.knd-header__col.knd-col-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.knd-header__col.knd-col-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.knd-header__col > *:not(:first-child) {
	margin-left: 20px;
}

.knd-header ~ .knd-main {
	padding-top: 0;
}

.knd-header-logo {
	display: block;
	margin-right: 20px;
}

.knd-header-logo__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.knd-header-logo .text {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.knd-header-logo .text:not(:first-child) {
	padding-left: 20px;
}

.knd-header-logo .logo {
	height: 66px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.knd-header-logo .logo img {
	height: auto;
	width: auto;
	max-height: 100%;
}

.knd-header-logo .logo-name {
	font-size: var(--knd-font-size-logo, 22px);
}

.knd-header-contacts {
	font-size: 14px;
	line-height: 150%;
	text-align: right;
	color: #585858;
}

.knd-header-address {
	display: block;
}

.knd-header-email,
.knd-header-phone {
	display: inline-block;
	margin-left: 20px;
}

.knd-header-email {
	color: var(--knd-color-main);
}

.knd-header-email:hover {
	color: var(--knd-color-main-active);
}

.knd-search-toggle {
	color: #585858;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: var(--knd-button-border-radius);
}

.knd-search-toggle:hover {
	color: var(--knd-color-main-active);
}

/** Header Nav */
.knd-header-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
}

.knd-col-right .knd-header-nav {
	margin-left: auto;
}

.knd-header-nav > .menu {
	height: 100%;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	line-height: 120%;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}

.knd-header-nav > .menu li {
	position: relative;
}

.knd-header-nav > .menu > li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}

.knd-header-nav > .menu > li:not(:last-child) {
	margin-right: 20px;
}

.knd-header-nav > .menu > li.menu-item-has-children > .dropdown-nav-toggle {
	padding-left: 0.15em;
	padding-right: 0.15em;
	padding-top: 0;
	padding-botom: 0;
	margin-bottom: -0.2em;
	background-color: inherit;
	display: inline-block;
	border: none;
	color: currentColor;
}

.knd-header-nav > .menu > li.menu-item-has-children > .dropdown-nav-toggle:focus {
	outline: 2px solid var(--knd-color-main) !important;
}

.knd-header-nav > .menu > li.menu-item-has-children > .dropdown-nav-toggle svg {
	display: block;
	width: 0.5em;
}

.knd-header-nav > .menu > li.menu-item-has-children > .sub-menu {
	top: 100%;
	left: -10px;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.knd-header-nav > .menu > li.menu-item-has-children:hover > .sub-menu, .knd-header-nav > .menu > li.menu-item-has-children.focus > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.knd-header-nav > .menu > li > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 8px 5px;
}

.knd-header-nav > .menu .sub-menu {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	background-color: var(--knd-header-background);
	padding: 10px 0;
	right: 9999rem;
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
}

.knd-header-nav > .menu .sub-menu .sub-menu {
	display: block;
	top: -10px;
	left: 100%;
	z-index: 1;
	opacity: 0;
}

.knd-header-nav > .knd-nav-menu {
	font-size: var(--knd-font-size-menu, 18px);
	--knd-font-submenu-size: .85em;
}

.knd-header-nav > .knd-nav-menu-flex {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: hidden;
	width: 100%;
}

.knd-header-nav a {
	color: var(--knd-color-menu, #4d606a);
}

.knd-header-nav a:hover {
	color: var(--knd-color-menu-hover, #dd1400);
}

.knd-header-nav .sub-menu {
	box-shadow: 0px 3px 7px rgba(95, 93, 93, 0.25);
}

.knd-header-nav .sub-menu .menu-item-has-children {
	display: -ms-flexbox;
	display: flex;
}

.knd-header-nav .sub-menu .menu-item-has-children > a {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.knd-header-nav .sub-menu .menu-item-has-children .dropdown-nav-toggle {
	background-color: inherit;
	border: 0;
	color: currentColor;
	width: 24px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.knd-header-nav .sub-menu .menu-item-has-children .dropdown-nav-toggle svg {
	display: block;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.knd-header-nav > .menu li.menu-item-has-children:hover > .sub-menu,
.knd-header-nav > .menu li.menu-item-has-children.focus > .sub-menu {
	opacity: 1;
}

.knd-header-nav > .menu li.menu-item-has-children > a:focus + .sub-menu {
	opacity: 1;
}

.knd-header-nav .menu li:hover > .sub-menu {
	opacity: 1;
}

.knd-header-nav .sub-menu {
	max-width: 300px;
	width: max-content;
}

.knd-header-nav .sub-menu > li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 200px;
	padding: 10px 20px;
	transition: color 0.25s;
	font-size: var(--knd-font-submenu-size);
	white-space: normal;
}

.knd-header-nav > .menu li.menu-item-has-children .sub-menu-left {
	left: auto;
	right: 100%;
}

.knd-header-nav > .menu > li.menu-item-has-children > .sub-menu-left {
	left: auto;
	right: -20px;
}

body:not(.dom-loaded) .knd-header-nav .sub-menu {
	display: none;
}

/*cs-scroll-sticky */
/* Header Search */
.knd-search {
	position: fixed;
	z-index: 110;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	display: none;
	outline: none;
}

.knd-search__inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.knd-search__inner .knd-container {
	width: 800px;
}

.knd-search-close {
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	top: 15px;
	right: 15px;
	cursor: pointer;
	border: 0;
	background: transparent;
}

.admin-bar .knd-search-close {
	top: 48px;
}

.knd-search-close:before, .knd-search-close:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.knd-search-close:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.knd-search__form {
	position: relative;
}

.knd-search__form .knd-search__input {
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 18px 30px;
	width: 100%;
	border: 2px solid var(--knd-color-main);
}

.site-nav .knd-search__form .knd-search__input {
	background-color: transparent;
}

.site-nav .knd-search__form .knd-search__input:focus {
	background: var(--knd-color-white);
	color: var(--knd-color-black);
	box-shadow: none;
}

.knd-search__form .knd-search__submit {
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 56px;
	text-align: center;
	border: 0;
	box-shadow: none;
	background-color: transparent;
	color: var(--knd-color-main);
}

.knd-search__form .knd-search__submit:focus {
	outline: none !important;
	box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px var(--knd-color-main);
}

/** Off Canvas */
.knd-offcanvas-button {
	text-align: center;
	padding: 20px 20px 0;
}

.knd-offcanvas-button:last-child {
	padding-bottom: 20px;
}

.knd-offcanvas-toggle {
	display: block;
	padding: 10px 5px;
	cursor: pointer;
	border: 0;
	background: transparent;
	border-radius: var(--knd-button-border-radius);
}

.knd-offcanvas-toggle > span {
	display: block;
	width: 30px;
	height: 3px;
	margin-top: 5px;
	background: var(--knd-color-main);
}

.knd-offcanvas-toggle > span:first-child {
	margin-top: 0;
}

.knd-offcanvas-toggle:hover > span {
	background: var(--knd-color-main-active);
	cursor: pointer;
}

.knd-header .knd-social-links li {
	width: 46px;
	height: 46px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.knd-header__inner .knd-social-links {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.knd-header__inner .knd-social-links li a {
	text-align: center;
	vertical-align: middle;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
	text-decoration: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.knd-header__inner .knd-social-links li a .svg-icon {
	width: 14px;
	height: 14px;
	fill: var(--knd-color-main);
}

.knd-header__inner .knd-social-links li a .image-icon {
	display: block;
	width: 14px;
	height: 14px;
	background-color: var(--knd-color-main);
}

.knd-header__inner .knd-social-links li a:hover {
	background-color: var(--knd-color-main);
}

.knd-header__inner .knd-social-links li a:hover .svg-icon {
	fill: #fff;
}

.knd-header__inner .knd-social-links li a:hover .image-icon {
	background-color: #fff;
	opacity: 1;
}

@media (max-width: 1199.98px) {
	.knd-header__inner .knd-social-links {
		display: none;
	}
}

/** == Footers (_footer.scss) == */
/** Bottom branding pannel with social links **/
.bottom-bar {
	padding: 0 0 26px;
}

.bottom-bar .knd-social-links li a {
	color: var(--knd-social-color, #000);
}

.bottom-bar .knd-social-links li a .image-icon-mask .image-icon {
	background-color: var(--knd-social-color, #000);
}

.bottom-bar .knd-social-links li a:hover {
	color: var(--knd-social-color-hover, #000);
}

.bottom-bar .knd-social-links li a:hover .image-icon-mask .image-icon {
	background-color: var(--knd-social-color-hover, #000);
}

.bottom-bar .knd-social-links li a .svg-icon {
	fill: currentColor;
}

.bottom-bar .logo-name {
	font-size: var(--knd-font-size-logo, 22px);
}

.bottom-bar .flex-cell {
	margin-bottom: 20px;
}

/** Footer **/
.knd-footer {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	padding: 52px 0px 30px 0px;
	background: var(--knd-footer-background, #f7f8f8);
	color: var(--knd-footer-color, #4d606a);
}

.knd-footer a {
	color: var(--knd-footer-link-color, #f43724);
}

.knd-footer a:hover, .knd-footer a:focus, .knd-footer a:active {
	color: var(--knd-footer-link-color-hover, #db3120);
}

.knd-footer .widget-area a:hover {
	text-decoration: underline;
}

.knd-footer p {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	margin-bottom: 13px;
}

.knd-footer p:last-child {
	margin-bottom: 0;
}

.knd-footer-logo {
	text-decoration: none;
	display: inline-block;
}

.knd-footer-logo:hover {
	text-decoration: none;
}

.knd-footer-logo__image {
	max-height: 66px;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.knd-footer-logo__image img {
	max-height: 66px;
	width: auto;
	display: block;
	-ms-flex-item-align: center;
	align-self: center;
}

.knd-footer-logo__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 575px) {
	.knd-footer-logo__inner {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width: 576px) {
	.knd-footer-logo__inner {
		-ms-flex-align: center;
		align-items: center;
	}
}

.knd-footer-logo__text {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media (max-width: 575px) {
	.knd-footer-logo__text:not(:first-child) {
		margin-top: 15px;
	}
}

@media (min-width: 576px) {
	.knd-footer-logo__text:not(:first-child) {
		margin-left: 15px;
	}
}

.knd-footer .copy a {
	white-space: nowrap;
	color: var(--knd-footer-color, #4d606a);
}

.knd-footer .copy a:hover {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.knd-footer .copy {
		text-align: center;
		max-width: initial;
	}
}

.knd-footer .widget-area {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -20px;
	margin-right: -20px;
}

.knd-footer .widget-bottom {
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 60%;
}

@media (max-width: 1199px) {
	.knd-footer .widget-bottom {
		max-width: 100%;
	}
}

.knd-footer .widget-bottom-about {
	-ms-flex-order: 1;
	order: 1;
}

@media (max-width: 767px) {
	.knd-footer .widget-bottom-about {
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

.knd-footer .widget-bottom-policy {
	-ms-flex-order: 4;
	order: 4;
}

@media (max-width: 1199px) {
	.knd-footer .widget-bottom-policy {
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.knd-footer .widget-bottom-policy {
		-ms-flex-order: 2;
		order: 2;
	}
}

.knd-footer .widget-bottom-menu {
	max-width: 190px;
	-ms-flex-order: 3;
	order: 3;
}

@media (max-width: 767px) {
	.knd-footer .widget-bottom-menu {
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	.knd-footer .widget-bottom-menu {
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

.knd-footer .widget-bottom-menu .menu li {
	font-size: 11px;
	line-height: 1.2;
	margin-bottom: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.knd-footer .widget-bottom-menu .menu a {
	text-transform: uppercase;
}

.knd-footer .hr {
	margin: 0;
	display: block;
	border-bottom: 1px solid currentColor;
	opacity: .2;
}

/** Footer credits block */
.footer-credits {
	padding-top: 26px;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-credits.flex-row {
	margin-left: -20px;
	margin-right: -20px;
}

.footer-credits > .flex-cell:first-child:last-child > .copy {
	text-align: center;
	max-width: initial;
}

.knd-brand {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 480px) {
	.knd-brand {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.knd-brand:after {
	content: " ";
	display: table;
	clear: both;
}

.knd-brand .knd-icon {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.knd-brand a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right;
	text-decoration: none;
	color: var(--knd-footer-color, #4d606a);
}

.knd-brand a:hover {
	text-decoration: none;
	color: var(--knd-footer-color, #4d606a);
}

.knd-brand .knd-banner {
	display: block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
}

.knd-brand .support {
	line-height: 1.2;
	padding-right: 20px;
	text-align: right;
}

/** == Social (_social.scss) == */
/** Common settings  **/
/** Social links **/
.knd-social-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (min-width: 800px) {
	.links-right .knd-social-links {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.knd-social-links li {
	text-align: center;
}

.knd-social-links li a {
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
	text-decoration: none;
	width: 46px;
	height: 46px;
	padding: 12px 0;
}

.knd-social-links li a span {
	display: none;
}

.knd-social-links li .svg-icon {
	display: block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.knd-social-links li .image-icon-mask {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	transition: opacity .3s;
}

.knd-social-links li .image-icon-mask .image-icon {
	display: block;
	width: 20px;
	height: 20px;
	transition: opacity .3s;
	background-color: var(--knd-color-base);
	-webkit-mask-image: var(--hms-social-icon);
	mask-image: var(--hms-social-icon);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.knd-social-links li a:hover .image-icon {
	opacity: .7;
}

/**  Sharing **/
.social-likes:after {
	content: " ";
	display: table;
	clear: both;
}

.social-likes__widget {
	cursor: pointer;
}

.social-likes__widget a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
	text-decoration: none;
	width: 44px;
	height: 44px;
	padding: 11px 0;
}

.social-likes__widget a {
	border-radius: 50rem;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	padding: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-likes__widget a:hover {
	background-color: #e6e6e6;
}

.social-likes__widget a .svg-icon {
	fill: #4d606a;
	width: 20px;
	height: 20px;
}

.social-likes__widget + .social-likes__widget {
	margin-top: 15px;
}

.social-likes__widget .sh-text {
	display: none;
}

.social-likes__widget .svg-icon {
	display: block;
	vertical-align: moddle;
	fill: #ffffff;
	vertical-align: middle;
	width: 22px;
	height: 22px;
}

.entry-content .wp-block-social-links {
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
}

.entry-content .wp-block-social-links > * {
	margin: 0;
}

/* Breadcrumbs */
.knd-breadcrumbs {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 18px;
}

.knd-container > .knd-breadcrumbs:first-child {
	margin-top: 32px;
}

@media (min-width: 1200px) {
	.knd-container > .knd-breadcrumbs:first-child {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.knd-breadcrumbs .knd-separator {
	display: inline-block;
	margin: 0 7px;
	width: 1px;
	height: 9px;
	background-color: #c1c1c1;
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.knd-breadcrumbs .separator {
	display: inline-block;
	color: #c1c1c1;
	margin: 0 6px;
}

.knd-breadcrumbs a {
	color: #989898;
	text-decoration: none;
}

.knd-breadcrumbs a:hover {
	color: var(--knd-color-base);
	text-decoration: none;
}

/* Pagination */
.knd-pagination, .em-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 40px;
	font-size: 22px;
}

.knd-pagination .nav-links, .em-pagination .nav-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.knd-pagination .nav-links, .em-pagination .nav-links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.knd-pagination .nav-links .page-numbers, .em-pagination .nav-links .page-numbers {
		-ms-flex-order: 2;
		order: 2;
	}
	.knd-pagination .nav-links .page-numbers.prev, .em-pagination .nav-links .page-numbers.prev, .knd-pagination .nav-links .page-numbers.next, .em-pagination .nav-links .page-numbers.next {
		width: calc( 50% - 6px);
		max-width: calc( 50% - 6px);
		-ms-flex: 0 0 calc( 50% - 6px);
		flex: 0 0 calc( 50% - 6px);
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 6px;
	}
}

.knd-pagination .nav-links .page-numbers, .em-pagination .nav-links .page-numbers {
	height: 40px;
	min-width: 40px;
	line-height: 40px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 50rem;
	background-color: #f7f8f8;
	color: #183343;
	border: 0;
	margin-left: 3px;
	margin-right: 3px;
}

.knd-pagination .nav-links .page-numbers:hover, .em-pagination .nav-links .page-numbers:hover {
	background-color: #e6e6e6;
}

.knd-pagination .nav-links .page-numbers.current, .em-pagination .nav-links .page-numbers.current {
	background-color: var(--knd-color-main);
	color: #fff;
}

/* To top */
.knd-to-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #e6e6e6;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	z-index: 101;
	left: -9999px;
	bottom: 40px;
	transition: opacity 0.25s;
}

.knd-to-top:not(.active) {
	opacity: 0;
}

.knd-to-top.active {
	left: auto;
	right: 40px;
}

.knd-to-top:hover {
	opacity: 0.7;
}

.knd-to-top .svg-icon {
	display: block;
	fill: #4d606a;
	width: 12px;
	height: 12px;
}

@media (min-width: 768px) {
	.knd-to-top {
		display: -ms-flexbox;
		display: flex;
	}
}

/**
 * Buttons
 */
.knd-button, .knd-event__booking .em-booking-form-details .em-booking-submit, .knd-event__login [name="wp-submit"] {
	font-family: var(--knd-font-family-base);
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	padding: 12px 20px;
	color: #fff;
	background: var(--knd-color-main);
	border: 2px solid var(--knd-color-main);
	border-radius: var(--knd-button-border-radius);
	text-transform: uppercase;
	line-height: 1;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
	white-space: nowrap;
}

.knd-button:hover, .knd-event__booking .em-booking-form-details .em-booking-submit:hover, .knd-event__login :hover[name="wp-submit"] {
	background: var(--knd-color-main-active);
	border-color: var(--knd-color-main-active);
}

.knd-button-outline {
	background-color: #fff;
	color: var(--knd-color-main);
}

.knd-button-outline:hover {
	background-color: #fff;
	color: var(--knd-color-main-active);
	border-color: 2px solid var(--knd-color-main-active);
}

.knd-button-xs {
	padding: 8px 10px;
	font-size: 12px;
}

.knd-button-sm {
	padding: 12px 16px;
	font-size: 14px;
}

.knd-button-lg {
	font-size: 18px;
	padding: 12px 20px;
}

.knd-button-xl {
	font-size: 31px;
	padding: 16px 30px;
}

/** == Posts listings (_builin.scss) == */
/** Commons **/
.thumbnail-link {
	display: block;
}

.sep {
	padding: 0 4px;
}

.fixed-top {
	position: fixed;
	top: 189px;
}

.fixed-bottom {
	position: absolute;
	bottom: 0;
}

/**  Cards Structure **/
/* Post */
.tpl-post, .tpl-related-post {
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
}

.tpl-post:hover .entry-preview:after, .tpl-related-post:hover .entry-preview:after {
	background: rgba(0, 0, 0, 0.1);
}

.tpl-post .thumbnail-link, .tpl-related-post .thumbnail-link {
	display: block;
	color: var(--knd-color-base);
	position: relative;
	height: 100%;
}

.tpl-post .entry-data, .tpl-related-post .entry-data {
	padding-top: 20px;
	position: relative;
}

.tpl-post .entry-preview, .tpl-related-post .entry-preview {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: var(--knd-image-border-radius);
}

.tpl-post .entry-preview img, .tpl-related-post .entry-preview img {
	position: relative;
	width: 100%;
	z-index: 2;
}

.tpl-post .entry-preview:after, .tpl-related-post .entry-preview:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 10;
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
}

.tpl-post .entry-preview img, .tpl-related-post .entry-preview img {
	margin-bottom: 0px;
}

.tpl-post .entry-meta, .tpl-related-post .entry-meta {
	font-size: 11px;
	font-family: var(--knd-font-family-base);
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--knd-color-headings);
}

.tpl-post .entry-meta a, .tpl-related-post .entry-meta a {
	color: inherit;
}

.tpl-post .entry-meta a:hover, .tpl-related-post .entry-meta a:hover {
	text-decoration: underline;
}

.tpl-post .entry-meta .date, .tpl-related-post .entry-meta .date {
	color: var(--knd-color-base);
}

.tpl-post .entry-meta .sep, .tpl-related-post .entry-meta .sep {
	padding-left: 10px;
	padding-right: 10px;
}

.tpl-post .entry-meta .sep:before, .tpl-related-post .entry-meta .sep:before {
	content: '•';
}

.tpl-post .entry-meta .category, .tpl-related-post .entry-meta .category {
	color: var(--knd-color-main);
	letter-spacing: 0.05em;
}

.tpl-post .entry-title, .tpl-related-post .entry-title {
	margin-bottom: 19.5px;
	padding-top: 0px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: var(--knd-color-headings);
	line-height: 1.25;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.tpl-post .entry-title, .tpl-related-post .entry-title {
		font-size: 0.9rem;
	}
}

.tpl-post .entry-summary, .tpl-related-post .entry-summary {
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.5;
	color: var(--knd-color-base);
}

@media (min-width: 440px) and (max-width: 768px) {
	.tpl-post .entry-summary, .tpl-related-post .entry-summary {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.tpl-post .entry-summary, .tpl-related-post .entry-summary {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.tpl-post .entry-summary, .tpl-related-post .entry-summary {
		font-size: 14px;
	}
}

/** Programms **/
.tpl-project {
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
}

.tpl-project:hover .entry-preview:after {
	background: rgba(0, 0, 0, 0.1);
}

.tpl-project a {
	display: block;
	position: relative;
	height: 100%;
}

.tpl-project .entry-preview {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: var(--knd-image-border-radius);
}

.tpl-project .entry-preview img {
	position: relative;
	width: 100%;
	z-index: 2;
}

.tpl-project .entry-preview:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 10;
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
}

.tpl-project .entry-preview img {
	margin-bottom: 0px;
}

.tpl-project .entry-title {
	font-size: 15.996px;
	font-family: var(--knd-font-family-headings);
	line-height: 1.25;
	letter-spacing: .01em;
	font-weight: 600;
	margin-bottom: 19.5px;
	padding: 24px 0px 0px 0px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

@media (min-width: 440px) and (max-width: 768px) {
	.tpl-project .entry-title {
		font-size: calc( 15.996px + 1.333 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.tpl-project .entry-title {
		font-size: calc( 17.329px + 1.333 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.tpl-project .entry-title {
		font-size: 18.662px;
	}
}

/** People **/
.tpl-person {
	margin-bottom: 40px;
	background: var(--knd-page-bg-color);
	transition: background 0.3s;
}

.tpl-person .entry-title {
	font-size: 15.996px;
	font-family: var(--knd-font-family-headings);
	line-height: 1.25;
	letter-spacing: .01em;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 12px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.tpl-person .entry-title {
		font-size: calc( 15.996px + 1.333 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.tpl-person .entry-title {
		font-size: calc( 17.329px + 1.333 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.tpl-person .entry-title {
		font-size: 18.662px;
	}
}

.tpl-person .entry-preview {
	width: 100%;
	position: relative;
	z-index: 1;
}

.tpl-person .entry-preview img {
	position: relative;
	width: 100%;
	z-index: 2;
}

.tpl-person .entry-preview:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 10;
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
}

.tpl-person .entry-meta {
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.5;
	line-height: 1.4;
	text-transform: none;
	color: var(--knd-page-text-color-light);
}

@media (min-width: 440px) and (max-width: 768px) {
	.tpl-person .entry-meta {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.tpl-person .entry-meta {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.tpl-person .entry-meta {
		font-size: 14px;
	}
}

.tpl-person .entry-meta a[href*="tel"] {
	color: var(--knd-color-base);
	cursor: default;
}

.tpl-person .entry-meta a[href*="tel"]:hover {
	color: var(--knd-color-base);
}

.tpl-person .entry-data {
	padding: 20px;
}

.people-cards-shortcode .tpl-person:hover {
	background: var(--knd-page-bg-color);
}

.people-cards-shortcode .tpl-person .entry-preview:after {
	display: none;
}

.people-cards-shortcode .tpl-person .entry-data {
	padding-bottom: 0;
}

/** Partners **/
.tpl-org {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (min-width: 480px) {
	.tpl-org {
		padding-bottom: 60%;
	}
}

.tpl-org .logo-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tpl-org .logo-link span {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	line-height: 130px;
}

.tpl-org img {
	max-width: 100%;
	max-height: 100%;
	vertical-aling: middle;
	width: auto;
	height: auto;
}

/* Search card */
.tpl-search {
	margin-bottom: 40px;
}

.tpl-search a {
	color: var(--knd-color-base);
}

.tpl-search .entry-link:hover {
	text-decoration: underline;
}

.tpl-search .entry-title {
	font-size: 1.2em;
	font-family: var(--knd-font-family-base);
	line-height: 1.44;
	font-weight: 600;
	padding-top: 0px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: var(--knd-color-base);
	margin-bottom: 0;
}

.tpl-search .entry-meta {
	font-size: .85em;
	margin-top: 2px;
	margin-bottom: 1em;
	opacity: .9;
}

.tpl-search .entry-summary {
	line-height: 1.55;
	font-weight: var(--knd-font-weight-base, 500);
	font-style: var(--knd-font-style-base);
	font-family: var(--knd-font-family-base);
	color: var(--knd-color-base);
}

/*  Archive layouts */
.archive-post-list {
	padding-bottom: 70px;
}

.archive-post-list.cards-holder {
	padding-top: 10px;
}

.archive-post-list.cards-holder.next-page {
	padding-top: 40px;
}

.listing-bg {
	background: var(--knd-color-light-grey);
}

.featured-post {
	margin-top: 70px;
	margin-bottom: -70px;
}

.featured-post .cards-loop {
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
}

.paging {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	padding: 13px 0 13px;
	text-align: center;
}

.paging .page-numbers {
	display: inline-block;
	color: var(--knd-color-base);
	padding: 0px 10px;
	transition: color 0.3s, background 0.3s;
}

.paging .page-numbers:hover, .paging .page-numbers:focus, .paging .page-numbers:active {
	color: var(--knd-page-bg-color);
	background: var(--knd-color-main);
}

.paging .page-numbers.current {
	color: var(--knd-page-bg-color);
	background: var(--knd-color-main);
}

.paging:empty {
	display: none;
}

/** == Single posts (_single.scss) == */
.entry-header-single {
	padding: 26.66667px 0 0 0;
}

.entry-header-single .flex-cell {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.entry-header-single .entry-title {
	font-size: 37.88801px;
	font-family: var(--knd-font-family-headings);
	line-height: 1;
	font-weight: bold;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: var(--knd-color-headings);
}

@media (min-width: 440px) and (max-width: 768px) {
	.entry-header-single .entry-title {
		font-size: calc( 37.88801px + 3.15733 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.entry-header-single .entry-title {
		font-size: calc( 41.04535px + 3.15733 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.entry-header-single .entry-title {
		font-size: 44.20268px;
	}
}

.entry-header-single .entry-meta {
	font-size: 11px;
	font-family: var(--knd-font-family-base);
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--knd-color-headings);
	margin-bottom: 19px;
}

.entry-header-single .entry-meta a {
	color: inherit;
}

.entry-header-single .entry-meta a:hover {
	text-decoration: underline;
}

.entry-header-single .entry-meta .date {
	color: var(--knd-color-base);
}

.entry-header-single .entry-meta .sep {
	padding-left: 10px;
	padding-right: 10px;
}

.entry-header-single .entry-meta .sep:before {
	content: '•';
}

.entry-header-single .entry-meta .category {
	color: var(--knd-color-main);
	letter-spacing: 0.05em;
}

.entry-header-single .mobile-sharing {
	margin-top: 20px;
}

@media screen and (min-width: 800px) {
	.entry-preview-single {
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

.entry-preview-single .flex-cell {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.introimg-figure {
	position: relative;
}

.introimg-figure .introimg {
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	position: relative;
}

.introimg-figure .tpl-pictured-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.introimg-figure .wp-caption-text {
	padding-top: 4px;
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.55;
}

@media (min-width: 440px) and (max-width: 768px) {
	.introimg-figure .wp-caption-text {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.introimg-figure .wp-caption-text {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.introimg-figure .wp-caption-text {
		font-size: 14px;
	}
}

.introimg-figure .wp-caption-text .svg-icon {
	fill: var(--knd-page-text-color-light);
	width: 15px;
	height: 19px;
	margin-right: 8px;
	vertical-align: bottom;
}

.entry-content-single .entry-lead {
	font-size: 21.32267px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 30.07519px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.entry-content-single .entry-lead {
		font-size: calc( 21.32267px + 1.77689 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.entry-content-single .entry-lead {
		font-size: calc( 23.09956px + 1.77689 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.entry-content-single .entry-lead {
		font-size: 24.87645px;
	}
}

@media (max-height: 1200px) {
	.single .entry-content {
		min-height: 20vh;
	}
}

.knd-signle-after-content {
	margin-top: 20px;
}

.single-sharing-col {
	position: relative;
	z-index: 0;
}

.regular-sharing {
	position: absolute;
	width: 45px;
	height: calc(100% - 20px);
	top: 0px;
	left: 0;
	z-index: 100;
}

.mobile-sharing .social-likes {
	padding: 8px 0;
}

.mobile-sharing .social-likes::after {
	clear: both;
	content: "";
	display: table;
}

.mobile-sharing .social-likes__widget {
	float: left;
	margin: 0;
}

.mobile-sharing .social-likes__widget:not(:last-child) {
	margin-right: 6px;
}

.single-post-terms {
	margin-top: 26px;
}

.single-post-terms a {
	color: var(--knd-color-main);
}

/** == Pages (_pages.scss) == **/
/** Parts **/
.page-header {
	text-align: center;
	padding: 40px 0;
}

.page-title {
	font-size: 36px;
	font-family: var(--knd-font-family-headings);
	line-height: 1.05;
	letter-spacing: .001em;
	text-transform: uppercase;
	color: var(--knd-color-headings);
}

@media (min-width: 768px) {
	.page-title {
		font-size: 46px;
	}
}

@media (min-width: 1200px) {
	.page-title {
		font-size: 56px;
	}
}

.page-intro {
	margin-top: 20px;
	font-size: 24px;
	font-family: var(--knd-font-family-headings);
	line-height: 1.11;
	letter-spacing: .03em;
	font-weight: 800;
	color: var(--knd-color-headings);
}

@media (min-width: 1024px) {
	.page-intro {
		font-size: 32px;
	}
}

.page-content {
	padding-bottom: 40px;
	min-height: 60vh;
}

.page-crumb {
	text-align: center;
	font-size: 16px;
	font-family: var(--knd-font-family-base);
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page-crumb a {
	color: var(--knd-color-main);
}

.page-crumb a:hover, .page-crumb a:focus, .page-crumb a:active {
	color: var(--knd-color-main-active);
}

.err-404-text {
	text-align: center;
	margin-bottom: 2em;
}

.err404-content {
	min-height: 70vh;
}

/* Archive pages */
.knd-archive-description {
	padding-bottom: 20px;
}

.knd-archive-description > * {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.knd-archive-description > *:not(:first-child) {
	margin-top: 1rem;
}

/** Donations **/
.leyka-campaign {
	margin-bottom: 40px;
}

.leyka-campaign .entry-header-single {
	text-align: center;
	margin: 0 auto 40px;
}

.leyka-campaign .campaign-card {
	margin-bottom: 40px;
}

.leyka-campaign div[id*="leyka-pf-"].card-2col {
	margin-bottom: 40px;
}

@media screen and (min-width: 1104px) {
	.leyka-campaign div[id*="leyka-pf-"].card-2col {
		margin-left: -96px;
		margin-right: -96px;
	}
}

.leyka-campaign .related-campaigns {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 40px;
}

.leyka-campaign .related-campaigns a {
	display: inline-block;
	margin: 0 10px;
	color: var(--knd-color-main-active);
}

.leyka-campaign .related-campaigns a:hover {
	text-decoration: underline;
}

.lk-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 61.7%;
}

.lk-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@supports (object-fit: cover) {
	.lk-thumbnail img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@supports not ((display: -ms-flexbox) or (display: flex)) {
	.lk-thumbnail img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
}

.leyka-scale-label .flex-cell {
	margin-bottom: 20px;
}

div[id*="leyka-pf-bottom"] .bottom-form__button button,
div[id*="leyka-pf-"] .inpage-card__action button {
	border-radius: 0;
	max-width: 170px;
}

.leyka-js .leyka-pf-bottom,
.leyka-pf__module {
	border-radius: 3px;
}

div[id*="leyka-pf-"] .inpage-card__thumb {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.lk-info p.closed {
	font-style: italic;
}

.single-leyka_campaign .donation_history {
	margin: 40px 0;
}

.single-leyka_campaign div[id*="leyka-pf-"].leyka-pf-need-help {
	margin-bottom: 26px;
}

.donation_history .all-link {
	border-bottom: 1px solid var(--knd-page-bg-color-dark);
	padding: 13px 0;
}

.donation_history .all-link a {
	color: var(--knd-color-main);
}

.ldl-item {
	border-bottom: 1px solid var(--knd-page-bg-color-dark);
	padding: 13px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.5;
}

@media (min-width: 440px) and (max-width: 768px) {
	.ldl-item {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.ldl-item {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.ldl-item {
		font-size: 14px;
	}
}

.ldl-item:first-of-type {
	border-top: 1px solid var(--knd-page-bg-color-dark);
}

.ldl-item .amount {
	color: var(--knd-color-base);
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 25%;
	min-width: 80px;
}

.ldl-item .meta {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 75%;
	padding-left: 6px;
}

.ldl-item .purpose {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 40%;
	padding-left: 6px;
	color: var(--knd-page-text-color-light);
}

.ldl-item .purpose a {
	color: var(--knd-color-main);
}

.ldl-item .purpose + .meta {
	width: 35%;
}

.post-type-archive-leyka_donation .heading {
	margin-bottom: 60px;
}

.post-type-archive-leyka_donation .heading a {
	color: var(--knd-color-main);
}

.post-type-archive-leyka_donation .heading a:hover {
	color: var(--knd-color-main-active);
}

.post-type-archive-leyka_donation .knd-pagination, .post-type-archive-leyka_donation .em-pagination,
.post-type-archive-leyka_donation .paging {
	margin-top: 40px;
}

.post-type-archive-leyka_donation .main-content {
	margin-bottom: 40px;
}

/**
 * Entry
 */
/**
 * Related
 */
.related-card-holder {
	margin-top: 40px;
}

.related-card-holder .related-title {
	font-size: 26px;
	font-family: var(--knd-font-family-headings);
	line-height: 1.2;
	font-weight: bold;
	color: var(--knd-color-headings);
}

.related-card-holder a {
	font-size: 15.996px;
	font-family: var(--knd-font-family-base);
	line-height: 1.33;
	font-weight: 400;
	color: var(--knd-color-main);
	margin-bottom: 16px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.related-card-holder a {
		font-size: calc( 15.996px + 1.333 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.related-card-holder a {
		font-size: calc( 17.329px + 1.333 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.related-card-holder a {
		font-size: 18.662px;
	}
}

.related-card-holder a:hover {
	color: var(--knd-color-main-active);
}

.related-cards-loop {
	margin-top: 20px;
}

.related-cards-loop a {
	display: block;
}

.tpl-related-post .entry-data {
	padding-top: 20px;
	position: relative;
}

.tpl-related-post .entry-meta {
	background: none;
	bottom: 13px;
	left: 26px;
	z-index: 100;
}

.tpl-related-post .entry-title {
	margin-top: 0;
}

@media (min-width: 1199px) {
	.tpl-related-post .entry-title {
		font-size: 1.3rem;
	}
}

.knd-entry-shares {
	margin-top: 26px;
}

.knd-entry-shares .social-likes {
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 575px) {
	.knd-entry-shares .social-likes {
		gap: 10px;
	}
}

.knd-entry-shares .social-likes__widget + .social-likes__widget {
	margin-top: 0;
}

/**
 * Comments
 */
.comments-area {
	margin-top: 50px;
}

.comments-area.show-avatars .avatar {
	border-radius: 50%;
	position: absolute;
	top: 3px;
}

.comments-area.show-avatars .fn {
	display: inline-block;
	padding-left: 85px;
}

.comments-area.show-avatars .comment-metadata {
	padding: 4px 0 9px 85px;
}

.comment-respond {
	margin-top: 50px;
}

#cancel-comment-reply-link {
	color: var(--knd-color-base);
	text-decoration: underline;
}

#cancel-comment-reply-link:hover {
	text-decoration: none;
}

.comment-content {
	word-wrap: break-word;
}

.comment-content > * {
	margin-top: 25px;
	margin-bottom: 25px;
}

.comment-content > *:first-child {
	margin-top: 0;
}

.comment-content > *:last-child {
	margin-bottom: 0;
}

.comment-content:before, .comment-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.comment-content:after {
	clear: both;
}

.comment-reply-link {
	font-family: var(--knd-font-family-base);
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	padding: 8px 10px;
	font-size: 12px;
	color: #fff;
	background: var(--knd-color-main);
	border: 2px solid var(--knd-color-main);
	border-radius: var(--knd-button-border-radius);
	text-transform: uppercase;
	line-height: 1;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
	white-space: nowrap;
}

.comment-reply-link:hover {
	background: var(--knd-color-main-active);
	border-color: var(--knd-color-main-active);
}

.comments-title,
.comment-reply-title {
	font-size: 26px;
	margin-bottom: 20px !important;
}

.comment-reply-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comment-reply-title small a {
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}

.comment-list {
	padding-left: 0;
	list-style: none;
}

.comment-list > li {
	margin-top: 25px;
	margin-bottom: 25px;
}

.comment-list .children {
	list-style: none;
	padding-left: 0;
}

.comment-list .children > li {
	margin-top: 25px;
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	.comment-list .depth-2,
	.comment-list .depth-3 {
		padding-left: 50px;
	}
}

.comment-meta .comment-author .fn {
	font-weight: normal;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	word-break: break-word;
}

.comment-meta .comment-author .fn a {
	color: var(--knd-color-main);
}

.comment-meta .comment-metadata {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	padding: 8px 0 9px 0;
}

.comment-meta .comment-metadata .edit-link {
	margin-left: 15px;
}

.comment-meta .comment-metadata a {
	color: var(--knd-color-base);
	text-decoration: underline;
}

.comment-meta .comment-metadata a:hover {
	text-decoration: none;
}

@media (min-width: 576px) {
	.comment-meta {
		margin-right: inherit;
	}
	.comment-meta .comment-author {
		max-width: inherit;
	}
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.comment-body {
	position: relative;
	margin-bottom: 50px;
}

.comment-body > * {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-body .reply {
	margin: 0;
}

.pingback .comment-body,
.trackback .comment-body {
	margin-top: 50px;
	margin-bottom: 50px;
}

.comment-author {
	padding-top: 3px;
}

.comment-author .url {
	color: currentColor;
}

.comment-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comment-form > * {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.comment-form a {
	color: var(--knd-color-main);
}

.comment-form a:hover {
	color: var(--knd-color-main-active);
}

.comment-form .required {
	color: #F00F00;
}

.comment-form .comment-form-url,
.comment-form .comment-form-comment {
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 575px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
	font-size: 16px;
	font-weight: normal;
}

.comment-form > p {
	margin-bottom: 20px;
}

.comment-form > p:first-of-type {
	margin-top: 0;
}

.comment-form > p:last-of-type {
	margin-bottom: 0;
}

.comment-form > p.comment-form-cookies-consent {
	display: -ms-flexbox;
	display: flex;
}

.comment-form > p.comment-form-cookies-consent [type="checkbox"] {
	margin: 5px 10px 0 0;
}

.comment-form > p label {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

@media (min-width: 575px) {
	.comment-form > p.comment-form-author {
		margin-right: 30px;
	}
	.comment-form > p.comment-notes, .comment-form > p.logged-in-as {
		display: block;
	}
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea {
	border-radius: 5px;
	border: 1px solid #8599A4;
	padding: 12px;
	font-weight: bold;
	font-family: inherit;
	width: 100%;
}

/** == Built-in WordPress widgets (_builin.scss) == */
/* General large styles */
.widget-full .widget-full-title {
	font-size: 28.42312px;
	font-family: var(--knd-font-family-headings);
	line-height: 1.11;
	letter-spacing: .03em;
	font-weight: 800;
	padding-bottom: 28px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.widget-full .widget-full-title {
		font-size: calc( 28.42312px + 2.36859 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.widget-full .widget-full-title {
		font-size: calc( 30.79171px + 2.36859 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.widget-full .widget-full-title {
		font-size: 33.1603px;
	}
}

@media screen and (min-width: 480px) {
	.widget-full .widget-full-title {
		font-size: 36px;
	}
}

.widget-full.widget_nav_menu, .widget-full.widget_search, .widget-full.widget_media_image, .widget-full.widget_media_audio, .widget-full.widget_media_video, .widget-full.widget_text {
	text-align: center;
	padding: 20px 0 40px;
	position: relative;
	width: calc(100% - 54px);
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 400px) {
	.widget-full.widget_nav_menu, .widget-full.widget_search, .widget-full.widget_media_image, .widget-full.widget_media_audio, .widget-full.widget_media_video, .widget-full.widget_text {
		width: calc(100% - 80px);
	}
}

@media screen and (min-width: 1104px) {
	.widget-full.widget_nav_menu, .widget-full.widget_search, .widget-full.widget_media_image, .widget-full.widget_media_audio, .widget-full.widget_media_video, .widget-full.widget_text {
		width: 92%;
	}
}

.widget-bottom .widget-title {
	font-size: 11px;
	margin-bottom: 2em;
	text-transform: uppercase;
	color: var(--knd-footer-heading-color);
	font-family: var(--knd-font-family-headings);
	font-weight: var(--knd-font-weight-headings);
	font-style: var(--knd-font-style-headings);
	line-height: 1.2;
}

.widget-full.widget_text {
	max-width: 1104px;
}

.widget-full.widget_text .textwidget {
	max-width: 720px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.widget-full.widget_text .textwidget a {
	color: var(--knd-color-main);
	border-bottom: 1px solid var(--knd-color-main);
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
}

.widget-full.widget_text .textwidget a:hover, .widget-full.widget_text .textwidget a:focus, .widget-full.widget_text .textwidget a:active {
	color: var(--knd-color-main-active);
	border-bottom-color: var(--knd-color-main-active);
}

.widget-full.widget_text .textwidget h2, .widget-full.widget_text .textwidget h3, .widget-full.widget_text .textwidget h4, .widget-full.widget_text .textwidget h5, .widget-full.widget_text .textwidget h6 {
	margin-top: 32px;
	margin-bottom: 26px;
}

> .widget-full.widget_text .textwidget h2:first-child, > .widget-full.widget_text .textwidget h3:first-child, > .widget-full.widget_text .textwidget h4:first-child, > .widget-full.widget_text .textwidget h5:first-child, > .widget-full.widget_text .textwidget h6:first-child {
	margin-top: 0;
}

> .widget-full.widget_text .textwidget h2:last-child, > .widget-full.widget_text .textwidget h3:last-child, > .widget-full.widget_text .textwidget h4:last-child, > .widget-full.widget_text .textwidget h5:last-child, > .widget-full.widget_text .textwidget h6:last-child {
	margin-bottom: 0;
}

.widget-full.widget_text .textwidget h2 strong, .widget-full.widget_text .textwidget h2 b, .widget-full.widget_text .textwidget h3 strong, .widget-full.widget_text .textwidget h3 b, .widget-full.widget_text .textwidget h4 strong, .widget-full.widget_text .textwidget h4 b, .widget-full.widget_text .textwidget h5 strong, .widget-full.widget_text .textwidget h5 b, .widget-full.widget_text .textwidget h6 strong, .widget-full.widget_text .textwidget h6 b {
	font-weight: normal;
}

.widget-full.widget_text .textwidget em {
	font-style: italic;
	line-height: 1.5;
}

.widget-full.widget_text .textwidget ins {
	text-decoration: none;
	display: inline-block;
	background: #E7F3FF;
	padding: 0 8px;
}

.widget-full.widget_text .textwidget h2 + h3, .widget-full.widget_text .textwidget h2 + h4, .widget-full.widget_text .textwidget h2 + h5, .widget-full.widget_text .textwidget h2 + h6,
.widget-full.widget_text .textwidget h3 + h4, .widget-full.widget_text .textwidget h3 + h5, .widget-full.widget_text .textwidget h3 + h6,
.widget-full.widget_text .textwidget h4 + h5, .widget-full.widget_text .textwidget h4 + h6,
.widget-full.widget_text .textwidget h5 + h6 {
	margin-top: 13px;
}

.widget-full.widget_text .textwidget p, .widget-full.widget_text .textwidget iframe, .widget-full.widget_text .textwidget blockquote {
	margin-bottom: 26px;
}

.widget-full.widget_text .textwidget p:last-child, .widget-full.widget_text .textwidget iframe:last-child, .widget-full.widget_text .textwidget blockquote:last-child {
	margin-bottom: 0;
}

.widget-full.widget_text .textwidget figure {
	margin: 26px 0;
}

.widget-full.widget_text .textwidget figure:last-child {
	margin-bottom: 0;
}

.widget-full.widget_text .textwidget figure:first-child {
	margin-top: 0;
}

.widget-full.widget_text .textwidget ul {
	margin-top: 26px;
	margin-bottom: 26px;
	list-style-type: '– ';
	padding-left: 1.5em;
}

.widget-full.widget_text .textwidget ul:first-child {
	margin-top: 0;
}

.widget-full.widget_text .textwidget ul li li {
	padding-left: 0;
	break-inside: avoid;
}

.widget-full.widget_text .textwidget ul li li:before {
	display: none;
}

.widget-full.widget_text .textwidget ul ul {
	list-style: circle;
}

.widget-full.widget_text .textwidget ul ul ul {
	list-style: square;
}

.widget-full.widget_text .textwidget ol {
	list-style: decimal;
	margin-top: 26px;
	margin-bottom: 26px;
	padding-left: 1.5em;
}

.widget-full.widget_text .textwidget ol:first-child {
	margin-top: 0;
}

.widget-full.widget_text .textwidget ol ol {
	list-style: lower-alpha;
}

.widget-full.widget_text .textwidget ol ol ol {
	list-style: lower-roman;
}

.widget-full.widget_text .textwidget ul ul,
.widget-full.widget_text .textwidget ul ol,
.widget-full.widget_text .textwidget ol ul,
.widget-full.widget_text .textwidget ol ol {
	margin-bottom: 0;
}

.widget-full.widget_text .textwidget ul ul:first-child,
.widget-full.widget_text .textwidget ul ol:first-child,
.widget-full.widget_text .textwidget ol ul:first-child,
.widget-full.widget_text .textwidget ol ol:first-child {
	margin-top: 13px;
}

.widget-full.widget_text .textwidget li {
	margin-bottom: 13px;
}

.widget-full.widget_text .textwidget li:last-child {
	margin-bottom: 0;
}

.widget-full.widget_text .textwidget ul + p,
.widget-full.widget_text .textwidget ol + p {
	margin-top: 26px;
}

.widget-full.widget_text .textwidget blockquote {
	font-style: italic;
	position: relative;
	padding-left: 34px;
	margin-top: 52px;
}

.widget-full.widget_text .textwidget blockquote:before {
	content: '“';
	display: inline-block;
	font-size: 70px;
	line-height: 1;
	position: absolute;
	left: -12px;
	top: -12px;
	color: var(--knd-color-main);
}

.widget-full.widget_text .textwidget blockquote:first-child {
	margin-top: 0;
}

.widget-full.widget_text .textwidget blockquote:last-child {
	margin-bottom: 0;
}

.widget-full.widget_text .textwidget pre {
	margin-bottom: 26px;
	font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, monospace;
	font-size: 0.8em;
	line-height: 1.75;
}

.widget-full.widget_text .textwidget pre:last-child {
	margin-bottom: 0;
}

.widget-full.widget_text .textwidget .wp-caption {
	max-width: 100%;
	margin-bottom: 26px;
}

.widget-full.widget_text .textwidget .wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media screen and (min-width: 480px) {
	.widget-full.widget_text .textwidget .wp-caption.alignleft {
		float: left;
		margin: 0 40px 10px 0;
		max-width: 50%;
	}
	.widget-full.widget_text .textwidget .wp-caption.alignright {
		float: right;
		margin: 0 0 10px 40px;
		max-width: 50%;
	}
}

.widget-full.widget_text .textwidget .wp-caption img {
	max-width: 100%;
	height: auto;
}

.widget-full.widget_text .textwidget .video-caption {
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.55;
	margin-top: -8px;
	margin-bottom: 26px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.widget-full.widget_text .textwidget .video-caption {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.widget-full.widget_text .textwidget .video-caption {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.widget-full.widget_text .textwidget .video-caption {
		font-size: 14px;
	}
}

.widget-full.widget_text .textwidget .video-caption .svg-icon {
	fill: var(--knd-page-text-color-light);
	width: 15px;
	height: 19px;
	margin-right: 8px;
	vertical-align: bottom;
}

.widget-full.widget_text .textwidget .wp-caption-text {
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	font-weight: 400;
	line-height: 1.55;
	margin-top: 0.5em;
}

@media (min-width: 440px) and (max-width: 768px) {
	.widget-full.widget_text .textwidget .wp-caption-text {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.widget-full.widget_text .textwidget .wp-caption-text {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.widget-full.widget_text .textwidget .wp-caption-text {
		font-size: 14px;
	}
}

.widget-full.widget_text .textwidget .wp-caption-text .svg-icon {
	fill: var(--knd-page-text-color-light);
	width: 15px;
	height: 19px;
	margin-right: 8px;
	vertical-align: bottom;
}

.widget-full.widget_text .textwidget p + video-caption {
	margin-top: 0;
}

.widget-full.widget_text .textwidget a[href].alignleft {
	display: block;
	margin-bottom: 26px;
}

@media screen and (min-width: 480px) {
	.widget-full.widget_text .textwidget a[href].alignleft {
		float: left;
		margin: 0 40px 10px 0;
		max-width: 50%;
	}
}

.widget-full.widget_text .textwidget a[href].alignleft img {
	max-width: 100%;
	height: auto;
}

.widget-full.widget_text .textwidget a[href].alignright {
	display: block;
	margin-bottom: 26px;
}

@media screen and (min-width: 480px) {
	.widget-full.widget_text .textwidget a[href].alignright {
		float: right;
		margin: 0 0 10px 40px;
		max-width: 50%;
	}
}

.widget-full.widget_text .textwidget a[href].alignright img {
	max-width: 100%;
	height: auto;
}

.widget-full.widget_text .textwidget img.alignleft,
.widget-full.widget_text .textwidget img[align="left"] {
	display: block;
	margin-bottom: 26px;
}

@media screen and (min-width: 480px) {
	.widget-full.widget_text .textwidget img.alignleft,
	.widget-full.widget_text .textwidget img[align="left"] {
		float: left;
		margin: 0 40px 10px 0;
		max-width: 50%;
		height: auto;
	}
}

.widget-full.widget_text .textwidget img.alignright,
.widget-full.widget_text .textwidget img[align="right"] {
	display: block;
	margin-bottom: 26px;
}

@media screen and (min-width: 480px) {
	.widget-full.widget_text .textwidget img.alignright,
	.widget-full.widget_text .textwidget img[align="right"] {
		float: right;
		margin: 0 0 10px 40px;
		max-width: 50%;
		height: auto;
	}
}

.widget-full.widget_text .textwidget pre, .widget-full.widget_text .textwidget code {
	line-height: 1.55;
	font-weight: var(--knd-font-weight-base, 500);
	font-style: var(--knd-font-style-base);
	font-family: var(--knd-font-family-base);
}

.widget-full.widget_text.widget_custom_html .textwidget {
	max-width: none;
}

.widget-full.widget_media_image {
	text-align: center;
}

.widget-full.widget_media_image .heading + img {
	max-width: 1104px;
	height: auto;
}

.widget-full.widget_media_video,
.widget-full.widget_media_audio {
	max-width: 720px;
}

.widget-full.widget_search {
	max-width: 720px;
	position: relative;
	z-index: 1;
}

.widget-full.widget_search .searchform {
	position: relative;
}

.widget-full.widget_search .icon-search {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 17px;
	left: 17px;
	fill: var(--knd-color-main);
	z-index: 5;
}

.widget-full.widget_search .search-field {
	position: relative;
	z-index: 10;
	background: transparent;
	border: 2px solid var(--knd-color-main);
	padding-left: 54px;
}

.widget-full.widget_search .search-field:-ms-input-placeholder {
	color: transparent;
}

.widget-full.widget_search .search-field::placeholder {
	color: transparent;
}

.widget-full.widget_search .search-field:focus, .widget-full.widget_search .search-field:active {
	border-color: var(--knd-color-main-active);
	background: var(--knd-color-white);
	padding-left: 24px;
}

.widget-full.widget_search .search-field:focus:-ms-input-placeholder, .widget-full.widget_search .search-field:active:-ms-input-placeholder {
	color: var(--knd-color-base);
}

.widget-full.widget_search .search-field:focus::placeholder, .widget-full.widget_search .search-field:active::placeholder {
	color: var(--knd-color-base);
}

@media screen and (min-width: 800px) {
	.widget-full.widget_search .search-field {
		padding-right: 90px;
	}
}

@media screen and (min-width: 800px) {
	.widget-full.widget_search .action {
		display: inline-block;
		position: absolute;
		right: 15px;
		font-size: 12px;
		font-family: var(--knd-font-family-base);
		line-height: 1.33;
		font-weight: 600;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: normal;
		top: 20px;
	}
}

@media screen and (min-width: 800px) and (min-width: 440px) and (max-width: 768px) {
	.widget-full.widget_search .action {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media screen and (min-width: 800px) and (min-width: 768px) and (max-width: 1024px) {
	.widget-full.widget_search .action {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media screen and (min-width: 800px) and (min-width: 1024px) {
	.widget-full.widget_search .action {
		font-size: 14px;
	}
}

.widget-full.widget_search .sr-num {
	font-size: .85em;
	text-align: left;
	margin-top: 8px;
}

.widget-full.widget_search.search-holder {
	padding-bottom: 0;
}

.widget-bottom.widget_search .searchform {
	position: relative;
}

.widget-bottom.widget_search .icon-search {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 14px;
	left: 10px;
	fill: var(--knd-color-base);
}

.widget-bottom.widget_search .search-field {
	border: 1px solid var(--knd-color-base);
	background: transparent;
	padding: 12px 12px 12px 44px;
}

.widget-bottom.widget_search .search-field:focus, .widget-bottom.widget_search .search-field:active {
	background: var(--knd-color-white);
}

.widget-bottom.widget_search .action {
	display: none;
}

.leyka_donations_list .widget-full-title {
	text-align: center;
}

.leyka_donations_list.widget-full {
	padding-top: 20px;
	padding-bottom: 40px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/** == Kandinsky-specific widgets (_builin.scss) == */
.button {
	font-size: 15.996px;
	font-family: var(--knd-font-family-base);
	text-transform: uppercase;
	line-height: 1.33;
	letter-spacing: .03em;
	font-weight: 400;
	display: inline-block;
	color: var(--knd-color-white);
	background: var(--knd-color-main);
	border: 1px solid var(--knd-color-main);
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
	text-align: center;
	padding: 6px 16px;
	border-radius: var(--knd-button-border-radius);
}

@media (min-width: 440px) and (max-width: 768px) {
	.button {
		font-size: calc( 15.996px + 1.333 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.button {
		font-size: calc( 17.329px + 1.333 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.button {
		font-size: 18.662px;
	}
}

@media screen and (min-width: 480px) {
	.button {
		padding: 12px 35px;
	}
}

.button:visited {
	color: var(--knd-color-white);
}

.button:hover, .button:focus, .button:active {
	background: var(--knd-color-main-active);
	color: var(--knd-color-white);
	border-color: var(--knd-color-main-active);
}

.tpl-pictured-bg {
	width: 100%;
	height: 100%;
	background-color: var(--knd-page-bg-color-dark);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.knd-homepage-sidebar {
	position: relative;
}

.knd-donations-widget {
	background: var(--knd-page-bg-color);
	padding-top: 28px;
	padding-bottom: 12px;
}

.knd-donations-widget .widget-full-title {
	text-align: center;
}

/** Deprecated, remove in version 3.0 */
.leyka-loop .tpl-post, .leyka-loop .tpl-related-post {
	border: 1px solid var(--knd-page-bg-color-dark);
	padding: 20px 21.6px 20px;
}

@media screen and (min-width: 480px) {
	.leyka-loop .tpl-post, .leyka-loop .tpl-related-post {
		padding: 43.2px 40px 20px;
	}
}

@media screen and (min-width: 800px) {
	.leyka-loop .tpl-post, .leyka-loop .tpl-related-post {
		padding: 20px 21.6px 20px;
	}
}

@media screen and (min-width: 1104px) {
	.leyka-loop .tpl-post, .leyka-loop .tpl-related-post {
		padding: 43.2px 40px 20px;
	}
}

.leyka-loop .tpl-post .help-purpose, .leyka-loop .tpl-related-post .help-purpose {
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: 400;
	color: var(--knd-color-main-active);
	padding-top: 20px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.leyka-loop .tpl-post .help-purpose, .leyka-loop .tpl-related-post .help-purpose {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.leyka-loop .tpl-post .help-purpose, .leyka-loop .tpl-related-post .help-purpose {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.leyka-loop .tpl-post .help-purpose, .leyka-loop .tpl-related-post .help-purpose {
		font-size: 14px;
	}
}

.leyka-loop .tpl-post .lk-title, .leyka-loop .tpl-related-post .lk-title {
	font-size: 21.32267px;
	font-family: var(--knd-font-family-headings);
	line-height: 1.2;
	letter-spacing: .03em;
	font-weight: 800;
	padding-top: 19.04762px;
	padding-bottom: 7px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.leyka-loop .tpl-post .lk-title, .leyka-loop .tpl-related-post .lk-title {
		font-size: calc( 21.32267px + 1.77689 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.leyka-loop .tpl-post .lk-title, .leyka-loop .tpl-related-post .lk-title {
		font-size: calc( 23.09956px + 1.77689 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.leyka-loop .tpl-post .lk-title, .leyka-loop .tpl-related-post .lk-title {
		font-size: 24.87645px;
	}
}

.leyka-loop .tpl-post p, .leyka-loop .tpl-related-post p {
	line-height: 1.55;
	font-weight: var(--knd-font-weight-base, 500);
	font-style: var(--knd-font-style-base);
	font-family: var(--knd-font-family-base);
	line-height: 1.33;
	padding-bottom: 40px;
}

.leyka-loop .tpl-post .leyka-scale-scale, .leyka-loop .tpl-related-post .leyka-scale-scale {
	width: 100%;
	height: 7px;
}

.leyka-loop .tpl-post .leyka-scale-scale .target, .leyka-loop .tpl-related-post .leyka-scale-scale .target {
	height: inherit;
	background: var(--knd-color-light-grey);
}

.leyka-loop .tpl-post .leyka-scale-scale .target .collected, .leyka-loop .tpl-related-post .leyka-scale-scale .target .collected {
	height: inherit;
	background: var(--knd-color-main);
}

.leyka-loop .tpl-post .leyka-scale-label, .leyka-loop .tpl-related-post .leyka-scale-label {
	font-size: 15.996px;
	font-family: var(--knd-font-family-base);
	line-height: 1.33;
	font-weight: 400;
	color: var(--knd-page-text-color-light);
}

@media (min-width: 440px) and (max-width: 768px) {
	.leyka-loop .tpl-post .leyka-scale-label, .leyka-loop .tpl-related-post .leyka-scale-label {
		font-size: calc( 15.996px + 1.333 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.leyka-loop .tpl-post .leyka-scale-label, .leyka-loop .tpl-related-post .leyka-scale-label {
		font-size: calc( 17.329px + 1.333 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.leyka-loop .tpl-post .leyka-scale-label, .leyka-loop .tpl-related-post .leyka-scale-label {
		font-size: 18.662px;
	}
}

.leyka-loop .tpl-post .leyka-scale-label .caption, .leyka-loop .tpl-related-post .leyka-scale-label .caption {
	font-size: 12px;
	font-family: var(--knd-font-family-base);
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: 400;
	padding-top: 10.52632px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.leyka-loop .tpl-post .leyka-scale-label .caption, .leyka-loop .tpl-related-post .leyka-scale-label .caption {
		font-size: calc( 12px + 1 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.leyka-loop .tpl-post .leyka-scale-label .caption, .leyka-loop .tpl-related-post .leyka-scale-label .caption {
		font-size: calc( 13px + 1 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.leyka-loop .tpl-post .leyka-scale-label .caption, .leyka-loop .tpl-related-post .leyka-scale-label .caption {
		font-size: 14px;
	}
}

.leyka-loop .tpl-post .leyka-scale-label .sum, .leyka-loop .tpl-related-post .leyka-scale-label .sum {
	color: var(--knd-color-main);
}

.leyka-loop .tpl-post .leyka-scale-label .knd-campaign-needed .sum, .leyka-loop .tpl-related-post .leyka-scale-label .knd-campaign-needed .sum {
	color: var(--knd-color-base);
}

.leyka-loop .tpl-post .leyka-scale-button-alone, .leyka-loop .tpl-related-post .leyka-scale-button-alone {
	text-align: right;
}

.leyka-loop .tpl-post .leyka-scale-button-alone a, .leyka-loop .tpl-related-post .leyka-scale-button-alone a {
	font-size: 15.996px;
	font-family: var(--knd-font-family-base);
	text-transform: uppercase;
	line-height: 1.33;
	letter-spacing: .03em;
	font-weight: 400;
	display: inline-block;
	color: var(--knd-color-white);
	background: var(--knd-color-main);
	border: 1px solid var(--knd-color-main);
	transition: color 0.3s, background 0.3s, border 0.3s, opacity 0.3s;
	text-align: center;
	padding: 6px 16px;
	border-radius: var(--knd-button-border-radius);
	font-family: var(--knd-font-family-base);
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 28.57143px;
	padding: 10px 30px;
}

@media (min-width: 440px) and (max-width: 768px) {
	.leyka-loop .tpl-post .leyka-scale-button-alone a, .leyka-loop .tpl-related-post .leyka-scale-button-alone a {
		font-size: calc( 15.996px + 1.333 * ( ( 100vw - 440px) / 328 ));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.leyka-loop .tpl-post .leyka-scale-button-alone a, .leyka-loop .tpl-related-post .leyka-scale-button-alone a {
		font-size: calc( 17.329px + 1.333 * ( ( 100vw - 768px) / 256 ));
	}
}

@media (min-width: 1024px) {
	.leyka-loop .tpl-post .leyka-scale-button-alone a, .leyka-loop .tpl-related-post .leyka-scale-button-alone a {
		font-size: 18.662px;
	}
}

@media screen and (min-width: 480px) {
	.leyka-loop .tpl-post .leyka-scale-button-alone a, .leyka-loop .tpl-related-post .leyka-scale-button-alone a {
		padding: 12px 35px;
	}
}

.leyka-loop .tpl-post .leyka-scale-button-alone a:visited, .leyka-loop .tpl-related-post .leyka-scale-button-alone a:visited {
	color: var(--knd-color-white);
}

.leyka-loop .tpl-post .leyka-scale-button-alone a:hover, .leyka-loop .tpl-related-post .leyka-scale-button-alone a:hover, .leyka-loop .tpl-post .leyka-scale-button-alone a:focus, .leyka-loop .tpl-related-post .leyka-scale-button-alone a:focus, .leyka-loop .tpl-post .leyka-scale-button-alone a:active, .leyka-loop .tpl-related-post .leyka-scale-button-alone a:active {
	background: var(--knd-color-main-active);
	color: var(--knd-color-white);
	border-color: var(--knd-color-main-active);
}

@media screen and (min-width: 480px) {
	.leyka-loop .tpl-post .leyka-scale-button-alone a, .leyka-loop .tpl-related-post .leyka-scale-button-alone a {
		padding: 12px 33px;
	}
}

/** Events */
.knd-events__wrapper {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	min-height: 60vh;
}

.knd-events__title {
	font-size: 32px;
	margin-bottom: 30px;
}

.knd-events__header:first-child {
	padding-top: 32px;
}

@media (min-width: 1200px) {
	.knd-events__header {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.knd-events__toolbar {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.knd-events__toolbar .social-likes {
	display: -ms-flexbox;
	display: flex;
}

.knd-events__toolbar .social-likes .social-likes__widget + .social-likes__widget {
	margin-left: 20px;
	margin-top: 0;
}

.knd-events__toolbar .social-likes .social-likes__widget > a {
	border-radius: 50rem;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
}

.knd-events__toolbar .social-likes .social-likes__widget > a:hover {
	background-color: #e6e6e6;
}

.knd-events__toolbar .social-likes .social-likes__widget > a svg {
	fill: #4d606a;
}

.knd-events__layouts {
	display: -ms-flexbox;
	display: flex;
}

.knd-events__layouts > a {
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
}

.knd-events__layouts > a + a {
	margin-left: 8px;
}

.knd-events__layouts > a svg {
	width: 16px;
	height: 16px;
	fill: #dadada;
}

.knd-events__layouts > a.active svg {
	fill: var(--knd-color-main);
}

@media (max-width: 767px) {
	.knd-events__layouts {
		display: none;
	}
}

.knd-events__main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	transition: opacity .5s;
}

.knd-events__animate {
	opacity: 0;
}

.knd-event__sticky {
	background-color: var(--knd-color-main);
	border-radius: var(--knd-button-border-radius);
	overflow: hidden;
	position: relative;
}

.knd-event__sticky + .knd-event__sticky {
	margin-top: 30px;
}

.knd-event__sticky-inner {
	padding: 60px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.knd-event__sticky-image + .knd-event__sticky-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (max-width: 767px) {
	.knd-event__sticky-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.knd-event__sticky-content {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__sticky-content h2 {
	font-size: 37px;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 767px) {
	.knd-event__sticky-content h2 {
		font-size: 24px;
	}
}

.knd-event__sticky-content a {
	color: #fff;
	text-decoration: none;
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0px 2px;
	background-position: 0 95%;
	transition: 0.25s;
}

.knd-event__sticky-content a:hover {
	background-size: 100% 2px;
}

.knd-event__sticky-dates {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 60px;
	margin-right: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 15px 5px;
	line-height: 1.2;
	margin-top: 7px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.knd-event__sticky-date {
	font-weight: bold;
	font-size: 22px;
	color: var(--knd-color-main);
}

.knd-event__sticky-month {
	font-size: 16px;
	text-transform: lowercase;
	color: #4d606a;
}

.knd-event__sticky-icon {
	width: 0.8em;
	height: 0.8em;
	border-radius: 50%;
	border: 0.07em solid #fff;
	background-color: var(--knd-color-main);
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -0.1em;
}

.knd-event__sticky-icon svg {
	display: block;
	fill: currentColor;
	width: 65%;
	height: 40%;
}

.knd-event__sticky .wp-post-image {
	width: 100%;
}

.knd-event__col {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.knd-events__grid .knd-event__col {
		max-width: 50%;
		width: 50%;
	}
}

.knd-event__item {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 15px;
	height: 100%;
	background-color: #f7f8f8;
	border: 1px solid #f7f8f8;
	transition: all .3s;
}

.knd-event__item:hover {
	border: 1px solid #e2e6e7;
}

.knd-events__grid .knd-event__item {
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 575px) {
	.knd-event__item {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.knd-event__image {
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 220px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='170' height='169' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:luminosity' clip-path='url(%23a)'%3E%3Ccircle cx='69.75' cy='69.5' r='99.5' fill='url(//tsargrad.de/wp-content/themes/kandinsky/assets/css/%23b)'/%3E%3Cpath stroke='%23fff' stroke-width='9.328' d='M-11.62 138.092 115.864-20.485M-11.132 137.62l178.206-94.011'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='169.249' y1='168.999' x2='18.01' y2='133.179' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23f7f8f8'/%3E%3Cstop offset='.979' stop-color='%23f7f8f8'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(-29.75 -30)' d='M0 0h199v198.999H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 75% auto;
}

.knd-events__grid .knd-event__image {
	width: 100%;
	background-size: auto 85%;
}

.knd-events__grid .knd-event__image:after {
	content: '';
	display: block;
	padding-top: 40%;
}

@media (max-width: 575px) {
	.knd-event__image {
		width: 100%;
		background-size: auto 85%;
	}
	.knd-event__image:after {
		content: '';
		display: block;
		padding-top: 40%;
	}
}

@media (max-width: 767px) {
	.knd-event__item:not(.has-post-thumbnail) .knd-event__image {
		display: none;
	}
}

.knd-event__image-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: none !important;
}

.knd-event__image-inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.knd-event__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 20px 30px;
	min-height: 170px;
}

.knd-event__content-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.knd-event__content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.knd-event__dates {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 60px;
	margin-right: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 15px 5px;
	line-height: 1.2;
	transition: all .3s;
}

.knd-event__item:hover .knd-event__dates {
	background-color: #e2e6e7;
}

.knd-event__date {
	font-weight: bold;
	font-size: 22px;
	color: var(--knd-color-main);
}

.knd-event__month {
	font-size: 16px;
	text-transform: lowercase;
	color: #4d606a;
}

.knd-event__details h5 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.knd-event__details h5 a {
	color: #183343;
	border-bottom: none;
	text-decoration: none;
}

.knd-event__details h5 a:hover {
	color: var(--knd-color-main);
}

.knd-event__details-item {
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	color: #4d606a;
	margin-bottom: 10px;
	line-height: 1.3;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__details-icon {
	width: 16px;
	height: 20px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 8px;
}

.knd-event__details-icon svg {
	height: 16px;
	width: 16px;
}

.knd-event__details-remained {
	color: #f43724;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 12px;
}

.knd-event__details-remained svg {
	height: 15px;
	width: 12px;
	fill: currentColor;
}

.knd-event__details-dates svg {
	height: 16px;
	width: 15px;
	fill: #8599a4;
}

.knd-event__details-location svg {
	height: 15px;
	width: 13px;
	fill: #8599a4;
}

.knd-event__details-location-type:not(:last-child):after {
	content: '-';
	margin-left: 8px;
}

.knd-event__details-location > a {
	color: var(--knd-color-main);
	margin-left: 8px;
}

.knd-event__footer {
	border-top: 1px solid #e6e6e6;
	padding-top: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.knd-events__grid .knd-event__footer {
	margin: 0 -20px -8px -20px;
	padding-left: 20px;
	padding-right: 20px;
}

.knd-event__footer-link > a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--knd-color-main);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__footer-link > a svg {
	display: block;
	fill: #fff;
	width: 16px;
	height: 10px;
}

.knd-event__speakers {
	display: -ms-flexbox;
	display: flex;
}

.knd-event__speakers-group {
	margin-left: 5px;
	display: -ms-flexbox;
	display: flex;
}

.knd-event__speakers-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__speakers-icon svg {
	width: 9px;
	height: 17px;
	fill: #8599a4;
}

.knd-event__speaker-item {
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	color: #4d606a !important;
	-ms-flex-align: center;
	align-items: center;
	transition: all 1s;
	text-decoration: none !important;
	border-bottom: none !important;
}

.knd-event__speaker-item:not(:first-child) {
	margin-left: -28px;
}

@media (min-width: 768px) {
	.knd-event__speaker-item:hover + .knd-event__speaker-item {
		transition: all .3s;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.knd-event__speaker-item:not(:first-child) {
		margin-left: -20px;
	}
	.knd-event__speaker-item:not(:first-child:last-child) .knd-event__speaker-name {
		display: none;
	}
}

.knd-event__speaker-image {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #f6f8f8;
	margin-right: 10px;
}

.knd-event__speaker-name {
	max-width: 0;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	transition: all 1s;
}

.knd-event__speaker-item:hover .knd-event__speaker-name {
	max-width: 200px;
	transition: all 1s;
}

.knd-event__speaker-item:first-child:last-child .knd-event__speaker-name {
	max-width: none;
}

.knd-event__speaker-name span {
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	max-width: calc( 100vw - 255px);
}

.knd-event__booking {
	border-radius: 20px;
	background-color: #f5fafe;
	padding: 50px;
}

.knd-event__booking-header {
	text-align: center;
	margin-bottom: 20px;
}

.knd-event__booking-header h5 {
	margin-bottom: 10px;
}

.knd-event__booking-header p {
	font-size: var(--knd-font-size-base);
}

.knd-event__booking .em.em-event-booking-form .em-booking-section {
	margin-left: 0;
	margin-right: 0;
}

.knd-event__booking .em.em-event-booking-form .em-tickets {
	margin: 0;
	width: 100%;
}

.knd-event__booking .em-booking {
	max-width: 530px;
	margin: 0 auto;
}

.knd-event__booking .em-booking-form-details {
	padding: 0;
	width: 100%;
}

.knd-event__booking .em-booking-form-details p {
	margin-bottom: 20px;
}

.knd-event__booking .em-booking-form-details p label {
	font-size: var(--knd-font-size-base);
}

.knd-event__booking .em-booking-form-details p label[for] {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.knd-event__booking .em-booking-form-details input.input,
.knd-event__booking .em-booking-form-details textarea,
.knd-event__booking .em-booking-form-details select {
	border-radius: 5px;
	border: 1px solid #8599A4;
	padding: 12px;
	font-weight: bold;
	font-family: inherit;
}

.knd-event__booking .em-booking-form-details input.input:focus,
.knd-event__booking .em-booking-form-details textarea:focus,
.knd-event__booking .em-booking-form-details select:focus {
	border-color: #183343;
}

.knd-event__booking .em-booking-form-details input.input,
.knd-event__booking .em-booking-form-details textarea {
	width: 100%;
}

.knd-event__booking .em.pixelbones.input .em-booking-buttons .em-booking-submit {
	font-family: var(--knd-font-family-base);
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	padding: 12px 20px;
	color: #fff;
	background: var(--knd-color-main);
	border: 2px solid var(--knd-color-main);
	border-radius: var(--knd-button-border-radius);
	text-transform: uppercase;
	line-height: 1;
	transition: color 0.3s, background 0.3s, border-color 0.3s, opacity 0.3s;
	white-space: nowrap;
}

.knd-event__login {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: var(--knd-font-size-base);
}

.knd-event__login-toggle {
	text-align: center;
}

.knd-event__login-toggle a {
	color: var(--knd-color-main);
}

.knd-event__login-form {
	display: none;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.knd-event__login-form .input {
	display: block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #8599A4;
	padding: 12px;
	font-weight: bold;
}

.knd-event__login-form .input:focus {
	border-color: #183343;
}

.knd-event__login-form label[for] {
	display: block;
	margin-bottom: 8px;
}

.knd-event__login-form [name="loginform"] > p:not(:last-child) {
	margin-bottom: 20px;
}

.knd-event__login + .clear {
	display: none;
}

.knd-event__related {
	border-top: 1px solid #E6E6E6;
	padding-top: 60px;
	margin-bottom: 40px;
}

.knd-event__related-heading {
	text-align: center;
	margin-bottom: 30px;
}

.knd-event__booking + .knd-event__related {
	margin-top: 60px;
}

.knd-event__schedule-title {
	margin-bottom: 35px;
}

.knd-event__schedule-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
}

.knd-event__schedule-item + .knd-event__schedule-item {
	border-top: 1px solid #e6e6e6;
}

@media (max-width: 575px) {
	.knd-event__schedule-item {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.knd-event__schedule-hours {
	color: #f43724;
	font-weight: bold;
	background-color: #f7f8f8;
	white-space: nowrap;
	padding: 10px;
	margin-right: 30px;
	line-height: 1.4;
}

@media (max-width: 575px) {
	.knd-event__schedule-hours {
		margin-bottom: 5px;
	}
}

.knd-event__schedule-text {
	min-height: 42px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.knd-event__question-header {
	margin-top: 65px;
}

.knd-entry-event .container {
	max-width: 960px;
}

.knd-entry-event__header {
	margin-top: 30px;
}

.knd-entry-event__header .entry-title {
	margin-bottom: 25px;
}

.knd-entry-event__image {
	border-radius: var(--knd-button-border-radius);
	overflow: hidden;
}

.knd-entry-event__image .wp-post-image {
	width: 100%;
}

.knd-entry-event__info {
	margin-top: 20px;
	padding: 20px 25px;
	background-color: #f7f8f8;
	border-radius: var(--knd-button-border-radius);
}

.knd-entry-event__info .knd-event__content-inner {
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.knd-entry-event__info .knd-event__content-inner {
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.knd-entry-event__info .knd-event__details-item {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0;
}

.knd-entry-event__info .knd-event__details-item + .knd-event__details-item {
	border-top: 1px solid #e6e6e6;
}

.knd-entry-event__info .knd-event__dates {
	padding: 15px 5px;
	-ms-flex-pack: center;
	justify-content: center;
}

.knd-entry-event__info .knd-event__details {
	-ms-flex: 1;
	flex: 1;
}

.knd-entry-event__info .knd-event__cta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
	.knd-entry-event__info .knd-event__cta {
		width: 100%;
		border-left: 0;
		border-top: 1px solid #e6e6e6;
		padding-top: 10px;
		padding-left: 0;
		margin-left: 85px;
	}
}

.knd-entry-event__sharing .social-likes__widget a {
	border-radius: 50rem;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	width: 40px;
	height: 40px;
	padding: 7px 0;
}

.knd-entry-event__sharing .social-likes__widget a:hover {
	background-color: #e6e6e6;
}

.knd-entry-event__sharing .social-likes__widget a .svg-icon {
	fill: #4d606a;
	width: 18px;
	height: 18px;
}

.knd-entry-event__sharing .social-likes__widget + .social-likes__widget {
	margin-top: 15px;
}

.knd-entry-event__main {
	margin-top: 30px;
}

.knd-entry-event__content > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.knd-entry-event__speakers {
	clear: both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-bottom: 25px;
	margin-left: -20px;
	margin-right: -20px;
}

.knd-entry-event__speaker-col {
	padding: 0 20px 30px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	.knd-entry-event__speaker-col {
		width: 33.33333333%;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.knd-entry-event__speaker-col {
		width: 50%;
	}
}

.knd-entry-event__speaker-image {
	border-radius: var(--knd-button-border-radius);
	overflow: hidden;
	display: block;
	border-bottom: 0 !important;
	transition: filter 0.3s;
}

.knd-entry-event__speaker-image:hover {
	filter: grayscale(60%);
}

.knd-entry-event__speaker-name {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 8px;
}

.knd-entry-event__speaker-desc {
	font-size: 14px;
	font-weight: 600;
}

.em-calendar {
	border-collapse: collapse;
	width: 100%;
}

.em-calendar-wrapper .em-calendar td {
	padding: 6px 12px;
}

.em-calendar-wrapper .em-calnav {
	border-bottom: none;
}

.em-calendar-wrapper .em-calendar td {
	padding: 6px 12px;
}

.css-events-list table.events-table,
.css-events-list #dbem-bookings-table,
.css-my-bookings table.events-table,
.css-my-bookings #dbem-bookings-table {
	width: 100%;
	border-collapse: collapse;
}

.css-events-list table.events-table th,
.css-events-list table.events-table td,
.css-events-list #dbem-bookings-table th,
.css-events-list #dbem-bookings-table td,
.css-my-bookings table.events-table th,
.css-my-bookings table.events-table td,
.css-my-bookings #dbem-bookings-table th,
.css-my-bookings #dbem-bookings-table td {
	border: 1px solid;
	padding: 8px 15px;
	vertical-align: middle;
}

.em-booking > p {
	text-align: center;
}

.em-booking > p a {
	color: var(--knd-color-main);
}

.em-booking-form:before, .em-booking-form:after {
	content: '';
	display: table;
	clear: both;
}

.knd-event__booking .em-booking-login {
	border-left: 0;
	margin: 50px auto 0;
	padding: 0;
	max-width: 400px;
}

.knd-event__booking {
	margin-bottom: 60px;
}

.knd-event__booking .em-login-trigger {
	display: none;
}