/*!
Theme Name: stiltsoft_theme
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stiltsoft_theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

stiltsoft_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @font-face {
 	font-family: 'Mabry Pro';
 	src: url('../../../assets/fonts/MabryPro-Light.eot');
 	src: url('../../../assets/fonts/MabryPro-Light.eot?#iefix') format('embedded-opentype'),
 	url('../../../assets/fonts/MabryPro-Light.woff2') format('woff2'),
 	url('../../../assets/fonts/MabryPro-Light.woff') format('woff'),
 	url('../../../assets/fonts/MabryPro-Light.ttf') format('truetype');
 	font-weight: 300;
 	font-style: normal;
 	font-display: swap;
 }

 @font-face {
 	font-family: 'Mabry Pro';
 	src: url('../../../assets/fonts/MabryPro-Bold.eot');
 	src: url('../../../assets/fonts/MabryPro-Bold.eot?#iefix') format('embedded-opentype'),
 	url('../../../assets/fonts/MabryPro-Bold.woff2') format('woff2'),
 	url('../../../assets/fonts/MabryPro-Bold.woff') format('woff'),
 	url('../../../assets/fonts/MabryPro-Bold.ttf') format('truetype');
 	font-weight: bold;
 	font-style: normal;
 	font-display: swap;
 }


 html {
 	line-height: 1.15;
 	-webkit-text-size-adjust: 100%;

 	scroll-behavior: smooth;
 	overflow-y: scroll;
 	overflow-x: hidden;
 	font-family: 'Mabry Pro';

 }



/* Sections
========================================================================== */
/* Google reaptcha hide */
.grecaptcha-badge { visibility: hidden; }

/**
 * Remove the margin in all browsers.
 */
 body {
 	margin: 0;
 	overflow-x: hidden;
 }

/**
 * 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;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	margin: 0;
 	padding: 0;
 }

 textarea {
 	resize: none;
 }
 input,
 select,
 button,
 textarea {
 	outline: none;
 }

 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
 	vertical-align: middle;
 }
 ul,
 li,
 a {
 	padding: 0 0;
 	margin: 0;
 	list-style-type: none;
 	color: #333;
 	text-decoration: none;
 }
 ul:hover,
 li:hover,
 a:hover {
 	text-decoration: none;
 	color: #333;
 }
 :focus-visible {
 	outline: none;
 }
 input[type="search"]::-webkit-search-decoration,
 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-results-button,
 input[type="search"]::-webkit-search-results-decoration {
 	display: none; 
 }
 
/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
 	box-sizing: content-box;
 	height: 0;
 	overflow: visible;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 pre {
 	font-family: monospace, monospace;
 	font-size: 1em;
 }

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
 a {
 	background-color: transparent;
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
 	border-bottom: none;
 	text-decoration: underline;
 	text-decoration: underline dotted;
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 code,
 kbd,
 samp {
 	font-family: monospace, monospace;
 	font-size: 1em;
 }

/**
 * Add the correct font size in all browsers.
 */
 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
 img {
 	border-style: none;
	pointer-events:none;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit;
 	font-size: 100%;
 	line-height: 1.15;
 	margin: 0;
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 button,
 input {
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
 	text-transform: none;
 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 }

/**
 * Remove the inner border and padding in Firefox.
 */
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

/**
 * Correct the padding in Firefox.
 */
 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
 legend {
 	box-sizing: border-box;
 	color: inherit;
 	display: table;
 	max-width: 100%;
 	padding: 0;
 	white-space: normal;
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
 progress {
 	vertical-align: baseline;
 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
 [type="checkbox"],
 [type="radio"] {
 	box-sizing: border-box;
 	padding: 0;
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
 [type="search"] {
 	-webkit-appearance: textfield;
 	outline-offset: -2px;
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 ::-webkit-file-upload-button {
 	-webkit-appearance: button;
 	font: inherit;
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
 details {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */
 summary {
 	display: list-item;
 }

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
 template {
 	display: none;
 }

/**
 * Add the correct display in IE 10.
 */
 [hidden] {
 	display: none;
 }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	/*color: #800080;*/
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	/*width: 100%;*/
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo images. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*============================================*/



.container{
	/*max-width: 1470px;*/
	max-width: 1230px;
	
	/*max-width: 1366px;*/
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}

/*#main,*/
#primary {
	/*max-width: 1470px;*/
	/*max-width: 1230px;*/

	/*max-width: 1366px;*/
	/*margin: 0 auto;*/
	/*padding: 0 15px;*/
	height: 100%;
	/*padding-bottom: 96px;*/

	/*background: #fafbfc;*/
}
.archive.woocommerce-page #main,
.archive.woocommerce-page #primary{
	max-width: 100%;
	padding: 0 0px;
}

.archive.woocommerce-page .mag-wr  {
/*	max-width: 1630px;
	 
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;*/
	max-width: 1470px;

	margin: 0 auto;
	padding: 0 15px;
}


.lazy{
	opacity: 0;
	filter: blur(50px);
	/* this is needed so Safari keeps sharp edges */
	transform: scale(1);
	transition: opacity 1s linear;
}
img:not(.lazy){
	opacity: 1;

	transition: opacity 1s linear;
	transform: scale(1);
}
/*.home #main,*/
.home  #primary, 
.page-template-page-servis #primary,
/*.woocommerce-shop #primary,*/
.page-template-page-kafe #primary {
	padding: 0;
	max-width: none;
	padding-bottom: 0;

	/*background: #fafcfc;*/
}
#primary .woocommerce-page{
	padding: 0;
	max-width: none;
	padding-bottom: 0;
}
.header-wr{
	/*height: 80px;*/
}
.home  #breadcrumbs{
	display: none;
}


.home #masthead{

	
}
.home .header-l1 {
	/*background: none;*/
	/*background: transparent;*/
}
.home .header-l1   li   a{
	/*color: #ffffff;*/
}
.home  .topmen  .header-l1 #primary-menu > li > a{
	/*color: #000000;*/
}
.header-l2{
	display: none;
}
#masthead {
	/*height: 80px;*/
}
.topmen .header-l1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	transition: all 0.3s;
	/*transition: all 4s;*/
	/* background: #0247a2; */
	box-shadow: 0px 3px 4px rgb(0 0 0 / 10%);
	/*background: #FFFFFF;*/
}


