@charset "UTF-8";
/*
Theme Name: Law Land
Details URI: https://update.goodwinpress.ru/themes/law-land-changelog.html
Theme URI: https://goodwinpress.ru/wp-tema-law-land
Author: GoodwinPress
Author URI: https://goodwinpress.ru/
Description: Адаптивная легкая одностраничная тема для создания лэндинга адвоката или юридических услуг, развернутого на CMS WordPress. Посадочная страница с готовыми разделами, предназначенными для презентации специалиста, опыта его реальной работы и экспертности. Чистый оптимизированный код, БЭМ-нотация, удобство настройки, высокая скорость запуска.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: law-land
Domain Path: /languages
Tags: theme-options, custom-colors, custom-menu, custom-logo, editor-style, translation-ready
*/

/*
===============================
= Содержание файла стилей =
============================================

01 Глобальные переменные
02 Очистка
03 Глобальные стили (инпуты и т.п.)
04 Кнопки
05 Подключение гарнитур
06 Базовые контейнеры
07 Шапка сайта
08 Меню сайта
09 Раздел Главной - Постер
10 Раздел Главной - Аргументы
11 Раздел Главной - Услуги (сетка)
12 Карусель на Splide
13 Раздел Главной - Услуги (карусель)
14 Раздел Главной - Призыв к действию
15 Раздел Главной - Процесс
16 Раздел Главной - О себе
17 Раздел Главной - Отзывы
18 Раздел Главной - Команда
19 Раздел Главной - Цены
20 Раздел Главной - Вопрос - ответ
21 Раздел Главной - Бегущая строка Преимущества
22 Раздел Главной - Кейсы
23 Раздел Главной - Контакты
24 Раздел Главной - Произвольный контент
25 Подвал сайта
26 Списки сайта
27 Модальные окна (поп-апы)
28 Контактная форма CF7
29 404 страница
30 Поп-ап Cookies
31 Разметка записей
32 Сайдбар
33 Список комментариев
34 Форма отправки комментариев
35 Таблицы
36 Компоненты записи, блоки, галереи
37 Оформление для внутренних страниц
*/

/*
===============================
= 01 Глобальные переменные
============================================
*/

:root {
	/* основная гарнитура */
	--fontFamily: "Geologica", sans-serif;

		/* гарнитура заголовков */
	--fontDecor: "Dela Gothic One", sans-serif;

	/* нормальное начертание */
	--normal: 300;

	/* жирное */
	--bold: 600;

	/* Цвет текста, заголовков, ссылок */
	--mainColor: #f7f6fb;

	/* Основной фон */
	--mainBg: #282836;

	/* Дополнительный фон */
	--secondaryBg: #303040;

	/* серый для второстепенных надписей */
	--greyColor: #aab2c2;
	
	/* цвет бордюров */
	--borderColor: #55545c;
 
	/* белый для декора */
	--white: #ffffff;

	/* цвет плейсхолдеров */
	--placeholder: #999999;

	/* минимальная ширина ПК контейнера */
	--width: 1360px;

	/* минимальная ширина на моб */
	--widthSmall: 460px;

	/* радиус закругления */
	--bradius: 1rem;

 /* скорость анимации */
	--animation: 0.4s ease-in-out;

 /* инвертировать изображения 1 да, 0 нет */
 --grayscale: grayscale(0);
}


/*
===============================
= 02 Очистка
============================================
*/

* {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
	font: inherit
}

html,
::after,
::before {
	box-sizing: border-box;
}

body {
	line-height: 1
}

main {
	display: block
}

strong {
	font-weight: var(--bold);
}

em,
i {
	font-family: Georgia, serif;
	font-style: italic
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: ""
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

iframe {
	max-width: 100%
}

embed,
img,
object,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0
}

.post-content figure {
	margin: 0 0 1.3rem;
	max-width: 100%;
}

figure>a {
	display: block
}

.aligncenter {
	margin: 0 auto 1.2rem
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

big {
	font-size: 131.25%
}

ins {
	text-decoration: none
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: 0;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

input,
textarea {
	vertical-align: middle;
	background: var(--white);
}

pre {
	font-family: monospace;
	font-size: 1rem;
	overflow-y: auto;
}

[hidden] {
	display: none
}


/*
 ===============================
 = 03 Глобальные стили
 ============================================
 */

.wp-block-separator, hr {
	display: block;
	clear: both;
	margin: 2rem auto;
	border-top: 0;
	border-bottom: 1px solid var(--borderColor);
	width: 100%;
	height: 1px
}

:focus,
:focus:not(:focus-visible) {
	outline: none;
}

:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
}

input::-moz-placeholder,
select::-moz-placeholder {
	color: var(--placeholder)
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: var(--placeholder)
}

input:-moz-placeholder-shown {
	color: var(--placeholder)
}

input:-ms-input-placeholder {
	color: var(--placeholder)
}

input::placeholder,
input:placeholder-shown,
select::placeholder {
	color: var(--placeholder)
}

::-moz-selection {
	color: var(--white);
	background-color: rgb(84, 82, 198);
}

::selection {
	color: var(--white);
	background-color: rgb(84, 82, 198);
}

legend {
	display: table;
	padding: 0;
	max-width: 100%;
	white-space: normal;
	color: inherit
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

p {
	margin-bottom: 1.4rem
}

p:last-child {
	margin-bottom: 0
}

button {
	font-family: var(--fontFamily);
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	background: 0 0;
	cursor: pointer
}

.gallery-caption,
.wp-caption,
.wp-caption-text {
	font-size: 15px;
	color: var(--greyColor);
}

.wp-caption.alignleft {
	margin-right: 1.2rem;
}

.wp-caption.alignright {
	margin-left: 1.2rem;
}

img.alignright {
	float: right;
	margin-left: 1.2rem;
}

img.alignleft {
	float: left;
	margin-right: 1.2rem;
}

h1,h2,h3,h4,h5,h6 {
	font-family: var(--fontDecor);
	font-weight: 400;
	text-wrap: balance;
}

.visually-hidden,
.screen-reader-text {
	position: absolute;
	margin: -1px;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
}

.disable-scroll {
	overflow: hidden;
	width: 100%;
}

a {
	color: var(--mainColor);
	text-decoration: underline;
	transition: color var(--animation);
}

a:hover {
	color: var(--hoverColor);
	text-decoration: underline;
	transition: color var(--animation);
}

.sticky,
.bypostauthor {
	background-color: initial
}

.required {
	color: red
}

label {
	margin-bottom: 0.5rem;
	font-family: var(--fontFamily);
	font-size: 0.92rem;
	color: var(--mainColor);
	font-weight: var(--normal);
	display: block;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
select,
textarea {
	padding: 0.5rem 1rem;
	display: block;
	width: calc(100% - 2rem);
	min-height: 2rem;
	-webkit-transition: border-color var(--animation);
	transition: border-color var(--animation);
	color: var(--mainColor);
	border: 1px solid #484655;
	outline: none;
	background-color: var(--mainBg);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: var(--fontFamily);
	font-size: 1rem;
	line-height: 1.5;
	-webkit-appearance: none;
	-webkit-backface-visibility: hidden;
	appearance: none;
	backface-visibility: hidden;
}

select {
	width: 100%;
}

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,
select:focus,
textarea:focus,
textarea:focus-visible {
	border-color: #5a7ee8 !important;
	outline: none;
	box-shadow: none;
}

textarea {
	max-width: 100%;
	height: 150px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	resize: vertical;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.custom-section h2,
.custom-section h3,
.custom-section h4,
.custom-section h5,
.custom-section h6 {
	margin-bottom: 1.2rem;
	font-family: var(--fontDecor);
	font-weight: 400;
	line-height: 140%;
}

.post-content h1 {
	font-size: 1.6rem
}

.post-content h2 {
	font-size: 1.5rem
}

.post-content h3 {
	font-size: 1.4rem
}

.post-content h4 {
	font-size: 1.3rem
}

.post-content h5 {
	font-size: 1.2rem
}

.post-content h6 {
	font-size: 1.1rem
}


/*
===============================
= 04 Кнопки
============================================
*/

.btn,
.wpcf7-submit,
.comment-form .submit,
.search-submit {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 1.2rem 1.45rem;
	background-color: var(--btnBg);
	color: var(--btnColor);
	font-family: inherit;
	font-size: 0.9rem;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: var(--normal);
	line-height: 1;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	overflow: hidden;
	transition: all var(--animation);
}

.btn::after,
.wpcf7-submit::after,
.round-btn::after,
.team__btn::after,
.modal__close::after,
.video-panel__close::after,
.nav-panel__close::after,
.site-header__nav::after,
.search-submit::after,
.site-footer__backtop::after {
	content: "";
	position: absolute;
	background-color: var(--btnBgHover);
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	transition: width .6s, height .6s
}

.round-btn::after {
	border-radius: 50%;
}

.btn:hover::after,
.wpcf7-submit:hover::after,
.round-btn:hover::after,
.search-submit:hover::after {
	width: 400px;
	height: 400px;
}

.team__btn:hover::after,
.modal__close:hover::after,
.video-panel__close:hover::after,
.nav-panel__close:hover::after,
.site-header__nav:hover::after,
.site-footer__backtop:hover::after  {
	width: 100px;
	height: 100px;
}

.btn--arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem
}

.btn--contur {
	padding: 0.8rem 1rem !important;
	color: var(--mainColor);
	background-color: transparent !important;
}

.btn--contur:hover {
	color: var(--btnColor) !important;
}

@media (max-width: 1060px) {
	.site-header__btns .btn--contur {
		padding: 0.7rem 0.7rem !important;
		border: 1px solid var(--mainColor);
	}
}

.btn--arrow svg {
	width: 1.4rem;
	height: 1.4rem;
	fill:  var(--mainColor);
}

@media (max-width: 1060px) {
	.btn__label {
		display: none;
	}
}

.round-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	font-size: 22px;
	text-transform: uppercase;
	background-color: var(--btnBg);
	color: var(--btnColor);
	border-radius: 100%;
	transform: translate(-2rem, -2rem);
	overflow: hidden;
}

@media (max-width: 1175px) {
	.round-btn {
		left: 50%;
		transform: translate(-160%, 2rem);
	}
}

@media (max-width: 800px) {
	.round-btn {
		bottom: initial;
		left: 50%;
		transform: translate(-50%, 2rem);
	}
}

.round-btn__link {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1
}

.round-btn>svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation-name: rotate;
	animation-duration: 17s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.round-btn:hover>svg {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused
}

@keyframes rotate {
	100% {
		transform: rotate(1turn)
	}
}

.round-btn__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: background-color var(--animation), transform var(--animation);
}

.round-btn:hover .round-btn__icon {
	transform: translate(-50%, -50%) rotate(360deg);
}

.round-btn__icon svg {
	width: 2.4rem;
	height: 2.4rem;
	fill: var(--btnColor);
}

.play-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 1rem;
	background-color: var(--secondaryBg);
	color: var(--btnColor);
	border: 1px solid var(--mainColor);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color var(--animation), border-color var(--animation);
}

