/*!
Theme Name: zaltsman
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zaltsman
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 with others.

zaltsman is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

/* normalize.css v8.0.0 | 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.
 */

@import url("grid.css");

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

:root {
	--accent: #1e3c9c;
	--card-bg: #f1f1f1;
	--card-fg: #0a0a0a;
	--muted: #6b6b6b;
	--radius: 22px;
	--gap: clamp(14px, 2.4vw, 24px);
	--pad: clamp(18px, 2.8vw, 28px);
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-size: 18px;
	color: #333;
	font-family: 'Onest', system-ui, BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
} 

@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1390px;
  }
  .elementor-container {
	max-width: 1390px!important;
  }
}

/**
 * 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;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

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

.elementor-element-overlay {
	z-index: 9999999999;
}

/* 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

* {
	font-synthesis: none;
	-webkit-font-feature-settings: 'kern';
	font-feature-settings: 'kern';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.super-lead p{
    max-width: 700px;
    margin-left: auto!important;
    margin-right: auto!important;
    font-size: 22px;
    text-align: center;
    padding-bottom: 60px;
	line-height: 1.4em!important;
	font-weight: 300;
	color: #636c72;
}

.super-lead-left p{
    max-width: 700px;
    margin-left: auto!important;
    margin-right: auto!important;
    font-size: 22px;
    padding-bottom: 60px;
	line-height: 1.4em!important;
	font-weight: 300;
	color: #636c72;
}

.lead_block p {
    font-size: 22px;
	line-height: 1.4em!important;
	font-weight: 300;
	color: #444;
}

.lead_block h2, .lead_block h3 {
    font-size: 26px;
	color: #636c72;
	font-weight: 400;
}

.lead_max {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;	
}

.lead_block li {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	color: #494e51;
	font-weight: 300;
	line-height: 1.2em;
	max-width: 600px;
}

#head_lead {
	max-width: 700px;
	margin-left: auto!important;
    margin-right: auto!important;
    font-size: 22px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: royalblue;
}


a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Main Top Header
--------------------------------------------------------------*/

#masthead {
	background-color: #1e3c9c;
    z-index: 20;
    width: 100%;
    position: fixed;
    color: #fff;
    text-align: center;
  /*  box-shadow: 0 0 25px rgba(0,0,0,0.3);*/
	min-height: 53px;
}

#masthead .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#masthead .logo img {
	/*margin-top: 13px;*/
}
@media (max-width: 992px) {
	#masthead .logo img {
		margin-top: 15px;
		max-width: 180px;
	}
}
#masthead .sub-menu {
	background-color: #173287;
	border-radius: 4px;
}
#masthead .sub-menu:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #173287;
	position: absolute;
	left: 10px;
	border-radius: 3px;
	top: -5px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-navigation ul ul li:last-child  {
	border-bottom: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
}

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

.main-navigation ul ul {
	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 {
	left: 100%;
}

.main-navigation ul ul a {
	width: 240px;
	line-height: 1.1em;
}
.main-navigation ul ul li {
	border-bottom: 1px solid rgba(255,255,255,0.04)
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 20px 14px;
	color: #fff;
}


.main-navigation a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
	.main-navigation a:hover:after {
	    left: 0;
	    right: auto;
	    width: 100%;
	}

	.main-navigation a:active, .main-navigation a:hover {
	    outline: 0;
	}

	.main-navigation a:after {
	    opacity: 1;
	    position: absolute;
	    bottom: 15px;
	    right: 0;
	    content: '';
	    width: 0%;
	    height: 2px;
	    background: #0095b5;
	    -webkit-transition: width .3s ease;
	    transition: width .3s ease;
	}

	.main-navigation li ul li a:after {
		bottom: 0;
	}
}

.nav_langs {
	display: flex;
}

.nav_langs a {
	padding: 4px;
}

.nav_langs img {
	display: block;
	margin: 0;
	padding: 0;
}

/* Small menu. */

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

button.menu-toggle {
	border:0!important;
	background: transparent!important;
}
button.menu-toggle img {
	display: block;
    position: relative;
    bottom: -3px;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.menu-main-container, .menu-mainru-container, .menu-mainde-container {
		position: absolute;
		top: 53px;
		left: 0;
		right: 0;
		background-color:#1e3c9c;
	}
	.menu-main-container li, .menu-mainru-container li, .menu-mainde-container li  {
		display: block;
		float: none;
		border-top: 1px solid #4054b2;
	}
	.main-navigation a {
		padding: 20px 10px !important;
	}
	#primary-menu {
		position: absolute;
		left: 0;
		right: 0;
		background-color:#1e3c9c;
	}
	#primary-menu li {
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
}


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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.wpml-ls-menu-item a{
	width: auto!important;
	padding: 14px 4px;
}

.wpml-ls-current-language .sub-menu {
	background-color:#1e3c9c;
}

.wpml-ls-menu-item .wpml-ls-flag {
	height: 18px;
	margin-bottom: -3px;
}

/*--------------------------------------------------------------
# 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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



#wp-admin-bar-site-name {
	max-width: 100px;
}
 
@media (max-width: 767px){
	.mreverse .elementor-row {
	    display: flex;
	    flex-direction: column-reverse;
	}
	.mhide {
		display: none;
	}
}

.lock_button {
	position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 5;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.8);
}
.light_title {
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3057d7;
}
/*--------------------------------------------------------------
## Landing Styles
--------------------------------------------------------------*/

#landing-header {
	color: #fff;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
	height: 60vh;
	min-height: 600px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}


#landing-header h1 {
	font-size: 50px;
	font-weight: 900;
}

#landing-header p {
	font-size: 33px;
	font-weight: 300;
}

@media (max-width: 767px){
 	.main_en {
		background-position: top center!important;
	}
	.main_en h1 {
		padding-top: 40px!important;
	}
}


.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.msection {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2em;
	padding-bottom: 30px !important;
}
@media (max-width: 767px) {
	.section h2 {
		font-size: 28px;
	}
	.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
		font-size: 32px !important;
	}
}
#adwords h3 {
	font-size: 22px;
	font-weight: 900;
}

ul.custom-list {
	margin: 0;
	padding: 0;
}

.custom-list li {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	padding-left: 10px;
}

.custom-list li:before {
	color: #4285f4;
	font-size: 20px;
	font-style: normal;
	padding-right: 10px;
	content: "•";
	margin-left: -10px;
}

#services {
	color: #333;
}

#services h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bolder;
	margin-bottom: 30px !important;
}

#services .lead {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px !important;
}

#services .item {
	text-align: center;
	font-weight: 900;
	font-size: 20px;
}

#services .item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 120px;
	margin-bottom: 30px;
}

#experience h2 {
	text-align: left;
}

#experience li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#experience li:before {
	margin-left: -20px;
}

#clients,
.clients_section {
	background-color: #f8f8f8;
}

#clients img,
.clients_section img {
	mix-blend-mode: multiply;
	max-width: 100px;
	height: auto;
}
@media (max-width: 767px) {
	#clients .elementor-section  .elementor-column,
	.clients_section .elementor-section  .elementor-column {
		width: 50%;
	}

	#personal .elementor-section  .elementor-column {
		width: 50%;
	}
}

#contacts .form-fields {
	display: flex;
	justify-content: space-between;
}

#contacts input,
#contacts textarea {
	width: 100%;
	padding: 10px 20px;
	border: 2px solid #ecf0f1;
}

#contacts .sbmt {
	text-align: center;
}

#contacts .wpcf7-submit {
	display: inline-block;
	background-color: #34a853;
	border: 1px solid #34a853;
	color: #fff;
	padding: 10px 40px;
	font-size: 20px;
	width: auto;
}

.your-email {
	padding-left: 10px;
	padding-right: 10px;
}


#main-head-ru {
	position: relative;
	background-color: #1e3c9c;
	/* background: #3057d7 url('img/head_2.png') no-repeat right; */
	background-size: 50%;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
    /* padding-top: 120px;
    padding-bottom: 120px; */
}

#main-head-ru > div {
	position: relative;
	z-index: 2;
}

#main-head-ru::after {
	right: -200px;
	bottom: 20%;
	z-index: 1;
	width: 800px;
	height: 230px;
	content: "";
	position: absolute;
	background: linear-gradient(45deg, #ffd800, #ff5520, #750cf2, #0cbcf2);
	filter: blur(40px);
	opacity: 0.6;
}


.main_image img {
	transform: rotate3d(0);
	animation-name: movement;
	animation-duration: 6s;
	animation-iteration-count: infinite;
}

@keyframes movement {
	0% {
	  transform: rotate3d(0);
	}
	50% {
		transform: rotate3d(1, 1, 1, 5deg);
	}
	100% {
		transform: rotate3d(0);
	}
}
  

