/*!
Theme Name: Phinix
Theme URI: https://phinix.us/
Author: Ilnaz
Author URI: https://t.me/gafiyatov
Description: An individually designed theme for the website www.phinix.us
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: phinix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* START FONTS */
/* Red Hat Display — Normal */
@font-face {
	font-family: "Red Hat Display";
	src: url("./fonts/RedHatDisplay-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Red Hat Display";
	src: url("./fonts/RedHatDisplay-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Red Hat Display";
	src: url("./fonts/RedHatDisplay-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Red Hat Display";
	src: url("./fonts/RedHatDisplay-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* Red Hat Display — Italic */
@font-face {
	font-family: "Red Hat Display";
	src: url("./fonts/RedHatDisplay-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Red Hat Display";
	src: url("./fonts/RedHatDisplay-MediumItalic.woff2") format("woff2");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Red Hat Display";
	src: url("./fonts/RedHatDisplay-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Red Hat Display";
	src: url("./fonts/RedHatDisplay-BlackItalic.woff2") format("woff2");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

:root {
	--font-sans: "Red Hat Display", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

* {
	font-family: var(--font-sans);
}

/* END FONTS */

/* Document
	 ========================================================================== *
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	text-decoration: unset;
	transition: 0.3s;
	color: inherit;
}

a:hover,
a:focus,
a:active {
	opacity: 0.8;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* START COLORS */
:root {
	--orange: #FF7900;
	--black: #131313;
	--gray-1: #333333;
	--gray-2: #A9A9A9;
	--gray-3: #F5F4F2;
	--white: #ffffff;
	--page-background: #F5F4F2;
}

/* END COLORS */

/* START HEADER */
.header-logo {
	display: flex;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.214545px;
	color: var(--orange);
}

/* Базовые стили меню */
.site-header .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	column-gap: 30px;
}

.site-header .menu-item {
	position: relative;
	display: flex;
}

.site-header .menu-item {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: var(--black);
	text-transform: uppercase;
}

.site-header .menu-item:hover {
	color: var(--orange);
}

.site-header .menu-arrow {
	margin-left: 6px;
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
	margin-bottom: -1px;
}

.site-header .menu-item:hover .menu-arrow {
	opacity: 0.7;
}

.site-header .menu-item:hover .menu-arrow svg path {
	fill: var(--orange);
}

.site-header .submenu-open .menu-arrow {
	transform: rotate(180deg);
}

.site-header .sub-menu .menu-arrow {
	transform: rotate(270deg);
}

.site-header .sub-menu {
	display: none;
	position: absolute;
	top: 120%;
	left: -50%;
	min-width: 300px;
	background: var(--white);
	margin: 0;
	padding: 8px 30px;
	z-index: 1000;
	list-style: none;
	flex-direction: column;

	box-shadow: 1px 1px 10px rgba(19, 19, 19, 0.2);
	border-radius: 14px;
}

.site-header .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	margin-left: 2px;
}

.site-header .sub-menu .menu-item>a {
	font-size: 16px;
}

.site-header .sub-menu .menu-item:last-child>a {
	border-bottom: none;
}

.site-header .sub-menu .menu-item {
	padding: 7.5px 20px;
	text-transform: none;
}

.site-header .has-submenu:hover>.sub-menu,
.site-header .has-submenu.submenu-open>.sub-menu {
	display: flex;
}

.site-header .sub-menu {
	animation: fadeInUp 0.2s ease;
}

.site-header .menu-item-has-children {
	position: relative;
}

.site-header .menu>.menu-item-has-children>.sub-menu {
	z-index: 1001;
}

.site-header .sub-menu>.menu-item-has-children>.sub-menu {
	z-index: 1002;
}

.site-header .menu,
.site-header .sub-menu {
	list-style: none;
}

.site-header .menu-item.current-menu-item>a {
	color: var(--orange);
}

.menu-navigation-container .menu {
	display: flex;
	column-gap: 40px;
}

.header-desktop-logo {
	display: flex;
}

.header-container {
	display: flex;
	max-width: 1200px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
	justify-content: space-between;
	column-gap: 40px;
	background: var(--white);
	border-radius: 0px 0px 24px 24px;
	min-height: 80px;
}

.site-header.desktop {
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px;
}

.header-mobile {
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--orange);
}

/* Дополнительные стили для улучшения работы меню */
.site-header .sub-menu.first-level {
	transform: translateX(-50%);
	left: 50%;
}

.site-header .sub-menu.nested-level {
	top: -8px;
}

/* Улучшенные стили для стрелок в подменю */
.site-header .sub-menu .has-submenu {
	position: relative;
}

.site-header .sub-menu .menu-arrow {
	margin-left: auto;
	transform: rotate(270deg);
	margin-bottom: 0;
}

.site-header .sub-menu .submenu-open .menu-arrow {
	transform: rotate(90deg);
}

/* Гарантируем правильное отображение многоуровневых меню */
.site-header .sub-menu .sub-menu {
	top: -8px;
	left: 100%;
	margin-left: 8px;
}

.site-header .sub-menu .sub-menu[style*="right"] {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 8px;
}

/* Улучшаем визуальное разделение пунктов меню */
.site-header .sub-menu .menu-item {
	border-bottom: 1px solid var(--gray-2);
	padding: 7px 0px;
	min-width: 240px;
	box-sizing: border-box;
}

.site-header .sub-menu .menu-item:last-child {
	border-bottom: none;
}

.site-header .sub-menu .menu-item>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: var(--gray-1);
	text-decoration: none;
}

.site-header .sub-menu .menu-item:hover {
	color: var(--orange);
}

.site-header .sub-menu .menu-item:hover>a {
	color: var(--orange);
}

/* Убираем лишние отступы у главного меню */
.menu-navigation-container .menu>.menu-item {
	margin: 0;
}

/* Улучшаем z-index для правильного отображения вложенных меню */
.site-header .sub-menu>.menu-item-has-children>.sub-menu {
	z-index: 1003;
}

.site-header .sub-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
	z-index: 1004;
}

/* Анимация для плавного появления */
.site-header .sub-menu {
	animation: fadeInUp 0.2s ease;
	transition: 0.3s;
}

/* Устраняем пробелы между меню */
.site-header .sub-menu {
	margin-top: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 13px !important;
}

.site-header .sub-menu .sub-menu {
	top: -4px !important;
	margin-left: 0 !important;
}

/* Создаем перекрытие между меню чтобы не было пробелов */
.site-header .has-submenu>.sub-menu {
	border-top: 4px solid transparent;
	margin-top: -4px;
}

.site-header .sub-menu .has-submenu>.sub-menu {
	border-left: 4px solid transparent;
	margin-left: -4px;
}

/* Убедимся, что все подменю остаются видимыми при наведении */
.site-header .has-submenu.submenu-open>.sub-menu,
.site-header .sub-menu .has-submenu:hover>.sub-menu {
	display: flex !important;
}

.site-header.mobile {
	display: none;
}

.mobile-menu-popup {
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Стили для стрелок мобильного меню */
.mobile-menu-popup-content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	height: 100%;
	max-width: 100%;
	overflow-y: scroll;
}

.header-mobile-navigation .mobile-menu-arrow {
	float: right;
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
	display: flex;
}

/* Стили для подменю в мобильной версии */
.header-mobile-navigation .sub-menu {
	display: none;
	padding-left: 15px;
	list-style: none;
	flex-direction: column;
	margin-left: unset;
}

.header-mobile-navigation .menu-item-has-children.mobile-submenu-open>.sub-menu {
	display: flex;
}

/* Стили для вложенных подменю */
.header-mobile-navigation .sub-menu .sub-menu {
	padding-left: 15px;
}

/* Базовые стили для мобильного меню */
.header-mobile-navigation .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	flex-direction: column;
}

.header-mobile-navigation .menu-item {
	color: var(--black);
	line-height: 1.4;
	font-weight: 600;
}

.mobile-submenu-open {
	color: var(--orange) !important;
}

.mobile-submenu-open .sub-menu {
	color: var(--black) !important;
}

.mobile-submenu-open .sub-menu .mobile-submenu-open {
	color: var(--orange) !important;
}

.header-mobile-navigation .menu-item a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.header-mobile-menu-open,
.header-mobile-menu-close {
	display: flex;
	cursor: pointer;
}

/* Адаптация */
@media screen and (max-width: 1240px) {
	.site-header.desktop {
		display: none;
	}

	.site-header.mobile {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 111;
	}

	.site-header.mobile .header-container {
		column-gap: 20px;
	}

	.mobile-menu-popup.open {
		display: flex;
		z-index: 9999;
		opacity: 1;
		visibility: visible;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		flex-direction: column;
		background: var(--white);
	}

	.mobile-menu-popup-header {
		display: flex;
		width: 100%;
		align-items: center;
		padding-top: 12px;
		padding-bottom: 12px;
		column-gap: 20px;
		justify-content: space-between;
		padding-left: 20px;
		padding-right: 20px;
		min-height: 60px;
	}

	.mobile-menu-popup .header-desktop-btn,
	.site-header.mobile .header-desktop-btn {
		height: 36px;
		background: var(--orange);
	}
}

@media screen and (max-width: 1024px) {
	.site-header.mobile .header-container {
		padding-left: 20px;
		padding-right: 20px;
		min-height: 60px;
		border-radius: 0px 0px 14px 14px;
	}

	.header-mobile-navigation .menu-item a {
		text-transform: uppercase;
		font-style: normal;
		font-size: 16px;
		line-height: 1.4;
		padding: 15px 0;
		display: flex;
		align-items: center;
	}

	.mobile-menu-popup-content {
		padding-top: 20px;
		padding-bottom: 100px;
		display: flex;
		flex-direction: column;
	}

	.header-mobile {
		margin-top: auto;
		padding-top: 40px;
	}

	.header-mobile-navigation .sub-menu .menu-item a {
		text-transform: none;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		color: var(--gray-1);
		border-bottom: 1px solid var(--gray-2);
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header-mobile-navigation .sub-menu .menu-item:first-child a {
		padding-top: unset;
	}

	.header-mobile-navigation .sub-menu .menu-item:last-child a {
		border-bottom: unset;
		padding-bottom: unset;
	}

	.header-mobile-navigation .sub-menu {
		padding-left: unset;
	}
}

/* END HEADER */

html {
	background: var(--page-background);
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: var(--page-background);
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

/* START FOOTER */
.site-footer {
	margin-top: auto;
	display: flex;
}

.site-footer-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: var(--gray-2);
}

.site-footer-container-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 60px 20px;
	border-radius: 0px 0px 40px 40px;
	background: url("https://phinix.us/wp-content/uploads/2025/11/Group-691315343.webp");
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.site-footer-container {
	max-width: 1200px;
	display: flex;
	width: 100%;
	column-gap: 100px;
	color: var(--white);
}

.site-footer-container-column {
	display: flex;
	flex-direction: column;
}

.site-footer-container-column.c1 {
	max-width: 430px;
	width: 100%;
}

.site-footer-container-column.c2 {
	max-width: 370px;
	width: 100%;
}

.site-footer-container-column.c3 {
	max-width: 200px;
	width: 100%;
}

.site-footer-container-column-link {
	display: flex;
    flex-direction: column;
	row-gap: 1px;
}

.site-footer-container-column-link .title {
	font-weight: 500;
    font-size: 15px;
}

.site-footer-container-column-link .subtitle {
	font-size: 13px;
    opacity: 0.84;
}

.site-footer-logo {
	display: flex;
	margin-bottom: 23px;
}

.site-footer-address {
	display: flex;
	flex-direction: column;
	row-gap: 6px;
	margin-bottom: 8px;
}

.site-footer-address-title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}

.site-footer-address-value {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
}

.site-footer-phone {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	display: flex;
	margin-bottom: 14px;
}

.site-footer-socials {
	display: flex;
	flex-wrap: wrap;
	row-gap: 14px;
	column-gap: 34px;
	margin-bottom: 20px;
}

.site-footer-social {
	display: flex;
	align-items: center;
	column-gap: 10px;
	width: fit-content;
}

.site-footer-social span {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
}

.site-footer-hours {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
}

.site-footer-container-column-title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	display: flex;
	margin-bottom: 10px;
}

.site-footer-container-column-description {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	margin-bottom: 30px;
}

.site-copyright {
	display: flex;
	padding: 30px 20px;
	justify-content: center;
}

.site-copyright-container {
	max-width: 1200px;
	width: 100%;
	display: flex;

	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: var(--black);
}

.site-copyright-text {
	display: flex;
	margin-right: 60px;
}

.site-copyright-link {
	display: flex;
	margin-left: 20px;
}

.site-copyright-link.dojotal {
	margin-left: auto;
	display: flex;
	align-items: center;
	column-gap: 6px;
}

@media screen and (max-width: 1024px) {
	.site-footer-container {
		flex-direction: column;
		row-gap: 30px;
	}

	.site-footer-container-column-description {
		margin-bottom: 25px;
	}

	.site-footer-container-column.c2 {
		max-width: unset;
	}

	.site-footer-container-wrapper {
		padding-bottom: 40px;
		border-radius: 0px 0px 14px 14px;
	}

	.site-footer-address-title {
		font-size: 14px;
	}

	.site-footer-address-value {
		font-size: 18px;
	}

	.site-footer-phone {
		font-size: 24px;
	}

	.site-footer-social svg {
		width: 25px;
		height: auto;
	}

	.site-footer-social span {
		font-size: 14px;
	}

	.site-footer-social {
		column-gap: 10px;
	}

	.site-footer-socials {
		column-gap: 24px;
		row-gap: 14px;
	}

	.site-footer-logo svg {
		width: 274px;
		height: auto;
	}

	.site-footer-hours {
		font-size: 14px;
	}

	.site-footer-container-column-title {
		font-size: 16px;
	}

	.site-footer-container-column-description {
		font-size: 14px;
	}

	.site-copyright-container {
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 5px;
	}

	.site-copyright-text {
		margin-right: unset;
	}

	.site-copyright-link {
		margin-left: unset;
	}

	.site-copyright-container {
		font-size: 12px;
	}

	.site-copyright {
		padding: 15px 20px;
	}

	.site-copyright-link.dojotal {
		column-gap: 4px;
	}

	.site-copyright-link.dojotal svg {
		width: 14px;
		height: auto;
	}

	.site-footer-container-column.c2 .btn {
		max-width: 450px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.site-main {
		margin-bottom: 60px !important;
	}
}

/* END FOOTER */

.btn {
	cursor: pointer;
	background: var(--orange);
	border-radius: 15px;
	color: var(--white);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	padding: 16px 40px;
	width: fit-content;
}

.site-main {
	margin-top: 124px;
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
}

.page-section {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.page-section-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.max-width-1200 {
	max-width: 1200px;
}

/* START TYPOGRAPHY */
.site-title {
	font-style: normal;
	font-weight: 700;
	color: var(--black);
	line-height: 1.1;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5 {
	margin: unset;
}

/* END TYPOGRAPHY */

/* START HOME */
.home-banner-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
	min-height: 614px;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-between;
	background: url("https://phinix.us/wp-content/uploads/2025/11/baner_01.webp");
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.home-banner-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.home-banner-subtitle {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: var(--white);
}

.home-banner-container h1 {
	color: var(--white);
}

.home-banner-footer {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: center;
	margin-top: auto;
}

.home-banner-footer-actions {
	display: flex;
	column-gap: 14px;
}

.home-banner-footer-benefits {
	display: flex;
	column-gap: 24px;
}

.home-banner-footer-benefit {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.home-banner-footer-benefit span {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: var(--white);
}

.home-banner-footer-action {
	display: flex;
	align-items: center;
	background: var(--white);
	border-radius: 10px;
	padding: 10px 17px;
	column-gap: 17px;
	min-width: 196px;
	justify-content: center;
}

.home-banner-footer-action-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-banner-footer-action-content-rating {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	color: var(--black);
}

.home-banner-footer-action-content-counts {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: var(--black);
	white-space: nowrap;
}

.home-banner-footer .btn {
	max-width: 196px;
	text-align: center;
	line-height: 1.15;
}

.home-banner-paginations {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	margin-top: 25px;
}

.home-banner-pagination {
	min-width: 10px;
	min-height: 10px;
	border-radius: 100%;
	background: var(--gray-2);
	cursor: pointer;
	transition: 0.3s;
}

.home-banner-pagination:hover {
	opacity: 0.7;
}

.home-banner-pagination.active {
	background: var(--orange);
}

.home-page .page-section:not(:last-child) {
	margin-bottom: 100px;
}

.home-page .page-section.home-banner {
	margin-bottom: 70px;
}

.page-section-title {
	text-align: center;
	margin-bottom: 40px;
}

.cards-with-icons {
	display: flex;
	column-gap: 20px;
}

.cards-with-icons.f-w {
	flex-wrap: wrap;
	row-gap: 20px;
}

.card-with-icon {
	max-width: 386px;
	width: 100%;
	display: flex;
	background: var(--white);
	border-radius: 24px;
	padding: 30px;
	flex-direction: column;
}

.card-with-icon svg {
	margin-bottom: 20px;
}

.card-with-icon-title {
	margin-bottom: 14px;
	line-height: 1.2;
	font-weight: 500;
}

.card-with-icon-description {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: var(--gray-1);
}

.card-with-icon-description b {
	font-weight: 500;
	color: var(--orange);
}

.card-with-icon.with-image {
	padding: 24px;
}

.card-with-icon.with-image .card-with-icon-image {
	margin-bottom: 24px;
	border-radius: 14px;
	overflow: hidden;
}

.card-with-icon.with-btn .btn {
	width: 100%;
	margin-top: 40px;
}

.card-with-icon.with-image .card-with-icon-title {
	font-weight: 600;
}

.m-c {
	margin: 0 auto;
}

.f-w {
	flex-wrap: wrap;
}

.cards-with-icons.f-w {
	row-gap: 20px;
}

.choose .btn {
	margin-top: 30px;
}

::selection {
	background: var(--orange);
	color: var(--white);
	text-shadow: none;
}

::-moz-selection {
	background: var(--orange);
	color: var(--white);
	text-shadow: none;
}

.solutions-description {
	max-width: 717px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	text-align: center;
	color: var(--gray-1);
	display: flex;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.solutions-btn {
	margin-left: auto;
	margin-right: auto;
}

.page-section-header {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	row-gap: 10px;
}

.page-section-header .page-section-title {
	margin-bottom: unset;
	text-align: center;
	align-items: center;
}

.page-section-subtitle {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	text-align: center;
	color: var(--gray-1);
	justify-content: center;
}

.areas-map {
	width: 100%;
	position: relative;
}

.areas-map-image {
	border-radius: 24px;
	width: 100%;
}

.areas-map-widget {
	position: absolute;
	max-width: 328px;
	background: #FFFFFF;
	border-radius: 24px;
	padding: 40px 30px;
	bottom: 30px;
	right: 40px;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.areas-map-widget .btn {
	width: 100%;
}

.areas-map-zones {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.areas-map-zone {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.areas-map-zone span {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: var(--black);
}

.texts-with-icons {
	display: flex;
	flex-wrap: wrap;
	column-gap: 80px;
	row-gap: 30px;
}

.text-with-icon {
	display: flex;
	column-gap: 24px;
	max-width: calc(50% - 40px);
	width: 100%;
}

.text-with-icon svg {
	min-width: 82px;
}

.text-with-icon-content {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}

.promotions-items {
	display: flex;
	column-gap: 20px;
}

.promotions-item {
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-top: 30px;
	min-height: 288px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	max-width: calc(50% - 10px);
	width: 100%;
	justify-content: end;
}

.promotions-item-title {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	color: var(--white);
}

.promotions-item-title b {
	color: var(--orange);
}

.promotions-item-description {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	color: var(--white);
	max-width: 326px;
	display: flex;
	margin-top: 8px;
}

.promotions-item.p1 {
	background: url("https://phinix.us/wp-content/uploads/2025/11/Frame-1000006471.webp");
}

.promotions-item.p2 {
	background: url("https://phinix.us/wp-content/uploads/2025/11/Frame-1000006471-1.webp");
}

.promotions-item .btn {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.faqs {
	display: flex;
	flex-direction: column;
}

.horizontal-scroll .card-with-icon {
	min-width: 386px;
	max-width: unset;
}

.faqs .faq {
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--gray-2);
	padding-top: 20px;
}

.faqs .faq:first-child {
	padding-top: unset;
}

.faqs .faq:last-child {
	padding-bottom: unset;
	border-bottom: unset;
}

.faqs .faq .faq-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	column-gap: 20px;
}

.faqs .faq .faq-title {
	font-size: 20px;
	font-weight: 500;
}

/* Только прозрачность без управления высотой */
.faqs .faq-content {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: 0.3s;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: var(--gray-1);
}

.faqs .faq.open .faq-content {
	opacity: 1;
	height: auto;
	padding-top: 10px;
}

/* Анимация стрелки */
.faqs .faq-header svg {
	transition: transform 0.3s ease;
	min-width: fit-content;
}

.faqs .faq.open .faq-header svg {
	transform: rotate(90deg);
}

.faqs .faq.open .faq-header svg path {
	fill: var(--orange);
}

.faqs .faq.open .faq-header {
	color: var(--orange);
}

.faq-wrapper {
	display: flex;
	padding-left: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 60px;
	justify-content: space-between;
	border-radius: 24px;
	overflow: hidden;
	background: var(--white);
	column-gap: 180px;
}

.faq-information {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.faq-information .site-title {
	font-size: 24px;
}

.faqs {
	max-width: 570px;
}

.faq-information h3.site-title {
	font-size: 20px;
	font-weight: 500;
}

.faq-information-footer-subtitle {
	display: flex;
	margin-bottom: 20px;
	margin-top: 12px;
	max-width: 312px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: var(--gray-1);
}

.faq-information-footer .btn {
	white-space: nowrap;
}

.reviews {
	display: flex;
	column-gap: 20px;
	row-gap: 20px;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
}

.review {
	border-radius: 24px;
	background: var(--white);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 38px;
	padding-bottom: 30px;
	max-width: 386px;
	width: 100%;
}

.review-header {
	display: flex;
	column-gap: 20px;
	align-items: center;
	margin-bottom: 25px;
}

.review-header-text {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.review-text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: var(--gray-1);
}

.review-header-text-name {
	display: flex;
	align-items: center;
	column-gap: 12px;

	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: var(--black);
}

.review-header-text-rating-address {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: var(--gray-2);
}

.review-header-text-rating {
	display: flex;
	align-items: center;
	column-gap: 12px;
}

.review-header-text-rating-stars {
	display: flex;
	align-items: center;
	column-gap: 2px;
}

.dine-images {
	display: flex;
	column-gap: 20px;
	margin-bottom: 40px;
}

.dine-image {
	border-radius: 24px;
	overflow: hidden;
}

.dine-benefits-container {
	display: flex;
	column-gap: 60px;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
}

.dine-text {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
	padding: 30px;
	border-radius: 24px;
	background: #ffffff;
	max-width: 580px;
	width: 100%;
}

.dine-text-description {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: var(--gray-1);
}

.dine-benefits {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
}

.dine-benefit {
	display: flex;
	align-items: center;
	column-gap: 12px;
}

.dine-benefit span {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: var(--gray-1);
}

@media screen and (max-width: 1024px) {
	.dine-text {
		border-radius: 14px;
		padding: 24px;
		row-gap: 12px;
		background: #ffffff;
	}

	.dine-text-description {
		font-size: 14px;
	}

	.dine-images {
		display: flex;
		column-gap: 14px;
		margin-bottom: 20px;
	}

	.dine-image {
		border-radius: 14px;
	}

	.dine-benefit svg {
		width: 21px;
		height: 21px;
		min-width: 21px;
		min-height: 21px;
	}

	.dine-benefits {
		row-gap: 10px;
	}

	.dine-benefit span {
		font-size: 14px;
	}

	.dine-benefits-container {
		padding: 0;
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.page-section.solutions {
		padding-left: unset;
		padding-right: unset;
	}

	.solutions h2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.solutions-description {
		padding-left: 20px;
		padding-right: 20px;
	}

	.solutions .btn {
		width: calc(100% - 40px) !important;
		margin-left: auto;
		margin-right: auto;
	}

	.horizontal-scroll .card-with-icon {
		min-width: min(100%, 386px);
	}

	.horizontal-scroll.cards-with-icons {
		padding-left: 20px;
		padding-right: 20px;
	}

	.scroll-arrow {
		display: none;
	}

	.site-main {
		margin-top: 80px;
	}

	.home-banner-container {
		min-height: 294px;
		padding: 20px;
		border-radius: 14px;
	}

	h1.site-title {
		font-size: 28px;
	}

	.home-banner h1 {
		font-size: 16px;
	}

	.home-banner-subtitle {
		font-size: 12px;
		max-width: 273px;
		margin-left: auto;
		margin-right: auto;
		font-weight: 500;
	}

	.home-banner-header {
		row-gap: 3px;
	}

	.home-banner-footer-action-content-rating {
		font-size: 10px;
	}

	.home-banner-footer-action-content-counts {
		font-size: 7px;
	}

	.home-banner-footer-action {
		padding: 8px 9px;
		min-width: 98px;
		border-radius: 5px;
		column-gap: 7px;
	}

	.scroll-pagination {
		margin-top: 10px !important;
		gap: 8px !important;
	}

	.home-banner-footer .btn {
		max-width: 98px;
		font-size: 10px;
		border-radius: 5px;
		padding: 8px 9px;
	}

	.home-banner-footer-action svg {
		width: 30px;
		height: fit-content;
	}

	.home-banner-footer-action.google svg {
		width: 20px;
	}

	.home-banner-footer {
		row-gap: 15px;
	}

	.home-banner-footer-benefit span {
		font-size: 12px;
	}

	.home-banner-footer-benefit {
		column-gap: 8px;
	}

	.home-banner-footer-benefit svg {
		width: 16px;
		height: fit-content;
	}

	.home-banner-footer-actions {
		column-gap: 8px;
	}

	.home-banner-paginations {
		margin-top: 10px;
	}

	.home-banner-pagination {
		min-width: 8px;
		min-height: 8px;
	}

	h2 {
		font-size: 24px;
	}

	.page-section-title {
		margin-bottom: 24px;
	}

	.cards-with-icons:not(.horizontal-scroll) {
		flex-wrap: wrap;
		row-gap: 14px;
		justify-content: center;
	}

	.card-with-icon {
		max-width: 450px;
		border-radius: 14px;
		padding: 24px;
	}

	.home-page .page-section.home-banner {
		margin-bottom: 42px;
	}

	h3 {
		font-size: 18px;
	}

	.card-with-icon-description {
		font-size: 14px;
	}

	.btn {
		font-size: 16px;
		border-radius: 10px;
	}

	.choose .btn {
		margin-top: 14px;
		max-width: 450px;
		width: 100%;
	}

	.home-page .page-section:not(:last-child) {
		margin-bottom: 60px;
	}

	.card-with-icon.with-image .card-with-icon-image {
		border-radius: 12px;
		margin-bottom: 20px;
	}

	.card-with-icon.with-btn .btn {
		margin-top: 30px;
	}

	.solutions-description {
		font-size: 14px;
		margin-top: 22px;
		max-width: 302px;
	}

	.scroll-dot {
		min-width: 8px !important;
		min-height: 8px !important;
	}

	.solutions .btn.type-2 {
		max-width: 450px;
		width: 100%;
	}

	.page-section-subtitle {
		font-size: 14px;
	}

	.areas-map-widget {
		position: relative;
		bottom: unset;
		right: unset;
		max-width: unset;
		padding: unset;
		border-radius: unset;
		background: unset;
	}

	.page-section-header {
		margin-bottom: 20px;
	}

	.areas-map-image {
		border-radius: 14px;
	}

	.areas-map {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}

	.areas-map-zones {
		display: flex;
		column-gap: 24px;
		row-gap: 12px;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}

	.areas-map-zone {
		column-gap: 12px;
		width: fit-content;
	}

	.areas-map-zone span {
		font-size: 14px;
	}

	.areas-map-widget .btn {
		max-width: 450px;
	}

	.areas-map-widget {
		align-items: center;
	}

	.text-with-icon {
		max-width: 100%;
		column-gap: 20px;
	}

	.text-with-icon svg {
		min-width: 60px;
		height: fit-content;
	}

	.text-with-icon-description {
		font-size: 14px;
	}

	.text-with-icon-content {
		row-gap: 8px;
	}

	.texts-with-icons {
		row-gap: 20px;
	}

	.promotions-items {
		flex-direction: column;
		row-gap: 14px;
	}

	.promotions-item {
		max-width: 100%;
		padding: 24px;
		border-radius: 14px;
		min-height: 210px;
	}

	.promotions-item .btn {
		width: 100%;
		max-width: 450px;
		margin-top: 30px;
	}

	.promotions-item-title {
		font-size: 24px;
	}

	.promotions-item-description {
		font-size: 14px;
		margin-top: 6px;
	}

	.faq-wrapper {
		flex-direction: column;
		column-gap: 100px;
		padding: 24px;
		row-gap: 40px;
	}

	.faq-information {
		row-gap: 24px;
	}

	.faq-information h3.site-title {
		font-size: 16px;
	}

	.faq-information-footer .btn {
		max-width: 450px;
		width: 100%;
	}

	.faq-information-footer-subtitle {
		margin-bottom: 30px;
	}

	.faqs .faq .faq-title {
		font-size: 16px;
	}

	.faq-content-text {
		font-style: 14px;
	}

	.review {
		padding: 24px;
		border-radius: 14px;
	}

	.review-avatar {
		width: 40px;
		height: auto;
	}

	.review-header-text-name,
	.review-header-text-rating-address {
		font-size: 14px;
	}

	.review-header-text {
		row-gap: 1px;
	}

	.review-header-text-rating-stars {
		column-gap: 1px;
	}

	.review-header-text-rating-stars svg {
		width: 11px;
		height: auto;
	}

	.bullet-svg {
		width: 3px;
	}

	.review-header {
		margin-bottom: 16px;
	}

	.review-text {
		font-size: 14px;
	}
}

/* Мобильный / планшетный вариант */
@media (max-width: 1024px) {
	.page-section.clients {
		padding-left: unset;
		padding-right: unset;
	}

	.reviews {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 20px;
		flex-wrap: nowrap;
		padding-left: 20px;
		padding-right: 20px;
		justify-content: unset;
	}

	.reviews::-webkit-scrollbar {
		display: none;
		/* скрыть скроллбар */
	}

	.review {
		flex: 0 0 auto;
		max-width: 386px;
		min-width: min(100%, 386px);
		/* чтобы на очень узких экранах карточка занимала всю ширину */
		scroll-snap-align: center;
	}

	.reviews-pagination {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-top: 10px;
	}

	.reviews-dot {
		min-width: 8px;
		min-height: 8px;
		border-radius: 50%;
		border: none;
		padding: 0;
		background: var(--gray-2);
		cursor: pointer;
	}

	.reviews-dot.active {
		background: var(--orange);
	}
}

/* END HOME */

.btn.type-2 {
	background: var(--white);
	border: 2px solid var(--orange);
	color: var(--orange);
}

.horizontal-scroll {
	position: relative;
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.horizontal-scroll::-webkit-scrollbar {
	display: none;
}

.scroll-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: unset;
	border-radius: unset;
	background: transparent;
	border: unset;
	outline: unset;
}

.scroll-arrow.left {
	left: -38px;
}

.scroll-arrow.right {
	right: -38px;
}

.scroll-arrow[disabled] {
	opacity: .4;
	pointer-events: none;
}

.scroll-pagination {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 25px;
}

.scroll-dot {
	min-width: 10px;
	min-height: 10px;
	border-radius: 100%;
	background: var(--gray-2);
	cursor: pointer;
	transition: 0.3s;
}

.scroll-dot.active {
	background: var(--orange);
}

/* START CATERING */
.catering-banner-header {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
	align-items: center;
	text-align: center;
	z-index: 1;
}

.page-template-catering .site-main {
	margin-top: 140px;
}

.catering-banner-subtitle {
	max-width: 717px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	color: var(--gray-1);
}

.catering-banner-header h1 {
	font-size: 36px;
}

.catering-page .page-section-container {
	align-items: center;
	position: relative;
}

.catering-banner .btn {
	margin-top: 60px;
	margin-bottom: 40px;
	z-index: 1;
}

.catering-banner-benefits {
	display: flex;
	column-gap: 60px;
	align-items: center;
	z-index: 1;
}

.catering-banner-benefits-information {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
	padding: 30px;
	background: var(--white);
	border-radius: 24px;
	max-width: 580px;
	width: 100%;
}

.catering-banner-benefits-information-title {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: var(--black);
}

.catering-banner-benefits-items {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
}

.catering-banner-benefits-item {
	display: flex;
	align-items: center;
	column-gap: 14px;
}

.catering-banner-benefits-item svg {
	min-width: 26px;
	height: auto;
}

.catering-banner-benefits-item span {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: var(--gray-1);
}

.catering-banner-ezcater {
	display: flex;
	background: var(--white);
	align-items: center;
	padding: 19px 20px;
	border-radius: 14px;
	column-gap: 5px;
	margin-top: 40px;
	z-index: 1;
}

.catering-banner-ezcater span {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: var(--black);
}

.catering-banner-ezcater-svg {
	margin-right: 15px;
}

.catering-banner-image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -200px;
}

.catering-page .page-section:not(:last-child) {
	margin-bottom: 100px;
}

.partners .card-with-icon-btn {
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.partners .card-with-icon-btn {
	margin-top: auto !important;
}

.partners .card-with-icon-description {
	display: flex;
	margin-bottom: 40px;
}

.call-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 50px;
}

.call-information {
	display: flex;
	align-items: center;
	column-gap: 60px;
}

.call-header-phone {
	font-style: normal;
	font-weight: 700;
	font-size: 80px;
	line-height: 1.2;
	color: var(--orange);
}

.call-header-subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: var(--gray-1);
}

.call-information-person {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
	padding: 30px;
	background: var(--white);
	border-radius: 24px;
	max-width: 505px;
	width: 100%;
}

.call-information-person h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: var(--black);
}

.call-information-available {
	display: flex;
	justify-content: center;
	flex-direction: column;
	row-gap: 18px;
}

.call-information-available-row {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: var(--gray-1);
	max-width: 365px;
}

.partners .page-section-subtitle {
	max-width: 777px;
}

.images .page-section-container {
	row-gap: 40px;
}

.images .page-section-container .images-image {
	border-radius: 24px;
}

.action .page-section-container {
	flex-direction: row;
	column-gap: 86px;
	padding: 40px 60px;
	border-radius: 24px;
	background: var(--white);
	overflow: hidden;
	justify-content: space-between;
}

.action-title {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.action-title .subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: var(--gray-1);
}

.action-title .subtitle b {
	color: var(--orange);
	font-weight: 400;
}

.wpcf7,
.wpcf7-form {
	width: 100%;
}

.contact-form-container {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.contact-form-container-row {
	display: flex;
	column-gap: 30px;
}

.contact-form-container-filed,
.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	width: 100%;
	outline: unset;
	height: 50px;
	background: #FFFFFF;
	border-radius: 14px;
	border: unset;
	padding: 15px 20px;
}

.wpcf7-form .wpcf7-textarea {
	min-height: 150px;
}

.contact-form-container-filed {
	display: flex;
	row-gap: 8px;
	flex-direction: column;
}

.contact-form-container-field-label {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: var(--gray-1);
}

.wpcf7-form .wpcf7-submit {
	cursor: pointer;
	background: var(--orange);
	border-radius: 15px;
	color: var(--white);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	padding: 16px 40px;
	width: fit-content;
	outline: unset;
	border: unset;
	transition: 0.3s;
}

.wpcf7-form .wpcf7-submit:hover {
	opacity: 0.7;
}

.wpcf7-form .wpcf7-spinner {
	margin: unset;
	margin-top: calc(-30px - 37px);
	margin-left: 10px;
}

.wpcf7-form .wpcf7-response-output {
	margin: unset !important;
	position: relative;
	top: unset;
	padding: 12px 20px !important;
	margin-top: 42px !important;
	border-radius: 24px;
	color: var(--black);
	width: fit-content;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 600px;
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 5px;
}

/* Мобильный / планшетный вариант */
@media (max-width: 1024px) {
	.catering-banner-header h1 {
		font-size: 28px;
	}

	.wpcf7-form .wpcf7-textarea {
		min-height: 100px;
	}

	.page-template-catering .site-main {
		margin-top: 90px;
	}

	.catering-banner-subtitle {
		font-size: 14px;
	}

	.catering-banner .btn {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.catering-banner .btn {
		text-align: center;
	}

	.btn {
		text-align: center;
	}

	.catering-banner-benefits {
		flex-direction: column;
		padding: 24px;
		border-radius: 14px;
		background: var(--white);
		row-gap: 20px;
		align-items: flex-start;
	}

	.catering-banner-benefits-information {
		padding: unset;
		border-radius: unset;
		row-gap: 12px;
	}

	.catering-banner-benefits-information-description {
		font-size: 14px;
	}

	.catering-banner-benefits-information-title {
		font-size: 18px;
	}

	.catering-banner-benefits-item span {
		font-size: 14px;
	}

	.catering-banner-benefits-items {
		row-gap: 10px;
	}

	.catering-banner-benefits-item {
		column-gap: 10px;
	}

	.catering-banner-benefits-item svg {
		min-width: 21px !important;
		width: 21px !important;
	}

	.catering-banner-ezcater {
		padding: 14px 24px;
		margin-top: 14px;
		border-radius: 10px;
		flex-direction: row;
		row-gap: 2px;
		flex-wrap: wrap;
		padding-top: 12px;
	}

	.catering-banner-ezcater-svg {
		margin-right: 5px;
		width: 40px;
		min-width: 40px;
	}

	.catering-banner-ezcater span {
		font-size: 13px;
	}

	.catering-banner-ezcater svg:not(.catering-banner-ezcater-svg) {
		width: 11px;
		height: auto;
	}

	.catering-page .page-section:not(:last-child) {
		margin-bottom: 60px;
	}

	.call-header-phone {
		font-size: 36px;
	}

	.call-header-subtitle {
		font-size: 14px;
		max-width: 320px;
	}

	.call-header {
		margin-bottom: 24px;
	}

	.call-information {
		flex-direction: column;
		padding: 24px;
		border-radius: 14px;
		background: var(--white);
		row-gap: 20px;
		align-items: flex-start;
	}

	.call-information-person {
		padding: unset;
		border-radius: unset;
		row-gap: 12px;
	}

	.call-information-person h3 {
		font-size: 18px;
	}

	.call-information-available-row {
		font-size: 16px;
	}

	.call-information-available {
		row-gap: 10px;
	}

	.partners .card-with-icon-description {
		margin-bottom: 30px;
	}

	.images .page-section-container .images-image {
		border-radius: 14px;
	}

	.images .page-section-container {
		row-gap: 10px;
	}

	.action .page-section-container {
		flex-direction: column;
		padding: 24px;
		border-radius: 14px;
	}

	.action-title {
		row-gap: 12px;
		text-align: center;
		align-items: center;
		margin-bottom: 30px;
	}

	.action-title .subtitle {
		font-size: 14px;
	}

	.action .btn {
		max-width: 450px;
		width: 100%;
	}

	.contact-form-container-row {
		flex-direction: column;
		row-gap: 15px;
	}

	.contact-form-container {
		row-gap: 15px;
	}

	.contact-form-container-field-label {
		font-size: 14px;
	}

	.wpcf7-form .wpcf7-response-output {
		border-radius: 14px;
		padding: 12px 15px !important;
		font-size: 15px;
		line-height: 1.3;
		margin: unset !important;
		margin-top: 50px !important;
	}

	.page-section.contact {
		margin-bottom: 30px;
	}

	.wpcf7-form .wpcf7-spinner {
		margin-top: calc(-30px - 22px);
	}
}

/* END CATERING */

/* START SERVICES */
.services-page .catering-banner-header {
	margin-bottom: 40px;
}

.services-page .page-section:not(:last-child) {
	margin-bottom: 100px;
}

.services-page .page-section.solutions {
	margin-bottom: 60px;
}

.action .btn {
	white-space: nowrap;
	height: fit-content;
}

.action .page-section-container {
	align-items: center;
}

.service-page .page-section:not(:last-child) {
	margin-bottom: 60px;
}

.service-page .page-section.action {
	margin-bottom: 100px;
}

.service-page h1 {
	font-size: 36px;
	max-width: 915px;
	margin-bottom: 40px;
	margin-top: 16px;
}

.service-banner-information {
	display: flex;
	align-items: center;
	column-gap: 60px;
	font-size: 18px;
	color: var(--gray-1);
	line-height: 1.2;
}

.service-banner-footer {
	font-size: 18px;
	color: var(--gray-1);
	line-height: 1.2;
	display: inline;
	margin-top: 40px;
}

.service-banner-footer b {
	color: var(--orange);
	font-weight: inherit;
}

.service-banner-information p {
	margin: unset;
	line-height: 1.2;
}

.service-banner-information p b {
	font-weight: inherit;
	color: var(--orange);
}

.service-banner-information-text {
	display: flex;
	flex-direction: column;
	max-width: 540px;
	row-gap: 20px;
}

.service-banner-information-image {
	max-width: 600px;
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
	object-fit: cover;
	height: 360px;
}

.service-page .images {
	margin-bottom: 100px !important;
}

.service-page .images .page-section-container {
	align-items: center;
}

.service-page .images-image {
	width: fit-content;
}

/* Мобильный / планшетный вариант */
@media (max-width: 1024px) {
	.service-page .images {
		margin-bottom: 60px !important;
	}

	.services-page {
		margin-top: 90px !important;
	}

	.services-page .catering-banner-header {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px;
	}

	.services-page .cards-with-icons.f-w {
		padding-left: 20px;
		padding-right: 20px;
	}

	.services-page .page-section:not(:last-child) {
		margin-bottom: 60px;
	}

	.services-page .page-section.solutions {
		margin-bottom: 40px;
	}

	.service-page h1 {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.service-banner-information {
		flex-direction: column;
		row-gap: 20px;
	}

	.service-banner-information-image {
		border-radius: 14px;
		height: 210px;
	}

	.service-banner-information-text {
		row-gap: 14px;
		max-width: unset;
	}

	.service-banner-information-text p {
		font-size: 16px;
	}

	.service-banner-footer {
		margin-top: 14px;
		font-size: 16px;
	}

	.service-page .page-section.order {
		margin-bottom: 40px;
	}

	.service-page .page-section.action {
		margin-bottom: 60px;
	}
}

/* END SERVICES */

.error-404 {
	display: flex;
	justify-content: center;
}

.error-404-container {
	display: flex;
	max-width: 1200px;
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.error-404-container .page-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--gray-1);
}

.error-404 h1 {
	color: var(--black);
}

@media (max-width: 1024px) {
	.error-404 h1 {
		font-size: 28px;
	}

	.error-404-container {
		padding-top: 20px;
	}
}

.grecaptcha-badge {
	display: none !important;
}

.about-page h1 {
	max-width: unset;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.enterprise-page h1 {
	max-width: unset;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.enterprise-benefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.enterprise-benefits .dine-benefit {
	padding: 24px;
	border-radius: 12px;
	background: #ffffff;
	overflow: hidden;
	width: fit-content;
}

.enterprise-page .page-section-header {
	margin-bottom: 40px;
}

.enterprise-page .page-section:not(:last-child) {
	margin-bottom: 100px !important;
}

.enterprise-page .service-banner-information-image {
	height: 390px;
}

.enterprise-page .service-banner-information-text .p2 {
	row-gap: 15px;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.enterprise-page .service-banner-information-text .orange {
	color: var(--orange);
}

@media (max-width: 1024px) {
	.enterprise-page .service-banner-information-image {
		height: 210px;
	}

	.enterprise-page .page-section:not(:last-child) {
		margin-bottom: 60px !important;
	}

	.enterprise-page .page-section-header {
		margin-bottom: 20px;
	}

	.enterprise-benefits .dine-benefit {
		padding: 12px;
	}

	.enterprise-benefits {
		gap: 10px;
	}
}

/* START CONTACT US */
.contact-form-wrapper {
	display: flex;
	column-gap: 100px;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	row-gap: 60px;
}

.contact-form-content {
	display: flex;
	width: 100%;
	flex-direction: column;
	row-gap: 30px;
	max-width: 430px;
}

.contact-form-content-field {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}

.contact-form-content-field-title {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #333333;
}

.contact-form-content-field-link {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #131313;
}

.site-footer-social svg {
	overflow: visible;
}

.contact-form-content-field-socials {
	display: flex;
	column-gap: 16px;
}

.contact-form-content-field-social {
	display: flex;
}

.contact-form-content-field-social svg {
	overflow: visible;
}

.contact-form-form {
	display: flex;
	width: 100%;
	max-width: 580px;
}

.contact-page .page-section-title {
	text-align: left;
	font-size: 36px
}

.page-id-145 .site-main {
	margin-top: 144px;
}

@media screen and (max-width: 1024px) {
	.page-id-145 .site-main {
		margin-top: 100px;
	}

	.contact-form-content-field-title {
		font-size: 16px;
	}

	.contact-form-content-field {
		row-gap: 7px;
	}

	.contact-form-content {
		row-gap: 20px;
	}

	.contact-form-wrapper {
		row-gap: 40px;
	}

	.contact-form-content-field-link {
		font-size: 18px;
	}

	.contact-page .page-section-title {
		font-size: 28px;
	}
}

/* END CONTACT US */

/* START CONTACT POPUP */
.phx-contact-popup {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.phx-contact-popup.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.phx-contact-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(19, 19, 19, 0.62);
}

.phx-contact-popup-dialog {
	position: relative;
	width: min(100%, 980px);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	border-radius: 24px;
	background: var(--page-background);
	box-shadow: 0 24px 70px rgba(19, 19, 19, 0.28);
	transform: translateY(12px) scale(0.98);
	transition: transform 0.3s ease;
	outline: none;
}

.phx-contact-popup.is-open .phx-contact-popup-dialog {
	transform: translateY(0) scale(1);
}

.phx-contact-popup-content {
	padding: 42px;
}

.phx-contact-popup-content .page-section-title {
	margin: 0 0 28px;
	text-align: left;
	font-size: 36px;
}

.phx-contact-popup-close {
	position: sticky;
	top: 18px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 18px 18px -62px auto;
	border: 0;
	border-radius: 50%;
	background: var(--orange);
	cursor: pointer;
	outline: unset !important;
}

.phx-contact-popup-close:focus-visible {
	outline: unset;
}

.phx-contact-popup-close span,
.phx-contact-popup-close span::before {
	position: absolute;
	width: 20px;
	height: 3px;
	border-radius: 999px;
	background: var(--white);
	content: "";
}

.phx-contact-popup-close span {
	transform: rotate(45deg);
}

.phx-contact-popup-close span::before {
	left: 0;
	transform: rotate(90deg);
}

.phx-contact-popup-open {
	overflow: hidden;
}

@media (max-width: 768px) {
	.phx-contact-popup {
		align-items: center;
		padding: 12px;
	}

	.phx-contact-popup-dialog {
		max-height: calc(100vh - 24px);
		border-radius: 18px;
	}

	.phx-contact-popup-content {
		padding: 28px 18px 22px;
	}

	.phx-contact-popup-content .page-section-title {
		padding-right: 48px;
		font-size: 28px;
	}

	.phx-contact-popup-close {
		top: 12px;
		width: 38px;
		height: 38px;
		margin: 12px 12px -50px auto;
	}
}

/* END CONTACT POPUP */

/* START BLOG */
.phx-blog-main {
	margin-top: 80px;
	margin-bottom: 0;
	background: var(--page-background);
}

.blog .site,
.archive .site,
.single-post .site {
	overflow-x: clip;
}

@supports not (overflow-x: clip) {

	.blog .site,
	.archive .site,
	.single-post .site {
		overflow-x: visible;
	}
}

.phx-blog-container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.phx-blog-hero {
	padding: 64px 0 44px;
}

.phx-blog-hero-content {
	max-width: 820px;
}

.phx-blog-hero h1,
.phx-single-header h1 {
	margin: 0 0 20px;
	color: var(--black);
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1;
}

.phx-blog-hero p,
.phx-single-lede {
	max-width: 820px;
	margin: 0;
	color: var(--gray-1);
	font-size: 20px;
	line-height: 1.65;
}

.phx-blog-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.phx-blog-tags span,
.phx-category-badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: #ffe9d4;
	color: #c45e00;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 6px 12px;
}

.phx-category-mediterranean-nutrition,
.phx-category-nutrition {
	background: #e8eedb;
	color: #4f7a4a;
}

.phx-category-sports-athletics,
.phx-category-sports {
	background: #fde8e8;
	color: #c03030;
}

.phx-category-school-programs,
.phx-category-schools {
	background: #e6eefa;
	color: #3060b0;
}

.phx-blog-category-scroll {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 12px 0;
	scrollbar-width: none;
}

.phx-blog-category-scroll::-webkit-scrollbar {
	display: none;
}

.phx-blog-category-pill {
	white-space: nowrap;
	border: 2px solid var(--white);
	border-radius: 999px;
	color: var(--black);
	font-size: 15px;
	font-weight: 600;
	padding: 9px 20px;
	background: var(--white);
}

.phx-blog-category-pill.is-active,
.phx-blog-category-pill:hover {
	opacity: 1;
	border-color: var(--orange);
	background: var(--orange);
	color: var(--white);
}

.phx-blog-content-section {
	padding: 44px 0 100px;
}

.phx-blog-shell {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	overflow: visible;
}

.phx-blog-list {
	position: relative;
	display: grid;
	flex: 1;
	min-width: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.phx-blog-list.is-loading {
	pointer-events: none;
	min-height: 420px;
}

.phx-blog-list.is-loading::before {
	content: "";
	position: absolute;
	inset: -12px;
	z-index: 20;
	border-radius: 24px;
	background: rgba(245, 244, 242, 0.76);
	backdrop-filter: blur(2px);
}

.phx-blog-list.is-loading::after {
	content: "";
	position: absolute;
	top: 160px;
	left: 50%;
	z-index: 21;
	width: 54px;
	height: 54px;
	margin-left: -27px;
	border: 5px solid #ffe9d4;
	border-top-color: var(--orange);
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(19, 19, 19, 0.12);
	animation: phx-blog-loader 0.8s linear infinite;
}

.phx-blog-list.is-loading>* {
	opacity: 0.38;
	transition: opacity 0.2s ease;
}

@keyframes phx-blog-loader {
	to {
		transform: rotate(360deg);
	}
}

.phx-featured-card {
	grid-column: 1 / -1;
}

.phx-featured-card>a,
.phx-post-card>a {
	display: flex;
	height: 100%;
	overflow: hidden;
	background: var(--white);
	border-radius: 24px;
	color: inherit;
	text-decoration: none;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.phx-featured-card>a:hover,
.phx-post-card>a:hover {
	opacity: 1;
	box-shadow: 0 4px 16px rgba(19, 19, 19, 0.08);
	transform: translateY(-3px);
}

.phx-featured-card>a {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.phx-post-card>a {
	flex-direction: column;
}

.phx-blog-photo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	min-height: 180px;
	background: linear-gradient(135deg, #ffe9d4, #e9dfcf);
	color: #c45e00;
}

.phx-blog-photo span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	opacity: 0.5;
}

.phx-blog-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phx-featured-media {
	min-height: 360px;
}

.phx-card-media {
	aspect-ratio: 16 / 9;
	min-height: 0;
}

.phx-blog-photo-olive {
	background: linear-gradient(135deg, #e7e9d6, #e9dfcf);
}

.phx-blog-photo-sage {
	background: linear-gradient(135deg, #d4e4d0, #e4dcc8);
}

.phx-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.phx-featured-card .phx-card-body {
	justify-content: space-between;
	padding: 44px 48px;
}

.phx-card-kicker {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 14px;
}

.phx-featured-label {
	color: var(--orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.phx-post-card h2,
.phx-featured-card h2,
.phx-card-title {
	display: block;
	margin: 0 0 10px;
	color: var(--black);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.phx-featured-card h2,
.phx-featured-card .phx-card-title {
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 1.25;
}

.phx-post-card p,
.phx-featured-card p {
	margin: 0;
	color: var(--gray-1);
	font-size: 14px;
	line-height: 1.55;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.phx-featured-card p {
	font-size: 16px;
	line-height: 1.65;
}

.phx-featured-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	margin-top: 28px;
}

.phx-featured-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.phx-featured-author strong {
	display: block;
	color: #131313;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.15;
}

.phx-featured-author small {
	display: block;
	margin-top: 6px;
	color: #a9a9a9;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.phx-featured-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border-radius: 15px;
	background: var(--orange);
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 40px;
}

.phx-card-footer {
	margin-top: auto;
	padding-top: 22px;
}

.phx-card-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	border-top: 1px solid var(--gray-3);
	color: #a9a9a9;
	font-size: 12px;
	font-weight: 500;
	padding-top: 14px;
}

.phx-card-minutes {
	margin-left: auto;
	white-space: nowrap;
}

.phx-featured-mobile-footer {
	display: none;
}

.phx-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ffead7;
	color: #C45E00;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.phx-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.phx-avatar-featured {
	width: 40px;
	height: 40px;
	font-size: 15px;
}

.phx-avatar-large {
	width: 72px;
	height: 72px;
	font-size: 26px;
}

.phx-read-more {
	display: inline-flex;
	margin-top: 14px;
	color: var(--orange);
	font-size: 14px;
	font-weight: 700;
}

.phx-blog-sidebar {
	position: sticky;
	top: 108px;
	display: flex;
	align-self: flex-start;
	flex: 0 0 280px;
	flex-direction: column;
	gap: 20px;
	height: max-content;
}

.phx-sidebar-card {
	background: var(--white);
	border-radius: 24px;
	padding: 28px;
}

.phx-sidebar-card h2,
.phx-sidebar-title {
	margin: 0 0 16px;
	color: var(--black);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.phx-sidebar-quote {
	background: var(--black);
	color: var(--white);
}

.phx-sidebar-quote h2,
.phx-sidebar-quote .phx-sidebar-title {
	margin-bottom: 8px;
	color: var(--white);
}

.phx-sidebar-quote .btn,
.phx-sidebar-newsletter .btn,
.phx-single-cta .btn {
	width: 100%;
	font-size: 14px;
	padding: 13px 18px;
}

.phx-sidebar-phone {
	display: block;
	margin-bottom: 19px;
	color: var(--orange);
	font-size: 30px;
	font-weight: 700;
}

.phx-sidebar-posts {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.phx-sidebar-posts a {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.phx-sidebar-thumb {
	width: 46px;
	min-width: 46px;
	height: 46px;
	min-height: 46px;
	border-radius: 8px;
}

.phx-sidebar-posts strong {
	display: block;
	color: var(--black);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.phx-sidebar-posts small {
	display: block;
	margin-top: 3px;
	color: var(--gray-2);
	font-size: 12px;
}

.phx-sidebar-categories a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--gray-3);
	padding: 10px 0;
	color: var(--black);
	font-size: 15px;
	font-weight: 500;
}

.phx-sidebar-categories a:last-child {
	border-bottom: 0;
}

.phx-sidebar-categories small {
	border-radius: 999px;
	background: var(--gray-3);
	color: var(--gray-2);
	font-size: 13px;
	font-weight: 700;
	padding: 2px 9px;
}

.phx-sidebar-newsletter {
	border: 1.5px solid #ffd2a6;
	background: #fff4ea;
}

.phx-sidebar-newsletter p {
	margin: 0 0 16px;
	color: var(--gray-1);
	font-size: 14px;
	line-height: 1.5;
}

.phx-sidebar-newsletter form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.phx-sidebar-newsletter input {
	width: 100%;
	border: 1.5px solid #ffd2a6;
	border-radius: 14px;
	background: var(--white);
	color: var(--black);
	font-size: 14px;
	padding: 12px 15px;
}

.phx-sidebar-newsletter input:focus {
	border-color: var(--orange);
	outline: none;
}

.phx-sidebar-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.phx-sidebar-tags a {
	border: 1.5px solid var(--gray-3);
	border-radius: 999px;
	background: var(--gray-3);
	color: var(--gray-1);
	font-size: 12px;
	font-weight: 500;
	padding: 6px 11px;
}

.phx-sidebar-tags a:hover {
	opacity: 1;
	border-color: var(--orange);
	background: #fff4ea;
	color: var(--orange);
}

.phx-blog-notice {
	grid-column: 1 / -1;
	border: 1.5px solid #ffd2a6;
	border-radius: 18px;
	background: #fff4ea;
	color: var(--gray-1);
	font-size: 15px;
	font-weight: 600;
	padding: 18px 22px;
}

.phx-blog-main .pagination {
	grid-column: 1 / -1;
	padding-top: 36px;
	border-top: 1px solid var(--gray-3);
}

.phx-blog-main .pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
}

.phx-blog-main .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	border: 1.5px solid var(--gray-3);
	border-radius: 12px;
	color: var(--black);
	font-size: 15px;
	font-weight: 600;
	padding: 0 12px;
}

.phx-blog-main .page-numbers.current {
	border-color: var(--orange);
	background: var(--orange);
	color: var(--white);
}

.phx-single-header {
	padding: 30px 0 0;
}

.phx-single-header h1 {
	max-width: 1000px;
}

.phx-single-lede {
	max-width: 1000px;
}

.single-post .phx-single-header-inner .phx-avatar {
	width: 48px;
	height: 48px;
	font-size: 18px;
	align-items: center;
    justify-content: center;
    display: flex;
}

.phx-single-header-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.phx-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
	color: var(--gray-2);
	font-size: 14px;
	font-weight: 500;
}

.phx-breadcrumbs a {
	color: var(--orange);
}

.phx-single-header .phx-category-badge {
	margin-bottom: 18px;
}

.phx-single-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
	color: var(--gray-2);
	font-size: 13px;
}

.phx-single-meta strong {
	display: block;
	color: var(--black);
	font-size: 16px;
}

.phx-single-meta span {
	display: block;
	margin-top: 2px;
}

.phx-single-meta .phx-single-meta-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 4px;
	color: #a9a9a9;
	font-size: 13px;
	line-height: 1.35;
}

.phx-single-meta .phx-single-meta-row span {
	display: inline-flex;
	margin-top: 0;
}

.phx-single-meta-dot {
	color: #a9a9a9;
}

.phx-single-updated {
	color: #5a7424;
}

.phx-single-featured {
	aspect-ratio: 16 / 7;
	min-height: 360px;
	margin-top: 34px;
	border-radius: 24px;
}

.phx-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 24px;
	align-items: flex-start;
	padding-top: 40px;
	padding-bottom: 100px;
}

.phx-sidebar-toc {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.phx-sidebar-toc li {
	line-height: 1.2;
}

.phx-sidebar-toc a,
.phx-sidebar-empty {
	color: var(--gray-1);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.phx-sidebar-toc a:hover {
	color: var(--orange);
	opacity: 1;
}

.phx-sidebar-toc a.is-active {
	color: var(--orange);
}

.phx-single-mobile-toc {
	display: none;
}

.phx-single-content {
	min-width: 0;
	color: var(--gray-1);
	font-size: 18px;
	line-height: 1.75;
}

.phx-single-content>*:first-child {
	margin-top: 0;
}

.phx-single-content p,
.phx-single-content .wp-block-paragraph {
	margin: 0 0 24px;
}

.phx-single-content h2,
.phx-single-content .wp-block-heading:is(h2) {
	margin: 42px 0 16px;
	color: var(--black);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.phx-single-content h3,
.phx-single-content .wp-block-heading:is(h3) {
	margin: 28px 0 12px;
	color: var(--black);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.phx-single-content h4,
.phx-single-content h5,
.phx-single-content h6 {
	margin: 24px 0 10px;
	color: var(--black);
	font-weight: 700;
	line-height: 1.3;
}

.phx-single-content a {
	color: var(--orange);
	font-weight: 700;
	text-decoration: none;
}

.phx-single-content ul,
.phx-single-content ol {
	margin: 0 0 24px;
	padding-left: 26px;
}

.phx-single-content li {
	margin-bottom: 10px;
}

.phx-single-content strong,
.phx-single-content b {
	color: var(--black);
	font-weight: 700;
}

.phx-single-content blockquote,
.phx-single-content .wp-block-quote,
.phx-single-content .wp-block-pullquote {
	margin: 36px 0;
	border-left: 4px solid var(--clay, #a8492b);
	border-radius: 0 14px 14px 0;
	background: #e9dfcf;
	color: var(--black);
	padding: 22px 28px;
}

.phx-single-content blockquote p,
.phx-single-content .wp-block-quote p,
.phx-single-content .wp-block-pullquote p {
	margin: 0 0 8px;
	color: var(--black);
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.6;
}

.phx-single-content cite {
	display: block;
	color: var(--clay, #a8492b);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

.phx-single-content .wp-block-image,
.phx-single-content figure {
	margin: 32px 0;
}

.phx-single-content .wp-block-image img,
.phx-single-content figure img {
	border-radius: 18px;
}

.phx-single-content figcaption {
	margin-top: 10px;
	color: var(--gray-2);
	font-size: 14px;
	text-align: center;
}

.phx-single-content .wp-block-table {
	margin: 30px 0;
	overflow-x: auto;
}

.phx-single-content table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 12px;
	background: var(--white);
	font-size: 15px;
}

.phx-single-content th {
	background: var(--black);
	color: var(--white);
	font-weight: 700;
	text-align: left;
}

.phx-single-content th,
.phx-single-content td {
	border: 0;
	padding: 13px 16px;
}

.phx-single-content tr:nth-child(even) td {
	background: #ebebeb;
}

.phx-single-content .wp-block-button__link {
	border-radius: 15px;
	background: var(--orange);
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding: 16px 32px;
}

.phx-single-content .wp-block-separator {
	border: 0;
	border-top: 1px solid var(--gray-3);
	margin: 40px 0;
}

.phx-gutenberg-cta {
	display: flex;
	gap: 20px;
	margin: 28px 0;
	border: 1.5px solid #ffd2a6;
	border-radius: 16px;
	background: #fff4ea;
	padding: 22px 28px;
	flex-direction: column;
	height: fit-content;
}

.phx-gutenberg-cta-copy {
	min-width: 0;
}

.phx-gutenberg-cta-title {
	margin-bottom: 4px;
	color: var(--black);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.single-post .phx-single-article {
	display: flex;
	flex-direction: column;
	max-width: 1140px;
	margin: 0 auto;
}

.phx-gutenberg-cta-text {
	color: var(--gray-1);
	font-size: 15px;
	line-height: 1.55;
	max-width: 600px;
}

.phx-gutenberg-cta-text a,
.phx-single-content .phx-gutenberg-cta-text a {
	color: var(--orange);
	font-weight: 600;
	text-decoration: underline;
}

.phx-gutenberg-cta-button,
.phx-single-content .phx-gutenberg-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	border: 2px solid transparent;
	border-radius: 10px;
	background: var(--orange);
	color: var(--white);
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 22px;
	text-decoration: none;
	transition: opacity 0.3s ease, background 0.3s ease;
}

.phx-gutenberg-cta-button:hover,
.phx-single-content .phx-gutenberg-cta-button:hover {
	opacity: 0.8;
	color: var(--white);
}

.phx-gutenberg-quote,
.phx-single-content .phx-gutenberg-quote {
	margin: 36px 0;
	border-left: 4px solid var(--orange);
	border-radius: 0 14px 14px 0;
	background: #fff4ea;
	padding: 24px 32px;
}

.phx-gutenberg-quote p,
.phx-single-content .phx-gutenberg-quote p {
	margin: 0 0 10px;
	color: var(--black);
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.5;
}

.phx-gutenberg-quote cite,
.phx-single-content .phx-gutenberg-quote cite {
	display: block;
	color: var(--orange);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.phx-author-box,
.phx-related-posts {
	padding: 0 0 100px;
}

.action.black .page-section-container {
	background: var(--black);
}

.action.black .action-title .subtitle {
	color: var(--gray-3) !important;
}

.action.black .site-title {
	color: var(--white) !important;
}

.single-post .action {
	margin-bottom: 160px;
}

.phx-author-card {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin: 0 auto;
	border-radius: 24px;
	background: var(--white);
	padding: 30px;
	margin-top: 60px;
}

.phx-author-card h2,
.phx-author-name {
	margin: 0 0 8px;
	color: var(--black);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.phx-author-card p {
	margin: 0 0 14px;
	color: var(--gray-1);
	font-size: 16px;
	line-height: 1.65;
	max-width: 600px;
}

.phx-author-card a {
	color: var(--orange);
	font-size: 15px;
	font-weight: 700;
}

.phx-related-posts h2 {
	margin: 0 0 28px;
	color: var(--black);
	font-size: 28px;
	text-align: center;
}

.phx-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.phx-single-cta {
	background: var(--black);
	color: var(--white);
	text-align: center;
	padding: 70px 0;
}

.phx-single-cta h2 {
	margin: 0 0 14px;
	color: var(--white);
	font-size: 34px;
}

.phx-single-cta p {
	max-width: 680px;
	margin: 0 auto 36px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.65;
}

.phx-single-cta .btn {
	margin: 0 auto;
	max-width: 240px;
}

.phx-single-main .comments-area {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 60px 20px;
}

.phx-single-main .comment-respond,
.phx-single-main .comment-list .comment-body {
	border-radius: 20px;
	background: var(--white);
	padding: 28px;
}

.phx-single-main textarea,
.phx-single-main input[type="text"],
.phx-single-main input[type="email"],
.phx-single-main input[type="url"] {
	border: 1.5px solid var(--gray-3);
	border-radius: 12px;
	background: var(--white);
	font-size: 15px;
	padding: 13px 16px;
}

.phx-single-main textarea:focus,
.phx-single-main input:focus {
	border-color: var(--orange);
	outline: none;
}

.phx-single-main .submit {
	cursor: pointer;
	border: 0;
	border-radius: 15px;
	background: var(--orange);
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 28px;
}

@media (max-width: 1024px) {
	.phx-sidebar-toc a.is-active {
		color: var(--gray-1);
	}

	.phx-breadcrumbs {
		row-gap: 4px;
		overflow: scroll;
		white-space: nowrap;
		max-width: calc(100vw);
		padding: 0 20px;
		margin-left: -20px;
		margin-right: -20px;
		flex-wrap: nowrap;
		font-size: 12px;
	}

	.phx-breadcrumbs::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none;
	}

	.phx-single-content .wp-block-table,
	.phx-single-content>table {
		overflow-x: auto;
		max-width: cacl(100% + 40px);
		scrollbar-width: none;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
		margin-right: -20px;
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.phx-single-content>table {
		display: block;
		width: 100%;
		min-width: 0;
		white-space: nowrap;
	}

	.phx-single-content .wp-block-table::-webkit-scrollbar,
	.phx-single-content>table::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none;
	}

	.phx-single-content .wp-block-table table {
		min-width: 680px;
		margin-bottom: unset;
	}

	.phx-blog-list,
	.phx-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phx-featured-card {
		grid-column: auto;
	}

	.phx-featured-card>a {
		display: flex;
		flex-direction: column;
	}

	.phx-featured-media {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

	.phx-featured-card .phx-card-body {
		justify-content: flex-start;
		padding: 26px;
	}

	.phx-featured-card h2,
	.phx-featured-card .phx-card-title {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 1.35;
	}

	.phx-featured-card p {
		font-size: 14px;
		line-height: 1.55;
	}

	.phx-featured-footer {
		display: none;
	}

	.phx-featured-mobile-footer {
		display: block;
	}

	.phx-blog-sidebar,
	.phx-single-layout>.phx-blog-sidebar {
		display: none;
	}

	.phx-single-layout {
		grid-template-columns: 1fr;
		max-width: 800px;
		padding-top: 28px;
	}

	.phx-single-mobile-toc {
		display: block;
		margin-top: 24px;
	}

	.phx-single-mobile-toc .phx-sidebar-card {
		border-radius: 14px;
		padding: 20px;
	}

	.phx-single-header h1 {
		font-size: 42px;
	}

	.phx-single-lede {
		font-size: 18px;
	}

	.phx-single-featured {
		aspect-ratio: 16 / 9;
		min-height: 300px;
	}

	.phx-gutenberg-quote,
	.phx-single-content .phx-gutenberg-quote {
		padding: 24px;
	}

	.phx-gutenberg-quote p,
	.phx-single-content .phx-gutenberg-quote p {
		font-size: 18px;
	}

	.phx-related-posts h2 {
		font-size: 24px;
	}

	.single-post .action {
		margin-bottom: unset;
	}

	.phx-author-box,
	.phx-related-posts {
		padding-bottom: 50px;
	}

	.phx-author-card {
		margin-top: 50px;
	}

	.phx-single-layout {
		padding-bottom: 70px;
	}

	.header-desktop-logo svg {
		height: 15px;
    	width: auto;
	}
}

@media (max-width: 768px) {
	.phx-sidebar-toc li {
		line-height: 1.2;
	}

	.phx-single-meta strong {
		font-size: 14px;
	}

	.phx-single-meta .phx-single-meta-row {
		column-gap: 5px;
		row-gap: 2px;
	}

	.phx-blog-main {
		margin-top: 60px;
	}

	.phx-blog-hero,
	.phx-single-header {
		padding-top: 20px;
	}

	.phx-blog-hero {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	.phx-blog-category-pill {
		font-size: 13px;
    	font-weight: 600;
    	padding: 8px 16px;
	}

	.phx-blog-category-scroll {
		padding: 0 20px;
		margin: 0 -20px;
	}

	.phx-blog-hero h1,
	.phx-single-header h1 {
		font-size: 24px;
	}

	.phx-blog-content-section {
		padding-bottom: unset;
	}

	.phx-blog-hero h1 {
		font-size: 34px;
	}

	.phx-blog-hero p,
	.phx-single-lede {
		font-size: 16px;
	}

	.phx-blog-category-bar {
		top: 60px;
	}

	.phx-blog-shell {
		display: block;
	}

	.phx-blog-list,
	.phx-blog-grid {
		grid-template-columns: 1fr;
	}

	.phx-featured-card>a {
		grid-template-columns: 1fr;
	}

	.phx-featured-media,
	.phx-single-featured {
		aspect-ratio: 4 / 3;
		min-height: 220px;
		border-radius: 14px;
	}

	.phx-featured-card .phx-card-body,
	.phx-card-body,
	.phx-author-card {
		padding: 24px;
	}

	.phx-featured-footer {
		gap: 24px;
	}

	.phx-featured-author strong {
		font-size: 20px;
	}

	.phx-featured-author small {
		font-size: 16px;
	}

	.phx-featured-button {
		width: 100%;
		min-width: 0;
		min-height: 64px;
		border-radius: 18px;
		font-size: 20px;
	}

	.phx-single-content {
		font-size: 16px;
		line-height: 1.7;
	}

	.phx-single-content h2,
	.phx-single-content .wp-block-heading:is(h2) {
		font-size: 24px;
	}

	.phx-single-content h3,
	.phx-single-content .wp-block-heading:is(h3) {
		font-size: 18px;
	}

	.phx-gutenberg-cta {
		align-items: flex-start;
		padding: 22px;
	}

	.phx-gutenberg-cta-button,
	.phx-single-content .phx-gutenberg-cta-button {
		width: 100%;
	}

	.phx-author-card {
		flex-direction: column;
	}

	.phx-single-cta h2 {
		font-size: 28px;
	}

	.phx-single-content table {
		font-size: 14px;
	}
}

/* END BLOG */