.poster__video:hover .play-btn {
	background-color: var(--btnBgHover);
	border-color: var(--btnBgHover);
}

.play-btn__icon svg {
	width: 1.4rem;
	height: 1.4rem;
	padding-left: 3px;
	overflow: hidden;
}

.play-btn__pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 200%;
	height: 200%;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 50%;
	background-color: #777da7;
	opacity: 0.5;
	animation: pulse-ring 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes pulse-ring {
	0% {
		transform: scale(0.43);
	}

	80%,
	100% {
		opacity: 0;
	}
}

.poster__videotext {
	font-size: 0.92rem;
}

@media (max-width: 800px) {
	.poster__videotext {
		font-size: 1rem;
	}
}



/*
===============================
= 05 Подключение гарнитур
============================================
*/

@font-face {
	font-display: swap;
	font-family: "Dela Gothic One";
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/dela/dela-gothic-one-v16-cyrillic_latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: "Geologica";
	font-style: normal;
	font-weight: 300;
	src: url('assets/fonts/geologica/geologica-v1-cyrillic_latin-300.woff2') format('woff2');
}


@font-face {
	font-display: swap;
	font-family: "Geologica";
	font-style: normal;
	font-weight: 700;
	src: url('assets/fonts/geologica/geologica-v1-cyrillic_latin-700.woff2') format('woff2');
}


/*
===============================
= 06 Базовые контейнеры
============================================
*/

html {
	font-size: 17px;
}

@media (max-width: 1280px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 15px;
	}
}

body {
	font-family: var(--fontFamily);
	font-size: 1rem;
	font-style: normal;
	font-weight: var(--normal);
	line-height: 165%;
	color: var(--mainColor);
	background-color: var(--mainBg);
	word-wrap: break-word;
	font-variant-numeric: lining-nums;
}

.site-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: min(var(--width), 100% - 2rem);
	height: 100%;
	min-height: 100vh;
	margin-inline: auto;
	background-color: var(--secondaryBg);
}

.container {
	position: relative;
	z-index: 1;
	width: min(var(--width), 100% - 8rem);
	margin-inline: auto;
}

@media (max-width: 1024px) {
	.container {
		width: min(var(--width), 100% - 4rem);
	}
}

@media (max-width: 800px) {
	.container {
		width: min(var(--widthSmall), 100% - 2rem);
	}
}

@media (max-width: 500px) {
	.container {
		width: min(var(--widthSmall), 100% - 1rem);
	}
}

.container-fullwidth {
	max-width: 100%
}

.site-main {
	position: relative;
	flex: 1;
	margin-bottom: 3rem;
}

.site-main__wrap>*+* {
	padding: 7rem 0;
}

@media (max-width: 800px) {
	.site-main__wrap> * + * {
		padding: 5rem 0;
	}
}

.site-main__wrap>*:last-child {
	margin-bottom: 3rem;
}

.section__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 4rem;
}

.section-title {
	margin-bottom: 2rem;
	font-family: var(--fontDecor);
	font-weight: 400;
	font-size: 2.6rem;
	line-height: 130%;
}

@media (max-width: 1024px) {
	.section-title {
		font-size: 2.2rem;
	}
}

@media (max-width: 500px) {
	.section-title {
		font-size: 1.7rem;
	}
}

.section-title--center {
	max-width: 840px;
	margin-inline: auto;
	margin-bottom: 4rem;
	text-align: center;
}

@media (max-width: 800px) {
	.section-title--center {
		text-align: left;
	}
}

.section__header:has(.section-title) .section-title {
	margin-bottom: 0;
}

.section__descr {
	padding-left: 2rem;
	font-size: 0.92rem;
}

.section--animate {
	opacity: 0;
	transform: translateY(30px);
}

.section--animate.section--show {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.8s, transform 1.2s;
}

@media (max-width: 1024px) {
	.section--animate,
	.section--animate.section--show {
		opacity: 1;
		transform: none;
	}
}

#scroll-progress {
	position: fixed;
	top: 0;
	width: 0%;
	height: 3px;
	background: var(--accentColor);
	z-index: 99999;
}



/*
===============================
= 07 Шапка сайта
============================================
*/

.site-header {
	margin-bottom: 2rem;
	background: linear-gradient(125deg, var(--mainBg), var(--secondaryBg));
	transition: box-shadow var(--animation);
}

@media (max-width: 1024px) {
	.site-header {
		background: var(--mainBg);
	}
}

.site-header.is-stick {
	box-shadow: 0 12px 20px 0 rgba(15, 8, 49, .12);
	transition: box-shadow var(--animation);
}

.site-header.is-hide {
	box-shadow: none;
}

.site-header__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0;
	transition: padding var(--animation);
}

@media (max-width: 600px) {
	.site-header__wrap {
		display: block;
	}
}

.site-header__branding {
	position: relative;
	max-width: 260px;
	margin-right: auto;
}

@media (max-width: 600px) {
	.site-header__branding {
		margin-bottom: 1.5rem;
	}
}

.site-title {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: var(--bold);
}

.site-title__link,
.site-title__link:hover {
	text-decoration: none;
}

.site-header__btns {
	display: flex;
	align-items: center;
	margin-left: auto;
}

@media (max-width: 1024px) {
	.site-header__btns {
		justify-content: space-between;
	}
}

.site-header__btn:not(:last-child) {
	margin-right: 1rem;
}

.admin-bar-text {
	display: flex;
	align-items: center;
}

.admin-bar-text img {
	width: 18px !important;
	height: 18px !important;
	margin-right: 10px !important;
}



/*
===============================
= 08 Меню сайта
============================================
*/

.site-header__nav {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	background-color: var(--mainBg);
	border: 1px solid var(--mainColor);
	overflow: hidden;
	transition: border-color var(--animation);
}

.site-header__nav:hover {
	border-color: var(--btnBgHover);
}

.site-header__nav svg {
	width: 1.4rem;
	height: 1.4rem;
}

@media (max-width: 1024px) {
	.site-header__nav {
		width: 44px;
		height: 44px;
	}
}

.nav-panel {
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 360px;
	height: 100dvh;
	background-color: var(--mainBg);
	opacity: 0;
	overflow-y: auto;
	transform: translateX(120%)
}

.nav-panel.is-open {
	z-index: 998;
	opacity: 1;
	transform: translateX(0);
	transition: opacity .6s,visibility .6s,transform .6s
}

.nav-panel::-webkit-scrollbar-thumb {
	background: var(--accentColor);
}

.nav-panel::-webkit-scrollbar {
	width: 4px;
	background: #565b67
}

.nav-panel__list {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	margin-bottom: 2rem;
	padding: 4rem 3rem 0;
}

.nav-panel__close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.4rem;
	height: 2.4rem;
	background-color: var(--secondaryBg);
	transform: translate(-2rem, 3rem);
	overflow: hidden;
}

.nav-panel__close svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: currentColor
}

.nav-panel__item {
	font-family: var(--fontDecor);
	font-weight: 400;
	font-size: 1.2rem;
}

@media (max-width: 500px) {
	.nav-panel__item {
		font-size: 1.1rem;
	}
}

.nav-panel__item:not(:last-child) {
	margin-bottom: 1.4rem;
}

@media (max-width: 500px) {
	.nav-panel__item:not(:last-child) {
		margin-bottom: 1.1rem;
	}
}

.nav-panel__link {
	text-decoration: none;
}

.nav-panel__btn {
	justify-content: center;
	margin-top: auto;
}

.nav-panel__btn:hover {
	color: var(--mainColor);
}

/*
===============================
= 09 Раздел Главной - Постер
============================================
*/

.poster {
	position: relative;
}

@media (max-width: 1024px) {
	.poster {
		overflow: hidden;
	}
}

.poster::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	background-color: var(--mainBg);
	transform: rotate(-45deg) translate(8%, -120%);
}

@media (max-width: 1024px) {
	.poster::after {
		display: none;
	}
}

.poster__wrap {
	display: grid;
	gap: 7em;
	grid-template-columns: 250px 1fr;
	padding: 3rem 0 8rem;
}

@media (max-width: 1280px) {
	.poster__wrap {
		display: block;
	}
}

@media (max-width: 1280px) {
	.poster__wrap {
		padding-top: 0;
	}
}

.poster__items {
	order: 1;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1280px) {
	.poster__items {
		grid-column: 12 span;
		display: grid;
		gap: 2rem;
		grid-template-columns: 260px 1fr;
	}
}

@media (max-width: 1175px) {
	.poster__items {
		display: block;
	}
}

.poster__person {
	order: 2;
}

@media (max-width: 1280px) {
	.poster__person {
		margin-bottom: 7rem;
	}
}

@media (max-width: 900px) {
	.poster__person {
		margin-bottom: 4rem;
	}
}

@media (max-width: 800px) {
	.poster__person {
		margin-bottom: 1rem;
	}
}

.poster__text {
	padding-top: 2rem;
	position: relative;
}