@media (max-width:767px) {
	#main-head-ru {
		background-position: top center;
		background-size: 100%;
		padding-top: 0px;
	}
	#main-head-ru::after {
		top: 20%;
		bottom: auto;
	}

	#main-head-ru h1 {
		/* padding-top: 90px; */
		font-size: 32px!important;
	}

	#main-head-ru h2 {
		font-size: 1.8em;
	}

	#main-head-ru .lead {
		font-size: 20px;
	}
}

#main-head-ru h1 {
    font-weight: bold;
    position: relative;
	margin-bottom: 30px;
	font-size: 42px;
	line-height: 1.1em!important;
}

#main-head-ru h1 span {
	display: block;
	font-size: 24px;
	font-weight: 300;
	padding-top: 10px;
	line-height: 0.7em!important;
}
#main-head-ru .main_en_fix h1 span {
	line-height: 1em!important;
}

#main-head-ru h2 {
	font-size: 1.6em;
	margin-bottom: 40px;
}

#main-head-ru .lead {
    max-width: 700px;
    font-weight: 300;
}


#features img {
	max-width: 80px;
	float: left;
	margin-right: 20px;
}

#features {
	color: #636c72;
	padding-top: 30px;
	padding-bottom: 30px;
}

#features .item-title p{
	margin-top: -10px;
	line-height: 1.2em!important;
}

#ruabout {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.25rem;
	line-height: 1.3em;
	font-weight: 300;
	color: #636c72;
}

#advantages {
	padding-top: 60px;
	padding-bottom: 60px;
}

#advantages h2 {
	font-weight: 300;
}

#advantages p {
	color: #636c72;
}

#personal {
	color: #636c72;
}

#personal p {
	font-weight: 300;
}

.main_first_screen nav {
	display: flex;
	flex-wrap: wrap;
	max-width: 460px;
	gap: 12px;
	margin-top: 40px;
}
.main_first_screen nav span {
	font-size: 14px!important;
	color: #1e3c9c;
	background-color: #fff;
	padding: 0.5em 1em!important;
	border-radius: 25px;
	margin: 0!important;
	font-weight: bold!important;
}

.check_list {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.23em;
}

.check_list h3 {
	font-weight: 300;
	font-size: 1.6rem;
}

.check_list ul {
	padding: 0;
	margin: 1.5em 0;
	padding-top: 5px;
}

.check_list li {
	list-style: none;
    padding: 0;
    margin: 25px 0;
    padding-left: 40px;
    background: url('img/ok.svg') no-repeat left center;
    background-size: 18px;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

/* ========================================
   УМНЫЙ МИНИМАЛИСТИЧНЫЙ ФУТЕР
======================================== */

.site-footer {
    background-color: #111;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
    font-feature-settings: "kern" 1, "liga" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   КОМПАКТНЫЙ ЗАГОЛОВОК
======================================== */

.footer-header {
    padding: 60px 0 50px;
}

.brand-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.footer-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    max-width: 400px;
    flex: 1;
}

.brand-mark {
    opacity: 0.8;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.brand-mark:hover {
    opacity: 1;
}

/* ========================================
   УМНАЯ СЕТКА - АСИММЕТРИЧНАЯ ГЕОМЕТРИЯ
======================================== */

.smart-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 80px;
    padding: 0 0 50px;
}

/* ========================================
   МОДУЛЬНАЯ НАВИГАЦИЯ
======================================== */

.nav-modules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px 60px;
    align-content: start;
}

.module {
    position: relative;
}

.mod-num {
    font-size: 11px;
    font-weight: 600;
    color: #1e3c9c;
    font-family: 'SF Mono', 'Monaco', 'Menlo', monospace;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
    display: block;
}

.module h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
}

.link-stack a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 8px;
    transition: all 0.2s ease;
    letter-spacing: -0.005em;
}

.link-stack a:hover {
    color: #fff;
    transform: translateX(4px);
}

.link-stack a:last-child {
    margin-bottom: 0;
}

/* ========================================
   КОНТАКТНАЯ ЗОНА
======================================== */

.contact-zone {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.connect-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.connect-label {
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    margin: 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.email-link {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
    line-height: 1.2;
}

.email-link:hover {
    color: #1e3c9c;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.location {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
}

.flag {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
}

.location-info h4 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 6px 0;
    letter-spacing: -0.01em;
}

.location-info p {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.location-info a {
    font-size: 13px;
    font-weight: 400;
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s ease;
}

.location-info a:hover {
    color: #fff;
}

/* ========================================
   ПОДВАЛ - ГОРИЗОНТАЛЬНАЯ ЛИНИЯ
======================================== */

.site-footer {
	padding: 2rem 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 50px;
    gap: 40px;
}

.bottom-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.partner-credential {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.partner-credential:hover {
    opacity: 0.9;
}

.social-connect {
    display: flex;
    align-items: center;
    gap: 16px;
}

.social-label {
    font-size: 11px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: transform 0.2s ease;
}

.social-icons a:hover {
    transform: translateY(-1px);
}

.social-icons svg {
    fill: #666;
    transition: fill 0.2s ease;
    width: 14px;
    height: 14px;
}

.social-icons a:hover svg {
    fill: #1e3c9c;
}

.bottom-right {
    text-align: right;
}

.legal-text p {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin: 0 0 8px 0;
    letter-spacing: 0.01em;
}

.legal-links {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.legal-links a {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.2s ease;
}

.legal-links a:hover {
    color: #fff;
}

/* ========================================
   УМНАЯ АДАПТИВНОСТЬ
======================================== */

@media (max-width: 1200px) {
    .smart-grid {
        gap: 60px;
    }
    
    .nav-modules {
        gap: 32px 40px;
    }
    
    .contact-zone {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .footer-header {
        padding: 50px 0 40px;
    }
    
    .brand-intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    
    .footer-title {
        font-size: 24px;
        max-width: none;
    }
    
    .smart-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        padding-bottom: 40px;
    }
    
    .nav-modules {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 32px;
    }
    
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 24px 0 40px;
    }
    
    .bottom-right {
        text-align: left;
        width: 100%;
    }
    
    .legal-links {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .footer-header {
        padding: 40px 0 32px;
    }
    
    .footer-title {
        font-size: 20px;
    }
    
    .nav-modules {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    
    .module h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    
    .email-link {
        font-size: 18px;
    }
    
    .location-grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    
    .location {
        flex-direction: row;
        gap: 16px;
        align-items: flex-start;
        padding: 16px 0;
        background: none;
        border-radius: 0;
        border-bottom: 1px solid #1a1a1a;
    }
    
    .location:last-child {
        border-bottom: none;
    }
    
    .flag {
        font-size: 18px;
        margin-top: 1px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .bottom-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .footer-header {
        padding: 32px 0 24px;
    }
    
    .nav-modules {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .email-link {
        font-size: 16px;
        line-height: 1.3;
    }
    
    .footer-bottom {
        padding: 20px 0 32px;
    }
    
    .legal-links {
        flex-direction: column;
        gap: 6px;
    }
    
    .social-connect {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* ========================================
   ДОСТУПНОСТЬ И ПРОИЗВОДИТЕЛЬНОСТЬ
======================================== */

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        transform: none !important;
    }
}

.site-footer a:focus-visible {
    outline: 2px solid #1e3c9c;
    outline-offset: 3px;
    border-radius: 2px;
}

/* Поддержка высокого контраста */
@media (prefers-contrast: high) {
    .footer-title,
    .module h3,
    .location-info h4 {
        color: #ffffff;
    }
    
    .link-stack a,
    .connect-label,
    .location-info p {
        color: #cccccc;
    }
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/

.entry-header {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f8f8f8;
}

.entry-header h1 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## Event Page
--------------------------------------------------------------*/

.single-events h1{
	padding-top: 60px;
}

.single-events .entry-content {
	font-size: 20px;
	line-height: 1.4em;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* witget */

#events {
	margin-top: -40px;
	padding-top: 40px;
	border-top: 1px solid #eee;
}

#events .elementor-counter-number-wrapper{
	font-weight: 300;
	font-size: 52px;
}
#events h3 {
	font-weight: 400;
	text-align: center;
	line-height: 1.2em;
	font-size: 16px;
}

.item .elementor-widget-wrap {
	border-radius: 6px;
    padding: 30px 15px;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
	padding: 20px!important;
 	margin: 10px;
}

/*.events .inner {
	color: #636c72;
	background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    height: 100%;
}
.events .inner a {
	color: #636c72;
}
.events .date {
	width: 100px;
    border-right: 1px solid #eee;
    text-align: center;
}

.events .date .day {
    font-size: 36px;
    font-weight: 300;
}

.events .date span {
    display: block;
    line-height: 1em;
}

.events .col {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	justify-content: center;
	line-height: 1.2em!important;
}*/

/*--------------------------------------------------------------
## Services Page & Single
--------------------------------------------------------------*/

#services_page .item a {
	text-decoration: none;
	color: #636c72;
}
#services_page .item p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2em!important;
	margin-top: 0px;
}

#services_page .item img {
	display: block;
	width: 100%;
    
    object-fit: cover;
    margin-bottom: 15px;
}

@media (min-width: 767px) {
	#services_page .item img {
		height: 300px;
	}
}

@media (max-width: 767px) {
	#branding_free_audit {
		padding-bottom: 50px;
		margin-bottom: 30px;
		border-bottom: 1px solid #ccc;
	}
}

	

.single-service h1{
	padding-top: 60px;
}

.single-service .entry-content {
	font-size: 20px;
	line-height: 1.4em;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.single-service .post-thumbnail img{
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.single-service blockquote {
	background-color: #ffeaa7;
	margin: 0;
	padding: 10px 40px;
}



/*--------------------------------------------------------------
## SEO Landeng
--------------------------------------------------------------*/

@media (max-width: 767px) {
	#seo_head {
		text-align: center;
	}

	#seo_head h1 {
		padding-top: 90px;
	}

	#seo_head h2 {
		margin-bottom: -90px;
	}
	
}

