@charset "utf-8";

:root {
	--font: Poppins, -apple-system, "Open Sans", system-ui, "sans-serif";
	--white: #fff;
	--black: #000;
	--dark: #1a1a1a;
	--blue: #1da6dd;
	--lightblue: #77caeb;
	--yellow: #ffc857;
	--red: #dd1d1d;
	--gray: #a7a7a7;
	--bg-lightgray: #f3f5f7;
	--bg-gray: #d8dbdd;
	--bg-darkgray: #616161;
	--bg-darkergray: #4e4e4e;
	--stroke: #ededed;
	--side: 24px;
	--box-shadow: 0px 4px 19px 1px rgba(0, 0, 0, 0.05);
	font-size: 1.369vw;
	--color-guides: #ff595e;
	--color-water: #53a2c0;
	--color-athome: #8665c9;
	--color-food: #ffba49;
	--color-city: #85bf25;
	--color-classes: #13848b;
	--color-adventure: #83643d;
	--color-staff: #d0d411;
}

@media only screen and (min-width: 1168px) {
	:root {
		--side: calc((100vw - 1120px)/2);
		font-size: 16px;
	}
}

html,
body {
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	font-optical-sizing: auto;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 14px/24px var(--font);
	color: var(--dark);
	-webkit-text-size-adjust: none;
}

*,
::after,
::before,
::backdrop,
::file-selector-button {
	margin: 0;
	padding: 0;
}

*,
::after,
::before,
::backdrop,
::file-selector-button {
	box-sizing: border-box;
	border: 0 solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

ol,
ul,
menu {
	list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption,
main {
	display: block;
}

img,
svg,
picture {
	border: 0;
	outline: none;
	vertical-align: top;
}

svg {
	fill: currentColor;
}

a {
	color: var(--blue);
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

button,
input,
select,
textarea {
	appearance: none;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
}

p+p,
p+ul,
p+ol,
ul+ul,
ol+ol,
ul+ol,
ol+ul {
	margin-top: 1lh;
}

li {
	margin-bottom: 4px;
}

ul>li {
	position: relative;
	padding-left: 13px;
}

ul>li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;

}

ol {
	counter-reset: li;

}

ol>li:before {
	content: counter(li)'.';
	counter-increment: li;
	display: inline-block;
	vertical-align: top;
	min-width: 1.5em;
	padding-right: 0.25em;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	opacity: 0;
}

.checkbox {
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
}

.checkbox input {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--gray);
	background-color: var(--white);
	border-radius: 3px;
	transition-property: border, background;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	outline: none;
}

.checkbox input:focus {
	border-color: var(--blue);
}

.checkbox input:checked {
	background-color: var(--blue);
	border-color: var(--blue);
}

.checkbox:after {
	content: '';
	position: absolute;
	inset: 0;
	background: url(../img/checkmark.svg) no-repeat 50% 50%/8px auto;
	transition: opacity 0.4s ease;
	opacity: 0;
}

.checkbox:has(input:checked):after {
	opacity: 1;
}

.input {
	position: relative;
}

.input input,
.input select {
	display: block;
	width: 100%;
	border: 1px solid var(--stroke);
	font: normal 14px/22px var(--font);
	color: var(--dark);
	background-color: var(--white);
	outline: none;
	transition: border 0.4s ease;
	padding: 8px 15px;
}

.input select {
	cursor: pointer;
	padding-right: 40px;
}

.input input:focus,
.input select:focus {
	border-color: var(--blue);
}

.input input::placeholder {
	color: color-mix(in srgb, var(--dark) 60%, transparent);
	opacity: 1;
}

.input select:has(option[value="0"]:checked) {
	color: color-mix(in srgb, var(--dark) 60%, transparent);
}

.input .select-arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: auto;
	transform: translateY(-50%) rotate(-90deg);
	color: var(--dark);
	stroke-width: 1px;
	stroke: var(--white);
	pointer-events: none;
}

