/*!
Theme Name: webstudio
Theme URI: http://izitechlab.com/
Author: izitechlab.com
Author URI: http://izitechlab.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webstudio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

webstudio is based on Underscores https://izitechlab.com/, (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.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&family=Sora:wght@100..800&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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-color: #14161c;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

*,
*:after,
*:before {
	box-sizing: border-box;

}

a,
button {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	outline: 0px;
	border: 0px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

section {
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1650px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 5;
	visibility: visible;
	-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	box-shadow: 0 3px 18px rgba(2, 21);
	-webkit-transition: .6s cubic-bezier(.24, .74, .58, 1);
	-khtml-transition: .6s cubic-bezier(.24, .74, .58, 1);
	-moz-transition: .6s cubic-bezier(.24, .74, .58, 1);
	-ms-transition: .6s cubic-bezier(.24, .74, .58, 1);
	-o-transition: .6s cubic-bezier(.24, .74, .58, 1);
	transition: .6s cubic-bezier(.24, .74, .58, 1);
	border-bottom: 1px solid #444;
}


header.pxl-header-fixed {
	position: fixed;
	z-index: 3;
	background-color: rgba(36, 36, 36, 0.88);
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
	box-shadow: 0 3px 18px rgba(2, 21);

}


.open-offcanvas-nav {
	width: 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #414141;
	position: relative;
	display: flex;
	background: unset;
}

.open-offcanvas-nav::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background-color: #414141;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.open-offcanvas-nav:hover {
	border: 1px solid #ff7425;
}

.open-offcanvas-nav:hover::before {
	background-color: #ff7425;
}

header .circle {
	display: block;
	overflow: visible;
	width: 100px;
	font-size: 28px;
	fill: #fdfdfd;
}

header .circle path {
	fill: none;
}


.tooltip {}

.open-offcanvas-nav .tooltip {
	opacity: 0;
}

.main-header-container {
	justify-content: space-between;
	align-items: center;
}

.site-branding {
	width: 230px;
}

body {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	font-family: Sora;
}

.main-page-main-section {
	width: 100%;
	position: relative;
}

.main-page-main-section::before {
	content: '';
	/*position: absolute;
	left: 0;
	right: 0;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: .2;
	z-index: 1;*/
}

.main-page-main-section .back-img {
	width: 100%;
	position: relative;
	z-index: 0;
}

.pxl-circle-svg {
	position: absolute;
	bottom: -25%;
	left: 0;
	width: 100%;
	z-index: 1;
}

.main-page-main-section .pxl-circle-svg {
	z-index: -1;
}

.pxl-circle-svg svg {
	width: 100%;
}

.main-text-image-decore-wrapper img {
	border-radius: 100%;
	width: 125px;
	height: 125px;
	margin-left: 10px;
}

.main-page-text-wrapper {
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	display: block;
	height: max-content;
	z-index: 2;
	left: 0;
	right: 0;
}

#Layer_1 {
	width: 100%;
}

.main-page-text-top-wrapper {
	color: #FFFFFF;
	font-family: "Inter", Sans-serif;
	font-size: 113.67px;
	font-weight: 700;
	line-height: 124.3px;
	margin-bottom: 0px;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	align-items: center;


}

.main-page-text-top-wrapper>h3 {
	margin: 0;
	font-size: 40px;
	width: 60%;
	line-height: normal;
	margin-bottom: 20px;
}

.main-page-text-middle-wrapper {}

.type-studio-effect-all-wrapper {
	display: flex;
	flex-direction: row;
	font-size: 28px;
	line-height: 1.2;
	flex-wrap: wrap;
}

.main-page-text-middle-wrapper .typed-cursor {

	margin-left: -10px;
	animation: blink .8s infinite;
	min-height: 30px;
	line-height: 0;

}

@keyframes blink {
	from {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.type-studio-effect-all-wrapper>h3 {

	font-family: poppin, sans-serif;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 2px #fdfdfd;
	transition: .3s ease-in-out;
	text-transform: capitalize;
	padding-right: 37px;
	margin: 0;
}

.type-studio-effect-all-wrapper span.typewrite {
	width: 100%;
	font-family: poppin, sans-serif;
	font-weight: 700;
	color: transparent;
	color: #fff;
	min-height: 30px;

}

.main-text-slogan-main-page {
	position: relative;
	border: .888px solid #fff;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 11px 21px 10px;
	color: #fff;
	font-family: inter, sans-serif;
	font-size: 14.52px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24.4px;
	width: calc(65% - 21px);
	margin-top: 45px;
}

.main-text-slogan-main-page:before {
	content: '';
	position: absolute;
	width: 42.63px;
	height: 42.63px;
	bottom: -19px;
	right: -20px;
	background-color: initial;
	border: .888px solid #fff;
}

.pxl-lines {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 23.73%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: -1;
}

.pxl-lines span {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #343434;
	mix-blend-mode: difference;
	-webkit-transition: none !important;
	-khtml-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.pxl-lines span:first-child:before {
	animation-delay: 1s;
}

.pxl-lines span:before,
.pxl-lines span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100px;
	background: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 1e-8)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1e-8) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1e-8) 100%);
	-webkit-animation: pxl_grid_fall 10s linear infinite;
	-khtml-animation: pxl_grid_fall 10s linear infinite;
	-moz-animation: pxl_grid_fall 10s linear infinite;
	-ms-animation: pxl_grid_fall 10s linear infinite;
	-o-animation: pxl_grid_fall 10s linear infinite;
	animation: pxl_grid_fall 10s linear infinite;
}

@keyframes pxl_grid_fall {
	0% {
		top: 0%
	}

	100% {
		top: 100%
	}
}

.pxl-lines span:first-child:after {
	animation-delay: 5s;
}






html.open-popup {
	overflow: hidden;
}

.popup-menu-window-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 5;
	background: #121212;
	display: none;
}

