.kb-subpage .promo-primary {
	height: clamp(430px, 39.583vw, 760px);
	min-height: 0;
}

.kb-subpage .promo-primary .img--bg {
	object-position: center center;
}

.kb-subpage .promo-primary__title {
	max-width: 920px;
}

.kb-breadcrumb {
	padding: 18px 0;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.kb-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #777;
}

.kb-breadcrumb__list li:not(:last-child)::after {
	content: "/";
	margin-left: 8px;
	color: #c7c7c7;
}

.kb-breadcrumb__list a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

.kb-breadcrumb__list a:hover {
	color: #f4b800;
}

.kb-breadcrumb__list span {
	color: #777;
}

.kb-hero-title,
.kb-hero-title span {
	font-weight: 700;
	white-space: nowrap;
}

.kb-top-claim {
	gap: 28px;
}

.kb-top-claim .lower-menu__item:not(:last-of-type) {
	margin-right: 0;
}

.kb-top-claim .lower-menu__link {
	cursor: default;
	letter-spacing: 0;
	pointer-events: none;
	text-transform: none;
}

.promo--front-4 .promo-cta {
	background: #000;
}

.promo--front-4 .promo-cta > .img--bg {
	display: none;
}

.kb-page-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kb-card {
	height: 100%;
	padding: 30px;
}

.kb-card-logo {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 30px 0 0;
}

.kb-values-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	padding: 20px 0;
}

.kb-values-logo img {
	display: block;
	width: min(100%, 360px);
	max-height: 340px;
	object-fit: contain;
}

.kb-inline-link {
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #fdd340;
}

.kb-inline-link:hover {
	color: #fdd340;
	text-decoration: none;
}

a.campaign-item__img {
	display: block;
}

.kb-litter-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.kb-litter-gallery__item {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f7f3ed;
}

.kb-litter-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.kb-litter-gallery__item:hover img {
	transform: scale(1.06);
}

.kb-litter-gallery__count {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fdd340;
	color: #333;
	font-family: "Quicksand", sans-serif;
	text-align: center;
	text-decoration: none;
}

.kb-litter-gallery__count:hover {
	color: #333;
	text-decoration: none;
}

.kb-litter-gallery__count-number {
	display: block;
	font-size: 42px;
	line-height: 1;
	font-weight: 700;
}

.kb-litter-gallery__count-label {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-litter-gallery__hidden {
	display: none;
}

.kb-list {
	margin: 0;
	padding-left: 20px;
}

.kb-list li:not(:last-child) {
	margin-bottom: 10px;
}

.kb-dog {
	margin-bottom: 50px;
}

.kb-dog__img {
	position: relative;
	display: block;
	min-height: 420px;
	overflow: hidden;
}

.kb-dog-thumbs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.kb-dog-thumbs__item {
	position: relative;
	display: block;
	min-height: 118px;
	overflow: hidden;
}

.kb-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.kb-meta span {
	display: inline-block;
	padding: 7px 12px;
	background: #f7f3ed;
	border-radius: 4px;
}

.kb-contact-box {
	padding: 38px;
	background: #f7f3ed;
}

.kb-dog-hero__img {
	position: relative;
	min-height: 560px;
}

.kb-dog-detail {
	position: relative;
	padding: 36px;
	background: #f7f3ed;
}

.kb-result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.kb-result-block {
	height: 100%;
	padding: 28px;
	background: #fff;
}

.kb-result-block h3 {
	margin-top: 0;
}

.kb-result-block ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.kb-result-block li:not(:last-child) {
	margin-bottom: 8px;
}

.kb-dog-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.kb-dog-gallery__item {
	position: relative;
	min-height: 260px;
	display: block;
}

#psy .slider-holder {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}

#psy .slider-holder__wrapper {
	max-width: none;
}

#psy .donation-slider .slick-list {
	overflow: hidden;
}

#psy .donate-box {
	cursor: pointer;
}

.kb-faq .accordion--primary {
	margin-bottom: 18px;
}

.kb-faq .accordion__title-block {
	padding: 26px 82px 26px 32px;
}

.kb-faq .accordion__title {
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
}

.kb-faq .accordion__text-block {
	padding: 18px 32px 30px;
}

.kb-faq .accordion__text-block p {
	max-width: 920px;
	font-size: 17px;
	line-height: 1.75;
}

.blog,
.blog p,
.blog a,
.blog input,
.blog button,
.blog .categories-list,
.blog .latest-item {
	font-family: "Nunito Sans", sans-serif;
}

.blog .heading__pre-title,
.blog .heading__title,
.blog .blog-item__title,
.blog .blog__title,
.blog .latest-item__title,
.blog .blog-item__date span {
	font-family: "Quicksand", sans-serif;
	letter-spacing: 0;
}

.blog .blog-item__title {
	font-size: 30px;
	line-height: 1.25;
	font-weight: 700;
}

.blog .blog-item p {
	font-size: 16px;
	line-height: 1.75;
	color: #555;
}

.blog .blog__title {
	font-size: 26px;
	line-height: 1.25;
	font-weight: 700;
}

.blog .categories-list__item,
.blog .latest-item__date,
.blog .search-form__input {
	font-size: 15px;
	line-height: 1.55;
}

.kb-blog-status {
	margin: -8px 0 24px;
	color: #777;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.kb-read-more {
	display: inline-block;
	margin: 6px 0 24px;
	color: #333;
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .3s;
}

.kb-read-more::after {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	margin-top: 8px;
	background: #fdd340;
	transition: width .3s;
}

.kb-read-more:hover {
	color: #333;
	text-decoration: none;
}

.kb-read-more:hover::after {
	width: 100%;
}

.kb-blog-card-button {
	margin-top: 8px;
	margin-bottom: 24px;
}

