@charset "UTF-8";
/* Box sizing rules */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */
* {
	margin: 0;
	padding: 0;
	font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
	list-style: none;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

html,
body {
	height: 100%;
}

/* Set core body defaults */
body {
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

button {
	outline: none;
	border: none;
	background: transparent;
	line-height: inherit;
	font-size: inherit;
	cursor: pointer;
}

a {
	text-decoration: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
b,
strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

:root {
	--black: #000;
	--black-light: #2d3134;
	--grey: #71757f;
	--grey-light: #f2f3f7;
	--grey-dark: #c6cbd3;
	--white: #fff;
	--yellow: #ffcb00;
	--transition: all 0.1s ease-in-out;
}

html {
	font-style: normal;
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: var(--scroll-padding);
}

body {
	min-height: 100vh;
	min-height: 100dvh;
	font-family: 'Inter', sans-serif;
}

body * {
	scrollbar-width: thin;
	font-family: 'Inter', sans-serif;
}

body *::-webkit-scrollbar {
	width: 15px;
	height: 8px;
}

h1 {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: 0%;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
@media (max-width: 991px) {
	h1 {
		font-size: 3.5rem;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 2.75rem;
	}
}

.h1 {
	font-size: 3.5rem !important;
	font-weight: 800 !important;
	line-height: 110% !important;
	letter-spacing: 0% !important;
}
@media (max-width: 991px) {
	.h1 {
		font-size: 3.5rem !important;
	}
}
@media (max-width: 767px) {
	.h1 {
		font-size: 2.75rem !important;
	}
}

h1.h1-large {
	font-weight: 800;
	font-size: 78px;
}
@media (max-width: 991px) {
	h1.h1-large {
		font-size: 62px;
	}
}
@media (max-width: 767px) {
	h1.h1-large {
		font-size: 56px;
	}
}

h2 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 0%;
	margin: 2rem 0 2.5rem;
}
@media (max-width: 767px) {
	h2 {
		font-size: 1.5rem;
	}
}

.h2 {
	font-size: 2rem !important;
	font-weight: 600 !important;
	line-height: 110% !important;
	letter-spacing: 0% !important;
}
@media (max-width: 767px) {
	.h2 {
		font-size: 1.5rem !important;
	}
}

h3 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 110%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.h3 {
	font-size: 1.5rem !important;
	font-weight: 600 !important;
	line-height: 110% !important;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}

.h4 {
	font-size: 1em !important;
	font-weight: bold !important;
}

p,
ul,
ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

li {
	margin-bottom: 1em;
}

ul,
ol {
	list-style-position: inside;
}

a {
	text-decoration: none;
}

.page-wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.main {
	flex: 1 1 auto;
}

.wrapper {
	width: 95%;
	max-width: 1160px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.wrapper {
		width: 100%;
		padding: 0 24px;
	}
}
@media (max-width: 767px) {
	.wrapper {
		padding: 0 16px;
	}
}

body.no-scroll {
	overflow: hidden;
}

.hidden {
	display: none!important;
}

.btn {
	display: inline-flex;
	width: -moz-max-content;
	width: max-content;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 15px;
	padding: 16px 20px 16px 20px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 150%;
	background-color: var(--white);
	color: var(--black);
	cursor: pointer;
	text-decoration: none !important;
}
.btn--black {
	color: var(--white);
	background-color: var(--black-light);
}

.back-btn {
	padding: 1rem 1.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	border-radius: 15px;
	border: 1px solid #e0e3eb;
	display: inline-flex;
}
.back-btn::before {
	content: '';
	width: 10px;
	height: 10px;
	aspect-ratio: 1;
	background-image: url(../../img/arrow_black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.categories-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	grid-gap: 8px;
}
.categories-list__item {
	list-style-type: none;
	margin-bottom: 0;
}
.categories-list__btn {
	font-size: 1rem;
	font-weight: 500;
	padding: 10px 24px;
	line-height: 1.5rem;
	color: var(--white) !important;
}
.categories-list__btn.active {
	color: var(--black-light) !important;
}
.categories-list__btn:hover {
	background-color: var(--yellow);
	color: var(--black-light);
	transition: var(--transition);
}
@media (max-width: 767px) {
	.categories-list__btn {
		min-width: 100%;
	}
}

.hero {
	padding: 96px 0 64px;
}
@media (max-width: 991px) {
	.hero {
		padding: 56px 0;
	}
}
@media (max-width: 767px) {
	.hero {
		padding: 32px 0;
	}
}
.hero__wrapper {
	text-align: center;
}
.hero__title {
	margin: 0;
}
.hero__text {
	margin-top: 1rem;
	margin-bottom: 0;
	color: var(--black-light);
}
.hero__categories-list {
	margin-top: 56px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.hero__categories-list {
		margin-top: 32px;
	}
}
.hero-simple {
	margin: 35px 0 14px;
	position: sticky;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 4;
	background-color: var(--white);
}
.hero-simple__sticky-menu {
	display: grid;
	grid-template-columns: 110px auto 110px;
	align-items: baseline;
	padding: 21px 0;
}
@media (max-width: 991px) {
	.hero-simple__sticky-menu {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 1rem 0;
		align-items: flex-start;
		grid-gap: 32px;
		padding: 32px 0;
	}
}
@media (max-width: 767px) {
	.hero-simple__back-btn {
		display: none;
	}
}
@media (max-width: 991px) {
	.hero-simple__categories-list-wrapper {
		display: flex;
		width: 100%;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.hero-simple__categories-list-wrapper::-webkit-scrollbar {
		display: none;
	}
}
@media (max-width: 767px) {
	.hero-simple__categories-list-wrapper {
		margin: 0 -16px;
		padding: 0 16px;
		width: calc(100% + 32px);
	}
}
.hero-simple__categories-list {
	margin: 0;
}
@media (max-width: 991px) {
	.hero-simple__categories-list {
		display: flex;
		flex-wrap: nowrap;
	}
}
.hero-simple__categories-btn.active {
	background-color: var(--yellow);
	color: var(--black-light);
}

.what-new {
	margin: 2rem 0 3.5rem;
	padding-bottom: 3.5rem;
}
@media (max-width: 991px) {
	.what-new {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
}
.what-new__title {
	margin: 0;
}
.what-new__items-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-top: 2.5rem;
}
@media (max-width: 991px) {
	.what-new__items-wrapper {
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	.what-new__items-wrapper {
		margin-top: 1.5rem;
		grid-template-columns: 100%;
	}
}
.what-new__items-wrapper--2-in-a-row {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
	.what-new__items-wrapper--2-in-a-row {
		grid-template-columns: 100%;
	}
}
.what-new__items-wrapper--3-in-a-row {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
	.what-new__items-wrapper--3-in-a-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.what-new__items-wrapper--3-in-a-row .what-new__item:last-of-type {
		grid-column: 1/-1;
	}
}
@media (max-width: 767px) {
	.what-new__items-wrapper--3-in-a-row {
		grid-template-columns: 100%;
	}
}
.what-new__item {
	position: relative;
	isolation: isolate;
	border-radius: 20px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.64) 100%
	);
	height: 260px;
	overflow: hidden;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.what-new__item:before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.75;
	background-image: linear-gradient(to bottom, transparent, #000000);
}
@media (max-width: 767px) {
	.what-new__item {
		height: unset;
		min-height: 260px;
		padding: 1.5rem;
	}
}
.what-new__item:nth-of-type(1) {
	grid-column: 1/-1;
	height: 520px;
}
@media (max-width: 991px) {
	.what-new__item:nth-of-type(1) {
		height: unset;
		min-height: 350px;
	}
}
@media (max-width: 767px) {
	.what-new__item:nth-of-type(1) {
		min-height: 260px;
	}
}
.what-new__item:nth-of-type(1) .what-new__link {
	display: flex;
	width: 50%;
	font-size: 2rem;
	line-height: 120%;
}
@media (max-width: 991px) {
	.what-new__item:nth-of-type(1) .what-new__link {
		width: 75%;
	}
}
@media (max-width: 767px) {
	.what-new__item:nth-of-type(1) .what-new__link {
		width: 100%;
		font-size: 1.5rem;
	}
}
.what-new__item-img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.what-new__link {
	color: var(--white);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 110%;
}
.what-new__categories-list {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 4px;
	margin: 1rem 0 0;
}
.what-new__categories-item {
	color: var(--grey-dark);
	margin: 0;
	font-size: 0.875rem;
	list-style-type: none;
}
.what-new__categories-item:not(:first-of-type):before {
	content: '•';
	margin-right: 3px;
}
.what-new__categories-link {
	color: var(--grey-dark);
	font-size: 0.875rem;
}

.header-with-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-with-link__link-all {
	font-weight: 600;
	color: var(--grey);
	display: inline-flex;
	align-items: center;
	grid-gap: 8px;
	width: 150px;
	justify-content: flex-end;
}
.header-with-link__link-all:after {
	content: '';
	display: inline-flex;
	width: 20px;
	height: 20px;
	aspect-ratio: 1;
	background-image: url(../../img/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.news {
	margin: 3.5rem 0 1.5rem;
	padding-bottom: 1.5rem;
}
@media (max-width: 991px) {
	.news {
		margin-top: 2rem;
		padding-bottom: 2rem;
	}
}
.news__wrapper {
	overflow: hidden;
}
.news__title {
	margin: 0;
}
.news__items-wrapper {
	margin: 40px -20px 0;
}
@media (max-width: 991px) {
	.news__items-wrapper {
		margin-left: -10px;
		margin-right: -44px;
	}
	.news__items-wrapper .slick-list {
		padding-right: 84px;
	}
}
@media (max-width: 767px) {
	.news__items-wrapper {
		margin-top: 30px;
		margin-left: 0;
		margin-right: -16px;
	}
	.news__items-wrapper .slick-list {
		padding-right: 32px;
	}
}
.news__item {
	background-color: var(--grey-light);
	padding: 2rem;
	margin: 0 20px;
	border-radius: 20px;
	display: flex !important;
	flex-direction: column;
	grid-gap: 12px;
	justify-content: start;
	height: 134px;
}
@media (max-width: 991px) {
	.news__item {
		margin: 0 10px;
	}
}
@media (max-width: 767px) {
	.news__item {
		height: 118px;
		padding: 1.5rem;
		margin: 0 16px 0 0;
	}
}
.news__item-title {
	--lines-col: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--lines-col);
	line-clamp: var(--lines-col);
	-webkit-box-orient: vertical;
	color: var(--black);
	font-weight: 600;
	line-height: 115%;
	letter-spacing: -2%;
	height: 40px;
}
.news__item-date {
	color: var(--grey);
	font-size: 0.875rem;
}
.news__subscribe-link {
	font-weight: 600;
	margin-top: 54px;
	margin-bottom: 20px;
	color: var(--grey);
	display: inline-flex;
	align-items: center;
	grid-gap: 8px;
}
@media (max-width: 767px) {
	.news__subscribe-link {
		margin-top: 18px;
		margin-bottom: 0;
	}
}
.news__subscribe-link:before {
	content: '';
	display: inline-flex;
	width: 20px;
	height: 20px;
	aspect-ratio: 1;
	background-image: url(../../img/bell.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.news .slick-prev {
	position: absolute;
	bottom: -88px;
	right: 84px;
}
@media (max-width: 991px) {
	.news .slick-prev {
		right: 112px;
	}
}
@media (max-width: 767px) {
	.news .slick-prev {
		display: none !important;
	}
}
.news .slick-next {
	position: absolute;
	bottom: -88px;
	right: 20px;
}
@media (max-width: 991px) {
	.news .slick-next {
		right: 48px;
	}
}
@media (max-width: 767px) {
	.news .slick-next {
		display: none !important;
	}
}

.slick-prev,
.slick-next {
	width: 48px;
	height: 48px;
	aspect-ratio: 1;
	background-color: var(--black-light);
	border-radius: 50%;
	transition: var(--transition);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.slick-prev img {
	transform: rotate(180deg);
}

:is(.slick-prev, .slick-next).slick-disabled {
	background-color: var(--grey);
}

.relevant {
	margin: 56px 0;
	padding-bottom: 56px;
}
@media (max-width: 767px) {
	.relevant {
		margin: 32px 0;
		padding-bottom: 32px;
	}
}
.relevant__title {
	margin: 0;
}
.relevant__items-wrapper {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}
@media (max-width: 991px) {
	.relevant__items-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
}
@media (max-width: 767px) {
	.relevant__items-wrapper {
		margin-top: 24px;
		margin-right: -16px;
	}
	.relevant__items-wrapper .slick-list {
		padding-right: 32px;
	}
}
.relevant__items-wrapper--grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
	.relevant__items-wrapper--grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.relevant__items-wrapper--grid {
		grid-template-columns: 100%;
	}
}
.relevant__items-wrapper--grid .relevant__item {
	height: 320px;
}
@media (max-width: 991px) {
	.relevant__items-wrapper--grid .relevant__item {
		height: unset;
	}
}
.relevant__items-wrapper--grid .relevant__item:nth-child(4n-3),
.relevant__items-wrapper--grid .relevant__item:nth-child(4n) {
	background-color: var(--yellow);
	grid-column: span 2;
}
@media (max-width: 610px) {
	.relevant__items-wrapper--grid .relevant__item:nth-child(4n-3),
	.relevant__items-wrapper--grid .relevant__item:nth-child(4n) {
		grid-column: unset;
	}
}
.relevant__items-wrapper--grid .relevant__item:nth-child(4n-3) .relevant__btn,
.relevant__items-wrapper--grid .relevant__item:nth-child(4n) .relevant__btn {
	background-color: var(--black-light);
	color: var(--white);
}
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n-3)
	.relevant__item-title,
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n)
	.relevant__item-title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 120%;

	--lines-col: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--lines-col);
	line-clamp: var(--lines-col);
	-webkit-box-orient: vertical;
}
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n-3)
	.relevant__item-title,
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n-3)
	.relevant__partner-name,
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n)
	.relevant__item-title,
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n)
	.relevant__partner-name {
	color: var(--black-light);
	border: none;
	padding: 0;
}
.relevant__items-wrapper--grid .relevant__item:nth-child(4n-2),
.relevant__items-wrapper--grid .relevant__item:nth-child(4n-1) {
	background-color: var(--grey-light);
}
.relevant__items-wrapper--grid .relevant__item:nth-child(4n-2) .relevant__btn,
.relevant__items-wrapper--grid .relevant__item:nth-child(4n-1) .relevant__btn {
	background-color: var(--black-light);
	color: var(--white);
}
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n-2)
	.relevant__item-title,
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n-1)
	.relevant__item-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 120%;
}
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n-2)
	.relevant__item-title,
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n-2)
	.relevant__partner-name,
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n-1)
	.relevant__item-title,
