/*!
Theme Name: septik45
Theme URI: https://откачка-септиков45.рф/
Author: medjikArt
Author URI: http://medjik.ru/
Description: Тема разработанная для сайта откачка-септиков45.рф от infox45.ru совместно с medjikArt
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: septik45
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.

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

/**
 * 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, Open Sans, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	position: relative;
/* 	color: #4D8202; */
	color: #c21313;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;

}
a:after {
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	background-color: #161616; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}
a:hover:after,
a:focus:after {
	width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}
a:visited {
	color: #800080;
}
a:hover,
a:focus,
a:active {
/*	color: #191970;*/
/*     color: #78ba52; */
    color: #161616;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

/* 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;
    -webkit-transition: all 1.3s ease-in-out;
       -moz-transition: all 1.3s ease-in-out;
        -ms-transition: all 1.3s ease-in-out;
         -o-transition: all 1.3s ease-in-out;
            transition: all 1.3s ease-in-out;
}

.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 {
	color: #fff;
	display: block;
	text-decoration: none;
    -webkit-transition: all 1.3s ease-in-out;
       -moz-transition: all 1.3s ease-in-out;
        -ms-transition: all 1.3s ease-in-out;
         -o-transition: all 1.3s ease-in-out;
            transition: all 1.3s ease-in-out;
}

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	max-width: 200px;
}
a.custom-logo-link:after, a.header-tel:after, a.header-mail:after, #slider a::after {
	display: none;
}

/* 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;
}
.site-footer {
	background: #061100;
}

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

/*--------------------------------------------- */
/*             SECTION STYLE THEME              */
/*--------------------------------------------- */

/*animation.css setting*/
/*:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}*/


h1, h2, h3, h4, h5, h6 {
	color:#161616;
	text-transform: uppercase;
	position: relative;
}
h2 {
	margin-bottom: 40px;
}
h2:before {
	z-index: 0;
	content: "";
	background: url('img/h2-before-new.png') no-repeat;
	width: 50px;
    height: 100px;
    background-size: 100%;
    background-position: top;
    top: -30px;
    position: absolute;
    left: -10px;
}
h2:after {
	content: "";
    background: linear-gradient(90deg, #fc7b32 0%, #ff5c00 100%), #ff5c00;
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -10px;
      -webkit-transition: all 1.3s ease-in-out;
   -moz-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
     -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out;
}
h2:hover:after {
	width: 160px;
}

/* style icofonts */
.grad {  
  background: linear-gradient(90deg, #fc7b32 0%, #ff5c00 100%); /* Standard syntax */
  background: -webkit-linear-gradient(90deg, #fc7b32 0%, #ff5c00 100%);     /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(90deg, #fc7b32 0%, #ff5c00 100%);        /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(90deg, #fc7b32 0%, #ff5c00 100%);        /* For Opera 11.1 to 12.0 */ 
  background: -ms-linear-gradient(90deg, #fc7b32 0%, #ff5c00 100%); /* IE 11 */
  -pie-background: linear-gradient(90deg, #fc7b32 0%, #ff5c00 100%); /* only affects IE */
  -webkit-background-clip: text;
  -o-background-clip: text;
     background-clip: text;  
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  color: #212121;
}

/*section header*/
header {
	z-index: 10;
	position: absolute;
    width: 100%;
    overflow: hidden;
}
header .main-navigation a:after {
	background-color: #fff;
}

/*nav menu navigation*/
nav {
  width: 100%;
  max-height: 50px;
  background-color: none;
  transition-duration: 0.5s;
  transition-timing-function: swing;
  position: relative;
  /*overflow: hidden;*/
/*  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);*/
}

nav.open {
  max-height: 700px;
  transition: max-height 0.5s ease-in;
}

nav h2 {
  transition: 0.5s;
  position: absolute;
  font-size: 1.75em;
  top: 15px;
  right: 32px;
  font-weight: 300;
}
nav h2 b {
  font-weight: 500;
}
nav.open ul {
  padding-top: 100px;
}
nav ul li {
  position: relative;
  text-align: center;
  list-style: none;
  -webkit-flex-basis: 20%;
          flex-basis: 20%;
  padding: 0.3em 0.5em 0.3em 0.5em;
  transition: all 0.5s;
}
nav ul li:after {
	content: "";
    position: absolute;
    right: 0px;
    border-right: 1px solid #ff5c00;
    width: 2px;
    top: 7px;
    height: 17px;
}
nav ul li:last-child {
	flex-basis: 25%;
}
nav ul li:last-child:after {
	border: none;
}
nav ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  /*color: rgba(0, 0, 0, 0.87);*/
  -webkit-transition: all 1.3s ease-in-out;
   -moz-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
     -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out;
}
/*nav ul li:hover {
  background: #b3e5fc;
}*/
/*nav ul li:hover a {
  text-decoration: none;
  border-bottom: 1px dotted;
}*/

/*nav ul li:active {
  background: #82d4fa;
}*/
/*nav ul li:last-child {
  margin-bottom: 1em;
}*/
.navToggle {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 20px;
  left: 32px;
  transition-duration: 0.5s;
}
.navToggle:hover {
  cursor: pointer;
}
.navToggle .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  top: 25px;
  width: 15px;
  background-color: rgba(255, 255, 255, 0.87);
}
.navToggle .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.87);
  content: "";
  top: -10px;
}
.navToggle .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.87);
  content: "";
  top: 10px;
}
.navToggle .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  top: 25px;
  width: 15px;
  background-color: rgba(255, 255, 255, 0.87);
  left: 15px;
}
.navToggle .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.87);
  content: "";
  top: -10px;
}
.navToggle .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.87);
  content: "";
  top: 10px;
}
.navToggle.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.navToggle.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.navToggle.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.navToggle.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.navToggle.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.navToggle.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.x {
  padding: 0;
  margin: 0;
}