#seo_our_features .item .elementor-widget-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
}

#seo_our_features .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

#seo_our_features .item .item_icon {
	min-width: 60px;
	margin-right: 20px;
}

#seo_our_features .item .item_icon {
	width: 60px;
}

#seo_steps .item .item_image img{
	width: 90px;
}

#seo_steps .item .desc {
	color: #747d8c;
	font-size: 14px;
}

#seo_steps .item .elementor-widget-wrap {
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,165,255,0.16);
	padding: 40px;
	border-radius: 4px;
	text-align: center;

}

#seo_steps .item .desc p {
	line-height: 1.4em!important;
}

#seo_we_do h2 {
	display: block;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#seo_we_do .lead {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 25px 0 rgba(0,165,255,0.16);
	border-radius: 4px;
}

#seo_we_do .item {
	text-align: center;
	font-weight: bold;
}

#seo_we_do .item_step p {
	width: 90px;
	height: 90px;
	line-height: 90px!important;
	font-size: 42px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #70a1ff;
	color: #fff;
}

#seo_how_we_help .lead {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#seo_how_we_help .item {
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
}

#seo_how_we_help .item .item_image img {
	width: 60px;
}

.servicesblocks .lead {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.servicesblocks .item {
	padding-top: 30px;
}

.servicesblocks .elementor-widget-image {
	text-align: left;
}

.servicesblocks .item h3 {
	font-size: 20px!important;
	line-height: 1.3em!important;
	max-width: 240px;
	font-weight: 300!important;
}

.servicesblocks .item p {
	font-weight: 300!important;
	font-size: 18px!important;
	line-height: 1.5em!important;
	color: #777;
}

.servicesblocks .item .item_image img { 
	width: 80px;
}

footer#colophon {
	margin-bottom: -30px;
}

h1 i {
	font-style: normal;
	display: inline-block;
	padding: 0.6rem 1.4rem;
	background-color: #1e3c9c;
	color: #fff;
	font-size: 0.8em;
	border-radius: 0.6rem;
}


/*--------------------------------------------------------------
## about us in mumbers
--------------------------------------------------------------*/


.about_us_numbers .elementor-counter-number-suffix,
.about_us_numbers .elementor-counter-number-prefix {
	font-weight: 300;
	font-size: 20px;
	color: #747d8c;
}

.about_us_numbers .elementor-counter .elementor-counter-number-wrapper {
	font-size: 48px;
	font-weight: 300;
}

.about_us_numbers .elementor-counter-number-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_us_numbers .elementor-counter-title {
	max-width: 200px;
	font-size: 16px!important;
}
.about_us_numbers .elementor-counter .elementor-counter-title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2em!important;
	padding-top: 30px;
	color: #747d8c;
}

@media (max-width: 991px) {
	.about_us_numbers {
		padding-bottom: 0 !important;
	}
	.about_us_numbers .elementor-counter-title {
		padding-top: 10px;
		padding-bottom: 20px;
		position: relative;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	/* .about_us_numbers .elementor-counter-title:after{
		content: " ";
		position: absolute;
		top: 3px;
		background-color: #aad0ff;
		width: 100px;
		height: 3px;
		left: 0;
		width: 100%;
	} */
}


/*--------------------------------------------------------------
## Site Building
--------------------------------------------------------------*/

.site_building_header h1 {
	text-align: left!important;
	margin-bottom: 30px!important;
}

@media (min-width: 1100px) {
	.site_building_header h1 {
		font-size: 42px!important;
	}
}

.lead_list p {
	font-weight: 300;
	font-size: 22px !important;
}

.lead_list ul {
	margin: 0;
	padding: 0;
	margin-top: 40px;
}
 
.lead_list ul li {
	list-style:none;
	position: relative;
	padding-left: 30px;
	transition: all 0.5s ease;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
}

.lead_list ul li:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #ff7979;
  transition: all 0.5s ease;
}

.site_building_services .item .icon {
	float: left;
}

@media(min-width: 1100px) {
	.site_building_services .item .elementor-widget-wrap {
		padding: 50px;
	}
	.site_building_services .item .full_img {
		padding-bottom: 20px;
	}
	.site_building_services .item .elementor-widget-wrap p {
		margin-bottom: 0 !important;
	}
}


/*--------------------------------------------------------------
## Single Folio 
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Services Page 
--------------------------------------------------------------*/

.services_list a {
	display: block!important;
}

.services_list img {
	display: block!important;;
	width: 100%!important;;
	height: auto;
}
.size-large {
	display: block;
	width: 100%;
}

/*--------------------------------------------------------------
## SMM LANDING
--------------------------------------------------------------*/

@media(min-width: 992px) {
	.smm_head {
		position: relative;
		background: url('img/kurs_bg.jpg') no-repeat right top;
		background-size: contain;
	}
	.smm_head h1 {
		font-size: 38px !important;
	}
	.smm_head .lead_bold p {
		padding-top: 15px;
		line-height: 1.3em !important;
		font-size: 22px;
	}

	.smm_head * {
		position: relative;
		z-index: 2;
	}
	.smm_head:after {
		position: absolute;
		content: "-";
		left: 0;
		top: 0;
		bottom: 0;
		right: 50%;
		background: linear-gradient(90deg, rgba(48,87,215,1) 81%, rgba(48,87,215,0) 100%);
		z-index: 1;
	}
}


/*--------------------------------------------------------------
## Universal elements
--------------------------------------------------------------*/

.item .icon {
	width: 90px;
	min-width: 90px;
	max-width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #1e3c9c;
	line-height: 90px;
}

.item .icon img {
	width: 40px;
}

.big_icons .item .icon img {
	width: 100%;
	padding: 6px;	
}
.big_icons .icon {
	min-width: 110px;
	max-width: 110px;
	height: 110px;
	border-radius: 10%;
	/* background-color: #eee; */
	background-color: transparent;
	background: linear-gradient(180deg, rgba(184,89,222,1) 0%, rgba(38,73,183,1) 52%, rgba(30,60,156,1) 69%);
}

.left_icon .elementor-widget-wrap {
	display: flex;
}
.left_icon .icon {
	margin-right: 20px;
}


.flat_item {
	font-weight: 300;
}
.flat_item h3 {
	font-weight: 300;
	margin-top: 0;
	font-size: 20px;
}
.flat_item p {
	color: #718093;
}

.max_400 {
	max-width: 490px;
}

.lead_500 .elementor-widget-wrap {
	max-width: 400px;
	margin: auto;
	font-size: 20px;
	font-weight: 300;
}

.lead_bold,
.lead_bold p {
	font-size: 20px!important;
	font-weight: 300!important;
}
.lead_bold h2 {
	line-height: 1.1em;
}

.blue_form {
	padding-top: 70px;
	padding-bottom: 50px;
}

.blue_form h2 {
	font-weight: 300;
	font-size: 42px;
	margin-top: 0;
}

.blue_form p {
	font-weight: 300;
	font-size: 20px;
	max-width: 500px;
}

.blue_form ::placeholder {
	color: #fff;
}
.blue_form input,
.blue_form textarea {
	background-color: transparent;
	color: #fff!important;
	font-weight: 300;
	font-size: 20px;
	display: block;
	border-radius: 0!important;
	border-color: transparent;
	border-bottom: 1px solid #fff;
	transition: 0.3s;
	padding: 0.4rem 4px;
}

@media (max-width: 767px) {
	.blue_form input, .blue_form textarea {
		width: 90%;
	}
}

.blue_form input:focus,
.blue_form textarea:focus {
	outline: none;
	border-bottom: 3px solid #fff;
}
.blue_form textarea {
	height: 130px;
}
.blue_form .wpcf7-submit,
.offerform button {
	background-color: #fff;
	padding: 12px 40px;
	color: #1e3c9c!important;
}