.relevant__items-wrapper--grid
	.relevant__item:nth-child(4n-1)
	.relevant__partner-name {
	color: var(--black-light);
	border: none;
	padding: 0;
}
.relevant__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 20px;
	height: 420px;
	padding: 2rem;
	grid-gap: 1.5rem;
}
@media (max-width: 767px) {
	.relevant__item {
		height: 320px !important;
		margin-right: 16px;
		display: flex !important;
		flex-direction: column;
		justify-content: space-between;
	}
}
.relevant__item:nth-child(3n + 1) {
	background-color: var(--black-light);
}
.relevant__item:nth-child(3n + 1) .relevant__item-title,
.relevant__item:nth-child(3n + 1) .relevant__partner-name {
	color: var(--white);
}
.relevant__item:nth-child(3n + 1) .relevant__img-wrapper {
	background-color: var(--white);
}
.relevant__item:nth-child(3n + 1) .relevant__btn {
	background-color: var(--white);
	color: var(--black-light);
}
.relevant__item:nth-child(3n + 2) {
	background-color: var(--grey-light);
}
.relevant__item:nth-child(3n + 2) .relevant__btn {
	background-color: var(--black-light);
	color: var(--white);
}
.relevant__item:nth-child(3n) {
	background-color: var(--yellow);
}
.relevant__item:nth-child(3n) .relevant__btn {
	background-color: var(--black-light);
	color: var(--white);
}
.relevant__item-title {
	display: flex;
	font-size: 1.25rem;
	color: var(--black-light);
	font-weight: 600;
	line-height: 120%;
}
.relevant__item-title--big {
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (max-width: 767px) {
	.relevant__item-title {
		font-size: 20px !important;
		line-height: 120% !important;
	}
}
.relevant__btn {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1rem;
	padding: 16px 20px 16px 20px;
}
.relevant__img-wrapper {
	width: 4rem;
	height: 4rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: var(--black-light);
	display: flex;
	align-items: center;
	justify-content: center;
}
.relevant__img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 50%;
}
.relevant__partner-name {
	color: var(--black-light);
	line-height: 130%;
	padding: 0 3px;
	display: inline-flex;
	margin: 0.5rem 0 1rem;
	--lines-col: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--lines-col);
	line-clamp: var(--lines-col);
	-webkit-box-orient: vertical;
}
.relevant__item_with_image {
	display: grid;
	grid-template-columns: 55% 1fr;
	grid-gap: 30px;
}
.relevant__item-with-image-block .relevant__partner-name {
	margin: 0;
	width: calc(100% - 250px);
	height: 135px;
	overflow-y: scroll;
}
.relevant__item-img-wrapper {
	width: 100%;
	height: 100%;
	display: grid;
	place-content: center;
}
.relevant__item-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: auto;
}
.relevant__item-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.posts {
	margin: 3.5rem 0;
}
@media (max-width: 767px) {
	.posts {
		margin-top: 2rem;
	}
}
.posts__title {
	margin: 0;
}
.posts__input-wrapper {
	position: relative;
	margin-top: 40px;
}
@media (max-width: 767px) {
	.posts__input-wrapper {
		margin-top: 24px;
	}
}
.posts__input-wrapper::before {
	content: '';
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	aspect-ratio: 1;
	background-image: url(../../img/search.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.posts__search-input {
	width: 100%;
	height: 4rem;
	background-color: var(--grey-light);
	border: none;
	border-radius: 15px;
	outline: none;
	padding: 1rem 1.5rem 1rem 3rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 160%;
}
.posts__items-wrapper {
	margin: 40px 0 32px;
	padding-bottom: 32px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 48px 40px;
}
@media (max-width: 991px) {
	.posts__items-wrapper {
		grid-gap: 32px 28px;
	}
}
@media (max-width: 767px) {
	.posts__items-wrapper {
		margin-top: 24px;
		grid-template-columns: 100%;
		grid-gap: 40px;
	}
}
.posts__item-img-wrapper {
	display: flex;
	width: 100%;
	height: 240px;
	border-radius: 20px;
}
.posts__item-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.posts__item-name {
	display: flex;
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	color: var(--black-light);
	margin-top: 1rem;
	height: 48px;
	/*   --lines-col: 2; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--lines-col);
	line-clamp: var(--lines-col);
	-webkit-box-orient: vertical;
}
@media (max-width: 767px) {
	.posts__item-name {
		height: unset;
		font-size: 1.25rem;
	}
}
.posts__item-footer {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.posts__item-footer {
		grid-gap: 0.5rem;
	}
}
.posts__item-categories-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: start;
}
.posts__item-categories-list {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 4px;
	margin: 0;
}
.posts__item-categories-item {
	list-style-type: none;
	font-size: 0.875rem;
	line-height: 1rem;
	color: var(--grey);
	margin: 0;
}
.posts__item-categories-item:not(:first-of-type):before {
	content: '•';
	margin-right: 3px;
}
.posts__item-categories-link {
	font-size: 0.875rem;
	line-height: 1rem;
	color: var(--grey);
}
.posts__item-date {
	width: 100px;
	text-align: right;
	font-size: 0.875rem;
	line-height: 1rem;
	color: var(--grey);
	margin-left: auto;
}
.posts__btn-more-wrapper {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.posts__btn-more {
	background-color: var(--yellow);
	padding: 1.25rem 2rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5rem;
}

.post-page__wrapper {
	display: grid;
	grid-template-columns: 1fr 760px 1fr;
	grid-gap: 20px;
	padding-top: 56px;
	max-width: 100%;
	margin-inline: auto;
}
@media (max-width: 991px) {
	.post-page__wrapper {
		padding-top: 56px;
		grid-template-columns: 100%;
		grid-gap: 8px;
	}
}
@media (max-width: 991px) {
	.post-page__aside {
		position: sticky;
		top: 0;
		right: 0;
		left: 0;
		background-color: var(--white);
		padding: 16px 0;
	}
}
@media (max-width: 767px) {
	.post-page__aside {
		display: none;
	}
}
.post-page__aside > .btn {
	position: sticky;
	top: 100px;
	left: 0;
}
@media (max-width: 968px) {
	.post-page__content > img,
	.post-page__content figure img {
		margin-top: 2.75rem;
		margin-bottom: 2.75rem;
	}
	.wp-container-4 figure img {
		margin: 0;
	}
}
.post-page__content h2 {
	margin-top: 2.75rem;
	margin-bottom: 2.75rem;
}
@media (max-width: 991px) {
	.post-page__content h2 {
		margin-top: 44px;
	}
}
.post-page__content h3 {
	margin: 32px 0 24px;
}
.post-page__content a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: underline;
}
.post-page__content li {
	margin-bottom: 0.35em;
}
.post-page__content > :is(p, ul, ol) {
	margin: 24px 0;
}
.post-page__title {
	font-size: 3rem;
	font-weight: 600;
	line-height: 110%;
	margin: 0;
}
@media (max-width: 767px) {
	.post-page__title {
		font-size: 2rem;
		line-height: 120%;
	}
}
.post-page__categories-and-date-wrapper {
	margin-top: 1.5rem;
	display: flex;
	justify-content: space-between;
}
.post-page__categories-list {
	display: flex;
	align-items: center;
	grid-gap: 4px;
	margin: 0;
}
.post-page__categories-list-item {
	display: inline-flex;
	align-items: center;
	grid-gap: 4px;
	color: var(--black-light);
	font-size: 0.875rem !important;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
.post-page__categories-list-item:not(:first-of-type):before {
	content: '•';
}
.post-page__categories-link {
	color: var(--black-light);
	font-size: 0.875rem;
	text-decoration: none !important;
}
.post-page__date {
	font-size: 0.875rem;
	width: 150px;
	text-align: right;
	margin-left: auto;
}
.post-page__categories-btns {
	margin: 72px 0;
}
.post-page__categories-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
}
.post-page__categories-items-wrapper {
	margin-top: 16px;
}
.post-page__categories-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.post-page__categories-list {
		width: calc(100% + 16px);
		padding-right: 16px;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.post-page__categories-list::-webkit-scrollbar {
		display: none;
	}
}
.post-page__categories-list li {
	padding-left: 0;
}
.post-page__full-img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.post-slider,
.post-page .gallery {
	position: relative;
	margin: 72px 0;
}
@media (max-width: 767px) {
	.post-slider,
	.post-page .gallery {
		margin: 44px 0;
	}
}
:is(.post-slider, .post-page .gallery) :is(img.slick-slide, figure img) {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 360px;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 20px;
}
@media (max-width: 767px) {
	:is(.post-slider, .post-page .gallery) :is(img.slick-slide, figure img) {
		height: auto;
	}
}

:is(.post-slider, .post-page .gallery) :is(.slick-prev, .slick-next) {
	position: absolute;
	top: calc(50% - 24px);
	z-index: 4;
}
:is(.post-slider, .post-page .gallery) .slick-prev {
	left: -24px;
	right: unset;
}
:is(.post-slider, .post-page .gallery) .slick-next {
	right: -24px;
}

.post-page ul li:not(.categories-list__item) {
	list-style-type: disc;
	list-style-position: inside;
}

.author-block__header {
	display: flex;
	grid-gap: 24px;
	align-items: center;
}
@media (max-width: 767px) {
	.author-block__header {
		flex-direction: column;
		align-items: flex-start;
	}
}
.author-block__img-wrapper {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.author-block__img,
.author-block__img-wrapper img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.author-block__about-author-wrapper {
	display: flex;
	flex-direction: column;
}
.author-block__author-name {
	font-size: 20px;
	font-weight: 600;
	line-height: 160%;
}
.author-block__body {
	margin-top: 32px;
}
.author-block__text {
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
}
@media (max-width: 767px) {
	.author-block__text {
		font-size: 16px;
	}
}

.card {
	border-radius: 20px;
	margin-top: 72px;
	padding: 32px;
	min-height: 320px;
	display: grid;
	grid-gap: 24px;
}
@media (max-width: 767px) {
	.card {
		padding: 24px;
	}
}
.card > :is(p, h2, h3, h4, h5, ol, ul):first-child {
	margin-top: 0;
}
.card > :is(h2, h3, h4, h5):first-child {
	margin-bottom: 12px;
}
.card > p {
	margin-top: 0;
	margin-bottom: 0;
}
.card_grey {
	background-color: var(--grey-light);
}
.card_grey .btn {
	background-color: var(--yellow);
	color: var(--black-light);
}
.card_black {
	background-color: var(--black-light);
	color: var(--white);
}
.card_black .btn {
	background-color: var(--yellow);
	color: var(--black-light);
}
.card_yellow {
	background-color: var(--yellow);
}
.card_yellow .btn {
	background-color: var(--black-light);
	color: var(--white);
}
.card__btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 8px;
}
.card .btn {
	font-size: 14px;
}

.card-with-img__wrapper {
	display: grid;
	grid-template-columns: 1fr 240px;
	grid-gap: 32px;
}
@media (max-width: 767px) {
	.card-with-img__wrapper {
		grid-template-columns: 100%;
		grid-gap: 0;
	}
}
.card-with-img__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.card-with-img__info-wrapper {
	padding-right: 2rem;
}
.card-with-img__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
.card-with-img__text {
	margin-top: 8px;
}
.card-with-img__text p {
	color: #2b3134;
	line-height: 24px;
	font-size: 16px;
}
.card-with-img__btn {
	border-radius: 15px;
	padding: 16px 20px;
	margin-top: 28px;
}
.card-with-img__img-wrapper {
	display: flex;
	height: 100%;
	align-items: center;
}
.card-with-img__image {
	margin-top: 32px;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.card-with-nothing {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.card-with-nothing {
		margin-bottom: 32px;
	}
}
@media (max-width: 767px) {
	.card-with-nothing {
		margin-bottom: 56px;
	}
}
.card-with-nothing__wrapper {
	display: block;
	width: calc(100% - 240px - 32px);
	height: 100%;
}
@media (max-width: 767px) {
	.card-with-nothing__wrapper {
		width: 100%;
	}
}
.card-with-nothing :is(h2, h3, h4, h5, p):first-child {
	margin-top: 0;
	margin-bottom: 8px;
}
.card-with-nothing p:nth-child(2) {
	margin-top: 8px;
}

.more-posts {
	margin: 120px 0;
}
@media (max-width: 991px) {
	.more-posts {
		margin: 56px 0;
	}
}
@media (max-width: 767px) {
	.more-posts {
		margin: 32px 0;
	}
}
.more-posts__slider {
	display: flex;
	position: relative;
	width: calc(100% + 40px);
}
@media (max-width: 991px) {
	.more-posts__slider {
		width: calc(100% + 24px);
		margin-top: 56px;
	}
}
@media (max-width: 767px) {
	.more-posts__slider {
		width: calc(100% + 16px);
		margin-top: 40px;
	}
}
.more-posts__slider .slick-next,
.more-posts__slider .slick-prev {
	position: absolute;
	bottom: calc(100% + 40px);
}
.more-posts__slider .slick-prev {
	right: 104px;
}
@media (max-width: 991px) {
	.more-posts__slider .slick-prev {
		right: 88px;
	}
}
.more-posts__slider .slick-next {
	right: 40px;
}
@media (max-width: 991px) {
	.more-posts__slider .slick-next {
		right: 24px;
	}
}
.more-posts__slider .slick-list {
	min-width: 100%;
}
@media (max-width: 991px) {
	.more-posts__slider .slick-list {
		padding-right: 60px;
	}
}
.more-posts__slider .slick-slide {
	margin-right: 40px;
}
@media (max-width: 991px) {
	.more-posts__slider .slick-slide {
		margin-right: 16px;
	}
}

.news-cards {
	margin-top: 72px;
}
@media (max-width: 991px) {
	.news-cards {
		margin-top: 56px;
	}
}
@media (max-width: 767px) {
	.news-cards {
		margin-top: 32px;
	}
}
.news-cards__wrapper {
	display: flex;
	flex-direction: column;
	grid-gap: 32px;
	padding-bottom: 32px;
}
@media (max-width: 767px) {
	.news-cards__wrapper {
		grid-gap: 20px;
		padding-bottom: 20px;
	}
}
.news-cards__item {
	padding: 32px;
	background-color: var(--grey-light);
	border-radius: 20px;
}
@media (max-width: 767px) {
	.news-cards__item {
		padding: 24px;
	}
}
.news-cards__item-date {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: var(--grey);
}
.news-cards__item-name {
	margin-top: 24px;
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	color: var(--black);
}
.news-cards__excerpt {
	margin-top: 12px;
	line-height: 160%;
}
.news-cards__btn {
	display: inline-flex;
	align-items: center;
	margin-top: 24px;
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 20px !important;
	color: var(--grey) !important;
}
.news-cards__btn:after {
	content: '';
	background-image: url(../../img/arrow_grey.svg);
	display: block;
	margin-left: 11px;
	width: 12px;
	height: 12px;
	aspect-ratio: 1;
	background-repeat: no-repeat;
	background-size: contain;
}

.text-center {
	text-align: center;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 10px !important;
}
.mt-2 {
	margin-top: 20px !important;
}
.mt-3 {
	margin-top: 30px !important;
}
.mt-4 {
	margin-top: 40px !important;
}
.mt-5 {
	margin-top: 50px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 10px !important;
}
.mb-2 {
	margin-bottom: 20px !important;
}
.mb-3 {
	margin-bottom: 30px !important;
}
.mb-4 {
	margin-bottom: 40px !important;
}
.mb-5 {
	margin-bottom: 50px !important;
}
.mx-a {
	margin-inline: auto;
}

.header-submenu__footer-banner > span:nth-child(1) > svg:nth-child(1) {
	width: 24px;
}
.header {
	z-index: 99999;
}
figcaption em {
	text-align: center;
	display: block;
}

/* Стили фокусного блока */

.blog-layout {
	padding: 56px 0;
}
.blog-layout__wrapper {
}
.blog-layout__title {
	font-weight: 600;
	font-size: 32px;
	line-height: 110%;
	color: #000;
	margin: 0;
}
.blog-layout__text {
	margin: 40px 0 0;
	font-size: 20px;
	line-height: 160%;
	color: #2b3134;
}
.blog-layout__items-wrapper {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 40px;
}
.blog-layout__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
	border-radius: 20px;
}
.blog-layout__item:nth-child(1) {
	grid-column: 1/3;
}
.blog-layout__item--with-img:before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	opacity: 0.21;
	border-radius: 20px;
}
.blog-layout__item--grey {
	background-color: #f2f3f7;
}
.blog-layout__item--yellow {
	background-color: #ffcb00;
}
:is(.blog-layout__item--grey, .blog-layout__item--yellow)
	.blog-layout__item-info-name {
	color: #000;
}
:is(.blog-layout__item--grey, .blog-layout__item--yellow)
	.blog-layout__item-info-text {
	color: #2b3134;
}
.blog-layout__item-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	border-radius: 20px;
}
.blog-layout__item-info {
}
.blog-layout__item-info-name {
	line-clamp: var(--lines-col);
	-webkit-box-orient: vertical;

	width: 100%;
	height: 87px;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	color: #fff;
	text-decoration: none;
}
.blog-layout__item-info-text {
	--lines-col: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--lines-col);
	line-clamp: var(--lines-col);
	-webkit-box-orient: vertical;

	margin: 8px 0 0;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #fff;
}
.blog-layout__item-btn-wrapper {
	margin-top: 16px;
}
.blog-layout__item-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: max-content;

	border-radius: 15px;
	padding: 16px 20px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 114%;

	background-color: #2b3134;
	color: #fff;
}
.blog-layout__item-btn--yellow {
	background-color: #ffcb00;
	color: #000;
}