.mone{
	background: url(../../../assets/images/legacy/backgrounds/bg1.png) no-repeat center;
	/*background: #444;*/
	/*height: 80vh;*/
	/*height: 100vh;*/

	height: 965px;
	/*min-height: 640px;*/


	/*padding-top: 14vh;*/

	position: relative;

	overflow: hidden;

	/*padding-bottom: 96px;*/

	/*margin-top: -80px;*/
	background-size: auto;
}
.blog .mone,
.archive.category .mone{
	/*,single-post .mone{*/
		padding-top: 110px;
	}
	.single-post .mone{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.single-post .entry-content{
		margin: 0 auto;
		max-width: 750px;


		padding-bottom: 100px;

		position: relative;

		padding-top: 110px;
	}
	.single-post #primary > article.type-post {
		padding-bottom: 340px;
	}
	.entry-l1{
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		line-height: 45px;
		/* or 112% */

		text-align: center;

		color: #2D3748;

		margin-bottom: 50px;
	}
	.mone-bg__1{
		position: absolute;
		left: -65px;
		top: 46px;		

	}
	.mone-bg__2{
		position: absolute;
/*		left: 230px;*/
    	top: 440px;
	}
	.mone-bg__3{
		position: absolute;
		right: -40px;
		top: 208px;	
	}
	.mone-bg__4{
		position: absolute;
		right: 0;
		top: 230px;	
	}
	.mone-bg__5{
		position: absolute;
		right: 90px;
		top: 540px;
	}
	.mone-bg__6{
		position: absolute;
		left: 42px;
		top: 60px;	

		width: auto;
		max-width: initial;
	}
	.mone-bg__7{
		position: absolute;
		left: -92px;
		top: 382px;	
	}
	.mone-bg__8{
		position: absolute;
		right: 194px;
		top: 58px;	
	}
	.mone-bg__9{
		position: absolute;
		right: 760px;
		bottom: 100px;

		transform: scale(0.3) !important;
	}
	.mone-bg__99{
		display: none;
	}
	.mone-bg__10{
		position: absolute;
		left: 600px;
		bottom: 170px;

		border-radius: 100px;
		background: #FF0B53;
		overflow: hidden;

		height: 23px;
		width: 23px;

	}

	.mone-bg__11{
		position: absolute;
		top: 0;
		left: -640px;
	}
	.mone-bg__11 img{
		max-width: none;
	}

	.mone2 .mone-l1{
		/*font-size: 38px;*/
	}
	.mone-bg__12{
		position: absolute;
		left: 350px;
		top: 360px;
	}
	.mone-bg__121{
		position: absolute;
		left: 570px;
		top: 180px;
	}
	.mone-bg__13{
		position: absolute;
		right:  334px;
		top: 140px;
		display: none;
	}
	.mone-bg__14{
		position: absolute;
		left: 500px;
		bottom: 300px;
	}
	.mone-bg__15{
		position: absolute;
		right: 130px;
		bottom: 330px;
		left: auto;
		top: auto;
	}
	.mone-bg__16{
		position: absolute;
		left: 480px;
		top: 210px;
	}
	.mone-bg__17{
		position: absolute;
		right: 330px;
		bottom: 210px;
	}
	.mone-bg__18{

	}
	.mone-bg__19{

	}
	.mone-bg__20{

	}
	.mone-zv{
		width: 10px;
		height: 10px;


		background: #FFFFFF;
		border-radius: 100%;

		position: absolute;

	}
	.mone-zv:nth-child(1){
		top: 208px;
		left: 10%;
	}
	.mone-zv:nth-child(2){
		top: 410px;
		left: 35%;
	}
	.mone-zv:nth-child(3){
		bottom: 420px;
		left: 30%;
	}
	.mone-zv:nth-child(4){
		bottom: 380px;
		left: 15%;
	}
	.mone-zv:nth-child(5){
		bottom: 235px;
		left: 10%;
	}
	.mone-zv:nth-child(6){
		bottom: 340px;
		left: 52%;
	}
	.mone-zv:nth-child(7){
		top: 170px;
		right: 30%;

		display: none;
	}
	.mone-zv:nth-child(8){
		top: 380px;
		right: 20%;
	}
	.mone-l1{
		font-style: normal;
		font-weight: 700;
		font-size: 64px;
		line-height: 64px;
		/* identical to box height */


		color: #2D3748;

		position: relative;
		margin-bottom: 52px;
	}
	.home .mone-l1:after{
		content:  url(../../../assets/images/legacy/i8.svg);

		position: absolute;
		/* width: 100%; */
		/* top: 0; */
		/* left: 0; */
		right: 29%;
		z-index: 2;
		bottom: -46px;
	}
	.page-template-page-partners .mone-l1,
	.page-template-page-contact .mone-l1{
		margin-bottom: 30px;
		max-width: 530px;

		text-align: center;
	}
	.mone-l2{
		font-style: normal;
		font-weight: 300;
		font-size: 25px;
		line-height: 30px;
		/* or 120% */

		text-align: center;

		color: #2D3748;

		max-width: 530px;
	}
	.mone-btn{
		margin-top: 60px;
	}
	.mone-l2 b{
		font-weight: 700;
	}
	.mone-l3{

	}
	.mone-in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		-ms-flex-line-pack: stretch;
		align-content: center;
		height: 100%;
		position: relative;
		z-index: 2;
		-ms-flex-align: flex-start;
		-webkit-box-align: start;
		align-items: center;
		/* width: 40%; */
		/* width: 630px; */
		text-align: left;
		/* margin-right: auto; */
		margin-left: auto;
		/* padding-right: 3%; */
		margin-top: -100px;
	}
	.page-template-page-company .mone-in{
		width: 560px;

		-ms-flex-align: flex-start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.page-template-page-company  .mone-l2{
		text-align: left;
	}
	.page-template-page-company-new .mone-in{
		width: 560px;
		z-index: 2;
		-ms-flex-align: flex-start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.page-template-page-company-new  .mone-l2{
		text-align: left;
	}
	.mob-btn{
		display: none;
	}

	.header-l1-in{
		display: flex;
		-ms-flex-wrap: wrap;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		/*height: 48px; */
		/* height: 72px; */
		/*height: 64px; */
		/* border-bottom: 1px solid #BDBDBD; */
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main-navigation a{
		position: relative;


		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 20px;
		/* identical to box height */


		color: #2D3748;



		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 12px;
		padding-right: 12px;
		display: block;
		position: relative;
		transition: all 0.3s;


		/*color: #141414;*/

		/*padding-top: 12px;*/
		/*padding-bottom: 12px;*/



		text-align: center;

	}
	.main-navigation a:hover{
		/*background: #fff;*/
		color: #ff9e02;
	}
	.main-navigation li.current_page_item a {
		/*background: #fff;*/
		color: #ff9e02;
	}
	.main-navigation ul{
		list-style: none;
		margin: 0;
		padding-left: 0;
		display: flex;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		justify-content: space-between;
		-ms-flex-positive: 1;
		flex-direction: row;
		flex-grow: 1;
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		/*-webkit-justify-content: space-between;*/
		-ms-flex-pack: justify;

		justify-content: space-between;

		/*justify-content: space-evenly;*/


		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;

		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main-navigation li a:after{
		position: absolute;
		/*z-index: -1;*/
		right: 0;
		bottom: 0px;
		left: 0;
		content: '';
		width: 100%;
		height: 4px;
		background-color:  #ff9e02;
		-webkit-transform: scalex(0);
		-ms-transform: scalex(0);
		transform: scalex(0);
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}

	.main-navigation li:hover > a:after{
		-webkit-transform: scalex(1);
		-ms-transform: scalex(1);
		transform: scalex(1);
	}
	.site-branding{
		/*min-width: 117px;*/
		/*width: 322px;*/
		/*width: 120px;*/
		/*height: 46px;*/

		/*height: auto;*/
		min-width: 56px;
	}

	.menu-item-has-children {
		position: relative;
		display: flex;
		flex-direction: row;
		gap: 5px;
		align-items: center;
	}
	.menu-item-has-children:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 1px solid #2D3748;
		border-bottom: 1px solid #2D3748;
		transform: rotate( 
			45deg
			);
		transition: all 0.3s;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 10px;
	}
	.menu-item-has-children > a {
		padding-right: 24px;
	}
	.main-navigation .menu-item-has-children .sub-menu {
		width: 300px;
		flex-direction: column;
		background: rgba(255, 255, 255, 0.2);
		backdrop-filter: blur(10px);
		left: -10px;
		padding: 10px 10px 10px 10px;
		gap: 10px;
		display: none;
	}
	.main-navigation .menu-item-has-children:hover .sub-menu {
		display: flex;
	}
	.main-navigation .menu-item-has-children.disabled > a {
		pointer-events: none;
		cursor: pointer;
	}
	.main-navigation .menu-item-has-children .sub-menu li {
		width: 100%;
	}
	.main-navigation .menu-item-has-children .sub-menu li a {
		width: 100%;
		text-align: left;
		font-size: 18px;
		padding: 10px;
	}

	.header-l1{
		/*background: #F6F6F6;*/
		/*position: relative;*/
		z-index: 101;

		/*padding-top: 12px;*/

		/*padding-bottom: 12px;*/

		position: absolute;
		width: 100%;
		left: 0;
		top: 0;

		background: rgba(255, 255, 255, 0.2);
		box-shadow: 0px 8px 100px rgb(0 0 0 / 5%);
		/*-webkit-backdrop-filter: blur(20px);*/
		/*backdrop-filter: blur(20px);*/
	}

	.header-l1::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		pointer-events: none;
	}

	.btn-v1{
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 124.5%;
		/* or 22px */

		text-align: center;

		color: #FFFFFF;
		text-transform: uppercase;


		text-align: center;
		display: inline-block;
		cursor: pointer;

		padding: 22px 26px;
		background: #5358FC;
		box-shadow: 0px 0px 24px rgba(83, 88, 252, 0.67);
		border-radius: 4px;

		transition: all 0.3s;
	}
	.btn-v1:hover{
		/*background: #EFF3F6;*/
		color: #FFFFFF;
		box-shadow: 0px 0px 0px rgb(83 88 252 / 67%);
		/*color: #EA3E3E;*/
		/*background: #fee8e8;*/
	}

	.title-v1{
		font-style: normal;
		font-weight: 700;
		font-size: 48px;
		line-height: 124.5%;
		/* or 60px */

		text-align: center;

		color: #2D3748;
		margin: auto;
		margin-bottom: 94px;

		max-width: 820px;
	}
	.title-up{

		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 124.5%;
		/* or 31px */

		text-align: center;

		color: #FF9E02;
		text-transform: uppercase;
	}
	.sect{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.mtwo-i{
		display: flex !important;
		align-items: center;
		height: 100px;
		text-align: center;
		justify-content: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.mtwo .slick-dots {

	}
	.mtwo   .slick-dots li ,
	body .slick-dots li{
		background: #CCCCCC;
		width: 30px;
		height: 5px;
	}
	.mtwo    .slick-dots li button,
	body .slick-dots li button{
		display: none;
	}
	.mtwo  .slick-dots li button:before ,
	body .slick-dots li button:before {
		display: none;
	}
	.mtwo  .slick-dots li.slick-active ,
	body .slick-dots li.slick-active{
		background: #FE9E02;
	}
	/*========================*/
	.grid-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 40px;
		/* grid-auto-rows: minmax(auto, 485px); */
	}
	.grid-container.col-4{
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-container.col-3{
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-container.col-2{
		grid-template-columns: repeat(2, 1fr);
	}
	/*========================*/
	.mthree{
		/*background: url(assets/images/legacy/bg2.svg) no-repeat center;*/

		/*height: 965px;*/
		/* min-height: 640px; */
		padding-top: 220px; 
		position: relative;

		/*overflow: hidden;*/

		background-size: auto;

		/* background-color: rgba(242, 243, 253, 0.5); */
		/*backdrop-filter: blur(22px);*/
		/* transform: rotate(-180deg); */
		/*background-images: url(assets/images/legacy/bg2.svg);*/
		background-image: url(../../../assets/images/legacy/backgrounds/bg2.png);
		background-repeat: no-repeat;
		/*background-position: center;*/
		background-position: left;
	}
	.mthree:before{
		/*content:  url(assets/images/legacy/bg2.svg);  */
/*	content:  url(assets/images/legacy/bg2.png);
	position: absolute;
	width: 100%;

	top: 0;
	left: 0;
	z-index: 2;*/
}
.mthree-i{
	position: relative;
	/*	padding-left: 196px;*/
	display: flex;
}
.mthree-i__img{
	width: 144px;
}
.mthree-i__title{
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	/* or 10px */


	color: #2D3748;
}
.mthree-i__text{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	/* or 140% */


	color: #2D3748;

}
.mthree-i__right{
	padding-left: 52px;

	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between;
	/* align-items: center; */
	justify-content: space-between;
}
.mthree-in{
	grid-column-gap: 58px;
	grid-row-gap: 90px;

	position: relative;
	z-index: 4;
}
.mthree-btn{
	display: block;
	margin: 0 auto;
	margin-top: 116px;
	width: 266px;
}
.mthree-i__up{
	position: absolute;
	left: 619px;
	z-index: -1;
	top: 4px;
}
.mthree-i__down{
	position: absolute;
	left: 72px;
	z-index: -1;
	bottom: -62px;
}
.mthree-bg__1{
	position: absolute;
	top: 382px;
	left: 156px;
}
.mthree-bg__2{
	position: absolute;
	top: 336px;
	right: 168px;
}
.mthree-bg__3{
	position: absolute;
	bottom: 322px;
	right: 230px;
}
.mfour-in{
	text-align: center;
}
.mfive{


	padding-top: 146px;
	position: relative;
	/* overflow: hidden; */
	background-size: auto;
	/* background-color: rgba(242, 243, 253, 0.5); */
	/* backdrop-filter: blur(22px); */
	/* transform: rotate(-180deg); */
	/* background-images: url(assets/images/legacy/bg2.svg); */
	background-image: url(../../../assets/images/legacy/backgrounds/bg3.jpg);
	background-repeat: no-repeat;
	/* background-position: center; */
	background-position: right;
	background-position-y: top;

	padding-bottom: 300px;
	/*margin-bottom: -270px;*/
}
.mfive__up{
	position: absolute;
	right: 0;
	top: -245px;

	z-index: -1;
}
.mfive-in{
	width: 755px;
	margin: auto;
	position: relative;
}
.mfive-in:before{
	content: url(../../../assets/images/legacy/i14.svg);
	position: absolute;
	left: -95px;
	top: -24px;
}
.mfive-in:after{
	content: url(../../../assets/images/legacy/i14.svg);
	position: absolute;
	right: -95px;
	bottom: 40px;
	transform: scale(-1, 1);
	z-index: 0;
}
.mfive .slick-list{
	/*padding: 5px;*/
	z-index: 3;
}
.mfive .title-v1{
	position: relative;
}
.mfive .title-v1:before{
	content: url(../../../assets/images/legacy/i15.svg);
	position: absolute;
	left: 48%;
	bottom: -80px;
}
.mfive  .slick-slide{
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
	padding: 16px;
}

.mfive-i__up{
	background: #FFFFFF;
	box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
	border-radius: 4px;

	padding: 40px 30px;
}
.mfive-i__title{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	/* identical to box height, or 29px */


	color: #1D2F56;
	margin-bottom: 26px;
}
.mfive-i__text{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	/* or 140% */


	color: #2D3748;

}
.mfive-i__autor{
	margin-top: 32px;
	position: relative;
	padding-left: 74px;
}
.mfive-i__img{
	position: absolute;
	left: 0;
	top: 0;

	width: 48px;
	border-radius: 100%;
	overflow: hidden;

}
.mfive-i__name{
	font-style: normal;
	font-weight: 600;
	font-size: 24.9248px;
	line-height: 124.5%;

	color: #1D2F56;
	margin-bottom: 6px;
}
.mfive-i__prof{
	font-style: normal;
	font-weight: 300;
	font-size: 16.6165px;
	line-height: 124.5%;

	color: #1D2F56;
}


/*==============================*/

#colophon{

	padding-top: 270px;
	position: relative;
	/* overflow: hidden; */
	background-size: auto;
	/* background-color: rgba(242, 243, 253, 0.5); */
	/* backdrop-filter: blur(22px); */
	/* transform: rotate(-180deg); */
	/* background-images: url(assets/images/legacy/bg2.svg); */
	/*background-images: url(assets/images/legacy/backgrounds/ft.svg);*/
	background-image: url(../../../assets/images/legacy/backgrounds/ft.png);
	background-repeat: no-repeat;
	/* background-position: center; */
	/*background-position: right;*/
	background-position-y: top;

	margin-top:  -270px;
}
#colophon a:hover{
	color: #FE9E02;
}
.ft-title{
	position: relative;
	padding-left: 20px;

	border-left:   1px solid #FE9E02;

	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 124.5%;
	/* or 31px */

	text-transform: uppercase;

	color: #FFFFFF;

	margin-bottom: 26px;
}



.ft-list{
	margin: 0;
	padding-left: 30px;
	margin-bottom: 32px;
}
.ft-list li{
	margin-bottom: 25px;
	position: relative;
	color: #fff;
	/*list-style: circle;*/
	list-style: none;
	line-height: 1.2;
}
.ft-list li:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 1px solid #FFFFFF;
	border-radius: 100%;

	left: -30px;

	top: 8px;

}
.ft-list li a{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	/* identical to box height, or 140% */


	color: #FFFFFF;

}
.foot-l1{
	padding-bottom: 32px;

	border-bottom:  1px solid #FE9E02;
}
.foot-l2{
	background: #231f4c;
	padding-top: 60px;
	padding-bottom: 42px;

	text-align: center;
}
.ft-soc{
	margin: 0 auto;

	text-align: center;
	margin-bottom: 42px;
}
.ft-soc a{
	display: inline-block;
	margin-left: 19px;
	margin-right: 19px;
}
.ft-soc a:hover{
	opacity: 0.5;
}
.ft-mail{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 124.5%;
	/* identical to box height, or 25px */

	text-align: center;

	color: #FFFFFF;
}
/*==============================*/
.hidden{
	display: none !important;
}

body .slick-arrow{
	height: 40px;
	width: 40px;
	border-radius:  100px;
	z-index: 9;
	transition: all 0.3s;
	background: transparent;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}
body .slick-arrow:before{
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #5358FC;
	border-bottom: 2px solid #5358FC;

	transform: rotate(-45deg);

	opacity: 1;
}
body .slick-arrow.slick-next:before{
	transform: rotate(-45deg);
	position: absolute;
	left: 12px;
	top: 13px;

}
body .slick-arrow.slick-prev:before{
	transform: rotate(135deg);
	position: absolute;
	left: 16px;
	top: 13px;
}
body .slick-arrow:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	/*box-shadow: 0 0px 0px rgba(0,0,0,0.16), 0 0px 0px rgba(0,0,0,0.23);*/
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled{
	opacity: .55;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1;
}
body .slick-next{
	right: -60px;
}
body .slick-prev{
	left: -60px;
}
body .narrow .slick-arrow{
	top: -36px;
	background-color: red;
	background: url(../../../assets/icons/icon_arrow-left_long.png) no-repeat;
	width: 68px;
	height: 14px;
}
body .narrow .slick-arrow:before{
	display: none;
}
body .narrow .slick-arrow.slick-next{
	transform: scale(-1, 1);
	right: 0;
}
body .narrow .slick-arrow.slick-prev{
	left: 0;
}
body .narrow  .slick-arrow:hover {
	box-shadow: none;
	opacity: 0.6;
}
.msix-in{
	display: flex;
	position: relative;
}
.msix-l{
	display: inline-block;
	vertical-align: top;
	width: 394px;

	position: relative;
}
.msix-r{
	position: relative;
}
.msix-r img{

	position: absolute;
	bottom: -146px;
	left: 0;
	/* top: 0; */
	max-width: none;
}
.msix-text{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	/* or 140% */


	color: #2D3748;
}
.msix-l .title-up{
	text-align: left;
}
.title-sp{
	text-align: left;
	margin-bottom: 56px;
}
.meleven .title-v1.title-sp2{
	margin-bottom: 48px;
}
.msix__img{
	position: absolute;
	bottom: 0;
	left: 110%;

	max-width: none;
}
.mseven-in {
	display: flex;
	flex-direction: row;
	justify-content: space-around;

	position: relative;
}
.mseven{
	padding-top: 310px;
	position: relative;
	/* overflow: hidden; */
	background-size: auto;
	/* background-color: rgba(242, 243, 253, 0.5); */
	backdrop-filter: blur(22px); 
	/* transform: rotate(-180deg); */
	/* background-images: url(assets/images/legacy/bg2.svg); */
	/*background-images: url(assets/images/legacy/bg4.svg);*/
	background-image: url(../../../assets/images/legacy/backgrounds/bg4.png);
	background-repeat: no-repeat;
	/* background-position: center; */
	background-position: right;
	background-position-y: top;
	padding-bottom: 168px;
	/*margin-bottom: -270px;*/
}
.mseven__down{
	position: absolute;
	/*bottom: -194px;*/
	bottom: -228px;
	right: 0;
	z-index: -1;

}
.mseven-i{
	text-align: center;
}
.mseven-i__img{
	display: flex;
	height: 58px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}
.mseven-i__title{
	color: #231F4C;


	font-weight: 900;
	font-size: 72px;
	text-align: center;
	margin-bottom: 16px;

	line-height: 0.8;
	font-family: sans-serif;
	display: inline-block;
}
.mseven-i__title .number{
	display: inline-block;
}
.mseven-i__text{
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 124.5%;
	/* or 16px */


	color: #5459FC;
}
.cvplus{
	position: relative;
}
.cvplus:after{

	content: '+';
	position: absolute;
	font-style: italic;
	font-family: cursive;
	font-weight: 100;
}
/*.cvplusk:before{

	content: '+';
	position: absolute;
	font-style: italic;
	 
	}*/
	.mseven__img{
		position: absolute;
		left: -240px;
		top: -20px;
	}
	.meight{
		text-align: left;
		position: relative;
		padding-top: 130px;
	}
	.meight  .title-up{
		text-align: left;
	}
	.meight  .title-v1{
		text-align: left;
		margin-bottom: 20px;
		max-width: none;
	}
	.meight-img__up{
		position: absolute;
		left: 0;
		top: 340px;
	}
	.meight-img__up-spreadsheets {
		position: absolute;
		left: -100px;
		top: 340px;
	}
	.meight-up{
		display: flex;
		justify-content: space-between;
		align-items: center;

		/*margin-bottom: 48px;*/
		margin-bottom: 70px;
	}
	.meight-in.onbkworker .meight-line.meight-line__all{
		margin-top: -20px;
	}
	.meight-up-i{
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 1.2;
		/* or 22px */
		cursor: pointer;

		text-align: center;
		text-transform: uppercase;


		color: #2D3748;

		padding: 12px 8px;
		display: inline-block;
	}
	.meight-up-i.active{
		background: #5459FC;
		border-radius: 4px;
		color: #FFFFFF;

	}
	.tal{
		text-align: left;

	}
	.title-v1.tal{
		margin: 0;
		margin-bottom: 94px;
	}
	.mnine{
		padding-bottom: 262px;
	}
	.mnine-v2{
		padding-top: 276px;
		padding-bottom: 138px;

		/*backdrop-filter: blur(22px);*/

		background-image: url(../../../assets/images/legacy/backgrounds/bg6.png);

		background-position-y: top;

		background-color: transparent;

		position: relative;
		background-size: auto;
		background-repeat: no-repeat;
		/*background-position: left;*/
		background-position-x: left;
	}
	.mnine-v3{
		padding-top: 220px;
		padding-bottom: 176px;
		background-image: url(../../../assets/images/legacy/backgrounds/bg7.png);
	}
	.mnine-v2 .mnine__down{
		grid-column-gap: 32px;
		grid-row-gap: 52px;
	}
	.mnine-v2 .mnine-i__text{
		text-align: center;
	}
	.mnine-v3__up{
		position: absolute;
		top: 63px;
		left: 1078px;
		z-index: -1;
	}
	.mnine-v2__down{
		position: absolute;
		left: 168px;
		z-index: -1;
		bottom: -66px;
	}
	.mnine-v2__up{
		position: absolute;
		left: 618px;
		z-index: -1;
		top: -9px;
		width: 130px;
	}
	.mnine-up{
		margin-bottom: 124px;
	}
	.mnine-i{
		background: #FFFFFF;
		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
		border-radius: 4px;
	}
	.mnine-up .slick-slide{
		margin-left: 15px;
		margin-right: 15px;
	}
	.mnine-i img{
		width: 100%;
	}
	.mnine-i__tag{
		display: block;
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 124.5%;
		/* identical to box height, or 25px */

		color: #2D3748;

		padding: 15px  24px  ;

	}
	.mnine-i__tag span{

	}
	.mnine-up .slick-slide:nth-child(1n) .mnine-i__tag span{
		color: #FF0B53;
	}
	.mnine-up .slick-slide:nth-child(2n) .mnine-i__tag span{
		color: #FF9E02;
	}
	.mnine-up .slick-slide:nth-child(3n) .mnine-i__tag span{
		color: #5358FC;
	}
	.mnine__down {
		grid-column-gap: 32px;
		grid-row-gap: 0;
	}
	.mnine-ii{
		text-align: center;
	}
	.mnine__down .mnine-i__img{
		margin-bottom: 64px;
		height: 70px;
	}
	.mnine-i__title{
		font-style: normal;
		font-weight: 700;
		font-size: 26px;
		line-height: 28px;
		/* or 108% */

		text-align: center;

		color: #2D3748;
		margin-bottom: 28px;

		
	}
	.page-template-page-support	.mnine-i__title{
		min-height: 56px;
	}
	.mnine-i__text{
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		/* or 140% */

		text-align: center;

		color: #2D3748;
	}
	.mten{
		margin-top: -186px;
		height: 994px;
		/*padding-top: 310px;*/
		padding-top: 277px;
		position: relative;
		/* overflow: hidden; */
		background-size: auto;
		/* background-color: rgba(242, 243, 253, 0.5); */
		/* backdrop-filter: blur(22px); */
		/* transform: rotate(-180deg); */
		/* background-images: url(assets/images/legacy/bg2.svg); */
		/*background-images: url(assets/images/legacy/bg5.svg);*/
		background-image: url(../../../assets/images/legacy/backgrounds/bg5.png);
		background-repeat: no-repeat;
		/* background-position: center; */
		background-position-x: left;
		text-align: center;
		background-position-y: top;
	}
	.page-template-page-partners .mten{
		height: 1004px;
		padding-top: 220px;

	}
	.mten__img{
		margin-bottom: 55px;
	}
	.mten__title{
		font-style: normal;
		font-weight: 700;
		font-size: 48px;
		line-height: 124.5%;
		/* identical to box height, or 60px */


		color: #FFFFFF;
		margin: auto;
		margin-bottom: 26px;
		max-width: 563px;
	}
	.mten__title-spreadsheets {
		font-style: normal;
		font-weight: 700;
		font-size: 48px;
		line-height: 124.5%;
		color: #FFFFFF;
		margin: auto;
		margin-bottom: 26px;
		max-width: 900px;
		margin-top: 80px;
	}
	.mten__text{
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 124.5%;
		/* or 32px */

		text-align: center;

		color: #FFFFFF;
		margin: 0 auto;
		margin-bottom: 82px;

		max-width: 464px;	
	}
	.mten__btn{
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 1;
		text-align: center;
		color: #FFFFFF;
		background: #FF9E02;
		box-shadow: 0px 0px 24px rgb(83 88 252 / 67%);
		border-radius: 4px;
		padding: 22px 42px;
	}
	.mten__btn:hover{

	}
	.mten__bg{
		position: absolute;
	}
	.mten__bg1{
		top: 470px;
		left: -16px;
	}
	.mten__bg2{
		top: 222px;
		left: 160px;
	}
	.mten__bg3{
		right: -55px;
		top: 355px;
	}
	.mten__bg4{
		right: 296px;
		top: 582px;
	}
	.mten__bgg{
		background: #FF0B53;
		width: 23px;
		height: 23px;
		border-radius: 100%;
		position: absolute;
	}
	.mten__bgg1{
		left: 374px;
		top: 380px;
	}
	.mten__bgg1-spreadsheets {
		left: 300px;
		top: 380px;
	}
	.mten__bgg2{
		right: 560px;
		top: 392px;
	}
	.mten__bgg2-spreadsheets {
		right: 505px;
		top: 530px;
	}
	.mten__bgw{
		width: 40px;
		height: 40px;
		position: absolute;
		border-radius: 100%;

		border: 5px solid #fff;
	}
	.mten__bgw1{
		left: 420px;
		top: 540px;
	}
	.msix-v2 {
		position: relative;
	}

	.mten__bgw2{
		top: 160px;
		right: 530px;
	}
	.mten__bgw2-spreadsheets {
		top: 125px;
		right: 350px;
	}
	.msix-v2-up{
		width: 76px;
		height: 1px;
		margin-bottom: 25px;
		background:  #FF9E02;
	}
	.msix-v2 .msix-l{
		width: 666px;
	}
	.msix-v3 .msix-l{
		width: 560px;
	}
	.msix  .container{
		position: relative;
	}
	.msix-bg{
		position: absolute;
		/*left: 35px;*/
		/*bottom:  0px;*/

		left: -340px;
		bottom: -128px;
	}


	.msix-v2  .msix-r img{
		bottom: 0;
		left: auto;
		right: 0;
	}
	.msix-v2 .msix-in{
		justify-content: space-between;
	}
	.meleven{
		padding-top: 150px;
		padding-bottom: 220px;

		position: relative;
	}
	.meleven-spreadsheets {
		padding-top: 112px;
		padding-bottom: 220px;
		position: relative;
		background: #F2F3FD;
	}

	/* *********************** */
	/* start home Spreadsheet  */
	/* *********************** */
	.mone__spreadsheet {
		height: 965px;
		position: relative;
		overflow: hidden;
		background: #F2F3FD;
		background-image: url('../../../assets/images/legacy/h-1-fon.svg');
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
	}
	.mone-in__spreadsheet {
		display: flex;
		flex-direction: column;
		height: 100%;
		position: relative;
		margin-top: -70px;
		justify-content: center;
	}
	.mone-l2__spreadsheet {
		font-style: normal;
		font-weight: 300;
		font-size: 25px;
		line-height: 30px;
		text-align: left;
		color: #2D3748;
		max-width: 530px;
	}
	.btn-v1__spreadsheet {
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 124.5%;
		text-align: center;
		color: #FFFFFF;
		text-transform: uppercase;
		text-align: center;
		display: inline-block;
		cursor: pointer;
		padding: 22px 26px;
		background: #5358FC;
		box-shadow: 0px 0px 24px rgba(83, 88, 252, 0.67);
		border-radius: 4px;
		transition: all 0.3s;
		width: 170px;
	}
	.btn-v1__spreadsheet:hover {
		color: #FFFFFF;
		box-shadow: 0px 0px 0px rgb(83 88 252 / 67%);
	}
	.header__icon-img img:nth-child(1) {
		position: absolute;
		left: -75px;
		top: 10px;
	}
	.header__icon-img img:nth-child(2) {
		position: absolute;
		left: 50%;
		top: 145px;
		transform: translate(50%, -50%);
	}
	.header__icon-img img:nth-child(3) {
		position: absolute;
		right: 130px;
		top: 25px;
	}
	.header__icon-img img:nth-child(4) {
		position: absolute;
    	left: 72%;
    	top: -75px;
    	transform: translate(-50%, 50%);
		display:none;
	}
	.header__icon-img img:nth-child(5) {
		position: absolute;
		right: -100px;
    	top: 180px;
	}
	.header__icon-img img:nth-child(6) {
		position: absolute;
    	left: 38%;
    	bottom: 52%;
    	transform: translate(-50%, 210%);
	}
	.header__icon-img img:nth-child(7) {
		position: absolute;
    	left: 27%;
    	top: 75%;
    	transform: translate(-50%, 50%);
	}
	.header__icon-img img:nth-child(8) {
		 position: absolute;
    	left: 50%;
    	top: 78%;
    	transform: translate(50%, 50%);
	}
	.header__icon-img img:nth-child(9) {
		position: absolute;
    	left: 50%;
    	bottom: 5%;
    	transform: translate(-50%, 50%);
	}
	.header__icon-img img:nth-child(10) {
		position: absolute;
    	left: 50%;
    	bottom: 5%;
    	transform: translate(-50%, 50%);
		display:none;
	}
	.mone__spreadsheet::before {
		content: '';
		width: 100%;
		height: 100%;
		background-image: url('../../../assets/images/legacy/h-0-fon.svg');
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
		position: absolute;
	}
	/* *********************** */
	/* end home Spreadsheet    */
	/* *********************** */
	/*  */
	/*  */
	/*  */
	/* *********************** */
	/* start Table Spreadsheet */
	/* *********************** */
	.meight-table-spreadsheet {
		margin: 120px 0;
	}
	.title-v1-table-spreadsheet {
		font-style: normal;
		font-weight: 700;
		font-size: 48px;
		line-height: 124.5%;
		margin-bottom: 52px;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 30px;

	}
	.title-v1-table-spreadsheet > p {
    	margin-bottom: 0;
		margin-top: 0;
	}
	.table__spreadsheet-block {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px;
		padding-top: 60px;
		row-gap: 120px;
	}
	.table__spreadsheet-item {
		width: 30%;
	}
	.table__spreadsheet_deck {
		padding-top: 30px;
		padding-right: 2rem;
	}
	.video__castom-setting {
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		    border-radius: 15px;
	}
.pt-castom-p {
    padding-bottom: 22.19%;
    padding-top: 0px;
    height: 0;
    width: 39.2%;
    overflow: hidden;
    position: absolute;
    top: 20%;
    right: 10%;
}
	/* *********************** */
	/* end Table Spreadsheet */
	/* *********************** */
	/*  */
	/*  */
	/*  */
	/* ****************************************** */
	/* start Work with spreadsheets in Confluence */
	/* ****************************************** */
	.meight-work-confluence {
		position: relative;
		padding-top: 120px;
		padding-bottom: 240px;
		background: #F2F3FD;
		background-image: url('../../../assets/images/legacy/backgrounds/fon_section_castom.png');
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
	}
	.meight-work-confluence::before {
		content: '';
		width: 100%;
		height: 20px;
		background-color: #5559fc;
		position: absolute;
		left: 0;
		bottom: -10px;
	}
	.title-v1-work-confluence {
		font-style: normal;
		font-weight: 700;
		font-size: 48px;
		line-height: 124.5%;
		margin-bottom: 105px;
	}
	.work__confluence-wrapper {
		display: flex;
		flex-direction: row;
		gap: 30px;
	}
	.work__confluence-block {
		background: #fff;
		border-radius: 10px;
		padding: 45px 40px;
		color: #2D3748;
		flex: 1;
	}
	.confluence__block-title {
		font-size: 26px;
		font-weight: 700;
		line-height: 28px;
		margin-top: 40px;
	}
	.confluence__block-text {
		margin-top: 20px;
		font-size: 20px;
		font-weight: 300;
		line-height: 28px;
	}
	.confluence__block-p {
		text-align: center;
		color: #5459FC;
		margin-top: 40px;
	}
	.confluence__block-href {
		margin-top: 40px;
		text-align: center;
	}
	.p-18-40 {
		padding: 18px 40px;
	}
	/* ****************************************** */
	/* end   Work with spreadsheets in Confluence */
	/* ****************************************** */
	/*  */
	/*  */
	/*  */
	/* ***************************************** */
	/* start Benefits of Confluence spreadsheets */
	/* ***************************************** */
	.meight-spreadsheets {
		position: relative;
		padding-top: 130px;
		padding-bottom: 130px;
		background: #5459FC;
		color: #fff;
	}
	.title-v1-spreadsheets {
		font-style: normal;
		font-weight: 700;
		font-size: 48px;
		line-height: 124.5%;
		margin-bottom: 50px;
	}

	.benefits__spreadsheets-wrapper {
		display: flex;
		gap: 30px;
		flex-direction: row;
	}

	.benefits__spreadsheets-item {
		width: 25%;
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	/* ***************************************** */
	/* end Benefits of Confluence spreadsheets   */
	/* ***************************************** */
	/*  */
	/*  */
	/*  */
	/* *********************************************** */
	/* start Watch Confluence spreadsheets in action   */
	/* *********************************************** */
	@keyframes heartbeat {
	  0% {
		transform: scale(0);
	  }
	  25% {
		transform: scale(1.2);
	  }
	  50% {
		transform: scale(1);
	  }
	  75% {
		transform: scale(1.2);
	  }
	  100% {
		transform: scale(1);
	  }
	}
	.slider-container {
	  position: relative;
	  margin: 0 auto;
	  width: 100%;
      height: 840px;
	}
	.slider-container .bullet-container {
	  position: absolute;
	  bottom: 180px;
	  width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.slider-container .bullet-container .bullet {
		margin-right: 14px;
		height: 2px;
		width: 40px;
		background-color: #B0B0FF;
		opacity: 0.5;
	}
	.slider-container .bullet-container .bullet:last-child {
	  margin-right: 0px;
	}
	.slider-container .bullet-container .bullet.active {
	  opacity: 1;
		background-color:#FF9E02;
	}
	.slider-container .slider-content {
	  position: relative;
	  left: 50%;
	  top: 40%;
	  width: 80%;
	  height: 60%;
	  transform: translate(-50%, -50%);
	}
	.slider-container .slider-content .slider-single {
	  position: absolute;
	  z-index: 0;
	  left: 0;
	  top: 0;
	  width: 100%;
/* 	  height: 100%; */
	  transition: z-index 0ms 250ms;
	}
	.slider-container .slider-content .slider-single .slider-single-image {
	  position: relative;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
	  transform: scale(0);
	  opacity: 0;
		border-radius: 10px;
	}
	.slider-container .slider-content .slider-single .slider-single-download {
	  position: absolute;
	  display: block;
	  right: -22px;
	  bottom: 12px;
	  padding: 15px;
	  color: #333333;
	  background-color: #fdc84b;
	  font-size: 18px;
	  font-weight: 600;
	  font-family: "karla";
	  border-radius: 5px;
	  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
	  opacity: 0;
	}
	.slider-container .slider-content .slider-single .slider-single-download:hover, .slider-container .slider-content .slider-single .slider-single-download:focus {
	  outline: none;
	  text-decoration: none;
	}
	.slider-container .slider-content .slider-single .slider-single-title {
	  display: block;
	  float: left;
	  margin: 16px 0 0 20px;
	  font-size: 20px;
	  font-family: "karla";
	  font-weight: 400;
	  color: #ffffff;
	  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
	  opacity: 0;
	}
	.slider-container .slider-content .slider-single .slider-single-likes {
	  display: block;
	  float: right;
	  margin: 16px 20px 0 0;
	  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
	  opacity: 0;
	}
	.slider-container .slider-content .slider-single .slider-single-likes i {
	  font-size: 20px;
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: 5px;
	  color: #ff6060;
	  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
	  transform: scale(0);
	}
	.slider-container .slider-content .slider-single .slider-single-likes p {
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0;
	  color: #ffffff;
	}
	.slider-container .slider-content .slider-single .slider-single-likes:hover, .slider-container .slider-content .slider-single .slider-single-likes:focus {
	  outline: none;
	  text-decoration: none;
	}
	.slider-container .slider-content .slider-single.preactivede .slider-single-image {
	  transform: translateX(-50%) scale(0);
	}
	.slider-container .slider-content .slider-single.preactive {
	  z-index: 1;
	}
	.slider-container .slider-content .slider-single.preactive .slider-single-image {
	  opacity: 0.3;
	  transform: translateX(-25%) scale(0.8);
	  border-radius: 10px;
	}
	.slider-container .slider-content .slider-single.preactive .slider-single-download {
	  transform: translateX(-150px);
	}
	.slider-container .slider-content .slider-single.preactive .slider-single-title {
	  transform: translateX(-150px);
	}
	.slider-container .slider-content .slider-single.preactive .slider-single-likes {
	  transform: translateX(-150px);
	}
	.slider-container .slider-content .slider-single.proactive {
	  z-index: 1;
	}
	.slider-container .slider-content .slider-single.proactive .slider-single-image {
	  opacity: 0.3;
	  transform: translateX(25%) scale(0.8);
	}
	.slider-container .slider-content .slider-single.proactive .slider-single-download {
	  transform: translateX(150px);
	}
	.slider-container .slider-content .slider-single.proactive .slider-single-title {
	  transform: translateX(150px);
	}
	.slider-container .slider-content .slider-single.proactive .slider-single-likes {
	  transform: translateX(150px);
	}
	.slider-container .slider-content .slider-single.proactivede .slider-single-image {
	  transform: translateX(50%) scale(0);
	}
	.slider-container .slider-content .slider-single.active {
	  z-index: 2;
	}
	.slider-container .slider-content .slider-single.active .slider-single-image {
	  opacity: 1;
	  transform: translateX(0%) scale(1);
	}
	.slider-container .slider-content .slider-single.active .slider-single-download {
	  opacity: 1;
	  transition-delay: 100ms;
	  transform: translateX(0px);
	}
	.slider-container .slider-content .slider-single.active .slider-single-title {
	  opacity: 1;
	  transition-delay: 200ms;
	  transform: translateX(0px);
	}
	.slider-container .slider-content .slider-single.active .slider-single-likes {
	  opacity: 1;
	  transition-delay: 300ms;
	  transform: translateX(0px);
	}
	.slider-container .slider-content .slider-single.active .slider-single-likes i {
	  animation-name: heartbeat;
	  animation-duration: 500ms;
	  animation-delay: 900ms;
	  animation-interation: 1;
	  animation-fill-mode: forwards;
	}
	.slider-container .slider-left {
		position: absolute;
		z-index: 3;
		display: block;
		left: -1%;
		bottom: 13.5%;
		color: #ffffff;
		transform: translateY(-50%);
		padding: 20px 0;
	}
	.slider-container .slider-right {
	  position: absolute;
	  z-index: 3;
	  display: block;
      right: -1%;
      bottom: 13.5%;
	  color: #ffffff;
	  transform: translateY(-50%);
	  padding: 20px 0;
	}
	.slider-container .not-visible {
	  display: none !important;
	}
	/* *********************************************** */
	/* end Watch Confluence spreadsheets in action     */
	/* *********************************************** */
	/*  */
	/*  */
	/*  */
    /* *************** */
	/* start Accordion */
	/* *************** */
	.accordion {
		margin-top: 44px;
		margin-bottom: 70px;
	}

    .accordion__item {
      margin-bottom: 0rem;
	  border-bottom: 1px solid #5459FC;
    }

    .accordion__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.4rem 0rem 1rem;
      background-color: #f2f3fc;
      cursor: pointer;
      transition: background-color 0.2s ease-out;
	  font-style: normal;
	  font-weight: 700;
	  font-size: 20px;
	  line-height: 28px;
	  color: #2D3748;
    }

    .accordion__header::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235459FC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      content: "";
      transition: transform 0.2s ease-out;
	  margin-right: 1.5rem;
    }

    .accordion__item_show .accordion__header::after,
    .accordion__item_slidedown .accordion__header::after {
      transform: rotate(-180deg);
    }

/*     .accordion__header:hover {
      background-color: #0b5ed7;
    } */

    .accordion__item:not(.accordion__item_show) .accordion__header {
      border-bottom-right-radius: 0rem;
      border-bottom-left-radius: 0rem;
    }

    .accordion__content {
      padding: .3rem 0rem 1.4rem 0rem;
      background: #f2f3fc;
      border-bottom-right-radius: 0rem;
      border-bottom-left-radius: 0rem;
	  font-family: Mabry Pro;
	  font-size: 20px;
	  line-height: 28px;
    }

    .accordion__item:not(.accordion__item_show) .accordion__body {
      display: none;
    }
	/* *************** */
	/* end   Accordion */
	/* *************** */
	/*  */
	/*  */
	/*  */
	.meleven-spreadsheets .title-v1 {
		font-style: normal;
		font-weight: 700;
		font-size: 48px;
		line-height: 124.5%;
		color: #2D3748;
		text-align: left;
    	margin: initial;
	}
	.meleven .title-v1{
		margin-left: 0;
		margin-bottom: 98px;

	}
	.mnine-v3 .title-v1,
	.mnine-v3 .title-v1,
	.mfourt .title-v1{
		margin-left: 0;
	}
	.meleven-i{
		position: relative;
		display: flex;
	}
	.meleven-l,
	.meleven-r{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-bottom: 72px;
	}
	.meleven-l{
		text-align: right;
		padding-right: 112px;

		border-right:   1px solid #BDCDE8;

	}
	.meleven-r{
		text-align: left;
		padding-left: 112px;
	}
	.meleven-i__n{
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
		color: #FFFFFF;
		background: #FF9E02;
		width: 50px;
		height: 50px;
		text-align: center;
		border-radius: 100%;
		padding: 10px;
		display: inline-block;

		position: absolute;
		left: calc(50% - 25px);
		top: -8px;
	}
	.meleven-i:nth-child(1) .meleven-i__n{
		background: #FF9E02;
	}
	.meleven-i:nth-child(2) .meleven-i__n{
		background: #2D3748;
	}
	.meleven-i:nth-child(3) .meleven-i__n{
		background: #5459FC;
	}
	.meleven-i:nth-child(4) .meleven-i__n{
		background: #FF0B53;
	}
	.meleven-i:nth-child(5)  .meleven-i__n{
		background: #55C187;
	}
	.meleven-i:nth-child(5)	.meleven-l{
		border-right:  0;
	}

	.meleven-i__title{

		font-style: normal;
		font-weight: 700;
		font-size: 26px;
		line-height: 28px;
		/* or 108% */


		color: #2D3748;
		margin-bottom: 28px;
	}
	.meleven-i__text{
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		/* or 140% */


		color: #2D3748;

		width: 362px;
		display: inline-block;	
	}
	.meleven-i__text a{
		text-decoration: underline;
		color: #5459FC;
	}
	.meleven-img__down{
		position: absolute;
		top: 72px;
		right: 0;
	}
	.meleven-img__up{

	}
	.mtwelf{
		padding-bottom: 326px;
		padding-top: 150px;
		position: relative;
	}
	.mtwelf-img__up{

	}
	.app-i{
		background: #FFFFFF;
		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
		border-radius: 4px;
		padding: 22px;
		position: relative;
	}

	.app-i__img{
		position: absolute;
		left: 22px;
		top: 22px;
	}
	.app-i__img img{
		max-width: 76px;
	}
	.app-i__title{
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
		/* or 140% */


		color: #2D3748;
		margin-bottom: 30px;
		min-height: 66px;
		padding-left: 110px;
		max-width: 420px;
		padding-top: 10px;
	}

	.app-i__text{
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		/* or 140% */
		min-height: 140px;

		color: #2D3748;
		margin-bottom: 18px;
	}
	.app-i__text p{
		margin-bottom: 0;
	}
	.app-i__down{
		display: flex;
		gap: 12px;
		margin-bottom: 22px;
	}
	.app-i__platform{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		/* or 175% */


		color: #2D3748;
	}
	.app-i__d-i{
		border-radius: 4px;

		font-style: normal;
		font-weight: 700;
		font-size: 13px;
		line-height: 124.5%;
		/* identical to box height, or 16px */

		text-align: center;

		padding: 16px 22px;
		display: inline-block;
		width: 50%;
		text-transform: uppercase;
		cursor: pointer;
	}
	.app-i__docum{
		background: #E8E8FF;
		color: #2D3748;

	}
	.app-i__btn{
		background: #5459FC;
		color: #FFFFFF;
	}
	.app-i__docum:hover{
		background: #5459FC;
		color: #FFFFFF;
	}
	.app-i__btn:hover{
		background: #E8E8FF;
		color: #2D3748;
	}
	.mtwelf-in{
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		margin-bottom: 80px;
	}
	.mtwelf-in .app-i{
		display: none;
	}
	.mtwelf-in .app-i:nth-child(1){
		display: block;
	}
	.mtwelf-in .app-i:nth-child(2){
		display: block;
	}
	.mtwelf-in .app-i:nth-child(3){
		display: block;
	}
	.mtwelf-in .app-i:nth-child(4){
		display: block;
	}
	.mtwelf-in .app-i:nth-child(5){
		display: block;
	}
	.mtwelf-in .app-i:nth-child(6){
		display: block;
	}

	.mtwelf-in.gogogo .app-i{
		display: block;
	}
	.mtwelf__down{
		text-align: center;
	}
	.mtwelf-btn{
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 124.5%;
		/* or 22px */

		text-align: center;
		text-transform: uppercase;

		color: #FFFFFF;

		padding: 22px 26px;

		max-width: 264px;
		width: 100%;

	}
	.mtwelf-img__up{
		position: absolute;
		top: 150px;
		left: 150px;
	}
	.mone.error-404{

		background: #f2f3fd;
	}

	.mone-l11{
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 30px;
		/* or 150% */

		text-align: center;

		color: #2D3748;

		margin-bottom: 32px;
	}
	.blog  .mone-l1,
	.archive.category .mone-l1{
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		line-height: 45px;
		/* or 112% */

		text-align: center;

		color: #2D3748;
		margin-bottom: 28px;
		max-width: 355px;
	}
	.blog .mone-l2,
	.archive.category .mone-l2{
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 30px;
		/* or 150% */

		text-align: center;

		color: #2D3748;
	}
	.blog .mone-in,
	.archive.category .mone-in,
	.single-post .mone-in{
		margin-top: 0;
		justify-content: flex-start;
	}
	.blog-wr{
		max-width: 1230px;

		margin: 0 auto;
		padding: 0 15px ;
		padding-bottom: 300px;

		position: relative;
		margin-top: -380px;
		position: relative;
		z-index: 3;
	}
	.gorod-s{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		/* identical to box height */

		color: #2D3748;
		display: inline-block;
		margin-left: 12px;
		margin-right: 12px;
		text-decoration: underline;
	}
	.gorod-wr{
		margin-bottom: 62px;
		padding-top: 26px;
		text-align: center;
	}
	.gorod-s:nth-child(1) span{
		color: #FF9E02;
	}
	.gorod-s:nth-child(2) span{
		color: #55C187;
	}
	.gorod-s:nth-child(3) span{
		color: #5459FC;
	}
	.gorod-s:nth-child(4) span{
		color: #231F4C;
	}
	.gorod-s:nth-child(5) span{
		color: #FF0B53;
	}
	.gorod-s:nth-child(6) span{
		color: #70B2FF;
	}
	.gorod-s:nth-child(7) span{
		color: #FF9E02;
	}
	.gorod-s:nth-child(8) span{
		color: #55C187;
	}
	.gorod-s:nth-child(9) span{
		color: #5459FC;
	}
	.gorod-s:nth-child(10) span{
		color: #231F4C;
	}
	.gorod-s:nth-child(11) span{
		color: #FF0B53;
	}
	.gorod-s:nth-child(12) span{
		color: #70B2FF;
	}
	.gorod-s:nth-child(13) span{
		color: #FF9E02;
	}
	.gorod-s:nth-child(14) span{
		color: #55C187;
	}
	.gorod-s:nth-child(15) span{
		color: #FF9E02;
	}
	.gorod-s:nth-child(16) span{
		color: #55C187;
	}
	.art-post{
		display: inline-block;
		vertical-align: top;
		background: #FFFFFF;
		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
		border-radius: 4px;

		transition: all 0.3s;
	}
	.art-post:hover{
		/*box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.07);*/
		box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 7%);
	}
	.blog-grid{
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.art-st-img {

	}
	.art-st-img  img{
		width: 100%;
	}
	.art-down{
		padding: 25px;

	}
	.art-post__title{
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 25px;
		/* or 125% */


		color: #2D3748;
		margin-bottom: 12px;

		min-height: 50px;

	}
	.art-post__text{
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 25px;
		/* or 139% */


		color: #2D3748;

		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;

		margin-bottom: 16px;
	}
	.art-post__text p{
		margin: 0;
	}
	.anoter-content-date{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
		/* identical to box height */


		color: #ACACAC;

		display: inline-block;
		/*float: right;*/

		/*margin-top: 4px;*/
	}
	.art-down__category{
		display: inline-block;
	}
	.art-down__category > span{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		/* identical to box height */
		margin-bottom: 3px;


		color: #FFFFFF;

		display: inline-block;
		vertical-align: top;
		margin-right: 6px;
		padding: 4px 9px;

		background: #231F4C;
		border-radius: 25px;
	}
	.art-down__category > span.Confluence{
		background: #5459FC;
	}
	.art-down__category > span.cvNews{
		/*background: #FF0B53;*/
	}
	.art-down__category > span.cvAnalytics ,
	.art-down__category > span.cvLearning ,
	.art-down__category > span.Stride{
		background: #FF0B53;
	}

	.circle_castom-1 {
		display: none;
	}
	.circle_castom-2 {
		display: none;
	}

	.art-down__category > span.cvHow,
	.art-down__category > span.cvBitbucket,
	.art-down__category > span.cvTask{
		background: #55C187;
	}
	.art-down__category > span.Study{
		background: #55C187;
	}
	.art-down__category > span.Bamboo{
		background: #70B2FF;
	}
	.art-down__category > span.cvKnow,
	.art-down__category > span.cvNews,
	.art-down__category > span.cvDocument{
		background: #70B2FF;
	}


	.art-down__category > span.Bitbucket{
		background:  #FF9E02;
	}
	.art-down__category > span.Stash,
	.art-down__category > span.cvJira,
	.art-down__category > span.cvProject,
	.art-down__category > span.cvReporting,
	.art-down__category > span.cvCollaboration{
		background:  #FF9E02;
	}


	.art-down__category > span.cvConfluence{
		background: #9c95e3;
	}

	.art-down__category > span > span{

	}
	.blog-up {
		display: grid;
		/*grid-template-columns: 1fr 1fr 1fr 1fr;*/
		grid-template-rows: 1fr 1fr  ;

		grid-template-columns: 1.3fr 1fr 1fr 1fr;

		/*grid-template-columns: 2fr 1fr 1fr 1fr;*/
		gap: 30px 30px;
		grid-template-areas:
		"qw qw . ."
		"qw qw . .";
		/*". . sd sd"*/
		/*". . sd sd";*/
		margin-bottom: 64px;
	}
	.art-st2{
		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
		border-radius: 4px;

		padding: 26px;
		transition: all 0.3s;

		position: relative;
		overflow: hidden;
	}
	.art-st2:hover{
		box-shadow: 0px 20px 80px rgb(16 18 68 / 22%),
		0px 7.7037px 25.4815px rgb(16 18 68 / 27%),
		0px 1.62963px 6.51852px rgb(16 18 68 / 42%) !important;

	}
	.blog-up .art-st2:nth-child(1) {
		height: auto;
		grid-area: qw;

		background: #5459FC;

		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
		border-radius: 4px;

		padding: 52px 42px;
	}
	.blog-up .art-st2:nth-child(2) {
		background: #FF0B53;
	}
	.blog-up .art-st2:nth-child(3) {
		background: #55C187;
	}
	.blog-up .art-st2:nth-child(4) {
		background: #FF9E02;
	}
	.blog-up .art-st2:nth-child(5) {
		background: #231F4C;
	}

	.blog-up .art-down{
		padding: 0;
	}
	.blog-up  .art-post__title{
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 25px;
		/* or 125% */


		color: #FFFFFF;
		margin-bottom: 8px;
	}
	.blog-up .art-st2:nth-child(1) .art-post__title{
		font-style: normal;
		font-weight: 700;
		font-size: 28px;
		line-height: 35px;
		/* or 125% */


		color: #FFFFFF;
		margin-bottom: 18px;
	}
	.blog-up .anoter-content-date{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
		/* identical to box height */


		color: #FFFFFF;
		float: none;
		margin-left: 28px;
	}
	.blog-up  .art-down__category span{
		background: #FFFFFF;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		/* identical to box height */

		color: #2D3748;

		overflow: hidden;


	}
	.blog-up .art-st2:nth-child(1) .art-down__category{
		margin-bottom: 56px;
	}
	.blog-up .art-st2:nth-child(1)  .art-post__text{
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 30px;
		/* or 150% */


		color: #FFFFFF;
		margin-bottom: 42px;
	}
	.art-down__a{
		background: #FFFFFF;
		border-radius: 4px;
		font-style: normal;
		font-weight: 700;
		font-size: 13px;
		line-height: 124.5%;
		/* identical to box height, or 16px */

		text-align: center;

		color: #2D3748;

		padding: 18px 32px;
		display: inline-block;
	}
	.subscribe {
		background: #FFFFFF;
		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
		border-radius: 4px;
		padding: 45px;

		position: relative;

		margin-bottom: 65px;

		overflow: hidden;

	}
	.subscribe__title{
		width: 604px;


		font-family: 'Mabry Pro';
		font-style: normal;
		font-weight: 700;
		font-size: 28px;
		line-height: 35px;
		/* or 125% */
		margin-bottom: 28px;

		color: #2D3748;
	}
	.subscribe__form{

	}
	.subscribe__img{
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
	}
	.wpcf7 input[type="url"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"]{
		border: 2px solid #D9D9D9;
		border-radius: 4px;
		padding: 15px;

		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		/* identical to box height */


		color: #000000;

	}
	input[type="submit"]{
		background: #5459FC;
		box-shadow: 0px 0px 24px rgba(83, 88, 252, 0.67);
		border-radius: 4px;
		font-style: normal;
		font-weight: 700;
		font-size: 13px;
		line-height: 124.5%;
		/* identical to box height, or 16px */

		text-align: center;
		text-transform: uppercase;

		color: #FFFFFF;
		padding: 16px 44px;
	}
	.subscribe input[type="submit"]{
		margin-left: 30px;

		cursor: pointer;
	}

	/*=====================*/
	.navigation{
		text-align: center;
		margin-top: 60px;
	}
	.nav-links a,
	.nav-links span{
		width: 49px;
		height: 49px;
		display: inline-block;

		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 124.5%;
		/* identical to box height, or 20px */

		text-align: center;
		text-transform: uppercase;

		color: #2D3748;

		background: #E8E8FF;
		border-radius: 4px;
		padding-top: 15px;

		transition: all 0.3s;
		margin-left: 3px;
		margin-right: 3px;
	}
	.nav-links a.current,
	.nav-links span.current{
		background: #5459FC;
		box-shadow: 0px 0px 24px rgba(83, 88, 252, 0.67);
		border-radius: 4px;
		color: #FFFFFF;

	}
	.nav-links a:hover,
	.nav-links span:hover{
		background: #5459FC;
		box-shadow: 0px 0px 24px rgba(83, 88, 252, 0.67);
		border-radius: 4px;
		color: #FFFFFF;

	}

	/*=====================*/ 
	.blog-up__pre-i{
		display: inline-block;
		/*width: 48%;*/

		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 30px;

		color: #5459FC;

	}
	.blog-up__pre{
		margin-bottom: 12px;
	}
	.blog-up__pre-i1{
		/*width: 51%;*/
		width: 54%;
	}
	.art-post3__img{
		position: absolute;
		right: 0;
		bottom: -20px;
	}
	.mthirt{

	}
	.mthirt-i{
		background: #FFFFFF;
		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
		border-radius: 4px;

		padding: 20px;
		padding-top: 35px;
		padding-bottom: 25px;
		text-align: center;
		display: inline-block;
		vertical-align: top;


	}
	.mthirt-i:nth-child(1) .mthirt-i__img{
		background: #FF9E02;
	}
	.mthirt-i:nth-child(2) .mthirt-i__img{
		background: #5459FC;
	}
	.mthirt-i:nth-child(3) .mthirt-i__img{
		background: #FF0B53;
	}
	.mthirt-i:nth-child(4) .mthirt-i__img{
		background: #55C187;
	}
	.mthirt-i__img{
		width: 50px;
		height: 50px;
		border-radius: 100%;

		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
		margin: 0 auto;

		margin-bottom: 28px;
	}
	.mthirt-i__img img{
		width: 30px;
	}
	.mthirt-i__title{
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		/* or 140% */

		text-align: center;
		min-height: 84px;
		color: #2D3748;
		margin-bottom: 25px;

	}
	.mthirt-i__btn{
		font-style: normal;
		font-weight: 700;
		font-size: 13px;
		line-height: 124.5%;
		/* identical to box height, or 16px */

		text-align: center;

		color: #2D3748;
		width: 100%;
		background: #E8E8FF;
		border-radius: 4px;
		padding: 16px;
		cursor: pointer;
		display: block;

	}
	.mfourt{
		padding-top: 210px;
		padding-bottom: 334px;

		background-image: url(../../../assets/images/legacy/backgrounds/bg9.png);
		background-position-y: top;

		position: relative;
		background-size: auto;
		background-repeat: no-repeat;

		background-position-x: left;
	}
	.mfourt-in{

	}
	.mfourt-i{
		background: #FFFFFF;
		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
		border-radius: 4px;
		overflow: hidden;
		display: flex;
	}
	.mfourt-i-map{

	}
	.mfourt-i.mfourtmap{
		display: block;
	}
	.mfourt-i-l{

	}
	.mfourt-i-l img{

	}
	.mfourt-i-r{
		padding-top: 68px;

		padding-left: 32px;
		padding-right: 40px;

	}
	.mfourt-i__title{
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
		/* identical to box height, or 140% */


		color: #2D3748;
		margin-bottom: 28px;
	}
	.mfourt-i__text{
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 28px;
		/* or 140% */
		position: relative;

		color: #2D3748;

		position: relative;
		padding-left: 34px;
	}
	.mfourt__up{
		position: absolute;
		left: 120px;
		top: 270px;
	}
	.mfourt-i__text:before{
		position: absolute;
		top: 0;
		left: 0;
	}
	.mfourt-i2 .mfourt-i-adr:before {
		content:  url(../../../assets/images/legacy/map-pin-line.svg);
	}
	.mfourt-i2 .mfourt-i-tel:before {
		content:  url(../../../assets/images/legacy/phone-line.svg);
	}
	.mfourt-i3 .mfourt-i-adr:before {
		content:  url(../../../assets/images/legacy/map-pin-line2.svg);
	}
	.mfourt-i3 .mfourt-i-tel:before {
		content:  url(../../../assets/images/legacy/phone-line2.svg);
	}
	.mfourt-i2  .mfourt-i-l{
		background: #55C187;
	}
	.mfourt-i3  .mfourt-i-l{
		background: #FF9E02;
	}
	.ano-line{

		display: flex;
		align-content: center;
		justify-content: space-between;
		align-items: center;
		/*margin-bottom: 50px;*/
		margin-bottom: 25px;
	}
	.entry-content .post-thumbnail{
		margin-bottom: 24px;
	}
	.ano__excerpt{
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 17px;
		/* identical to box height */


		color: #ACACAC;
		display: inline-block;
	}
	.ano__category{
		display: inline-block;
	}
	.entry-content ul li{
		list-style: disc;
	}
	.entry-content ol li{
		list-style: decimal;
	}
	.entry-content ol,
	.entry-content ul{
		margin-left: 20px;
	}
	.mnine-i {

	}
	.mnine-up .mnine-i__img{
		width: 100%;
		height: 224px;
		display: block;
	}
	.mnine-up 	.mnine-i__img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.header-search input[type="search"] {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
		/* identical to box height */


		color: #2D3748;



		/*background: #FFFFFF;*/
		/*border: 1px solid #CAD5DF;*/
		display: block;
		width: 100%;


		background: #F5F4F6;
		/* Ð¢ÐµÐ½ÑŒ Ñ„Ð¾Ñ€Ð¼Ñ‹ */

		border: 2px solid #D9D9D9;
		border-radius: 4px;



		padding: 10px 11px;
		width: 200px;
	}
	#searchform{
		position: relative;
	}
	.searchf{
		position: relative;
	}

	.header-search .search-submit {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		border-color: transparent;
		border-radius: 0;
		background: none;
		cursor: pointer;
		width: 42px;
		box-shadow: none;
		padding: 16px 22px;
		background: url(../../../assets/images/legacy/search-normal.svg) no-repeat center center;
	}
	body .searchwp-live-search-result a{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
		/* identical to box height */


		color: #2D3748;


		white-space: normal;

		text-overflow: initial;


	}

	.stil-worker {
		background: #FFFFFF;
		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
		border-radius: 4px;

		overflow: hidden;

		position: relative;
		z-index: 2;
	}
	.worker__img{
		height: 182px;
		width: 100%;
	}
	.worker__img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.worker__down{
		padding: 22px 16px;
	}
	.worker__title{
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 124.5%;
		/* identical to box height, or 25px */

		text-transform: capitalize;

		color: #2D3748;
		margin-bottom: 4px;
	}
	.worker__spec{
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 124.5%;
		/* or 22px */

		text-transform: capitalize;

		color: #2D3748;
	}
	.meight-line{
		margin-bottom: 54px;
	}
	.meight-in.onbkworker 	.meight-line{

		display: none;

		width: 100%;
		/*width: 1200px;*/
	}
	.meight-in.onbkworker .meight-line.active{

		display: block;
	}
	.meight-line.meight-line__not,
	.meight-in.onbkworker .meight-line.meight-line__not{
		display: block;
	}
	.meight-line__title{
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 124.5%;
		/* or 22px */

		text-transform: uppercase;

		color: #ACACAC;
		margin-bottom: 34px;

		display: none;
	}
	.meight-line__all .meight-line__title{
		display: block;
	}
	.title-resent{
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 26px;
		/* identical to box height, or 130% */

		text-align: center;

		color: #2D3748;

		margin-bottom: 50px;

	}
	.mtwelf  .title-v1{
		margin-left: 0;
	}
	.mtwelf-img__up{
		width: 82px;
	}
	.meight-line__workers.grid-container.col-4{
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.meight-line1 .meight-line__workers .slick-track{
		display: flex;

		grid-column-gap: 30px;
		grid-row-gap: 30px;
		margin-left: 0;
		margin-right: 0;
	}
	.blog-search{
		display: none;
	}
	.subscribe__form{
		position: relative;
		z-index: 3;
	}
	.subscribe__img-mobile{
		display: none;
	}
	.subscribe-in.subscribe-on__go{

	}
	.subscribe__hidden{
		display: none;
	}

	.subscribe-in.subscribe-on__go .subscribe__hidden{
		display: block;
	}
	.subscribe-in.subscribe-on__go  .subscribe__title-not-submit{
		display: none;
	}
	.page-template-default.page .mone ,
	.page-template-page-addto.page .mone {
		/*height: 965px;*/
		height: 665px;

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-position-y: bottom;
	}
	.page-template-page-addto.page .mone{
		background: #fff;
		height: 800px;
	}
	.page-template-default.page #primary,
	.page-template-page-addto.page #primary{
		margin: 0 auto;
		padding: 0 15px;
		max-width: 1230px;
	}
	.page-template-default.page #primary .page,
	.page-template-page-addto.page #primary .page{
		position: relative;
		z-index: 2;
		padding-bottom: 400px;
	}

	.page-template-default.page .entry-title,
	.page-template-page-addto.page .entry-title{
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		line-height: 45px;
		text-align: center;
		color: #2D3748;
		margin-bottom: 50px;
		margin-top: 160px;
		position: relative;
		z-index: 2;
	}
	.page-template-page-addto.page .entry-title{
		margin-top: 240px;
	}
	.page-template-page-addto.page  .entry-title{
		font-size: 44px;
		line-height: 124.5%;

		text-align: left;
	}
	#wt-cli-accept-all-btn{
		background: #5358FC;
		background-color: #5358FC !important;
		border-radius: 4px;
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 124.5%;
		/* or 22px */

		text-align: center;
		text-transform: uppercase;

		color: #FFFFFF;
		padding: 16px;
	}
	#CONSTANT_OPEN_URL,
	body .medium.cli-plugin-button,
	#cookie_action_close_header_reject{

		border-radius: 4px;
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 124.5%;
		/* or 22px */

		text-align: center;
		text-transform: uppercase;
		width: 100%;

		padding: 16px;
	}
	#cookie_action_close_header_reject{
		display: inline-block;
		width: auto;
		margin-top: 0;
		vertical-align: bottom;
	}
	#cookie_action_close_header_reject{
		background: #E8E8FF;
		border-radius: 4px;

		color: #231F4C;
	}
	#cliSettingsPopup .cli-tab-section-container{
		/*display: none;*/
	}
	.cli-bar-btn_container{
		width: 230px;
		display: block;
	}
	.cli-bar-btn_container #wt-cli-accept-all-btn{
		width: 100%;
	}
	.cli-bar-btn_container #CONSTANT_OPEN_URL{
		width: 100%;
	}
	.cli-style-v2, .cli_messagebar_head{
		max-width: 1230px;
		margin: 0 auto;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"]{
		padding-top: 40px;
		background-color: rgb(255 255 255 / 96%) !important;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 35%;
		/* or 10px */
		position: relative;

		color: #2D3748;
		margin-bottom: 20px;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head:before{
		content: url(../../../assets/images/legacy/pechen.svg);
		position: absolute;

		left: -92px;
		z-index: 2;
		top: -16px;
	}
	.cli-modal-content{
		padding-top: 126px;
	}
	.cli-modal-content:before{
		content: '';
		width: 100%;
		height: 64px;
		background: url(../../../assets/images/legacy/poptop.png) no-repeat center;
		position: absolute;
		left: 0;
		top: 0;
	}
	.cli-privacy-content-text{
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 28px;
		/* or 140% */


		color: #2D3748;

	}
	.cli-tab-container h4, .cli-tab-container h1{
		text-align: center;
		font-style: normal;
		font-weight: 700;
		font-size: 48px;
		line-height: 124.5%;
		/* identical to box height, or 60px */

		text-align: center;

		color: #2D3748;
		margin-top: 0;

		margin-bottom: 30px;
	}
	.cli-tab-container .cli-row{
		overflow-x: hidden;
	}
	.cli-modal .cli-modal-dialog{
		max-width: 800px;
	}
	.cli-modal-close svg{
		fill: #fff;
		font-size: 30px;
		width: 35px;
		margin-right: 5px;
		/* height: 30px; */
		right: 10px;
		position: relative;

	}
	.drgrrdg{
		display: flex;
		flex-direction: row;
		width: 300px;
		margin-left: auto;
	}
	.cli-tab-footer .wt-cli-privacy-accept-btn{
		background: #5358FC;
		background-color: #5358FC;
		border-radius: 4px;
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 124.5%;
		text-align: center;
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 16px;
	}
	.cli-style-v2 .cli-bar-message{
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 28px;
		/* or 140% */


		color: #2D3748;
	}
	.pum-content{

	}
	.pum-content{

	}
	.pum-content{

	}
	.pum-content  label{
		display: inline-block;
		width: 30%;
		vertical-align: top;
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 124.5%;
		/* identical to box height, or 25px */

		text-transform: capitalize;

		color: #2D3748;
	}
	.pum-content .form-popup-wr  label{
		width: 100%;
	}
	.pum-content .form-popup-wr p{
		margin: 0;
	}
	.pum-content  .wpcf7-form-control-wrap{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.pum-content  .wpcf7-form-control-wrap  input, .pum-content  .wpcf7-form-control-wrap  select{
		display: block;
		width: 100%;
		border: 1px solid #5459FC;
		border-radius: 4px;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 124.5%;
		padding: 10px;
		padding-left: 18px;
	}

	.form-up-1{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

.form-up-1.company-page-form p {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px 14px;
}

.form-up-1.company-page-form label {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	width: 100%;
}

.form-up-1.company-page-form label {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	width: 100%;
}

.form-up-1.company-page-form label input[type="text"],
.form-up-1.company-page-form label input[type="tel"],
.form-up-1.company-page-form label input[type="email"] {
	padding: 10px 10px 10px 18px !important;
}

	.pum-container{
		box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07)!important;
		border-radius: 4px;
		padding-top: 40px;
	}
	.form-up-2 label{
		width: auto;
		/*display: flex;*/
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 124.5%;
		/* identical to box height, or 25px */


		color: #2D3748;
	}
	.form-up-2  .wpcf7-form-control-wrap{
		width: auto;
		margin-bottom: 0;
		margin-right: 6px;
		display: inline-block;
	}
	.pum-container input[type="submit"]{
		float: right;
		cursor: pointer;
	}
	body .pum-theme-9207 .pum-container,
	body .pum-theme-lightbox .pum-container{
		padding-top: 40px;
	}
	.pum-theme-9207 .pum-container:before{
		content: '';
		width: 100%;
		height: 64px;
		background: url(../../../assets/images/legacy/poptop.png) no-repeat center;
		position: absolute;

		left: 0;
		top: 0;
	}
	body .pum-theme-9207 .pum-container{
		padding-top: 150px;
	}
	body .pum-container .pum-content+.pum-close,
	body .pum-theme-lightbox .pum-content + .pum-close{
		/*line-height: 1;*/
		min-width: inherit;

		right: 19px;

		display: inline-block;
		top: 8px;
		padding: 0px;
		color: #ffffff;
		font-family: inherit;

		font-size: 62px;
	}
	.pum-content .wpcf7-form-control-wrap  .wpcf7-form-control.wpcf7-not-valid{
		border: 1px solid #FF0B53;

	}
	.m-four-f-prip{
		display: block;
		width: 100%;
		border: 1px solid #5459FC;
		border-radius: 4px;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 124.5%;
		padding: 10px;
		padding-left: 18px;
		height: 47px;

		cursor: pointer;
		position: relative;
	}
	#f-prip2{
		display: none;
	}
	#f-prip4{
		display: none;
	}

	#f-prip:before, #f-prip3:before{
		content: url(../../../assets/images/legacy/kr1.svg);
		position: absolute;
		right: 20px;
		top: 14px;
	} 
	#f-prip:after, #f-prip3:after{
		content: url(../../../assets/images/legacy/kr2.svg);
		position: absolute;
		right: 50px;
		top: 13px;
	} 
	.wpcf7-not-valid-tip{
		color: #FF0B53;

		padding-left: 12px;
		/*margin-top: -36px;*/
	}
	.subscribe__form .wpcf7-not-valid-tip{
		position: absolute;
		left: 0;
		top: 36px;
	}
	.port-ii_timer{
		position: relative;
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 14px;
		/* identical to box height */


		color: #ACACAC;
		padding-left: 30px;

	}
	.port-ii_timer-on.port-ii_timer:before{
		content: url(../../../assets/images/legacy/timer-line.svg);
		position: absolute;
		left: 0;
		top: -5px;
	}
	.port-ii_dt{
		margin-top: 20px;

		display: flex;
		align-content: stretch;
		justify-content: space-between;
	}
	.ano-line .port-ii_dt{
		margin-top: 0;
	}
	.msix-l .title-v1 {
		text-align: left;

	}

	.single-post .mone-bg__12,
	.single-post .mone-bg__9,
	.single-post .mone-bg__13,
	.single-post  .mone-bg__14,
	.single-post  .mone-bg__17{
		display: none;
	}

	.foot-l1	.ft-soc {
		display: none;
	}
	.socialc-bk svg *{
		fill: #FF9E02;
	}

	.socialc-bk{
		margin-bottom: 90px;
		text-align: center;
	}
	.socialc-bk a{
		display: inline-block;
		margin-left: 19px;
		margin-right: 19px;
	}
	#fancybox-left-ico, #fancybox-right-ico{
		transform: scale(1.5);
	}


	#app-78 .app-i__title,
	#app-73 .app-i__title,
	#app-80 .app-i__title,
	#app-83 .app-i__title{
		padding-top: 10px;
		max-width: 329px;
	}
	.mone-bg__12{
		display: none;
	}
	.page-template-page-support .mone-bg__10{
		display: none;
	}
	#app-78 .app-i__title{
		max-width: 300px;
	}

	.mseven__down21{
		display: none;
	}
	.fancybox .mnine-i__img{
		position: relative;

	}
	.fancybox .mnine-i__img:hover:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #5358fc;
		opacity: 0.3;

	}
	.fancybox .mnine-i__img:hover:after{
		content: url(../../../assets/images/legacy/ico_6.svg);

		height: 100%;
		width: 100%;
		vertical-align: middle;
		top: 0;
		z-index: 4;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: scale(1.5);
	}
	.cli-switch input:checked + .cli-slider{
		background-color: #5358fc;
	}
	.cli-style-v2 .cli-bar-btn_container .cli-plugin-button{
		margin-left: 0;
		margin-right: 0;
	}
	.post-down__btn{
		display: block;
		margin: 0 auto;
		/*margin-top: 32px;*/
		margin-bottom: 32px;
		width: 230px;
		font-size: 14px;
		padding: 14px 10px;
	}
	.addtwo{
		display: flex;
		gap: 32px;
	}
	.addtwo-l,
	.addtwo-r{
		width: 50%;
	}
	.addtwo-l .entry-content{
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 28px;
		text-align: justify;

		color: #2D3748;
	}
	.addtwo-l__up{
		font-style: normal;
		font-weight: 700;
		font-size: 33px;
		line-height: 36px;
		/* or 109% */


		color: #2D3748;
		margin-bottom: 38px;
		display: flex;

		max-width: 430px;

	}
	.addtwo-l__up img{
		margin-right: 32px;
	}
	.page-template-page-addto.page .entry-title:before{
		content: '';
		position: absolute;
		left: 0;
		width: 76px;
		height: 1px;
		top: -25px;
		background: #FF9E02;
	}
	.addtwo-btn{
		background: #5459FC;
		border-radius: 4px;
		display: inline-block;
		vertical-align: top;
		padding: 14px 30px;
	}
	.mone-bg__92{
		right: 320px;
		position: absolute;
		top: 850px;
		width: 40px;
		height: 40px;
	}
	.mone-bg__93{
		right: 49%;
		bottom: 0;
		position: absolute;
		display: none;
	}
	.page-template-page-addto.page .mone-bg__3 {

		right: -44px;

	}
	.page-template-page-addto.page .mone-bg__2{

	}
	.form-up-4{
		display: flex;
		gap: 30px;
		align-items: flex-start;
	}
	.form-up-4 p{
		margin: 0;
	}
	.form-up-4 > p{
		width: 50%;
	}
	#wpcf7-f11565-o1 input[type="submit"]{
		font-size: 18px;
		width: 100%;
	}

	.form-canc{
		display: inline-block;
		width: 50%;
		cursor: pointer;
		background: #E8E8FF;

		border-radius: 4px;
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 124.5%;

		text-align: center;

		color: #231F4C;

		text-align: center;
		text-transform: uppercase;

		padding: 16px 44px;
	}
	.form-canc:hover{
		background: #5459FC;

		color: #FFFFFF;
	}
	.thank-wr{
		text-align: center;
	}
	.thank__img{
		margin-bottom: 50px;
	}
	.thank__title{
		font-style: normal;
		font-weight: 700;
		font-size: 28px;
		line-height: 124.5%;
		/* identical to box height, or 35px */

		text-align: center;
		text-transform: capitalize;

		color: #2D3748;
		margin-bottom: 26px;
	}
	.thank__text{
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 124.5%;
		/* identical to box height, or 25px */

		text-align: center;

		color: #2D3748;
		margin-bottom: 55px;
	}








	/*=========================================================================*/
	@media screen and (min-width: 2500px) { 
		.mthree-i__up {

			/*left: 938px;*/

		}
		.mthree-i__down {

			/*left: calc((100% - 1920px) / 2 + 71px);*/

		}
	}
	@media screen and (min-width: 2000px) { 
		.mthree-i__up , .mnine-v2__up{

			/*left: 687px;*/
			left: calc((100% - 1920px) / 2 + 620px);

		}
		.mthree-i__down  {

			left: calc((100% - 1920px) / 2 + 71px);

		}
		.mnine-v2__down{
			left: calc((100% - 1920px) / 2 + 166px);
			bottom: -86px;
		}
		.mnine-v3__up{
			left: calc((100% - 1920px) / 2 + 1076px);
		}
	}
	@media screen and (max-width: 1920px) { 

	} 

	@media screen and (max-width: 1800px) { 
		.mfourt__up {

			left: 45px;

		}
		.mten__bgg2{
			right: 20%;
		}
	}
	@media screen and (max-width: 1660px) { 

		.mtwelf-img__up {
			left: 90px;
		}
		.mfourt__up {
			left: -11px;
		}
	} 

	@media screen and (max-width: 1600px) { 
		.page-template-page-addto .mone-bg__2 {
			left: -28px;
			height: 208px;
			top: 526px;
		}
	} 


	@media screen and (max-width: 1440px) { 
		.mthree{

			background-image: url(../../../assets/images/legacy/backgrounds/bg22.png);
			background-repeat: no-repeat;

			/*background-position: right;*/
		}
		.mseven__down {
			display: none;
		}
		.mthree-i__right{
			padding-left: 39px;
		}
		.mtwelf-img__up{
			left: 1%;	
		}
		.mthree-i__up {

			left: 379px;

		}
		.single-post .mone-bg__10{
			display: none;
		}
		.mone-bg__2 {

			left: -28px;
			height: 208px;
			top: 526px;
		}
		.mone-bg__3 {

			right: -42px;

			height: 190px;
		}
		.mone-bg__8 {

			right: -26px;
			top: 58px;
		}
		.mone-bg__7 {

			left: -60px;

			width: 290px;
		}
		.mone-bg__6 {

			width: 270px;
		}
		.mone-bg__10 {
			left: 350px;
		}
		.mone-bg__9 {
			right: 580px;
			bottom: 110px;
		} 
		.mone-bg__1 {
			left: -94px;
			top: 25px;
		}

		.mthree .mthree-bg__1,
		.mthree .mthree-bg__2,
		.mthree .mthree-bg__3{
			display: none;
		}
		.mseven-i__title{
			font-size: 60px;
		}
		.mseven__img {

			left: -150px;
			top: -164px;
		}
		.meight-img__up {
			left: -220px;
			top: 340px;
		}
		.page-template-page-addto.page .mone-bg__3,
		.page-template-page-addto.page .mone-bg__2{
			display: none;
		}
		.container, .page-template-default.page #primary,
		.page-template-page-addto.page #primary,
		.cli-style-v2, .cli_messagebar_head{
			margin: 0 auto;
			max-width: 1170px;
		}
		.page-template-page-addto.page .mone-bg__92 {
			right: 100px;

		}
		.mone-bg__13 {
			display: block;
			right: 334px;
			top: 230px;
			width: 30px;
		}
		.mone-bg__12 {
			position: absolute;
			left: 86px;
			top: 427px;
			width: 32px;
		}
		.mnine-v2__down {

			bottom: -34px;
		}
		.mnine-v2 .mthree-bg__1,
		.mnine-v2 .mthree-bg__2,
		.mnine-v2 .mthree-bg__3{
			display: none;
		}

		.mone-bg__121 {
			position: absolute;
			left: 285px;
			top: 180px;
		}
		.mfourt__up {
			left: -54px;
		}
		.mfourt-i-r{
			padding-right: 30px;
		}
		.page-template-page-addto.page .entry-title{
			margin-top: 230px;
			font-size: 43px;
		}
		.mone-bg__93{

			display: inline-block;
			bottom: -130px;
		}
		.header__icon-img img:nth-child(1) {
			display: none;
		}
		.header__icon-img img:nth-child(3) {
			display: none;
		}
		.header__icon-img img:nth-child(2) {
			left: 45%;
		}
		.header__icon-img img:nth-child(5) {
			display: none;
		}
		.header__icon-img img:nth-child(8) {
			top: 80%;
		}
		.header__icon-img img:nth-child(4) {
			left: 80%;
		}
		.meight-img__up-spreadsheets {
			display: none;
		}
		.mten__bg1 {
			display: none;
		}
		.mten__bg2 {
			top: 222px;
			left: -90px;
		}
		.mten__bg3 {
			display: none;
		}
		.mten__bg4 {
			right: 100px;
		}
		.mten__bgg1-spreadsheets {
			left: 150px;
		}
		.mten__bgg2-spreadsheets {
			right: 375px;
		}
		.mten__bgw1 {
			left: 200px;
		}
		.mten__bgw2-spreadsheets {
			top: 200px;
			right: 230px;
		}
	} 


	@media screen and (max-width: 1400px) {
		.mfourt__up {
			left: -100px;
		}
	}
	@media screen and (max-width: 1366px) {

	}

	@media screen and (max-width: 1280px) { 
		.mfourt-i-l img{
			object-fit: cover;
			height: 100%;
		}
		.mfourt-i-l{
			width: 100px;
		}
		.mthirt-in.grid-container.col-4{
			grid-column-gap: 20px;
		}
		.mthirt-i{
			padding: 15px;
		}
		.container , .cli-style-v2, .cli_messagebar_head,
		.page-template-default.page #primary,
		.page-template-page-addto.page #primary{
			max-width: 1000px;
		}

		.mthree .container{
			max-width: 890px;
		}
		.title-v1{
			font-size: 35px;
		}
		.mone-l1{
			font-size: 40px;
			line-height: 40px;
		}
		.mone-l2{
			font-size: 20px;
			line-height: 25px;

			max-width: 430px;
		}
		.mone-bg__5 {

			width: 140px;
		}
		.mone-bg__6 {
			width: 240px;
			left: 32px;
			top: 48px;
		}
		.mone-bg__7 {
			left: -60px;
			width: 240px;
		}
		.title-up{
			font-size: 20px;
		}
		.mthree-i__title{
			font-size: 23px;
		}
		.mthree-i__img {
			width: 70px;
		}
		.mthree-i__right{
			padding-left: 30px;
		}
		.mthree-i__text{
			font-size: 18px;
			line-height: 28px;
		}
		.mthree{
			height: 1054px;
		}
		.mfour-i__img{
			width: 49%;
		}
		.mfive-i__text{
			font-size: 18px;
		}
		.msix-l .title-v1{
			text-align: left;
			margin-bottom: 32px;
		}
		.msix-text{
			font-size: 18px;
		}
		.msix-r img{
			max-width: 800px;
		}
		.mseven-i__title {
			font-size: 48px;
		}
		.mten__bgg2 {
			right: 23%;
			top: 392px;
		}
		.mten__bgg1 {
			left: 20%;
			top: 456px;
		}
		.page-template-page-company .mone-l2 {
			max-width: none;
		}
		.page-template-page-company-new .mone-l2 {
			max-width: none;
		}
		.mone-bg__11 {
			position: absolute;
			top: -80px;
			left: -546px;
		}
		.msix-v2 .msix-l {
			width: auto;
			max-width: 50%;
		}
		.mnine__down .mnine-i__img {
			margin-bottom: 32px;
		}
		.mnine-i__title {

			font-size: 20px;

			margin-bottom: 18px;
		}
		.mnine-v2{
			height: 1046px;
		}
		.mten__title{
			font-size: 35px;
		}
		.mten__text{
			font-size: 20px;
			margin-bottom: 54px;
		}
		.mone-bg__3 {
			right: 0;
			height: 190px;
		}
		.page-template-page-support .msix-r img {
			max-width: 455px;
		}
		.mtwelf-img__up {
			left: -28px;
		}
		.mnine-v3 {
			height: auto;
		}
		.meleven, .mtwelf {
			padding-top: 125px;

		}
		.app-i__text{
			font-size: 18px;
		}
		.mone{
			background-position-y: bottom;
			height: 680px;
		}
		.mone-bg__14 {
			position: absolute;
			left: 20%;
			bottom: 29%;
		}
		.mone-bg__2 {

			top: 37%;
		}
		.mone-in{
			margin-top: -70px;
		}
		.mone.error-404 {
			height: 900px;
		}
		.blog-wr {
			max-width: 1030px;

		}
		.blog .mone,
		.archive.category .mone{
			height: 965px;
		}
		.subscribe__title{
			width: 390px;
			font-size: 25px;
			line-height: 30px;
		}
		.subscribe{
			padding: 35px;
		}
		.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
			padding: 14px;
		}
		.subscribe input[type="submit"] {
			margin-left: 16px;
		}
		.subscribe  .wpcf7 input[type="email"]{
			width: 220px;
		}
		.single-post .mone{
			height: 965px;
		}
		.app-i__d-i{
			padding: 14px 10px;
		}
		.mthree-i{
			align-items: flex-start;
		}
		.page-template-page-addto.page .entry-title{
			margin-top: 200px;
			font-size: 35px;
			margin-bottom: 28px;
		}
		.addtwo-l__up{
			font-size: 23px;
			line-height: 30px;
			margin-bottom: 30px;
			max-width: 320px;
			align-items: center;
		}
		.addtwo-l__up img {
			margin-right: 20px;
		}
		.addtwo-l .entry-content {
			font-size: 18px;
			line-height: 28px;
		}
		.addtwo-r{
			display: flex;
			flex-direction: column;

			padding-top: 120px;
			/*justify-content: center;*/
		}
		.mone-l1 {
			margin-bottom: 35px;
		}
		.mone-l2__spreadsheet {
			font-size: 20px;
			max-width: 380px;
		}
		.header__icon-img img:nth-child(2) {
			display: none;
		}
		.header__icon-img img:nth-child(4) {
			width: 60%;
		}
		.title-v1-table-spreadsheet {
			font-size: 35px;
			line-height: 100%;
			margin-bottom: 25;
		}
		.title-v1-work-confluence {
			font-size: 35px;
			line-height: 100%;
			margin-bottom: 55px;
		}
		.title-v1-spreadsheets {
			font-size: 35px;
			line-height: 100%;
			margin-bottom: 50px;
		}
		.slider-container {
			height: 740px;
		}
		.slider-container .bullet-container {
			bottom: 157px;
		}
		.meleven-spreadsheets {
			padding-top: 100px;
			padding-bottom: 200px;
		}
		.meleven-spreadsheets .title-v1 {
			font-size: 35px;
		}
		.mten__title-spreadsheets {
			font-size: 35px;
			line-height: 38px;
			margin-bottom: 56px;
			    max-width: 700px;
		}
		.mten__bg2 {
			display: none;
		}
		.mten__bg4 {
			right: 0px;
		}
		.mten__bgg1-spreadsheets {
			left: 40px;
		}
		.mten__bgw1 {
			left: 110px;
		}
		.mten__bgg2-spreadsheets {
			right: 280px;
		}
		.mten__bgw2-spreadsheets {
			right: 180px;
		}
	} 

	@media screen and (max-width: 1200px) { 
		.page-template-page-company .mone-bg__3{
			display: none;
		}
		.page-template-page-company-new .mone-bg__3{
			display: none;
		}
		.art-st2{
			padding: 20px;
			padding-left: 24px;
		}
		.mone-bg__1{
			display: none;
		}
		.page-template-page-company .mone-bg__11{
			top: 0;
			left: -400px;
		}
		.page-template-page-company .mone-bg__11 img {
			max-width: 372px;
		}
		.page-template-page-company-new .mone-bg__11{
			top: 0;
			left: -400px;
		}
		.page-template-page-company-new .mone-bg__11 img {
			max-width: 372px;
		}
		.mone-bg__17{
			display: none;
		}
		.mone-bg__9 {
			right: 394px;
			bottom: 110px;
		}
		.mone-bg__16{
			display: none;
		}
		.mone-bg__2 {
			left: 0;
			height: 269px;
			top: 526px;
			top: 13%;
		}
		.mseven{
			background-image: url(../../../assets/images/legacy/backgrounds/bg41.png);

			background-position: right;
			background-position-y: top;

			padding-top: 170px;

			padding-bottom: 130px;
		}
		.mseven__down{
			display: none;
		}
		.mseven__down21{
			display: block;
			position: absolute;
			right: 63px;
			top: -74px;
			z-index: -1;
		}
		.page-template-page-addto .mone-bg__2 {
			display: none;
		}
		.mone-bg__93{
			display: none;
		}
		.page-template-page-addto .mone-bg__1{
			display: inline-block;
		}
		.page-template-page-addto .mone-bg__8{
			display: none;
		}
		.page-template-page-addto.page .mone-bg__92{
			right: 70px;
			top: 778px;
		}

	} 

	@media screen and (max-width: 1100px) { 

	} 

	@media screen and (max-width: 1040px) { 
		.pt-castom-p {
			margin-top: 80px;
		}
		.container,
		.blog-wr,
		.page-template-default.page #primary,
		.page-template-page-addto.page #primary{
			max-width: 760px;
		}
		.blog-up{
		/*	grid-template-columns: 1fr 1fr;
			grid-template-rows: 1fr 1fr 1fr;
			gap: 30px 30px;
			grid-template-areas:
			"qw qw"
			". ."
			". .";*/

			display: flex;

			flex-wrap: wrap;
			margin-bottom: 54px;
		}
		.blog-up__pre-i:nth-child(2){
			display: none;
		}
		.blog-up .art-st2:nth-child(1) {
			height: auto;
			width: 100%;
			padding: 32px 25px;
			/* height: 100px; */
		}
		.art-st2 {
			width: 47.8%;
		}
		.blog-up .art-st2:nth-child(1) .art-down__category {
			margin-bottom: 32px;
		}
		.blog-up .art-st2:nth-child(1) .art-post__text {

			font-size: 18px;
			margin-bottom: 18px;
		}
		.mone-bg__13 {
			right: 19%;

		}
		.mone-bg__16 {

			left: 20%;
			top: 274px;
		}
		.blog-up .art-st2:nth-child(1) .art-down__a {

			float: right;
		}
		.blog-up .art-post__title {

			font-size: 18px;
			line-height: 21px;

		}
		.subscribe__img {

			width: 264px;
			width: 36%;
			z-index:  0;

		}
		.subscribe__img img{

			max-width: none;
		}
		.subscribe .wpcf7 input[type="email"] {
			width: 190px;
		}
		.grid-container.col-3 {
			grid-template-columns: repeat(2, 1fr);
		}
		.subscribe {
			margin-bottom: 54px;
		}
		.home .mone-bg__3,
		.home  .mone-bg__1,
		.home .mone-bg__2{
			display: none;
		}
		.mone-l2{
			font-size: 18px;
			line-height: 28px;
		}
		.mone-bg__7 {
			left: -101px;
			top: 281px;
		}
		.mone-bg__8{
			display: none;
		}
		.mone-bg__9 {
			right: 20%;
			/* left: 20%; */
			bottom: 56px;
		}
		.mone-bg__5 {

			right: -9px;
			top: 430px;
			width: 120px;
		}
		.mone-bg__4 {

			right: -106px;
			top: 156px;
		}
		.mthree-i__img {
			width: 68px;
		}
		.mthree-in {
			grid-column-gap: 22px;
			grid-row-gap: 68px;

		}
		.mthree-i {
			
			align-items: flex-start;
		}
		.page-template-page-company .mone-in {
			width: auto;
			max-width: 400px;

		}
		.page-template-page-company-new .mone-in {
			width: auto;
			max-width: 400px;

		}
		.mnine__down.grid-container.col-3 {
			grid-template-columns: repeat(3, 1fr);
		}
		.page-template-page-partners .msix-v2 .msix-in{
			justify-content: flex-start;
		}
		.page-template-page-partners .msix-v2 .msix-r img {
			bottom: 0;
			left: 0;
			right: auto;

		}
		.meight-up{
			align-items: center;

			flex-wrap: wrap;

			justify-content: space-evenly;

		}

		.single-post .mone-bg__3,
		.single-post .mone-bg__9,
		.single-post .mone-bg__12,
		.single-post .mone-bg__17,
		.single-post .mone-bg__13,
		.single-post .mone-bg__15,
		.single-post .mone-bg__2{
			display: none;
		}
		.mthirt .grid-container.col-4{
			grid-template-columns: repeat(2, 1fr);
		}
		.mfourt-i-l{
			width: 20px;
		}
		.mfourt-i-l img {
			height: 100%;
			width: 100%;
			object-fit: cover;
		}
		.mfourt-i-r {
			padding-top: 50px;

		}
		.mfourt-in.grid-container.col-2{
			grid-column-gap: 20px;
			grid-row-gap: 20px;
		}
		.msix-r img{
			bottom: auto;
			max-width: 500px;
		}
		.mseven__img{
			display: none;
		}
		.mseven__down{
			display: none;
		}
		.page-template-page-company .mone-l2 br{
			display: none;
		}
		.page-template-page-company-new .mone-l2 br{
			display: none;
		}
		.msix-v2 .msix-r img {
			bottom: auto;
			left: auto;
			top: 110px;
			right: 0;
		}
		.page-template-page-support .msix-r img {
			max-width: 373px;
		}
		.app-i__title {

			padding-left: 94px;
			max-width: 420px;

		}
		.mseven{
			background-image: url(../../../assets/images/legacy/backgrounds/bg42.png);

			background-position: right;
			background-position-y: top;

			padding-top: 185px;

			padding-bottom: 45px;
		}

		.mseven__down21 {
			right: -102px;
			top: -74px;
		}
		.mseven-i__text {

			padding: 0 8px;
		}
		.mten__bg1, .mten__bg3{
			display: none;
		}
		.mten__bg2 {
			top: 175px;
			left: 53px;
		}
		.mten__bg4 {
			right: 106px;

			top: 550px;

		}
		.mten__bgw2{
			right: 100px;
			top: 190px;
		}
		.mten__bgw1 {
			left: 100px;
			top: 540px;
		}
		.mten__bgg1 {
			left: 16%;
			top: 403px;
		}
		.mten__bgg2 {
			right: 13%;
			top: 330px;
		}
		.page-template-page-partners .mone-zv__wr{
			display: none;
		}
		.page-template-page-partners .mone-in {
			margin-top: -24px;
		}
		.page-template-page-partners .mone-bg__10{
			display: none;
		}
		.page-template-page-partners .mone-bg__13 {
			right: 7%;
			top: 107px;
			width: 30px;
		}
		.page-template-page-contact .mone-zv__wr{
			display: none;
		}
		.page-template-page-contact .mone-bg__10{
			display: none;
		}
		.page-template-page-contact .mone-bg__13 {
			right: 7%;
			top: 107px;
			width: 30px;
		}
		.page-template-page-addto.page .entry-title {
			margin-top: 145px;
			font-size: 28px;
			line-height: 124.5%;
		}
		.addtwo-l__up{
			font-size: 20px;
			line-height: 25px;
		}
		.proektone__video iframe{
			height: 220px;
		}
		.addtwo-btn {

			padding: 10px 22px;
		}
		.page-template-page-addto .mone-bg__1{
			display: none;
		}
		.page-template-page-addto.page .mone-bg__92 {
			right: 135px;
			top: 646px;
		}
		.mone__spreadsheet {
			height: 800px;
		}
		.header__icon-img img:nth-child(4) {
			left: 95%;
			top: -155px;
			width: 80%;
		}
		.header__icon-img img:nth-child(7) {
			left: 35%;
		}
		.header__icon-img img:nth-child(6) {
			left: 49%;
			bottom: 36%;
		}
		.header__icon-img img:nth-child(8) {
			top: 91%;
			left: 76%;
		}
		.header__icon-img img:nth-child(9) {
			left: 50%;
			bottom: 0%;
		}
		.confluence__block-title {
			font-size: 20px;
		}
		.confluence__block-text {
			font-size: 18px;
		}
		.confluence__block-img {
			width: 50px;
		}
		.title-v1-table-spreadsheet > img {
			width: 50px;
		}
		.video__castom-setting {
/* 			height: 424px; */
		}
		.slider-container {
			height: 600px;
		}
		.slider-container .bullet-container {
			bottom: 110px;
		}
		.slider-container .slider-left,
		.slider-container .slider-right {
			bottom: 8.5%;
		}
		.mten__bg1 {
			top: 130px;
			left: 25px;
			display: block;
		}
		.mten__bgw1 {
			left: 130px;
		}
		.mten__bgg1-spreadsheets {
			left: 110px;
			top: 310px;
		}
		.mten__title-spreadsheets {
			font-size: 30px;
		}
		.mten__bgw2-spreadsheets {
			right: 145px;
		}
		.mten__bgg2-spreadsheets {
			right: 268px;
			top: 461px;
		}
		.mten__bg4 {
			right: 14px;
		}
		.circle_castom-1 {
			display: block;
			position: absolute;
			left: 25%;
			bottom: 26%;
		}
		.circle_castom-2 {
			display: block;
			position: absolute;
			left: 33%;
			bottom: 24%;
		}
	} 



	@media screen and (max-width: 992px) { 
		#site-navigation{
			display: none;
		}
		.header-l2{
			position: fixed;
			display: block;

			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			/*background: red;*/
			transition: all .3s;
			left: 105%;
			background: rgba(255, 255, 255, 0.01);
			box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
			backdrop-filter: blur(34px);
			z-index: 999999;

		}
		.header-l2.change {
			left: 0;
		}
		.header-l2__logo{
			margin-bottom: 48px;
			display: inline-block;
		}
		.header-l2-in{
			transition: all 1s;
			padding-left: 26px;
			padding-top: 20px;
			/*padding-top: 100px;*/
			margin-left: auto;
			width: 50%;
			height: 100%;
			background: rgba(255, 255, 255, 0.8);
			box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
			backdrop-filter: blur(34px);
			position: relative;
		}
		.header-l2.change  .header-l2-in{
			width: 90%;
		}
		.header-l1-in{
			height: 70px;
		}
		.main-navigation a{
			font-style: normal;
			font-weight: 600;
			font-size: 20px;
			line-height: 20px;
			/* identical to box height */


			color: #2D3748;
			padding-top: 15px;
			padding-bottom: 15px;
		}
		#site-navigation-mob{
			margin-bottom: 48px;
		}
		.header-l2 .ft-soc img{
			filter: brightness(0.3);
		}
		.mten__bg1,
		.mten__bg3{
			display: none;
		}
		.mten__bg4 {
			right: -10%;
			top: 582px;
		}
		.mten__bg2 {
			top: 148px;
			left: -10%;
		}
		.mten__bgg1 {
			left: 9%;
			top: 526px;
		}
		.mten__bgg2 {
			right: 10%;
			top: 343px;
		}
		.mten__bgw1 {
			left: 22%;
			top: 652px;
		}
		.mten__bg {

			transform: scale(0.5) !important;
		}
		.blog .mone-bg__3,
		.blog  .mone-bg__9,
		.blog  .mone-bg__12,
		.archive.category .mone-bg__3,
		.archive.category .mone-bg__2,
		.archive.category  .mone-bg__9,
		.archive.category   .mone-bg__17,
		.archive.category  .mone-bg__12,
		.blog  .mone-bg__2{
			display: none;
		}
		.single-post .entry-content{
			padding-left: 15px;
			padding-right: 15px;
		}

		.mob-btn {
			height: 28px;

			transition: all .3s ease;
			text-decoration: none;
			padding-right: 50px;
			cursor: pointer;
			position: relative; 
			display: block;

			margin-left: 16px;

			position: fixed;


			right: 15px;
			z-index: 999999;
			margin-left: 16px;
			top: 20px;
		}
		.mob-btn span {
			font-style: normal;
			font-weight: normal;
			font-size: 16px;
			line-height: 24px;
			color: #2E333D;
		}
		.home .mob-btn span{

		}

		#primary-menu {
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.mob-btn-in{
			position: absolute;
			right: 5px;
			top: 12px;
			width: 28px;
			/*width: 16px;*/
			height: 2px;
			background: #2E333D;

			transition: all 0.3s ease;
		}
		.mob-btn-in:after{
			content: "";
			position: absolute;
			display: block;
			right: 0;
			height: 2px;
			background: #2E333D;
			/*width: 16px;*/
			width: 28px;
			bottom: -8px;
			transition: all .3s ease;



			animation-duration: .5s;
			animation-delay: .15s;
		}
		.mob-btn-in:before {
			position: absolute;
			display: block;
			right: 0;
			width: 28px;
			height: 2px;
			background: #2E333D;
			/* width: 16px; */
			content: "";
			top: -8px;
			transition: all .3s ease;

			animation-duration: .5s;
			animation-delay: 0s;
		}
		.mob-btn.change .mob-btn-in:before {
			top: 0;
			-webkit-transform: rotate(
				45deg
				);
			-ms-transform: rotate(45deg);
			transform: rotate(
				45deg
				);
			/*background: #e31e24;*/
		}
		.mob-btn.change .mob-btn-in:after {
			bottom: 0;
			-webkit-transform: rotate(
				-45deg
				);
			-ms-transform: rotate(-45deg);
			transform: rotate(
				-45deg
				);
			/*background: #e31e24;*/
		}
		.mob-btn.change .mob-btn-in {
			background: 0 0;
		}

		#site-navigation {
			position: fixed;
			width: 50%;
			left: -90%;
			height: 100%;
			top: 0;
			z-index: 99;
			padding-top: 180px;
			background: #f8f8f8;
			margin-left: 0;
			margin-right: 0;
			transition: all 1s ease;
			box-shadow: 3px 7px 4px rgb(0 0 0 / 20%);
			padding-left: 0;
			overflow-y: auto;
		}
	/*	#site-navigation.change {
			left: 0;
			}*/
			#primary-menu {
				-webkit-flex-direction: column;
				-moz-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			.main-navigation li {
				position: relative;
				width: 100%;
			}
			.header-l2__mail{
				font-style: normal;
				font-weight: 600;
				font-size: 20px;
				line-height: 124.5%;
				/* identical to box height, or 25px */

				text-align: center;

				color: #2D3748;
				margin-bottom: 35px;

				position: absolute;
				left: 26px;
				bottom: 0;
			}
			.page-template-page-support  .msix-r{
				width: 50%;
			}
			.page-template-page-support .msix-v2 .msix-r img {
				bottom: auto;
				left: 0;
				top: 110px;
				right: 0;
			}
			.page-template-page-addto .mone-bg__3{
				display: none;
			}
			.table__spreadsheet-block {
				flex-direction: column;
				gap: 30px;
				padding-top: 0px;
        		row-gap: 50px;
			}
			.title-v1-table-spreadsheet {
				font-size: 30px;
			}
			.table__spreadsheet-item {
				width: 100%;
			}
			.video__castom-setting {
/* 				height: 200px; */
			}
			.meight-table-spreadsheet {
				margin: 90px 0;
			}
			.meight-work-confluence {
				padding-top: 90px;
				padding-bottom: 180px;
			}
			.title-v1-work-confluence {
				font-size: 30px;
			}
			.work__confluence-wrapper {
				flex-direction: column;
			}
			.work__confluence-block {
				padding: 35px 30px;
			}
			.title-v1-spreadsheets {
				font-size: 30px;
			}
			.benefits__spreadsheets-wrapper {
				flex-direction: column;
			}
			.benefits__spreadsheets-item {
				flex-direction: column;
				    width: 100%;
			}
			.slider-container {
				height: 440px;
			}
			.meight {
				padding-top: 70px;
			}
			.slider-container .slider-left, .slider-container .slider-right {
				bottom: -4.5%;
				width: 50px;
			}
			.slider-container .bullet-container {
				bottom: 44px;
			}
			.meleven-spreadsheets {
				padding-top: 60px;
				padding-bottom: 181px;
			}
			.meleven-spreadsheets .title-v1 {
				font-size: 30px;
			}
			.accordion__header {
				font-size: 17px;
				line-height: 28px;
			}
			.accordion {
				margin-top: 20px;
			}
			.mten__title-spreadsheets {
				font-size: 25px;
			}
			.mten__bg4 {
				display: none;
			}
			.circle_castom-1 {
				left: 10%;
				bottom: 50%;
			}
			.mten__bgg1-spreadsheets {
				left: 380px;
				top: 240px;
				width: 6px;
				height: 6px;
			}
			.circle_castom-2 {
				left: 88%;
				bottom: 80%;
			}
			.mten__bgg2-spreadsheets {
				display: none;
			}
			.mten__bgw2-spreadsheets {
				display: none;
			}
		}



		@media screen and (max-width: 768px) { 
			.pt-castom-p {
				padding-bottom: 50%;
				padding-top: 0px;
				height: 0;
				width: 90%;
				overflow: hidden;
				position: absolute;
				top: 50%;
				right: 5%;
				margin-top: 0;
			}
			.mone-bg__4,
			.mone-bg__7,
			.mone-bg__5{
				display: none;
			}
			.mfive__up{
				display: none;
			}
			.foot-l0-in.grid-container.col-4 {

				grid-template-columns: repeat(2, 1fr);
			}
			.mfive{
				background: #f3f3fd;
			}
			.page-template-page-partners .mone-bg__3{
				display: none;
			}
			.mone-bg__1{
				display: none;
			}
			.mone-bg__13{
				right: 7%;
			}
			.mfive-in {
				width: 100%;

			}
			.mseven-in{
				flex-wrap: wrap;
			}
			.foot-l2{
				position: relative;
				z-index: 1;
			}
			.foot-l2:before{
				content: '';
				position: absolute;
				width: 100%;
				height: 200px;
				left: 0;
				background: #231f4c;
				bottom: 100%;
			}
			.foot-l1 {

				position: relative;
				z-index: 2;

			}
			.page-template-page-partners  .meleven-img__down,
			.page-template-page-partners .meight-img__up{
				display: none;
			}
			.meleven-r {
				text-align: left;
				padding-left: 40px;
			}
			.meleven-l {
				text-align: right;
				padding-right: 40px;
				border-right: 1px solid #BDCDE8;
			}
			.meleven-i__text{
				width: 100%;
			}
			.meight  .meight-img__up{
				display: none;
			}
			.blog  .mone-bg__13,
			.blog   .mone-bg__12{
				display: none;
			}
			.art-st2 {
				width: 47%;
			}

			.page-template-page-contact  .mone-bg__14,
			.page-template-page-contact   .mone-bg__12,
			.page-template-page-contact   .mone-bg__17 
			{
				display: none;
			}
			.page-template-page-support  .mone-bg__14,
			.page-template-page-support  .mone-bg__12,
			.page-template-page-support  .mone-bg__17 {
				display: none;
			}
			.mone-bg__3{

			}
			.page-template-page-support .mone-bg__2,
			.page-template-page-contact .mone-bg__2{
				display: inline-block;
				top: auto;
				bottom: 76px;
			}
			.mone-bg__3{
				right: -35px;
				height: 190px;
				top: 370px;
				width: 100px;
			}
			.page-template-page-company .mone-bg__3 {
				display: inline-block;
				top: 570px;
			}
			.page-template-page-company-new .mone-bg__3 {
				display: inline-block;
				top: 570px;
			}
			.mnine-v3   .mnine__down  {
				grid-template-columns: repeat(2, 1fr);
			}
			.mnine-v3{
				padding-top: 132px;
			}
			.mnine-v3 .mseven__down{
				display: none;
			}
			.mtwelf-in.grid-container.col-2{
				grid-template-columns: repeat(1, 1fr);
			}
			.mthirt .grid-container.col-4 {
				grid-column-gap: 25px;
				grid-row-gap: 25px;
			}
			.mseven{
				background-position-y: bottom;
			}
			.addtwo {

				gap: 24px;
				flex-direction: column ;
			}
			.addtwo-l, .addtwo-r {
				width: 100%;
			}
			.page-template-default.page .entry-title, .page-template-page-addto.page .entry-title{
				font-size: 26px;
				line-height: 124.5%;
			}
			.page-template-default.page .entry-title, .page-template-page-addto.page .entry-title {

				margin-bottom: 26px;
				margin-top: 144px;
			}
			.addtwo-l__up {

				font-size: 22px;
				line-height: 1.4;

				margin-bottom: 16px;

				align-items: center;
			}
			.addtwo-l__up img {
				margin-right: 20px;
			}
			.mone-l1 {
				text-align: center;
				margin-bottom: 20px;
			}
			.mone-l2__spreadsheet {
				max-width: 100%;
				text-align: center;
				width: 100%;
			}
			.mone-in__spreadsheet {
				justify-content: center;
				align-items: center;
			}
			.mone-in__spreadsheet {
				margin-top: -178px;
			}
			.header__icon-img img:nth-child(4) {
				left: 62%;
				top: 195px;
				width: 422px;
			}
			.mone-btn {
				margin-top: 20px;
			}
			.btn-v1__spreadsheet {
				font-size: 14px;
				padding: 15px 15px;
			}
			.header__icon-img img:nth-child(7) {
				left: 70%;
				top: 6%;
			}
			.header__icon-img img:nth-child(6) {
				left: 55%;
				bottom: 19%;
				width: 45px;
			}
			.header__icon-img img:nth-child(9) {
				left: 50%;
				bottom: 2%;
				width: 10px;
			}
			.header__icon-img img:nth-child(8) {
				top: 91%;
				left: 25%;
			}
			.header__icon-img img:nth-child(10) {
				position: absolute;
				left: 100%;
				top: -6%;
				transform: translate(-50%, 50%);
				display: block;
			}
		} 

	@media screen and (max-width: 680px) { 
		.slider-container .slider-content {
			width: 90%;
		}
	}

		@media screen and (max-width: 650px) { 
			.subscribe__img{
				display: none;
			}
			.subscribe__title{
				width: 100%;
				font-size: 23px;
				line-height: 30px;
			}
			
			.form-up-1{
				flex-direction: column;
			}
			.pum-content label{
				width: 100%;
			}
			.pum-content .wpcf7-form-control-wrap{
				margin-bottom: 20px;
			}

			body .pum-theme-9207 .pum-container{
				padding: 24px;
				padding-top: 115px;
			}
			.wpcf7-form-control-wrap.acceptance-145{
				margin-bottom: 0;
			}
		} 

			@media screen and (max-width: 680px) { 
				.slider-container .slider-content {
					width: 100%;
				}
			}


		@media screen and (max-width: 568px) { 
			.mone-bg__13{
				display: none;
			}
			.mone-l1{

				font-size: 35px;
				line-height: 44px;
				margin-bottom: 26px;
			}
			.home .mone-l1:after {

				right: 41%;

				transform: scale(0.6);
				bottom: -36px;

			}
			.title-v1{
				font-size: 25px;
				line-height: 124.5%;
				margin-bottom: 32px;
			}
			.title-up {
				font-size: 18px;
			}
			.mthree-in {
				grid-row-gap: 48px;
				grid-template-columns: repeat(1, 1fr);
			}
			.mthree-i__title {
				font-size: 20px;
				margin-bottom: 18px;
			}
			.foot-l0-in.grid-container.col-4 {

				grid-template-columns: repeat(1, 1fr);
			}
			.foot-l2:before {

				height: 615px;

			}
			.page-template-page-partners  .mnine-v2 {
				height: auto;
				background: url(../../../assets/images/legacy/backgrounds/mob_bg2.svg) no-repeat;
				background-size: cover;
				background-position-y: top;
				padding-top: 135px;
			}
			.page-template-page-partners .msix-v2{
				padding-bottom: 80px;
			}
			.blog-search{
				display: block;
			}
			.header-wr	.header-search{
				display: none;
			}
			.header-search input[type="search"]{
				width: 100%;
			}
			.blog .mone-l1{
				font-size: 30px;
				line-height: 1.2;

				margin-bottom: 8px;
			}
			.blog-wr{
				margin-top: 0;
			}
			.blog .mone-l2,
			.archive.category .mone-l2{
				font-weight: 300;
				font-size: 20px;
				line-height: 30px;

			}
			.mone-l11{
				margin-bottom: 8px;
			}
			.blog .mone,
			.archive.category .mone{
				height: 700px;
				padding-top: 85px;
			}
			.gorod-wr{
				margin-bottom: 26px;
			}
			.blog .mone-bg__17{
				display: none;
			}
			.blog-up{
				gap: 20px 20px;
			}
			.art-st2{
				padding: 18px;
			}
			.art-down__category > span{
				padding: 2px 6px;
			}
			.blog-grid.grid-container.col-3{
				grid-template-columns: repeat(1, 1fr);
			}
			.subscribe .wpcf7 input[type="email"] {
				width: 100%;
			}
			.subscribe input[type="submit"] {
				margin-left:  0;
				width: 100%;
				margin-top: 12px;
			}
			.subscribe__img-mobile{
				display: block;
				width: 100%;
				position: absolute;
				left: 0;
				bottom: 0;

			}
			.subscribe__img-mobile img{
				width: 100%;
				max-width: 100%; 
			}
			.subscribe{
				position: relative;
				padding: 5px;
				padding-top: 30px;
				padding-bottom: 200px;

			}
			.subscribe-in{
				/*padding-bottom: 200px;*/
				position: relative;
			}
			.entry-l1{
				font-size: 30px;
				line-height: 35px;
				margin-bottom: 28px;
			}
			.ano-line{
				margin-bottom: 25px;
			}
			.mnine-v3{
				height: auto;
				background: url(../../../assets/images/legacy/backgrounds/mob_bg3.png) no-repeat;
				background-size: cover;
				background-position-y: top;
				padding-top: 135px;
			}
			.mnine-v3 .mnine__down {
				grid-template-columns: repeat(1, 1fr);
			}
			.mtwelf-img__up{
				display: none;
			}
			.app-i__title{
				padding-top: 0;

				font-weight: 700;
				font-size: 18px;
				line-height: 28px;
				margin-bottom: 20px;
				padding-left: 88px;
			}
			.app-i__img img {
				max-width: 60px;
			}
			.mtwelf{
				padding-top: 100px;
			}
			.app-i__down{
				flex-direction: column;
			}
			.app-i__d-i{
				width: 100%;
			}
			.page-template-page-support	.msix-r {
				position: relative;
				margin-top: 30px;
				margin-bottom: 30px;
			}
			.mthirt .grid-container.col-4 {
				grid-column-gap: 20px;
				grid-row-gap: 20px;

				grid-template-columns: repeat(1, 1fr);
			}
			.mfourt-in.grid-container.col-2{
				grid-template-columns: repeat(1, 1fr);
			}
			.mfourt-i-r {
				padding-left: 16px;
				padding-top: 40px;
				padding-bottom: 40px;
			}
			.mfourt-i{
				position: relative;
				z-index: 2;
			}
			.mfourt-i:nth-child(1){
				order: 2;
			}
			.mfourt-i:nth-child(2){
				order: 1;
			}
			.mfourt-i:nth-child(3){
				order: 3;
			}
			.mfourt-i:nth-child(4){
				order: 4;
			}
			.main-navigation a{
				text-align: left;
			}
			.header-wr	.ft-soc{
				margin: 0 auto;
				text-align: center;
				margin-bottom: 42px;
				position: absolute;
				width: 100px;
				right: -15px;
				display: flex;
				gap: 20px;
				flex-direction: column;
				top: 112px;
			}
			.mthree .title-v1{
				width: 200px;
				margin-bottom: 70px;
			}
			.mfive__up{
				right: 0;
				top: -36px;
				z-index: -1;
				width: 32px;
				display: block;
			}
			.cli-bar-btn_container {
				width: 100%;
				display: block;
			}
			.cli-style-v2 .cli-bar-btn_container .cli-plugin-button{
				margin-left: 0;
			}
			#cookie-law-info-bar[data-cli-style="cli-style-v2"]  {
				padding: 25px 15px;
				padding-top: 40px;
			}
			.cli-style-v2 .cli-bar-message,
			#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {

				padding-left: 90px;
			}
			#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head:before {

				left: 6px;

			}
			.mone-zv__wr{
				display: none;
			}
			.mone-bg__16{
				display: none;
			}
			.mtwo .slick-dots {
				bottom: -76px;
			}
			.subscribe__form .wpcf7-not-valid-tip{
				position: static;
				margin-top: 0;
			}
			.page-template-page-addto.page .mone-bg__2 {

				width: 60px;
			}
			.addtwo-r{
				padding-top: 0;
			}
			.thank__img{
				margin-bottom: 30px;
			}
			.thank__title{
				font-size: 20px;
				margin-bottom: 22px;
			}
			.thank__text{
				font-size: 14px;
				margin-bottom: 35px;
			}
			.form-up-2 > p{
				margin-bottom: 28px;
				margin-top: 0;
			}
			.form-up-4 > p {
				width: 100%;
				    height: 68px;
			}
			.form-up-4 {
				display: flex;
				gap: 0;

				flex-direction: column;
			}
			.form-canc{
				width: 100%;
			}
			.wpcf7 form .wpcf7-response-output{
				    margin: 1em 0.5em 1em;
			}
		} 

		@media screen and (max-width: 520px) { 
				.slider-container .bullet-container {
					bottom: 100px;
				}
	.slider-container .slider-left, .slider-container .slider-right {
					bottom: 9%;
				}
			}

		@media screen and (max-width: 480px) {

			.mone{
				background: url(../../../assets/images/legacy/backgrounds/mob_bg.svg) no-repeat;
				background-size: cover;
				background-position-y: bottom;
			}
			.mone-l2 {


				max-width: 300px;
			}
			.home .mone-bg__2{
				display: inline-block;
				top: auto;
				bottom: 76px;
				height: 158px;
			}
			.mthree-btn{
				padding: 14px 26px;
				margin-top: 18px;
			}
			.mthree{
				padding-top: 130px;
			}
			.mfour-i__img {
				width: 100%;
			}
			body .slick-prev {
				left: -16px;
			}
			body .slick-next {
				right: -16px;
			}
			.page-template-page-company .mone-in{
				align-items: center;
				width: 100%;

				margin-top: 100px;
				justify-content: flex-start;
			}
			.page-template-page-company .mone{
				height: 880px;
				background: url(../../../assets/images/legacy/backgrounds/mob_bg12.png ) no-repeat;
				background-size: cover;
				background-position-y: bottom;

			}
			.page-template-page-company-new .mone-in{
				align-items: center;
				width: 100%;

				margin-top: 100px;
				justify-content: flex-start;
			}
			.page-template-page-company-new .mone{
				height: 880px;
				background: url(../../../assets/images/legacy/backgrounds/mob_bg12.png ) no-repeat;
				background-size: cover;
				background-position-y: bottom;

			}
			.page-template-page-company .mone-l2 {
				text-align: center;
			}
			.page-template-page-company .mone-bg__11 img,
			.mone-bg__11 img {
				max-width: 100%;
			}
			.page-template-page-company .mone-bg__11, 
			.mone-bg__11 {
				position: absolute;
				top: 316px;
				left: -42px;
				width: 339px;
			}
			.page-template-page-company-new .mone-l2 {
				text-align: center;
			}
			.page-template-page-company-new .mone-bg__11 img,
			.mone-bg__11 img {
				max-width: 100%;
			}
			.page-template-page-company-new .mone-bg__11, 
			.mone-bg__11 {
				position: absolute;
				top: 316px;
				left: -42px;
				width: 339px;
			}
			.msix-l{
				width: 100%;
			}
			.msix-in{
				display: block;
			}
			.msix-r img {
				position: static;
				bottom: -146px;
				width: 100%;
				left: 0;
				/* top: 0; */
				max-width: none;
			}
			.msix{
				padding-bottom: 0;
			}
			.mseven{
				padding-top: 155px;
				padding-bottom: 10px;
			}
			.mseven-i {
				text-align: center;
				margin-bottom: 28px;
			}
			.mseven-i__img {
				height: 44px;

			}
			.mseven .mseven__down{
				display: none;
			}
			.meight{
				padding-top: 70px;
				padding-bottom: 70px;
			}
			.title-v1.tal {
				margin: 0;
				margin-bottom: 38px;
			}
			.mnine__down.grid-container.col-3{
				display: block;
			}
			.mnine-ii{
				margin-bottom: 30px;
			}
			.mten__title {
				font-size: 30px;
			}
			.msix-v2 .msix-in{
				display: block;
			}
			.msix-v2 .msix-l {
				width: auto;
				max-width: 100%;
			}
			.msix-v2 .msix-r img{
				position: static;
			}
			.page-template-page-partners .mone-bg__2{
				display: none;
			}
			.meight-line1 .meight-line__workers .slick-track{
				display: block;
			}
			.meight-line__workers.grid-container.col-4{
				grid-template-columns: repeat(1, 1fr);
			}
			.worker__img{
				height: 225px;
			}
			.meight-line1 .meight-line__title{
				display: none;
			}
			.meight-up {

				margin-bottom: 24px;
			}
			.meleven-i{
				display: block;
				padding-bottom: 45px;

			}
			.meleven-l,
			.meleven-r {
				text-align: center;
				padding-left:  0 ;
				padding-right: 0;
				width: 100%;
				padding-bottom: 0;
			}
			.meleven-i__title{
				font-style: normal;
				font-weight: 700;
				font-size: 26px;
				line-height: 28px;
				/* or 108% */

				text-align: center;

				color: #2D3748;
				margin-bottom: 15px;
			}
			.meleven-i__text{
				font-style: normal;
				font-weight: 300;
				font-size: 18px;
				line-height: 28px;
				/* or 156% */

				text-align: center;

				color: #2D3748;
			}
			.mten	.mten__bgg2,
			.mten	 .mten__bgg1{
				/*display: none;*/
				width: 16px;
				height: 16px
			}
			.mten	 .mten__bgg1{
				left: 9%;
				top: 590px;
			}
			.mten	.mten__bgg2{
				right: 7%;
				top: 239px;
			}
			.meleven-i__n{
				position: static;
				margin: 0 auto;
				display: block;
				margin-bottom: 28px;
			}
			.meleven-i:nth-child(odd) .meleven-r{
				display: none;
			}
			.meleven-i:nth-child(even) .meleven-l{
				display: none;
			}
			.page-template-page-support	.mnine-i__title{
				min-height: auto;
			}
			.home .mone-bg__3 {
				display: block;
			}
			.mone-bg__10{
				bottom: 70px;


				height: 17px;
				width: 17px;
				left: 112px;
			}
			.home .mone-l1:after{
				right: 16%;
			}
			.foot-l1	.ft-soc {
				margin: 0 auto;
				text-align: center;
				margin-bottom: 42px;
				position: absolute;
				right: 0;
				top: 0;
				display: flex;
				flex-direction: column;
				gap: 40px;

			}
			.foot-l2	.ft-soc{
				display: none;
			}
			.mfive .title-v1{
				margin-bottom: 96px;
			}
			.mnine-v2__down{
				left: -24px;
				bottom: -43px;
				width: 82px;

			}

			.blog  .mone-bg__14{
				display: none;
			}
			.blog  .mone-bg__10{

			}
			.blog .blog-wr {
				margin-top: 78px;
			}
			.mfourt__up{
				display: none;
			}
			.cli-tab-container h4, .cli-tab-container h1{
				font-size: 25px;

				margin-top: 0;
				margin-bottom: 10px;
			}


			.page-template-page-partners .mone-in{
				margin-top: 0;
			}
			.page-template-page-company .mone-in{
				padding-top: 70px
			}
			.page-template-page-company .mone-bg__11, 
			.mone-bg__11{
				width: 310px;
			}
			.page-template-page-company  .mone-bg__17{
				display: none;
			}
			.page-template-page-company .mone-bg__2{
				top: 46%;
				width: 90px;
				left: 0;
			}
			.page-template-page-company	.msix-r img{
				position: relative;
				bottom: 0;
				width: 454px;
				left: -30px;
			}
			.page-template-page-company-new .mone-in{
				padding-top: 70px
			}
			.page-template-page-company-new .mone-bg__11, 
			.mone-bg__11{
				width: 310px;
			}
			.page-template-page-company-new  .mone-bg__17{
				display: none;
			}
			.page-template-page-company-new .mone-bg__2{
				top: 46%;
				width: 90px;
				left: 0;
			}
			.page-template-page-company-new	.msix-r img{
				position: relative;
				bottom: 0;
				width: 454px;
				left: -30px;
			}
			.port-ii_dt{
				order: 2;
			}
			.ano-line{
				align-items: flex-start;
				flex-wrap: wrap;
			}

			.ano__category {
				order: 3;
				margin-top: 16px;
				width: 100%;
				text-align: center;
			}
			.ano__excerpt{
				order: 1;
			}
			.entry-content h1,
			.entry-content h2,
			.entry-content h3,
			.entry-content h4,
			.entry-content h5{
				line-height: 1.2;
			}
			.mseven{
				height: auto;
				background: url(../../../assets/images/legacy/backgrounds/mob_bg2.svg) no-repeat;
				background-size: cover;
				background-position-y: top;
				padding-top: 135px;
				padding-bottom: 80px;
			}
			.mseven-in {
				
				flex-direction: column;

				gap: 50px;
			}
			.meight  .title-v1{
				margin-bottom: 40px;
			}
			.meight-up-i {
				
				font-size: 15px;
				
			}
			body .narrow .slick-arrow{
				top: -23px;

			}
			body .narrow .slick-arrow.slick-next {

				top: -32px;
			}
			.mone-bg__99{
				height: 28px;
				width: 28px;
				position: absolute;
				left: 78px;
				top: 100px;
				border: 5px solid #55C187;
				border-radius: 100%;
				display: block;
			}
			.page-template-page-support .msix-r {
				width: 100%;
			}
			.page-template-page-company .mone-bg__10{
				right: 97px;
				top: 130px;
				bottom: auto;
				left: auto;
			}
			.page-template-page-company  .mone-bg__9 {
				right: 34%;
				/* left: 20%; */
				bottom: -31px;
			}
			.page-template-page-company-new .mone-bg__10{
				right: 97px;
				top: 130px;
				bottom: auto;
				left: auto;
			}
			.page-template-page-company-new  .mone-bg__9 {
				right: 34%;
				/* left: 20%; */
				bottom: -31px;
			}
			.mone:before{
				content:  url(../../../assets/icons/icon_semicircle_orange.svg);
				position: absolute;

				right: 0;
				top: 30px;
			}
			.blog  .mone:before,
			.single-post  .mone:before{
				display: none;
			}
			.mten__bgw2{
				display: none;
			}
			.mten__bgw1 {
				left: 12%;
				top: 668px;
			}
			.mten{
				background-image: url(../../../assets/images/legacy/backgrounds/bg52.png);
				background-size: contain;
				padding-top: 196px;
			}
			.cast-s {
				background-image: url(../../../assets/images/legacy/backgrounds/bg52.png);
				background-size: cover;
				padding-top: 196px;
			}
			.home	.mone-bg__9 {
				right: 0%;
				/* left: 20%; */
				bottom: -19px;
			}
			.mthree{
				background-image: url(../../../assets/images/legacy/backgrounds/bg221.png);
				background-repeat: no-repeat;
				background-position-y: top;
				background-size: cover;
				height: auto;

			}
			.mthree-btn {

				margin-top: 44px;
			}
			.mthree-i__up {
				left: -37px;
				width: 90px;
				top: -30px;
			}
			.mthree-i__down {
				position: absolute;
				left: auto;
				right: -26px;
				z-index: -1;
				width: 90px;
				bottom: -51px;
			}
			.page-template-page-contact .mone-bg__2 ,
			.page-template-page-support .mone-bg__2 {
				height: 170px;
			}
			.mone-bg__9 {
				right: 1%;

				bottom: 9px;
			}
			.mone-bg__14 {
				position: absolute;
				left: 21%;
				bottom: 11%;
			}
			.blog .mone-bg__9{
				display: block;
			}
			.mthirt{
				position: relative;
			}
			.mfourt {
				padding-top: 128px;
				background-image: url(../../../assets/images/legacy/backgrounds/bg91.png);
				background-position-y: top;
				position: relative;
				/*background-size: auto;*/
				background-repeat: no-repeat;
				background-position-x: left;
				background-size: cover;
			}
			.mthirt:after{
				content: url(../../../assets/images/legacy/k1.svg);
				position: absolute;
				right: 70px;
				bottom: -117px;
				width: 100px;
				transform: scale(0.5);
			}
			.search-results .mone{
				padding-top: 85px;
			}
			.blog-search {
				display: block;
				position: relative;
				z-index: 5;
			}
			.page-template-page-addto.page .entry-title:before{
				display: none;
			}
			.page-template-page-addto.page .entry-title{
				font-style: normal;
				font-weight: 700;
				font-size: 29px;
				line-height: 124.5%;

				text-align: center;

				color: #2D3748;
				margin-top: 130px;
			}
			.addtwo-btn{
				margin: 0 auto;
				display: block;
				margin-bottom: 20px;
				max-width: 235px;
			}
			.mone-bg__92{
				display: none;
			}
			.header__icon-img img:nth-child(4) {
				left: 62%;
				top: 230px;
				width: 400px;
			}
		}
				@media screen and (max-width: 520px) { 
				.slider-container .bullet-container {
					bottom: 94px;
				}
				.slider-container .slider-left, .slider-container .slider-right {
					bottom: 9%;
				}
				.slider-container {
					height: 380px;
				}
				.meight {
					padding-bottom: 0px;
				}
			}
		@media screen and (max-width: 380px) { 
			.slider-container {
				height: 275px;
			}
			.slider-container .bullet-container {
				bottom: 47px;
			}
			.header__icon-img img:nth-child(4) {
				left: 62%;
				top: 290px;
				width: 400px;
			}
			.header__icon-img img:nth-child(8) {
				top: 92%;
				left: 10%;
			}
			.header__icon-img img:nth-child(9) {
				bottom: -1%;
			}
			.header__icon-img img:nth-child(6) {
				left: 80%;
				bottom: 12%;
				width: 45px;
			}
			.mten__bgg1-spreadsheets {
				left: 290px;
			}
			.mten__bgw1 {
				left: 12%;
				top: 600px;
			}
			#colophon{
				padding-top: 170px;
				background-image: url(../../../assets/images/legacy/backgrounds/ft3.png);
				background-size: cover;
			}
			.blog-up {
				gap: 18px 18px;
			}
			.mthirt:after {

				right: 54px;

			}
			.slider-container .slider-left, .slider-container .slider-right {
				bottom: -5%;
			}

		}
		@media screen and (max-width: 340px) { 
			.slider-container {
				height: 250px;
			}
			.slider-container .bullet-container .bullet {
				width: 20px;
			}


		}
		/*===================*/
		@media screen and (min-width: 2000px) { 


			.mfive{
				background-position: center;
			}
			#colophon{
				background-position-x: center;
			}
			.mthree{
				background-position: center;
			}
			.mten,
			.mfourt,
			.mnine-v2,
			.mseven{
				background-position-x: center;

			}
		}


			.team-text {
				display: block;
				max-width: 780px;
			}
			.swiper {
		      width: 100%;
		      height: 100%;
		      margin-top: 40px;
		      overflow: visible !important;
		    }

		    .swiper-slide {
		      text-align: center;
		      font-size: 18px;
		      display: flex;
		      justify-content: center;
		      align-items: center;
		      flex-direction: row;
		      position: relative;
		    }

		    .swiper {
		      margin-left: auto !important;
		      margin-right: auto !important;
		    }
		    .slide-content {
		    	height: auto;
			    height: 290px;
			    margin: 30px 0;
			    border-radius: 4px;
			    box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
			    z-index: 1;
			    background: #ffffff;
			    width: 100%;
			    padding: 36px 30px 65px 30px;
			    display: flex;
			    flex-direction: column;
		    }
		    .slide-photo {
		    	border-radius: 4px;
				height: 100%;
/*				max-height: 415px;*/
				z-index: 2;
				background: green;
				width: 100%;
				max-width: 294px;
				position: absolute;
				top: 0;
				right: 0;
				box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
				display: flex;
		    }
		    .swiper-nav {
		    	position: relative;
		    	width: calc(100% - 390px);
		    	height: 16px;
		    	position: absolute;
			    bottom: 65px;
			    z-index: 3;
			    display: flex;
			    flex-direction: row-reverse;
			    justify-content: space-between;
			    max-width: 777px;
    			left: 36px;
		    }
		    .swiper-nav > div {
		    	position: relative;
		    	top: unset;
		    	left: unset;
		    	right: unset;
		    	bottom: unset;
		    }
		    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
				content: '';
			}

			.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
				content: '';
			}
			.swiper-button-next, .swiper-button-prev {
				width: 66px;
				height: auto;
				position: relative;
		    	top: unset;
		    	left: unset;
		    	right: unset;
		    	bottom: unset;
		    	margin: unset;
			}
			.swiper-pagination {
				width: fit-content !important;
				position: relative !important;
		    	top: unset !important;
		    	left: unset !important;
		    	right: unset !important;
		    	bottom: unset !important;
		    	display: flex;
			}
			.swiper-pagination-bullet {
				width: 36.221px;
				height: 2px;
				background: #B0B0FF;
				margin: auto 4px !important;
				opacity: 1;
			}
			.swiper-pagination-bullet-active {
				background: #FF9E02;
				opacity: 1;
			}
			.swiper-arrow-wrapper {
				width: 100%;
				max-width: 155px;
				display: flex;
				flex-direction: row-reverse;
				justify-content: space-between;
			}
			.team-card-text {
				width: calc(100% - 300px);
				height: auto;
				text-align: left;
				margin-top: 12px;
			}
			.team-container {
				overflow: hidden;
				padding-bottom: 50px;
			}
			.photo__info {
				margin-top: auto;
				border-radius: 4px;
				padding: 24px 26px;
				background: #ffffff;
				width: 100%;
			}
			.photo__info > span:nth-child(1) {
				color: #2D3748;
				font-family: Mabry Pro;
				font-size: 20px;
				font-style: normal;
				font-weight: 700;
				line-height: 124.5%; /* 24.9px */
				text-transform: capitalize;
				display: block;
			}
			.photo__info > span:nth-child(2) {
				color: #2D3748;
				font-family: Mabry Pro;
				font-size: 18px;
				font-style: normal;
				font-weight: 300;
				line-height: 124.5%; /* 22.41px */
				text-transform: capitalize;
				display: block;
				margin-top: 7px;
			}
			@media(max-width: 1040px) {
				.slide-content {
				    height: 550px;
				    margin-right: 255px;
				}
				.slide-photo {
					max-height: 428px;
				}
				.swiper-nav {
					width: 100%;
					left: unset;
					padding: 0 20px;
    				max-width: calc(100% - 255px);
					margin-right: 255px;
    				width: 70%;
				}
				.team-card-text {
				    width: 93%;
				    height: auto;
				    text-align: left;
				    margin-top: 12px;
				}
				.swiper-arrow-wrapper {  
				    max-width: 120px;
				}
				.swiper-pagination-bullet {
				    width: 25px;
				}
				.swiper-button-next, .swiper-button-prev {
				    width: 50px;
				}
			}
			.slide-content__mobile {
				flex-direction: column;
				margin-bottom: 20px;
				width: 100%;
				display: none;
			}
			.slide-content__mobile > div {
				width: 85px;
				height: 85px;
				border-radius: 50%;
				background-size: cover !important;
				background-repeat: no-repeat;
				background-position: center;
			}
			.slide-content__mobile > span:nth-child(2) {
				color: #2D3748;
				font-family: Mabry Pro;
				font-size: 20px;
				font-style: normal;
				font-weight: 700;
				line-height: 124.5%; /* 24.9px */
				text-transform: capitalize;
				display: block;
				margin-top: 25px;
				text-align: left;
			}
			.slide-content__mobile > span:nth-child(3) {
				color: #2D3748;
				font-family: Mabry Pro;
				font-size: 16px;
				font-style: normal;
				font-weight: 300;
				line-height: 124.5%; /* 19.92px */
				text-transform: capitalize;
				display: block;
				margin-top: 10px;
				text-align: left;
			}
			@media(max-width: 690px) {
				.slide-content__mobile {
					display: flex;
				}
				.slide-content {
				    padding: 30px 30px 30px 30px;
				    min-height: unset;
				    height: 530px;
				    margin: 0 30px;
				    width: 88%;
				}
				.slide-photo {
					display: none;
				}
				.team-card-text {
				    width: calc(100%);
				    font-size: 16px;
    				line-height: 20px;
				}
				.swiper-nav {
				    flex-direction: column;
				    height: auto;
				    padding: 0;
				    max-width: unset;
				    margin: 0 auto;
				    width: 87%;
				    left: 0;
				    right: 0;
				    flex-direction: row-reverse;
				    bottom: 30px;
				}
				.swiper-arrow-wrapper {
					max-width: 120px !important;
				}
				.swiper-pagination {
					margin-left: 0;
				}
				.swiper-arrow-wrapper {
					width: 100%;
				    justify-content: space-between;
				    max-width: unset;
				}
				.swiper-slide {
					flex-direction: column-reverse;
				}
			}
			@media(max-width: 470px) {
				.swiper-button-next, .swiper-button-prev {
				    width: 45px;
				}
				.swiper-arrow-wrapper {
				    max-width: 110px !important;
				}
				.swiper-pagination-bullet {
				    width: 18px;
				}
				.slide-content {
				    height: 590px;
				}
			}


			.environment {
				background: #F2F3FD;
				padding-top: 131px;
				padding-bottom: 162px;
			}
			.environment .title-up {
			    text-align: left;
			}
			.environment .title-v1 {
			    text-align: left;
			    margin-bottom: 64px;
    			max-width: none;
			}
			.environment_cards-wrapper {
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				width: 100%;
			}
			.cards-wrapper__column {
				width: calc(50% - 15px);
				display: flex;
				flex-direction: column;
			}
			.environment__card {
				padding: 52px 54px;
				display: flex;
				flex-direction: column;
				margin-top: 30px;
				border-radius: 4px;
				background: #FFF;
				box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.07);
				height: 161px;
				position: relative;
				cursor: pointer;
			}
			.card-active {

			}
			.environment__card > div {
				display: flex;
				flex-direction: row;
			}
			.cards-wrapper__column > .environment__card:nth-child(1) {
				margin-top: 0;
			}
			.environment__card-title {
				color: #2D3748;
				font-family: Mabry Pro;
				font-size: 26px;
				font-style: normal;
				font-weight: 700;
				line-height: 28px; /* 107.692% */
				margin: auto 0 auto 27px;
				display: block;
			}
			.environment__card > div > svg {
				margin: auto 0;
			}
			.environment__card-text {
				display: block;
				color: #2D3748;
				font-family: Mabry Pro;
				font-size: 20px;
				font-style: normal;
				font-weight: 300;
				line-height: 28px; /* 140% */
				position: absolute;
				background: #ffffff;
				padding: 0px 54px 52px 54px;
				left: 0;
				box-shadow: 0px 13px 12px 3px rgba(0, 0, 0, 0.07);
				top: 100px;
				pointer-events: none;
				opacity: 0;
				transition: 0.3s;
				z-index: 1;
			}
			.text-visible {
				opacity: 1;
				top: 150px;
				pointer-events: auto;
			}
			@media(max-width: 800px) {
				.environment_cards-wrapper {
					flex-direction: column;
				}
				.cards-wrapper__column {
					width: 100%;
					margin-top: 30px;
				}
			}
			@media(max-width: 570px) {
				.environment__card {
					margin-top: 15px;
					padding: 30px 54px;
					height: auto;
				}
				.text-visible {
					opacity: 1;
					top: 100px;
					pointer-events: auto;
				}
				.cards-wrapper__column {
					margin-top: 15px;
				}
				.environment__card-title {
				    font-size: 20px;
				    line-height: 22px;
				}
				.environment__card > div > svg {
				    width: 40px;
				}
				.environment__card-title {
				    margin: auto 0 auto 15px;
				}
				.environment__card-text {
				    font-size: 18px;
				    line-height: 25px;
				}
			}