.offerform button {
	padding: 1rem 2rem;
	font-size: 1.1rem;
	transition: 0.4s;
	opacity: 1;
}

.offerform button:hover {
	opacity: 0.9;
}

.offerform .input {
	padding: 0.6rem 0;
}

.offerform .privacy {
	font-size: 14px;
}

.action_form .privacy {
	text-transform: unset!important;
	letter-spacing: normal;
}

.action_form .privacy a {
	color: #3057d7;
}

.action_form .form_button {
	margin-top: 1rem;
}

.action_form .form_button button {
	background-color: #3057d7;
	color: #fff!important;
	border-color: #3057d7;
	transition: 0.4s;
}

.action_form .offerform {
	padding-top: 1rem;
}

.action_form .form_button button:hover {
	background-color: #1e3c9c;
}


.blue_form .privacy a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.2);
}

.blue_form .offerform .privacy .input::placeholder {
	color: rgba(255, 255, 255, 0.8)!important;
}

.blue_form .sbmt {
	margin-bottom: 0;
}

.modern .elementor-button {
	border-radius: 0!important;
	background-color: #3057d7;
	color: #fff;
	text-decoration: none;
	font-size: 20px!important;
	padding: 20px 45px!important;
	font-weight: 300 !important;
	display: inline-block;
	cursor: pointer;
	border: none;
	-webkit-transition: all .22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all .22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	position: relative;
	white-space: nowrap;
}

.modern .elementor-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #3057d7;
    top: 5px;
    left: 5px;
/*    z-index: -1;*/
    transition: 0.5s;
}

.modern_white .elementor-button {
	background-color: #fff;
	color: #3057d7!important;
}

.modern_white .elementor-button:after {
	border: 2px solid #fff;
}

.modern_white:hover .elementor-button {
	color: #3057d7;
}

.modern_green .elementor-button {
	background-color: #00A477;
	color: #fff!important;
}

.modern_green .elementor-button:after {
	border: 2px solid #00A477;
}

.modern_green:hover .elementor-button {
	color: #fff;
}

.modern:hover .elementor-button:after {
    top: 0px;
    left: 0px;
}
@media (max-width: 450px) {
	.modern.extra_large a.elementor-button {
		font-size: 14px !important;
	}
}


.mobile_2col .elementor-row .elementor-column {
	width: 50%;
}

a.whats {
	position: fixed;
	width: 45px;
	height: 45px;
	background: url('img/whatsapp.svg') no-repeat center;
	background-size: 45px;
	right: 20px;
	bottom: 20px;	
}

.blue {
	background-color: #3057d7;
	color: #fff;
}

@media(min-width: 992px) {
	.bold_title {
		font-size: 24px;
	}
}


/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/

.blue .elementor-widget-testimonial .elementor-testimonial-content {
	position: relative;
	background-color: #fff;
	font-size: 13px;
	color: #555;
	padding: 20px;
	border-radius: 6px;
	line-height: 1.2em;
}

.blue .elementor-widget-testimonial .elementor-testimonial-content:after {
	content: "";
	background: url('img/tquote.svg') no-repeat center center;
	background-size: 15px;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 20px;
	bottom: -10px;
}


/*--------------------------------------------------------------
## White Blocks with counter
--------------------------------------------------------------*/

.white_blocks ol {
	margin: 2em 0;
	padding: 0;
	counter-reset: my-awesome-counter;
}

.white_blocks ol li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 700px;
	margin: 1.5em auto;
	background-color: #fff;
	color: #444;
	padding: 30px;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.23em;
	counter-increment: my-awesome-counter;
}

.white_blocks ol li::before {
  content: "0"counter(my-awesome-counter);
  font-size: 52px;
  color: #3057d7;
  font-weight: 300;
  padding-right: 20px;
}

.white_blocks .item .elementor-widget-wrap {
	color: #333;
	background-color: #fff;
	font-weight: 300;
	font-size: 18px;
}

@media (max-width: 991px) {
	.white_blocks .item .elementor-widget-wrap {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.white_blocks ol li {
		align-items: flex-start;
		font-size: unset;
	}
	.white_blocks ol li::before {
		font-size: 32px;
	}
}

.white_blocks .item .elementor-widget-wrap .elementor-text-editor {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.white_blocks .item .elementor-widget-wrap .elementor-text-editor p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.white_blocks .item .elementor-widget-wrap img {
	max-width: 110px;
	margin-right: 30px;
}

@media (max-width: 991px) {
	.white_blocks .item .elementor-widget-wrap img {
		max-width: 80px;
		margin-right: 20px;
	}
}

.white_blocks_text .item {
	padding: 0 !important;
	margin-bottom: 10px!important;
}

.white_blocks_text .item .elementor-text-editor {
	position: relative;
	background-color: #fff;
	color: #333;
	padding: 30px;
	border-radius: 4px;
}

.white_blocks_text .item .elementor-text-editor h3 {
	margin-top: 0 !important;
	font-size: 24px;
	line-height: 1.1em;
	color: #3057d7;
}

.white_blocks_text .item h3, 
.white_blocks_text .item p,
.white_blocks_text .item ul {
	position: relative;
	z-index: 3;
}

.white_blocks_text .item  h6 {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1em !important;
	margin: 0 !important;
	font-size: 92px;
	color: #e0e9ff;
	z-index: 1;
	opacity: 0.4;
}

@media (min-width: 1200px) {
	.white_blocks_text .item .elementor-text-editor h6 {
		font-size: 120px;
		top: -30px;
		left: -30px;
	}
}

.white_blocks_text .item .elementor-text-editor ul {
	margin: 0 !important;
	padding: 0 !important;
}

.white_blocks_text .item .elementor-text-editor ul li {
	list-style: none;
	padding: 7px 0;
	padding-left: 40px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.15em;
	background: url(//zalts-man.com/ru/wp-content/themes/zaltsman/img/ok.svg) no-repeat left center;
    background-size: 18px;
}

.white_blocks_text .item .elementor-text-editor em {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #999;
	line-height: 1.2em;
	margin-bottom: -30px;
}

.pricing h3 {
	text-align: center;
}

.pricing h4 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Styled Accordion
--------------------------------------------------------------*/

.styled .elementor-accordion {
	max-width: 800px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.styled .elementor-tab-title a {
	color: #3057d7!important;
	font-size: 24px;
	font-weight: 400;
}

.styled .elementor-tab-content {
	font-size: 18px;
	font-weight: 300;
	padding-left: 40px;
}

@media (min-width: 992px) {
	.styled .elementor-tab-content {
		padding: 40px !important;
	}
}

/*--------------------------------------------------------------
## Horizontal Menu List
--------------------------------------------------------------*/

.horizontal_list ul {
	margin: 40px 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 30px;
	position: relative;
	overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.horizontal_list ul:after {
	content: "";
	position: absolute;
	top: 13px;
	height: 1px;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.5);
}

.horizontal_list ul li {
	position: relative;
	list-style: none;
	display: block;
	font-size: 18px;
	margin: 0 15px;
}

.horizontal_list ul li a {
	position: relative;
	color: #fff;
	text-decoration: underline;
	font-weight: 300;
	text-decoration-color: rgba(255,255,255,0.1);
}

.horizontal_list ul li a:after {
	content: "";
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -7px;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background-color: #3057d7;
	border-radius: 50%;
	z-index: 3;
}

.horizontal_list ul li b {
	color: #color;
	background-color: #00a477;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 3px;
}
.horizontal_list ul li b:after {
	content: "";
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -7px;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background-color: #00a477;
	border-radius: 50%;
	z-index: 3;
}

/*--------------------------------------------------------------
## Small Numbers List
--------------------------------------------------------------*/

.numbers ol {
	position: relative;
	margin: 1.5em 0;
	padding: 0;
}
.numbers ol:after {
	content: "";
	position: absolute;
	left: 25px;
	top: 1em;
	bottom: 1em;
	width: 1px;
	background-color: #d0dbff;
	z-index: 0;
}
.numbers_green ol:after {
	background-color: #00A477;
}

.numbers ol li {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 1em 0;
	counter-increment: numbers-counter;
	font-size: 22px;
	font-weight: 300;
	z-index: 3;
}

.numbers ol li::before {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	min-width: 50px;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
  	content: counter(numbers-counter);
  	color: #fff;
  	background-color: #3057d7;
  	margin-right: 20px;
  	font-weight: bold;
}
.numbers_green ol li::before {
	background-color: #00A477;
}
.numbers ol li::after {
	position: absolute;
	margin-left: -5px;
	left: 0;
	content: "";
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	border-radius: 50%;
	border:1px solid #d0dbff;
	z-index: -1;
}
.numbers_green ol li::after {
	border:1px solid #00A477;
}

.blue .numbers ol li::before {
	background-color: #fff;
	color: #3057d7;
}

.numbers ol li::after {
	z-index: 0;
}

/*--------------------------------------------------------------
## Mail Chimp Form
--------------------------------------------------------------*/

.action_form .elementor-widget-wrap,
.chimp_form form {
	position: relative;
	display: block;
    padding: 20px;
    border: 2px solid #3057d7;
    background-color: #fff;
    color: #333;
	margin: 1rem;
}

.action_form .elementor-widget-wrap .elementor-widget-wrap {
	border: 0!important;
	padding: 0!important;
}

@media(min-width:992px) {
	.action_form .elementor-widget-wrap,
	.chimp_form form {
		padding: 4rem 20px!important;
	}
}
.action_form .elementor-widget-wrap:after,
.chimp_form form:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #3057d7;
    top: 10px;
    left: 10px;
    z-index: -1;
    transition: .5s;
}
.action_form h2,
.chimp_form form h2 {
	text-align: center;
	margin-top: 0;
	font-size: 28px;
	margin-bottom: 0px;
}
.action_form .lead,
.action_form .lead p,
.chimp_form form .lead {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
    color: #555;
}
.action_form label,
.chimp_form form label {
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.action_form input,
.chimp_form form input {
	display: block;
    width: 100%;
    border-color: transparent;
    border-bottom: 1px solid #3057d7;
    border-radius: 0px;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}
.action_form p {
	margin: 0;
	padding: 0;
}
.action_form br {
	display: none !important;
}
.action_form textarea {
	height: 90px;
	border-color: transparent;
    border-bottom: 1px solid #3057d7;
    border-radius: 0px;
}
.action_form .wpcf7-submit {
	border-radius: 0!important;
	background-color: #3057d7;
	color: #fff;
	text-decoration: none;
	font-size: 20px!important;
	padding: 20px 45px!important;
	font-weight: 300 !important;
	display: inline-block;
	cursor: pointer;
	border: none;
	-webkit-transition: all .22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all .22s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	position: relative;
	white-space: nowrap;
}
.action_form .wpcf7-submit:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #3057d7;
    top: 5px;
    left: 5px;
/*    z-index: -1;*/
    transition: 0.5s;
}
.indicates-required {
    font-size: 12px;
    text-align: right;
}
@media(min-width: 992px) {
	.action_form .elementor-widget-wrap,
	.chimp_form form {
		padding: 45px;
	}
}
@media (max-width: 767px) {
	.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
	    padding: 0px!important;
	}
	.mp15 {
		padding: 30px 15px;
	}
}


    .cc-window, 
    .cc-banner,
    .cc-type-info,
    .cc-theme-block,
    .cc-bottom {
      position: fixed!important;
      z-index: 99;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: space-between;
      background: rgba(255,255,255,0.7)!important;
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      font-size: 12px;
      padding: 4px 10px!important;
    }

    @media (max-width: 767px) {
    	.cc-window, 
	    .cc-banner,
	    .cc-type-info,
	    .cc-theme-block,
	    .cc-bottom {
	    	right: 60px;
	    	left: 10px;
	    	bottom: 10px;
	    }
    }

    .regalies .elementor-image-box-img {
    	width: 100%!important;
    }
    .regalies .elementor-image-box-title {
    	font-size: 20px;
    	font-weight: 300;
    }


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450!important;
    background-color: #46b450!important;
    color: #fff!important;
    padding: 30px!important;
    border-radius: 4px!important;
    font-weight: 300!important;
    text-align: center!important;
    font-size: 22px!important;
}
/*--------------------------------------------------------------
## Black Header
--------------------------------------------------------------*/


.showreel .elementor-open-lightbox {
	height: 60px;
}
.elementor-widget-video .elementor-widget-container {
	overflow: none;
}

.showreel .elementor-custom-embed-play {
	left: 30px!important;
}
.showreel .elementor-custom-embed-play svg {
	width: 37px;
	height: 37px;
}

.elementor-widget-video {
	border-radius: 1rem;
	overflow:hidden; 
}

.showreel .elementor-custom-embed-play::before {
	content: "Watch Showreel";
	font-size: 16px;
	position: absolute;
	width: 128px;
	text-align: center;
	left: 54px;
	bottom: 13px;
}

.showreel .elementor-custom-embed-play::after {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	width: 220px;
	height: 48px;
	top: -6px;
	left: -6px;
	border-radius: 30px;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0);
}