@media (max-width: 1280px) {
	.poster__text {
		max-width: 300px;
		margin-bottom: 0;
	}
}

@media (max-width: 1175px) {
	.poster__text {
		margin-bottom: 1.5rem;
		max-width: fit-content
	}

	.poster__text::after {
		display: none;
	}
}

.poster__text--bottom {
	margin-top: auto;
	padding-top: 0;

}

.poster__text::after,
.reasons__descr::after,
.about__text::after,
.contacts__item--company::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background-color: var(--accentColor);
	transform: translateY(2rem);
}

.poster__text--bottom::after {
	display: none;
}

.poster__text span {
	font-weight: var(--bold);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.poster__title {
	max-width: 475px;
	margin-bottom: 2rem;
	font-family: var(--fontDecor);
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 130%;
}

@media (max-width: 800px) {
	.poster__title {
		max-width: fit-content;
	}
}

@media (max-width: 500px) {
	.poster__title {
		font-size: 2rem;
	}
}

.poster__descr {
	max-width: 400px;
	margin-bottom: 3rem;
	font-size: 1.2rem;
	line-height: 150%;
}

@media (max-width: 800px) {
	.poster__descr {
		max-width: fit-content;
	}
}

@media (max-width: 500px) {
	.poster__descr {
		margin-bottom: 2rem;
		font-size: 1rem;
	}
}

.poster__media {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	max-width: 590px;
}

@media (max-width: 1024px) {
	.poster__media {
		max-width: 520px;
	}
}

@media (max-width: 900px) {
	.poster__media {
		max-width: 450px;
		transform: translateY(2rem);
	}
}

@media (max-width: 800px) {
	.poster__media {
		position: relative;
		max-width: fit-content;
		margin-top: 4rem;
		transform: none;
	}
}

.poster__media::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(-33%, -100%);
}

.poster__media::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(33%, 100%);
}

.poster__video {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
	margin-top: 4rem;
	cursor: pointer;
}

@media (max-width: 500px) {
	.poster__video {
		margin-top: 3rem;
	}
}

.video-panel {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	width: 80%;
	max-width: 1024px;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -60%);
	transition: opacity .3s, visibility .3s, transform .3s
}

@media (max-width: 1200px) {
	.video-panel {
		width: 100%;
	}
}

.video-panel.is-open {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
	transition: opacity .6s, visibility .6s, transform .6s
}

.video-panel__close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.4rem;
	height: 2.4rem;
	background-color: var(--secondaryBg);
	overflow: hidden;
}

.video-panel__close svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: currentColor
}

.poster__ratings {
	position: relative;
	margin-top: auto;
	padding: 1.5rem;
	background-color: var(--mainBg);
	transform: translate(-0.5rem, 1rem);
}

.poster__ratings {
	position: relative;
	margin-top: auto;
	padding: 1.5rem;
	background-color: transparent;
	transform: translate(-0.5rem, 1rem);
}

.poster__ratings:has(a) {
	background-color: var(--mainBg);
}

@media (max-width: 1280px) {
	.poster__ratings {
		display: flex;
		gap: 3rem;
		align-items: center;
		margin-left: auto;
		padding: 1.5rem 3rem;
	}
}

@media (max-width: 1175px) {
	.poster__ratings {
		justify-content: space-between;
	}
}

@media (max-width: 800px) {
	.poster__ratings {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}
}

@media (max-width: 500px) {
	.poster__ratings {
		margin-left: 1rem;
		padding: 1.5rem 2rem;
	}
}

.poster__ratings::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 28px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(-17%, -100%);
}

.poster__ratings::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 85px;
	height: 28px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(33%, 100%);
}

.rating-label {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rating-label:not(:last-child) {
	margin-bottom: 2rem;
}

@media (max-width: 1280px) {
	.rating-label:not(:last-child) {
		margin-bottom: 0;
	}
}

.rating-label__wrap svg {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.rating-label__stars {
	display: inline-block;
	font-size: 1.2rem;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
}

.rating-label__stars::before {
	content: '★★★★★';
	--percent: calc(var(--rating) / 5 * 100%);
	--ratingColor: #ff862e;
	letter-spacing: 2px;
	background: linear-gradient(90deg, var(--ratingColor) var(--percent), #cbd1da var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rating-label:hover .rating-label__stars::before {
	--ratingColor: var(--btnBgHover);
}

.rating-label__descr {
	display: inline-block;
	font-size: 14px;
	transition: color var(--animation);
}

.rating-label__wrap {
	display: grid;
	gap: 14px;
	grid-template-columns: 36px 1fr;
	align-items: center;
}

.rating-label__num {
	padding-left: 3px;
	font-family: var(--fontFamily);
	font-size: 1rem;
	font-weight: var(--bold);
	line-height: 1;
}

.rating-label__value {
	display: flex;
	flex-direction: column;
}

.rating-label__link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

/*
===============================
= 10 Раздел Главной - Аргументы
============================================
*/

.reasons {
	position: relative;
	z-index: 1;
	padding: 3rem 0;
	overflow: hidden;
}

.reasons::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 120%;
	background-color: var(--mainBg);
	transform: skewX(-0.09turn) translateY(-5%);
}

.reasons__wrap {
	display: grid;
	grid-template-columns: 42% 58%;
}

@media (max-width: 800px) {
	.reasons__wrap {
		display: block
	}
}

.reasons__descr {
	position: relative;
	max-width: 300px;
	margin-inline-start: auto;
}

@media (max-width: 800px) {
	.reasons__descr {
		max-width: fit-content;
		margin-inline-start: 0;
	}
}

.reasons__list {
	padding-left: 5rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 800px) {
	.reasons__list {
		display: block;
		margin-top: 3rem;
		padding-left: 0;
	}
}

.reason-item {
	padding: 1rem;
}

.reason-item__value {
	display: block;
	font-family: var(--fontDecor);
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 150%;
	color: var(--mainColor);
}

@media (max-width: 1024px) {
	.reason-item__value {
		font-size: 1.8rem;
	}
}



/*
===============================
= 11 Раздел Главной - Услуги (сетка)
============================================
*/
@media (max-width: 800px) {
	.services__wrap {
		overflow: hidden;
	}
}

.services__list {
	display: grid;
	gap: 4rem;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1175px) {
	.services__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 800px) {
	.services__list {
		display: block;
	}
}

.service-item {
	display: flex;
	flex-direction: column;
	transition: transform var(--animation);
}

@media (max-width: 800px) {
	.service-item:not(:last-child) {
		margin-bottom: 3rem;
	}
}

.service-item:hover {
	transform: translateY(-5px);
}

.service-item:nth-of-type(odd) {
	padding: 1rem;
	background-color: var(--mainBg);
}

.service-item__media {
	position: relative;
	margin-bottom: 1rem;
}

.service-item__media::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(-17%, -100%);
}

.service-item__img {
	object-fit: cover;
	filter: var( --grayscale);
}

.service-item__crime {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 0.75rem 1rem;
	font-size: 0.9rem;
	line-height: 1;
	background-color: var(--accentColor);
	transform: translateY(1rem);
}

.service-item__caption {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.service-item__title {
	margin-bottom: 1rem;
	font-family: var(--fontDecor);
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 145%;
}

.service-item__descr {
	max-width: 299px;
	margin-top: auto;
	margin-inline-start: auto;
	font-size: 0.92rem;
}



/*
===============================
= 12 Карусель на Splide
============================================
*/

.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0 8px;
	pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide {
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb>.splide__list {
	display: block
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9
}

.splide__arrow:disabled {
	opacity: .3
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__arrow--prev {
	left: 1em
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
	outline: 0
}

@supports(outline-offset:-3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf
	}
}

@supports(outline-offset:-3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf
	}

	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf
	}
}

.splide__toggle {
	cursor: pointer
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}

.splide-arrow-btn {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--mainColor);
	color: var(--mainColor);
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	transform: translate(-1.5rem, -50%);
	transition: background-color var(--animation), border-color var(--animation), color var(--animation);
}

@media (max-width: 800px) {
	.splide-arrow-btn {
		top: initial;
		bottom: 0;
		transform: translate(0, 0);
	}
}

.splide-arrow-right {
	left: initial;
	right: 0;
	transform: translate(1.5rem, -50%);
}

@media (max-width: 800px) {
	.splide-arrow-right {
		transform: translate(0, 0);
	}
}

.splide-arrow-btn:disabled {
	opacity: 0.3;
	transition: opacity var(--animation);
}

.splide-arrow-btn:hover {
	border-color: var(--btnBgHover);
	background-color: var(--btnBgHover);
	color: var(--white);
	transition: background-color var(--animation), color var(--animation);
}

.splide-arrow-btn svg {
	width: 0.9rem;
	height: 0.9rem;
	fill: currentColor
}

.splide-arrow-left svg {
	transform: rotate(180deg);
}

@media (max-width: 800px) {
	.splide__pagination {
		display: none !important;
	}
}

.splide__pagination__page {
	width: 14px;
	height: 14px;
	margin: 0;
	background-color: #606080;
	border-radius: 0 !important;
	transition: width var(--animation);
}

.splide__pagination__page.is-active {
	width: 24px;
	height: 14px;
	border-radius: 0 !important;
	background-color: var(--btnBg) !important;
	opacity: 1;
	transition: width var(--animation);
}

.splide__pagination__page:hover {
	background-color: var(--btnBgHover);
}

.splide__pagination {
	position: relative;
	right: initial;
	bottom: -3rem;
	left: initial;
	padding: 0;
}

@media (max-width: 600px) {
	.splide__pagination {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

.gp-carousel-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
}




/*
===============================
= 13 Раздел Главной - Услуги (карусель)
============================================
*/

.services-carousel {
	background: linear-gradient(to bottom, var(--mainBg), var(--secondaryBg) 25%);
}

.services-carousel__wrap {
	position: relative;
	padding: 0 3rem 4rem;
}

@media (max-width: 800px) {
	.services-carousel__wrap {
		padding: 0 0 4rem;
	}
}

.services-carousel__item {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	background-color: var(--mainBg);
}

.services-carousel__item::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 85px;
	height: 28px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(33%, 100%);
}