/*ellipse header*/
.ellipse {
	width: 38px;
    height: 38px;
    background: #ff5c00;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.ellipse i {
	font-size: 25px;
    margin: 0 auto;
    position: absolute;
    left: 7px;
    top: 6px;
}
header .header-line-shadow {
	z-index: -1;
    position: absolute;
    background-color: #0a0c0c;
    background: linear-gradient(90deg, #2b3a45 0%,  #6a5c54 100%), #ffffff;
    width: 200px;
    height: 2px;
    bottom: 18px;
}
header .header-address-col {
	padding: 30px 0;
/* 	text-align: right; */
	display: flex;
	justify-content: space-between;
}
header .header-contact-col {
	padding: 30px 0;
	text-align: right;
	padding-right: 5%;
}
header .header-address-col .ellipse {
	margin-right: 10px;
}
header .header-address-col .header-address {
	font-size: 14px; 
	color: #fff;
/* 	float: right; */
}
header .header-address-col .header-mess {
	display: inline-flex;
	gap: 10px;
}
header .header-address-col .header-mess img {width: 38px;}

header .header-contact-col .header-contact-group {
	line-height: 17px;
	float: right;
}
header .header-contact-col .header-contact-group .header-tel {
	font-size: 21px;
	color: #fff
}
header .header-contact-col .header-contact-group .header-mail {
 	font-size: 12px;
 	color: #fff;
}
header .header-mess a::after {background-color: transparent;}
/*section services*/

#services {
	padding-top: 50px;
	background: url('img/bg-services.png');
	padding-bottom: 100px;
}

#services .services-figure {
	position: relative; 
	overflow: hidden;
}
#services .services-figure a {
	display: block;
}

#services .figure-number {
	font-size: 150px;    
	position: absolute;    
	z-index: 1;    
	color: rgb(255 255 255 / 20%);    
	left: -35px;    
	font-family: Rochester;
	-webkit-transition: all 1.8s ease-in-out;
	   -moz-transition: all 1.8s ease-in-out;
	    -ms-transition: all 1.8s ease-in-out;
	     -o-transition: all 1.8s ease-in-out;
	        transition: all 1.8s ease-in-out;
}
#services .figure-shadow {
	z-index: 1; 
	background: rgb(0 0 0 / 35%); 
	width: 100%; 
	height: 100%; 
	position: absolute;
}
#services .figure-img {
	z-index: 0;
	margin: 0;
		-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
	    -ms-transition: all .8s ease-in-out;
	     -o-transition: all .8s ease-in-out;
	        transition: all .8s ease-in-out;
}
#services .services-title {
	bottom: 10px;    
	position: absolute;    
	left: 10px;    
	color: #fff;    
	font-weight: bold;    
	z-index: 1;
	-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
	    -ms-transition: all .8s ease-in-out;
	     -o-transition: all .8s ease-in-out;
	        transition: all .8s ease-in-out;
}
#services .services-btn {
    width: 230px;
    height: 41px;    
    background: linear-gradient(90deg, #fc7b32 0%, #ff5c00 100%);    
    border-radius: 73px;    
    color: #FFF;    
    text-transform: uppercase;    
    font-size: 16px;    
    position: absolute;    
    left: 45%;    
    bottom: -50px;    
    margin: 0 -100px;    
    z-index: 1;
    -webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
}
#services .services-btn span {
	position: relative;
    z-index: 1;
    transition: color 0.5s;
}
#services .services-btn:after {
	content: '';
    position: absolute;
    border-radius: 73px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(-90deg, #fc7b32 0%, #ff5c00 100%);   
	opacity: 0;
	transition: opacity 0.5s;
}
#services .services-btn:hover:after {
	opacity: 1;	
}