.showreel .elementor-custom-embed-play:hover::after{
	background: rgba(255, 255, 255, 0.2);
}

.showreel .elementor-custom-embed-image-overlay img {
	width: 1px!important;
	height: 1px!important;
}




/* ======================================================
   ZM — Case Lines (AI/ML)
   Goal: минимализм, типографика, белый фон, строгие отступы
   Targets your DOM exactly as pasted
   ====================================================== */

/* ---- Base scope ---- */
.ZMCASES-LINES { 
  --ink: #0f172a;         /* основной текст (slate-900) */
  --muted: #475569;       /* вторичный текст */
  --divider: #e5e7eb;     /* границы/линии */
  --accent: #1e40af;      /* акцент (очень умеренный) */
  --maxw: 1160px;
  --rh-xl: 72px;          /* отступ секции сверху/снизу */
  --rh-lg: 40px;          /* вертикальный ритм внутри линии */
  --rh-md: 24px;          /* между элементами */
  --gap-col: 32px;        /* горизонтальный зазор между колонками */

  background: #fff !important;
  color: var(--ink) !important;
}

/* ---- Container width & section paddings ---- */

.ZMCASES-LINES.elementor-section {
  padding-top: var(--rh-xl) !important;
  padding-bottom: var(--rh-xl) !important;
}

/* ---- Header block ---- */
.ZMCASES-LINES .zmcl-head.elementor-section { 
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 56px !important;
  border: 0 !important;
}

.ZMCASES-LINES .zmcl-head .elementor-heading-title {
  margin: 0 0 10px 0 !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  font-size: clamp(28px, 4vw, 44px) !important;
  color: var(--ink) !important;
}

.ZMCASES-LINES .zmcl-head .elementor-widget-text-editor .elementor-widget-container {
  max-width: 760px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: clamp(16px, 1.6vw, 18px) !important;
  line-height: 1.66 !important;
  color: var(--muted) !important;
}

/* ---- Each horizontal line (case row) ---- */
.ZMCASES-LINES .zmcl-line.elementor-section {
  background: #fff !important;
  border-radius: 6px;
  padding: 1.4rem 3rem!important;
  box-shadow: 0 6px 15px rgba(36,37,38,.08);
  padding: 20px !important;
  margin: 0 !important;
  margin-bottom: 1rem!important;
}


/* ---- Columns inside line ---- */
.ZMCASES-LINES .zmcl-line .zmcl-cell.elementor-column { 
  padding: 0 !important; 
}

/* колоночные отступы: ask (лево) и solution (право) */
@media (min-width: 768px) {
  .ZMCASES-LINES .zmcl-line .zmcl-cell.elementor-column.zmcl-cell--ask { 
    padding-right: 2rem !important; 
  }
  .ZMCASES-LINES .zmcl-line .zmcl-cell--solution { 
    padding-left: var(--gap-col) !important; 
    position: relative !important;
  }
  /* тонкая вертикальная линия между колонками */
  .ZMCASES-LINES .zmcl-line .zmcl-cell--solution::before {
    content: "" !important;
    position: absolute !important;
    left: calc(var(--gap-col) * -0.5) !important;
    top: 0 !important; bottom: 0 !important;
    width: 1px !important; 
    background: var(--divider) !important;
  }
}

/* ---- “Бейджи” (первые heading внутри ячеек) ---- */
.ZMCASES-LINES .zmcl-cell .elementor-widget-heading:first-of-type .elementor-heading-title {
  display: inline-block !important;
  margin: 0 0 8px 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: var(--muted) !important;
  font-weight: 700 !important;
}

/* выделение “Наше решение” — второе heading в ячейке solution */
.ZMCASES-LINES .zmcl-cell--solution .elementor-widget-heading .elementor-heading-title {
  color: var(--accent) !important;
}

/* ---- Body text ---- */
.ZMCASES-LINES .zmcl-cell .elementor-widget-text-editor .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(16px, 1.6vw, 18px) !important;
  line-height: 1.66 !important;
  color: var(--ink) !important;
}
.ZMCASES-LINES .zmcl-cell--ask .elementor-widget-text-editor .elementor-widget-container {
  color: var(--muted) !important;
}

/* ---- Убираем шум Elementor ---- */
.ZMCASES-LINES .elementor-widget-wrap { padding: 0 !important; }
.ZMCASES-LINES .elementor-widget:not(:last-child) { margin-bottom: var(--rh-md) !important; }
.ZMCASES-LINES .elementor-column-gap-default > .elementor-column > .elementor-widget-wrap { row-gap: 0 !important; }
.ZMCASES-LINES .elementor-widget-heading .elementor-widget-container { padding: 0 !important; }


/* =========================
   Responsive
   ========================= */