#site-navigation-mob a {
	text-align: left;
}
#site-navigation-mob .menu {
	width: fit-content;
}

#site-navigation-mob.main-navigation .menu-item-has-children:hover .sub-menu {
	background-color: #ffffff;
}
#site-navigation-mob.main-navigation ul {
	flex-direction: column;
	align-items: start;
}
#site-navigation-mob.main-navigation ul li {
	width: fit-content;
}
#site-navigation-mob.main-navigation li.header_menu_button {
	padding: 0;
	margin-top: 5px;
}
#site-navigation-mob.main-navigation li.header_menu_button a {
	padding: 12px 40px 16px 40px;
}


.section_header {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.section_header.section_header--centered {
	align-items: center;
	text-align: center;
}
.section_header.section_header--gap-16px {
	gap: 16px;
}
.section_header_title {
	font-size: 45px;
	line-height: 120%;
	color: #2D3748;
}
.section_header_description {
	font-size: 20px;
	line-height: 130%;
	color: #2D3748;
	max-width: 486px;
}
.section_header_description.section_header_description--no-max-width {
	max-width: unset;
}
.section_header_description > *:first-child {
	margin-top: 0;
}
.section_header_description > *:last-child {
	margin-bottom: 0;
}
@media(max-width: 1280px) {
	.section_header_title {
		font-size: 40px;
	}
}
@media(max-width: 1040px) {
	.section_header_title {
		font-size: 35px;
	}
	.section_header_description {
		font-size: 18px;
	}
}
/* /section_header*/

/* how-it-works */
.how-it-works_section {
	padding: 90px 0;
}
.how-it-works_container {
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: center;
	margin-top: 100px;
}
.how-it-works_container.how-it-works_container--first {
	margin-top: 80px;
}
.how-it-works_container.how-it-works_container--reverse {
	flex-direction: row-reverse;
}
.how-it-works_content {
	display: flex;
	flex-direction: column;
	max-width: 460px;
	min-width: 460px;
}
.how-it-works_content .button {
	width: fit-content;
	margin-top: 30px;
}
.how-it-works_content_title {
	font-size: 25px;
	line-height: 125%;
	color: #2D3748;
}
.how-it-works_content_description {
	font-size: 18px;
	line-height: 130%;
	margin-top: 20px;
}
.how-it-works_content_description > * {
	margin-top: 20px;
	margin-bottom: 20px;
}
.how-it-works_content_description > *:first-child {
	margin-top: 0;
}
.how-it-works_content_description > *:last-child {
	margin-bottom: 0;
}
.how-it-works_content_description ul {
	padding-left: 30px;
	margin-left: 0;
}
.how-it-works_content_description ul li {
	list-style-type: none;
	position: relative;
	margin-top: 10px;
}
.how-it-works_content_description ul > li:first-child {
	margin-top: 0;
}
.how-it-works_content_description ul li::before {
	content: '';
	width: 18px;
	height: 18px;
	background-image: url("assetscons/icon_circle-check_green.svg");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	left: -30px;
}
.how-it-works_media {
	flex-grow: 1;
}
.how-it-works_media_video {
	width: 100%;
}
@media(max-width: 1280px) {
	.how-it-works_container {
		align-items: start;
	}
}
@media(max-width: 1040px) {
	.how-it-works_section {
		padding: 80px 0;
	}
	.how-it-works_container {
		gap: 20px;
		margin-top: 60px;
	}
	.how-it-works_content {
		max-width: 370px;
		min-width: 370px;
	}
	.how-it-works_content_title {
		font-size: 22px;
	}
	.how-it-works_content_description {
		font-size: 16px;
	}
}
@media(max-width: 768px) {
	.how-it-works_section {
		padding: 40px 0;
	}
	.how-it-works_container {
		flex-direction: column;
		margin-top: 50px;
		gap: 20px;
	}
	.how-it-works_container.how-it-works_container--reverse {
		flex-direction: column;
	}
	.how-it-works_container.how-it-works_container--first {
		margin-top: 40px;
	}
	.how-it-works_content {
		max-width: unset;
		min-width: unset;
		width: 100%;
	}
	.how-it-works_content .button {
		margin: 30px auto 0 auto;
	}
	.how-it-works_media {
		width: 100%;
	}
	.how-it-works_media_image {
		width: 100%;
	}
}
/* /how-it-works */

/* button */
.button {
	padding: 16px 37px 16px 37px;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
	border-radius: 4px;
}
.button.button--base {
	color: #FFFFFF;
	box-shadow: 0px 0px 16.3px 0px #5459FC80;
	background-color: #5358FC;
	transition: 0.3s;
	border: none;
}

.button.button--base:hover {
	box-shadow: none;
}

.button.button--base:disabled {
	box-shadow: none;
	background: #F2F3FD;
	color: #94A0BC;
	cursor: not-allowed;
	border: none;
}

@media (max-width: 1060px) {
	.button {
		padding: 13px 32px;
		font-size: 16px;
	}
}
/* /button */


/* Form Builder */
.form_builder_section {
	padding: 90px 0 183px 0;
}
@media(max-width: 1440px) {
	padding-bottom: 103px;
}
@media(max-width: 1280px) {
	padding-bottom: 161px;
}
@media (max-width: 1000px) {
	padding-bottom: 84px;
}
@media (max-width: 540px) {
	padding-bottom: 113px;
}
.form_builder {
	background: #ffffff;
	box-shadow: 0px 2px 12px 3px #00000012;
	padding: 51px 44px;
	gap: 38px;
	display: flex;
	flex-direction: column;
}
.form_builder_container {
	gap: 44px;
}
.form_builder .input_block {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.form_builder .input_block label {
	font-family: Mabry Pro, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 125%;
	text-transform: capitalize;
	color: #2D3748;
}
.form_builder .input_block input,
.form_builder .input_block textarea {
	width: 100%;
	padding: 12px 17px;
	border: 1px solid #5459FC;
	border-radius: 4px;
	color: #2D3748;
	font-size: 16px;
	line-height: 16px;
}
.form_builder .input_block textarea {
	resize: vertical;
}
.form_builder .input_block input::placeholder,
.form_builder .input_block textarea::placeholder{
	font-family: Mabry Pro, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #CCCCCC;
}
.form_builder_section .section_header_title {
	font-size: 40px;
}
.form_builder_section .section_header_description {
	font-size: 18px;
}
@media (max-width: 1000px) {
	.form_builder_section .section_header_title {
		font-size: 35px;
	}
}
@media (max-width: 768px) {
	.form_builder_section .section_header {
		text-align: center;
		align-items: center;
	}
	.form_builder .input_block label {
		font-size: 18px;
	}
	.form_builder .input_block {
		gap: 10px;
	}
	.form_builder {
		padding: 38px 14px;
		gap: 30px;
	}
}
.form_builder_footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}
.form_builder_policy {
	color: #2D3748;
	font-size: 20px;
}
.form_builder_policy a {
	color: #5459FC;
	text-decoration: underline;
}
.form_builder_policy > *:first-child {
	margin-top: 0;
}
.form_builder_policy > *:last-child {
	margin-bottom: 0;
}
.form_builder_footer .button {
	width: 100%;
	max-width: 496px;
	font-size: 18px;
	text-transform: uppercase;
	box-shadow: none;
}
@media(max-width: 1280px) {
	.form_builder_footer .button {
		max-width: 351px;
	}
}
@media(max-width: 768px) {
	.form_builder_footer .button {
		max-width: unset;
	}
	.form_builder_footer {
		flex-direction: column;
		align-items: start;
	}
	.form_builder_policy {
		font-size: 16px;
	}
}
.form_builder .select_base {
	position: relative;
}
.form_builder .select_base_input {
	position: relative;
	background-image: url("assetscons/icon_arrow-top_blue.svg");
	background-repeat: no-repeat;
	background-position: center right 17px;
	cursor: pointer;
}
.select_base.is-open .select_base_input {
	background-image: url("assetscons/icon_arrow-down_blue.svg");
}
.form_builder .select_base_dropdown {
	width: 100%;
	display: none;
	flex-direction: column;
	padding: 7px 17px;
	border-radius: 4px;
	border: 1px solid;
	border-image-source: linear-gradient(189.9deg, #5459FC 7.43%, rgba(84, 89, 252, 0) 43.95%);
	box-shadow: 0px 4px 6px 0px #0000000F;
	position: absolute;
	top: calc(100% + 10px);
	z-index: 100;
	background: #ffffff;
}
.select_base.is-open .select_base_dropdown {
	display: flex;
}
.form_builder .select_base_dropdown_item {
	display: flex;
	flex-direction: row;
	gap: 13px;
	align-items: center;
	cursor: pointer;
	line-height: 14px;
	font-size: 14px;
	transition: 0.3s;
	position: relative;
	padding: 10px 0;
}
.form_builder .select_base_dropdown_item:hover {
	color: #5358FC;
}
.form_builder .select_base_dropdown_item:before {
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 11px;
	box-shadow: 0px 4px 4px 0px #0000001A inset;
	background: #ffffff;
}
.form_builder .select_base_dropdown_item.is-active:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 11px;
	background: #5358FC;
	top: 15px;
	bottom: 0;
	position: absolute;
	left: 5px;
}

.form_builder .select_base_dropdown_item.is-active {
	color: #5358FC;
}
/* /Form Builder */