@media (max-width: 1199px) {
	.blog-layout__items-wrapper {
		gap: 20px;
	}
}
@media (max-width: 991px) {
	.blog-layout__items-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.blog-layout {
		padding: 32px 0;
	}
	.blog-layout__title {
		font-size: 24px;
		line-height: 133%;
	}
	.blog-layout__text {
		display: none;
	}
	.blog-layout__items-wrapper {
		--offset: 16px;

		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		overflow-x: auto;
		margin-left: calc(-1 * var(--offset));
		margin-right: calc(-1 * var(--offset));
		padding-left: var(--offset);
		padding-right: var(--offset);

		scrollbar-width: none;
		-ms-overflow-style: none;

		margin-top: 24px;
	}
	.blog-layout__items-wrapper::-webkit-scrollbar {
		display: none;
	}

	.blog-layout__item {
		width: var(--size);
		min-width: var(--size);
		padding: 24px;
	}
	.blog-layout__item-info-name {
		--lines-col: 2;
		font-size: 20px;
		line-height: 120%;
		height: 48px;
	}
	.blog-layout__item-info-text {
		--lines-col: 3;
	}
}

/* новые стили */
:root {
	--yellow-dark: #fbb400;
	--yellow-light: #ffea99;
}
/* .header {
	position: sticky;
}
.hero {
	padding: 64px 0;
} */
.hero--gray {
	padding-top: 155px;
	padding-bottom: 64px;
	background-color: #f7f7f9;
}
.hero__title-icon {
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	object-fit: contain;
}
@media (max-width: 767px) {
	.hero--gray {
		padding-bottom: 56px;
	}
}