#services .services-btn:hover span {
	color: #fff;
}

#services figure:hover .services-title {
	bottom: 140px;
}
#services figure:hover .figure-number  {
    left: -25px;
}
#services figure:hover .figure-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#services figure:hover .services-btn {
	bottom: 10px;
}

/*section about*/
#about {
   padding-top: 90px;
}
#about .about-info {
	padding-top: 50px;
}	
#about .bg-about {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#about .bg-about .shadow {
	z-index: 0;
	position: absolute;
    width: 100%;
    background: rgba(49, 49, 49, 0.8);
    height: 100%;
}
#about .bg-about img {
    min-width: 170%;
    min-height: 100%;
    flex-shrink: 0;
    z-index: -1;
    position: absolute;
}
#about .bg-about p {
	/*margin: 0;*/
    color: #FFF;
    font-size: 14px;
}
#about .horizont-shadow {
	background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 46%) 50%, rgb(255 255 255 / 0%) 100%);
    height: 1px;
    bottom: 18px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
#about .vertical-shadow {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 46%) 50%, rgb(255 255 255 / 0%) 100%);
    height: 90%;
    position: absolute;
    width: 1px;
    margin: 0 auto;
    left: 50%;
}

/*carousel settings*/
#about .carousel-control-next, #about .carousel-control-prev {
	width: 5%;
}
#about a.carousel-control-prev:after, #about a.carousel-control-next:after {
	display: none;
}
/*section advantages-1*/
#advantages-1 {
	padding: 50px 0 30px 0;
	margin: 50px 0;
	background-color: #F3F4F7;
}
#advantages-1 p {
	color: #0F2900;
	text-transform: uppercase;
}
#advantages-1 .advantages-icon {
	margin-bottom: 10px;	
	-webkit-transition: all .8s linear 0s;
	   -moz-transition: all .8s linear 0s;
	    -ms-transition: all .8s linear 0s;
	     -o-transition: all .8s linear 0s;
	        transition: all .8s linear 0s;
}
#advantages-1 .advantages-icon .grad {
	font-size: 80px;
	-webkit-transition: all .8s linear 0s;
	   -moz-transition: all .8s linear 0s;
	    -ms-transition: all .8s linear 0s;
	     -o-transition: all .8s linear 0s;
	        transition: all .8s linear 0s;
}
#advantages-1 .advantages-icon:hover { 
   	transform: translateY(-15px);
}
#advantages-1 .advantages-icon:hover .grad {
	background-image: linear-gradient(270deg, #43E97B 0%, #78ba52 100%);
	background-image: -ms-linear-gradient(270deg, #43E97B 0%, #78ba52 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*section order*/
#order {
	padding-top: 50px;
	padding-bottom: 50px;
}
#order .animate__animated.animate__fadeInLeftBig {
/*  --animate-duration: 2s;
  --animate-delay: 0.9s;*/
}
#order form .div-form {
	position: relative;
	margin-bottom: 20px;
}
#order form .div-form .icon-form {
    z-index: 1;
    position: absolute;
    left: 6px;
    top: 7px;
    font-size: 20px;
    color: #767676;
}
#order form input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #0F2900;
	box-sizing: border-box;
	height: 40px;
	padding-left: 30px;
	-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
	    -ms-transition: all .8s ease-in-out;
	     -o-transition: all .8s ease-in-out;
	        transition: all .8s ease-in-out;
}
#order form input.wpcf7-submit {
  	border: 1px solid #0F2900;
	box-sizing: border-box;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
	height: 58px;
	text-transform: uppercase;
	background: #ffd862;
    font-weight: bold;
    padding: 0;
}
#order form input:hover {
	box-shadow: 0px 0px 20px #4d882c;
}
#order .consent {
	font-size: 10px; color: #242424
}
#order .order-mess {
	gap:20px;
	align-items: baseline;
}
#order .order-mess a::after {
	background-color:transparent;
}
#order .order-mess a img {
	width: 50px;
}