.swiper {
	overflow: hidden;
}

.swiper-wrapper {
	display: flex;
}

.swiper-slide {
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

.swiper-slide:before {
	display: none;
}

.h1-title {
	font-weight: bold;
	font-size: max(20px, 1.5rem);
	line-height: 32px;
	margin-bottom: max(6px, 0.625rem);
	letter-spacing: 0.02em;
}

.h2-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 16px;
}

.h3-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 0.025em;
}

.h4-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.mainwrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
}

.header {
	flex: 0 0 auto;
	width: 100%;
	background-color: var(--white);
	box-shadow: var(--box-shadow);
	z-index: 100;
	position: relative;
	display: flex;
	gap: 24px;
	align-items: center;
	padding: 30px var(--side);
}

@media only screen and (max-width: 1023px) {
	.header {
		padding-top: 24px;
		padding-bottom: 24px;
		padding-right: calc(var(--side) - 10px);
	}
}

@media only screen and (min-width: 1400px) {
	.header {
		background-image: url(../img/bg-header.webp);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: auto 150px;
	}
}

.header-logo {
	flex: 0 0 auto;
}

.header-logo img {
	height: 36px;
	width: auto;
	max-width: none;
}

@media only screen and (max-width: 1023px) {
	.header-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.header-logo img {
		width: 40px;
		height: 40px;
		object-fit: cover;
		object-position: 0 50%;
	}
}

.header-menu-trigger,
.header-search-trigger {
	cursor: pointer;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	color: var(--dark);
	transition: color 0.4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.header-menu-trigger:hover,
.header-search-trigger:hover {
	color: var(--blue);
}

.header-search-trigger {
	margin-right: auto;
}

.header-menu-trigger>* {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: transform, opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	width: 18px;
	height: 2px;
	background-color: currentColor;
}

.header-menu-trigger>*:nth-child(1) {
	transform: translateX(-50%) translateY(calc(-50% - 7px));
}

.header-menu-trigger>*:nth-child(2) {
	transform: translateX(-50%) translateY(-50%);
}

.header-menu-trigger>*:nth-child(3) {
	transform: translateX(-50%) translateY(calc(-50% + 7px));
}

@media only screen and (min-width: 1024px) {

	.header-menu-trigger,
	.header-search-trigger {
		display: none;
	}
}


@media only screen and (max-width: 1023px) {
	.header-search {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {

	.header-search {
		flex: 1;
		position: relative;
		margin: 0 46px;
	}
}

.header-search .input input {
	padding-left: 49px;
}

.header-search .icon {
	pointer-events: none;
	width: 24px;
	height: 24px;
	color: var(--dark);
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	fill: currentColor;
	position: absolute;
}

.header-icons-menu {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.header-icons-menu-desktop {
		display: none;
	}
}

.header-icons-menu.last {
	margin-right: 10px;
}

.header-icons-menu li {
	margin: 0;
	padding: 0;
}

.header-icons-menu li:before {
	display: none;
}

.header-icons-menu>* {
	flex: 0 0 auto;
	position: relative;
}

.header-icons-menu-link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 24px;
	height: 24px;
	text-decoration: none;
	color: var(--dark);
	transition: color 0.4s ease;
}

.header-icons-menu li:has(.header-icons-menu-sub):hover>.header-icons-menu-link {
	color: var(--blue);
}

.header-icons-menu li:has(.header-icons-menu-sub):hover:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 20px;
	margin: 0 -40px;
}

a.header-icons-menu-link:hover {
	color: var(--blue);
}

.header-icons-menu-link svg,
.header-icons-menu-link img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	flex: 0 0 auto;
}

.header-icons-menu-link .num {
	position: absolute;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding: 0 2px;
	text-align: center;
	min-width: 16px;
	border-radius: 8px;
	background-color: var(--blue);
	top: 0;
	left: 100%;
	transform: translateX(-4px) translateY(-50%);
	color: var(--white);
}