.posts__item-img-wrapper--big {
	height: 310px;
}
.posts__item-img-wrapper {
	overflow: hidden;
}
.posts__item-img {
	transition: 0.3s ease-in-out;
}
.posts__item:hover .posts__item-img {
	transform: scale(1.05);
}
.posts__item-name {
	color: var(--black);
	--lines-col: 2;
}
.posts__item-excerpt {
	color: #2b3134;
}

.banner-section {
	margin: 20px 0;
	padding: 20px 0;
}
.card-with-img--full-height-img {
	padding: 0;
	overflow: hidden;
	min-height: 300px;
	margin-top: 0;
}
.card-with-img--full-height-img .card-with-img__info {
	padding: 40px 0 40px 40px;
	gap: 40px;
}
.card-with-img--full-height-img .card-with-img__info-wrapper {
	padding-right: 1rem;
}
.card-with-img--full-height-img .card-with-img__title {
	font-size: 32px;
	font-weight: 600;
}
.card-with-img--full-height-img .card-with-img__text {
	letter-spacing: 0.02em;
}
.card-with-img--full-height-img .card-with-img__wrapper {
	grid-template-columns: 1fr 540px;
}
.card-with-img--full-height-img .card-with-img__img-wrapper {
	position: relative;
}
.card-with-img--full-height-img .card-with-img__image {
	margin: 0;
	object-fit: cover;
	height: 100%;
}
.card-with-img__btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 8px;
}
.card-with-img__btn-wrapper > * {
	margin: 0;
}
@media (max-width: 991px) {
	.card-with-img--full-height-img .card-with-img__wrapper {
		grid-template-columns: 1fr 45%;
	}
}
@media (max-width: 640px) {
	.banner-section {
		padding: 0 0 20px;
	}
	.card-with-img--full-height-img .card-with-img__info {
		padding: 24px 24px 10px;
	}
	.card-with-img--full-height-img .card-with-img__wrapper {
		grid-template-columns: 100%;
	}
	.card-with-img--full-height-img .card-with-img__title {
		font-size: 24px;
	}
	.card-with-img--full-height-img .card-with-img__image {
		width: 100%;
	}
}

