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

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

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

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

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	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;
}

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

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












/**********************************************************************************/
/*ELAR*/
/*Кастомний Скролбар*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff36;
    border-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #FEBF51;
}
/*Кастомний Скролбар - кінець*/

/*svg animation all page start*/
.svg_page_all {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    /*z-index: 10;*/
}
.svg_page_all svg {
	display: inline-block;
	height: 100%;
    vertical-align: middle;
}
.color_line_1 {
	fill: none;
    stroke: rgb(39 42 45);
    stroke-width: 3;
    stroke-dasharray: 1579.69, 1579.69;
    /*stroke-dashoffset: 0px;*/
}
.height_line_1 {
/*	height: 96%;*/
	height: 104%;
}
.color_line_2 {
	fill: none;
    stroke: rgb(39 42 45);
    stroke-width: 5;
    stroke-dasharray: 3300.41, 3300.41;
    /*stroke-dashoffset: 0px;*/
}
.height_line_2 {
/*	height: 155%;*/
	height: 169%;
}
.color_line_3 {
	fill: none;
    stroke: rgb(39 42 45);
    stroke-width: 6;
    stroke-dasharray: 5370.58, 5370.58;
    /*stroke-dashoffset: 0px;*/
}
.height_line_3 {
/*	height: 156%;*/
height: 170%;
}
.color_line_4 {
	fill: none;
    stroke: rgb(39 42 45);
    stroke-width: 7;
    stroke-dasharray: 2637.54, 2637.54;
    /*stroke-dashoffset: 0px;*/
}
.height_line_4 {
	height: 120%;
}
.color_line_5 {
	fill: none;
    stroke: rgb(39 42 45);
    stroke-width: 7;
    stroke-dasharray: 2754.24, 2754.24;
    /*stroke-dashoffset: 0px;*/
}
.height_line_5 {
	height: 30%;
}
/*svg animation all page end*/
.team_inner {
	padding: 100px 0;
}
.price_inner {
	padding: 100px 0 0;
}
.contact_inner {
	padding: 260px 0 0;
}
/*header початок*/
.menu_inner li a:hover {
	color: #febf51;
}
header {
    background-color: black;
    max-height: 100vh;
    overflow: hidden;
}
.container {
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 15px;
}
.header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Comfortaa', cursive;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 110px;
    z-index: 4;
    position: relative;
    width: 100%;
    left: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.icon_img_header{
	position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 55px;
	top: 35%;
	z-index: 5;
}
.network_arrow{
	cursor: pointer;
}
.icon_img_header a{
	margin-bottom: 15px;
}