.close-popup {

	border-radius: 50%;
	z-index: 1;
	background-color: #232323;
	color: #fff;
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-khtml-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pxl-close:before,
.pxl-close:after {
	content: '';
	position: absolute;
	background-color: #fff;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	transform-origin: 50% 50%;
	opacity: 1;
	-webkit-transition: transform ease .25s;
	-khtml-transition: transform ease .25s;
	-moz-transition: transform ease .25s;
	-ms-transition: transform ease .25s;
	-o-transition: transform ease .25s;
	transition: transform ease .25s;
}

.pxl-close:before {
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pxl-close:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup-menu-container {
	display: flex;
	flex-direction: row;
	height: 100%;

}

.popup-menu-container>.left {
	width: 25%;
	height: 100%;
	position: relative;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-right: solid 1px #343434;
	padding-right: 10px;
}

.popup-menu-container>.middle {
	width: 50%;
}

.popup-menu-container>.right {
	width: 25%;

	height: 100%;
	position: relative;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-left: solid 1px #343434;
	padding-left: 10px;
}

.pxl-close:hover {
	background-color: #FF7268;
}

.pxl-close:hover:before,
.pxl-close:hover:after {
	-webkit-transform: rotate(0);
	-khtml-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.pxl-close:hover:before,
.pxl-close:hover:after {
	-webkit-transform: rotate(0);
	-khtml-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.logo-popup-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	padding: 55px 15px 55px 0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #343434;
}

.title-block-popup {
	color: #FDFDFD;
	font-family: "Inter", Sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 30px;
}


.popup-menu-contacts-link {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #fdfdfd !important;
	line-height: 30px;
	font-family: Nunito;
	display: block;
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}




.popup-menu-window-wrapper .menu {
	width: 100%;
	padding: 0 40px;
}

.popup-menu-window-wrapper .menu-blocks-wrapper>div {
	width: 100%;
	display: block;
	max-height: 100%;
	overflow-y: auto;
}

.popup-menu-window-wrapper .menu-blocks-wrapper>div::-webkit-scrollbar {
	width: 4px;
	/* ширина всей полосы прокрутки */
}

.popup-menu-window-wrapper .menu-blocks-wrapper>div::-webkit-scrollbar-track {
	background: #000;
	/* цвет зоны отслеживания */
}

.popup-menu-window-wrapper .menu-blocks-wrapper>div::-webkit-scrollbar-thumb {
	background-color: #000;
	/* цвет бегунка */
	border-radius: 20px;
	/* округлось бегунка */
	border: 3px solid #fff;
	/* отступ вокруг бегунка */
}


.popup-menu-window-wrapper .menu-blocks-wrapper {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow-y: auto;
}

.popup-menu-container>.middle {
	height: 100%;
	overflow-y: auto;
}

.popup-menu-window-wrapper .menu a {
	font-size: 45px;
	line-height: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Inter", Sans-serif;
	color: #FFFFFF;
	padding: 20px 80px 0 80px;
	border: 1px solid #1d1d1d;
	width: 100%;
	box-shadow: none;
	text-decoration: none;
	border-right: none;
	border-left: none;
	padding-left: 0;
	outline: none !important;
}

.popup-menu-window-wrapper .menu li {
	width: 100%;
	position: relative;
	list-style: none;
}

.popup-menu-window-wrapper .menu li .show-children-menu {
	background: rgba(255, 255, 255, .1);
	align-items: center;
	font-size: 36px;
	cursor: pointer;
	color: #fdfdfd;
	display: flex;
	width: 80px;
	height: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 0;
	max-height: 113.5px;
}


.popup-menu-window-wrapper .menu li .show-children-menu i {
	color: #fff;
}

.popup-menu-window-wrapper .menu .submenu {
	display: none;
}

.popup-menu-window-wrapper .menu .menu-item-has-children.show-child .submenu {
	margin-left: 0;
}

.popup-menu-window-wrapper .menu .menu-item-has-children.show-child .submenu a {
	font-size: 24px;
	padding-left: 10px;
	padding-right: 0;
}

.popup-menu-socials-wrapper {
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	margin: 10px 0;
}

.popup-menu-socials-wrapper a {
	margin-right: 10px;
	color: #FF7268;
	font-size: 18px;
}

.popup-menu-socials-wrapper a i {}

.popup-menu-window-wrapper .pxl-image-effect2,
.popup-window-wrapper .pxl-image-effect2 {
	position: absolute;
	bottom: -35px;
	left: 24%;
	position: absolute;
	z-index: -1;
	max-width: 160px;
	display: block;
	animation: pxl_bottom_top_small 3s ease-out infinite;
	-webkit-animation: pxl_bottom_top_small 3s ease-out infinite;

}



@keyframes pxl_bottom_top_small {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateY(10px)
	}

	50% {
		transform: translateY(0)
	}

	75% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}



.popup-menu-window-wrapper .pxl-image-effect1,
.popup-window-wrapper .pxl-image-effect1 {
	animation: pxl_right_left 12s ease-out infinite;
	-webkit-animation: pxl_right_left 12s ease-out infinite;
	left: 64%;
	bottom: 90px;
	position: absolute;
	z-index: -2;
	width: 80px;
	height: 80px;
}

@keyframes pxl_right_left {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(40px)
	}

	50% {
		transform: translateX(0)
	}

	75% {
		transform: translateX(-40px)
	}

	100% {
		transform: translateX(0)
	}
}

.about-us-main-page {
	margin-top: 15%;
	overflow: hidden;

}

.about-us-main-page-top-row,
.about-us-main-page-bottom-row {
	display: flex;
	flex-direction: row;
}

.about-us-main-page-top-row>.left {
	width: 53%;
	padding-right: 15px;
}

.about-us-main-page-top-row>.right {
	width: calc(100% - 53% - 15px);
	position: relative;
}

.about-us-main-page-top-row>.right h2 {
	color: #FFFFFF;
	font-family: "Inter", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 0px;
}

.about-us-main-page-top-row>.right p {
	color: #FDFDFD;
	font-family: "Nunito", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 0px;
}

.about-us-main-page-bottom-row .left {
	color: #FDFDFD;
	font-family: "Nunito", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 0px;
	width: 40%;
	padding-right: 15px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.about-us-main-page-bottom-row .right {
	width: calc(100% - 40% - 15px);
	position: relative;
}

.about-us-main-page-bottom-row .right img {
	width: calc(100% - 78px);
}

.about-us-main-page-bottom-row .right::before,
.about-us-main-page-bottom-row .right::after {
	content: '';
	position: absolute;
}

.about-us-main-page-bottom-row .right::before {
	border: solid #636363 1px;
	width: calc(100% - 78px);
	border-bottom: none;
	height: 200px;
	left: 0;
	top: -135px;
}

.about-us-main-page-bottom-row .right::after {
	border: solid 1px #636363;
	width: 78px;
	position: absolute;
	right: 0;
	border-left: 0;
	height: 100%;
	bottom: 0;
}

.about-us-main-page h2.title-outer {
	font-family: "Inter", Sans-serif;
	font-size: 128px;
	font-weight: 700;
	line-height: 140px;
	color: #242424;
}

.about-us-main-page-top-row>.right h2.title-outer {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 20px;
}

.about-us-main-page-bottom-row .left h2.title-outer {
	position: absolute;
	right: 15px;
	top: 0;
	margin: 0;
}

.statisctic-section {
	margin-top: 100px;
	display: block;
	width: 100%;
}

.statistic-section-container {
	justify-content: space-between;
	flex-wrap: wrap;
}

.statisctic-section-block-wrapper {
	width: calc(25% - 15px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.statistic-section-number {
	margin-bottom: 10px;
	font-family: "Inter", Sans-serif;
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: 96px;
	letter-spacing: 3px;
	color: #fdfdfd;
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.statistic-section-title {
	font-size: 32px;
	font-family: Quicksand;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	color: #fdfdfd;
	width: 100%;
	text-align: center;
}

.services-section {
	margin-top: 100px;
}

h2.section-title {
	color: #FFFFFF;
	font-family: "Inter", Sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 170px;
	margin-bottom: 22px;
	text-align: center;
	width: 100%;
	transition: 2s all;
}

.wow {
	opacity: 0;
	visibility: hidden;
	animation-fill-mode: forwards;
}





.pxl-scroll-top {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	right: 50px;
	bottom: 50px;
	font-size: 14px;
	background-color: #fff;
	color: #FF7268;
	text-align: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
	-khtml-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
	-moz-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
	-ms-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
	-o-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
	box-shadow: 0 0 20px rgba(23, 23, 23, .25);
	-webkit-transition: .4s;
	-khtml-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}



.pxl-scroll-top .pxl-progress-circle path {
	fill: none;
	stroke: #FF7268;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	-khtml-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.pxl-scroll-top.pxl-on {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

.pxl-scroll-top .arrow-top-svg {}

.pxl-scroll-top .arrow-top-svg path {}

.arrow-svg-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.arrow-svg-wrapper svg {
	width: 14px;
}

.arrow-svg-wrapper svg path {
	fill: #FF7268;
}

.menu-popup-form-wrapper form,
footer form {
	width: 100%;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

footer .contact-form-row {
	width: 100%;
}

.menu-popup-form-wrapper form br,
footer form br {
	display: none;
}

.menu-popup-form-wrapper form p,
footer form p {
	margin-bottom: 0;
	width: 100%;
}

.menu-popup-form-wrapper form input,
.popup-window-wrapper form input,
footer form input {
	color: #939494 !important;
	background-color: #FDFDFD1A;
	border-style: solid !important;
	border-width: 0px 0px 0px 0px !important;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
}

.menu-popup-form-wrapper form button[type="submit"],
.popup-window-wrapper form button[type="submit"],
footer form button[type="submit"] {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: .08px;
	color: #fff;
	border-radius: 10px;
	background: 0 0;
	width: 100%;
	border: 1px solid #fff;
	justify-content: center;
	z-index: 1;
	padding: 14px 40px 16px 36px;
	width: 100%;
	transition: .6s all;
}

.menu-popup-form-wrapper form button[type="submit"] span {}

.menu-popup-form-wrapper form button[type="submit"] i {}

.menu-popup-form-wrapper form button[type="submit"]:hover,
.popup-window-wrapper form button[type="submit"]:hover,
footer form button[type="submit"]:hover {
	background-color: #232323;
	color: #FF7268;
}

.menu-popup-form-wrapper .wpcf7 form.sent .wpcf7-response-output,
footer .wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
	background-color: #FF7268;
}

.services-list-blocks-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services-list-block-wrapper {
	width: calc(33.33333% - 30px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;

	margin-bottom: 30px;

}

.services-block-link {
	background-color: #171717;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 53px 30px 75px 30px;
	border: 1px solid #444;
	position: relative;
	z-index: 2;
}

.services-list-block-wrapper .hover-lines {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #FF7268;
	border-left: 0 solid #FF7268;
	border-right: 0 solid #FF7268;
	bottom: 0;
	box-sizing: border-box;
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate3d(-50%, 0, 0);
	transition: width .1s cubic-bezier(.19, 1, .22, 1) 340ms, height .1s cubic-bezier(.25, .25, .75, .75) 145ms, border-left-width 0s cubic-bezier(.25, .25, .75, .75) 340ms, border-right-width 0s cubic-bezier(.25, .25, .75, .75) 340ms;
	width: 0;
}

.services-list-block-wrapper:hover .hover-lines {
	border-left-width: 1px;
	border-right-width: 1px;
	height: calc(100% + 2px);
	transition: width 150ms cubic-bezier(.25, .25, .75, .75), height .1s cubic-bezier(.25, .25, .75, .75) 145ms, border-left-width 0s cubic-bezier(.25, .25, .75, .75) 145ms, border-right-width 0s cubic-bezier(.25, .25, .75, .75) 145ms;
	width: calc(100% + 2px);
	z-index: 1;
}

.services-list-block-wrapper .hover-lines::before,
.services-list-block-wrapper .hover-lines::after {
	position: absolute;
	content: "";
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #FF7268;
	content: "";
	height: calc(100% + 2px);
	left: -1px;
	position: absolute;
	top: 0;
	transition: width 150ms cubic-bezier(.25, .25, .75, .75) 0s;
	width: 0%;

}

.services-list-block-wrapper .hover-lines::before {}

.services-list-block-wrapper .hover-lines::after {
	left: auto;
	right: -1px;
}

.services-list-block-wrapper:hover .hover-lines::before {
	transition: width .1s cubic-bezier(.19, 1, .22, 1) 340ms;
	width: 55%;
}

.services-list-block-wrapper:hover .hover-lines::after {
	transition: width .1s cubic-bezier(.19, 1, .22, 1) 340ms;
	width: 55%;
}

.service-icon-wrapper {
	margin-bottom: 38px;
}

.service-icon-wrapper svg {
	width: auto;
	height: 60px;
	transition: 500ms ease;
}

.services-list-block-wrapper:hover .service-icon-wrapper svg {
	transform: scale(-1) rotate(180deg);
}

.service-list-block-title {
	color: #fdfdfd;
	display: block;
	font-size: 32px;
	font-family: inter;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 25px;
	transition: .5s;
	box-shadow: none;
	text-decoration: none;
	width: 100%;
}

.service-list-post-short-description {
	color: #fdfdfd;
	font-size: 20px;
	font-family: Nunito;
	line-height: 30px;
	color: #fdfdfd;
	transition: .5s;
	width: 100%;
}

.services-list-block-wrapper:hover {}

.services-list-block-wrapper.last-block {
	background: #242424;
	padding: 53px 66px 75px 68px;
	border: solid 1px #FF7268;
	width: calc(66.6666666% - 15px);
}

.services-list-block-wrapper.last-block .popup-btn {
	margin-top: 30px;
}


.popup-btn,
.more-btn {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: .08px;
	color: #fff !important;
	border-radius: 10px;
	background: 0 0;
	width: 100%;
	border: 1px solid #fff;
	justify-content: center;
	z-index: 1;
	padding: 14px 10px 16px 15px;
	width: 100%;
	transition: .6s all;
	text-decoration: none;
	height: max-content;
}

.popup-btn i {}


.split-line {
	display: block;
	text-align: center;
	position: relative;
}

.popup-window-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
	height: 100%;
	overflow-y: auto;
	display: none;
}

.popup-window-wrapper .close-popup {
	top: 10px;
	right: 10px;
}

.popup-window-wrapper .overlay {
	background: #121212;
	position: absolute;
	width: 100%;
	height: 100%;

}

.popup-window-content-all-wrapper {
	position: relative;
	z-index: 2;
	background: #121212;
	width: 90%;
	max-width: 450px;
	margin: auto;
	padding: 30px;
	border-radius: 30px;
	top: 45%;
	transform: translateY(-50%);
	padding-bottom: 50px;
	overflow: hidden;
	/*border: solid 1px #FF7268;*/
	border: solid 1px #FFF;
}

.popup-window-content-all-wrapper form,
.popup-window-content-all-wrapper h2 {
	position: relative;
	z-index: 2;
	display: block;
	line-height: normal;
}

.popup-window-content-all-wrapper::before {
	content: '';
}

.popup-window-main-content-wrapper {
	min-height: 400px;
}

.popup-window-main-content-wrapper .ep-iFrameContainer {}

.popup-window-main-content-wrapper .ep-iFrameContainer>div {}

.popup-window-main-content-wrapper .ep-iFrameContainer>div iframe {min-height: 400px;}

.gooey-rec {
	background: linear-gradient(90deg, #00c9ff 0%, #92fe9d 100%);
	height: 200px;
	width: 200px;
	border-radius: 30% 70% 20% 40%;
	animation: transform 30s ease-in-out infinite both alternate,
		movement_two 60s ease-in-out infinite both;
	opacity: 0.5;
	position: absolute;
	left: 70%;
	top: 50%;
	z-index: 1;
}

.gooey-rec.one {
	background: linear-gradient(90deg, #92fe9d 0%, #00c9ff 100%);
	height: 1000px;
	width: 1000px;
	left: -500px;
	top: -250px;
	transform: rotate(-180deg);
	animation: transform 30s ease-in-out infinite both alternate,
		movement_two 60s ease-in-out infinite both;
}

@keyframes transform {

	0%,
	100% {
		border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%;
	}

	20% {
		border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%;
	}

	40% {
		border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%;
	}

	60% {
		border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%;
	}

	80% {
		border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%;
	}
}

@keyframes movement_one {

	0%,
	100% {
		transform: none;
	}

	50% {
		transform: translate(50%, 20%) rotateY(10deg) scale(1.2);
	}
}

@keyframes movement_two {

	0%,
	100% {
		transform: none;
	}

	50% {
		transform: translate(50%, 20%) rotate(-200deg) scale(1.2);
	}
}


.portfolio-section {
	margin-top: 100px;
}

.two-col-title-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.two-col-title-wrapper>.left {
	width: 50%;
}

.two-col-title-wrapper>.left h2.section-title {
	font-size: 48px;
	line-height: normal;
}

.two-col-title-wrapper>.right {
	width: 50%;
	padding-left: 30px;

}

.description-section {
	color: #FDFDFD;
	font-family: "Nunito", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.arhive-portfolio-blocks-wrapper {
	width: 100%;
}

.portfolio-main-page-list-blocks-wrapper {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.grid {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: calc(100% - 60px);
}

:root {
	--masonryGutter: 3%;
}

.masonry {
	margin: calc(var(--masonryGutter) * -1);
}

.masonry__item {
	margin: calc(var(--masonryGutter) / 2);
	width: calc(100% / 2 - var(--masonryGutter));
}

.masonry__item_3 {
	margin: calc(var(--masonryGutter) / 3);
	width: calc(100% / 3 - var(--masonryGutter));
}

.masonry__item_4 {
	margin: calc(var(--masonryGutter) / 4);
	width: calc(100% / 4 - var(--masonryGutter));
}

@media (min-width: 30em) {

	.masonry__item {
		width: calc(100% / 2 - var(--masonryGutter));
	}

	.masonry__item_3 {
		margin: calc(var(--masonryGutter) / 3);
		width: calc(100% / 3 - var(--masonryGutter));
	}

	.masonry__item_4 {
		margin: calc(var(--masonryGutter) / 4);
		width: calc(100% / 4 - var(--masonryGutter));
	}

}

@media (min-width: 48em) {

	.masonry__item {
		width: calc(100% / 2 - var(--masonryGutter));
	}

	.masonry__item_3 {
		margin: calc(var(--masonryGutter) / 3);
		width: calc(100% / 3 - var(--masonryGutter));
	}

	.masonry__item_4 {
		margin: calc(var(--masonryGutter) / 4);
		width: calc(100% / 4 - var(--masonryGutter));
	}

}

@media (max-width: 1026px) {
	.arhive-portfolio-blocks-wrapper .masonry__item {
		width: 100%;
		margin: 0 0 30px 0;
	}


}

@media (max-width: 920px) {
	.masonry__item_3 {
		margin: calc(var(--masonryGutter) / 2);
		width: calc(100% / 2 - var(--masonryGutter));
	}
}

@media (max-width: 550px) {
	.masonry__item_3 {
		width: calc(100% / 1 - var(--masonryGutter));
	}
}

.portfolion-list-main-page-block-link {
	position: relative;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}

.portfolion-list-main-page-block-link img {
	width: 100%;
	max-width: unset;
	min-width: 100%;
	display: block;
}

.portfolion-list-main-page-block-title {
	position: absolute;
	right: -1px;
	top: auto;
	bottom: 0;
	padding: 15px 25px;
	max-width: 270px;
	background-color: #1e1e1e;
	transform-origin: right;
	-webkit-transform: perspective(250px)rotateY(-90deg);
	-khtml-transform: perspective(250px)rotateY(-90deg);
	-moz-transform: perspective(250px)rotateY(-90deg);
	-ms-transform: perspective(250px)rotateY(-90deg);
	-o-transform: perspective(250px)rotateY(-90deg);
	transform: perspective(250px)rotateY(-90deg);
	-webkit-transition: all 400ms ease-in-out;
	-khtml-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color: #fff !important;
	right: 0;
	bottom: 70px;
	margin: 0;
}

.portfolion-list-main-page-block-wrapper {
	display: grid;
}

.portfolion-list-main-page-block-wrapper:hover .portfolion-list-main-page-block-title {
	-webkit-transform: perspective(250px)rotateY(0);
	-khtml-transform: perspective(250px)rotateY(0);
	-moz-transform: perspective(250px)rotateY(0);
	-ms-transform: perspective(250px)rotateY(0);
	-o-transform: perspective(250px)rotateY(0);
	transform: perspective(250px)rotateY(0);
}

.portfolio-main-page-list-blocks-wrapper .portfolio-categories {
	position: absolute;
	right: -1px;
	top: auto;
	bottom: 0;
	padding: 15px 25px;
	max-width: 420px;
	background-color: #1e1e1e;
	transform-origin: right;
	-webkit-transform: perspective(250px)rotateY(-90deg);
	-khtml-transform: perspective(250px)rotateY(-90deg);
	-moz-transform: perspective(250px)rotateY(-90deg);
	-ms-transform: perspective(250px)rotateY(-90deg);
	-o-transform: perspective(250px)rotateY(-90deg);
	transform: perspective(250px)rotateY(-90deg);
	-webkit-transition: all 400ms ease-in-out;
	-khtml-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color: #fff !important;
	right: 0;
	bottom: 0;
}

.portfolio-main-page-list-blocks-wrapper .portfolio-categories a {
	color: #FDFDFD;
	font-family: "Nunito", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.portfolion-list-main-page-block-wrapper:hover .portfolio-categories {
	-webkit-transform: perspective(250px)rotateY(0);
	-khtml-transform: perspective(250px)rotateY(0);
	-moz-transform: perspective(250px)rotateY(0);
	-ms-transform: perspective(250px)rotateY(0);
	-o-transform: perspective(250px)rotateY(0);
	transform: perspective(250px)rotateY(0);

}

.portfolio-section .more-btn {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.testemonials-section {
	margin-top: 100px;
}

.testemonials-section .section-title {
	line-height: normal;
	font-size: 60px;
}

.testmonials-slider-block-wrapper {
	background: #1E1E1E;
	padding: 129px 60px 65px 60px;
	border-radius: 20px;
	position: relative;
	-webkit-transition: all 300ms ease;
	-khtml-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pxl-item--icon {
	position: absolute;
	background-color: initial;
	width: 137.5px;
	height: 88px;
	top: 33px;
	left: -54px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pxl-item--icon svg {
	position: relative;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-khtml-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pxl-item--icon:after {
	background: #476AFC;
}

.pxl-item--icon:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	mask-image: url(/wp-content/uploads/2024/05/tisti.png);
	-webkit-mask-image: url(/wp-content/uploads/2024/05/tisti.png);
	-ms-mask-image: url(/wp-content/uploads/2024/05/tisti.png);
	-o-mask-image: url(/wp-content/uploads/2024/05/tisti.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	background: linear-gradient(90deg, #40ccfc 0%, #1aecf5 100%);
}

.testmonials-slider-content {
	color: #FDFDFD;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 43px;
	-webkit-transition: all 300ms ease;
	-khtml-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: Nunito
}

.testmonials-slider-block-title {
	width: 100%;
	padding-top: 42px;
	border-top: 1px solid #3A3A3A;
	color: #FDFDFD;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 7px;
}

.testemonials-section-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.testemonials-section-container .left {
	width: 34%;
	padding-right: 30px;
	position: relative;
}

.testemonials-section-container .right {
	width: 66%;
	padding-left: 70px;
	overflow: hidden;

}

.testemonials-arrows-wrapper {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 10%;
}

.testemonials-arrows-wrapper .pxl-navigation-arrow {
	background-color: #22222200;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #1C1C1C !important;
	cursor: pointer;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all .3s ease;
}

.testemonials-arrows-wrapper .pxl-navigation-arrow:hover {
	background-color: #222222;
	box-shadow: 0px 4px 30px 0px rgba(89.00000000000006, 100.00000000000004, 255, 0.1);
}

.testemonials-arrows-wrapper .pxl-navigation-arrow svg {
	width: 27px;
	height: 27px;
}

.testemonials-arrows-wrapper .pxl-navigation-arrow svg path {
	fill: #FDFDFD;
}

.testemonials-arrows-wrapper .pxl-navigation-arrow:hover {}

.testmonials-slider .slick-slide {
	margin-right: 90px;
	margin-left: 70px;
	width: 100%;
}

.partners-section {
	margin-top: 100px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #343434;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0171px;
	margin-bottom: 0px;
	padding: 36px 0px 50px 0px;
}

.partners-slider-wrapper {
	width: 100%;
}

.partner-block-wrapper {
	padding: 15px 15px 15px 15px;
}

.partner-block-wrapper img {
	filter: grayscale(1);
	width: auto;
	max-height: 60px;
	margin: auto;
}

.partners-section .slick-track {
	display: flex;
	flex-direction: row;
	align-items: center;
}


footer {
	background-size: cover;
	background-position: center bottom;
	padding-top: 40px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

footer .container {
	position: relative;
	z-index: 4;
}

footer::before {
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	background: #1E1E1E;
	opacity: .9;
	top: 0;
}

.ag-smoke-block {
	z-index: 4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ag-smoke-block {
	z-index: 4;
	position: relative;
}

.ag-smoke-1 {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;

	-webkit-animation: an-smoke-1 6s ease-in-out infinite;
	-moz-animation: an-smoke-1 6s ease-in-out infinite;
	-o-animation: an-smoke-1 6s ease-in-out infinite;
	animation: an-smoke-1 6s ease-in-out infinite;
}

.ag-smoke-2 {
	width: 57.1em;

	z-index: -2;
	top: 7em;
}

.ag-smoke-2,
.ag-smoke-3 {
	position: absolute;
	left: 0;

	-webkit-animation: an-smoke-2 6s ease-in-out infinite;
	-moz-animation: an-smoke-2 6s ease-in-out infinite;
	-o-animation: an-smoke-2 6s ease-in-out infinite;
	animation: an-smoke-2 6s ease-in-out infinite;
}

.ag-smoke-3 {
	width: 100%;

	z-index: -4;
	top: -32em;
}

.ag-smoke-4 {
	width: 61.4em;

	z-index: -3;
	position: absolute;
	top: 12em;
	right: 0;

	-webkit-animation: an-smoke-3 6s ease-in-out infinite;
	-moz-animation: an-smoke-3 6s ease-in-out infinite;
	-o-animation: an-smoke-3 6s ease-in-out infinite;
	animation: an-smoke-3 6s ease-in-out infinite;
}

.ag-smoke__delay-1 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.ag-smoke__delay-2 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s;
}

@-webkit-keyframes an-smoke-1 {
	0% {
		opacity: 0;

		-webkit-transform: translateY(5%) rotate(.01deg);
		transform: translateY(5%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-webkit-transform: translateY(0) rotate(.01deg);
		transform: translateY(0) rotate(.01deg);
	}
}

@-moz-keyframes an-smoke-1 {
	0% {
		opacity: 0;

		-moz-transform: translateY(5%) rotate(.01deg);
		transform: translateY(5%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-moz-transform: translateY(0) rotate(.01deg);
		transform: translateY(0) rotate(.01deg);
	}
}

@-o-keyframes an-smoke-1 {
	0% {
		opacity: 0;

		-o-transform: translateY(5%) rotate(.01deg);
		transform: translateY(5%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-o-transform: translateY(0) rotate(.01deg);
		transform: translateY(0) rotate(.01deg);
	}
}

@keyframes an-smoke-1 {
	0% {
		opacity: 0;

		-webkit-transform: translateY(5%) rotate(.01deg);
		-moz-transform: translateY(5%) rotate(.01deg);
		-o-transform: translateY(5%) rotate(.01deg);
		transform: translateY(5%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-webkit-transform: translateY(0) rotate(.01deg);
		-moz-transform: translateY(0) rotate(.01deg);
		-o-transform: translateY(0) rotate(.01deg);
		transform: translateY(0) rotate(.01deg);
	}
}

@-webkit-keyframes an-smoke-2 {
	0% {
		opacity: 0;

		-webkit-transform: translate(-10%, 10%) rotate(.01deg);
		transform: translate(-10%, 10%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-webkit-transform: translateY(5%) rotate(.01deg);
		transform: translateY(5%) rotate(.01deg);
	}
}

@-moz-keyframes an-smoke-2 {
	0% {
		opacity: 0;

		-moz-transform: translate(-10%, 10%) rotate(.01deg);
		transform: translate(-10%, 10%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-moz-transform: translateY(5%) rotate(.01deg);
		transform: translateY(5%) rotate(.01deg);
	}
}

@-o-keyframes an-smoke-2 {
	0% {
		opacity: 0;

		-o-transform: translate(-10%, 10%) rotate(.01deg);
		transform: translate(-10%, 10%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-o-transform: translateY(5%) rotate(.01deg);
		transform: translateY(5%) rotate(.01deg);
	}
}

@keyframes an-smoke-2 {
	0% {
		opacity: 0;

		-webkit-transform: translate(-10%, 10%) rotate(.01deg);
		-moz-transform: translate(-10%, 10%) rotate(.01deg);
		-o-transform: translate(-10%, 10%) rotate(.01deg);
		transform: translate(-10%, 10%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-webkit-transform: translateY(5%) rotate(.01deg);
		-moz-transform: translateY(5%) rotate(.01deg);
		-o-transform: translateY(5%) rotate(.01deg);
		transform: translateY(5%) rotate(.01deg);
	}
}

@-webkit-keyframes an-smoke-3 {
	0% {
		opacity: 0;

		-webkit-transform: translateY(10%) rotate(.01deg);
		transform: translateY(10%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-webkit-transform: translate(-10%, 5%) rotate(.01deg);
		transform: translate(-10%, 5%) rotate(.01deg);
	}
}

@-moz-keyframes an-smoke-3 {
	0% {
		opacity: 0;

		-moz-transform: translateY(10%) rotate(.01deg);
		transform: translateY(10%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-moz-transform: translate(-10%, 5%) rotate(.01deg);
		transform: translate(-10%, 5%) rotate(.01deg);
	}
}

@-o-keyframes an-smoke-3 {
	0% {
		opacity: 0;

		-o-transform: translateY(10%) rotate(.01deg);
		transform: translateY(10%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-o-transform: translate(-10%, 5%) rotate(.01deg);
		transform: translate(-10%, 5%) rotate(.01deg);
	}
}

@keyframes an-smoke-3 {
	0% {
		opacity: 0;

		-webkit-transform: translateY(10%) rotate(.01deg);
		-moz-transform: translateY(10%) rotate(.01deg);
		-o-transform: translateY(10%) rotate(.01deg);
		transform: translateY(10%) rotate(.01deg);
	}

	50% {
		opacity: .9;
	}

	to {
		opacity: 0;

		-webkit-transform: translate(-10%, 5%) rotate(.01deg);
		-moz-transform: translate(-10%, 5%) rotate(.01deg);
		-o-transform: translate(-10%, 5%) rotate(.01deg);
		transform: translate(-10%, 5%) rotate(.01deg);
	}
}


@media only screen and (max-width: 767px) {
	.ag-format-container {
		width: 96%;
	}

}

@media only screen and (max-width: 639px) {}

@media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {
	.ag-format-container {
		width: 750px;
	}

}

@media (min-width: 980px) and (max-width: 1161px) {
	.ag-format-container {
		width: 960px;
	}

}

.footer-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

.footer-top-container {
	justify-content: center;
	margin-bottom: 80px;
}

.footer-container .footer-col {
	width: calc(25% - 30px);
}

.footer-container>.footer-col:nth-child(1) {}

.footer-container>.footer-col:nth-child(2) {
	width: calc(20% - 30px);
}

.footer-container>.footer-col:nth-child(3) {
	width: calc(30% - 30px);
}

.footer-container>.footer-col:nth-child(4) {}

.footer-logo-wrapper-block img {
	width: 260px;
	filter: grayscale(1);
}

.short-description-site {
	color: #FDFDFD;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-khtml-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-top: 20px;
	font-family: Nunito
}

.footer-contacts-link {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #fdfdfd !important;
	line-height: 30px;
	font-family: Nunito;
	display: block;
}

.menu-footer-services-container ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.menu-footer-services-container ul li {
	width: 50%;
	padding-right: 10px;
}

.footer-menu-socials-wrapper {
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	margin: 10px 0;
}

.footer-menu-socials-wrapper a {
	margin-right: 10px;
	color: #FF7268 !important;
	font-size: 18px;
}

.footer-menu-socials-wrapper a i {}

.title-block-footer {
	margin-top: 0;
	color: #FDFDFD;
	font-family: "Inter", Sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 32px;
	margin-bottom: 34px;
}

.footer-menu-blocks-wrapper {}

.footer-menu-blocks-wrapper a {
	font-family: "Nunito", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #fdfdfd !important;
}

footer form input {
	background: #121212;
	border-radius: 5px;
	padding: 10px !important;
}

footer form p {
	margin: 0 0 10px 0;
}

footer form button[type="submit"] {
	line-height: normal;
}

.footer-bottom-container {
	margin-top: 50px;

}

.footer-bottom-container>.left {
	width: 100%;
	text-align: center;
}

.footer-bottom-container>.right {
	width: 100%;
	color: #fff;
	opacity: .5;
	text-align: center;
}

.footer-bottom-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-top: solid 1px #343434;
	padding-top: 30px;
	padding-bottom: 20px;
}

.menu-user-footer-info-container {}

.menu-user-footer-info-container .menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.menu-user-footer-info-container .menu li {
	margin: 0 10px 0 10px;
}

.menu-user-footer-info-container .menu li a {
	color: #FF7268;
	font-family: "Nunito Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

footer .wpcf7 form.invalid .wpcf7-response-output {
	color: #fff;
}


#cover {}



.main-section-other-page {
	position: relative;
	background-size: cover;
	background-position: center;
	background-color: #1E1E1E;
	padding-top: 50px;
}

.main-section-other-page::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	content: '';
	height: 100px;
	/* background: #fff; */
	background: -webkit-linear-gradient(#1E1E1E, #14161c);
	background: -moz-linear-gradient(#1E1E1E, #14161c);
	background: -ms-linear-gradient(#1E1E1E, #14161c);
	background: linear-gradient(#1E1E1E, #14161c);
}

.main-section-other-page canvas {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 40%;
	z-index: 1;
}

.container-top-section-others-page {
	display: flex;
	flex-direction: row;
	min-height: 415px;
	align-items: center;
	position: relative;
	z-index: 2;
}

.container-top-section-others-page>.left {
	width: 50%;
}

.other-page-title {
	font-size: 60px;
	color: #fdfdfd;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 70px;
	max-width: 1121px;
	margin: 0 0 20px 0;

}

.container-top-section-others-page>.right {
	width: 50%;

	flex-direction: row;
	justify-content: flex-end;
	display: flex;
}

.description-other-page {
	max-width: 600px;
	color: #fdfdfd;

}

.breadcrumb-wrapper {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	margin-bottom: 20px;
}

.breadcrumb-wrapper a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;

}

.breadcrumb-wrapper a.home {
	padding-left: 10px;
	position: relative;
}

.brn-home-circle::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #FF7268;
	border: solid 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.breadcrumb-wrapper .fa-angle-right {
	margin: 0 10px;
	font-size: 12px;
}

.breadcrumb-wrapper span.current-item {
	opacity: .7;
}


.main-content-contacts-page {
	margin-top: 100px;
}

.main-content-contacts-page-container {
	display: flex;
	flex-direction: row;
	max-width: 1200px;
	position: relative;
	z-index: 2;
}

.main-content-contacts-page .gooey-rec {
	z-index: 1;
}

.main-content-contacts-page-container>.left {
	width: 50%;
}

.main-content-contacts-page .section-title {
	font-size: 24px;
	max-width: 400px;
	color: #fdfdfd;
	font-weight: 600;
	line-height: normal;

}

.main-content-contacts-page-container>.right {
	width: 50%;
	position: relative;
	z-index: 2;
}

.contacts-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.contacts-page-contact-link {
	width: 100%;
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.contacts-page-form-wrapper {
	width: 400px;
	margin-left: auto;
	padding: 60px;
	border-radius: 10px;
	background: #1E1E1E;
	overflow: hidden;
	border: 1px solid #444;
}

.contacts-page-form-wrapper form {}

.contacts-page-form-wrapper form {}

.contacts-page-form-wrapper form .contact-form-row {}

.contacts-page-form-wrapper form .contact-form-row p {}

.contacts-page-form-wrapper form .contact-form-row input {
	background-color: unset;
	border: solid 1px #343434;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	color: #939494 !important;
}

.contacts-page-form-wrapper form .contact-form-row input:focus,
.contacts-page-form-wrapper form .contact-form-row input:active {
	border-top: none;
	border-left: none;
	border-right: none;
}

.contacts-page-form-wrapper button[type="submit"] {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: .08px;
	color: #fff;
	border-radius: 10px;
	background: 0 0;
	width: 100%;
	border: 1px solid #fff;
	justify-content: center;
	z-index: 1;
	padding: 14px 40px 16px 36px;
	width: 100%;
	transition: .6s all;
}

.contacts-page-form-wrapper button[type="submit"]:hover {
	background-color: #232323;
	color: #FF7268;
}

.map-frame-section {
	width: 100%;
	margin: 30px 0;
}

.map-frame-section iframe {
	width: 100%;
	height: 300px;
}

.contacts-page-socials-wrapper {
	display: flex;
	flex-direction: row;
	margin-top: 15px;
}

.contacts-page-socials-wrapper a {
	margin-right: 10px;
	font-size: 18px;
	padding: 20px;
	border-radius: 100%;
	background-color: rgba(255, 114, 104, .3);
	color: #fdfdfd;
}

.contacts-page-socials-wrapper a i {}

.page-text-content-wrapper {
	padding: 30px;
	background-color: #fff;
}


.navigation.pagination {
	margin: 60px 0;
	position: relative;
	z-index: 5;
}

.navigation.pagination>h2 {
	display: none;
}

.navigation.pagination>.nav-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.navigation.pagination>.nav-links>* {
	width: 41px;
	height: 41px;
	background-color: initial;
	line-height: 41px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 15px;
	color: var(--four-color);
	position: relative;
	transition: .3s cubic-bezier(.24, .74, .58, 1);
	z-index: 1;
	border-radius: 50%;
	padding: 0;
	color: #fff;
	font-weight: 400;

}

.navigation.pagination>.nav-links>a {
	color: #fff;
	/*background-color: #232323;*/
	color: #FF7268;
	font-weight: 600;
	transition: 1s all;
}

.navigation.pagination>.nav-links>a:hover {
	background-color: #232323;
}

.portfolio-post-prev {
	position: relative;
	overflow: hidden;
}

.portfolio-post-prev img,
.portfolio-post-prev .post-thumbnail {
	width: 100%;
}

.portfolio-post-prev:after {
	content: '';
	position: absolute;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
	transition: all 300ms linear 0ms;
	top: 0;
	left: -100%;
	z-index: 1;
	display: block;
	width: 50%;
	height: 100%;
	transform: skewx(-25deg);
}

.portfolio-post-prev:hover::after {
	animation: shine .75s;
}

@keyframes shine {
	100% {
		left: 125%
	}
}

.portfolio-arhive-info-wrapper {
	position: absolute;
	width: 440px;
	left: 0;
	overflow: hidden;
	bottom: 0;
	padding: 30px 50px 30px 20px;
}

.portfolio-arhive-info-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	bottom: 0;
	right: 0;
	width: 458px;
	border-radius: 0 11px 0 0;
	transform: skew(29deg);
	background: linear-gradient(90deg, #232323 0%, #14161c 100%);
	z-index: 0 !important;
	opacity: 1;
	transition: all 500ms ease;
	height: 100%;
}

.portfolio-arhive-info-wrapper>* {
	z-index: 1;
	position: relative;
	width: 100%;
	margin: 0 0 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	color: #fdfdfd !important;
	display: flex;
	flex-direction: row;
}

.portfolio-arhive-info-wrapper>* .type-row {
	opacity: .7;
	font-weight: 400;
	width: 120px;

}

.portfolio-arhive-info-wrapper>* span:nth-child(2) {
	text-transform: uppercase;
}

.arhive-contact-form-section {
	margin-top: 100px;
	margin-bottom: 50px;
	overflow: hidden;
}

.arhive-contact-form-section-container {
	display: flex;
	flex-direction: row;
	max-width: 1190px;
}

.arhive-contact-form-section-container>.left {
	width: 50%;
	padding-right: 30px;
}

.arhive-contact-form-section-container>.right {
	width: 50%;
}

.arhive-contact-form-section .section-title {
	color: #fff;
}

.arhive-contact-form-section .section-title .split-line:nth-child(1) {}

.arhive-contact-form-section .section-title .split-line:nth-child(2) {}

.details-work-all-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.details-work-all-wrapper .post-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.details-work-all-wrapper .post-thumbnail img {
	display: flex;
	flex-direction: row;
	object-fit: cover;
	width: calc(100% - 400px);
	height: 100%;
	margin-right: auto;

}

.main-details-work {
	max-width: 400px;
	width: 100%;
	position: relative;
	z-index: 2;
	border-radius: 0 10px 10px 0;
	background: linear-gradient(90deg, #14161c 0%, #232323 100%);
}

.main-details-work h2 {
	font-size: 28px;
	line-height: normal;
	width: 100%;
	text-align: center;
	background: #242424;
	margin: 0;
	padding: 30px 0;
}

.main-details-work ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 30px;
	margin: 30px 0;
}

.main-details-work ul li {
	width: 100%;
	border-top: solid 1px #444;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	padding: 14px 0;

}

.main-details-work ul li:first-child {
	border-top: none;
}

.main-details-work ul li:last-child {
	border-bottom: solid 1px #444;
}

.main-details-work li .type-row {
	opacity: .7;
	font-weight: 400;
}

.main-details-work li .row-info {
	font-weight: 600;
}

.portfolio-details-content-section {
	margin-top: 100px;
}

.portfolio-details-content-wrapper {

	background: #fff;
	padding: 30px;
}

.portfolio-gallery-link {
	position: relative;
}

.portfolio-gallery-link::before {
	content: '';
	background-image: url('/wp-content/themes/webstudio/images/magnifying-glass-plus-solid.svg');
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .3s all;
	opacity: 0;
	z-index: 2;
}

.portfolio-gallery-link::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s all;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
}

.portfolio-gallery-link:hover::before {
	opacity: 1;
}

.portfolio-gallery-link:hover::after {
	opacity: .7;
}

.portfolio-gallery-link img {
	width: 100%;

}


.portfolio-single-gallery-main-wrapper {
	background-image: url(/wp-content/themes/webstudio/images/dark-background.svg);
	padding: 100px 0;
	margin-bottom: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.portfolio-single-gallery-main-wrapper .pxl-circle-svg {
	bottom: 0;
	/*top: 0;*/
}

.portfolio-single-gallery-main-wrapper>.container {
	position: relative;
	z-index: 2;
}

.portfolio-single-gallery-main-wrapper .pxl-circle-svg svg {}


.section-singl-testemonial-from-work {
	width: 100%;
	margin-bottom: 50px;
}

.section-singl-testemonial-from-work>.container {
	max-width: 1200px;
}

.section-singl-testemonial-from-work>.single-testemonial-on-portfolio-content-all-wrapper {
	background: #1E1E1E;
	overflow: hidden;
	border: 1px solid #444;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	max-width: 1200px;

}

.section-singl-testemonial-from-work>.container>.left {
	width: 300px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-self: center;
}

.section-singl-testemonial-from-work>.container>.right {
	width: calc(100% - 300px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}

.single-testemonial-on-portfolio-content-wrapper {
	padding: 28px;
	font-family: Inter;
	font-size: 18px;
	line-height: 28px;
	color: #fdfdfd;
	margin-bottom: 47px;
	font-weight: 400;
}

.single-testemonial-on-portfolio-title-wrapper {
	color: #fdfdfd;
	font-size: 24px;
	font-family: quicksand;
	font-style: normal;
	font-weight: 600;
	padding: 30px;
	border-top: solid 1px #fdfdfd;
	text-transform: uppercase;
	margin-left: 30px;
	width: calc(100% - 30px);
}

.no-results-portfolio-section {
	background-image: url(/wp-content/themes/webstudio/images/dark-background.svg);
	margin-bottom: 100px;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover;
	position: relative;
}

.no-results-portfolio-section>.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	z-index: 5;
}

.no-results-portfolio-section>.container .left {
	width: 70%;
	margin: auto;
}

.no-results-portfolio-section>.container .right {
	width: 70%;
	color: #fff;
	margin: auto;

}

.no-results-portfolio-section>.container .right p {
	font-size: 18px;
}

.no-results-portfolio-section .pxl-circle-svg {}

.arhive-job-blocks-wrapeer {
	margin: 100px 0;
}

.jobs-post-prev {
	background-color: #171717;
	position: relative;
}


.jobs-arhive-list-content-wrapper {
	background-color: #171717;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 53px 66px 75px 68px;
	border: 1px solid #444;
	position: relative;
	z-index: 2;
}


.jobs-post-prev .hover-lines {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #FF7268;
	border-left: 0 solid #FF7268;
	border-right: 0 solid #FF7268;
	bottom: 0;
	box-sizing: border-box;
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate3d(-50%, 0, 0);
	transition: width .1s cubic-bezier(.19, 1, .22, 1) 340ms, height .1s cubic-bezier(.25, .25, .75, .75) 145ms, border-left-width 0s cubic-bezier(.25, .25, .75, .75) 340ms, border-right-width 0s cubic-bezier(.25, .25, .75, .75) 340ms;
	width: 0;
}

.jobs-post-prev:hover .hover-lines {
	border-left-width: 1px;
	border-right-width: 1px;
	height: calc(100% + 2px);
	transition: width 150ms cubic-bezier(.25, .25, .75, .75), height .1s cubic-bezier(.25, .25, .75, .75) 145ms, border-left-width 0s cubic-bezier(.25, .25, .75, .75) 145ms, border-right-width 0s cubic-bezier(.25, .25, .75, .75) 145ms;
	width: calc(100% + 2px);
	z-index: 1;
}

.jobs-post-prev .hover-lines::before,
.jobs-post-prev .hover-lines::after {
	position: absolute;
	content: "";
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #FF7268;
	content: "";
	height: calc(100% + 2px);
	left: -1px;
	position: absolute;
	top: 0;
	transition: width 150ms cubic-bezier(.25, .25, .75, .75) 0s;
	width: 0%;

}

.jobs-post-prev .hover-lines::before {}

.jobs-post-prev .hover-lines::after {
	left: auto;
	right: -1px;
}

.jobs-post-prev:hover .hover-lines::before {
	transition: width .1s cubic-bezier(.19, 1, .22, 1) 340ms;
	width: 55%;
}

.jobs-post-prev:hover .hover-lines::after {
	transition: width .1s cubic-bezier(.19, 1, .22, 1) 340ms;
	width: 55%;
}

.job-title {
	font-family: Inter;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fdfdfd;
}

.job-main-content-wrapper {
	display: none;
}

.job-btns-navigate-wrapper .btn {
	margin-top: 20px;
	width: 100%;
}

#detail-job .popup-window-content-all-wrapper {
	max-width: 900px;
	top: 0;
	margin: auto;
	height: max-content;
	transform: translateY(4%);
	max-height: 90%;
	overflow-y: auto;
	border-radius: 0;
}

#detail-job .popup-window-content-all-wrapper::-webkit-scrollbar {
	width: 4px;
	/* ширина всей полосы прокрутки */
}

#detail-job .popup-window-content-all-wrapper::-webkit-scrollbar-track {
	background: #000;
	/* цвет зоны отслеживания */
}

#detail-job .popup-window-content-all-wrapper::-webkit-scrollbar-thumb {
	background-color: #000;
	/* цвет бегунка */
	border-radius: 20px;
	/* округлось бегунка */
	border: 3px solid #fff;
	/* отступ вокруг бегунка */
}

.content-detail-job-popup {
	color: #fdfdfd;
}

.popup-window-wrapper .wpcf7-response-output {
	color: #fdfdfd;
}

.contact-form-row.hide {
	display: none !important;
}

#Apply_vacancy_popup {
	margin-top: 30px;
	margin-bottom: 30px;

}

.main-about-us-section {
	margin-top: 100px;
	position: relative;
	padding: 100px 0;
	z-index: 1;
}

.main-about-us-section>.container {
	position: relative;
	display: flex;
	flex-direction: row;
	z-index: 2;
	align-items: center;

}

.main-about-us-section>.container .left {
	width: 60%;
	position: relative;
	z-index: 2;
	padding-right: 150px;
}

.main-about-us-section>.container .left video {
	width: 100%;
	position: relative;
	z-index: 3;
}

.main-about-us-section>.container .right {
	width: 40%;
	position: relative;
	z-index: 1;
	font-family: "Nunito", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #fdfdfd;
}

.about-us-background-imade-wrapper {
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.about-us-background-imade-wrapper svg {
	width: 100%;
}

.elips-about-us-wrapper-2 {
	position: absolute;
	width: 80%;
	left: 0;
	top: -110px;
	height: 80%;
	z-index: 1;
}

.elips-about-us-wrapper-2 img {
	width: 100%;
}

.elips-about-us-wrapper-1 {
	position: absolute;
	width: 300px;
	left: -30px;
	top: -130px;
	height: 300px;
	z-index: 2;
}

.elips-about-us-wrapper-1 img {
	width: 100%;
}

.about-us-background-imade-wrapper .pxl-circle-svg {
	bottom: 0;
}

.why-choise-us-section {
	margin-top: 100px;
	position: relative;
	z-index: 2;
}

.why-choise-us-section .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.why-choise-us-section .container h2 {
	line-height: normal;
}

.why-choise-us-section .container .left {
	width: 50%;
	padding-right: 50px;
}

.why-choise-blocks-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.why-choise-block-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.why-choise-block-wrapper i {
	font-size: 30px;
	width: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: rgba(255, 114, 104, .3);
	height: 80px;
	border-radius: 100%;
	margin-right: 30px;
	color: #fdfdfd;
}

.why-choise-block-content-wrapper {
	width: calc(100% - 80px);
}

.why-choise-title-block {
	font-size: 32px;
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	color: #fdfdfd;

}

.why-choise-block-content-wrapper p {
	margin-bottom: 0;
	font-size: 16px;
	font-family: Nunito;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	color: #f6f6f6;
}

.why-choise-us-section .container .right {
	width: 35%;
}

.why-choise-us-section .container .right video {
	width: 100%;
}

.scheme-section {
	margin-top: 100px;
	padding: 50px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.scheme-section-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;

}



.scheme-block-wrapper {
	width: calc(33% - 90px);
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 2;


}

.scheme-block-icon-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: #444;
	margin: auto;
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: solid 5px #444;
	box-shadow: 0px 4px 30px 0px rgba(0.9999999999999973, 235.99999999999997, 222.00000000000003, 0.5);
	border: 5px solid #fdfdfd;
}

.scheme-block-icon {
	border-radius: 100%;
	height: 60px;
	width: auto;
}

.counter-wrapper {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 18px;
	font-weight: 600;
	color: #FF7268;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background-color: #fdfdfd;
}

.scheme-block-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
	color: #fdfdfd;
	margin-bottom: 0 !important;
}

.scheme-description {
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #fdfdfd;

}

.scheme-section h2 {
	max-width: 600px;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.arhive-service-blocks-wrapper {
	position: relative;
	z-index: 3;
}

.arhive-service-blocks-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.arhive-service-blocks-container>.left {
	width: 30%;
	position: relative;
	height: max-content;
	max-width: 400px;
	padding-left: 100px;
	align-items: center;
}

.arhive-service-blocks-container>.left img {
	opacity: 1;
	-webkit-transform: rotate(15deg) translateX(60px) translateY(30px);
	transform: rotate(15deg) translateX(60px) translateY(30px);
	transition: all 1s;
	position: relative;
	z-index: 1;
}

.arhive-service-blocks-container>.left::after {
	content: '';
	position: absolute;
	width: 175px;
	height: 70px;
	background-color: #444;
	bottom: 0;
	-webkit-transform: rotate(-26deg) translate(-50%, 50%);
	transform: rotate(-26deg) translate(-50%, 50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	z-index: 2;
	right: 0;
}

.arhive-service-img-decore-wrapper.active img {
	-webkit-transform: rotate(0deg) translateX(60px) translateY(30px);
	transform: rotate(0deg) translateX(60px) translateY(30px);
	opacity: 0;
}

.arhive-service-blocks-container>.arhive-service-img-decore-wrapper.active::after {
	-webkit-transform: rotate(-26deg) translate(-120%, 50%);
	transform: rotate(-26deg) translate(-120%, 50%);
}

.arhive-service-blocks-container>.right {
	width: 70%;
	padding-left: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.arhive-service-post-prev {
	width: 100%;
	border-top: solid 1px #444;
	padding-top: 30px;
	padding-bottom: 30px;
}





.service-arhive-info-wrapper {}

.service-argive-icon-wrapper {}

.service-argive-icon-wrapper svg {}

.arhive-service-post-prev:hover .service-argive-icon-wrapper svg {}

.service-arhive-info-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.service-arhive-info-wrapper .service-title {
	display: block;
	font-size: 28px;
	line-height: 1.3;
	font-family: Inter;
	font-weight: 700;
	padding-right: 20px;
	color: #fdfdfd !important;
	margin-bottom: 25px;
	transition: .5s;
	margin: 0;
	width: 400px;


}


.arhive-service-post-prev .service-list-post-short-description {
	line-height: 1.5;
	font-weight: 400;
	font-size: 16px;
	color: #999;
	width: 320px;
}

.arhive-service-post-prev .service__link {


	text-align: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-right: 60px;
}

.arhive-service-post-prev .service__link i {
	-webkit-transform: translate(0, 0) rotate(-45deg);
	transform: translate(0, 0) rotate(-45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 48px;
	color: #999;
	width: calc(100% - 720px);
}

.arhive-service-post-prev:hover .service__link i {
	-webkit-transform: translate(15px, -15px) rotate(-45deg);
	transform: translate(15px, -15px) rotate(-45deg);
	color: #fdfdfd;
}

.page-404-title {
	margin-top: 100px;
	text-align: center;
	color: #14161c;
	font-family: "Inter", Sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 170px;
	margin-bottom: 22px;
	text-align: center;
	width: 100%;
	transition: 2s all;

}

.error-404-content-section .page-content {
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
	font-family: Nunito;
	line-height: 30px;

	transition: .5s;
	width: 100%;

}

.error-404-content-section .page-content .more-btn {
	/* color: #14161c !important; */
	margin-top: 30px;
	width: 100%;
	max-width: 500px;
	/* border-color: #14161c; */
	background: #14161c;
}



.section-description-service {
	width: 100%;
	position: relative;
}

.section-description-service-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 3;
	position: relative;
}

.section-description-service-container .left {
	width: 49%;
	padding: 0;
	position: relative;
	overflow: hidden;
	height: max-content;
}

.section-description-service-container .left .post-thumbnail {
	display: flex;
	flex-direction: row;
}

.section-description-service-container .left .post-thumbnail img {
	width: 100%;
}

.section-description-service-container .right {
	width: 40%;
	padding-left: 0;
}

.section-description-service .popup-btn {
	z-index: 2;
	position: relative;
}

.content-text-service-wrapper {
	width: 60%;
	font-size: 16px;
	color: #fdfdfd;
}

.content-text-service-wrapper ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.content-text-service-wrapper ul li {
	display: flex;
	flex-direction: row;
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
	font-weight: 600;
}

.content-text-service-wrapper ul li .list-icon {
	font-size: 20px;
	position: absolute;
	left: 0;
	background-color: rgba(36, 36, 36, 0.88);
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	top: 10px
}

.singl-popup-btn-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px;
	padding: 20px;
}

.singl-popup-btn-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	bottom: 0;
	right: 0;
	width: 458px;
	border-radius: 0 11px 0 0;
	transform: skew(327deg);
	background: linear-gradient(327deg, #232323 0%, #14161c 100%);
	z-index: 0 !important;
	opacity: 1;
	transition: all 500ms ease;
	height: 100%;
}

.service-slider-image {
	width: 100%;
}

.service-slider-image .slick-slide {
	padding: 10px;
}


.scheme-section-single-service-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 560px;
	position: relative;
}

.scheme-section-single-service-container::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #999;
	top: 0;
	bottom: 0;
}

.scheme-section-single-service-block-wrapper {
	width: 100%;
	padding-right: calc(50% + 20px);
	margin-bottom: 20px;
	position: relative;
	opacity: 1;
	visibility: visible;
}

.scheme-section-single-service-block-wrapper:first-child>h2 {
	margin-top: 0;
}

.scheme-section-single-service-block-wrapper:nth-child(2n) {
	padding-right: 0;
	padding-left: calc(50% + 20px);
}

.scheme-section-single-service-block-title {
	color: #fdfdfd;
}

.scheme-section-single-service-counter-wrapper {
	border: solid 1px #444;
	border-radius: 100%;
	position: absolute;
	top: 20px;
	color: #999;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	font-size: 12px;
	line-height: 0;
	left: calc(50% - 12.5px);
	background: #14161c;
	-webkit-animation: pulse 1.5s 1s infinite;
	animation: pulse 1.5s 1s infinite;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #fdfdfd;
	border-radius: 100%;
	background-color: #000;
}

.scheme-section-single-service-counter-wrapper span {
	position: relative;
	z-index: 2;
}



@keyframes pulse {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.scheme-section-single-service-description {
	font-size: 14px;
	color: #999;
	opacity: 1 !important;
	visibility: visible !important;
	transition: 1s all;
}


.statisctic-section_single-service {
	flex-wrap: wrap;
	border: solid #444 1px;
	padding-top: 50px;
	border-right: none;
	border-left: none;
}

.statisctic-section_single-service .statisctic-section-block-wrapper {
	margin-bottom: 50px;
}

.statisctic-section_single-service .statistic-section-number {

	font-size: 28px;
	line-height: 30px;

}

.statisctic-section_single-service .statistic-section-title {
	font-size: 16px;
	color: #999;
	line-height: normal;
	font-weight: 400;
}


.packages-service-section {}

.packages-service-section>.container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.packages-block-wrapper {
	width: calc(50% - 15px);
	border-bottom: solid #444 1px;
	padding: 30px 0;
	/* background: #1E1E1E; */
	/* padding: 10px; */
	margin-bottom: 20px;
}

.packages-title {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 25px;
	font-family: Inter;
	color: #fdfdfd;
}

.package-couner-wrapper {
	background-color: #1E1E1E;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Inter';
	transition: 1s all;
}

.packages-block-wrapper:hover .package-couner-wrapper {
	color: #fdfdfd;
}

.packages-description {
	transition: 1s all;
	opacity: 1 !important;
	visibility: visible !important;
	min-height: 75px;
}

.packages-block-wrapper .btn {
	opacity: 0;
	transition: 1s all;
}

.packages-block-wrapper:hover .packages-description {
	color: #fdfdfd;
}

.packages-block-wrapper:hover .btn {
	opacity: 1;
}


.benefits-section {
	margin: 100px 0 50px 0;
}

.benefits-section-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 50px;
	justify-content: space-between;
}

.benefits-block-wrapper {
	width: calc(25% - 15px);
	padding: 30px;
	background-color: #242424;
	border: solid 1px #444;
	margin-bottom: 15px;
}

.benefits-block-title {
	font-family: Inter;
	color: #fdfdfd;
	font-weight: 600;
}

.benefits-block-description {
	font-size: 14px;
	color: #fff;
}


.faq-section {
	margin: 200px 0;
}

.faq-section-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}


.faq-section-container>.left {
	width: 40%;
}

.faq-section-container>.left .section-title {
	font-size: 16px;
	color: #fdfdfd;
}

.faq-section-container>.left .contacts-page-form-wrapper {
	margin-left: 0;
	margin-top: 20px;
}

.faq-section-container>.left .contacts-page-form-wrapper form {}

.faq-section-container>.right {
	width: 50%;
}

.faq-section-container>.right h2.section-title {
	margin-top: 0;
	padding-top: 0;
}

.question-block-wrapper {
	width: 100%;
	margin-bottom: 10px;


}

button.question {
	font-family: Inter;
	width: 100%;
	background: none;
	display: flex;
	flex-direction: row;
	box-shadow: none;
	color: #fdfdfd;
	background-color: #171717;
	border: 1px solid #444;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px;


}

button.question span {
	font-weight: 600;
	font-size: 16px;
	padding-right: 10px;
}

button.question i {
	transition: 1s all;
	transform: rotateX(0deg);
}

.question-block-wrapper.active button.question i {
	transform: rotateX(180deg);
}


.answer {
	width: 100%;
	background-color: #242424;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	border-bottom: solid 1px #FF7268;
	display: none;

}