/* Tablet */
@media (max-width: 1024px) {
  .ZMCASES-LINES { --gap-col: 24px; --rh-lg: 36px; }
}

/* Mobile */
@media (max-width: 767px) {
  .ZMCASES-LINES { --gap-col: 0px; --rh-lg: 28px; }

  /* вертикальный стек, без межколоночной линии */
  .ZMCASES-LINES .zmcl-line .zmcl-cell--solution::before { display: none !important; }

  /* отделяем ask/solution визуально расстоянием */
  .ZMCASES-LINES .zmcl-line .zmcl-cell--ask { margin-bottom: 14px !important; }

  /* немного крупнее заголовок вверху для читаемости */
  .ZMCASES-LINES .zmcl-head .elementor-heading-title {
    font-size: clamp(26px, 7vw, 36px) !important;
  }
}

/* =========================
   Polishing
   ========================= */
.ZMCASES-LINES * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }




/* FAQ
--------------------------------------------- */

.elementor-widget-accordion {
	max-width: 800px!important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding-bottom: 40px;
}

.elementor-accordion .elementor-accordion-item,
.elementor-accordion .elementor-tab-content {
	border: 0!important;
	border-color: transparent!important;
}

.elementor-accordion-title {
	font-size: 20px;
	line-height: 1.4em;
}

.elementor-accordion .elementor-tab-title {
	display: flex;
}

.elementor-accordion-item {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.elementor-accordion-item .elementor-active::before {
	content: "";
	position: absolute;
	top: -1rem;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 2.8px 2.2px rgba(0,0,0,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072),0 41.8px 33.4px rgba(0,0,0,.086),0 100px 80px rgba(0,0,0,.12);
  	border-radius: 1rem;
	opacity: 0.4;
	z-index: -1;
}

.elementor-accordion-icon {
	display: flex!important;
	align-content: center!important;
	align-items: center!important;
	justify-content: center!important;
	background-color: #3057d7;
	width: 30px!important;
	min-width: 30px!important;
	max-width: 30px!important;
	height: 30px!important;
	min-height: 30px!important;
	max-height: 30px!important;
	text-align: center;
	line-height: 1em!important;
	border-radius: 50%;
	margin-right: 20px;
	color: #fff!important;
}


.elementor-accordion-icon svg {
	fill: #fff!important;
}

.elementor-accordion .elementor-tab-content {
	padding-left: 70px!important;
	color: #777;
	padding-top: 0!important;
}



.whats_fixed > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #16a34a;
  color: #fff;
  right: 1rem;
  bottom: 1rem;
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: pulse 2.3s linear infinite;
}

.whats_fixed span {
  display: none;
  position: fixed;
  right: 5rem;
  bottom: 29px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 0.1rem 0.6rem;
  border-radius: 0.6rem;
}

@media (min-width:768px) {
  .whats_fixed span {
    display: block;
  }
}


@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7), 0 0 0 0 rgba(22, 163, 74, 0.5);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(22, 163, 74, 0), 0 0 0 0 rgba(22, 163, 74, 0.5);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(22, 163, 74, 0), 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0), 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

#open_preferences_center {
	margin-left: 1rem;
	font-size: 13px;
	padding: 2px 1.5rem;
	background: #fff;
	border-radius: 20px;
}

.warning {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-left: 5px solid #e74c3c;
  transform: translateY(0);
  transition: transform 0.3s ease;
  font-size: 1.2rem;
  font-weight: 300;
} 

.warning h2, .warning h3 {
	margin-top: 0!important;
	padding-top: 0!important;
}

.case .elementor-container {
	background: #f8f8f8;
	padding: 2rem;
	border-radius: 1rem;
}

.case h2{
	margin-top: 0!important;
}

.case {
	font-size: 1.2rem;
	font-weight: 300;
}

.case blockquote {
	background: #fff;
	border-left: 3px solid #3057d7;
	border-radius: 0.6rem;
	margin-left: 0;
	padding: 1rem 2rem!important;
}

.case blockquote p {
	margin: 0;
	padding: 0;
}

.case blockquote strong {
	font-weight: bold;
}

@media(min-width:992px) {
	.case .elementor-container {
		padding: 4rem;
	}
}

	.pagination a,
	.pagination .current {
		display:inline-flex;
		width: 2.6rem;
		height: 2.6rem;
		background-color: #f5f5f5;
		border-radius:50%;
		color: #222;
		text-decoration: none;
		justify-content: center;
  		align-items: center;
		border:1px solid #f5f5f5;
	}
	.pagination .current {
		background-color: #fff;
	}


	 .case-studies {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin: 0 auto;
}

.case-study {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.case-study-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .case-study-inner {
    flex-direction: row;
    align-items: center;
    gap:5rem;
  }
}

.case-study-image {
  flex: 1;
  max-width: 600px;
}

.case-study-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.case-study-content {
  flex: 1;
  max-width: 600px;
}

.case-study-title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #111;
}

.case-study-subtitle {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  color: #444;
  margin-bottom: 1ю3rem;
}

.case-study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
}

.case-study-tags li {
  background-color: #1e3c9c;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.4rem 1.2rem;
  border-radius: 9999px;
  font-weight: 500;
}

.case-study-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
}

.case-study-features {
  padding-left: 1.25rem;
  list-style: disc;
  color: #222;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.case-study-features li {
  margin-bottom: 0.5rem;
}


 .cta {
    display: inline-flex;
    align-items: center;
    background: var(--accent);
    color: #fff;
    padding: 0.4rem 2.6rem;
    border-radius: 2rem;
    text-decoration: none;
    transition: 0.4s;
  }
  .cta::after {
    display: flex;
    width: 2.8rem;
    height: 2.8rem;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--card-fg);
    content: ' →';
    margin-left: 1.4rem;
    border-radius: 50%;
    margin-right: -2.2rem;
    transition: 0.4s;
  }
  .cta:hover, .cta:active, .cta:focus {
    background-color: #111;
    color: #fff;
  }
  .cta:hover::after {
    transform: rotate(-45deg);
  }




.faqz {
  background: #fafafa;
  color: #0a0a0a;
}

.faqz__header {
  max-width: 840px;
  margin-bottom: clamp(30px, 5vw, 58px);
  text-align: center;
   margin-left: auto;
  margin-right: auto;
}

.faqz__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  color: #717171;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h2.faqz__title {
  max-width: 820px;
    margin-left: auto;
  margin-right: auto;
  margin: 0;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: clamp(32px, 5.6vw, 44px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #0a0a0a;
  text-align: center !important;
}

