/*!
Theme Name: osnovadma
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: osnovadma
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.

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

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

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

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

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

/* Normalize
--------------------------------------------- */
@font-face {
	src: url('./fonts/suisse/SuisseIntl-Book.otf') format('opentype');
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: book;
	/*font-display: swap;*/
}
@font-face {
	src: url('./fonts/suisse/SuisseIntl-Medium.otf') format('opentype');
	
	font-family: Suisse Intl;
	font-weight: 500;
	font-style: Medium;
	/*font-display: swap;*/
}
@font-face {
	src: url('./fonts/suisse/SuisseIntl-SemiBold.otf') format('opentype');
	
	font-family: Suisse Intl;
	font-weight: 600;
	font-style: SemiBold;
	/*font-display: swap;*/
}
@font-face {
	src: url('./fonts/suisse/SuisseIntl-Regular.otf') format('opentype');
	
	font-family: Suisse Intl;
	font-weight: 400;
	font-style: Regular;
	/*font-display: swap;*/
}
@font-face {
	src: url('./fonts/loos/Loos - Medium.ttf') format('truetype');
	font-family: Loos ExtraWide;
	font-weight: 500;
	font-style: Medium;
	/*font-display: swap;*/
}
/*@font-face {
	src: url('./fonts/loos/Loos - Bold.ttf') format('truetype');
	font-family: Loos ExtraWide;
	font-weight: 700;
	font-style: Bold;
}*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
	 a {
	 	background-color: transparent;
	 	text-decoration: none;
	 }

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

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

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

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

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

	 sub {
	 	bottom: -0.25em;
	 }

	 sup {
	 	top: -0.5em;
	 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
	cursor: default;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	overflow-x: hidden;
	background: #FAFAFA;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

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

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

.entry-footer {
	display: none;
}

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.container{
	max-width: 1660px;
/* 	width: 100%; */
	margin-left: 30px;
	margin-right: 30px;
}
.container-height {
	height: 100vh;
	padding: 100px 0px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-background.container-height {
	padding: 0px;
	height: 100vh;
}
.container-height-contact.container-height {
	height: auto;
	padding: 0px;
}
@media(min-width: 1720px){

	.container{
		margin-left: auto;
		margin-right: auto;
	}
}
.flexheader{
	transition: 0.3s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.blueheadermenu{
	height: 50px;
	border-radius: 50px;
	background: #4B68FF;
	display: flex;
	gap: 50px;
	align-items: center;
	padding-left: 25px;
	padding-right: 12px;
}
.main-navigation ul a{
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 18px;
	color: white;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	transition: all 0.5s;
}
.main-navigation ul a:hover {
	color: #FFFFFF80;
}
.main-navigation ul{
	gap: 50px;
}
.langbtn{
	cursor: pointer;
	height: 30px;
	width: 30px;
	background: white;
	border-radius: 50px;
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.langimg img{
	width: 20px;
	height: 14px;
}
.langimg{
	display: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: white;
	box-shadow: 0px 0px 8.7px 0px #00000038;

}
footer {
	background: #4B68FF;
}
.footerblock{
	margin-top: 130px;
}
.footermenu ul a{
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 20px;
	color: white;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
}
.footerblock{
	padding-top: 40px;
	padding-bottom: 40px;
}
.logofooter img{
	filter: brightness(17);    padding-right: 20px;
}
.footermenu{
	display: flex;
	align-items: center;
	gap: 50px;
}
.footerfirstline{
	display: flex;
	justify-content: space-between;
}
.footersecondline{
	display: flex;
	justify-content: space-between;
}
.footersecondline > div,
.footersecondline a{
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFFFFF80;
}
.footersecondline{
	margin-top: 40px;
}
h1.entry-title{
	font-family: Loos ExtraWide;
	font-weight: 500;
	font-style: Medium;
	font-size: 64px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #BFCCE4;
	margin-bottom: 40px;
}
.minh2{
	font-family: Loos ExtraWide;
	font-weight: 500;
	font-style: Medium;
	font-size: 48px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 70px;

}
.bigh2{
	font-family: Loos ExtraWide;
	font-weight: 500;
	font-style: Medium;
	font-size: 64px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #BCCAE3;

}
.aboutadvtext{
	font-family: Suisse Intl;
	font-weight: 500;
	font-style: Medium;
	font-size: 26px;
	leading-trim: NONE;
	line-height: 108%;
	letter-spacing: 0%;
	text-align: center;
	cursor: default;
}
.aboutadvtitle{
	font-family: Loos ExtraWide;
	font-weight: 700;
	font-style: Bold;
	font-size: 58px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
	color: transparent;    
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(180deg, #4B68FF 0%, #1E2B70 100%);
	cursor: default;
}
.aboutadvs{
	display: flex;
	justify-content: space-between;
}

.products-grid{
	display: flex;
	justify-content: space-between;
}
.features{
	display: flex;
	gap: 20px;
/* 	margin-bottom: 230px; */
}
.featureCard{
	border: 1px solid #BDBDBD;
	border-radius: 30px;
	width: calc(25% - 6.8px);
	text-align: center;
	padding: 40px 25px 40px 25px;
	display: flex;
	flex-direction: column;
	transition: all 0.5s;
}
.featureCard:hover {
	transform: translateY(-10px);
	box-shadow: 4px 4px 39px -8px rgba(34, 60, 80, 0.21);
}
.featureCardTitle{
	flex-grow: 1;
	font-family: Suisse Intl;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 30px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	cursor: default;
}
.featureCardText{
	font-family: Suisse Intl;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	height: 80px;

}
.featureCardIcon{
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutcompany{
	margin-bottom: 80px;
/* 	margin-top: 120px; */
}

.aboutcompany .bigh2 {
	margin-bottom: 60px;
}

.product-title{
	font-family: Suisse Intl;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 36px;
	leading-trim: NONE;
	line-height: 110%;
	letter-spacing: 0%;
	text-align: center;
	color: transparent;    
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(180deg, #4B68FF 0%, #1E2B70 100%);
	cursor: default;

}
.products-grid{
	display: flex;
	gap: 35px;
/* 	margin-bottom: 100px; */
}
.product-item{
	display: flex;
	flex-direction: column;
	width: calc(33% - 23.4px);
	align-items: center;
}
.product-icon {
	margin-bottom: 20px;
}
.sectors-grid{
	display: flex;
	gap: 20px;
/* 	margin-bottom: 230px; */
}
.sector-card{
	display: block;
	width: calc(33% - 13.3px);
	background: #4762EF1A;

	border-radius: 30px;
	padding: 20px;
	display: flex;
	gap: 20px;text-decoration: none;
}
.sector-card:hover {
	text-decoration: none !important;
}

.sector-text{
	font-family: Suisse Intl;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 23px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 15px;
	background: #FAFAFA;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #151515;
	padding: 18px;
	width: 100%;
}
.sector-arrow{
	border-radius: 15px;
	background: #FAFAFA;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	flex: 0 0 110px;
	transition: all 0.5s;
}
.sector-arrow svg {
	transition: all 0.5s;
	width: 50px;
}
.sector-arrow svg path {
	transition: all 0.5s;
	stroke: #4B68FF !important;
	stroke-width: 5px;
}
.sector-card:hover .sector-arrow {
	background: #4B68FF;
}
.sector-card:hover .sector-arrow svg {
	transform: rotate(45deg);
}
.sector-card:hover .sector-arrow svg path {
	stroke: #FFFFFF !important;
}
.teamTabs{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 40px;
	position: relative;
	z-index: 5;
	width: fit-content;
}
.teamTab{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #E1E1E1;
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #00000080;

	padding: 13px 24px;
}
.teamTab.active{
	color: white;
	background: #4B68FF;
}
.teamList{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	width: calc(100% + 15px);
	margin-left: -15px;
}
.teamList ul li {
/* 	width: 100%; */
}
.teamCard img.teamBack{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;z-index: -2;

}
.teamCard:before{
	position: absolute;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.76%, rgba(0, 0, 0, 0.5) 83.78%),
	linear-gradient(180deg, rgba(0, 0, 0, 0) 49.76%, rgba(0, 0, 0, 0.5) 83.78%);
	z-index: -1;
}
.teamCardHover>img.teamBack{
	filter: blur(9px);
}
.teamCardHover:before{
	position: absolute;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	backdrop-filter: blur(51.400001525878906px);
	background: #00000080;

	z-index: -1;
}
.teamCardHover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 35px;
	height: 550px;
	z-index: 1;
	opacity: 0;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
}
.teamCard:hover .teamCardHover{
	opacity: 1;
}
.teamCard{
	position: relative;
	/*width: 400px !important;*/
	height: 550px;
	opacity: 1;
	border-radius: 30px;
	padding: 35px;
	overflow: hidden;
	display: flex;
	align-items: end;
}
.teamName{
	font-family: Suisse Intl;
	font-weight: 500;
	font-style: Medium;
	font-size: 28px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FAFAFA;
	margin-bottom: 10px;
	cursor: default;
}
.teamPost{
	font-family: Suisse Intl;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FAFAFA;
	cursor: default;
	min-height: 32px;
}
.teamText{
	font-family: Suisse Intl;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 0%;
	color: #FAFAFA;
	flex-grow: 1;
	cursor: default;
}
.teamBtns{
	display: flex;
	align-items: center;
	gap: 15px;
}
.teamBtns a{
	display: flex;
	color: #000000;
}
.teamInfo{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.teamButton{
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 15px 27px;
	background: white;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	transition: all 0.5s ease;
}
.teamButton:hover {
	background: #4B68FF;
	color: #FFFFFF;
	text-decoration: none;
}
.teamCardHover .teamPost{
	margin-bottom: 35px;
}
.team{
/* 	margin-bottom: 230px; */
}
.mainProjTitle{
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 19px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 10px;
	color: #6D6D6D;
	cursor: default;

}
.mainProjHead{
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	cursor: default;
}
.mainProj{
	background: #4762EF0D;
	border-radius: 30px;
	padding: 20px;
	display: flex;
	gap: 20px;
}
.mainProjImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 280px;
}
.mainProjImg{
	overflow: hidden;
	border-radius: 15px;
}
.mainProjText{
	padding: 15px 20px; 
	border-radius: 15px;
	background: white;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mainProjBtn svg{
	height: 35px;
	width: 35px;
/* 	margin-left: 70px;
	margin-right: 70px; */
	transition: all 0.5s;
}
.mainProjBtn svg path {
	transition: all 0.5s;
	stroke: #4B68FF !important;
	stroke-width: 5px;
}
.mainProjBtn{
	width: 170px;
	flex: 0 0 170px;
	display: flex;
	align-items: center;
	border-radius: 15px;
	background: white;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
}
.mainProjBtn:hover {
	background: #4B68FF;
}
.mainProjBtn:hover svg {
	transform: rotate(45deg);
}
.mainProjBtn:hover svg path {
	stroke: #FFFFFF !important;
}
.mainPtojs{
	display: flex;
	flex-direction: column;
	gap: 20px;
/* 	margin-bottom: 230px; */
}
.mainConts{
	display: flex;
	gap: 50px;
}
.mainContItem, .mainContItem a{
	font-family: Suisse Intl;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: black;
	transition: all 0.5s;
}
.mainContItem svg{
	margin-right: 15px;
	transition: all 0.5s;
}
.mainContItem svg path {
	transition: all 0.5s;
}
.mainContItem{
	width: 33%;
	border: 1px solid #BDBDBD;
	cursor: default;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px;
	transition: all 0.5s;
}
.mainContItem:hover {
	background: #4B68FF;
	color: #FFFFFF;
}
.mainContItem:hover a {
	color: #FFFFFF;
	text-decoration: none;
}
.mainContItem:hover svg path {
	stroke: #FFFFFF;
}
.site-header {
	position: relative;
	background: #FAFAFA;
	transition: all 0.3s ease;
	z-index: 100;
}

.site-header.sticky .flexheader{

	margin-top: 10px;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.site-header.sticky{

	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


body.has-sticky {
	padding-top: 150px; /* высота шапки */
}
body.nohead {
	padding-top: 150px; /* изначально */
}
body {
	padding-top: 150px; /* изначально */
	margin: 0px !important;
}

body.home  {
	padding-top: 0px; /* изначально */
}
.video-background video{
	width: 100%;
}
.video-background {
	position: relative;
	width: 100%;
	height: 1000px; /* высота блока */
	overflow: hidden;
}


.video-background:before{
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(286.58deg, rgba(0, 0, 0, 0) 54.5%, rgba(0, 0, 0, 0.322) 85.87%),
	linear-gradient(179.02deg, rgba(0, 0, 0, 0) 67.22%, rgba(0, 0, 0, 0.322) 95.89%),
	linear-gradient(266.13deg, rgba(0, 0, 0, 0) 33.41%, rgba(0, 0, 0, 0.322) 70.82%);

}
.video-background video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	z-index: 1;
	object-fit: cover;
}

.video-background .content {
	position: relative;
	z-index: 3;
	color: white; /* пример стиля для текста */
	padding: 20px;
	width: 100%;
}
.bigbanerhead {
	margin-top: 500px;
	font-family: Loos ExtraWide;
	font-weight: 500;
	font-style: Medium;
	font-size: 68px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	cursor: default;

}
.site-header.on-target .blueheadermenu{
	background: #0000001F;
}
.site-header.on-target .custom-logo{
	filter: brightness(500);
}
.site-header.on-target{
	background: none;
	box-shadow: none !important;
}

.portfolioTabs{
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 20px;
	margin-bottom: 40px;
	justify-content: space-between;
}
.portfolioTab.active{
	color: white;
	background: #4B68FF;
}
.portfolioTab{
	cursor: pointer;
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	background: #F6F6F6;
	border-radius: 50px;
	padding: 15px 25px;
	transition: 0.3s;
}
.portfolioItems{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
/* 	margin-bottom: 230px; */
}
.portfolioItem{
	width: 32.3%;
	padding: 20px;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: #4762EF0D;

}
.portfolioItemImage{
	border-radius: 15px;
	height: 224px;
	overflow: hidden;
}
.portfolioItemImage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portfolioItemText{
	display: flex;
	gap: 20px;
	flex-grow: 1;
}
.portfolioItemTitle{
	border-radius: 15px;
	padding: 25px 30px;
	font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	background: white;
	display: flex;
	align-items: center;
}
.portfolioItemLink svg{
	width: 35px;
	height: 35px;
	transition: all 0.5s;
}
.portfolioItemLink svg path {
	transition: all 0.5s;
	stroke: #4B68FF !important;
	stroke-width: 5px;
}
.portfolioItemLink{
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 114px;
	flex: 0 0 114px;
	background: white;
	transition: all 0.5s;
}
.portfolioItemLink:hover {
	background: #4B68FF;
}
.portfolioItemLink:hover svg {
	transform: rotate(45deg);
}
.portfolioItemLink:hover svg path {
	stroke: #FFFFFF !important;
}
.teamswitch{
	display: flex;
	border: 1px solid #BDBDBD;
	padding: 7px;
	border-radius: 50px;
	margin-bottom: 50px;
	width: fit-content;
}
.teamSwitchItem{
	transition: 0.3s;font-family: Suisse Intl;
	font-weight: 450;
	font-style: Book;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	border-radius: 50px;
	padding: 15px 25px;
	cursor: pointer;
}
.teamSwitchItem.active{
	color: white;
	background: #4B68FF;

}
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
}
.popup-overlay.show{
	display: block;
}
.popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	border-radius: 30px;
	max-width: 1478px;
	width: 90%;
	overflow: hidden;
	padding: 30px;
}
.popupContacts{
	display: flex;
	gap: 50px;
}
.hpopup{
	font-family: Loos ExtraWide;
	font-weight: 500;
	font-style: Medium;
	font-size: 48px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: white;
	margin-bottom: 50px;
}
.popupContact{
	padding: 20px 40px;
	background: #ffffff24;
    backdrop-filter: blur(15px);
	border-radius: 30px;
	border: 1px solid #BDBDBD;
	width: calc(33% - 33px);
}
.popuplogo{
	filter: brightness(17);
	position: absolute;
	top: 80px;
	right: 80px;
	opacity: 0.5;
	display: none;
}
.popupContactTitle{
	font-family: Suisse Intl;
	font-weight: 400;
	font-style: Regular;
	font-size: 17px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 20px;
}
.popupContactText a,
.popupContactText{
	font-family: Suisse Intl;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFFFFF;

}
.popup-content img.popupBack{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	left: 0;
	top: 0;
}
.popup-close {
	
	position: absolute;
	right: 20px;
	top: 0px;
	color: white;
	font-size: 42px;
	cursor: pointer;
}

.popup-open {
	padding: 10px 20px;
	background: #007cba;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.mobileburger{
	display: none;
}
.footerfirstline .main-navigation{
	flex-grow: 1;
	display: flex !important;
	justify-content: end;
	margin-right: 30px;
	margin-top: 14px;

}
.langlist a{
	display: block;
	color: black;
}
.langlist{
	display: flex;
	flex-direction: column;
	position: absolute;    background: white;
    padding: 20px;
    border-radius: 20px;
    gap: 10px;
}
.langblock{
	position: relative;
}
.teamTab-popup {
	cursor: pointer;
	transition: all 0.5s;
}
.teamTab-popup svg path {
	transition: all 0.5s;
}
.teamTab-popup:hover {
	background: #4B68FF;
	color: #FFFFFF;
}
.teamTab-popup:hover svg path {
	stroke: #FFFFFF !important;
}
.teamTab.active {
	transition: all 0.5s;
}
.teamTab.active:hover {
	background: #4154b8;
	text-decoration: none;
}
.popup__bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 10;
	display: none;
}
.popupCall {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 838px;
	width: 100%;
	z-index: 11;
	background: #EDEFFD;
	border-radius: 35px;
	padding: 35px;
	display: none;
}
.popupCall__inner {
	position: relative;
}
.popupCall__close {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.popupCall__title {
	font-family: Loos ExtraWide;
	font-weight: 500;
	font-size: 48px;
	line-height: 125%;
	color: #000000;
	margin-bottom: 35px;
}
.popupCall__form {
	width: 100%;
}
.popupCall__form form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.popupCall__inp {
	width: 100%;
	background: #F6F6F6;
	border: none !important;
	border-radius: 100px !important;
	padding: 26px 35px !important;
	font-family: Suisse Intl;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #000000 !important;
}
.popupCall__inp::placeholder {
	font-family: Suisse Intl;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #000000B2 !important;
}
.popupCall__btn {
	border: none !important;
	border-radius: 100px !important;
	padding: 26px 35px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-family: Suisse Intl;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #FFFFFF;
	background: #4B68FF;
	cursor: pointer;
}
.popupCall__btn:disabled {
	opacity: .5;
    cursor: not-allowed;
}
.input__wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}
 
.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
 
.input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #fff;
}
 
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}
 
.input__file-button {
  font-family: Suisse Intl;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  width: fit-content;
  padding-right: 20px;
  max-width: 290px;
  height: 60px;
  background: #4B68FF;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 100px;
  cursor: pointer;
/*   margin: 0 auto; */
}
.popupCall__agree {
	color: #000000;
	display: flex;
	gap: 10px;
}
.popupCall__agree p {
	margin: 0px;
}
@media (max-height: 950px) {
	.minh2 {
		font-size: 40px;
		margin-bottom: 35px;
	}
	.teamCard {
		height: 490px;
	}
	.bigh2 {
		font-size: 50px;
	}
	.product-title {
		font-size: 30px;
	}
	.otrasl-title {
		margin-top: 50px;
	}
	.aboutcompany .bigh2 {
		margin-bottom: 30px;
		font-size: 50px;
	}
	.aboutcompany {
		margin-bottom: 45px;
	}
	.aboutadvtitle {
		font-size: 48px;
	}
	.featureCardIcon {
		height: 180px;
	}
}

@media(max-width: 1720px){
	.featureCardTitle {
		font-size: 26px;
	}
	.teamblock{
		margin-left: auto;
		margin-right: auto;
/* 		width: 1240px; */
	}
	.portfolioItem {
		width: 32.1%;
	}
}
@media(max-width: 1500px){
	h1.entry-title {
		font-size: 48px;
	}
	.teamSwitchItem {
		font-size: 18px;
		padding: 15px;
	}
	.team {
/* 		margin-bottom: 60px; */
	}
	.main-navigation ul a {
		font-size: 16px;
	}
	.langimg {
		width: 30px;
		height: 30px;
	}
	.langbtn {
/* 		height: 45px; */
	}
	.blueheadermenu {
		height: 45px;
	}
	.custom-logo-link {
		width: 150px;
	}
	.aboutcompany {
		margin-bottom: 60px;
	}
	.bigh2 {
		font-size: 40px;
	}
	.aboutcompany .bigh2 {
		margin-bottom: 30px;
		font-size: 40px;
	}
	.aboutadvtitle {
		font-size: 32px;
	}
	.container {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0px 30px;
	}
	.aboutadvtext {
		font-size: 24px;
	}
	.hpopup {
/* 		margin-bottom: 80px; */
	}
	.popupContact {
		padding: 25px;
	}
	.video-background {
		height: 600px;
	}
	.bigbanerhead {
		margin-top: 300px;
		font-size: 44px;
	}
	.featureCardTitle {
		font-size: 18px;
	}
	.sector-text {
		font-size: 18px;
	}
	.sector-arrow {
		width: 55px;
		height: 72px;
		flex: 0 0 55px;
	}
	.sector-arrow img {
		width: 40%;
	}
	.features{
/* 		max-width: 800px; */
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
/* 		margin-bottom: 60px; */
	}
	.minh2 {
		font-size: 40px;
		margin-bottom: 50px;
	}
	.product-title {
		font-size: 24px;
		max-width: 265px;
	}
	.products-grid {
		margin-bottom: 60px;
	}
	.product-icon {
		width: 70px;
		margin-bottom: 20px;
	}
	.featureCard{        
		width: 252px;
		padding: 30px 15px 50px 15px;
	}
	.featureCardText p {
		font-size: 16px;
	}
	.featureCardIcon {
		height: 140px;
	}
	.sectors-grid{
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
/* 		margin-bottom: 60px; */
	}
	.teamCard {
		height: 370px;
		padding: 25px;
	}
	.teamCardHover {
		height: 370px;
		padding: 25px;
	}
	.teamName {
		font-size: 20px;
	}
	.teamPost {
		font-size: 12px;
	}
	.teamText {
		font-size: 16px;
	}
	.sector-card{
		width: 32.6%;
		gap: 10px;
		padding: 15px;
	}
	.mainConts{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.mainContItem{
		width: 32.6%;
		padding: 15px;
	}
	.mainContItem svg {
		margin-right: 10px;
	}
	.mainContItem, .mainContItem a {
		font-size: 16px;
	}
	.footerblock {
		margin-top: 60px;
	}
	.mainProjImg{

		flex: 0 0 280px;
		width: 280px;
	}
	.mainProjText {
		padding: 15px;
	}
	.mainProjTitle {
		font-size: 17px;
	}
	.mainProjHead {
		font-size: 20px;
	}
	.mainProjBtn {
	    width: 81px;
    	flex: 0 0 81px;
	}
	.mainPtojs {
/* 		margin-bottom: 60px; */
		gap: 10px;
	}
	.mainProj {
		padding: 15px;
	}
	.container-height-contact.container-height {
		padding: 0px 30px;
	}
	.portfolioTab {
		font-size: 17px;
		padding: 15px;
	}
	.portfolioTabs {
		gap: 20px;
	}
	.portfolioItems {
		gap: 10px;
		margin-bottom: 60px;
	}
	.portfolioItem {
		width: 32.6%;
	}
	.portfolioItemTitle {
		font-size: 16px;
		padding: 15px;
	}
	.portfolioItemLink {
		width: 55px;
		flex: 0 0 55px;
	}
}
@media (max-height: 690px) and (max-width: 1920px) {
	.aboutcompany {
		margin-bottom: 30px;
	}
	.aboutcompany .bigh2 {
		margin-bottom: 20px;
		font-size: 32px;
	}
	.aboutadvtitle {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.aboutadvtext {
		font-size: 20px;
	}
	.featureCard {
		padding: 25px 15px;
	}
	.featureCardText p {
		font-size: 14px;
	}
	.featureCardTitle {
		font-size: 16px;
	}
	.featureCardIcon {
		height: 100px;
	}
	.minh2 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.products-grid {
		margin-bottom: 30px;
	}
	.sector-arrow svg {
		width: 30px;
	}
	.product-title {
		font-size: 20px;
	}
	.product-icon {
		width: 55px;
	}
	.teamTab {
		font-size: 16px;
		padding: 5px 15px;
	}
	.teamList--arrow {
		width: 35px !important;
		height: 35px !important;
	}
	.teamList {
		margin-top: -76px !important;
	}
	.teamList--nav {
		margin-bottom: 20px !important;
	}
	.teamText {
		font-size: 13px;
	}
	.teamCard {
		height: 340px;
	}
	.teamCardHover {
		height: 340px;
	}
	.mainProjTitle {
		font-size: 15px;
	}
	.mainProjHead {
		font-size: 17px;
	}
	.mainProjText {
		padding: 10px;
	}
	.mainProjImg {
		height: 62px;
	}
	.blueheadermenu {
		height: 35px;
	}
	.langbtn {
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
	.main-navigation ul a {
		font-size: 14px;
	}
	.bigh2 {
		font-size: 32px;
	}
}
@media (max-height: 600px) and (max-width: 1920px) {
	.mainProj {
		padding: 10px;
	}
	.mainProjImg {
		flex: 0 0 220px;
		width: 220px;
		height: 55px;
	}
	.mainProjTitle {
		font-size: 13px;
	}
	.mainProjHead {
		font-size: 15px;
	}
	.teamCard {
		height: 320px;
	}
	.teamCardHover {
		height: 320px;
	}
}
@media(max-width: 1400px){
	.portfolioItems{
		justify-content: center;
	}
	.portfolioItem {
		width: 480px;
	}
}
@media(max-width: 1300px){

	.teamblock{
/* 		width: 820px; */
	}
	.popup-content {
		padding: 50px;
	}
	.popupContactText a, .popupContactText {
		font-size: 18px;
	}
	.popupContacts {
		gap: 25px;
	}
	.popupContact {
		width: calc(33% - 16.6px);
	}
}
@media(max-width: 1200px){
	.teamCardHover .teamPost {
		margin-bottom: 15px;
	}
	.teamText {
		font-size: 12px;
	}
	.aboutadvtitle {
		font-size: 42px;
	}
	.video-background
	{
		height: 400px;
	}
	.bigbanerhead {
		margin-top: 150px;
		font-size: 39px;
	}
	.main-navigation ul {
		gap: 15px;
	}
/* 	.mainPtojs{
		align-items: center;
	}
	.mainProj {
		flex-wrap: wrap;
		width: 600px;
	}
	.mainProjImg{
		width: 100%;
		flex: 0 0 100%;
	} */
/* 	.mainProjBtn svg {
		margin-left: 0px;
		margin-right: 0px;
	}
	.mainProjBtn {
		flex: 0 0 100px;
	}
	.mainProjText{
		flex: 0 0 calc(100% - 120px);
	} */
}
@media (max-width: 1100px) {
	.aboutcompany .bigh2 {
		font-size: 32px;
	}
	.aboutadvtitle {
		font-size: 32px;
	}
	.aboutadvtext {
		font-size: 22px;
	}
	.aboutcompany {
		margin-bottom: 35px;
	}
	.featureCard {
		padding-bottom: 30px;
	}
	.popupCall {
		max-width: 600px;
	}
	.popupCall__title {
		font-size: 32px;
	}
	.popupCall__inp {
		font-size: 18px;
	}
	.input__file-button {
		font-size: 18px;
	}
	.popupCall__inp::placeholder {
		font-size: 18px;
	}
	.popupCall__btn {
		font-size: 18px;
	}
	.portfolioItem {
		width: 49%;
	}
	.featureCard {
		width: 24%;
	}
	.featureCardTitle {
		font-size: 14px;
	}
	.featureCardText p {
		font-size: 12px;
		line-height: 125%;
		margin-bottom: 0px;
	}
	.featureCardText {
		height: 60px;
	}
	.minh2 {
		margin-top: 0px;
		font-size: 32px;
		margin-bottom: 35px;
	}
	.bigh2 {
		font-size: 32px;
	}
	.teamTab {
		font-size: 16px;
		padding: 6px 15px;
	}
	.teamCard {
		height: 320px;
	}
	.teamCardHover {
		height: 320px;
	}
	.mainProjHead {
		font-size: 17px;
	}
	.mainProjTitle {
		font-size: 14px;
	}
	.mainProjText {
		padding: 10px;
	}
	.mainProjImg {
		width: 200px;
		flex: 0 0 200px;
	}
	.featureCard {
		padding-bottom: 20px;
	}
	.sector-text {
		font-size: 14px;
	}
}
@media (max-width: 1024px) {
	.container-height {
		height: auto;
		padding: 60px 20px;
	}
	.video-background.container-height {
		height: 400px;
	}
}
@media(max-width: 992px){
	.mainContItem {
		width: 32.3%;
	}
	.teamCard.slick-active .teamCardHover{
		opacity: 1;
	}
	.popupContacts{
		justify-content: center;
		flex-wrap: wrap;
	}
	.popupContact {
		width: 300px;
	}
	.popuplogo {
		top: 40px;
		right: 40px;
	}
	.hpopup {
		font-size: 40px;
		margin-bottom: 29px;
	}
	.mainProjHead {
		font-size: 16px;
	}
	.mainProjTitle{
		font-size: 14px;
	}
	.aboutadvtext{
		font-size: 16px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.aboutadvtitle{
		font-size: 22px;
	}
	.aboutadvs{
		flex-wrap: wrap;
	}
	.product-title {
		font-size: 24px;
	}
	.main-navigation ul a {
		font-size: 15px;
	}
	.blueheadermenu {
		gap: 25px;
	}
	.bigbanerhead {
		font-size: 28px;
	}
	.bigh2 {
		font-size: 48px;
	}
	.featureCardIcon {
		height: 133px;
	}
	.featureCard {
		padding: 39px 25px 47px 25px;
	}
	.site-header.on-target .custom-logo{
/* 		width: 140px; */
	}
	.footerfirstline .main-navigation{
		order: 10;
		width: 100%;  justify-content: center;
		margin-right: 0px;
		justify-content: center;
	}
	.footerfirstline{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	h1.entry-title {
		font-size: 40px;
	}
	.portfolioTab {
		font-size: 20px;
	}
	.portfolioTabs {
		column-gap: 20px;
	}
}
@media (max-width: 950px) {
	.featureCard {
		width: 49%;
	}
	.featureCardText {
		height: 45px;
	}
	.featureCardTitle {
		font-size: 18px;
	}
	.featureCardText p {
		font-size: 16px;
	}
	.sector-card {
		width: 49%;
	}
	.sector-text {
		width: 100%;
	}
	.bigh2 {
		font-size: 32px;
	}
	.minh2 {
		font-size: 32px;
	}
	.teamCard {
        aspect-ratio: 1 / 1.4;
		height: auto;
	}
	.teamCardHover {
		height: 100%;
	}
}
@media(max-width: 880px){

	.teamblock {
		width: 400px;
	}
}
@media(min-width: 767px){
	.main-navigation{
		display: block !important;
	}
}
@media(max-width: 767px){
	.portfolioItem {
		width: 100%;
	}
	.popuplogo img{
		width: 149px;
		height: 30px;
	}
	.hpopup {
		font-size: 24px;
		margin-top: 80px;
		margin-bottom: 30px;
	}
	.popupContactTitle {
		margin-bottom: 17px;
		font-size: 16px;
	}
	.popup-content{
		padding: 30px;
	}
	.popuplogo{
		top: 30px;
		left: 30px;
	}
	.portfolioItems{
		margin-bottom: 50px;
	}
	.portfolioItemTitle {
		padding: 10px;
		font-size: 16px;
		display: flex;
		align-items: center;
	}
	.portfolioItemLink {
		width: 76px;
		min-height: 76px;
		flex: 0 0 76px;
	}
	.portfolioItemImage {
		height: 140px;
	}
	body {
		padding-top: 110px;
	}
	.portfolioTabs {
		column-gap: 10px;
		row-gap: 10px;
	}
	.portfolioTab {
		font-size: 16px;
		padding: 10px 20px;
	}
	h1.entry-title {
		font-size: 24px;
		text-align: center;
	}
	.aboutadvs{		
		justify-content: center;
	}
	.aboutadv{
		width: 100%;
	}
	.bigbanerhead {
		margin-top: 250px;
		font-size: 26px;
	}
	.video-background .content{
		padding: 0;
	}
	.container {
		margin-left: 10px;
		margin-right: 10px;
	}    
	.teamblock {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}
	.bigh2 {
		font-size: 24px;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
	.aboutcompany{
		margin-bottom: 50px;
	}
	.aboutadvs{
		margin-top: 40px;
		gap: 40px;
	}
	.featureCardTitle {
		font-size: 20px;
	}
	.featureCardText {
		font-size: 16px;
	}
	.featureCard {
		padding: 30px 25px 40px 25px;
	}
	.features{
/* 		margin-bottom: 50px; */
	}
	.minh2{
		font-size: 22px;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
	.products-grid{
		margin-top: 40px;
		flex-wrap: wrap;
		gap: 30px;
	}
	.product-item{
		width: 100%;
	}
	.product-icon{
		margin-bottom: 20px;s
	}
	.products-grid{
/* 		margin-bottom: 50px; */
	}
	.sectors-grid{
		margin-top: 40px;
	}
	.sector-text{
		font-size: 20px;
		flex-grow: 1;
	}
	.sectors-grid{
/* 		margin-bottom: 50px; */
	}
	.team{
		margin-top: 40px;
/* 		margin-bottom: 50px; */
	}
	.teamName {
		font-size: 20px;
	}
	.teamCardHover {
/* 		width: 300px; */
		padding: 30px;
/* 		height: 400px; */
	}
	.teamList ul li {
		display: flex;
		justify-content: center;
	}
	.teamCard {
/* 		width: 300px !important; */
		padding: 30px;
/* 		height: 400px; */
	}
	.teamPost{
		font-size: 14px;
	}
	.teamText {
		font-size: 12px;
	}
	.teamList--nav {
		gap: 10px !important;
	}
	.teamTabs {
		gap: 10px;
	}
	.mainPtojs{
		margin-top: 40px;
/* 		margin-bottom: 50px; */
	}
	.mainProj {
		flex-wrap: wrap;
		width: 100%;
	}
	.mainProjText {
		padding: 10px;
	}
	.mainProjBtn {
		flex: 0 0 76px;
	}
	.mainProjText {
		flex: 0 0 calc(100% - 96px);
	}
	.mainCont{
		margin-top: 40px;
	}
	.mainContItem, .mainContItem a{
		font-size: 20px;
	}
	.mainContItem{
		width: 386px;
	}
	.footerblock{
		margin-top: 50px;
	}
	.mainConts{
		gap: 30px;
	}
	.mobileburger{
		display: flex;
	}
	.blueheadermenu .langtext{
/* 		display: none; */
	}
	.main-navigation{
		order: 50;
		width: 100%;	
	}
	.blueheadermenu{
		justify-content: space-between;
		height: inherit;
		padding: 10px;
		flex-wrap: wrap;
		gap: 15px;
		border-radius: 17px;
		width: 120px;
	}
	.custom-logo-link {
		width: auto;
		height: 50px;
	}
	.blueheadermenu .langbtn {
		padding-left: 0px;
		padding-right: 0px;
		height: 30px;
	}
	.main-navigation ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}
	.main-navigation{
		display: none;
	}
	.flexheader {
		align-items: start;
		margin-top: 20px;
	}
	.mobileburger .svgburger{
		transition: 0.3s;
	}
	.mobileburger .birgercross{
		opacity: 0;
		position: absolute;
		transition: 0.3s;
	}

	.mobileburger{
		cursor: pointer;
	}
	.mobileburger.open .svgburger{
		opacity: 0;
	}
	.mobileburger.open .birgercross{
		opacity: 1;
	}
	.footerblock{
		padding: 30px;
		padding-bottom: 50px;
	}
	.logofooter{
		width: 146px;
		height: 31px;
	}
	.footersecondline > div, .footersecondline a{
		font-size: 16px;
	}
	.footersecondline{
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}
	.teamswitch{
		margin-left: auto;
		margin-right: auto;
	}
	.teamSwitchItem {
		font-size: 16px;
	}
	.mainProjImg {
		width: 100%;
		flex: 0 0 100%;
	}
	.mainProjImg img {
		max-width: 100%;
	}
}
@media (max-width: 600px) {
	.input__file-button {
		height: 52px;
	}
	.teamCard:hover .teamCardHover {
		opacity: 0;
	}
	.teamCard.is-open .teamCardHover {
		opacity: 1;
	}
	.popupCall {
		padding: 20px;
		border-radius: 25px;
		max-width: 90%;
	}
	.popupCall__inp {
		padding: 15px 20px !important;
	}
	.popupCall__btn {
		padding: 15px 20px !important;
	}
	.popupCall__title {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.custom-logo-link {
		height: 25px;
		margin-top: 5px;
	}
	.site-header.sticky .flexheader {
		margin: 8px 0px;
	}
	footer .custom-logo-link {
		margin-top: 10px;
		height: 25px;
	}
	.custom-logo-link img {
		width: auto;
		height: 100%;
	}
	footer .custom-logo-link img {
		padding: 0px;
	}
	.footerblock {
		padding: 20px;
	}
	.langbtn {
		gap: 8px;
	}
	.container {
		padding: 0px 20px;
	}
	.featureCard {
		width: 100%;
	}
	.features {
		gap: 20px;
	}
	.product-title {
		font-size: 20px;
	}
	.sector-card {
		width: 100%;
	}
	.teamTab {
		font-size: 16px;
		padding: 8px;
	}
	.teamList ul li {
		justify-content: flex-start;
	}
	.teamCard {
		width: 100% !important;
	}
	.teamCardHover {
		width: 100%;
	}
	.featureCardIcon {
		height: 100px;
	}
	.featureCardIcon img {
		width: auto;
		height: 70%;
	}
	.featureCard:nth-child(3) .featureCardIcon img {
		height: 70%;
	}
	.aboutadvtext {
		font-size: 20px;
	}
	.aboutadvtitle {
		font-size: 26px;
	}
	.bigh2 {
		font-size: 28px;
	}
	.minh2 {
		font-size: 28px;
	}
	.product-icon {
		width: 50px;
		margin-bottom: 20px;
	}
	.products-grid {
		gap: 60px;
	}
	.blueheadermenu {
		width: 90px;
		padding: 5px 10px;
		border-radius: 12px;
	}
	.langimg {
		width: 25px;
		height: 25px;
	}
	.blueheadermenu .langbtn {
		height: 25px;
	}
	.aboutcompany {
		margin-bottom: 50px 0px;
	}
	.features {
/* 		margin-bottom: 125px; */
	}
	.products-grid {
		margin-top: 0px;
	}
	.sectors-grid {
		margin-top: 0px;
	}
	.team {
		margin-top: 0px;
	}
	.mainPtojs {
		margin-top: 0px;
	}
	.footerblock {
		padding: 20px 0px;
	}
	.container-team {
		padding: 0px;
		margin: 0px;
	}
	.teamTabs {
		padding: 0px;
	}
	.teamList ul li {
		max-width: 300px;
	}
	.container-height {
		margin: 60px 10px;
		padding: 0px;
		width: calc(100% - 20px);
	}
	.video-background.container-height {
		margin: 0px;
		width: 100%;
	}
	.bigh2, .minh2 {
		margin-bottom: 45px;
	}
	.aboutadvs {
		gap: 60px;
	}
	.mainProj {
		width: 100%;
	}
	.mainProjImg {
		width: 100%;
		flex: 0 0 100%;
	}
	.mainProjImg img {
		width: 100%;
		max-width: 100%;
	}
	.mainCont {
		margin-top: 0px;
	}
	.container-height-contact.container-height {
		padding: 0px;
	}
	.mainContItem {
		width: 100%;
	}
	h1.entry-title {
		font-size: 28px;
	}
	.portfolioItems {
		margin-bottom: 0px;
	}
	.mainProjBtn svg {
		width: 24px;
		height: 24px;
	}
	.portfolioItemLink svg {
		width: 24px;
		height: 24px;
	}
	.sector-arrow svg {
		width: 24px;
		height: 24px;
	}
	footer .main-navigation ul {
		flex-direction: row;
		justify-content: space-between;
		margin-top: 20px;
	}
	.footersecondline {
		flex-direction: row;
	}
	.footersecondline > div, .footersecondline a {
		font-size: 12px;
	}
	footer .container {
		padding: 0px;
	}
	.menu-menu-1-container {
		width: 100%;
	}
	.bigbanerhead {
		font-size: 22px;
	}
	.mainProjTitle {
		font-size: 13px;
	}
	.mainProjHead {
		font-size: 15px;
	}
	.portfolioItemTitle {
		font-size: 15px;
		width: 100%;
	}
}
/* @media (min-width: 500px) and (max-width: 767px) {
  .my-slider .uk-slider-items > * {
    width: 50% !important;
  }
} */