.services-carousel__title {
	display: block;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	font-weight: var(--bold);
}

.services-carousel__title span {
	color: var(--accentColor);
}

.services-carousel__content {
	max-width: 330px;
	margin-inline-start: auto;
}



/*
===============================
= 14 Раздел Главной - Призыв к действию
============================================
*/

.action {
	position: relative;
	z-index: 1;
	padding: 4rem 0;
	background-size: cover;
	background-attachment: fixed;
}

.action::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgb(30 30 45 / 79%)
}

.action__wrap {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 40% 55%;
	gap: 5%;
	align-items: center;
}

@media (max-width: 1175px) {
	.action__wrap {
		display: block;
	}
}

.action__wrap--reverse {
	grid-template-columns: 55% 40%;
}

.action-list {
	display: flex;
	flex-direction: column;
	padding: 4rem 3rem;
	background-color: rgba(40, 40, 54, 0.8);
}

@media (max-width: 1175px) {
	.action-list {
		margin-bottom: 3rem;
		padding: 3rem;
	}
}

@media (max-width: 500px) {
	.action-list {
		padding: 1.5rem;
	}
}

@media (max-width: 1175px) {
	.action__wrap--reverse .action-list {
		margin-bottom: 0;
		margin-top: 3rem;
	}
}

.action-list li {
	position: relative;
	padding-left: 2.2rem;
}

.action-list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.4rem;
	height: 1.4rem;
	background: url("assets/img/sprite.svg#bolt") center center no-repeat;
	background-size: cover;
	transform: translateY(4px);
}

.action-list li:not(:last-child) {
	margin-bottom: 1.3rem;
}

.action__btns {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	margin-top: 1rem;
}

@media (max-width: 700px) {
	.action__btns {
		flex-direction: column;
	}
}

@media (max-width: 700px) {
	.action__content {
		text-align: center;
	}
}



/*
===============================
= 15 Раздел Главной - Процесс
============================================
*/

.process {
	padding-bottom: 5rem;
	background: linear-gradient(0deg, var(--mainBg), var(--secondaryBg));
}

.process__list {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	counter-reset: num;
}

@media (max-width: 1175px) {
	.process__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 700px) {
	.process__list {
		display: block
	}
}

.process__item {
	display: grid;
	gap: 1.3rem;
	grid-template-columns: 2.4rem 1fr;
	counter-increment: num;
	padding: 0.8rem 1rem;
	background-color: var(--mainBg);
}

@media (max-width: 700px) {
	.process__item {
		padding: 2rem;
	}
}

@media (max-width: 700px) {
	.process__item {
		padding: 1.5rem;
	}
}

@media (max-width: 700px) {
	.process__item:not(:last-child) {
		margin-bottom: 2rem;
	}
}

@media (max-width: 500px) {
	.process__item {
		padding: 1.2rem;
	}
}

.process__item::before {
	content: counter(num);
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: start;
	width: 2.4rem;
	height: 2.4rem;
	font-weight: var(--bold);
	font-size: 1.2rem;
	line-height: 1;
	background-color: var(--btnBgHover);
}



/*
===============================
= 16 Раздел Главной - О себе
============================================
*/

@media (max-width: 1024px) {
	.about {
		overflow: hidden;
	}
}

.about__wrap {
	display: grid;
	grid-template-columns: 43% 52%;
	gap: 5%;
	align-items: center;
}

@media (max-width: 1175px) {
	.about__wrap {
		display: block
	}
}

.about__media {
	position: relative;
}

@media (max-width: 1175px) {
	.about__media {
		margin-bottom: 4rem;
	}
}

@media (max-width: 800px) {
	.about__media {
		margin-bottom: 15rem;
	}
}

.about__img {
	object-fit: cover;
}

@media (max-width: 1175px) {
	.about__img {
		margin-inline: auto;
	}
}

.about__media::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(-33%, -100%);
}

.about__media::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(33%, 100%);
}

.about__text {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	max-width: 236px;
	padding: 1.2rem;
	padding-bottom: 3rem;
	background-color: var(--mainBg);
	border: 1px solid #3e3e52;
	transform: translate(-1.1rem, -1.5rem);
}

.about__text::after {
	transform: translateY(-1.6rem) translateX(1.2rem);
}

.about__list {
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
}

.about__list li {
	position: relative;
	padding-left: 2.2rem;
}

.about__list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.4rem;
	height: 1.4rem;
	background: url("assets/img/sprite.svg#bolt") center center no-repeat;
	background-size: cover;
	transform: translateY(4px);
}

.about__list li:not(:last-child) {
	margin-bottom: 2rem;
}

.about__phone {
	display: block;
	margin-bottom: 5px;
	font-family: var(--fontDecor);
	font-weight: 400;
	font-size: 1.1rem;
	text-decoration: none;
}

@media (max-width: 800px) {
	.about__content .section-title {
		text-align: center;
	}
}



/*
===============================
= 17 Раздел Главной - Отзывы
============================================
*/

.feedback__list {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.feedback__list--img {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
	.feedback__list--img {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 800px) {
	.feedback__list {
		display: block;
	}

	.feedback__list > * + * {
		margin-top: 2rem;
	}
}

.feedback__container:has(.feedback__list--img) .feedback__list--vid {
	margin-bottom: 4rem;
}

.feedback-item {
	position: relative;
	padding: 2rem;
	background-color: var(--mainBg);
}

@media (max-width: 800px) {
	.feedback-item {
		padding: 1rem;
	}
}

.feedback-item--img {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 300px;
	padding: 1rem;
	border: 1px solid var(--borderColor);
	background-color: var(--secondaryBg);
	overflow: hidden;
}

.feedback__img {
 filter: var( --grayscale);
 transition: filter var(--animation);
}

.feedback-item--img:hover .feedback__img {
	filter: grayscale(0);
}

.feedback-item--video::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 28px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(-33%, -100%);
}

.feedback-item--video::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 85px;
	height: 28px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(33%, 100%);
}

@media (max-width: 800px) {
	.feedback-item--video::before,
	.feedback-item--video::after {
		display: none;
	}
}


/*
===============================
= 18 Раздел Главной - Команда
============================================
*/

.team {
	background: linear-gradient(180deg, var(--mainBg), var(--secondaryBg));
}

.team__list {
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4rem;
}

@media (max-width: 1024px) {
	.team__list {
		display: block;
	}
}

@media (max-width: 1024px) {
	.team__item {
		position: relative;
	}

	.team__item:not(:last-child) {
		margin-bottom: 3rem;
	}
}

.team__wrapper {
	position: relative;
}

.team__img {
	filter: var( --grayscale);
	object-fit: cover;
}

.team__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 3.2rem);
	padding: 1.5rem;
	background-color: rgba(22, 22, 29, 0.5);
	border-left: 4px solid var(--accentColor);
}

@media (max-width: 1024px) {
	.team__caption {
		position: relative
	}
}