/*section working*/
#working {
	padding-top: 50px;
	padding-bottom: 50px;
}
#working .working-icon {
	padding-bottom: 50px;
	padding-top: 50px;
	-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
	    -ms-transition: all .8s ease-in-out;
	     -o-transition: all .8s ease-in-out;
	        transition: all .8s ease-in-out;	
}
#working .working-icon:hover { 
   	transform: translateY(-15px);
}
#working .working-icon img {
	width: 100px;
}
#working h3 {
	font-size: 19px;
}

#working .working-list {
	margin: 20px 0;
    padding-left: 20px;
}
#working .working-list li {
	list-style-image: url(img/circle-o.svg);
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
#working .working-list li:hover  {
	margin-left: 5px;
}
/*section advantages*/
#advantages {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(img/bg-services.png);
	background-color: #F3F4F7;
}
#advantages .advantages-icon {
	   margin-top: 30px;
	margin-bottom: 30px;
	-webkit-transition: all .8s linear 0s;
	   -moz-transition: all .8s linear 0s;
	    -ms-transition: all .8s linear 0s;
	     -o-transition: all .8s linear 0s;
	        transition: all .8s linear 0s;
}
#advantages .col-md-3:hover .advantages-icon {
	transform: translateX(10px);
}
#advantages .advantages-icon i {
	font-size: 75px;
}
#advantages .advantages-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#advantages .advantages-list {
	margin: 20px 0;
    padding-left: 20px;
}
#advantages .advantages-list li {
	font-size: 14px;
	list-style-image: url(img/circle-o.svg);
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
#advantages .advantages-list li:hover  {
	margin-left: 5px;
}
/*section technics */
#technics {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(img/bg-technics.jpg);
	background-size: contain;
}
#technics .technics-list {
	margin: 20px 0;
    padding-left: 20px;
}
#technics .technics-list li {
	font-size: 14px;
	list-style-image: url(img/circle-o.svg);
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
#technics .technics-list li:hover  {
	margin-left: 5px;
}
/*section questions*/
#questions {
	background-image: url("img/bg-questions.webp");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding: 150px 0;    
}

#questions form .div-form {
	position: relative;
	margin-bottom: 20px;
}
#questions form .div-form .icon-form {
    z-index: 1;
    position: absolute;
    left: 6px;
    top: 7px;
    font-size: 20px;
    color: #767676;
}
#questions form input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #0F2900;
	box-sizing: border-box;
	height: 40px;
	padding-left: 30px;
	-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
	    -ms-transition: all .8s ease-in-out;
	     -o-transition: all .8s ease-in-out;
	        transition: all .8s ease-in-out;
}
#questions form input.wpcf7-submit {
  	border: 1px solid #0F2900;
	box-sizing: border-box;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
	height: 58px;
	text-transform: uppercase;
	background: #ffd862;
    font-weight: bold;
    padding: 0;
}
#questions form input:hover {
	box-shadow: 0px 0px 20px #4d882c;
}
#questions .questions-mess {
	margin-bottom: 30px;
	gap:20px;
	-webkit-align-items: baseline;
	        align-items: baseline;
}
#questions .questions-mess a::after {background-color: transparent;}
#questions .questions-mess img {width: 50px;}

/*section reviews*/
#reviews {
	background-image: url("img/bg-reviews.jpg");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding: 100px 0; 

}
#reviews .reviews-client-name {
	font-weight: bold;
	color: #0F2900;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}
#reviews .reviews-client-name i {
	position: absolute;
    top: -10px;
}
#reviews .reviews-client-comp {
	font-size: 12px;	
	color: #9C9C9C;
}
#reviews .reviews-client-service {
	color: #0F2900;
	font-size: 18px;
	text-transform: uppercase;
}
#reviews .reviews-client-text {
	margin-top: 10px;
	background-color: #F1F2F6;	
	padding: 15px;
}
#reviews .reviews-list {
	margin: 20px 0;
    padding-left: 20px;
}
#reviews .reviews-list li {
	font-size: 14px;
	list-style-image: url(img/circle-o.svg);
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
#reviews .reviews-list li:hover  {
	margin-left: 5px;
}
#reviews .reviews-client-big {
    font-size: 19px;
    font-weight: bold;
}