.posts__items-wrapper--3columns {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 48px 32px;
	padding-bottom: 56px;
}
.posts__items-wrapper--3columns .posts__item-img-wrapper {
	height: 200px;
}
@media (max-width: 991px) {
	.posts__items-wrapper--3columns {
		grid-template-columns: repeat(2, 1fr);
		gap: 48px 40px;
	}
	.posts__items-wrapper--3columns .posts__item-img-wrapper {
		height: 186px;
	}
	.posts__items-wrapper {
		grid-gap: 48px 40px;
	}
	.posts__item-img-wrapper--big {
		height: 186px;
	}
}
@media (max-width: 767px) {
	.posts__items-wrapper--3columns {
		grid-template-columns: 100%;
		gap: 40px;
	}
	.posts__items-wrapper--3columns .posts__item-img-wrapper {
		height: 180px;
	}
	.posts__items-wrapper {
		grid-gap: 40px;
	}
	.posts__item-img-wrapper--big {
		height: 180px;
	}
}

.news .posts__item-img-wrapper {
	height: 200px;
}
@media (max-width: 991px) {
	.news .posts__item-img-wrapper {
		height: 176px;
	}
}
@media (max-width: 767px) {
	.news .posts__item-img-wrapper {
		height: 172px;
	}
}

.posts__categories-list-wrapper {
	margin-top: 32px;
	margin-bottom: 40px;
}
.posts__categories-list-wrapper .categories-list__btn {
	padding: 12px 24px;
}
.categories-list--alignleft {
	justify-content: flex-start;
	margin: 0;
}
@media (max-width: 991px) {
	.posts__categories-list-wrapper {
		display: flex;
		overflow-x: auto;
		width: 100%;
		scrollbar-width: none;
		-ms-overflow-style: none;
		margin: 32px -24px 40px;
		padding: 0 24px;
		width: calc(100% + 48px);
	}
	.posts__categories-list-wrapper::-webkit-scrollbar {
		display: none;
	}
	.categories-list--alignleft {
		flex-wrap: nowrap;
	}
}
@media (max-width: 767px) {
	.posts__categories-list-wrapper {
		margin: 0 -16px;
		padding: 0 16px;
		width: calc(100% + 32px);
		margin-top: 24px;
		margin-bottom: 24px;
	}
}