.kb-blog-filters .categories-list__item {
	padding: 0;
}

.kb-blog-filters button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	color: inherit;
	font: inherit;
	font-weight: 700;
	text-align: left;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.kb-blog-filters .categories-list__item--active button,
.kb-blog-filters button:hover {
	color: #fdd340;
}

.kb-blog-link-filters a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: inherit;
}

.kb-blog-link-filters a:hover {
	color: #fdd340;
}

.kb-blog-all-link {
	width: 100%;
}

.kb-article__img {
	margin-bottom: 42px;
}

.kb-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: -18px 0 28px;
	color: #777;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-article__content {
	max-width: 900px;
}

.kb-article__content h3 {
	margin: 42px 0 18px;
	font-family: "Quicksand", sans-serif;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0;
	color: #333;
}

.kb-article__content h4 {
	margin: 26px 0 12px;
	font-family: "Quicksand", sans-serif;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
	color: #333;
}

.kb-article__content p {
	margin-bottom: 18px;
	font-size: 17px;
	line-height: 1.85;
	color: #555;
}

.kb-article__content ul,
.kb-article__content ol {
	margin: 0 0 24px;
	padding-left: 24px;
	color: #555;
	font-size: 17px;
	line-height: 1.85;
}

.kb-article__content li:not(:last-child) {
	margin-bottom: 6px;
}

.kb-related-links {
	margin-top: 42px;
	padding: 28px 30px;
	background: #f6f4ef;
	border-left: 4px solid #ffd23f;
}

.kb-related-links h3 {
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 24px;
}

.kb-related-links ul {
	margin-bottom: 0;
}

.kb-related-links a {
	font-weight: 700;
	color: #333;
	text-decoration: underline;
	text-decoration-color: #ffd23f;
	text-underline-offset: 4px;
}

.kb-related-links a:hover {
	color: #f4b800;
}

.kb-form-status {
	display: none;
	margin-top: 18px;
	padding: 16px 18px;
	border-left: 4px solid #ffd23f;
	background: #f6f4ef;
	color: #333;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

.kb-form-status--loading,
.kb-form-status--success,
.kb-form-status--error {
	display: block;
}

.kb-form-status--success {
	border-left-color: #43a047;
	background: #eef8f0;
}

.kb-form-status--error {
	border-left-color: #d43c3c;
	background: #fff1f1;
}

.kb-article .button {
	margin-top: 24px;
}

@media only screen and (max-width: 767px) {
	.kb-subpage .promo-primary {
		height: 430px;
	}

	.kb-dog__img {
		min-height: 320px;
		margin-bottom: 25px;
	}

	.kb-dog-thumbs {
		margin-top: -15px;
		margin-bottom: 25px;
	}

	.kb-dog-thumbs__item {
		min-height: 96px;
	}

	.kb-page-nav {
		gap: 12px;
	}

	.kb-litter-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kb-dog-hero__img {
		min-height: 340px;
		margin-bottom: 25px;
	}

	.kb-dog-detail {
		padding: 26px;
	}

	.kb-result-grid,
	.kb-dog-gallery {
		grid-template-columns: 1fr;
	}

	.kb-faq .accordion__title-block {
		padding: 22px 58px 22px 22px;
	}

	.kb-faq .accordion__title {
		font-size: 18px;
	}

	.kb-faq .accordion__text-block {
		padding: 16px 22px 24px;
	}

	.kb-faq .accordion__text-block p {
		font-size: 16px;
	}

	.kb-hero-title,
	.kb-hero-title span {
		white-space: normal;
	}

	.blog .blog-item__title {
		font-size: 24px;
	}

	.blog .blog__title {
		font-size: 22px;
	}

	.kb-article__content h3 {
		font-size: 24px;
	}

	.kb-article__content h4 {
		font-size: 20px;
	}

	.kb-article__content p {
		font-size: 16px;
		line-height: 1.75;
	}

	.kb-article__content ul,
.kb-article__content ol {
	font-size: 16px;
	line-height: 1.75;
}

}

.kb-lang-flag {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 12px;
	margin-right: 6px;
	vertical-align: -1px;
	overflow: hidden;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .35), 0 0 0 1px rgba(0, 0, 0, .12) inset;
}

.kb-lang-flag--sk {
	background: linear-gradient(to bottom, #fff 0 33.333%, #0b4ea2 33.333% 66.666%, #ee1c25 66.666% 100%);
}

.kb-lang-flag--sk::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 3px;
	width: 4px;
	height: 5px;
	background: #ee1c25;
	border: 1px solid #fff;
	border-radius: 0 0 2px 2px;
}

.kb-lang-flag--en {
	background: #012169;
}

.kb-lang-flag--en::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(33deg, transparent 0 42%, #fff 42% 48%, #c8102e 48% 53%, #fff 53% 59%, transparent 59% 100%),
		linear-gradient(147deg, transparent 0 42%, #fff 42% 48%, #c8102e 48% 53%, #fff 53% 59%, transparent 59% 100%),
		linear-gradient(to right, transparent 0 40%, #fff 40% 60%, transparent 60% 100%),
		linear-gradient(to bottom, transparent 0 35%, #fff 35% 65%, transparent 65% 100%),
		linear-gradient(to right, transparent 0 45%, #c8102e 45% 55%, transparent 55% 100%),
		linear-gradient(to bottom, transparent 0 42%, #c8102e 42% 58%, transparent 58% 100%);
}

.kb-lang-img {
	display: inline-block !important;
	width: 18px;
	height: 12px;
	margin-right: 6px;
	vertical-align: -1px;
	object-fit: cover;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.lang-select__item > span,
.lang-select__sub-list a {
	white-space: nowrap;
}