.team__status {
	display: block;
	margin-bottom: 5px;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.team__name {
	position: relative;
	font-size: 1.2rem;
}

@media (max-width: 800px) {
	.team__name {
		padding-right: 5rem;
	}
}

.team__descr {
	position: relative;
	padding: 1.2rem 1.2rem 1.5rem;
	background-color: var(--mainBg);
}

@media (max-width: 1024px) {
	.team__descr {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media (max-width: 800px) {
	.team__descr {
		position: relative;
		top: initial;
		right: initial;
	}
}

.team__descr p {
	display: block;
	max-width: 270px;
	margin-inline-start: auto;
}

@media (max-width: 800px) {
	.team__descr p {
		max-width: fit-content;
		margin-inline-start: 0;
	}
}

.team__btn {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.8rem;
	height: 2.8rem;
	background-color: var(--btnBg);
	transform: translate(-1rem, 1rem);
	overflow: hidden;
	transition: width var(--animation), height var(--animation);
}

@media (max-width: 1024px) {
	.team__btn {
		top: initial;
		bottom: 0;
		transform: translate(-1rem, -2rem);
	}
}

.team__btn svg {
	width: 1.4rem;
	height: 1.4rem;
	fill: var(--white)
}


/*
===============================
= 19 Раздел Главной - Цены
============================================
*/

.price {
	position: relative;
	z-index: 1;
	padding: 0;
	padding-bottom: 6rem;
	overflow: hidden;
}

.price::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 120%;
	background-color: var(--mainBg);
	transform: skewX(0.95turn) translateY(17%);
}

@media (max-width: 800px) {
	.price::after {
		height: 100%;
		transform: skewX(0) translateY(5%);
	}
}

.price__content {
	max-width: 1024px;
	margin-inline: auto;
	margin-top: 6rem;
	padding-right: 2rem;
}

@media (max-width: 800px) {
	.price__content {
		padding-right: 0;
	}
}

@media (max-width: 600px) {
	.price__content .section-title {
		text-align: center !important;
	}
}

.price__list {
	height: 340px;
	padding-right: 3rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 800px) {
	.price__list {
		height: auto;
		padding-right: 0;
	}
}

.price__list::-webkit-scrollbar-thumb {
	background: var(--accentColor);
}

.price__list::-webkit-scrollbar {
	width: 4px;
	background: #565b67
}

.price__item {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.price__item:not(:last-child) {
	margin-bottom: 2.1rem;
}

.price__title {
	position: relative;
	flex-grow: 1;
	overflow: hidden;
}

@media (max-width: 800px) {
	.price__title {
		flex: 1;
	}
}

.price__title:after {
	content: "......................................................................................................................................................................................................................";
	position: absolute;
	margin-left: 15px;
	color: rgb(124 130 138 / 41%)
}

.price__value {
	margin-left: 15px;
}


/*
===============================
= 20 Раздел Главной - Вопрос - ответ
============================================
*/

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	max-width: 1024px;
	margin-inline: auto;
}

.faq-item {
	width: 100%;
	background-color: var(--mainBg);
}

.faq-item__header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1.8rem 2rem;
	padding-left: 5.5rem;
	font-size: 1.1rem;
	font-weight: var(--bold);
	cursor: pointer;
}

@media (max-width: 500px) {
	.faq-item__header {
		padding: 1.5rem 1.5rem;
		padding-left: 1.5rem;
		padding-right: 4rem;
	}
}

.faq-item__header::before {
	content: "";
	position: absolute;
	left: 2rem;
	top: 50%;
	z-index: 1;
	width: 2rem;
	height: 2rem;
	background-color: var(--secondaryBg);
	background-image: url("assets/img/sprite.svg#plus");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.1rem 1.1rem;
	transform: translateY(-50%);
	transition: background-color var(--animation), transform var(--animation);
}

@media (max-width: 500px) {
	.faq-item__header::before {
		left: initial;
		right: 1rem;
		top: 0;
		transform: translateY(1.5rem) rotate(0);
	}
}

.faq-item__header:hover::before {
	background-color: var(--btnBg);
	transition: background-color var(--animation);
}

.faq-item__header.is-active {
	border-bottom: 1px dotted #3b3c4b;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.faq-item__header.is-active::before {
	background-color: var(--btnBg);
	background-image: url("assets/img/sprite.svg#minus");
	transform: translateY(-50%);
	transition: background-color var(--animation), transform var(--animation);
}

@media (max-width: 500px) {
	.faq-item__header.is-active::before {
		transform: translateY(1.5rem);
	}
}

.faq-item__content {
	display: none;
	padding: 1.8rem 2rem;
	padding-left: 5.5rem;
}

@media (max-width: 800px) {
	.faq-item__content {
		padding-left: 2rem;
	}
}

@media (max-width: 800px) {
	.faq-item__content {
		padding: 1.8rem 1.5rem;
		padding-left: 1.5rem;
	}
}

@media (max-width: 800px) {
	.benefits {
		overflow: hidden;
	}
}


/*
===============================
= 21 Раздел Главной - Бегущая строка Преимущества
============================================
*/

.benefits__track {
	margin-top: 4rem;
}

.running {
	display: flex;
	align-items: center;
	margin-inline: auto;
	overflow: hidden;
}

@media (max-width: 800px) {
	.running {
		display: block;
		overflow: visible
	}
}

.running__list {
	display: flex;
	gap: 2rem;
	margin-inline: auto;
	padding-left: 2rem;
	list-style: none;
	counter-reset: num;
	transform: translateX(0);
	animation: text-scroll 65s linear infinite;
}

@media (max-width: 800px) {
	.running__list {
		display: block;
		padding-left: 0;
		transform: none;
		animation: none;
	}
}

.running:hover .running__list {
	animation-play-state: paused
}

@keyframes text-scroll {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}

@media (max-width: 800px) {
	.running__list--secondary {
		display: none;
	}
}

.running__item {
	position: relative;
	width: calc(270px - 3.2rem);
	padding: 1.6rem;
	counter-increment: num;
	background-color: var(--mainBg);
}

@media (max-width: 800px) {
	.running__item {
		width: auto;
	}

	.running__item:not(:last-child) {
		margin-bottom: 2rem;
	}
}

@media (max-width: 500px) {
	.running__item {
		padding: 1.2rem;
	}
}

.running__item::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(33%, 100%);
}

.running__item p {
	margin-top: 1.5rem;
}

.running__item::before {
	content: counter(num);
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: start;
	width: 2.4rem;
	height: 2.4rem;
	font-weight: var(--bold);
	font-size: 1.2rem;
	line-height: 1;
	background-color: var(--btnBgHover);
}


/*
===============================
= 22 Раздел Главной - Кейсы
============================================
*/

.cases__list {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5rem;
}

@media (max-width: 1175px) {
	.cases__list {
		display: block;
	}
}

.case {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	border: 1px solid var(--borderColor);
}

@media (max-width: 1175px) {
	.case:not(:last-child) {
		margin-bottom: 4rem;
	}
}

@media (max-width: 500px) {
	.case {
		padding: 1.2rem;
	}
}

.case__media {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	padding: 1rem;
	background-color: var(--secondaryBg);
	border: 1px solid var(--borderColor);
	transform: translate(-2rem, -20%);
}

@media (max-width: 600px) {
	.case__media {
		position: relative;
		margin-bottom: 2rem;
		transform: none;
	}
}

.case__img {
	transition: opacity var(--animation);
}

.case__media:hover .case__img {
	opacity: 0.7;
}

.case__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.case__title {
	margin-bottom: 3rem;
	padding-right: 190px;
	font-size: 1.2rem;
}

@media (max-width: 600px) {
	.case__title {
		padding-right: 0;
	}
}

.case__point {
	position: relative;
	padding-left: 5rem;
}

@media (max-width: 600px) {
	.case__point {
		padding-left: 0;
		padding-top: 4.5rem;
	}
}

.case__point--accusation::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 3rem;
	height: 3rem;
	background: url("assets/img/sprite.svg#law") center center no-repeat;
	background-size: 1.8rem 1.8rem;
	background-color: var(--btnBg);
}

.case__point--punishment::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 3rem;
	height: 3rem;
	background: url("assets/img/sprite.svg#fire") center center no-repeat;
	background-size: 1.8rem 1.8rem;
	background-color: var(--btnBg);
}

.case__point--sentence {
	margin-top: auto;
}

.case__point--sentence::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 3rem;
	height: 3rem;
	background: url("assets/img/sprite.svg#mallet") center center no-repeat;
	background-size: 1.8rem 1.8rem;
	background-color: #00905a;
}

.case__point:not(:last-child) {
	margin-bottom: 1.5rem;
}

.case__label {
	display: block;
	margin-bottom: 5px;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.case__offset {
	width: 4913rem;
}



/*
===============================
= 23 Раздел Главной - Контакты
============================================
*/

.contacts {
	margin-top: 5rem;
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
}

.contacts__wrap {
	position: relative;
	display: grid;
	grid-template-columns: 58% 42%;
	padding: 3rem 0;
}

@media (max-width: 1280px) {
	.contacts__wrap {
		display: block
	}
}

@media (max-width: 800px) {
	.contacts__wrap {
		padding: 0;
	}
}

.contacts__wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 80%;
	height: 90%;
	background-color: var(--mainBg);
	transform: translateY(9rem)
}

@media (max-width: 1280px) {
	.contacts__wrap::after {
		width: 100%;
	}
}

@media (max-width: 800px) {
	.contacts__wrap::after {
		transform: translateY(5rem)
	}
}

.contacts__list {
	position: relative;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5rem;
	padding-left: 3rem;
}

@media (max-width: 1280px) {
	.contacts__list {
		padding-right: 3rem;
	}
}

@media (max-width: 800px) {
	.contacts__list {
		display: block;
	}
}

@media (max-width: 500px) {
	.contacts__list {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.contacts__item {
	position: relative;
	padding: 1.5rem;
	padding-left: 6rem;
	border: 1px solid var(--borderColor);
}

@media (max-width: 800px) {
	.contacts__item:not(:last-child) {
		margin-bottom: 2rem;
	}

	.contacts__item {
		padding: 1rem;
		padding-left: 1.5rem;
		padding-top: 6rem;
	}
}

.contacts__item--address,
.contacts__item--company {
	grid-column: 1 / 3;
}

.contacts__item--company {
	position: relative;
	margin-bottom: 2rem;
	padding: 0;
	border: 0;
	font-size: 1.2rem;
	font-weight: var(--bold);
}

@media (max-width: 800px) {
	.contacts__item--company.contacts__item--company {
		margin-bottom: 5rem;
	}
}

.contacts__label {
	display: block;
	margin-bottom: 5px;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.contacts__link {
	text-decoration: none;
}

.contacts__item--address::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	background: url("assets/img/sprite.svg#location") center center no-repeat;
	background-size: 1.6rem 1.6rem;
	border: 1px solid var(--white);
	transform: translate(1.5rem, 1.5rem);
}

.contacts__item--phone::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	background: url("assets/img/sprite.svg#phone") center center no-repeat;
	background-size: 1.6rem 1.6rem;
	border: 1px solid var(--white);
	transform: translate(1.5rem, 1.5rem);
}

.contacts__item--telegram::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	background: url("assets/img/sprite.svg#telegram") center center no-repeat;
	background-size: 1.6rem 1.6rem;
	border: 1px solid var(--white);
	transform: translate(1.5rem, 1.5rem);
}

.contacts__item--whatsapp::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	background: url("assets/img/sprite.svg#whatsapp") center center no-repeat;
	background-size: 1.6rem 1.6rem;
	border: 1px solid var(--white);
	transform: translate(1.5rem, 1.5rem);
}

.contacts__item--mail::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	background: url("assets/img/sprite.svg#mail") center center no-repeat;
	background-size: 1.6rem 1.6rem;
	border: 1px solid var(--white);
	transform: translate(1.5rem, 1.5rem);
}

.contacts__map {
	position: relative;
}

@media (max-width: 1280px) {
	.contacts__map {
		margin-top: 4rem;
		margin-inline: 3rem;
	}

	.contacts__map:has(iframe) {
		padding: 2rem;
		border: 1px solid var(--borderColor);
	}

	.contacts__object:has(.contacts__replace) {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 600px) {
	.contacts__map {
		margin-inline: 1.5rem;
		padding: 1.5rem;
	}
}

@media (max-width: 500px) {
	.contacts__map {
		margin-inline: 0;
		padding: 0;
	}
}

.contacts__object {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 450px;
	height: 650px;
	overflow: hidden;
	transform: translateY(-4rem);
}

@media (max-width: 1280px) {
	.contacts__object {
		position: relative;
		width: 100%;
		height: 400px;
		transform: none
	}
}

.contacts__object::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(-33%, -100%);
}

.contacts__object::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(33%, 100%);
}

@media (max-width: 1280px) {
	.contacts__object::before,
	.contacts__object::after {
		display: none;
	}
}