@media (max-width: 991px) {
	.header__wrapper {
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 16px 0;
	}
	.header__burger-icon {
		margin: 0;
	}
	.header__buttons--tablet {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.header__container {
		padding: 0 16px;
	}
}
@media (max-width: 600px) {
	.header__alt-wrapper {
		display: none;
	}
	.header__logo {
		position: initial;
		transform: unset;
		opacity: 1 !important;
	}
	.header__logo .d-non-mobile-logo {
		display: block;
	}
	.header__logo .d-mobile-logo {
		display: none;
	}
}

/* фикс горизонтального скролла из-за футера */
.footer__apps a img {
	object-fit: contain;
}
.footer-menu-block.footer-menu-block-first {
	margin-top: 0;
}
@media (max-width: 767px) {
	.footer__menu {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer__pay {
		grid-column: 1;
		grid-row: 6;
		margin-top: 20px;
		flex-direction: column !important;
		align-items: start;
		justify-content: start;
		gap: 10px;
	}
	.footer__pay a + a {
		margin-left: 0;
	}
	.footer__col--first {
		grid-column: 2;
		grid-row: 1;
	}
	.footer__apps {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		grid-column: 2;
		grid-row: 6;
		gap: 8px;
		margin-top: 20px;
	}
}
/* END фикс горизонтального скролла из-за футера */

.categories-list__btn.btn--black.active {
	background-color: var(--yellow);
}
.posts--offset-top {
	margin-top: 80px;
}
.posts__title--offset-top {
	margin-top: 64px;
}

.hero-simple__sticky-menu--absolute-categories {
	position: relative;
	align-items: flex-start;
}
.hero-simple__sticky-menu--absolute-categories .hero-simple__head-title {
	width: calc(100% - 75px);
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	opacity: 1;
	transition: height 0.3s ease-in-out, opacity 0.5s ease-in-out;
}

.hero-simple__sticky-menu--absolute-categories .hero-simple__head-title.hide {
	height: 0 !important;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.hero-simple__sticky-menu--absolute-categories .back-btn {
	margin-top: 3px;
}
.hero-simple__head-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 110%;
	text-align: center;
	color: #000;
	margin: 0;
}
.hero-simple__categories-list-wrapper--slidedown {
	grid-column: 2 / -1;
	transform: translateY(-200px);
	transition: 0.5s ease-in-out;
	position: absolute;
	left: 40px;
	right: 150px;
	padding: 24px 0;
	background-color: var(--white);
	width: calc(100% - 40px);
	top: 0;
	bottom: 0;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	z-index: 1;
	opacity: 0;
}
.hero-simple__categories-list-wrapper--slidedown.active {
	transform: translateY(0);
	opacity: 1;
}
.hero-simple__categories-list-wrapper--slidedown .hero-simple__categories-btn {
	height: 48px;
}
.hero-simple__categories-list-wrapper--slidedown .hero-simple__categories-list {
	flex-wrap: nowrap;
	justify-content: flex-start;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	width: 100%;
}
@media (max-width: 1024px) {
	.hero-simple__categories-list-wrapper--slidedown {
		display: none;
	}
	.hero-simple {
		position: initial;
		margin-top: 90px;
	}
	.posts__categories-list-wrapper--sticky-mobile {
		position: sticky;
		top: 80px;
		left: 0;
		right: 0;
		background-color: #fff;
		padding-top: 32px;
		padding-bottom: 32px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.posts--offset-top {
		margin-top: 48px;
	}
	.posts__title--offset-top {
		margin-top: 32px;
	}
}
@media (max-width: 991px) {
	.hero-simple__sticky-menu--absolute-categories {
		display: grid;
		grid-template-columns: 100%;
		padding-bottom: 0;
	}
	.hero-simple__sticky-menu--absolute-categories .hero-simple__back-btn {
		position: absolute;
		left: 0;
		top: 32px;
	}
	.hero-simple__sticky-menu--absolute-categories .hero-simple__head-title {
		padding: 0 145px;
		text-align: center;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.posts__categories-list-wrapper--sticky-mobile {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.hero-simple__sticky-menu--absolute-categories .back-btn {
		display: inline-flex;
		top: 26px;
		margin-top: 0;
	}

	.posts__title--offset-top {
		margin-top: 24px;
	}
	.hero-simple__sticky-menu {
		padding-top: 24px;
	}

	.hero-simple__sticky-menu--absolute-categories.hero-simple__sticky-menu--has-wide-title
		.hero-simple__back-btn {
		position: initial;
		margin-top: 0;
	}
	.hero-simple__sticky-menu--absolute-categories.hero-simple__sticky-menu--has-wide-title
		.hero-simple__head-title {
		padding: 0;
		text-align: left;
	}
}
@media (max-width: 610px) {
	.hero-simple__sticky-menu--absolute-categories .hero-simple__head-title {
		--lines-col: unset;
		padding: 0;
		font-size: 32px;
		font-weight: 600;
		line-height: 120%;
	}
	.hero-simple__sticky-menu--absolute-categories .back-btn {
		display: none;
	}
	.posts--offset-top {
		margin-top: 24px;
	}
}
@media (max-width: 376px) {
	.categories-list__btn {
		font-size: 16px !important;
	}
}

.posts__search-input {
	transition: var(--transition);
	border: 2px solid var(--grey-light);
}
.posts__search-input:is(:hover, :focus) {
	border: 2px solid #e0e3eb;
}

/* новые состояния кнопок */
.btn--primary {
	background-color: var(--yellow) !important;
	color: #2b3134 !important;
	transition: var(--transition);
}
.btn--primary:hover {
	background-color: var(--yellow-dark) !important;
	color: #2b3134 !important;
}
.btn--primary[disabled] {
	background-color: var(--yellow-light) !important;
	color: #71757f !important;
	pointer-events: none !important;
}

.btn--secondary {
	background-color: var(--white) !important;
	color: #2b3134 !important;
	border: 1px solid var(--yellow) !important;
	transition: var(--transition);
}
.btn--secondary:hover {
	background-color: var(--yellow) !important;
	color: #2b3134 !important;
}
.btn--secondary[disabled] {
	background-color: var(--white) !important;
	border-color: #ffea99 !important;
	color: #c6cbd3 !important;
	pointer-events: none !important;
}

.btn--grey {
	background-color: var(--white) !important;
	color: #2b3134 !important;
	border: 1px solid #e0e3eb !important;
	transition: var(--transition);
}
.btn--grey:hover {
	background-color: #e0e3eb !important;
	color: #2b3134 !important;
}
.btn--grey[disabled] {
	background-color: var(--white) !important;
	border-color: #e0e3eb !important;
	color: #e0e3eb !important;
	pointer-events: none !important;
}

.btn--transparent {
	background-color: var(--white) !important;
	color: #71757f !important;
	border: none !important;
	transition: var(--transition);
}
.btn--transparent:hover {
	background-color: var(--white) !important;
	color: #444951 !important;
}
.btn--transparent[disabled] {
	background-color: var(--white) !important;
	color: #c6cbd3 !important;
	pointer-events: none !important;
}

.btn--black:hover {
/* 	color: #2B3134!important; */
}
.btn--black[disabled] {
	background-color: var(--grey) !important;
	border-color: var(--grey) !important;
	pointer-events: none !important;
}

/* темная тема */
.bg-dark {
	background: #2b3134;
	padding: 20px;
}

.bg-dark .btn--secondary {
	color: #fff !important;
	background-color: transparent !important;
}
.bg-dark .btn--secondary:hover {
	background-color: var(--yellow) !important;
	color: #2b3134 !important;
}
.bg-dark .btn--secondary[disabled] {
	background-color: transparent !important;
	color: #71757f !important;
}

.bg-dark .btn--grey {
	background-color: transparent !important;
	color: #71757f !important;
	border-color: #71757f !important;
}
.bg-dark .btn--grey:hover {
	background-color: #71757f !important;
	color: #fff !important;
}
.bg-dark .btn--grey[disabled] {
	background-color: transparent !important;
	border-color: #444951 !important;
	color: #444951 !important;
}

.bg-dark .btn--transparent {
	background-color: transparent !important;
	color: #c6cbd3 !important;
	border: none !important;
}
.bg-dark .btn--transparent:hover {
	background-color: transparent !important;
	color: #9aa3b1 !important;
}
.bg-dark .btn--transparent[disabled] {
	background-color: transparent !important;
	color: #444951 !important;
	pointer-events: none !important;
}
/* Контейнер фиксирует соотношение сторон и фон-заглушку */
.ratio {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5f5f7; /* скелетон фон */
}

/* Высота через паддинг из CSS-переменных */
.ratio::before {
  content: "";
  display: block;
  padding-top: calc(var(--ratio-h, 9) / var(--ratio-w, 16) * 100%); /* по умолчанию ~16:9 */
}

/* Картинка занимает контейнер, появляется плавно */
.ratio__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
/*   transition: opacity .25s ease; */
  transition: .3s ease-in-out;
}

.ratio__media.is-loaded {
  opacity: 1;
}