.header__title {
    text-align: center;
    margin-top: -110px;
}
.bacground_img_header {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url(./assets/img/header-photo.png) no-repeat top;
    background-size: cover;
}
.bacground_img_header:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.logotype_header a img {
    width: 110px;
}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 110px;
}
#menu1, #menu2, #menu3, #menu4{
	cursor: pointer;
}
.menu_inner {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu_inner1 {
    margin: 0;
    padding: 10px 65px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu_inner2 {
    margin: 0;
    padding: 10px 10px 10px 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_inner li {
	list-style: none;
	padding: 4px 0;
}
.menu_inner li a {
	padding: 0px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/*SVG animation старт*/
.line-container {
	position: relative;
	top: -750px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	overflow: hidden;
}
svg {
	display: inline-block;
	height: 100%;
}
/*SVG animation кінець*/
/*header кінець*/
/*about statrt*/

.container{
	max-width: 1440px !important;
	margin: 0 auto !important;
	padding: 0 15px !important;
}
.about_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 100px 0;
}

.about_img-block, .about-text{
	width: 50%;
}
.about_img-block img{
	position: relative;
	left: -35%;
	max-width: 961px;
	max-height: 600px;
}
.about_img-block{
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	position: relative;
	-webkit-transform: translate(-200%,0px);
	    -ms-transform: translate(-200%,0px);
	        transform: translate(-200%,0px);
}
.about_img-block-active{
	-webkit-transform: translate(0px,0px);
	    -ms-transform: translate(0px,0px);
	        transform: translate(0px,0px);
}
.about-text{
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	position: relative;
	right: -300%;
	margin-left: 60px
}
.about_text-active{
	right: 0;
}
.about-text p{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	text-indent: 50px;
	color: #000000;
}
.about-text span {
    display: block;
    text-align: center;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #000000;
}

/*about end*/

/*team start*/

.team_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}
.team_item-text{
	width: 65%;
	max-width: 1060px;
	background: #272A2D;
	border-radius: 10px;
}
.team_item-text1, .team_item-text3, .team_item-photo2{
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
    position: relative;
    -webkit-transform: translate(-200%,0px);
        -ms-transform: translate(-200%,0px);
            transform: translate(-200%,0px);
}
.team_item-photo1, .team_item-photo3, .team_item-text2{
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
    position: relative;
    -webkit-transform: translate(200%,0px);
        -ms-transform: translate(200%,0px);
            transform: translate(200%,0px);
}
.team_item-text1-active, .team_item-text2-active, .team_item-text3-active, .team_item-photo1-active, .team_item-photo2-active, .team_item-photo3-active{
	-webkit-transform: translate(0px,0px);
	    -ms-transform: translate(0px,0px);
	        transform: translate(0px,0px);
}
.team_item-text p{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	text-align: justify;
	text-indent: 50px;
	color: #FEBF51;
	padding: 20px;
	margin: 0;
	max-width: 690px;
}
.team_item-text{
	position: relative;
	left: -18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.team_item-text-right{
	left: 17%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}
.team_item-photo{
	width: 35%;
}
.team_item-photo img{
	max-width: 460px;
	max-height: 500px;
}
/*team end*/

/*service start*/

.services_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 250px 0 0;
}

.services_item{
	width: 48%;
	max-width: 765px;
	background: #272A2D;
	border-radius: 20px;
	padding: 25px 20px 30px;
}
.services_item1, .services_item2, .services_item3, .services_item4 {
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	position: relative;
	-webkit-transform: translate(0px,200%);
	    -ms-transform: translate(0px,200%);
	        transform: translate(0px,200%);
	opacity: 0;
}
.services_item1-active, .services_item2-active, .services_item3-active, .services_item4-active, .wpcf7-form-active{
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	    -ms-transform: translate(0px, 0px);
	        transform: translate(0px, 0px);
}
.services_item-title{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 40px;
	color: #FEBF51;
	text-align: center;
}

.services_item-text {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 33px;
	color: #FFFFFF;
}
.butt_a_href {
	text-decoration: none;
}
.text-decoration, .price_in_butt {
	text-decoration: none;
}
.text-decoration div {
	margin: 15px auto 75px;
}
.price_in_butt div {
	margin: 60px auto 40px;
}
.services_button{
	width: 440px;
	background: #272A2D;
	border: 3px solid #FEBF51;
	border-radius: 20px;
	padding: 15px 0;
	text-align: center;
	margin: 60px auto 75px;
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #FEBF51;
	cursor: pointer;
	position: relative;
	z-index: 3;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.services_button:hover {
	background: #febf51;
    border: 3px solid #272a2d;
    color: #272a2d;
}
.price_button{
	/*margin-top: 30px;*/
}
.price_title{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 45px;
	text-align: center;
	color: #1D1D1D;
	margin-bottom: 60px;
}
.slider_item{
	background: #272A2D;
    border-radius: 20px; 
    padding: 20px 50px 30px;
    max-width: 100%;	
    margin-left: 20px;
    max-height: 100%;
	/*height: 700px;*/
	height: 420px;
	cursor: pointer;
}
.slick-arrow{
	display: none !important;
}
.slider_item-title{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #FEBF51;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.slider_item-table{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.slider_item-table td {
	padding-bottom: 10px;
	
}
.slider_item-table tr td:last-child{
	text-align: right;
}
.slider_item-hr{
	background-color:  #FEBF51;
}
/*service end*/

/*contacts start*/
.svg-arrow_path {
    stroke-dasharray: 1575.2938232421875;
    stroke-dashoffset: 1575.2938232421875;
    -webkit-animation: arrw 5s linear alternate infinite;
    animation: arrw 5s linear alternate infinite;
}
@-webkit-keyframes arrw {
    0% {
        stroke-dashoffset: 1575.2938232421875;
        stroke-width: 1;
        fill-opacity: 0;
    }
    20% {
        fill-opacity: 0;
    }
    75% {
        fill-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
    }
}
@keyframes arrw {
    0% {
        stroke-dashoffset: 1575.2938232421875;
        stroke-width: 1;
        fill-opacity: 0;
    }
    20% {
        fill-opacity: 0;
    }
    75% {
        fill-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
    }
}
.arrow_and_butt svg {
    position: relative;
    bottom: 32px;
    left: 600px;
    z-index: 0;
}
.contacts_title{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 45px;
	color: #1D1D1D;
	text-align: center;
}
.contacts_inner-tel{
	margin-top: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.contacts_item-tel.tel1{
	margin-right: 90px;
}
.tel1, .tel2{
	position: relative;
	display: block;
	text-decoration: none;
}
.contacts_item-tel p, .contacts_item-netw p{
	text-decoration: none;	
	color: #1D1D1D;
}
.contacts_item-tel p:hover, .contacts_item-netw p:hover{
	color: #1D1D1D;
}
.contacts_item-netw:visited{
	color: #1D1D1D !important;
}
.tel1::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/iphone-2-2.png');
	width: 35px;
	height: 35px;
	left: -35px;
}
.tel2::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/iphone-2-2.png');
	width: 35px;
	height: 35px;
	left: -35px;
}
.tel3::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/iphone1.png');
	width: 30px;
	height: 30px;
	left: -35px;
}
.tel4::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/iphone1.png');
	width: 30px;
	height: 30px;
	left: -35px;
}
.instagram::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/instagram-3.png');
	width: 35px;
	height: 35px;
	left: -43px;
}
.telegram::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/telegram-2-1.png');
	width: 35px;
	height: 35px;
	left: -40px;
    top: -2px;
}
.facebook::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/facebook-3.png');
	width: 35px;
	height: 35px;
	left: -50px;
	top: -2px;
}
.email::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/mail-3.png');
	width: 35px;
	height: 35px;
	left: -43px;
}
.instagram1, .telegram1, .facebook1, .email1, .tel3, .tel4{
	position: relative;
}
.instagram1::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/instagram1.png');
	width: 25px;
	height: 25px;
	left: -35px;
}
.telegram1::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/telegram1.png');
	width: 25px;
	height: 25px;
	left: -35px;
    top: -2px;
}
.facebook1::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/facebook3.png');
	width: 25px;
	height: 25px;
	left: -35px;
	top: -2px;
}
.email1::before{
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/2022/09/mail3.png');
	width: 25px;
	height: 25px;
	left: -35px;
}
.footer-contacts li{
	margin-left: 40px;
}
.footer-contacts-menu li{
	margin-left: 0 !important;
}
.telegram, .facebook, .instagram{
	margin-right: 90px;
}
.contacts_inner-netw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 55px;
    margin-bottom: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.contacts_item-netw, .contacts_item-tel {
    text-decoration: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 9px 10px;
}
.contacts_item-netw img, .contacts_item-tel img {
    margin-right: 8px;
    width: 27px;
}
.contacts_item-netw p, .contacts_item-tel p{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 33px;
	color: #1D1D1D;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: 0;
	text-decoration: none;
}
.contacts_item-netw p:hover, .contacts_item-tel p:hover {
	color: #075c7c !important;
}
.question_button{
	width: 450px;
	padding: 15px;
	text-align: center;
	background: #272A2D;
	border-radius: 20px;
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #FEBF51;
	margin: 0 auto;
}
/*contacts-form start*/