.social-btns {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-top: 2rem;
	padding-left: 3rem;
}

@media (max-width: 500px) {
	.social-btns {
		padding-left: 1rem;
	}
}

.social-btns__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.4rem;
	height: 2.4rem;
	padding: 1px;
	overflow: hidden;
	transition: transform 0.3s, opacity 0.3s;
}

.social-btns__item:not(:last-child) {
	margin-right: 0.7rem;
}

.social-btns__item:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.social-btns__link svg {
	width: 2.6rem;
	max-width: none;
	height: 2.6rem;
}

.rutube-item {
	background-color: #303040;
}

.rutube-item svg {
	width: 1.6rem;
	height: 1.6rem;
}





/*
===============================
= 24 Раздел Главной - Произвольный контент
============================================
*/

@media (max-width: 1024px) {
	.custom-section {
		overflow: hidden;
	}
}

.custom-section .section__header {
	margin-bottom: 2rem;
}

.custom-section__content {
	position: relative;
	padding: 3rem;
	background-color: var(--mainBg);
}

@media (max-width: 600px) {
	.custom-section__content {
		padding: 0;
		background-color: transparent;
	}
}

.custom-section__content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(-17%, -100%);
}

.custom-section__content::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 50px;
	background-color: var(--secondaryBg);
	transform: rotate(-45deg) translate(33%, 100%);
}

@media (max-width: 600px) {
	.custom-section__content::before,
	.custom-section__content::after {
		display: none;
	}
}

.custom-section__content:has(.custom-list) {
	padding: 0;
	background-color: transparent;
}

.custom-section__content:has(.custom-list)::before,
.custom-section__content:has(.custom-list)::after {
	display: none;
}

.custom-list {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1130px) {
	.custom-list {
		display: block
	}
}

.custom-list__item {
	padding: 1.4rem 2rem;
	border: 1px solid var(--borderColor)
}

@media (max-width: 1130px) {
	.custom-list__item:not(:last-child) {
		margin-bottom: 2rem;
	}
}

@media (max-width: 500px) {
	.custom-list__item {
		padding: 1.4rem 1rem;
	}
}



/*
===============================
= 25 Подвал сайта
============================================
*/

.site-footer {
	padding: 3rem 0;
	font-size: 0.9rem;
}

.site-footer p:not(:last-child) {
	margin-bottom: 0;
}

.site-footer__wrap {
	display: flex;
	gap: 5rem;
	justify-content: flex-start;
	padding-top: 3rem;
	border-top: 1px solid var(--borderColor);
}

@media (max-width: 1175px) {
	.site-footer__wrap {
		display: block;
	}
}

@media (max-width: 1175px) {
	.site-footer__credits {
		margin-bottom: 3rem;
	}
}

.site-footer__info {
	display: block;
	max-width: 630px;
}

@media (max-width: 1175px) {
	.site-footer__info {
		margin-right: 5rem;
	}
}

.site-footer__copy {
	font-weight: var(--bold);
}

.site-footer__backtop {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	margin-left: auto;
	background-color: var(--btnBg);
	transition: background-color var(--animation);
	overflow: hidden;
}

@media (max-width: 1175px) {
	.site-footer__backtop {
		position: absolute;
		bottom: 0;
		right: 0;
		margin-left: 0;
		transform: translateY(-2rem);
	}
}

.site-footer__backtop svg {
	width: 1.6rem;
	height: 1.6rem;
	fill: var(--mainColor);
}




/*
===============================
= 26 Списки сайта
============================================
*/

.post-content ul,
.post-content ol {
	margin-left: 1rem;
	margin-bottom: 1.5rem;
	list-style-position: inside;
}

@media (max-width: 600px) {
	.post-content ul,
	.post-content ol {
		margin-left: 0;
	}
}

.post-content ul li {
	list-style: none;
	position: relative;
	padding-left: 1.5rem;
}

.post-content ul li:not(:last-child) {
	margin-bottom: 0.7rem;
}

.post-content ul li ul {
	margin: 1rem 0;
}

.post-content ul li::before {
	content: "";
	position: absolute;
	top: 0.55rem;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: var(--accentColor);
	border-radius: 50%;
}

ol {
	list-style: decimal;
}

ol li {
	margin: 0;
	padding: 0 0 10px 0
}

ol ol {
	list-style: upper-alpha
}

ol ol ol {
	list-style: lower-roman
}

ol ol ol ol {
	list-style: lower-alpha
}

.post-content ul:not(:last-child),
.widget ul:not(:last-child) {
	margin: 1rem 0;
}



/*
===============================
= 27 Модальные окна (поп-апы)
============================================
*/

.modal-overlay,
.nav-panel__overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	z-index: 200;
	background-color: #17181e;
	opacity: .9;
	transition: width var(--animation)
}

.modal-overlay.is-open,
.nav-panel__overlay.is-open {
	width: 100%;
	transition: width var(--animation)
}

.modal {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: -1;
	width: 100%;
	max-width: 500px;
	background-color: var(--secondaryBg);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -70%);
	transition: opacity var(--animation), visibility var(--animation), transform var(--animation);
}

.modal.is-open {
	z-index: 10001;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
	transition: opacity var(--animation), visibility var(--animation), transform var(--animation)
}

.modal__close {
	content: "";
	position: absolute;
	right: 1.2rem;
	top: 1rem;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.4rem;
	height: 2.4rem;
	background-color: var(--mainBg);
	overflow: hidden;
}

.modal__close svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: currentColor
}

.modal__header {
	padding: 2rem 2rem 0;
}

@media (max-width: 600px) {
	.modal__header {
		padding: 1.5rem 2rem 0;
	}
}

.modal__content {
	padding: 2rem;
}

@media (max-width: 600px) {
	.modal__content {
		padding: 1rem 2rem;
	}
}

.modal__title {
	margin-bottom: 1rem;
	display: block;
	font-family: var(--fontDecor);
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 120%
}

@media (max-width: 600px) {
	.modal__title {
		font-size: 1.3rem;
	}
}

.modal__descr {
	display: block;
	font-size: .9rem;
	line-height: 150%
}

@media (max-width: 800px) {
	.modal__descr span {
		display: none;
	}
}

.modal__btn {
	margin-top: 0.5rem;
	border: 1px solid var(--mainColor);
	transition: border-color var(--animation);
}

.modal__btn:hover {
	border-color: var(--btnBgHover);
}

.modal-btns {
	display: flex;
	gap: 1rem;
	align-items: start;
	padding: 2rem;
}

.modal-btns__item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.modal-btns__item:has(img) {
	padding: 1rem;
	border: 1px solid var(--borderColor);
}

@media (max-width: 800px) {
	.modal-btns__item:has(img) {
		padding: 0;
		border: 0;
	}
}

.btn--chat {
	display: flex;
	gap: 10px;
	align-items: center;
}

.btn--chat:hover {
	color: var(--btnColor);
}

.btn--telegram {
	background-color: #08c;
}

.btn--whatsapp {
	background-color: #23a453;
}

.btn--chat svg {
	width: 1.8rem;
	height: 1.8rem;
}

.modal-btns__qr {
	width: 180px;
	aspect-ratio: 1;
	filter: var( --grayscale);
}

@media (max-width: 800px) {
	.modal-btns__qr {
		display: none;
	}
}



/*
===============================
= 28 Контактная форма CF7
============================================
*/

.wpcf7-form p {
	margin: 0
}

.wpcf7 label {
	font-size: .9rem;
	line-height: 110%;
	font-weight: 400;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
	margin-bottom: 1.5rem;
}

.wpcf7-not-valid {
	border: 1px solid red
}

.wpcf7-not-valid-tip {
	margin-bottom: 10px;
	line-height: 1
}

.wpcf7 form .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 15px;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 600px) {
	.wpcf7 form .wpcf7-response-output {
		padding: 8px 15px;
	}
}

.wpcf7-not-valid-tip {
	padding-top: 10px;
	font-size: 0.9rem !important;
	color: #ee7474 !important;
}

.wpcf7-acceptance {
	margin: 1rem 0;
	display: block
}

.wpcf7-acceptance input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden
}

.wpcf7-acceptance .wpcf7-list-item {
	display: inline-block;
	margin: 0
}

.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	display: block;
	padding-left: 2rem;
	font-size: .9rem
}

@media (max-width: 600px) {
	.wpcf7-acceptance .wpcf7-list-item-label {
		font-size: 13px
	}
}

.wpcf7-acceptance .wpcf7-list-item-label a {
	color: var(--greyColor)
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.1rem;
	height: 1.1rem;
	border: 1px solid #837ca0;
	transform: translateY(-2px);
}

.wpcf7-acceptance input:checked+span:before {
	background-color: #00905a;
	background-image: url("assets/img/sprite.svg#checked");
	background-position: center;
	background-size: 1.1rem;
	background-repeat: no-repeat;
	border-color: #00905a;
}

.wpcf7-submit:disabled {
	opacity: .6
}

.wpcf7-submit:disabled:hover::after {
	display: none;
}

.modal__sent {
	position: absolute;
	width: calc(360px - 2rem);
	top: 50%;
	left: 50%;
	padding: 1rem;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transform: translate(-50%, -50%);
}

.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}

.message-sent {
	height: 90px;
	visibility: hidden;
	opacity: 0;
}

.modal__sent>.modal__title {
	color: #2de7a3;
}

.modal__sent.is-shown {
	opacity: 1;
	visibility: visible;
	transition: visibility var(--animation), opacity var(--animation);
}

.wpcf7-not-valid {
	border-color: #ee7474 !important
}

.wpcf7-form:has(.wpcf7-not-valid) .wpcf7-submit {
	opacity: .6;
	cursor: not-allowed;
}



/*
===============================
= 29 404 страница
============================================
*/

.error-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.error-section__img {
	max-width: 300px;
	margin: 2rem auto;
}

@media (max-width: 600px) {
	.error-section__img {
		max-width: 150px;
		margin: 1rem auto 2rem;
	}
}