.faqz__intro {
  max-width: 720px;
  margin: clamp(16px, 2.4vw, 24px) 0 0;
  color: #717171;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.55;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}

.faqz__grid {

}

.faqz__item {
  background: #fff;
  border-radius: var(--radius, 24px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
  overflow: hidden;
  max-width: 720px;
    margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  transition:
    background-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.faqz__item:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(30,60,156,0.15),
    0 20px 56px -42px rgba(0,0,0,0.45);
}

.faqz__item[open] {
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(30,60,156,0.16),
    0 20px 60px -46px rgba(0,0,0,0.5);
}

.faqz__question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.6rem;
  cursor: pointer;
  list-style: none;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #0a0a0a;
    padding-right:4rem;
    line-height:1.5rem;
}

.faqz__question::-webkit-details-marker {
  display: none;
}

.faqz__question::before,
.faqz__question::after {
  content: "";
  position: absolute;
  right: clamp(22px, 2.8vw, 30px);
  top: 50%;
  width: 16px;
  height: 1px;
  background: #0a0a0a;
  transition: transform .24s ease, opacity .24s ease, background-color .24s ease;
}

.faqz__question::after {
  transform: rotate(90deg);
}

.faqz__item[open] .faqz__question::after {
  transform: rotate(0deg);
  opacity: 0;
}

.faqz__item[open] .faqz__question::before {
  background: var(--accent, #1e3c9c);
}

.faqz__answer {
  padding: 0 clamp(20px, 2.6vw, 30px) clamp(22px, 3vw, 32px);
}

.faqz__answer p {
  max-width: 720px;
  margin: 0;
  color: #717171;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 300;
}

.faqz__answer p + p {
  margin-top: 12px;
}



    .partners-section .lead {
      font-weight: 300;
      font-size: clamp(16px, 2.4vw, 20px);
      max-width: 700px;
      line-height: 1.4em;
      margin-left: auto;
      margin-right: auto;
      color: var(--muted);
    }




/* Partners Section */
.partners-section {
 background-color: #fafafa;
}

.partners-header {
 text-align: center;
 margin-bottom: clamp(32px, 5vw, 48px);
}

.partners-header h2 {
 font-weight: 500;
 line-height: 1.05;
 letter-spacing: -0.02em;
 font-size: clamp(32px, 5.6vw, 44px);
 color: #0a0a0a;
 margin: 0;
}

.partners-grid {
 display: grid;
 grid-template-columns: repeat(9, 1fr);
 gap: var(--gap);
 align-items: center;
}

@media (max-width: 1280px) {
 .partners-grid { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 1024px) {
 .partners-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
 .partners-grid { grid-template-columns: repeat(3, 1fr); }
}

.partner-logo {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: clamp(80px, 12vw, 90px);
 padding: clamp(12px, 2vw, 20px);
 background: #fff;
 border-radius: var(--radius);
 box-shadow: 0 2px 8px -4px rgba(0,0,0,0.1);
 transition: 
   transform .25s ease,
   box-shadow .25s ease;
 overflow: hidden;
}

.partner-logo:hover {
 transform: translateY(-2px);
 box-shadow: 
   0 8px 24px -8px rgba(0,0,0,0.15),
   0 2px 8px -4px rgba(0,0,0,0.1);
}

.partner-logo img {
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
 object-fit: contain;
 filter: grayscale(1) opacity(0.7);
 transition: filter .35s ease;
}

.partner-logo:hover img {
 filter: grayscale(0) opacity(1);
}



/* Testimonials Section */
.testimonials-section {
 background-color: #fff;
 overflow: hidden;
}

.testimonials-header {
 text-align: center;
 margin-bottom: clamp(32px, 5vw, 48px);
}

.testimonials-header h2 {
 font-weight: 500;
 line-height: 1.05;
 letter-spacing: -0.02em;
 font-size: clamp(32px, 5.6vw, 44px);
 color: #0a0a0a;
 margin: 0;
}

/* Slider Container */
.testimonials-slider {
 position: relative;
 height: 305px;
 overflow: hidden;
 mask-image: linear-gradient(
   to right,
   transparent 0%,
   black 5%,
   black 95%,
   transparent 100%
 );
 -webkit-mask-image: linear-gradient(
   to right,
   transparent 0%,
   black 5%,
   black 95%,
   transparent 100%
 );
}

/* Tracks */
.testimonials-track {
 position: absolute;
 top: 0;
 display: flex;
 gap: var(--gap);
 width: max-content;
 animation-duration: 60s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}

#track-1 {
 animation-name: slide-left-1;
}

#track-2 {
 animation-name: slide-left-2;
}

/* Testimonial Cards */
.testimonial-card {
 width: 380px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 min-height: 240px;
 flex-shrink: 0;
}

.testimonial-content {
  position: relative;
 margin-bottom: 20px;
 background: #fafafa;
  border-radius: var(--radius);
  padding: var(--pad);
}

.testimonial-content::before {
 content: '“';
 position: absolute;
 font-size: 80px;
 color: rgba(0,0,0,0.05);
 top: -10px;
 left: 10px;
 font-family: serif;
 z-index: 2;
}

.testimonial-content p {
 font-size: 14px;
 line-height: 1.6;
 color: #2a2a2a;
 margin: 0;
 font-weight: 400;
 letter-spacing: -0.01em;
}

/* Author Section */
.testimonial-author {
 display: flex;
 align-items: center;
 gap: 12px;
 margin-top: auto;
}

.testimonial-author img {
 width: 48px;
 height: 48px;
 border-radius: 50%;
 object-fit: cover;
 flex-shrink: 0;
}

.author-info {
 display: flex;
 flex-direction: column;
 gap: 2px;
}

.author-name {
 font-size: 14px;
 font-weight: 500;
 color: #0a0a0a;
 letter-spacing: -0.01em;
}

.author-time {
 font-size: 12px;
 font-weight: 400;
 color: var(--muted);
 letter-spacing: 0.2px;
}

/* Animations */
@keyframes slide-left-1 {
 0% { transform: translateX(0); }
 100% { transform: translateX(calc(-100% - var(--gap))); }
}

@keyframes slide-left-2 {
 0% { transform: translateX(calc(100% + var(--gap))); }
 100% { transform: translateX(0); }
}

/* Responsive */
@media (max-width: 768px) {
 .testimonial-card {
   width: 320px;
   min-height: 220px;
   padding: 20px;
 }
 
 .testimonials-slider {
   height: 340px;
 }
 
 .testimonial-content p {
   font-size: 13px;
 }
}

@media (max-width: 480px) {
 .testimonial-card {
   width: 280px;
   min-height: 200px;
   padding: 18px;
 }
 
 .testimonials-slider {
   height: 360px;
 }
}



.svc-header {
  text-align: center;
  margin-bottom: clamp(18px, 3.5vw, 36px);
}

.svc-header h2.svc-title {
  text-align: center;
}


/* Grid */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gap);
}

@media (max-width: 1280px) {
  .svc-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 768px) {
  .svc-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 520px) {
  .svc-grid { grid-template-columns: 1fr; }
}

/* Card */
.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 250px;
  padding: var(--pad);
  border-radius: var(--radius);
  background: var(--card-bg);
  color: var(--card-fg);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition:
    background-color .35s ease,
    color .35s ease,
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
  outline: none;
  overflow: hidden;
    padding-top:5rem;
}

.svc-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -9999px;
}

.svc-card:focus-visible {
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 35%, white);
}

/* Icon placeholder (top-right) */
.svc-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  opacity: .75;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-icon-svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  color: #1b1b1b;
}

/* Titles & descriptions inside cards */
.svc-title {
  font-weight: 500;
  letter-spacing: -.01em;
  font-size: clamp(18px, 1.8vw, 24px);
  margin: 0 0 6px 0;
}

.svc-desc {
  margin: 0;
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.45;
  color: var(--muted);
}

/* Hover/Active (blue highlight) */
.svc-card:hover,
.svc-card:focus-visible {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 10px 24px -10px color-mix(in oklab, var(--accent) 65%, black),
    0 2px 10px -6px rgba(0,0,0,.25);
}

.svc-card:hover .svc-desc,
.svc-card:focus-visible .svc-desc {
  color: color-mix(in oklab, white 88%, var(--accent));
}

.svc-card:hover svg{
  color: var(--accent);
}

.svc-card:focus-visible .svc-icon-svg {
  color: #ffffff;
  opacity: 1;
}


/* About Section - Swiss Typography & Awwwards Style */

.about-section h2 {
  text-align-last: left;
}
.about-content {
 display: grid;
 gap: clamp(48px, 8vw, 80px);
 align-items: start;
}

@media (min-width: 992px) {
 .about-content {
   grid-template-columns: 34% 1fr;
   gap: clamp(64px, 10vw, 80px);
 }
}

/* Typography System */
.about-meta {
 display: flex;
 align-items: baseline;
 gap: 2rem;
 margin-bottom: clamp(8px, 1.5vw, 16px);
 font-family: 'Space Grotesk', Arial, sans-serif;
}

.about-badge {
 font-size: 11px;
 font-weight: 400;
 text-transform: uppercase;
 letter-spacing: 2px;
 color: #0a0a0a;
}

.about-years {
 font-size: 11px;
 font-weight: 400;
 color: var(--muted);
 text-transform: uppercase;
 letter-spacing: 2px;
}

/* Large Number Display */
.about-hero-number {
 font-family: 'Space Grotesk', Arial, sans-serif;
 font-size: clamp(72px, 12vw, 100px);
 font-weight: 300;
 line-height: 0.85;
 color: var(--accent);
 margin: clamp(24px, 4vw, 48px) 0 clamp(16px, 2.5vw, 24px) 0;
 letter-spacing: -0.02em;
}

.about-lead {
 margin-bottom: clamp(32px, 5vw, 64px);
}

.about-lead p {
 font-size: clamp(16px, 2.4vw, 18px);
 line-height: 1.6;
 font-weight: 300;
 color: #2a2a2a;
 margin: 0;
 letter-spacing: -0.01em;
}

/* Minimalist Stats Grid */
.about-stats {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 0;
}

.stat-item {
 padding: clamp(16px, 2.5vw, 24px) 0;
 border-top: 1px solid #e8e8e8;
}

.stat-item:first-child {
 padding-left: 0;
}

.stat-number {
 display: block;
 font-family: 'Space Grotesk', Arial, sans-serif;
 font-size: clamp(20px, 3vw, 28px);
 font-weight: 500;
 color: #0a0a0a;
 line-height: 1.2;
 margin-bottom: 4px;
 letter-spacing: -0.01em;
}

.stat-label {
 display: block;
 font-size: 12px;
 font-weight: 400;
 color: var(--muted);
 text-transform: uppercase;
 letter-spacing: 1px;
 line-height: 1.4;
}

/* Clean Description */
.about-description {
 max-width: 480px;
}

.about-description p {
 font-size: 14px;
 line-height: 1.4;
 font-weight: 400;
 color: var(--muted);
 margin: 0;
 letter-spacing: 0.01em;
}

/* Image Treatment */
.about-image {
 position: relative;
}

.about-image img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 1rem;
}