.form_title{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #000000;
	margin-bottom: 55px;

}
.footer-logo_bulb {
	display: none;
}
form{
	max-width: 1025px;
    margin: 0 auto;
}
.form_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
.form_item-title, .form_item-input{
	width: 100%;
}
.form_item-input input, .message{
	width: 100%;
	margin-bottom: 50px;
	padding: 15px 20px;
	outline: none;
	background: #272A2D;
	border-radius: 10px;
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: white !important;
}
.message{
	max-width: 665px !important;
}
.form_item-input input::-webkit-input-placeholder, .message::-webkit-input-placeholder{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	color: #CECECE;
}
.form_item-input input::-moz-placeholder, .message::-moz-placeholder{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	color: #CECECE;
}
.form_item-input input:-ms-input-placeholder, .message:-ms-input-placeholder{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	color: #CECECE;
}
.form_item-input input::-ms-input-placeholder, .message::-ms-input-placeholder{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	color: #CECECE;
}
.form_item-input input::placeholder, .message::placeholder{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	color: #CECECE;
}
.form_item-title{
	padding: 15px 20px;
	background: #272A2D;
	border-radius: 10px;
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	color: #FEBF51;
	text-align: center;
	margin-right: 25px;
	max-width: 335px;
}
.form_item-btn input{
	display: block;
    max-width: 350px;
    padding: 15px 70px !important;
    margin-right: 0;
	text-align: center;
	cursor: pointer !important;
	background: #272A2D;
	border-radius: 20px;
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #FEBF51;
	padding: 15px 0;
	outline: none;
	margin-left: auto;
}
/*contacts-form end*/
/*contacts end*/

