/*!
Theme Name: m-vera
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: m-vera
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.

m-vera 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;
}



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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	text-decoration: none;
	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 {
	margin: 0;
}

p {
	margin: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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



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

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

figure {
	margin: 1em 0;
}

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


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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*************************************************************************************************************************/
:root {
	--white: #fff;
	--purple: #738ec8;
	--blue: #009ee3;
	--gray-text: #5c6a85;
	--black: #354566;
	--dark-gray-element: #9ba3b3;

}

:root {
	--font-family: "Manrope", sans-serif;
	--second-family: "Playfair Display", sans-serif;
	--third-family: "Inter", sans-serif;
}

.wrapper {
	width: 100%;
	max-width: 1861px;
	margin: 0 auto;
}



.header-wrapper {
	width: 100%;
	max-width: 1861px;
	margin: 0 auto;
	margin-top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.site-branding {
	margin-right: 70px;
}

.menu-header {

	display: flex;
	align-items: center;
}

.menu-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

.menu-header ul li a {
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.header-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;

}

.contact-header {
	display: flex;
	align-items: center;
	gap: 4px;
}

.contact-header a:nth-child(1) {
	align-self: stretch;
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;

	display: flex;
	align-items: center;
	margin-right: 25px;
}

.contact-header a:nth-child(2) {
	display: flex;
	padding: 16px 26px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	border: 1px solid #FFF;
	background: radial-gradient(365.46% 291.62% at 110.69% -137.16%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.10);
	color: #FFF;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;

}

.contact-header a:nth-child(3) {
	display: flex;
	padding: 16px 26px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	background: var(--Blue, #009EE3);
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.site-footer-wrapper {
	width: 100%;
	max-width: 1861px;
	margin: 0 auto;
}

.site-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 480px;
}

.logo-footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mini-logo {
	width: 91px;
	height: 86px;
}

.footer-contact {
	width: 930px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;

}

.footer-contact-menu {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 11px 14px;
	align-self: stretch;
	flex-wrap: wrap;
}

.footer-contact-menu a,
.footer-contact-menu span {
	color: var(--Dark-Gray-Element, #9BA3B3);
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

}

.footer-contact-menu a:hover {
	color: #354566;
}

.footer-mail {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-direction: row-reverse;
}

.mail-box {
	position: relative;
	width: 70.0px;
	height: 70.0px;

	display: flex;
	padding: 3px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(53, 69, 102, 0.00);
	background: radial-gradient(89.03% 117.37% at 92.65% 5%, #F1F4FA 0%, rgba(241, 244, 250, 0.00) 100%), rgba(255, 255, 255, 0.35);
}

.mail-box svg {
	flex-shrink: 0;
	position: absolute;
}

.mail-box svg:nth-child(1) {
	top: 17px;
	right: 20px;
	justify-content: center;
	transition: transform 0.5s ease;
	/* Центр поворота – центр элемента */
	transform-origin: center center;
}

.mail-box svg:nth-child(2) {

	left: 22px;
	bottom: 30px;
}

.mail-box svg:nth-child(4) {
	bottom: 20px;
}

.mail-a {
	text-decoration: none;
	color: var(--Black, #354566);
	text-align: center;
	font-family: "Playfair Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	position: relative;
	display: inline-block;
}

.mail-a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	/* отрицательное смещение вниз от низа текста */
	width: 100%;
	height: 2px;
	background-color: var(--Black, #354566);
	/* можно добавить border-radius, opacity и т.д. */
}

.mail-box svg {
	transition: transform 0.3s ease;
}

.mail-a:hover+.mail-box svg:nth-child(1) {
	transform: rotate(45deg);

}

.footer-cop {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-self: stretch;

}

.footer-cop-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;

}

.footer-cop-left .cop-left-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;

}

.cop-left-text h6 {
	color: var(--Black, #354566);
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

}

.cop-left-text p {
	align-self: stretch;
	color: var(--gray-text, #5C6A85);
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.btn-cop-left {
	display: flex;
	padding: 16px 26px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	border: 1px solid rgba(53, 69, 102, 0.12);

	color: #354566;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
cursor: pointer;
}
.contact-header a:nth-child(2):hover,
.btn-cop-left:hover{
	cursor: pointer;
	color: #ffffff;
background: #4C5F87;
}

.footer-cop-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;

}

.footer-cop-right a {
	color: #354566;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;

}

.footer-cop-right p {
	color: var(--Dark-Gray-Element, #9BA3B3);
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.section1-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 31px;
	padding-top: 198px;
}

.section1-title h1 {
	color: #FFFF;
	text-align: center;
	font-family: "Playfair Display";
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
	margin-bottom: 60px;
}

.section1-title p {
	color: #FFFF;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.box-sky {
	width: 775px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.box-sky p:nth-child(1),
.box-sky p:nth-child(2),
.box-sky p:nth-child(3) {
	width: max-content;
	display: inline-flex;
	padding: 2px 20px 2px 2px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(53, 69, 102, 0.00);
	background: radial-gradient(89.03% 117.37% at 92.65% 5%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(15px);
}

.box-sky p {
	color: #354566;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.box-sky p span {
	width: 36.0px;
	height: 36.0px;

	display: flex;
	padding: 3px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: var(--White, #FFF);

}

.box-sky p:nth-last-child(1) {
	width: max-content;
	height: 101.0px;
	display: flex;
	padding: 16px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	gap: 4px;
	border-radius: 12px;
	background: var(--White, #FFF);
	color: var(--Black, #354566);
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-top: 90px;
}

.box-sky p:nth-last-child(1) span {
	width: 26.0px;
	height: 26.0px;

	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: var(--Blue, #009EE3);
}

.box-sky p:nth-child(1) {
	align-self: flex-end;
	margin-top: 133px;
	margin-left: 80px;
	align-self: flex-start;
}

.box-sky p:nth-child(2) {
	margin-top: -40px;
	align-self: flex-end;
}

.box-sky p:nth-child(3) {
	align-self: center;
	margin-top: 67px;
	margin-left: 280px;
}

.s1-section2 {
	padding-top: 130px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: -20px;
	align-self: stretch;
}

.title-s1-s2 {
	width: 800px;
	align-self: stretch;
	color: #354566;
	font-family: "Playfair Display";
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 95%;

}

.box-target {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	align-self: stretch;

}

.target-one {
	width: 462.0px;
	height: 444.0px;
	display: flex;
	padding: 28px;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(15px);
	transition: 0.3s ease;
}

.target-one:hover {
	background: var(--White, #FFF);
}

.target-one:hover .target-numers {
	border: 1px solid rgba(53, 69, 102, 0.00);
	background: radial-gradient(89.03% 117.37% at 92.65% 5%, #F1F4FA 0%, rgba(241, 244, 250, 0.00) 100%), rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(15px);

}

.target-one:hover .target-numers span {
	background: rgba(115, 142, 200, 0.10);

}

.target-one:nth-child(1) {}

.target-one:nth-child(2) {
	margin-bottom: 50px;
}

.target-one:nth-child(3) {
	margin-bottom: 100px;
}

.target-one:nth-child(4) {
	margin-bottom: 150px;
}

.target-one-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.target-one-title h6 {
	align-self: stretch;
	color: #354566;
	text-align: center;
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

}

.target-one p {
	align-self: stretch;
	color: rgba(53, 69, 102, 0.80);
	text-align: center;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.target-numers {
	width: max-content;
	display: flex;
	padding: 2px 20px 2px 2px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(53, 69, 102, 0.00);
	background: radial-gradient(89.03% 117.37% at 92.65% 5%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(15px);
	transition: 0.3s ease;
}

.target-numers span {
	width: 36.0px;
	height: 36.0px;
	display: flex;
	padding: 3px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 50px;
	background: var(--White, #FFF);
	transition: 0.3s ease;
}

.target-numers span svg {
	flex-shrink: 0;
}

.target-numers p {
	align-self: center;
	color: #354566;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.target-one:nth-child(3) .target-numers span {
	padding: 9px 10px;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 4px 4px;
	transform: rotate(180deg);
}

.target-one:nth-child(4) .target-numers span {
	padding: 9px 10px;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 4px 4px;
}

.s2-img {

	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width: 116.0px;
	height: 116.0px;
	flex-shrink: 0;
}

.section-2 {
	padding-top: 130px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	align-self: stretch;
	padding-bottom: 160px;
	position: relative;

}

.section-2 h2 {
	align-self: stretch;
	color: var(--Black, #354566);
	font-family: "Playfair Display";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 95%;
}

.offer-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	align-self: stretch;
}

.offer-box_row-one {
	display: flex;
	align-items: center;
	gap: 4px;
	align-self: stretch;
	flex-wrap: wrap;
}

.offer-box_row-one .offer-box-item:nth-child(1) {
	flex: 0 0 928px;
}

.offer-box-item {
	width: 100%;
	height: 411.0px;
	display: flex;
	padding: 34px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 20px;
	background: #FFF;
	flex: 1 1 0;
	position: relative;
}

.offer-box_row-one .offer-box-item:nth-child(1) .offer-box_one-title {
	width: 491.0px;
}

.offer-box_one-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 20px;

}

.offer-box_one-title h5 {
	align-self: stretch;
	color: var(--Black, #354566);
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.offer-box_one-title p {
	align-self: stretch;
	color: var(--Gray-Text, #5C6A85);
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}
.box-sky p:nth-last-child(1){
display: none !important;

}
.offer-box_row-two {
	/*display: flex;*/
display: none !important;
	align-items: center;
	gap: 4px;
	align-self: stretch;
}

.offer-icon {
	width: 70.0px;
	height: 70.0px;

	display: flex;
	padding: 3px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	right: 34px;
	bottom: 34px;
	border-radius: 50px;
	border: 1px solid rgba(53, 69, 102, 0.00);
	background: radial-gradient(89.03% 117.37% at 92.65% 5%, #F1F4FA 0%, rgba(241, 244, 250, 0.00) 100%), rgba(255, 255, 255, 0.35);
}

.offer-box-item_two {
	width: 100%;
	height: 411.0px;
	display: flex;
	padding: 34px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 20px;
	background: #FFF;
	flex: 1 1 0;
	position: relative;
	justify-content: flex-end;
	position: relative;
}

.offer-box_two-title {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 16px;
	border-radius: 20px;

	transition: 0.3s ease;
}

.offer-box_two-title h4 {
	color: var(--Black, #354566);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Playfair Display";
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: 83%;
	transition: 0.3s ease;
}

.offer-box_two-title h4 span {
	color: var(--Black, #354566);
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	transition: 0.3s ease;
}

.offer-box_two-title p {
	align-self: stretch;
	color: var(--Black, #354566);
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	transition: 0.3s ease;
}

.bnt-offer {
	width: 40.0px;
	height: 40.0px;
	background: linear-gradient(219deg, rgba(255, 255, 255, 0.50) 21.33%, rgba(255, 255, 255, 0.00) 77.53%), rgba(115, 142, 200, 0.10);

	border-radius: 300px;
	position: absolute;
	top: 34px;
	right: 34px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.offer-box-item_two {
	width: 100%;
	height: 411px;
	display: flex;
	padding: 34px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 20px;
	background: #FFF;
	flex: 1 1 0;
	position: relative;
	/* По умолчанию прижимаем всё к низу */
	justify-content: flex-end;
	overflow: hidden;
	/* чтобы скрыть текст, пока он не выехал */
	transition: all 0.3s ease;
}

/* Активное состояние – меняем выравнивание, но это будет скачком,
   поэтому анимацию делаем через другие свойства */
.offer-box-item_two.active {
	justify-content: space-between;
	background: var(--Blue, #009EE3);
	backdrop-filter: blur(15px);
}

/* Заголовок – будет плавно подниматься вверх */
.offer-box_two-title {
	transition: transform 0.5s ease, margin-bottom 0.5s ease;
	transform: translateY(0);
	margin-bottom: 0;
	width: 100%;
	/* чтобы занимал всю ширину */
}

/* Скрытый текст – изначально сжат и смещён вниз */
.hidden-text {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(20px);
	transition: max-height 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
	margin-top: 0;
	width: 100%;
}

/* При активации (класс .active) – заголовок поднимается, текст выезжает */
.offer-box-item_two.active .offer-box_two-title {
	transform: translateY(-10px);
	/* поднимаем заголовок */
	margin-bottom: 10px;
	/* отступ от текста */

}

.offer-box-item_two.active .hidden-text {
	max-height: 300px;
	/* подберите под свой объём */
	opacity: 1;
	transform: translateY(0);
	margin-top: 8px;
}

.offer-box-item_two.active svg path:nth-child(1) {
	display: none;
}

.offer-box-item_two.active .offer-box_two-title h4,
.offer-box-item_two.active .offer-box_two-title h4 span,
.offer-box-item_two.active .offer-box_two-title p {
	color: var(--White, #FFF);
}


.section-4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	padding-bottom: 130px;
}

.s4-left {}

.s4-left-title {
	width: 661.0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.s4-left-title h2 {
	align-self: stretch;
	color: var(--Black, #354566);
	font-family: "Playfair Display";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 95%;

}

.s4-left-title p {
	align-self: stretch;
	color: var(--Gray-Text, #5C6A85);
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.s4-right {
	width: 928.0px;
	height: 743.0px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	border-radius: 20px;
	background: var(--White, #FFF);
	background-image: url(/wp-content/uploads/2026/07/bg-4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 34px;
}


.cirle-center {
	width: 186.0px;
	height: 186.0px;

	display: flex;
	padding: 3px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	bottom: 37%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 500px;
	border: 1px solid rgba(53, 69, 102, 0.05);
	background: radial-gradient(89.03% 117.37% at 92.65% 5%, #F1F4FA 0%, rgba(241, 244, 250, 0.00) 100%), #FFF;

}

.s4-box-fakt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	flex: 49% 0 0;
	align-self: stretch;
	position: relative;
}

.s4-box-fakt p {
	align-self: stretch;
	color: #354566;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s4-box-fakt-cirle {
	width: 70.0px;
	height: 70.0px;
	display: flex;
	padding: 3px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(53, 69, 102, 0.00);
	background: radial-gradient(89.03% 117.37% at 92.65% 5%, #F1F4FA 0%, rgba(241, 244, 250, 0.00) 100%), rgba(255, 255, 255, 0.35);

	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;
}

.s4-box-fakt:nth-child(1)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='2' viewBox='0 0 8 2'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(53, 69, 102, 0.20)'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.s4-box-fakt:nth-child(2)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 2px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='8' viewBox='0 0 2 8'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(53,69,102,0.20)'/%3E%3C/svg%3E");
	background-repeat: repeat-y;
}

.s4-box-fakt:nth-child(2)::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='2' viewBox='0 0 8 2'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(53, 69, 102, 0.20)'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.s4-box-fakt:nth-child(4)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 2px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='8' viewBox='0 0 2 8'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(53,69,102,0.20)'/%3E%3C/svg%3E");
	background-repeat: repeat-y;
}

.s4-box-fakt:nth-child(2),
.s4-box-fakt:nth-child(4) {
	padding-left: 34px;
}

.s4-box-fakt:nth-child(3),
.s4-box-fakt:nth-child(4) {
	display: flex;
	justify-content: flex-end;
	/*padding-top: 100px;*/
}

.section-5 {
	width: 100%;
	height: 632.0px;
	margin-bottom: 80px;
	display: flex;
	padding: 80px 60px;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	align-self: stretch;
	border-radius: 20px;
	background: var(--Purple, #738EC8);
	position: relative;
}

.s5-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;

}

.s5-title h2 {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: "Playfair Display";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 95%;
}

.s5-title p {
	align-self: stretch;
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.s5-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.s5-contact p {
	align-self: stretch;
	color: var(--White, #FFF);
	text-align: center;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.s5-contact a {
	color: var(--White, #FFF);
	text-align: center;
	font-family: "Playfair Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
}

.s5-proces {
	height: 40.0px;
	width: max-content;
	display: flex;
	padding: 2px 20px 2px 2px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 60px;
	bottom: 34px;
	border-radius: 50px;
	background: radial-gradient(89.03% 117.37% at 92.65% 5%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(15px);

}

.s5-proces span {
	width: 36.0px;
	height: 36.0px;
	display: flex;
	padding: 3px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.45);

}

.s5-proces p {
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}


.section-3 {
	padding-bottom: 130px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 80px;
	position: relative;
	overflow: hidden;
}

.s3-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}

.s3-title p {
	align-self: stretch;
	color: var(--Gray-Text, #5C6A85);
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.s3-title h3 {
	align-self: stretch;
	color: var(--Black, #354566);
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.s3-box-all {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	align-self: stretch;
}

.s3-box-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;

}

.s3-box-item-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
	align-self: stretch;
	flex: 1 0 0;
}

.s3-box-item-text h3 {
	align-self: stretch;
	color: var(--Black, #354566);
	font-family: "Playfair Display";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;

}

.s3-box-item-text p {
	align-self: stretch;
	color: var(--Gray-Text, #5C6A85);
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}

.s3-box-item:nth-child(2) {
	padding-top: 70px;
}

.s3-box-item:nth-child(3) {
	padding-top: 200px;
}

.s3-box-item:nth-child(3) .target-numers span {
	padding: 9px 10px;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 4px 4px;
	transform: rotate(180deg);
}



/* Бургер-кнопка (фиксирована справа сверху) */
.burger {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	z-index: 1000;
	background: radial-gradient(365.46% 291.62% at 110.69% -137.16%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.1);
	gap: 4px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1px rgba(255, 255, 255, 0.5) solid;
}

.burger span {
	width: 21px;
	display: block;
	height: 2px;
	background: #ffffff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

/* Анимация бургера в крестик (активное состояние) */
.burger.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 5px);
}

.burger.active span:nth-child(2) {
	opacity: 0;
}

.burger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(3px, -3px);
}

/* Затемняющий фон (оверлей) */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
	display: none;
	transition: opacity 0.3s ease;
}

.overlay.active {
	display: block;
}

/* Боковое меню (скрыто за правой границей) */
.side-menu {
	position: fixed;
	top: 0;
	right: -360px;
	/* ширина меню + небольшой запас */
	width: 360px;
	height: 100%;
	background: #F9FDFE;

	box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
	transition: right 0.3s ease;
	z-index: 999;
	padding: 20px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}
.side-menu .burger{
	display: none;
}
.side-menu.open .burger{
display: flex;
border: 1px solid rgba(53, 69, 102, 0.12);
}
.side-menu.open .burger span {
    background: #354566;
}
 
.side-menu.open {
	right: 0;
}

/* Список пунктов меню */
.side-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;

}



.side-menu ul li a {
	color: var(--Dark-Gray-Element, #9BA3B3);
	font-family: Manrope;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

}

ul li a:hover {
	color: var(--Blue, #009EE3);
}

.section-1-1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 920px;
	width: 100%;
}

.contact-header-mobile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;

}

.mail-header-mobile {
	display: flex;
	align-items: center;
	gap: 15px;

}

.mail-header-mobile a {
	color: var(--Black, #354566);
	text-align: center;
	font-family: Manrope;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

}
.offer-box-item_two:hover{
	background: var(--White, #FFF);
}
.offer-box-item_two.active:hover{
	background: var(--Blue, #009EE3);
    backdrop-filter: blur(15px);
}
.logo-mobile-f{
	display: none;
}

/* 1680px – промежуточный */
@media screen and (max-width: 1700px) {
	.site-branding {
		margin-right: 50px;
	}
}

@media screen and (max-width: 1680px) {

	.header-wrapper,
	.wrapper {
		max-width: 1580px;
		/* примерно 94% от 1680 */
	}

	.site-branding {
		margin-right: 50px;
	}



	.offer-box_one-title h5 {
		font-size: 30px;
	}


}



/* 1600px – промежуточный */
@media screen and (max-width: 1600px) {

	.header-wrapper,
	.wrapper {
		max-width: 1500px;
		/* примерно 93.75% */
	}

	.site-branding {
		margin-right: 40px;
	}

	.title-s1-s2 {
		font-size: 32px;
	}

	.offer-box_one-title h5 {
		font-size: 28px;
	}

	.offer-box_two-title h4 {
		font-size: 108px;
	}

	.s3-box-item-text h3 {
		font-size: 44px;
	}

	.s4-left {
		width: 48%
	}

	.s4-left-title {
		width: 100%;
	}

	.s4-right {
		width: 48%;
	}

	.s4-left-title h2 {
		font-size: 60px;
	}

}

/* 1536px – промежуточный (например, MacBook с масштабом) */
@media screen and (max-width: 1536px) {

	.header-wrapper,
	.wrapper {
		max-width: 1440px;
		/* оставляем комфортный отступ */
	}

	.site-branding {
		margin-right: 30px;
	}

	.section1-title h1 {
		font-size: 64px;
	}

	.offer-box_one-title h5 {
		font-size: 26px;
	}

	.s3-box-item-text h3 {
		font-size: 40px;
	}

	.s5-title h2,
	.s4-left-title h2 {
		font-size: 58px;
	}

	.s5-contact a {
		font-size: 38px;
	}
	.offer-box_row-one .offer-box-item:nth-child(1) {
    flex: 0 0 100%;
}
	.offer-box-item:nth-child(2),
	.offer-box-item:nth-child(3) {
		width: 100%;
		height: 300px;
	}
}

/* 1440px – MacBook 15"/16" (стандарт) */
@media screen and (max-width: 1440px) {

	.header-wrapper,
	.wrapper {
		max-width: 1360px;
	}

	.section1-title h1 {
		font-size: 56px;
	}

	.title-s1-s2 {
		font-size: 30px;
	}

	.s5-contact p,
	.s5-title p,
	.s4-box-fakt p,
	.s3-box-item-text p,
	.offer-box_one-title p,
	.target-one p,
	.section1-title p {
		font-size: 18px;
	}

	.offer-box_row-two {
		display: flex;
		align-items: center;
		gap: 20px;
		align-self: stretch;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.offer-box-item_two {
		width: 48%;
		flex: 48%;
	}

	.offer-box_two-title h4 {
		font-size: 98px;
	}

	.offer-box {
		gap: 25px;
	}

	.s3-box-item-text h3 {
		font-size: 38px;
	}

	.s3-title h3 {
		font-size: 28px;
	}

	.section-2 h2 {
		font-size: 48px;
	}

	.s5-title h2,
	.s4-left-title h2 {
		font-size: 54px;
	}

	.footer-contact {
		width: 48%;
	}

	.footer-contact-menu a,
	.footer-contact-menu span {
		font-size: 28px;
	}
		.s1-section2{padding-top: 40px;}
	.section-2,
	.section-3,
	.section-4,
	.section-5{
padding-top: 60px;
padding-bottom: 60px;
	}
}

/* MacBook 13" и старые ноутбуки (1280px) */
@media screen and (max-width: 1280px) {

	.header-wrapper,
	.wrapper {
		max-width: 1200px;
	}

	.section1-title h1 {
		font-size: 52px;
		    margin-bottom: 100px;
	}

	.title-s1-s2 {
		font-size: 28px;
	}

	.s2-img {
		width: 86px;
		height: 86px;
	}

	.offer-box_row-one .offer-box-item:nth-child(1) {
		flex: 0 0 100%;
	}

	.s3-box-item-text h3 {
		font-size: 34px;
	}

	.section-3 {
		gap: 60px;
	}

	.s5-title h2,
	.s4-left-title h2 {
		font-size: 50px;
	}

	.section-4 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-self: stretch;
		flex-direction: column;
		gap: 40px;
	}

	.s4-left,
	.s4-right {
		width: 100%;
	}

	.s5-contact a {
		font-size: 29px;
	}

	.mail-a {
		font-size: 30px;
	}

	.footer-cop {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-self: stretch;
		flex-direction: column;
		gap: 20px;
	}

	.site-footer {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		height: max-content;
	}
}
@media screen and (max-width: 1200px) {
	.contact-header {
		display: none;
	}
	}
/* Планшеты горизонтально (1024px) */
@media screen and (max-width: 1024px) {

	.header-wrapper,
	.wrapper {
		max-width: 960px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.section1-title h1 {
		font-size: 48px;
	}

	.s5-contact p,
	.s5-title p {
		font-size: 17px;
	}

	.s4-box-fakt p,
	.s3-box-item-text p,
	.offer-box_one-title p,
	.target-one p,
	.section1-title p {
		font-size: 16px;
	}

	.box-sky {
		width: 100%;
	}

	.title-s1-s2 {
	/*	font-size: 40px;*/
	}

	.s2-img {
		width: 76px;
		height: 76px;
	}

	.box-target {
		display: flex;
		align-items: flex-end;
		gap: 4px;
		align-self: stretch;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.target-one {
		width: 48%;
	}

	.title-s1-s2 {
		width: 100%;
	}

	.offer-box_one-title h5 {
		font-size: 24px;
	}

	.s3-box-item-text h3 {
		font-size: 30px;
	}

	.s3-title h3 {
		font-size: 26px;
	}

	.s3-box-all {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		align-self: stretch;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.s3-box-item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 28px;
		flex: 1 1 48%;
	}

	.s3-box-item:nth-child(2),
	.s3-box-item:nth-child(3) {
		padding: 0;
	}

	.section-3 {
		gap: 40px;
	}

	.section-2 h2 {
		font-size: 40px;
	}

	.s5-title h2,
	.s4-left-title h2 {
		font-size: 48px;
	}

	.s5-contact a {
		font-size: 30px;
	}

	.footer-contact-menu a,
	.footer-contact-menu span {
		font-size: 26px;
	}

	.mail-a {
		font-size: 28px;
	}

	.logo-footer {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		gap: 30px;
	}

	.name-logo {
		width: 300px;
		height: 150px;
	}

	.site-footer {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: max-content;
		padding: 0 10px;
	}

	.footer-contact {
		width: 100%;
	}

	.menu-header ul {
		display: none;
	}

	.burger {
		display: flex;
	}
}

/* Планшеты вертикально (768px) */
@media screen and (max-width: 768px) {

	.header-wrapper,
	.wrapper {
		max-width: 720px;

	}

	.section1-title h1 {
		font-size: 46px;
		text-align: start;
	}

	.box-sky p:nth-child(1),
	.box-sky p:nth-child(2),
	.box-sky p:nth-child(3) {
		margin: 0;
		align-self: flex-start;
	}

	.box-sky {
		gap: 30px;
		margin-top: 20px;
	}

	.box-sky p:nth-last-child(1) {
		margin: 0;
		align-self: flex-start;
	}

	.section-1-1 {
		height: 100%;
		padding-bottom: 30px;
	}

	.title-s1-s2 {
		font-size: 26px;
	}

	.box-target {
		display: flex;
		align-items: flex-end;
		gap: 4px;
		align-self: stretch;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.target-one {
		width: 100%;
	}

	.target-one:nth-child(1),
	.target-one:nth-child(2),
	.target-one:nth-child(3),
	.target-one:nth-child(4) {
		margin: 0;
	}

	.box-target {
		gap: 20px;
	}

	.offer-box_one-title h5 {
		font-size: 23px;
	}

	.offer-box-item_two {
		width: 100%;
		flex: 100%;
	}

	.offer-box_row-one .offer-box-item:nth-child(1) .offer-box_one-title {
		width: 330.0px;
	}

	.offer-box-item_two {
		height: max-content;
	}


	.offer-box-item:nth-child(2),
	.offer-box-item:nth-child(3) {
		width: 100%;
		height: 361px;
	}

	.s3-box-item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		flex: 1 1 100%;
	}

	.s5-title h2,
	.s4-left-title h2 {
		font-size: 36px;
	}

	.cirle-center {
		display: none;
	}

	.s4-box-fakt {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 20px;
		flex: 100% 0 0;
	}

	.s4-right {
		padding: 20px;
		gap: 20px;
		height: max-content;
	}

	.s4-box-fakt:nth-child(2)::after,
	.s4-box-fakt:nth-child(4)::after {
		display: none;
	}

	.s4-box-fakt:nth-child(1),
	.s4-box-fakt:nth-child(2),
	.s4-box-fakt:nth-child(3),
	.s4-box-fakt:nth-child(4) {
		display: flex;
		justify-content: flex-start;
		padding: 0;
	}

	.s4-box-fakt:nth-child(1),
	.s4-box-fakt:nth-child(2),
	.s4-box-fakt:nth-child(3) {
		display: flex;
		justify-content: flex-start;
		padding-bottom: 10px;
	}

	.s4-box-fakt:nth-child(3)::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -2px;
		height: 2px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='2' viewBox='0 0 8 2'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(53, 69, 102, 0.20)'/%3E%3C/svg%3E");
		background-repeat: repeat-x;
		background-size: auto 100%;
	}

	.s4-box-fakt-cirle {
		width: 40.0px;
		height: 40.0px;
		background-size: contain !important;
	}

	.s5-contact p {
		text-align: start;
	}

	.s5-proces {
		left: 20px;
	}

	.section-5 {
		width: 100%;
		height: 520px;
	}

	.s5-proces p {
		font-size: 14px;
	}

	.footer-contact-menu {
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		gap: 11px 14px;
		align-self: stretch;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.footer-contact-menu span {
		display: none;
	}

	.footer-mail {
		padding: 20px 0;
	}

	.box-sky p:nth-last-child(1) {
		width: max-content;
		height: max-content;
		display: flex;
		padding: 11px;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-end;
	}
	.s1-section2{padding-top: 40px;}

		.section-2,
	.section-3,
	.section-4,
	.section-5{
padding-top: 40px;
padding-bottom: 40px;
	}
}

/* Крупные смартфоны (480px) */
@media screen and (max-width: 480px) {

	.header-wrapper,
	.wrapper {
		max-width: 440px;
	}

	.section1-title h1 {
		font-size: 44px;
	}

	.title-s1-s2 {
		font-size: 24px;
	}

	.offer-box_row-one .offer-box-item:nth-child(1) .offer-box_one-title {
		width: 260px;
	}

	.offer-box_two-title h4 {
		font-size: 50px;
	}

	.s3-box-item-text h3 {
		font-size: 29px;
	}

	.s3-title h3 {
		font-size: 23px;
	}

	.section-2 h2 {
		font-size: 33px;
	}

	.s5-title h2,
	.s4-left-title h2 {
		font-size: 33px;
	}

	.s5-contact a {
		font-size: 26px;
	}

	.s5-proces p {
		font-size: 13px;
	}

	.footer-contact-menu a,
	.footer-contact-menu span {
		font-size: 23px;
	}

	.mail-a {
		font-size: 26px;
	}

	.mini-logo {
		width: 46.6px;
		height: 45.0px;
	}

	.name-logo {
		width: 90.1px;
		height: 45.0px;
	}

	.footer-contact {
		padding-top: 20px;
		gap: 20px;
	}

	.mail-box svg:nth-child(4) {
		bottom: 5px;
	}

	.mail-box {
		width: 40.0px;
		height: 40.0px;
	}

	.mail-box svg:nth-child(1) {
		top: 1px;
		right: 7px;
	}

	.mail-box svg:nth-child(2) {
		left: 8px;
		bottom: 16px;
	}
	.mini-logo,.name-logo{
display: none;
}
.logo-mobile-f{
	display: flex;
}
.site-branding{
	display: flex;
	align-items: center;
}
.burger {
    top: 0px;}
.site-branding svg{
	 width: 105px;
	 height: 45px;
}
}

/* Маленькие смартфоны (360px) */
@media screen and (max-width: 360px) {

	.header-wrapper,
	.wrapper {
		max-width: 330px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.section1-title h1 {
		font-size: 38px;
	}

	.s5-proces {
		left: 5px;
	}

}