.error-section__content {
	max-width: 600px;
	text-align: center
}

.error-section__title {
	display: block;
	margin-bottom: 3rem;
	font-size: 4rem;
	font-family: var(--fontDecor);
	font-weight: 400;
}

.error-section__text {
	margin-bottom: 2rem;
}




/*
===============================
= 30 Поп-ап Cookies
============================================
*/

.cookies-box {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	max-width: 290px;
	padding: 1.5rem;
	background-color: var(--mainBg);
	border: 1px solid var(--borderColor);
	transform: translate(-120%, -1rem);
	transition: transform var(--animation);
}

@media (max-width: 500px) {
	.cookies-box {
		max-width: 260px;
	}
}

.cookies-box.is-shown {
	transform: translate(5%, -1rem);
}

.cookies-box__title {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	font-weight: var(--bold);
	line-height: 140%;
}

.cookies-box__descr {
	margin-bottom: 1.5rem;
	font-size: 14px;
	line-height: 150%;
}

.cookies-box__btn {
	border: 1px solid var(--mainColor);
}

.cookies-box__btn:hover {
	border-color: var(--btnBgHover);
}




/*
===============================
= 31 Разметка записей
============================================
*/

.single-page {
	position: relative;
	display: grid;
	gap: 4rem;
	grid-template-columns: 1fr 300px;
	margin-bottom: 3rem;
}

@media (max-width: 1200px) {
	.single-page {
		display: block;
	}

	.single-page__sidebar {
		margin-top: 5rem;
	}
}

.single-page__port {
	position: sticky;
	top: 0;
}

.single-page__header {
	margin-bottom: 2rem;
}

.single-page__date {
	margin-bottom: 1rem;
	font-size: 0.9rem;
	color: var(--greyColor);
}

.single-page__date {
	display: block;
	margin-top: 1rem;
}

.single-page__title {
	font-family: var(--fontDecor);
	font-size: 2rem;
	line-height: 140%;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.single-page__title {
		font-size: 1.75rem;
	}
}

@media (max-width: 415px) {
	.single-page__title {
		font-size: 1.4rem;
	}
}

.post-content__img figcaption {
	padding: 6px 10px;
	text-align: right;
}



/*
===============================
= 32 Сайдбар
============================================
*/

.widget-title {
	margin-bottom: 1rem;
	padding-bottom: 0.85rem;
	display: block;
	font-size: 1.2rem;
	font-weight: var(--bold);
	line-height: 130%;
	border-bottom: 1px solid var(--borderColor);
	color: var(--greyColor);
}

.widget_nav_menu ul {
	padding-left: 0 !important;
}

.widget_nav_menu ul li {
	padding-left: 1rem;
	position: relative;
	font-size: 0.9rem;
}

.widget_nav_menu ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--accentColor);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.widget_nav_menu ul li:not(:last-child) {
	margin-bottom: 0.8rem;
}

.widget_nav_menu ul li a {
	padding: 0.25rem 0 !important;
	text-decoration: none;
}

.widget_nav_menu ul li a:hover {
	color: var(--hoverColor);
	text-decoration: underline;
}

.widget #calendar_wrap {
	width: 100%;
}

.widget #wp-calendar th {
	text-align: center;
	padding: 5px 4px;
	font-size: 0.8rem;
	font-weight: var(--bold);
	border: 1px solid var(--borderColor)
}

.widget #wp-calendar td {
	padding: 5px 6px;
	border: 1px solid rgba(29, 43, 100, .06);
	text-align: center;
	font-size: 0.8rem;
}

.widget #wp-calendar caption {
	margin-bottom: 0.5rem;
	font-size: 14px;
	color: var(--greyColor);
}

.widget:not(:last-child) {
	margin-bottom: 4rem;
}

.widget li,
.widget p {
	font-size: 0.96rem !important;
}

.widget a {
	text-decoration: none;
}

.widget a:hover {
	text-decoration: underline
}

.widget .cat-item,
.widget_archive li {
	display: flex;
	justify-content: space-between;
}

.cat-item__count {
	font-size: 14px;
}

.widget.post-content ul,
.widget.post-content ol {
	margin-left: 0 !important;
}

.search-form {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 100px;
}

.search-form label {
	margin: 0;
}

.search-field {
	width: 100% !important;
	height: 56px;
}


/*
===============================
= 33 Список комментариев
============================================
*/

.comments {
	margin-top: 4rem;
	position: relative;
}

.comments__list {
	margin-bottom: 3rem;
}

.comments__title {
	display: block;
	margin-bottom: 2.5rem;
	font-family: var(--fontDecor);
	font-size: 1.6rem;
	font-weight: 400;
}

#respond .comments__title {
	border: 0;
}

@media (max-width: 900px) {
	.comments__title,
	#respond .comments__title {
		font-size: 1.4rem;
	}
}


@media (max-width: 900px) {
	.comments {
		margin-bottom: 2rem;
	}
}

.comment {
	display: flex;
	flex-flow: column nowrap;
	font-size: 1rem;
	border: 1px solid var(--borderColor);
}

@media (max-width: 660px) {
	.comment {
		padding: 0;
		border: 0;
	}
}

.comment:not(:last-child) {
	margin-bottom: 2.5rem;
}

.comment .children {
	margin: 0.5rem 0;
	padding: 1rem 0 0 0;
}

.comment .children>.comment {
	border-top: 1px solid var(--borderColor);
}

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

.comment__header {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 1.4rem;
	background-color: var(--mainBg);
}

@media (max-width: 1130px) {
	.comment__header {
		align-items: start;
	}
}

@media (max-width: 660px) {
	.comment__header {
		flex-flow: column nowrap;
		border: 0
	}

	.comment .children>.comment {
		border: 0
	}
}

.comment-author-info {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: end;
	line-height: 1;
}

@media (max-width: 1130px) {
	.comment-author-info {
		flex-direction: column;
		align-items: start;
	}
}

@media (max-width: 660px) {
	.comment-author-info {
		order: 2;
	}
}

.comment-edit-link {
	position: relative;
	display: inline-block;
	margin-left: 1.2rem;
	width: 1.5rem;
	height: 1.5rem;
	background-color: var(--mainBg);
	background-image: url("assets/img/sprite.svg#edit");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.1rem 1.1rem;
	text-decoration: none;
	text-indent: -9999rem;
	transition: background-color 0.3s;
}

@media (max-width: 660px) {
	.comment-edit-link {
		display: none;
	}
}

.comment-edit-link:hover {
	background-color: var(--btnBgHover);
	transition: background-color 0.3s;
}

@media (max-width: 500px) {
	.comment-edit-link {
		display: none;
	}
}

.comment-edit-link:hover {
	text-decoration: underline;
	color: var(--hoverColor);
}

.comment__content {
	padding: 1rem 1.4rem;
}

@media (max-width: 700px) {
	.comment__content {
		font-size: 1rem;
	}
}

.comment__author {
	font-weight: var(--bold);
	font-size: 1rem;
}

@media (max-width: 1130px) {
	.comment__author {
		margin-bottom: 1rem;
	}
}

.comment__author .url {
	text-decoration: none;
}

.comment__author .url:hover {
	text-decoration: underline;
}

.comment-author-info__label {
	position: relative;
}

.comment-author-info__label::after {
	content: "Автор";
	margin-left: 14px;
	padding: 5px 8px;
	display: inline-flex;
	background-color: var(--accentColor);
	color: var(--white);
	font-size: 13px;
	border-radius: 4px;
}

.comment__meta {
	margin-left: 1.2rem;
	font-size: 0.9rem;
	color: var(--greyColor);
}

@media (max-width: 1130px) {
	.comment__meta {
		margin-left: 0;
	}
}

@media (max-width: 660px) {
	.comment__meta {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

.comment__meta a {
	text-decoration: none;
	color: var(--greyColor);
}

.children .comment {
	padding: 0;
	border: none;
}

.children .comment:not(:last-child) {
	margin-bottom: 1rem;
}

.comment-awaiting-moderation {
	display: block;
	margin-bottom: 1rem;
	font-family: inherit;
	font-style: normal;
	font-size: 1rem;
	color: #168f69;
}

.comment__date {
	font-size: 0.78rem;
}

@media (max-width: 660px) {
	.comment__date {
		order: 2
	}
}



/*
===============================
= 34 Форма отправки комментариев
============================================
*/

.comment-form {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

@media (max-width: 660px) {
	#feedback-comments .comments__form {
		padding: 0 1rem;
	}
}

.comment-form .comment-notes,
.logged-in-as {
	display: block;
	flex-basis: 100%;
	margin-bottom: 1.5rem;
	font-size: 0.92rem;
	color: var(--greyColor);
}

@media (max-width:415px) {
	.required-field-message {
		display: block;
	}
}

.comment-form .comment-notes input {
	margin-right: 1rem;
}

.comment-form .comment-notes a,
.logged-in-as a,
.comment-form__agreement a {
	color: var(--hoverColor);
}

.comment-form .comment-notes a:hover,
.logged-in-as a:hover,
.comment-form__agreement a:hover {
	color: var(--btnBg);
}

#comments-checkbox {
	margin-right: 10px;
}

.comment-form-cookies-consent {
	flex-basis: 100%;
	margin-bottom: 0.6rem;
	display: none;
}

.comment-form-cookies-consent input {
	margin-right: 1rem;
}

.comment-form-author {
	flex: 1;
	margin-right: 1rem;
}

@media (max-width: 600px) {
	.comment-form-author {
		flex-basis: 100%;
		margin-right: 0;
	}
}

.comment-form-email {
	flex: 1;
}

@media (max-width: 600px) {
	.comment-form-email {
		flex-basis: 100%;
		margin-right: 0;
	}
}

.comment-form-url {
	flex: 1;
}

.comment-form-comment {
	flex-basis: 100%;
	margin-bottom: 1rem;
}

.comments__submit {
	margin-top: 1rem;
}

.submit {
	margin-top: 1rem;
	padding: 1rem 2rem;
	background-color: var(--btnBg);
}

.comment-form .submit {
	border: none;
}

.comment-form .submit:disabled,
.wpcf7-submit:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	transition: opacity 0.3s ease-in-out;
}