/*footer start*/

.footer{
	margin-top: 70px;
	background: #272A2D;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer-hr{
	background-color: #FEBF51;
	height: 3px;
	border-radius: 30px;
}
.footer_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: 25px;
    margin-bottom: 25px;
}
.footer_item{
	max-width: 25%;
}
.footer-contacts li{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-contacts li a{
	text-decoration: none;
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.footer-contacts li a:hover{
	color: #FEBF51;
}
.footer-contacts li {
	margin-bottom: 20px;
}
.footer_item-title{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.footer-contacts{
	padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.copyright{
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}
.copyright a{
	text-decoration: none;
	color: #F2C216;
}
/*footer end*/

/*Paralax effect start*/

.info_about_section {
	background-color:#272A2D;

}
.info_about_section-title {
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
}
.info_about_section-title p {
    position: relative;
    display: block;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    margin: 0;
    padding: 10px 0px;
    text-shadow: -10px 5px 2px rgba(0, 0, 0, 0.25);
}
.info_about_section-title p span {
	color: #FEBF51;
}
.burger{
	display: none;
}
.title_logo{
	display: none;
}
.modile_header_logo{
	display: none;
}
.footer-logo {
	width: 170px;
}
/*Paralax effect end*/

@media(max-width: 1335px){
	.arrow_and_butt svg{
		left: 530px;
		z-index: -1;
	}
}

@media(max-width: 1195px){
	.arrow_and_butt svg{
		left: 470px;
	}
}
@media(max-width: 1090px){
	.arrow_and_butt svg{
		left: 420px;
	}
}
@media(max-width: 970px){
	.arrow_and_butt svg{
		left: 370px;
	}
}
@media(max-width: 880px){
	.arrow_and_butt svg{
		left: 320px;
	}
}
@media(max-width: 780px){
	.arrow_and_butt svg{
		left: 270px;
	}
}
@media(max-width: 690px){
	.arrow_and_butt svg{
		left: 170px;
	}
}
@media(max-width: 595px){
	.arrow_and_butt svg{
		left: 120px;
	}
}
@media(max-width: 545px){
	.arrow_and_butt svg{
		left: 70px;
	}
}






























@media(max-width: 1360px){
	.team_item-photo{
		width: auto;
	}
}

@media(max-width: 1180px){
	.about_img-block img{
		max-height: 505px;
	}
	
	.padding_0_1024{
		padding: 0 !important;
	}
}

@media(max-width: 1065px){ 
	.svg_page_all {
		display: none;
	}
	.services_inner {
	    padding: 50px 0 0;
	}
	.team_inner {
	    padding: 50px 0 0;
	}
	.about_inner {
	    padding: 50px 0 0;
	}
	.price_inner {
	    padding: 50px 0 0;
	}
	.contact_inner {
	    padding: 50px 0 0;
	}
}
@media(max-width: 1440px){
	.team_item-text, .team_item-text-right {
		left: 0;
		max-width: 700px;
	}
}
@media(max-width: 1260px){
	.team_item-text, .team_item-text-right{
		max-width: 600px;
	}
}

@media(max-width: 1140px){
	.team_item-text, .team_item-text-right{
		max-width: 500px;
	}
}

@media(max-width: 1065px){
	.slider_item{
		height: 500px;
	}
}
@media(max-width: 800px){
	.slider_item{
		height: 456px;
	}
	.contacts_inner-netw {
	    margin-top: 25px;
	    margin-bottom: 50px;
	}
}
/* mobile version */

@media(max-width: 1024px){
	.icon_img_header{
		right: 30px;
		top: 30%;
	}
	.title_logo{
		display: block;
	}
	.modile_header_logo{
		display: block;
    	margin-left: 20px;
	}
	.title_logo img {
	    height: 55px;
	}
	.svg_page_all{
		z-index: 1;
	}
	.logotype_header{
		display: none;
	}
	.menu{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.menu_inner1, .menu_inner2 {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.menu_inner2{
		padding-left: 20px;
	}
	.menu_inner1{
		padding-right: 35px;
	}
	.menu_inner2 li a{
		padding-left: 25px
	}
	.menu{
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding-right: 20px;
		right: -400px;
		position: fixed;
		height: 190vh;
		width: 220px;
		padding-top: 270px;
		background-color: rgba(0, 0, 0, 0.9);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.menu-active{
		right: 0;
	}
	.burger{
		display: block;
		width: 40px;
		height: 30px;
		position: fixed;
		z-index: 1000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 40px;
		right: 30px;
		cursor: pointer;
	}
	.burger span {
		display: block;
		width: 100%;
		height: 4px;
		background-color: white;
		border-radius: 5px;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.first-active {
		-webkit-transform: rotate(45deg) translate(12px, 3px);
		-ms-transform: rotate(45deg) translate(12px, 3px);
		transform: rotate(45deg) translate(12px, 3px);
	}
	.second-active {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	.third-active {
		-webkit-transform: rotate(-45deg) translate(14px, -6px);
		-ms-transform: rotate(-45deg) translate(14px, -6px);
		transform: rotate(-45deg) translate(14px, -6px);
	}
	.icon_img_header{
		z-index: 3;
	}
	.about_inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.about-text{
		margin-left: 0;
		margin-top: 30px;
	}
	.team_item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.team_item-second{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.team_item-text{
		left: 0;
		margin-bottom: 30px;
	}
	.team_item-photo{
		width: auto;
		margin-bottom: 50px;
	}
	.contacts_inner-netw{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.telegram, .facebook, .instagram {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer{
		margin-top: 30px;
		padding-top: 30px;
	}
	.about_img-block{
		width: auto;
		margin: 0 auto;
	}
	.about_img-block img{
		left: auto;
	}
	.about-text{
		width: auto;
	}
}

@media(max-width: 840px){
	.footer_inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 0;
	}
	.footer-logo {
		display: none;
	}
	.footer-logo_bulb {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.footer-logo_bulb a img {
		width: 110px;
	}
	.footer_item{
		width: 100%;
		max-width: 100%;
		margin-bottom: 35px;
	}
	.footer_item:nth-child(4){
		margin-bottom: 10px;
	}
	.footer-contacts li{
		text-align: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 10px;

	}
	.footer_item-title{
		text-align: center;
		margin-bottom: 25px;
	}
	.form_item-title {
	    font-size: 20px;
	    max-width: 230px;
	}
	
}

@media(max-width: 768px){
	.about_img-block, .about-text{
		width: 100%;
	}
	.about_img-block img{
		max-width: 100%;
		left: 0;
	}
	.team_item-text{
		width: 100%;
	}
	.slider_item-table {
		font-family: 'Comfortaa';
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 14px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	.contacts_item-netw p, .contacts_item-tel p{
		font-size: 22px;
		line-height: 24px;
	}
	.price_title{
		margin-bottom: 40px;
	}
}
@media(max-width: 640px){
	.form_item {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.form_item-title {
	    font-size: 22px;
	    max-width: 100%;
	    margin: 0 0 10px 0;
	}
	.form_item-input input, .message {
	    margin-bottom: 30px;
	    font-size: 20px;
    	line-height: 21px;
	}

}
@media(max-width: 560px){
	.contacts_inner-tel{
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.contacts_inner-netw{
		margin-top: 25px;
	}
}
@media(max-width: 500px){
	.menu_inner li a {
		padding: 0px 20px;
	    font-size: 23px;
	}
	.contacts_title {
	    font-size: 25px;
	    line-height: 25px;
	}
	.footer_item-title {
	    font-size: 21px;
	    margin-bottom: 20px;
	}
	.footer-contacts li a {
	    font-size: 16px;
	}
	.icon_img_header a img {
		width: 25px;
	}
	.icon_img_header a {
	    margin-bottom: 5px;
	}
	.network_arrow img {
		width: 15px;
	}
	.price_title {
	    font-size: 25px;
	    line-height: 30px;
	    margin-bottom: 30px;
	}
	.info_about_section-title p {
	    font-size: 45px;
	}
	.about-text span {
	    font-size: 25px;
	}
	.about-text p {
	    font-size: 18px;
	    line-height: 24px;
	    text-indent: 25px;
	}
	.team_item-text p {
	    font-size: 18px;
	    line-height: 24px;
	}
	.services_item {
	    width: 100%;
	    padding: 35px 10px;
	}
	.slider_item-table td {
	    padding-bottom: 5px;
	}
	.slider_item-table tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    padding: 10px 0;
	}

	.slider_item-table tbody tr td:nth-child(1) {
		font-size: 16px;
		text-align: center;
	}   
	.slider_item-table tbody tr td:nth-child(2) {
		font-size: 14px;
		text-align: center;
	}   
}
@media(max-width: 730px){
	.services_inner{
		display: block;
	}
	.services_item{
		width: 100%;
	}
	.services_item{
		margin: 30px 0 0 !important;
	}

}
@media(max-width: 650px){
	.slider_item{
		height: 385px;
	}
	.slider_item-table tbody tr{
		padding: 5px 0;
	}
}
@media(max-width: 500px){
	.contacts_item-netw p, .contacts_item-tel p {
	    font-size: 20px;
	    line-height: 24px;
	}
	.footer-logo {
	    width: 130px;
	    margin: 0 auto;
	}
	.title_logo img {
	    height: 47px;
	}
	.team_item-photo img{
		max-width: 320px;
	}
	.services_item{
		width: 100%;
	}
	.services_item{
		margin: 30px 0 0 !important;
	}
	
	.services_item-text{
		font-size: 16px;
		line-height: 24px;
	}
	.services_item-title{
		font-size: 22px;
		line-height: 28px;
	}
	.services_button{
		margin-top: 50px;
	}
	.slider_item {
		padding: 20px 10px 30px;
		height: 470px;
	}
	.slider_item-title{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 22px;
	}
	.contacts_inner-tel{
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.tel1{
		margin-right: 0 !important;
		margin-bottom: 25px;
	}
	.tel1::before{
		top: -5px;
	}
	.tel2::before{
		top: -5px;
	}
	.instagram::before{
		top: -5px;
	}
	.telegram::before{
		top: -6px;
	}
	.facebook::before{
		top: -6px;
	}
	.mail::before{
		top: -5px;
	}
	.contacts_inner-netw{
		margin-top: 35px;
		margin-bottom: 30px;
	}
	.svg_arrow{
		display: none;
	}
	.form_title{
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 26px;
	}
	.form_item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.form_item-title, .form_item-input {
		width: auto;
	}
	.form_item-btn input{
		margin: 0 auto;
	}
	.form_item-title{
		margin-bottom: 5px;
		margin-right: 0;
		padding: 15px 10px;
		font-size: 19px;
		line-height: 20px;
		width: 100%;
		max-width: 100%;
	}
	.form_item-input input, .message {
		margin-bottom: 23px;
		padding: 15px 10px;
		font-size: 18px;
		line-height: 15px;
	}
	.form_item-input input::-webkit-input-placeholder, .message::-webkit-input-placeholder{
		font-size: 18px;
		line-height: 20px;
	}
	.form_item-input input::-moz-placeholder, .message::-moz-placeholder{
		font-size: 18px;
		line-height: 20px;
	}
	.form_item-input input:-ms-input-placeholder, .message:-ms-input-placeholder{
		font-size: 18px;
		line-height: 20px;
	}
	.form_item-input input::-ms-input-placeholder, .message::-ms-input-placeholder{
		font-size: 18px;
		line-height: 20px;
	}
	.form_item-input input::placeholder, .message::placeholder{
		font-size: 18px;
		line-height: 20px;
	}
	.form_item-btn input{
		font-size: 18px;
		line-height: 20px;
		padding: 12px 0;
	}
	.slider_item-table td{
		padding-bottom: 5px;
	}
	.services_button{
		max-width: 300px;
		font-size: 20px;
		line-height: 22px;
	}
	.question_button {
		max-width: 300px;
	    padding: 15px 15px;
	    font-size: 18px;
	    line-height: 22px;
	}
}
@media(max-width: 1180px){
	.height_line_1 {
	    height: 108%;
	}
	.height_line_3 {
	    height: 186%;
	}
}
@media(max-width: 1118px){
	.height_line_1 {
	    height: 111%;
	}
	.height_line_3 {
	    height: 189%;
	}
}
@media(max-width: 1078px){
	.height_line_1 {
	    height: 118%;
	}
}
/* mobile version end */