/*!
Theme Name: zdorovoe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: zdorovoe
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.

zdorovoe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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 */

/* 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%;
}

/* 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 {
	background-color: transparent;
}

/**
 * 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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


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%;
}


.wp-block-list  {
	list-style-type: none; /* Убираем стандартные маркеры */
	padding-left: 0;
	margin: 1em 0;
	line-height: 1.6;
}

.wp-block-list  li {
	position: relative;
	padding-left: 1.75em;
	margin-bottom: 0.5em;
}

.wp-block-list  li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #3a3a3a; /* Цвет маркера */
	font-size: 1.2em;
}


/* 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%;
}

/* Links
--------------------------------------------- */
/*a {*/
/*	color: #4169e1;*/
/*}*/

/*a:visited {*/
/*	color: #800080;*/
/*}*/

/*a:hover,*/
/*a:focus,*/
/*a:active {*/
/*	color: #191970;*/
/*}*/

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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%;*/
/*}*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*.post,*/
/*.page {*/
/*	margin: 0 0 1.5em;*/
/*}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}






* {
	margin: 0; /*у каждого элемента будут удалены значения по умолчанию*/
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box; /*вычисление границы с отступами, т.е. внутри элемента (ширина, которую мы ставим, относится к элементу полностью, включая border и padding)*/
}

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


button {
	background: none;
	border: none;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	display: block;
}

table {
	width: 100%;
	border-collapse: collapse;
}




















@import url(reset.css);