.comment__reply {
	margin-left: auto;
	font-size: 14px;
	color: var(--greyColor);
	cursor: pointer;
}

@media (max-width: 415px) {
	.comment__reply {
		font-size: 0.8rem;
	}
}

.comment__reply:hover {
	text-decoration: underline;
	color: var(--hoverColor);
}

.comment-reply-title {
	display: block;
	margin-bottom: 1rem;
	font-family: var(--fontDecor);
	font-size: 1.2rem;
	font-weight: 400;
}

a#cancel-comment-reply-link {
	display: inline-block;
	padding-left: 10px;
	text-decoration: none;
	overflow: hidden;
	width: 30px;
	height: 30px
}

a#cancel-comment-reply-link:before {
	content: "\00D7";
	font-size: 30px;
	color: red;
	width: 36px;
	height: 36px
}

.form-checkbox {
	margin-bottom: 1rem;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.form-checkbox__input {
	position: absolute;
	opacity: 0;
}

.form-checkbox__text {
	margin-left: 1.8rem;
	font-size: 0.92rem;
	line-height: 140%;
	flex: 0 100%;
	color: var(--greyColor);
}

@media (max-width:800px) {
	.form-checkbox__text {
		line-height: 20px
	}
}

@media (max-width:500px) {
	.form-checkbox__text {
		font-size: 13px;
	}
}

.form-submit {
	margin-bottom: 0 !important;
}

@media (max-width:415px) {
	.form-submit {
		width: 100%;
	}
}

.form-checkbox__text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1rem;
	height: 1rem;
	background-color: transparent;
	border: 1px solid #706d7c;
	border-radius: 4px;
}

.form-checkbox__input:checked+.form-checkbox__text::before {
	background-image: url("assets/img/sprite.svg#checked");
	background-position: center;
	background-size: 1.1rem;
	background-repeat: no-repeat;
	border-color: transparent;
	background-color: #00905a;
	border-color: #00905a;
}

.form-checkbox__text a {
	color: var(--white);
	text-decoration: none;
}

.form-checkbox__text a:hover {
	color: var(--hoverColor);
	text-decoration: underline;
}

.comment-navigation {
	margin: 0 0 3rem !important;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.comment-navigation a {
	padding: 1rem;
	display: block;
	font-size: 0.86rem;
	border: 1px solid var(--borderColor);
	font-weight: var(--bold);
	color: var(--greyColor);
	text-decoration: none;
	margin: 0.5rem 0;
	text-align: center;
}

.comment .comment-respond {
	margin-top: 2rem;
	padding: 1.2rem;
	background-color: var(--mainBg);
}

.comment .comments__title {
	margin-bottom: 1rem;
	font-size: 1.2rem;
}



/*
===============================
= 35 Таблицы
============================================
*/

table,
.wp-block-table {
	margin: 0 0 1.5rem;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table th {
	padding: 0.5rem 1rem;
	text-align: left;
	font-size: 0.9rem;
	font-weight: var(--bold);
	border: 1px solid var(--borderColor);
	background-color: var(--mainBg);
	word-break: normal
}

table td {
	padding: 0.5rem 1rem;
	font-size: 0.94rem;
	line-height: 1.5;
	border: 1px solid var(--borderColor);
	vertical-align: top;
	word-break: normal;
}

.wp-block-table td,
.wp-block-table th {
	font-size: 0.94rem;
	line-height: 1.5;
	border: 1px solid var(--borderColor);
	padding: 0.5rem 1rem;
}

table,
.wp-block-table {
	border-collapse: collapse
}

.wp-block-table {
	border-collapse: collapse
}

dt,
dd {
	margin-bottom: 1rem;
}

.wp-block-table::-webkit-scrollbar {
	height: 3px;
	background-color: #626175;
}

.wp-block-table::-webkit-scrollbar-thumb {
	background-color: var(--accentColor);
}

.wp-block-table .wp-element-caption {
	margin-bottom: 1rem;
	text-align: left;
}




/*
===============================
= 36 Компоненты записи, блоки, галереи
============================================
*/

blockquote {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 1.5rem 0;
	padding: 2rem;
	background-color: var(--mainBg);
}

blockquote p {
	margin: 0
}

blockquote cite {
	display: inline-block;
	text-align: right;
	font-weight: var(--bold);
}

blockquote cite::before {
	content: "—";
	padding-right: 8px;
}

.wp-block-cover {
	margin-bottom: 1.5rem;
}

figcaption {
	color: var(--greyColor);
	font-size: 14px;
}

.wp-block-table figcaption {
	margin-top: -1rem;
	padding-right: 6px;
	text-align: right;
}

.blocks-gallery-grid,
.wp-block-gallery {
	margin: 0 auto
}

.wp-block-gallery,
.post-content .gallery {
	margin-bottom: 1.5rem;
}

@media (max-width: 600px) {
	.wp-block-gallery {
		display: block !important;
	}

	.wp-block-image {
		width: 100% !important;
		margin-bottom: 1rem !important;
	}
}

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

.blocks-gallery-grid li {
	padding-left: 0 !important;
}

.blocks-gallery-grid li::before {
	display: none;
}

.wp-block-image .alignleft {
	margin: 0 2rem 1rem 0;
}

img.alignleft {
	float: left;
	margin: 0 2rem 1rem 0;
}

.wp-block-image .alignright {
	margin: 0 0 1rem 2rem;
}

img .alignright {
	float: right;
	margin: 0 0 1rem 2rem;
}

@media (max-width: 900px) {
	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		margin: 0 auto 1rem;
		float: none;
		display: table
	}
}

.gallery {
	margin: 1rem auto 0;
	display: inline-block;
}

.gallery .gallery-item {
	margin: 0;
	padding: 0;
}

.gallery .gallery-item img {
	border-radius: 6px;
}

.gallery-columns-2 {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width:600px) {
	.gallery-columns-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.gallery-columns-4 {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width:600px) {
	.gallery-columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.wp-block-buttons {
	margin-bottom: 1.2rem
}

.wp-block-code {
	margin-bottom: 1.2rem;
	padding: 1.5rem;
	padding-left: 2rem;
	max-width: 100%;
	overflow: auto;
	white-space: pre;
	color: var(--white);
	border: 0;
	background-color: var(--mainColor);
	font-family: monospace;
}

.wp-block-code code {
	padding: 0;
	background-color: transparent;
	font-size: 0.88rem;
}

code {
	padding: 0 1rem;
	display: inline-block;
	background-color: var(--mainBg);
	color: var(--mainColor);
}

.wp-block-verse {
	white-space: pre-wrap;
}

.wp-block-embed__wrapper>* {
	margin-right: auto;
	margin-left: auto;
}

.wp-block-embed figcaption {
	padding-right: 6px;
	text-align: right;
}

.wp-block-latest-posts.is-grid li {
	padding: 1rem;
	border: 1px solid var(--borderColor);
	font-size: 0.9rem;
	font-weight: var(--normal);
	line-height: 125%;
	border-radius: 6px;
}

.wp-block-latest-posts.is-grid li a {
	text-decoration: none;
}

.wp-block-latest-posts.is-grid li a:hover {
	text-decoration: underline;
	color: var(--hoverColor);
}

.wp-block-latest-posts__featured-image {
	margin-bottom: 0.6rem;
}

.wp-block-latest-posts__featured-image img {
	border-radius: 4px;
}

.wp-block-columns {
	font-size: 0.96rem;
}

.wp-block-columns p:not(:last-child) {
	margin-bottom: 0.5rem;
}

.wp-block-columns img,
.wp-block-image,
.wp-block-cover,
.widget_media_image img {
	overflow: hidden;
}


/*
===============================
= 37 Оформление для внутренних страниц
============================================
*/

.inner-page {
	max-width: 800px;
}

.inner-page__list {
	padding: 3rem;
	background-color: var(--mainBg);
}

@media (max-width: 600px) {
	.inner-page__list {
		padding: 2rem;
	}
}

@media (max-width: 415px) {
	.inner-page__list {
		padding: 1rem;
	}
}

.inner-page__list {
	margin-top: 2.5rem;
}

.inner-page__item:not(:last-child) {
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--borderColor);
}

.inner-page__item > .blog-main__img {
	margin-bottom: 1.5rem;
}

.container__header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

.container__title {
	font-size: 2rem;
	font-family: var(--fontDecor);
	font-weight: 400;
}

.container__descr {
	margin-top: 1.5rem;
	padding: 1.5rem;
	border: 1px solid var(--borderColor);
}

.inner-page__status {
	margin-top: 0.5rem;
	font-size: 0.9rem;
	color: var(--greyColor);
}

.inner-page__title {
	display: block;
	margin-bottom: 1.2rem;
	font-size: 1.6rem;
	font-family: var(--fontDecor);
	font-weight: 400;
	line-height: 130%;
}

@media (max-width: 600px) {
	.inner-page__title {
		font-size: 1.4rem;
	}
}

.inner-page__link,
.inner-page__more {
	text-decoration: none;
}

.inner-page__link:hover,
.inner-page__more:hover {
	color: var(--hoverColor);
	text-decoration: none;
}

.inner-page__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
}

.inner-page__date {
	font-size: 0.9rem;
	color: var(--greyColor);
}

.inner-page__more {
	font-size: 13px;
	text-transform: uppercase;
	color: var(--greyColor);
}

.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px;
	margin-top: 3rem;
}

.nav-links>.page-numbers {
	display: block;
	margin-inline: 0.5rem;
	padding: 0.8rem 1rem;
	font-size: 0.94rem;
	line-height: 1;
	font-weight: var(--bold);
	background-color: var(--mainBg);
	text-decoration: none;
	transition: all 0.3s;
}

.nav-links .current,
.nav-links>.page-numbers:hover {
	background-color: var(--btnBg);
	color: var(--btnColor);
}