#contacts {
		background-image: url("img/bg-contacts.png");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding: 100px 0;
	animation: city 30s linear infinite;
	-webkit-animation: city 120s linear infinite;
}
.contacts-tel {
	margin-top: 30px;
}
.contacts-tel, .contacts-address, .contacts-email {
	position: relative;
	margin-bottom: 70px;
}
.contacts-tel i, .contacts-address i, .contacts-email i {
    position: absolute;
}
.contacts-tel a, .contacts-address a, .contacts-email a {
	margin-left: 50px;
}
.contacts-tel span, .contacts-email span  {
    font-size: 24px;
    padding: 10px 0;
    display: inline-block;
}
.contacts-address span {
	margin-left: 50px;
	max-width: 305px;
	display: inline-block;
	font-size: 24px;
}
.contacts-map {
	position: relative;
}
@keyframes city {
    from { background-position: -2880px 100%;}
    to { background-position: 0 100%; }
}
@-webkit-keyframes city {
    from { background-position: -2880px 100%;}
    to { background-position: 0 100%; }
}

#contacts .contacts-mess {    gap: 20px; margin-bottom: 70px;}
#contacts .contacts-mess  img {width: 50px;}
#contacts .contacts-mess a::after {background-color: transparent;}

/*footer settings*/
footer #menu-footer {
	display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
}
footer #menu-footer li {
    list-style: none;
    transition: all 0.5s;
    padding: 0 7px;
}
footer #menu-footer a:after {
	background-color: #FFF;
}
footer #menu-footer a {
	color:#CFCFCF;
	font-size: 13px;
}
footer .footer-tel {
	padding: 35px 0 0 0;
	font-size: 24px; 
	line-height: 25px;
}
footer .footer-tel a { 
	color: #FFFFFF;
}
footer .footer-address { 
	padding: 35px 0 0 0;
	font-size: 18px; 
	line-height: 25px; 
	color: #FFF
}
footer .footer-email {
	padding: 35px 0 0 0;
	font-size: 18px; 
	line-height: 25px; 
	color: #FFF; 
	text-align: right;
}
footer .footer-email a {
	color: #FFFFFF;
}
footer .copy {
	text-align: left;
	color: #FFF;
	font-size: 13px;
    margin: 0;
    padding: 11px 0;
}
footer .copy a {
	color: #FFF;
}
footer .copy a:after {
	background-color: #FFF;
}
footer .autor {
	opacity: 0.5;	
	transition: all 0.5s;
}
footer .autor a:after {
	display: none;
}
footer .autor:hover {
	opacity: 1;
}
footer .footer-tel a:after, footer .footer-email a:after {
	background-color: #fff;
}
footer .footer-btn {
    width: 100%;
    height: 41px; 
    position: relative;   
/*     background: linear-gradient(90deg, #43E97B 0%, #78BA52 100%);     */
    background: linear-gradient(90deg, #ff5c00 0%, #fc7b32 100%);
    border-radius: 73px;    
    color: #FFF;    
    text-transform: uppercase;    
    font-size: 16px;    
    z-index: 1;
    -webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
}
footer .footer-btn span {
	position: relative;
    z-index: 1;
    transition: color 0.5s;
}
footer .footer-btn:after {
	content: '';
    border-radius: 73px;
    position: absolute;
    width: 100%;
    height: 41px;
    top: 0;
    left: 0;
/* 	background: linear-gradient(-90deg, #43E97B 0%, #78BA52 100%);    */
	background: linear-gradient(90deg, #ff5c00 0%, #fc7b32 100%);
	opacity: 0;
	transition: opacity 0.5s;
}
footer .footer-btn:hover:after {
	opacity: 1;	
}

footer .footer-btn:hover span {
	color: #fff;
}
footer .oferta {
	margin-top: 20px; 
	font-size: 12px; 
	line-height: 14px; 
	text-align: justify; 
	color: #868686;
}



/*modal window*/
.wow-modal-window {
	/*background: linear-gradient(90deg, rgb(67, 233, 123) 0%, rgb(120, 186, 82) 100%); */
   padding: 26px 45px 5px;
   background: linear-gradient(90deg, rgb(255 92 0) 0%, rgb(252 123 50) 100%);
   color: #fff;
}

.wow-modal-window .mw-service p {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 14px;
}
.wow-modal-window .mw-text {
	font-size: 14px;
}
.wow-modal-window .mw-consent {
	font-size: 10px; 
	color: #242424;
}
.wow-modal-window form .div-form {
	position: relative;
	margin-bottom: 20px;
}
.wow-modal-window  form .div-form .icon-form {
    z-index: 1;
    position: absolute;
    left: 6px;
    top: 7px;
    font-size: 20px;
    color: #767676;
}
.wow-modal-window form input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #0F2900;
	box-sizing: border-box;
	height: 40px;
	padding-left: 30px;
	-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
	    -ms-transition: all .8s ease-in-out;
	     -o-transition: all .8s ease-in-out;
	        transition: all .8s ease-in-out;
}
.wow-modal-window form input.wpcf7-submit {
  	border: 1px solid #0F2900;
	box-sizing: border-box;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
	height: 58px;
	text-transform: uppercase;
	background: #ffd862;
    font-weight: bold;
    padding: 0;
}
.wow-modal-window form input:hover {
/* 	box-shadow: 0px 0px 20px #4d882c; */
	box-shadow: 0px 0px 20px #faae00;
}
.wow-modal-window .mw-close-btn.image:before {
	background: initial !important;
	font-size: 24px;
}

/*--------------Media requests----------------- */

@media (max-width: 767px) {
	header .header-address-col {
		padding: 30px 0 0;
	}
	header .header-contact-col {
    	padding: 30px 0 0;
	}
	header .header-contact-col .header-contact-group {
		text-align: left;
	}	
	header .header-contact-col {
	    padding-right: 0px;
	}
  	nav h2 {
    	font-size: 1.5em;
    	top: 16px;
  	}
	nav h2 span {
    	display: none;
  	}
	.figure-shadow {
		height: 600px;
	} 
	nav ul li {
		padding: 0.3em 0.2em 0.3em 0.5em;
	}
	footer .footer-tel a {
	    font-size: 24px;
	}
	footer .footer-email {
		text-align: center;
		padding: 0;
	}
	footer .footer-address {
		text-align: center;
	}
	footer .footer-address span {
	    display: block;
	}
	footer .copy {
		text-align: center;
		padding-top: 30px;
	}
	footer .autor {
		text-align: center;
		padding-top: 10px;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) { 
	header .header-address-col {
		padding: 30px 20px 0px 20px;
		text-align: left;
	}
	header .header-contact-col {
    	padding: 10px 20px 5px 20px;
    	text-align: left;
	}
	header .header-contact-col .header-contact-group {
		text-align: left;
		float: none;
	}
	header .header-address-col .ellipse {
		float: left;
	}
	header .header-contact-col .ellipse {
		float: left;
	}	
	header .header-address-col .header-address {
		float: none;
	}
	#slider .stx-layer-button {
    padding: 40px 60px;
    font-size: 3em;
	}
	#slider .stx-layers-canvas p {
	right: 0px;
    position: absolute;
    bottom: -100px !important;
    width: 340px;
    height: 100px;
	}
	#carouselExampleControls {
		height: 456px;
	}
	#about .bg-about .col-md-12 p {
		padding-top: 15px;
	}

	footer p {
		margin-bottom: 0;
	}
	footer .footer-tel a {
	    font-size: 17px;
	}
	footer .footer-address {
		font-size: 14px;
		padding: 35px 0 0;
		text-align: right;
	}
	footer .footer-address span {
	    display: block;
	    font-size: 18px;
	}	
	footer .footer-email {
		padding: 10px 0 10px 0;
    	text-align: center;
	}
	footer #menu-footer {
    	display: block;
	}
	footer #menu-footer li {
	    float: left;
    }
	footer .menu-footer-container {
	    margin: 25px 0px;
	}
	footer .copy {
		text-align: center;
		padding-top: 30px;
	}
	footer button {
		margin: 15px 0;
	}
	footer .autor {
		text-align: center;
	}
	.stx-layers-canvas p {
		top: 0;
	}

	#about .horizont-shadow, #about .vertical-shadow {
		display: none;
	}

}


/*// Medium devices (tablets, 768px and up)*/
/*@media (max-width: 767px) { ... }*/

/*// Large devices (desktops, 992px and up)*/
/*@media (max-width: 991px) { ... }*/

/*// X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1199px) { 
	#services .services-btn {
		left: 52%;
    	width: 190px;
	}
}




// XX-Large devices (larger desktops, 1400px and up)
/*@media (max-width: 1400px) { ... }*/