@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Regular'), local('Gilroy-Regular'),
	url('fonts/Gilroy-Regular.woff2') format('woff2'),
	url('fonts/Gilroy-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Bold'), local('Gilroy-Bold'),
	url('fonts/Gilroy-Bold.woff2') format('woff2'),
	url('fonts/Gilroy-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Black'), local('Gilroy-Black'),
	url('fonts/Gilroy-Black.woff2') format('woff2'),
	url('fonts/Gilroy-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Light'), local('Gilroy-Light'),
	url('fonts/Gilroy-Light.woff2') format('woff2'),
	url('fonts/Gilroy-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
	url('fonts/Gilroy-Semibold.woff2') format('woff2'),
	url('fonts/Gilroy-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Medium'), local('Gilroy-Medium'),
	url('fonts/Gilroy-Medium.woff2') format('woff2'),
	url('fonts/Gilroy-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
	url('fonts/Gilroy-Extrabold.woff2') format('woff2'),
	url('fonts/Gilroy-Extrabold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
	url('fonts/Gilroy-Heavy.woff2') format('woff2'),
	url('fonts/Gilroy-Heavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}





/* Circe Thin (100) */
@font-face {
	font-family: 'Circe';
	src:
			local('Circe Thin'),
			local('Circe-Thin'),
			url('fonts/Circe-Thin.woff2') format('woff2'),
			url('fonts/Circe-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

/* Circe Light (300) */
@font-face {
	font-family: 'Circe';
	src:
			local('Circe Light'),
			local('Circe-Light'),
			url('fonts/Circe-Light.woff2') format('woff2'),
			url('fonts/Circe-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Circe Regular (400) */
@font-face {
	font-family: 'Circe';
	src:
			local('Circe Regular'),
			local('Circe-Regular'),
			url('fonts/Circe-Regular.woff2') format('woff2'),
			url('fonts/Circe-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Circe Bold (700) */
@font-face {
	font-family: 'Circe';
	src:
			local('Circe Bold'),
			local('Circe-Bold'),
			url('fonts/Circe-Bold.woff2') format('woff2'),
			url('fonts/Circe-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Circe ExtraBold (800) — отдельное семейство */
@font-face {
	font-family: 'Circe Extra';
	src:
			local('Circe ExtraBold'),
			local('Circe-ExtraBold'),
			url('fonts/Circe-ExtraBold.woff2') format('woff2'),
			url('fonts/Circe-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}



body {
	color: #060606;
	line-height: normal;
	background-color: #f4f8fb;
	margin: 0;
	font-family: 'Circe';
	font-weight: 400;
}
.header {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.header__container {
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
}




.btn {
	display: inline-block;
	padding: 14px 28px;
	background-color: #003476;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	border: none;
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn:hover {
	background-color: #004e99;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
	background-color: #F0A710;
	color: #000;
}
.btn-secondary:hover {
	background-color: #f9c04b;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.btn-fullwidth {
 width: 100%;
	text-align: center;
}

.menu__list {
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0;
	gap: 30px;
	font-size: 18px;
}
.menu__item {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.menu__link {
	color: #000;
	font-size: 18px;
}
.dropbtn__inner {
	display: flex;
	align-items: center;
	gap: 5px;
}

.dropdown__list {
	position:absolute;
	display:none;
	background-color: #F2F5F6;
}
/* Кнопка выпадающего списка */
.dropbtn {
	background-color: #fff;
	color: #000;
	font-size: 18px;
	border: none;
	padding: 10px 0;
	font-weight: 400;
	font-family: 'Proxima Nova Rg';
	display: flex
;
	align-items: center;
	gap: 5px;
}

/* Контейнер <div> -  для размещения выпадающего содержимого */
.dropdown {
	position: relative;
	display: inline-block;
}
/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 220px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
/* Ссылки внутри выпадающего списка */
.dropdown-content a {
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content a:hover {background-color: #F2F5F6;}

/* Показать выпадающее меню при наведении курсора */
.dropdown:hover .dropdown-content {display: block;}

/* Изменение цвета фона кнопки раскрывающегося списка при отображении содержимого раскрывающегося списка */
.dropdown:hover .dropbtn {background-color: #fff;}

.burger-menu {
	font-size: 1.5em;
	cursor: pointer;
	display: none; /* Изначально скрываем бургер-меню */
}

/* @media only screen and (max-width: 768px) {
    .header__container,  {
        display: block;
        min-height: 250px;

    }
    .header__menu {
        display: none; /* Скрываем основное меню на маленьких экранах
    }*/



/* .burger-menu {
   display: block; /* Показываем бургер-меню на маленьких экранах
   color: #003476;
}

.burger-menu.active {
    display: none; /* Скрываем бургер-меню при активации (открытии)
}

.header__menu.active {
    display: flex; /* Показываем основное меню при активации (открытии)
    flex-direction: column;
    position: absolute;
    top: 60px;
    background-color: #333;
    width: 100%;
    z-index: 1;
}

.header__menu.active a {
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
} */

.header__feedback {
	display: flex;
	align-items: center;
	gap: 28px;
}
.header__text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 3px;
}
.feedback__city {
	margin-bottom: 3px;
	border-bottom: 1px dashed #003476;
	color: #003476;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.feedback__tel {
	font-family: Gilroy;
	font-weight: 700;
	font-size: 20px;  /*font-size: 18px; */
	color: #455366;

}

.feedback__row {
	display: flex;
	gap: 15px;
}
.feedback__messengers {
	display: flex;
	align-items: center;
	gap: 10px;
}
#service-hero {
	background-color: #fff;
	margin: 30px 0;
	padding: 65px 0px;
}
#service-hero h1 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 2rem;
	max-width: 40rem;
	font-family: Gilroy;
	font-weight: 600;
	font-size: 46px;
	color: #001D49;
	line-height: 115%;
}
#service-hero h1 span{

	color: #003476;
}
.service-hero__subtitle {
	padding-bottom: 40px;
	max-width: 500px;
}
.service__breadcrumbs {
	margin-top: 30px;
}
.service-hero__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 25px;
}
.portfolio-thumbnail-full img {
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header__btn {
	background: #EF5247;
}
.popup__body a{
	text-decoration: none;
	color: #003476;
}
.popup__title {
	text-align: center;
	font-weight: 700;
	font-size: 2em;
}
.btn-cf7 {
	margin-top: 20px;
}
.header__btn>a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 26.53px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.main {
	margin: auto;
	max-width: 1280px;
	/* background-color: #fff;  */
	margin-top: 50px;
}
.main__prev {
	display: none;
}

.main__next {
	display: none;
}

.swiper-main {
	background-color: #fff;
	min-height: 568px;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	/* transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box; */
}



.swiper-slide {
	/*background: url("img/slider_picture.jpg") 0 0/cover no-repeat;*/
	background-size: contain;
	background-position: right;
	padding: 50px 60px 60px;
	display: flex;
	flex-direction: column;
	text-align: left;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px!important;
}

.swiper-columns {
	display: flex
;
	justify-content: space-between;
}
/*.swiper-button-next {
    /* right: 230px !important;
    width: 60px!important;
    top: 50%!important;

}
.swiper-button-prev {
    /* left: 15rem !important;
    width: 60px!important;
    top: 50%!important;

}*/
.swiper-button-prev:after, .swiper-button-next:after {
	/* display: none!important;    */
	color: #003476;
}




.main__title {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 2rem;
	max-width: 40rem;
	font-family: Gilroy;
	font-weight: 600;
	font-size: 46px;
	color: #001d49;
	line-height: 115%;
}
.main__price {
	margin-bottom: 40px;
	font-family: Gilroy;
	font-weight: bold;
	font-size: 20px;
	color: #003476;
}
.main__subtitle {
	margin-bottom: 60px;
	color: #455366;
	font-size: 18px;
}
.main__btns {
	display: flex;
	align-items: center;
	justify-content: center;
	background:  #003476;
	width: 240px;
	height: 50px;
	border-radius: 10px;
}
.main__btns>a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.main__btn {
	padding-inline: 2rem;
}

.brdr__btn {
	background-color: initial;
	color: #001d49;
	border: solid 2px #003476;
	box-shadow:none;
}

.swiper-button-prev main__prev {
	position: relative;
}

/*стрелки слайдер*/

.information {
	margin: auto;

	margin-top: 105px;
}
.information__column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item__title {
	font-family: Gilroy;
	font-weight: 600;
	color: #212121;
	margin-top: 20px;
	font-size: 22px;
}


.services {
	background-color: #fff;
	margin-top: 120px;
	border-radius: 50px;
	padding-bottom: 120px;
}
.services__container {
	margin: auto;

}
.services__title-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 107px;
}
.services__subtitle {
	font-size: 24px;
	color: #1A1A1A;
	text-align: center;
}
.services__title {
	font-family: Gilroy;
	font-size: 46px;
	color: #1A1A1A;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
}
.services__content {
	display: flex;
	align-items: stretch;
	gap: 20px;
	padding-top: 58px;
}
.services__content-column {
	flex: 1;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 121px 0px #0000001A;
}
.services__column-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}
.services__item-title {
	display: flex;
	min-height: 120px;
	flex: 1;
	height: 100%;
	border-radius: 15px;
	align-items: center;
	text-align: center;
}
.services__item-title>h3 {
	font-size: 28px;
	font-family: Gilroy;
	font-weight: bold;
	color: #212121;
	padding: 20px;
}
.services__content-inner {
	padding-top: 25px;
}
.services__content-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 18px;
	font-size: 18px;
	color: #455366;
	height: 270px;
}
.list-decoration {
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 9px;
}
.services__price {
	font-size: 28px;
	font-weight: bold;
	color: #212121;
	padding-top: 60px;
	text-align: center;
	font-family: Arial, sans-serif;
}
.services__btn {
	background-color: #F0A710;
	padding: 12px 90px;
	border-radius: 10px;
	margin-top: 25px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26.53px;
	text-align: center;
	margin-bottom: 10px;
}


/*стрелки слайдер*/

.about {
	margin: auto;

	margin-top: 136px;
}
.about__container {
	display: flex;
	gap: 36px;
}
.about__photo>img {
	border-radius: 15px;
}
.photo-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
}
.photo-bottom>img {
	border-radius: 20px;
}
.about__content-title {
	font-family: Gilroy;
	font-size: 46px;
	font-weight: 600;
	line-height: 56px;
}
.about__content {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.about__content-text {
	padding-top: 13px;
	color: #212121;
	font-size: 18px;
	line-height: 27px;
}
.about__content-btn {
	background-color: #F0A710;
	padding: 12px 45px;
	border-radius: 10px;
	margin-top: 45px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26.53px;
	text-align: center;
}

.about__column-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 95px;
}
.about__column {
	width: 410px;
	height: 125px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 121px 0px #0000001A;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.column-title {
	font-family: Gilroy;
	font-size: 36px;
	font-weight: 600;
	line-height: 54px;
	text-align: center;
}
.column-text {
	font-family: Proxima Nova;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

.solution {
	background-color: #fff;
	margin-top: 90px;
	border-radius: 50px;
	padding-top: 50px;
	padding-bottom: 105px;
}
.solution__container {
	margin: auto;

	padding-top: 50px;
	padding-bottom: 60px;
}
.title__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 50px;

}
.solution-subtitle {
	font-size: 24px;
	color: #1A1A1A;
	text-align: center;
}
.solution-title {
	font-family: Gilroy;
	font-size: 46px;
	color: #1A1A1A;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	line-height: 69px;
}
.solution__content {
	display: flex;
	gap: 20px;
	padding-top: 58px;
}
.solution__content-column {
	flex: 1;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 121px 0px #0000001A;
}
.solution__column-item {
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.solution__column-item>img {
	margin-right: auto;
}
.solution__title {
	font-size: 28px;
	font-family: Gilroy;
	font-weight: bold;
	color: #212121;
	margin-top: 70px;
	margin-right: auto;
}
.solution__text {
	min-height: 220px;
	color: #212121;
	font-size: 18px;
	line-height: 27px;
	padding-top: 30px;
}
.solution__price {
	font-size: 28px;
	font-weight: bold;
	color: #212121;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	margin-right: auto;
	line-height: 42px;
	font-family: Arial, sans-serif;
}

.specialization__container {
	margin: auto;

}
.specialization__title-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-top: 75px;
}
.specialization__subtitle {
	font-size: 24px;
	color: #1A1A1A;
	text-align: center;
	padding-top: 29px;
	line-height: 36px;
}
.specialization__title {
	font-family: Gilroy;
	font-size: 46px;
	color: #1A1A1A;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	line-height: 56px;
}
.specialization__content {
	display: flex;
	align-items: stretch;
	padding-top: 58px;
	gap: 20px;
}
.specialization__content-column {
	flex: 1;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 121px 0px #0000001A;
}
.specialization__column-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.specialization__item-title {
	display: flex;
	justify-content: center;
	width: 343px;
	height: 66px;
	/* background-color: #00347626; */
	border-radius: 15px;
	margin-top: 30px;
	align-items: center;
	text-align: center;
}
.specialization__item-title>p {
	font-size: 28px;
	font-family: Gilroy;
	font-weight: bold;
	color: #212121;
	line-height: 42px;
}
.column__title {
	font-size: 28px;
	font-family: Gilroy;
	font-weight: bold;
	color: #212121;
	line-height: 42px;
	text-align: center;
	padding-top: 45px;
}

.specialization__content-inner {
	padding-top: 25px;
}
.specialization__content-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 18px;
	font-size: 18px;
	color: #455366;
	margin-top: 20px;
	height: 200px;
}
.specialization__price {
	font-size: 28px;
	font-weight: bold;
	color: #212121;
	padding-top: 80px;
	text-align: center;
	font-family: Arial, sans-serif;
}
.specialization__btn {
	background-color: #F0A710;
	padding: 12px 90px;
	border-radius: 10px;
	margin: 60px 40px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26.53px;
	text-align: center;
}
.specialization__item-subtitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
}
.specialization__item-title {
	font-family: Gilroy;
	font-size: 26px;
	font-weight: 600;
	line-height: 31.2px;
	text-align: left;
	margin-top: 24px;

}
.specialization__content-tarif {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	text-align: left;
	margin-right: auto;
}
.tarif__hours {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: auto;
}
.tarif__hours-title{
	text-align: left;
	margin-right: auto;
}
.count__hours {
	display: flex;
	align-items: center;
	align-items: center;
	background-color: #EDEDED;
	width: 240px;
	height: 58px;
	border-radius: 84px;
	opacity: 0px;
	margin-top: 20px;
}
.count__hours>p {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin: auto;
}
.specialization__column-item-tarif {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 40px;

}
.tarif__item-title {
	font-family: Gilroy;
	font-size: 26px;
	font-weight: 600;
	line-height: 31.2px;
	text-align: left;
	margin-top: 24px;
}
.tarif__item-subtitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
}
.type__support {
	margin-top: 35px;
}
form {
	display: flex;
	flex-direction: column;
}
.type__support-radio {
	display: flex;
	flex-direction: column;
	margin-top: 18px;
	gap: 15px;
	font-family: Gilroy;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
}

.radio-label {
	padding-left: 5px;

}
.radio-input {
	appearance: none;

	position: relative;
	width: 13px;
	height: 13px;
	box-shadow: 0px 4px 4px 0px #00000040;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #000000
}
.radio-input:checked {
	appearance: none;
	position: relative;
	width: 13px;
	height: 13px;
	box-shadow: 0px 4px 4px 0px #00000040;
	background: #003476;
	border-radius: 50%;
}
.radio-input {
	appearance: none;
	position: relative;
	width: 13px;
	height: 13px;
	background: #fff;
	border-color: #000000;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 1px solid #000000;
}



.tarif__price {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.specialization__price-tarif {
	padding-top: 14px;
	font-size: 28px;
	font-weight: bold;
	color: #212121;
	text-align: center;
}
.specialization__btn-tarif {
	display: flex;
	align-items: center;
	justify-content: center;
	background:  #003476;
	padding: 20px 50px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-top: 40px;
	margin-right: auto;
}
/* .count-minus, .count-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BBD5EA;
    border-radius: 50%;
    width: 48.47px;
    height: 48.47px;
    margin: 5px;
    font-size: 30.92px;
    font-weight: 400;
    line-height: 21.73px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
} */
.count__hours {
	display: flex;
	justify-content: space-between;
}
.count__hours span {
	cursor:pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #BBD5EA;
	border-radius: 50%;
	width: 48.47px;
	height: 48.47px;
	margin: 5px;
	font-size: 30.92px;
	font-weight: 400;
	line-height: 21.73px;
	text-align: center;
}
/* .count__hours span:hover {
	background:#dfdfdf;
} */
.count__hours input {
	width: 50px;
	text-align:center;
	border: 0px;
	font-weight: 600;
	font-size: 16.71px;
	font-weight: 600;
	line-height: 21.73px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.functional {
	background-color: #fff;
	margin-top: 80px;
	padding-top: 70px;
	padding-bottom: 90px;
}
.functional__container {
	margin: auto;

	padding-top: 64px;
	padding-bottom: 64px;
}
.functional__content-title {
	font-family: Gilroy;
	font-size: 46px;
	font-weight: 600;
	line-height: 69px;
}
.functional__content {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.functional__content-text {
	padding-top: 50px;
	color: #212121;
	font-size: 18px;
	line-height: 27px;
}
.functional__column-inner {
	display: flex;
	margin-top: 50px;
	gap: 20px;
}

.column__left-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 16px;
	font-size: 22px;
	color: #003476;
	height: 200px;
}
.functional__left-list {
	display: flex;
	align-items: center;
	justify-content: center;
	background:  #FFFFFF;
	width: 412px;
	height: 64px;
	border-radius: 20px;
	color: #003476;
	font-family: Gilroy;
	font-weight: 600;
	line-height: 31.66px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-right: auto;
	box-shadow: 4px 4px 97.9px 0px #0000000A;
}
.functional__left-list:hover {
	color: #fff;
	background:  #003476;
}
.right-content-inner {
	display: flex;
	flex-direction: column;
}
.column__right-content {
	display: flex;
	align-items: flex-start;
	background-color: #fff;
	box-shadow: 4px 4px 121px 0px #0000001A;
	padding-left: 50px;
	padding-top: 60px;
	border-radius: 10px;
}
.right-content, .column__right-item {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.column__right-item {
	/* list-style-type: disc;     */
	padding-top: 20px;
	margin-left: 20px;
}
/* .column__right-item li{
    /* list-style-image: url(/img/functional_list.png);	 */
/* background: url(/img/functional_list.png);
}  */

.column__right-item li::before {

	content: "\2022";
	color: #003476;
	width: 8px;
	height: 8px;
	font-weight: bold;
	display: inline-block; /* Расстояние между точкой и текстом */
	width: 20px; /* Задать значение расстояния */
}
.functional__btn {
	display: block;
	max-width: 300px;
	background-color: #F0A710;
	padding: 12px;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 60px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26.53px;
	text-align: center;
}
.direct {
	margin-top: 110px;
}
.direct__container {
	margin: auto;

	display: flex;
	align-items: center;
	justify-content: space-between;
	/*gap: 50px;*/
}
.direct__content-subtitle {
	font-family: Gilroy;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.direct__content-title {
	font-family: Gilroy;
	padding-top: 10px;
	font-size: 46px;
	font-weight: 600;
	line-height: 69px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin: 0.67em 0;
}
.direct__content-text {
	padding-top: 10px;

	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.direct__content {
	display: flex;
	flex-direction: column;
}
.direct__left-item{
	display: flex;
	flex-direction: column;
	align-items: left;
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	gap: 10px;
}

.direct__left-item li{
	background: url(img/list.svg) no-repeat;
	padding-left: 40px;
}
.direct__picture-inner {
	position: relative;
	top: -40px;
}
.direct__picture-inner img:first-child {
	width: 100%;
	width: 624px;
	border-radius: 20px;
}

.direct__picture-inner img:last-child {
	position: absolute;
	top: 130px;
	right: -35px;
	border-radius: 10px solid #F2F5F6;
}

.creation {
	margin-top: 120px;
	background-color: #FFFFFF;
	border-radius: 50px;
	padding-bottom: 90px
}
.creation__container {
	margin: auto;

}
.creation__title {
	font-family: Gilroy;
	font-size: 46px;
	font-weight: 600;
	line-height: 69px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding-top: 65px;

}
.creation__column {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 27px;

}

.item__title {
	font-family: Gilroy;
	font-weight: 600;
	color: #212121;
	margin-top: 20px;
	font-size: 22px;
}
.item__text {
	font-family: Circe;
	font-weight: 400;
	color: #212121;
	font-size: 18px;
	margin-top: 18px;
}
.creation__item-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.cases {
	padding-top: 65px;
	padding-bottom: 85px;
}
.cases__container {
	margin: auto;

	margin-top: 88px;
}
.cases__title {
	font-family: Gilroy;
	font-size: 46px;
	color: #1A1A1A;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	line-height: 69px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.cases__content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	flex-wrap: nowrap;
	padding-top: 58px;
	gap: 10px;
}
.cases__content-column {
	background-color: #FFFFFF;
	border-radius: 15px;
	overflow: hidden;

}
.cases__item-picture {
	padding-top: 13px;
	width: -webkit-fill-available;
}
.cases__column-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cases__item-title {
	font-family: Gilroy;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding-top: 30px;
	align-items: center;
}
.cases__item-content {
	padding-top: 17px;
	text-align:center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.cases__content-inner {
	padding-top: 25px;
}
.cases__content-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 18px;
	font-size: 18px;
	color: #455366;
	height: 230px;
}
.list-decoration {
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 9px;
}
.cases__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #003476;
	padding: 12px 10px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 26.53px;
	text-align: center;
	margin-right: auto;
}
.cases__btn-keis {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F0A710;
	/* padding: 12px 90px; */
	width: 327px;
	height: 50px;
	border-radius: 10px;
	margin-top: 20px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26.53px;
	text-align: center;
	margin: auto;
	margin-top: 40px;
}
.cases__inner {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	min-height: 275px;
}
.cases__tags {
	text-align: center;
	padding-top: 15px;
}
.cases__tags span {
	padding: 5px 10px;
	display: inline-block;
	background-color: #e1eef8;
	white-space: nowrap;
	border-radius: 100px;
	margin: 5px;
}
.questions {
	/* height: 990px; */
	background-color: #fff;
	border-radius: 50px;

}
.questions__container {
	margin: auto;

	margin-top: 100px;
}
.questions__title-inner {
	display: flex;
	align-items: center;
	padding-top: 110px;
}
.questions__title {
	font-family: Gilroy;
	font-size: 36px;
	color: #1A1A1A;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	line-height: 51.8px;
}
.questions__subtitle {
	align-items: center;
	font-size: 16px;
	color: #0F0F0F;
	text-align: left;
	padding-top: 18px;
	line-height: 19.49px;
}
.subtitle__img {
	position: relative;
	top: -15px;
	left: 80px;
}
.questions__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	padding-top: 40px;
	padding-bottom: 65px;
}

details > summary {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #003476;
	color: #fff;
	cursor: pointer;
	list-style: none;
	height: 68px;
	border-radius: 15px;
	opacity: 0px;
	padding-left: 40px;
	font-size: 22px;
	font-weight: bold;
	line-height: 26.8px;
}

details > div {
	margin-top: 17px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*
    height: 190px; */
	background-color: #fff;
	box-shadow: 4px 4px 120px 0px #0000001A;
	border-radius: 15px;
	padding-left: 40px;
	color: #0F0F0F;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.92px;
	padding: 50px 40px;

}

details[open] > summary {
	color: #fff;
	background-color: #003476;

}
/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
	display: none;
}
details :focus {
	outline: 0;
}
/* Firefox */
details, summary {
	display: block;
}

summary:after {
	content: "+";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	/* margin: -5px 10px 0 50px; */
	margin-left: auto;
	margin-right: 30px;
}

details[open] summary:after {
	content: "-";
	/* content: url('/img/question_up.svg');*/
}

.consultation {
	margin-top: 75px;
	padding-bottom: 80px;
}
.consultation__container {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.consultation__content-subtitle {
	font-family: Gilroy;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.consultation__content-title {
	font-family: Gilroy;
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin: 0.67em 0;
}
.contacts__inner {
	display: flex;
	justify-content: left;
}
.consultation__contacts-tel {
	font-size: 22px;
	font-weight: 600;
	line-height: 26.8px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-align: left;
	padding-left: 40px;
}
.consultation__contacts-city {
	font-size: 18px;
	font-weight: 400;
	line-height: 21.92px;
	text-align: left;
	padding-left: 40px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.consultation__contacts-mail {
	font-size: 18px;
	font-weight: 400;
	line-height: 21.92px;
	text-align: left;
	padding-left: 40px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.consultation__content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	padding: 60px;
}
.consultation iframe {
	border-radius: 20px;
}
.consultation__container>img {
	border-radius: 20px;
	width: 630px;
	height: 590px;
}
.consultation__contacts {
	display: flex;
	flex-direction: column;
	gap: 37px;
	padding-top: 15px;
}
.consultation__contacts-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 21.92px;
	text-align: left;
	align-content: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding-right: 15px;
}
.contacts__messeng {
	display: flex;
	justify-content: left;
	gap: 10px;
}
.consultation__btn {
	width: 327px;
	height: 50px;
	background-color: #F0A710;
	padding: 12px ;
	border-radius: 10px;
	margin-top: 36px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26.53px;
	text-align: center;
}

footer {
	background-color: #003476;
	box-shadow: 4px 4px 121px 0px #00000008;
	margin: auto;
}
.footer__container {
	margin: auto;
	margin-top: 77px;
}
.footer__body-row {
	display: flex;
	justify-content: space-between;
	text-align: center;
	gap: 20px;
	padding-top: 45px;
	border-bottom: 1px solid #FFFFFF80;
	padding-bottom: 85px;
}
.footer__logo-inner {
	display: flex;
	flex-direction: column;
	margin-left: 0;
}
.footer__subtitle-logo {
	text-align: left;
	padding-top: 30px;
	color: #fff;
	font-size: 12.67px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.3958333432674408px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.footer__menu-inner {
	display: flex;
	text-align: left;
	gap: 20px;
}
.footer__menu-list {
	display: flex;
	flex-direction: column;
	gap: 11px;
	align-items: left;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.footer__feedback {
	display: flex;
	flex-direction: column;
	align-items: left;
	color: #fff;
	gap: 11px;
}
.footer__feedback-tel {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.footer__feedback-mail {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.footer__feedback-city {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.footer__body-row img {
	border-radius: 10px;
}
.footer__bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFFB2;
}
[class*=container] {
	margin: 0 auto;
	padding: 0 1em;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1280px;
}
.menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
}
.menu-toggle span {
	display: block;
	width: 30px;
	height: 3px;
	background: #333;
	transition: 0.3s;
}
.menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
	opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}









.faq__item {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	margin-bottom: 15px
}

.faq__question {
	background-color: #003476;
	color: white;
	padding: 20px 40px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.faq__question::after {
	content: '+';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	transition: transform 0.3s ease;
}

.faq__item.active .faq__question::after {
	content: '-';
	transform: translateY(-50%) rotate(180deg);
}

.faq__answer {
	max-height: 0;
	overflow: hidden;
	background: #fff;
	transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0 40px;
}

.faq__item.active .faq__answer {
	padding: 20px 40px;
	max-height: 1200px; /* должно быть больше, чем высота ответа */
}

.functional__tabs {
	display: flex;
	gap: 30px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.functional__tabs-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
	min-width: 250px;
}

.tab-link {
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 98px rgba(0,0,0,0.05);
	font-family: Gilroy;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	border: 2px solid transparent;
	color: #003476;
	transition: all 0.3s ease;
}

.tab-link.active {
	background-color: #003476;
	color: #fff;
	border-color: #003476;
}

.functional__tabs-right {
	flex: 2;
	min-width: 300px;
}

.tab-content {
	background-color: #fff;
	box-shadow: 4px 4px 121px 0px #0000001A;
	padding: 50px;
	border-radius: 10px;
	display: none;
	animation: fadeIn 0.3s ease;
}

.tab-content.active {
	display: block;
}


.header__logo img {
	max-width: 190px;
}



.fancybox__container {
	max-width: 100% !important;
	padding: 0;
}

.fancybox__backdrop {
	background: rgba(0, 0, 0, 0.4);
}

.fancybox__content {
	color: inherit;
	background: none;
	padding: 0;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: none;
}

.popup {
	display: none;
	width: 100%;
	padding: 0;
	background: none;
	max-width: 480px;
}

.popup__body {
	position: relative;
	width: 100%;
	padding: 1.875em;
	background: #ffffff;
	border-radius: 20px;
	color: #444;
}

.popup__form {
	margin: 1.25em 0em 0em 0em;
}

.popup__subtitle {
	margin: 1.3636363636em auto 0em;
	font-size: 18px;
	line-height: 1.3333333333;
	text-align: center;
}

.popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	color: #000;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}






.page-content {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 20px;
}

.page-sidebar {
	background-color: #fff;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 4px 4px 121px 0px #0000001A;
	height: fit-content;
}


.page-article {
	background-color: #fff;
	padding: 50px;
	border-radius: 10px;
	margin-bottom: 50px;
}

.page-header h1 {
	font-family: Gilroy;
	font-size: 42px;
	font-weight: 600;
	line-height: 69px;
	color: #1A1A1A;
}

.sidebar-heading {
	font-family: Gilroy;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	text-align: left;
	color: #212121;
}

.sidebar-list {
	font-size: 18px;
	color: #000;
	margin-top: 24px;
}
.sidebar-list {
	font-size: 18px;
	color: #000;
	margin-top: 24px;
}
.sidebar-list li{
padding-bottom:15px;
}

.page-article p {
	margin-bottom: 1.5em;
}



.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>") no-repeat center;
	background-size: contain;
}

.menu__list .sub-menu {
	display: none;
	position: absolute;
	width: 250px;
	background: #fff;
	text-align: left;
	padding: 16px;
	margin-left: 0px;
	z-index: 100;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.menu__list li {
	position: relative;
}
/*.menu__list li:hover > .sub-menu {*/
/*	display: block;*/
/*}*/

.sub-menu li a {
	line-height: 1.5em;
	display: block;
	padding: 5px;
}
.sub-menu li:not(:last-child) {
	 margin-bottom: 0.3em;
 }


.breadcrumbs {
	font-size: 14px;
	margin: 10px 0;
}
.breadcrumbs a {
	color: #0073aa;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}




.cases__tags-inner {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 20px;
}

.cases__tags-inner span {
	padding: 5px 10px;
	display: inline-block;
	background-color: #e1eef8;
	white-space: nowrap;
	border-radius: 100px;
	margin-right: 5px;
}

.portfolio_link {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #003476;
	font-size: 1.2em;
	text-decoration: underline;
}

#service-hero .portfolio_title {
	margin-bottom: 15px;
}


.testimonials-heading {
	font-family: Gilroy;
	font-size: 46px;
	font-weight: 600;
	line-height: 69px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1A1A1A;
	padding-top: 65px;
}


@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

/* Мобильная адаптация */
@media (max-width: 768px) {
	.swiper-columns {
		flex-direction: column-reverse;
	}
	.main__title {
		font-size: 32px;
		line-height: 110%;
	}
	.swiper-slide {
		padding: 40px 35px 60px;
	}
	.functional__tabs {
		flex-direction: column;
	}

	.functional__tabs-left {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
	}

	.tab-link {
		flex: 1 1 45%;
		font-size: 16px;
		padding: 10px;
	}

	.functional__tabs-right {
		width: 100%;
	}

	.page-content {
		grid-template-columns: 1fr;
	}
	.page-header h1 {
		font-size: 26px;
		line-height: 1.5em;
		margin-bottom: 35px;
	}
}



.wpcf7-text, .wpcf7-mask, .wpcf7-select, .wpcf7-textarea {
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	background: #eff6ff;
	border-radius: 0.3125rem;
	border: 1px solid #eff9f9;
	padding: 1em 0.8em 1em;
	color: #003476;
	font-weight: 500;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 5px;
}

.wpcf7-form label {
	font-weight: 500;
}


/* Общий стиль для подменю */
.menu__list .sub-menu {
	display: none;
	padding-left: 15px;
}

/* Показываем, если открыт */
.menu-item-has-children.open > .sub-menu {
	display: block;
}
.icon-close:before, .popup__close:before {
	content: "×";
}


.swiper {
	border-radius: 20px;
}


.service__adw-item {
	color: #003476;
	font-size: 16px;
	display: flex;
	gap: 10px;
	align-items: center;
	line-height: 1.2em;
}

.service__adw-item img{
	background-color: #f4f8fb;
	padding: 12px;
	border-radius: 21px;
}

.service__adw-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 40px;
	gap: 15px;
}


#cookie-consent {
	display:none;
	position:fixed;
	bottom:20px;
	left:20px;
	right:20px;
	max-width:845px;
	margin:auto;
	background:#fff;
	color:#333;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	border-radius:12px;
	padding:15px;
	z-index:9999;
	font-family:sans-serif;
}
.consent-container {
	display:flex; gap:16px;align-items: center;
}
#cookie-accept {
	align-self: flex-start;
	background: #003476;
	color: #fff;
	border: none;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	display: inline;
	margin: 0px;
}
.cookie-consent-text {
	font-size:15px;
	line-height:1.4;
}
.cookie-consent-text a {
	color:#003476;
	text-decoration:underline;
}
.no-sidebar {
	display: block;
}

.wp-block-heading {
	padding-bottom: 1em;
}

.slider_btns {
	display: flex;
	gap: 20px;
}


.context .solution__column-item>img {
	margin-right: auto;
	max-height: 150px;
	display: block;
	margin: 0 auto;
}
.context  .solution-title {
	font-size: 36px;
	line-height: 46px;
}

.context .solution__title {
	font-size: 22px;
	margin-top: 40px;
}

.brdr__btn:hover {
	color: white;
}

@media (max-width:756px) {
	.slider_btns {
		flex-direction: column;
		text-align: center;
	}

	.service__adw-row {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.consent-container{
		flex-direction:column
	}
	#cookie-accept {
		width: 100%;
	}
	.cookie-consent-text {
		font-size: 14px;
	}
}








/* На десктопе: sub-menu при ховере */
@media (min-width: 993px) {
	.menu-item-has-children:hover > .sub-menu {
		display: block !important;
		position: absolute;
		background: white;
		padding: 10px;
		z-index: 10;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	}

	.menu-item-has-children.open > .sub-menu {
		display: none !important;
	}
}






@media (max-width: 768px) {
	.menu-toggle {
		display: flex;
	}
	.menu__list {
		display: none;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: white;
		box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
		padding-top: 60px;
		z-index: 999;
		overflow-y: auto;
	}
	.menu__list.active {
		display: flex;
	}
	.menu-item-has-children .dropdown-content {
		display: none;
		position: static;
		background-color: #F2F5F6;
		list-style: none;
		padding: 0;
	}
	.menu-item-has-children.open .dropdown-content {
		display: block;
	}
	.dropdown__list li {
		padding: 12px 16px;
	}
	.dropdown__list li a {
		color: #000;
		text-decoration: none;
		display: block;
	}
	.dropdown__list li a:hover {
		background-color: #E0E4E5;
	}
}
@media (max-width: 768px) {
	.specialization__btn {
		padding: 12px 55px;
	}
	.specialization__item-title {
		width: 310px;
	}
	.specialization__btn-tarif {
		padding: 20px 40px;
	}
	.tab-content {
		padding: 30px;
	}
	/*.information, .services, .about, .solution, .specializion, .functional, .direct, .creation {
        display: none;
    }*/
	.cases__content {
		gap: 15px;
		grid-template-columns: 1fr;
	}
	.consultation__contacts-city {
		padding-left: 10px;
	}
	.consultation__contacts-tel {
		padding-left: 10px;
	}
	.consultation__contacts-mail {
		padding-left: 10px;
	}
	.header__feedback, .footer__bottom, .column__right-content, .header__container, .consultation__container, .footer__body-row, .cases__content, .creation__column, .direct__container, .functional__column-inner, .specialization__content, .solution__content, .about__column-inner, .about__container, .services__content, .information__column {
		flex-direction: column;
	}
	.creation__title,.context .solution-title, .testimonials-heading, .questions__title, .cases__title, .steps-title, .direct__content-title, .specialization__title, .functional__content-title, .solution-title, .about__content-title, .services__title{
		font-size: 30px;
		line-height: 1.3em;
	}
	.solution-subtitle {
		font-size: 20px;
	}
	.consultation__content-title {
		font-size: 24px;
		line-height: 1.3em;
	}
	.creation__column {
		align-items: center;
	}
	.creation__item-text {
		text-align: center;
	}
	.consultation__content {
		padding: 10px;
	}
	.consultation__btn {
		width:100%;
	}
	.subtitle__img {
		left: 5px;
	}

	.consultation__contacts {
		padding-top: 45px;
		gap: 25px;
	}
	.consultation__contacts-text {
		max-width: 50%;
		font-size: 14px;
	}
	.about__column {
		width: 100%;
	}
	.about__column-inner {
		gap: 20px;
	}
	.cases__content-column {
		width: 100%;
	}
	.creation {
		margin-top: 50px;
	}
	.photo-bottom {
		display: none
	}
	.services__btn {
		margin-bottom: 5px;
		padding: 12px 80px;
	}
	.information__column {
		gap: 20px;
	}.services {
		 padding-bottom: 50px;
	 }
	.solution {
		padding-top: 30px;
		padding-bottom: 55px;
	}
	.specialization__column-item-tarif {
		padding: 20px;
	}
	.direct__picture-inner img:last-child {
		display: none;
	}
	.sub-menu {
		position: static!important;
		margin-top: 20px;
		text-align: center!important;
	}
}


.portfolio_descr {
	padding-top: 20px;
}
















/* Слайдер отзывов */
.reviews-slider {
	padding: 40px 0;
}

/*.review-slide-inner {*/
/*	display: grid;*/
/*	grid-template-columns: 1fr 1fr;*/
/*	gap: 20px;*/
/*}*/

/* Карточка */
.review-card {
	background: #fff;
	border: 1px solid #E6E6E6;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
	display: flex;
	align-items: flex-start;
	gap: 15px;
}
.review-card:hover {
	transform: translateY(-5px);
}

/* Фото */
.review-photo img {
	border-radius: 50%;
	width: 300px;
	object-fit: cover;
}

/* Контент */
.review-name {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin: 0;
}

.review-position {
	font-size: 14px;
	color: #777;
	margin: 2px 0 8px 0;
}

.review-rating {
	color: #FFD700;
	margin-bottom: 10px;
}

.review-text {
	font-size: 15px;
	line-height: 1.6;
	color: #444;
	margin: 0;
}

/* Swiper кнопки */
.swiper-button-next,
.swiper-button-prev {
	color: #009B6A;
}
.swiper-pagination-bullet {
	background: #009B6A;
}


.case-gallery__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 15px;
	margin: 30px 0;
}

.case-gallery__grid a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.case-gallery__grid a:hover {
	transform: scale(1.03);
}

.case-gallery__grid img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.portfolio_subtitle {
	font-size: 2em;
	margin: 0.67em 0;
}
.text-center {
	text-align: center;
}



.project-features {
	padding: 60px 0;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 40px;
}

.feature-item__image {
	flex: 0 0 40%;
}

.feature-item__image img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.feature-item__content {
	flex: 1;
}

.feature-item__content h2 {
	font-size: 28px;
	margin-bottom: 15px;
	color: #04181e;
}

.feature-item__content p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
.portfolio-content {
	font-size: 18px;
	line-height: 1.5;
}
.case-result {
	padding: 2em;
	background-color: #E1E8ED;
	border-left: solid 5px #003476;
	margin-bottom: 70px;
}
/* Подчеркивание активной ссылки (опционально) */
.menu__list .current-menu-item > a,
.menu__list .current_page_item > a {
	color:#003476;
}
@media (max-width: 480px) {
	#service-hero h1 {
		font-size: 30px;
	}
	.service-hero__row {
		grid-template-columns: 1fr;

	}
	.service-left {
		order:1
	}
	.review-photo {
		max-width: 60px;
		margin-bottom: 10px;
	}
	.review-card {
		display: block;
	}
	.cases__tags-inner span {
		margin-bottom: 3px;
	}
	.feature-item {
		margin-bottom: 65px;
		flex-direction: column;
	}
	.page-article {
		padding: 15px;
	}
	.solution__text {
		font-size: 15px;
		line-height: 25px;
	}
	.review-slide-inner {
		grid-template-columns: 1fr;
	}
}