.header-icons-menu-sub {
	position: absolute;
	top: 100%;
	right: -144px;
	margin-top: 4px;
	background-color: var(--white);
	box-shadow: var(--box-shadow);
	padding: 24px;
	max-width: 658px;
	width: calc(100vw - var(--side)*2);
	backface-visibility: hidden;
	pointer-events: none;
	opacity: 0;
	z-index: 20;
	transition-property: transform, opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	transform: translateY(0);
}

.header-icons-menu li:hover .header-icons-menu-sub {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(16px);
}

.header-icons-menu-sub-countries {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}

.header-icons-menu-sub-countries a {
	color: inherit;
	text-decoration: none;
	transition: color 0.4s ease;
}

.header-icons-menu-sub-countries a:hover {
	color: var(--blue);
}

.header-icons-menu-sub-countries>ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.header-icons-menu-sub-countries>ul ul {
	margin-top: 8px;
	font-weight: normal;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.main-menu li {
	margin: 0;
	padding: 0;
	position: static;
}

.main-menu li:before {
	display: none;
}

@media only screen and (min-width: 1024px) {

	.header:has(.main-menu) {
		padding-bottom: 72px;
	}

	.main-menu {
		position: absolute;
		left: 0;
		right: 0;
		padding: 0 var(--side) 16px calc(var(--side) - 8px);
		bottom: 0;
	}

	.main-menu-links {
		display: flex;
		align-items: center;
		gap: 14px;
	}

	.main-menu-links>* {
		flex: 0 0 auto;
		position: static;
	}

	.main-menu-links>.to-right {
		margin-left: auto;
	}

	.main-menu-link-wrap {
		position: relative;
	}

	.main-menu-links>*:has(.main-menu-sub):hover .main-menu-link-wrap:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 16px;
	}

	.main-menu-link {
		display: flex;
		align-items: center;
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		gap: 8px;
		color: var(--dark);
		padding: 8px 12px;
		text-decoration: none;
		transition-property: color, background;
		transition-duration: 0.4s;
		transition-timing-function: ease;
	}

	.main-menu-links>*:has(.main-menu-sub):hover .main-menu-link {
		color: var(--blue);
	}

	.main-menu-link:hover {
		color: var(--blue);
	}

	.main-menu-link.bg-gray {
		background-color: var(--bg-lightgray);
	}

	.main-menu-link.bg-gray:hover {
		background-color: color-mix(in srgb, var(--black) 5.5%, var(--bg-lightgray));
		color: var(--dark);
	}

	.main-menu-link svg,
	.main-menu-link img {
		flex: 0 0 auto;
		width: auto;
		height: auto;
		max-width: 24px;
		max-height: 24px;
	}


	.main-menu-sub {
		position: absolute;
		z-index: 10;
		top: calc(100% - 16px);
		left: var(--side);
		width: calc(100vw - var(--side)*2);
		max-width: 740px;
		background-color: var(--white);
		box-shadow: var(--box-shadow);
		transition-property: transform, opacity;
		transition-duration: 0.4s;
		transition-timing-function: ease;
		transform: translateY(0);
		opacity: 0;
		pointer-events: none;
		font-weight: normal;
		font-size: 14px;
		line-height: 16px;
	}

	.main-menu-links>*:hover .main-menu-sub {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(16px);
	}

	.main-menu-sub a {
		text-decoration: none;
		color: inherit;
		transition: color 0.4s ease;
	}

	.main-menu-sub a:hover {
		color: var(--blue);
	}


	.main-menu-sub-experiences {

		max-width: 780px;
		display: grid;
		grid-template-columns: 52.5% 47.5%;
	}

	.main-menu-sub-experiences .links {
		position: relative;
		width: 54%;
		border-right: 1px solid var(--stroke);
		padding: 12px 0;
		display: flex;
		flex-direction: column;
	}

	.main-menu-sub-experiences .links>li {
		position: static;
	}

	.main-menu-sub-experiences .links>li>*:not(ul) {
		display: flex;
		align-items: center;
		gap: 6px;
		padding: 8px 8px 8px 24px;
	}

	.main-menu-sub-experiences .links>li>*:not(ul) .arrow {
		flex: 0 0 auto;
		width: 4px;
		height: auto;
		transform: scale(-1, 1) translateX(0);
		transition: transform 0.4s ease;
	}

	.main-menu-sub-experiences .links>li.hover>*:not(ul) {
		color: var(--blue);
	}

	.main-menu-sub-experiences .links>li.hover>*:not(ul) .arrow {
		transform: scale(-1, 1) translateX(-2px);
	}

	.main-menu-sub-experiences .links ul {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 85.18%;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		padding: 20px 12px 20px 24px;
		transition: opacity 0.4s ease;
		background-color: var(--white);
		margin-left: 1px;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.main-menu-sub-experiences .links>li:not(.hover) ul {
		pointer-events: none;
		opacity: 0;
	}

	.main-menu-sub-experiences .images {
		border-left: 1px solid var(--stroke);
		padding: 20px 24px 24px 24px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.main-menu-sub-experiences .images>* {
		display: flex;
		flex-direction: column;
		gap: 16px;
		align-items: start;
	}

	.main-menu-sub-experiences .images .image {
		position: relative;
		width: 100%;
	}

	.main-menu-sub-experiences .images .image img {
		width: 100%;
		height: auto;
	}

	.main-menu-sub-experiences .images .button {
		position: absolute;
		top: 50%;
		left: 16px;
		right: 16px;
		display: flex;
		align-items: center;
		gap: 8px;
		color: var(--white);
		background-color: var(--blue);
		font-weight: bold;
		padding: 15px 16px;
		transform: translateY(-50%);
		white-space: nowrap;
		transition: background 0.4s ease;
	}

	.main-menu-sub-experiences .images .button .icon {
		width: 24px;
		height: 24px;
	}

	.main-menu-sub-experiences .images .button .arrow {
		width: 8px;
		height: auto;
		margin-left: auto;
		transform: scale(-1, 1) translateX(0);
		transition: transform 0.4s ease;
	}

	.main-menu-sub-experiences .images .button:hover {
		background-color: color-mix(in srgb, var(--black) 5.5%, var(--blue));
	}

	.main-menu-sub-experiences .images .button:hover .arrow {
		transform: scale(-1, 1) translateX(-3px);
	}

	.main-menu-sub-locations {
		padding: 20px 24px;
	}

	.main-menu-sub-locations>ul {
		display: grid;
		gap: 32px 10px;
		grid-template-columns: repeat(4, 1fr);
	}

	.main-menu-sub-locations>ul ul {
		display: grid;
		gap: 16px 10px;
		grid-template-columns: repeat(4, 1fr);
	}

	.main-menu-sub-locations>ul>li:not(:nth-child(-n + 2)) {
		grid-column: 1/-1;
	}

	.main-menu-sub-locations>ul>li:nth-child(1) {
		grid-column: auto;
	}

	.main-menu-sub-locations>ul>li:nth-child(1) ul {
		grid-template-columns: 100%;
	}

	.main-menu-sub-locations>ul>li:nth-child(2) {
		grid-column: span 3;
	}

	.main-menu-sub-locations>ul>li:nth-child(2) ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.main-menu-sub-locations .head {
		font-weight: bold;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 4px 8px;
		margin-bottom: 16px;
	}

	.main-menu-sub-locations .head a {
		color: var(--blue);
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.main-menu-sub-locations .head .arrow {
		flex: 0 0 auto;
		width: 4px;
		height: auto;
		transform: scale(-1, 1) translateX(0);
		transition: transform 0.4s ease;
	}

	.main-menu-sub-locations .head a:hover .arrow {
		transform: scale(-1, 1) translateX(-2px);
	}
}

@media only screen and (max-width: 1023px) {
	.main-menu {
		display: none;
	}
}



.footer {
	flex: 0 0 auto;
	width: 100%;
	color: var(--white);
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
}

.footer a {
	color: inherit;
	transition: color 0.4s ease;
	text-decoration: none;
}

.footer a:hover {
	color: var(--lightblue);
}

.footer-top {
	background-color: var(--bg-darkgray);
	padding: 30px var(--side);
}

@media only screen and (min-width: 1024px) {
	.footer-top {
		padding-bottom: 40px;
	}

	.footer-top:has(.footer-menu) {
		display: grid;
		gap: 40px;
		grid-template-columns: 33.333% 1fr;
	}
}

.footer-bottom {
	background-color: var(--bg-darkergray);
	padding: 14px var(--side);
}

.footer-logo {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	max-width: 100%;
}

.footer-logo img {
	height: 45px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: 0 50%;
}

.footer-text p {
	max-width: 52em;
}

@media only screen and (min-width: 1024px) {
	.footer:has(.footer-menu) .footer-text {
		max-width: 23.1em;
	}

	.footer:not(:has(.footer-menu)) .footer-text {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}
}


.footer-social {
	flex: 0 0 auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

@media only screen and (min-width: 1024px) {
	.footer:not(:has(.footer-menu)) .footer-text .footer-social {
		margin-top: 0;
	}
}

.footer-social li {
	margin: 0;
	padding: 0;
}

.footer-social li:before {
	display: none;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.footer-social svg {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.footer-menu li {
	margin: 0;
	padding: 0;
}

.footer-menu li:before {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.footer-menu>ul {
		display: grid;
		grid-template-columns: repeat(3, auto);
		gap: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	.footer-menu {
		margin-top: 24px;
	}

	.footer-menu>ul>li {
		border-top: 1px solid #7d7d7d;
		margin-top: 16px;
		padding-top: 16px;
	}
}

.footer-menu>ul>li>ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

.footer-menu .h2-title {
	padding: 4px 0;
	margin-bottom: 10px;
}

.content {
	flex: 1 0 auto;
	width: 100%;
	padding: 24px var(--side) 80px var(--side);
}


.main-title {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: max(11px, 0.875rem);
	line-height: 1.3;
	margin-bottom: 12px;
}


.main-title .h1-title {
	line-height: inherit;
	margin: 0;
}

.main-title .icon {
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	background-color: var(--blue);
	box-shadow: 2px 2px 0 var(--lightblue);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.main-title .icon img {
	flex: 0 0 auto;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.main-title .icon.flag img {
	width: 142%;
	height: 142%;
}

.main-title .icon svg {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
}

.content-section {
	margin-top: 64px;
}

.content-section.with-line:before {
	content: '';
	display: block;
	height: 1px;
	background-color: var(--stroke);
	position: relative;
	top: -32px;
}

.content-section.small-top {
	margin-top: 48px;
}

.content-section.small-top.with-line:before {
	top: -24px;
}

.content-section.big-top {
	margin-top: 96px;
}

.content-section.big-top.with-line:before {
	top: -48px;
}

.hero-search+.content-section {
	margin-top: 40px;
}

.link-more {
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: top;
	align-self: flex-start;
	gap: 4px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	flex: 0 0 auto;
}

.link-more .arrow {
	flex: 0 0 auto;
	width: 5px;
	height: auto;
	transform: scale(-1, 1) translateX(0);
	transition: transform 0.4s ease;
}

a.link-more:hover .arrow {
	transform: scale(-1, 1) translateX(-2px);
}

.add-to-fav {
	position: relative;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	background-color: color-mix(in srgb, var(--white) 60%, transparent);
	color: var(--dark);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition-property: color, background;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	backface-visibility: hidden;
	backdrop-filter: blur(2px);
}

.add-to-fav:hover {
	background-color: var(--white);
}

.add-to-fav:has(input:checked) {
	color: var(--blue);
	background-color: var(--white);
}

.add-to-fav input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.add-to-fav svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.add-to-fav svg path {
	transition: opacity 0.4s ease;
}

.add-to-fav svg path:nth-child(2) {
	opacity: 0;
}

.add-to-fav:has(input:checked) svg path:nth-child(2) {
	opacity: 1;
}


.block-with-more {
	position: relative;
}

@media only screen and (max-width: 1023px) {
	.block-with-more {
		padding-bottom: 42px;
	}

	.block-with-more .main-title {
		position: static;
	}

	.block-with-more .main-title .link-more {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.block-with-more .main-title {
		position: relative;
		padding-right: 250px;
	}

	.block-with-more .main-title .link-more {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}




.category-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 10px;
	margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
	.category-head {
		margin-top: -16px;
	}

	.category-head .hero-search-benefits {
		display: none;
	}
}

.category-head-descr {
	flex: 0 0 auto;
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 1023px) {
	.category-head-descr {
		padding-bottom: 50px;
	}

	.category-head-links {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.category-head-links>* {
		flex: 1;
	}
}

@media only screen and (min-width: 1024px) {

	.category-head-descr:after {
		content: '';
		display: block;
		clear: both;
	}

	.category-head-links {
		float: right;
		margin-left: 10px;
	}
}

.category-head-links {
	display: flex;
	align-items: center;
}

.category-head-links li {
	margin: 0;
	padding: 0;
}

.category-head-links li:before {
	display: none;
}

.category-head-links li>* {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	height: 32px;
	padding: 0 10px;
	min-width: 130px;
	color: var(--dark);
	background-color: var(--bg-lightgray);
	transition-property: color, background;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

@media only screen and (max-width: 1023px) {
	.category-head-links li>* {
		height: 40px;
	}
}

.category-head-links li>a:hover {
	background-color: color-mix(in srgb, var(--black) 5.5%, var(--bg-lightgray));
}

.category-head-links li>.active {
	color: var(--white);
	background-color: var(--blue);
}

.grid-category-aside {
	order: 1;
}

.grid-category-main {
	order: 2;
}

@media only screen and (max-width: 1023px) {
	.grid-category {
		display: flex;
		flex-direction: column;
	}

	.grid-category>* {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.grid-category {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
	}

	.grid-category-main {
		grid-column: 2/5;
	}

	.grid-category-aside {
		position: sticky;
		top: 0;
		max-height: 100vh;
		max-height: 100dvh;
		overflow: hidden;
		overflow-y: auto;
		margin-bottom: auto;
		background-color: var(--white);
		box-shadow: var(--box-shadow);
		padding: 10px 16px 16px 16px;
	}
}

.load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
	color: var(--dark);
	margin-top: 24px;
	height: 64px;
	padding: 0 10px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	background-color: #cfd3d5;
	transition: background 0.4s ease;
}

.load-more:hover {
	background-color: color-mix(in srgb, var(--black) 5.5%, #cfd3d5);
}

.grid-with-sidebar {
	margin-top: 20px;
}


@media only screen and (min-width: 1024px) {
	.grid-with-sidebar {
		display: grid;
		gap: 24px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.grid-with-sidebar-main {
		grid-column: span 2;
	}
}

@media only screen and (min-width: 1024px) {
	.grid-with-sidebar-aside {
		background-color: var(--white);
		box-shadow: var(--box-shadow);
		padding: 16px;
	}


	.grid-with-sidebar-aside.sticky {
		margin-bottom: auto;
		position: sticky;
		top: 0;
		/*
		overflow: hidden;
		overflow-y: auto;
		max-height: 100vh;
		max-height: 100dvh;
		*/
	}
}

@media only screen and (max-width: 1023px) {
	.grid-with-sidebar-aside {
		margin-top: 40px;
	}
}