.image-caption {
 position: absolute;
 bottom: clamp(16px, 2.5vw, 24px);
 right: clamp(16px, 2.5vw, 24px);
 background: rgba(255,255,255,0.95);
 backdrop-filter: blur(8px);
 padding: 8px 12px;
 border-radius: 4px;
}

.image-caption p {
 font-size: 11px;
 font-weight: 400;
 color: #0a0a0a;
 margin: 0;
 text-transform: uppercase;
 letter-spacing: 1px;
}

@media (max-width: 991px) {
 .about-stats {
   grid-template-columns: 1fr;
   gap: 0;
 }
 
 .stat-item {
   padding-left: 0;
 }
 
 .about-hero-number {
   text-align: center;
 }
}





/* Portfolio Section */


.portfolio-section {
 background: #151515;
 color: #fff;
 padding: clamp(60px, 10vw, 120px) 0;
 overflow: hidden;
}

.portfolio-header {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 margin-bottom: clamp(40px, 6vw, 64px);
}

.portfolio-header-left h2 {
 font-family: 'Space Grotesk', Arial, sans-serif;
 font-weight: 500;
 line-height: 1.05;
 letter-spacing: -0.02em;
 font-size: clamp(32px, 5.6vw, 44px);
 color: #fff;
 margin: 0 0 8px 0;
}

.portfolio-lead {
 font-size: clamp(14px, 2vw, 16px);
 line-height: 1.4;
 color: #888;
 margin: 0;
 max-width: 320px;
}

/* Navigation Controls */
.portfolio-controls {
 display: flex;
 gap: 8px;
}

.portfolio-btn {
 width: 48px;
 height: 48px;
 background: #fff;
 border: none;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #0a0a0a;
 cursor: pointer;
 transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-btn:hover {
 background: #f0f0f0;
 transform: translateY(-1px);
}

.portfolio-btn:active {
 transform: translateY(0);
}

.portfolio-btn:disabled {
 opacity: 0.4;
 cursor: not-allowed;
}

.portfolio-btn svg {
 transition: transform 0.2s ease;
}

.portfolio-btn:hover svg {
 transform: scale(1.1);
}


  .portfolio-category {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent);
    margin-bottom: 8px;
    display: block;
  
  }

/* Horizontal Scroll Container */
.portfolio-scroll {
 overflow-x: auto;
 overflow-y: hidden;
 padding-bottom: 20px;
 margin: 0 -1rem;
 scrollbar-width: none;
 -ms-overflow-style: none;
 scroll-behavior: smooth;
}

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

.portfolio-track {
 display: flex;
 gap: clamp(24px, 4vw, 40px);
 padding: 0 2rem;
 width: max-content;
}

/* Portfolio Items */
.portfolio-item {
 position: relative;
 width: clamp(400px, 50vw, 600px);
 flex-shrink: 0;
 transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item:hover {
 transform: translateY(-8px);
}

.portfolio-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

/* Portfolio Images */
.portfolio-image {
 position: relative;
 overflow: hidden;
 border-radius: 12px;
 margin-bottom: 24px;
 aspect-ratio: 16/10;
}

.portfolio-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item:hover .portfolio-image img {
 transform: scale(1.05);
}

/* Content */
.portfolio-content {
 padding: 0 8px;
}

.portfolio-category {
 font-size: 11px;
 font-weight: 400;
 text-transform: uppercase;
 letter-spacing: 2px;
 color: #888;
 margin-bottom: 8px;
 display: block;
}

.portfolio-content h3 {
 font-family: 'Space Grotesk', Arial, sans-serif;
 font-size: clamp(20px, 3vw, 26px);
 font-weight: 500;
 line-height: 1.25;
 color: #fff;
 margin: 0 0 12px 0;
 letter-spacing: -0.01em;
}

.portfolio-content p {
 font-size: 14px;
 line-height: 1.5;
 color: #aaa;
 margin: 0;
 letter-spacing: -0.01em;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
 .portfolio-header {
   flex-direction: column;
   align-items: flex-start;
   gap: 24px;
 }
 
 .portfolio-item {
   width: clamp(320px, 80vw, 400px);
 }
 
 .portfolio-image {
   aspect-ratio: 4/3;
   margin-bottom: 20px;
 }
 
 .portfolio-content h3 {
   font-size: 18px;
 }
 
 .portfolio-content p {
   font-size: 13px;
 }
}



/* ========================================
   CONTACT SECTION — Premium Light-on-Brand
======================================== */

.contact {
  --brand: #1e3c9c;
  --ink: #111216;
  --muted: #68707b;
  --bg: #ffffff;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 14px 36px rgba(0, 0, 0, 0.12);
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 28px;
  --space-6: 36px;
  --space-7: 48px;
  --space-8: 64px;
}

/* Section wrapper */
.contact {
  background: var(--brand);
  color: #fff;
  padding: var(--space-8) 0;
}

/* Header (left aligned) */
.contact__header {
  max-width: 760px;
  margin-bottom: var(--space-7);
  text-align: left;
}

.eyebrow {
  display: inline-block;
  margin-bottom: var(--space-2);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.contact__title {
  margin: 0 0 var(--space-3);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: clamp(32px, 4.6vw, 48px);
  color: #fff;
}

.contact__emphasis {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.contact__lead {
  margin: 0;
  margin-bottom: 4rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.65;
}

/* Layout */
.contact__row {
  row-gap: var(--space-6);
}

/* ----------------------------------------
   FORM CARD
---------------------------------------- */
.form-shell {
  color: #fff;
}

.form-shell .offerform {
    max-width:100%;
}

@media(min-width:992px) {
    .form-shell {
        padding-right: 4rem;
    }
}

.contact .widget-zm_form_widget .offerform .input,
.contact .widget-zm_form_widget .offerform input[type="text"],
.contact .widget-zm_form_widget .offerform input[type="email"],
.contact .widget-zm_form_widget .offerform input[type="tel"],
.contact .widget-zm_form_widget .offerform textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 14px 0;
  font-size: 16px;
  color: #fff;
  transition: border-color .25s ease, color .25s ease;
}

/* Highlight invalid fields */
.contact .widget-zm_form_widget .offerform .input.error {
  border-bottom-color: #ff6b6b !important; /* vivid red */
  background: rgba(255, 107, 107, 0.08);
}

.contact .widget-zm_form_widget .offerform .input.error::placeholder {
  color: rgba(255, 107, 107, 0.9);
}


.contact .widget-zm_form_widget .offerform .input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.contact .widget-zm_form_widget .offerform .input:focus {
  border-bottom-color: #fff;
  outline: none;
}

.contact .widget-zm_form_widget .offerform .group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

@media (max-width: 767.98px) {
  .contact .widget-zm_form_widget .offerform .group {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.contact .widget-zm_form_widget .offerform textarea {
  min-height: 120px;
  resize: vertical;
}

.contact .widget-zm_form_widget .offerform .privacy {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: var(--space-4) 0;
}

.contact .widget-zm_form_widget .offerform .privacy input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  margin-top: 3px;
}

/* Submit */
.contact .widget-zm_form_widget .offerform button,
.contact .widget-zm_form_widget .offerform input[type="submit"] {
  width: 100%;
  appearance: none;
  background: #fff;
  border: 1px solid #fff;
  color: var(--brand) !important;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.contact .widget-zm_form_widget .offerform button:hover,
.contact .widget-zm_form_widget .offerform input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

.contact__privacy-note {
  margin-top: var(--space-3);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

/* ----------------------------------------
   ASIDE CARD
---------------------------------------- */
.contact-aside {

}

/* Methods */
.contact-methods {
  list-style: none;
  margin: 0 0 var(--space-6);
  padding: 0;
  display: grid;
  gap: var(--space-4);
}

.contact-method {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: var(--space-3);
  align-items: start;
}

.contact-method__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-method__label {
  margin: 0 0 4px 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.contact-method__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: opacity .2s ease, transform .2s ease;
}

.contact-method__link:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.contact-method__meta {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

/* Trust block */
.contact-trust {
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: var(--space-5);
}

.contact-trust__line {
  margin: 0 0 var(--space-3);
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.01em;
}

.contact-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--space-2);
}

.contact-bullets li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.6;
}

.contact-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #fff;
}

/* Soft CTA */
.contact-cta {
  margin-top: var(--space-5);
}

.btn-ghost {
  display: inline-block;
  padding: 14px 22px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.btn-ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

/* Responsive */
@media (max-width: 991.98px) {
  .form-shell,
  .contact-aside {
    border-radius: var(--radius-md);
    padding: var(--space-5);
  }
}

@media (max-width: 575.98px) {
  .contact {
    padding: var(--space-7) 0;
  }

  .contact-method {
    grid-template-columns: 36px 1fr;
  }

  .contact-method__link {
    font-size: 17px;
  }

  .contact-trust {
    padding: var(--space-4);
  }
}
