/*!
Theme Name: smartparking
Theme URI: http://underscores.me/
Author: NeoAgency
Author URI: http://underscores.me/
Description: Smartparking
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: smartparking
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.

smartparking 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

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
/*--------------------------------------------------------------
# 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;
        position:relative;
        padding:0;
        overflow-x:hidden;
}
#page{overflow: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;
}

/* 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: #000000;
	font-family: Roboto;
	font-size: 18px;
	line-height: 27px;
}
h3{font-size:35px;line-height:42px;font-weight:700;}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
        text-decoration:none!important;
}

a:visited {
	color: #55d85e;
        text-decoration:none;
}

a:hover,
a:focus,
a:active {
	color: #55d85e;
        text-decoration:none;
}

a:focus {
	outline: none;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*---- Header start ----*/
header{
	position: absolute;
    	z-index: 999;
        top:0;
        left:0;
        right:0;
        padding-top:22px;
}
.header-wrapper{position:relative;}
#primary-menu a{padding:10px;color:#000; border-bottom:2px solid transparent;}
.home #primary-menu a{color:#fff;}
#primary-menu li>a::after{display:block;content:" ";height:2px;background:#55d85e;position:relative;width:0%;transition:width 0.5s;}
#primary-menu li:hover > a::after{width:100%;} 
#primary-menu li{padding:0 15px;display:inline-block;}
.swiper-container{height:1000px;}
.swiper-slide{display:flex;justify-content:center;align-items:center;}
body .swiper-container-vertical>.swiper-pagination-bullets{left:34px;width:14px;}
body .swiper-pagination-bullet{width:4px; height:30px; border-radius:0px;background-color:#fff;}
body .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:16px 0;}
.slide-one{ background:url('./images/slide1.jpg')no-repeat center;background-size:cover;}
.slide-two{ background:url('./images/bunnerpazzl.jpg')no-repeat center;background-size:cover;}
.slide-three{ background:url('./images/bunnerdoubl.jpg')no-repeat center;background-size:cover;}
.slide-block-wrap{display:flex;justify-content:space-between;padding:0 15px;}
.slide-block, .slide-form{width:50%;}
.slide-block{padding-left:10px;}
.slide-form{padding-top:50px;}
.slide-block h1{text-transform:uppercase;font-weight:700;padding-top:50px;}
.slide-first-word{font-size:144px;line-height:124px;color:#55d85e;font-weight:700;}
.slide-second-word{font-size:97px;line-height:77px;color:#55d85e;}
.slide-title-small{font-size:50px;line-height:75px;color:#ffffff;display:inline-block;padding-top:30px;}
.slide-block p{font-size:36px;line-height:42px;color:#fff;}
a.btn-link{
    position:relative;
    background:#55d85e;   
    font-size:16px;
    line-height:20px;
    padding:19px 30px; 
    color:#ffffff; 
    outline:none;
    text-decoration:none;
    background-image:linear-gradient(transparent 50%, #856ad9 50%);
    background-size:200% 200%;
    border:none;
    box-sizing:border-box;
    box-shadow: 0 0 0 1px #55d85e;
    transition:all 0.4s;
}
.slide-block a.btn-link:hover{color:#ffffff;}
a.btn-link:hover{text-decoration:none!important;background-position: 0 100%;box-shadow: 0 0 0 1px #856ad9;}

.slide-form-wrap{position:relative;padding:50px 70px;background: rgba(196, 196, 196, 0.04);border: 1px solid #B3C4C3;box-sizing:border-box; backdrop-filter: blur(28px);width: 526px;margin:0 auto;
}
.swiper-container a.btn-link:visited{color:#fff;}
h3.slide-form-title{color:#fff;font-size:36px;line-height:42px;text-align:center;}
.slide-form-wrap input{
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.33);
    border: 1px solid rgba(179, 196, 195, 0.3);
    border-radius: 3px;
    padding: 14px 25px;
    width: 100%;
    margin-bottom: 20px;
    color:#fff;  
    font-weight:400;
}
.slide-form-wrap input::placeholder, .saf-form-block input::placeholder{color:#fff;}
.slide-form-wrap .btn-form{
    padding:19px 25px;    
    background:#856ad9; 
    width:200px;
    cursor:pointer;
    border-radius:0px;
    display:block;
    margin:0 auto;
    border:none;
    font-weight:400;
    box-shadow: 0 0 0 1px #856ad9;
    background-image:linear-gradient(transparent 50%, #55d85e 50%);
    background-size:200% 200%;
    transition:all 0.4s;
}
.slide-form-wrap .btn-form:hover{
    background-position: 0 100%;
    box-shadow: 0 0 0 1px #55d85e;
}
.slide-form-text{color:#fff;padding-top:20px;}
.wpcf7-not-valid-tip {color:red; font-size:12px;position: absolute;top:7px;right: 15px;line-height:12px;}
.wpcf7 form.invalid .wpcf7-response-output{position:absolute;bottom:10px;font-size:11px;color:red;left: 10px;
    right: 10px;}
.wpcf7 form.sent .wpcf7-response-output {position:absolute;bottom:10px; color:#ffffff; font-size:12px;left: 10px;
    right: 10px;}
#sandwich{
	display:inline-block;
	width: 38px;
        height: 27px;
        cursor: pointer;
        position:absolute;
        top:25px;
        right:30px;
        z-index:9999;
}
.sw_top {
  position: relative;
  top: 0;
  left:0px;
  width: 30px;
  height: 4px;
  background: #55d85e;
  border: none;
  transition: transform 0.5s, top 0.2s;
}
.sw_bottom {
  position: relative;
  width:30px;
  height: 4px;
  top: 7px;
  background: #55d85e;
  border: none;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
}
.sw_footer {
  position: relative;
  width: 30px;
  height: 4px;
  left:0px;
  top: 14px;
  background: #55d85e;
  border: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
#sandwich.active .sw_top {
   top: 9px; 
   transform: rotate(135deg);
   right: -8px;
}
#sandwich.active .sw_bottom {
  top: 10px;
  opacity:0;
  transform: rotate(-115deg);
  right: 8px;
}
#sandwich.active .sw_footer {
  top: 2px;
  left:0px;
  transform: rotate(45deg);
}
#top-menu{list-style:none;margin:0px;padding:0 40px;}
#top-menu a{line-height:30px;transition:all 0.5s;position:relative;z-index:999999;}
.top-socials{position:relative;z-index:99;}
.top-socials a{padding:6px;transition:all 0.5s;font-size:24px;}
.top-socials a, #top-menu a{color:#856ad9;}
.home .top-socials a, .home #top-menu a{color:#ffffff;}
.top-socials a:hover, #top-menu a:hover{color:#55d85e;}
.top-phone-block{display:inline-block;position:relative;}
.top-phone-block .connect-text{color:#856ad9;position:absolute;right:5px;top:30px;font-size:16px;}
.home .top-phone-block .connect-text{color:#fff;}
.top-phone-block .connect-text::before{content:" ";width:19px;height:22px;background:url('./images/call.svg') no-repeat center; background-size:cover;display:inline-block;position:relative;right:10px;top:8px;}
#mobile-navigation{display:block;background: #2E3030; box-sizing:border-box;outline:none;border:none;position:absolute;top:0;right:-640px;width:600px; 
padding-top:148px;height:700px;z-index:90;transition:right 0.8s;}
#mobile-menu{display:block;} 
#mobile-navigation ul{list-style:none;margin:0;padding-left:115px;}
#mobile-navigation #mobile-menu a{color:#fff;line-height:21px;padding:15px;display:inline-block;}
#mobile-navigation.show{right:-5px;}
#mobile-navigation a{transition:all 0.5s;}
#mobile-navigation #mobile-menu a:hover{color:#55d85e;}
#fixed-links{
  position: absolute;
  right: 20px;
  top:50vh;
  display: flex;
  flex-direction: column;
  z-index:999;
}
#insta .fl-insta, #insta .fl-insta-circle, #facebook .fl-facebook, #facebook .fl-facebook-circle, #youtube .fl-youtube-circle, #youtube .fl-youtube, #twitter .fl-twitter-circle, #twitter .fl-twitter, #linkdin .fl-linkdin, #linkdin .fl-linkdin-circle{transition:all 0.5s;}
#insta:hover .fl-insta, #facebook:hover .fl-facebook, #youtube:hover .fl-youtube, #twitter:hover .fl-twitter, #linkdin:hover .fl-linkdin{fill:#55d85e;}
#insta:hover .fl-insta-circle, #facebook:hover .fl-facebook-circle, #youtube:hover .fl-youtube-circle, #twitter:hover .fl-twitter-circle, #linkdin:hover .fl-linkdin-circle{stroke:#55d85e;}


#fixed-links a{display:inline-block;margin-bottom:13px;}
/*---- Header end  ----*/
/*---- Smart about ----*/
#smart-about, #smart-sertitficate{padding-top:150px;padding-bottom:100px;} 
.smart-about-img img{box-shadow:0px 0px 16px rgba(0, 0, 0, 0.25);}
#smart-about h3{font-family:Roboto;font-size:35px;line-height:42px;padding-top:15px;padding-bottom:55px;font-weight:700;}
#smart-about h3 .sm-company{display:block;color:#55d85e;font-size:48px; font-family:Roboto;font-weight:700;}
/*---- End smart about ----*/

/*---- Smart compentence ----*/
#smart-competence{background:url(./images/bg_competence.jpg)no-repeat center; background-size:cover;padding-top:87px;padding-bottom:87px;}
#smart-competence h3{font-weight:700;font-size:35px;}
#smart-competence h4{font-size:24px;font-weight:700;line-height:24px;}
h3.competence-title{padding-bottom:80px;}
.competence-item{display:flex;padding-bottom:50px;}
.competence-item p{margin-bottom:0px;}
.compentence-icon-block{padding-left:30px;}
.competence-icon{max-width:41px;}
.competence-image{padding-top:30px;}
/*---- End smart competence ----*/

/*---- Smart join start ----*/
#smart-join{padding-top:180px;padding-bottom:70px;}
#smart-puzzle, #smart-rotor{padding-bottom:70px;}
#smart-individual{padding-bottom:140px;}
.join-text-block{z-index:999;padding:50px 50px 50px 100px;box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.13);}
.join-title{padding-bottom:70px;}
.join-title span{display:block;}
h4.join-sub-title{font-size:36px;line-height:42px;font-weight:700;margin:0;padding-bottom:40px;}
.join-more, .puzzle-more,
.rotor-more, .individual-more, .neo-link, .order-link, .circle-more, .lift-more{
    display:inline-block;
    color:#55d85e;
    cursor:pointer;
    margin-bottom:22px;
    transition:all 0.5s;
    outline:none;
    box-shadow:none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.join-more:hover, .puzzle-more:hover,.rotor-more:hover, .individual-more:hover, .neo-link:hover, .order-link:hover, .circle-more:hover, .lift-more:hover{color:#856ad9;}
.all-reviews{cursor:pointer;}
a.join-btn, a.news-btn, .all-reviews{
    font-size: 16px;
    line-height: 20px;
    padding: 19px 30px;
    color: #ffffff;
    background: #55d85e;
    border: none;
    outline: none;
    text-decoration:none;
    transition: all 0.4s;
    width: 200px;
    display: inline-block;
    text-align: center;
    background-image:linear-gradient(transparent 50%, #856ad9 50%);
    background-size:200% 200%;
    box-shadow: 0 0 0 1px #55d85e;
}
.join-more path, .puzzle-more path, .rotor-more path, .individual-more path, .order-link path, .circle-more path, .lift-more path{transition:all 0.5s;}
.join-more:hover path, .puzzle-more:hover path, .rotor-more:hover path, .individual-more:hover path, .order-link:hover path, .circle-more:hover path, .lift-more:hover path{fill:#856ad9;}
.join-btn:hover, a.news-btn:hover{
    text-decoration: none;
    color: #ffffff;
   background-position: 0 100%;
   box-shadow: 0 0 0 1px #856ad9;
}

.jst-second-word{display:block;}
h4.join-sub-title .jst-third-word, .jst-third-word{font-size:24px;line-height:28px;display:block;}
.join-image-block{padding:0px;}
.join-image-block img{object-fit: cover;top: 0;height:100%;width:100%;}
.join-popup-text, .puzzle-popup-text,.rotor-popup-text, .individual-popup-text, .circle-popup-text, .lift-popup-text{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.7);
    padding:50px;
    color:#fff;
    display:none;;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.join-popup-text.show, .puzzle-popup-text.show, .rotor-popup-text.show, .individual-popup-text.show, .circle-popup-text.show, .lift-popup-text.show{display:flex;}
.join-price{display:inline-block;padding-left:45px;}
.join-price__number{font-size:36px;line-height:34px;font-weight:700;}
.join-price__number span, .join-price__text{font-size:24px;line-height:24px;font-weight:700;}
/*---- Smart join end ----*/

/*---- Smart advantages ----*/
#smart-advantages{background:#f4f4f4;padding-top:80px;padding-bottom:80px;}
h3.adv-title{font-size:36px;line-height:42px;font-weight:400;margin:0;padding-bottom:130px;}
h3.adv-title span{display:block;font-weight:700;}
.adv-item{display:flex;}
.adv-icon-text{padding-left:40px;}
.adv-icon svg{max-width:54px;width:54px;}
.adv-image-text-block{position: absolute;
    width: 80%;
    bottom: -280px;
    left: 0;
    right: 0;
    margin-left: 10%;
    background:#fff;
    box-shadow:0px 2px 19px rgba(109, 119, 119, 0.27);
    border-radius:7px;
    padding:0;
}
.adv-itb-image{width:32%;display:inline-block;}
.adv-itb-image img{
    display:block;
    position: relative;
    right: 60px;
    top: 88px;
}
.adv-itb-text{display:inline-block;width:60%;padding: 30px 0 30px 40px;}
.adv-itb-text h5{font-size:24px;line-height:28px;padding-bottom:35px;margin:0;font-weight:700;}
/*---- End smart advantages ----*/

/*---- Smart order ----*/
.space-element{min-height:300px;}
#smart-order{padding-top:90px;padding-bottom:100px;background:url('./images/order.jpg')no-repeat center;background-size:cover;background-attachment: fixed;}
h3.order-title{font-size:36px;line-height:42px;font-weight:400;color:#fff;padding-bottom:20px;}
h3.order-title span{display:block;font-weight:700;}
.order-item{padding-left:120px;padding-bottom:30px;}
.order-number{
    font-size:96px;
    line-height:112px;
    color:#55d85e;
    font-weight:700;
}
.order-text{font-size:24px;line-height:36px;color:#ffffff;font-weight:700;}
.order-link{display:inline-block;color:#55d85e;margin-top:20px;}
.order-item::before{display:block;content:"";width:13px;height:21px;background:url('./images/arrowright.png')no-repeat center;background-size:cover;position: absolute;right: 0;top: 17%;}
.order-item.no-before::before{display:none;}
.order-item.no-before .order-link{display:none;}
/*---- End smart oder ----*/

/*---- Smart sertificate ----*/
#smart-sertitficate  .container{box-shadow:0px 2px 23px rgba(109, 119, 119, 0.21);padding-top:65px;padding-bottom:65px;}
.smart-sert-text-bl{padding-left:50px;}
.smart-sert-text-bl h3{margin:0;padding-bottom:30px;}
.smart-sert-text-bl h4{font-size:24px;line-height:28px;font-weight:700;padding-bottom:28px;margin:0;}
.smart-sert-gallery img{display:inline-block;padding-bottom:20px;max-width:240px;}
.mySertificate.swiper-container{
    max-height: 390px;
    min-height: 290px;
}
.swiper-button-prev, .swiper-button-next{color:#55d85e;top:220px;}
.swiper-slide-duplicate{display:none;}
.pagination-two{display:flex;flex-direction:column;position:absolute;top:30%;width:10px!important;z-index:999999;}
.mySertificate>.swiper-pagination-bullets .swiper-pagination-bullet {
 background:#55d85e;margin-bottom:10px;width:4px;
}
.prev-two, .next-two{display:none;}
/*---- End smart sertificate ----*/

/*---- Smart action ----*/
#smart-action{padding-top:110px;padding-bottom:110px;background-size:cover;background:
url('./images/bgroad.jpg')no-repeat center;color:#ffffff;}
#smart-action h3{font-size:36px;font-weight:400;line-height:42px;text-align:center;padding-bottom:25px;}
.date-finish{font-size:24px;margin:0px;text-align:center;padding-bottom:30px;}
.saa-text{font-size:18px;line-height:21px;font-weight:400;}
h3>span.title-sub-word{display:block;}
.smart-action-akstiya{
    padding:50px 70px 90px;
    background: url('./images/road.png')no-repeat center;
    background-size:cover;
    box-sizing: border-box;
    border: 1px solid #B3C4C3;
    backdrop-filter:blur(28px);
}
.smart-action-form{
    padding:50px 70px 12px;
    background: url('./images/road_reverse.png')no-repeat center;
    background-size:cover;
    box-sizing: border-box;
    border: 1px solid #B3C4C3;
    backdrop-filter:blur(28px);
}
.skidka-number{text-align:center;font-size:40px;line-height:60px;font-weight:700;color:#55d85e;}
.smart-action-image{
    position: absolute;
    margin-left: -70px;
    margin-right: -70px;
    z-index:9999; 
    bottom:12%;
}
.counter{display:flex;justify-content: space-around;}
.box-number{
    display:flex;
    justify-content:center;
    align-items:center;
    width:77px;height:56px;
    background: rgba(255, 255, 255, 0.33);
    border: 1px solid rgba(179, 196, 195, 0.3);
    box-sizing: border-box;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    font-weight:900;
}
.box-text{
    display: inline-block;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.saf-form-block input{
    outline: none;
    background: rgba(255, 255, 255, 0.33);
    border: 1px solid rgba(179, 196, 195, 0.3);
    box-sizing: border-box;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding: 14px 25px;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom:0px;
}
.saf-form-block .btn-form, .footer-form .btn-form {
    padding: 19px 25px;
    background: #55d85e;
    width: 200px;
    cursor: pointer;
    border-radius: 0px;
    display: block;
    margin: 0 auto;
    border: none;
    font-weight: 400;
    transition:all 0.4s;
    background-image:linear-gradient(transparent 50%, #856ad9 50%);
    background-size:200% 200%;
    box-shadow: 0 0 0 1px #55d85e;
}

.saf-form-block .btn-form:hover, .footer-form .btn-form:hover, .all-reviews:hover {background-position: 0 100%;
box-shadow: 0 0 0 1px #856ad9;}

/*---- End smart action ----*/

/*---- Smart projects ----*/
#smart-projects{padding-top:100px;}
.myProject{height:500px;}
.project-item{display:flex;flex-wrap:nowrap;}
.project-text{background:#2E3030;padding:140px 50px 50px 80px;color:#fff;}
.project-text, .project-image{flex-basis:50%;}
#smart-projects .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    background: #55d85e;
    margin-bottom: 15px;
}
#smart-projects .pagination-three{
    position: absolute;
    color: #55d85e;
    left: 7%;
    top: 38%;
    display: flex;
    flex-direction: column;
    z-index: 9999;
    width:13px;
    height:146px;
}
.under-title-text{padding-top:20px;padding-bottom:30px;}
.project-foto{object-fit:cover;width:100%;height:100%;top:0;}
/*---- End smart projects ----*/

/*---- Smart reviews ----*/
#smart-reviews{padding-top:130px;padding-bottom:130px;}
#smart-reviews h3.review-title{padding-bottom:75px;}
.review-item{
    background: #FFFFFF;
    box-shadow: 0px 2px 25px rgba(109, 119, 119, 0.27);
    border-radius: 7px;
    padding:40px;
    min-height:363px;
}
.review-name{font-size:24px;line-height:36px;font-weight:700;}
.review-date{color:#8C9998;font-size:14px;line-height:16px;}
.review-text{padding-top:40px;}
.review-two-part{display:none;}
/*---- End smart reviews ----*/

/*---- Smart montag ----*/
#smart-montag{
	padding-top:100px;
	padding-bottom:100px;
	background:url('./images/bg_montag.jpg')no-repeat center;
	background-size:cover;
}
.montag-padding-left{padding-left:120px;}
#smart-montag h3.montag-title{padding-top:33px;padding-bottom:48px;margin:0px;}
/*---- End smart montag ----*/

/*---- Smart questions ----*/
#smart-questions{padding-top:130px;}
#smart-questions h3{padding-bottom:85px;}
#smart-questions .card{
    margin-bottom:23px;
    box-shadow:0px 2px 23px rgba(109, 119, 119, 0.21);
    border-radius:7px;
}
#smart-questions .card-header{
    padding:10px 70px;
    border-bottom:none;
    background:transparent;
}
#smart-questions .card-body{padding: 0px 112px 20px 70px;}
#smart-questions h5{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
#smart-questions .btn-link{
    font-size: 30px;
    color: #55d85e;
    background:rgba(133,106,217,0.12);
    width: 68px;
    height:68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
#smart-questions .collapsed.btn-link{background: rgba(85, 216, 94, 0.12);}
#smart-questions span.accord-sign{
    width: 30px;
    height: 30px;
    background:#856ad9;
    border-radius: 50%;
    line-height: 30px;
    display: block;
    font-weight:bold;
}
#smart-questions span.accord-sign::after{
    content:"\2212";
    position:relative;
    font-size:30px;
    color: #ffffff;
    display:inline-block;
    width:30px;
    height:30px;
}
#smart-questions .collapsed span.accord-sign::after{content:"\002B";}
#smart-questions .collapsed span.accord-sign{background:#55d85e;}
#smart-questions ul{padding-left:0px;margin:0px;list-style-position:inside;}
#smart-questions .accord-number{font-size:36px;line-height:42px;font-weight:700;}
#smart-questions .accord-title{display:inline-block;padding-left:24px;}
.accord-title-block{display:flex;align-items:center;}
.line-marker{
    height:1px;
    background:#b3c4c3;
    width: 87%;
    content: " ";
    position: absolute;
    top: 89px;
    left: 70px;
}
.line-marker-block{padding-top:20px;border-top:1px solid #b3c4c3;padding-left:65px;}
/*---- End smart-questions ----*/

/*---- News ----*/
#smart-news{padding-top:130px;}
.new-block-title{font-weight:700;padding-bottom:70px;margin:0;}
.single-post header, .blog header{position:static;}
.news__text-block{padding:30px;color:#000;height: 395px;}
h3.news-title{font-size:24px;line-height:36px;color:#000;min-height:72px;}
.news__post-date{color:#8C9998;font-size:14px;line-height:16px;}
.news__item-link{
    box-shadow: 0px 2px 25px rgba(109, 119, 119, 0.27);
    border-radius: 7px;
    display:inline-block;
}
.news__item{margin-bottom:50px;}
/*---- News end ----*/

/*---- Contact ----*/
#smart-contacts{padding-top:150px;padding-bottom:150px;}
#smart-contacts a{color:#000000;transition:all 0.5s;line-height:34px;}
#smart-contacts a:hover{color:#55d85e;}
.contact-address{display:flex;flex-direction:column;}
.contact-address a{display:inline-block;}
.contact-email{margin-bottom:20px;}
.contact-phone{
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
    display:inline-block;
}
.phone-and-social{display:flex;align-items: center;padding: 40px 0;}
.contact-social {padding-left:15px;}
.contact-social a:first-child{margin-right:9px;}
/*---- Contact end ----*/

/*---- Smart footer ----*/
#smart-footer{position:relative;background:#2e3030;padding-top:100px;padding-bottom:20px;color:#fff;}
#footer-menu-one, #footer-menu-two{margin-left:0px;}
#footer-menu-one a, #footer-menu-two a{color:#fff;line-height:40px;}
#footer-menu-one .sub-menu{padding-left:10px;}
#footer-menu-one .sub-menu a{color:#b3c4c3;}
.footer-sub-word{display:block;}
.site-info{font-size:14px;}
#footer-social-links a{margin-right: 30px;}
.footer-column-three h3{padding-bottom:20px;margin:0;}
.footer-form input, .footer-form textarea{
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(179, 196, 195, 0.3);
    box-sizing: border-box;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding: 14px 25px;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.footer-form input::placeholder, .footer-form textarea::placeholder{color:#fff;}
.site-info a{margin-bottom:0px;}
.textarea-196 .wpcf7-not-valid-tip{top:0px;}
.arrow-up{position:fixed;left:calc(50% - 23px); bottom:5px;display:block;cursor:pointer;background: #808080;padding:10px 13px;opacity:0.6;border-radius:25px;}
.arrow-up path{fill:#fff;}
/*---- End smart footer----*/

/*---- Modal form ----*/
#parkform .modal-dialog{max-width:1200px;}
#parkform .modal-content{
    background: #FFFFFF;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    background: url('./images/popup.jpg')no-repeat center;
    background-size:cover;
    box-shadow: 0px 2px 19px rgba(109, 119, 119, 0.27);
    border-radius: 7px;
    padding:35px;
}
#parkform .modal-header{flex-basis:43%;flex-direction:column;border:none;}
#parkform .modal-body{padding-left:35px;}
#parkform form{display:flex;flex-wrap:wrap;padding-top:70px;}
#parkform .part-one, #parkform .part-two{flex-basis:50%;}
#parkform .part-one{padding-right:8px;}
#parkform .part-two{padding-left:8px;}
#parkform .close{
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 36px;
    opacity:1;
    box-shadow:none;
    outline:none;
    color:#55d85e;
}
#parkform h3{font-size:24px;line-height:36px;padding-bottom:20px;margin:0;}
#parkform .sub-text{margin:0;}
#parkform .main-text{color:#9cacac;padding-top:5px;margin:0;}
#parkform input, #parkform select{
    outline: none;
    border: 1px solid rgba(106, 106, 106, 0.44);
    box-sizing: border-box;
    padding: 14px 25px;
    width: 100%;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 3px;
    min-height:57px;
}
#parkform .wpcf7-not-valid-tip{top:20px;} 
#parkform input::placeholder{color:#000;}
#parkform .btn-form {
    padding: 19px 25px;
    background: #856ad9;
    width: 200px;
    cursor: pointer;
    border-radius: 0px;
    display: block;
    margin: 0 auto;
    border: none;
    font-weight: 400;
    box-shadow: 0 0 0 1px #856ad9;
    background-image: linear-gradient(transparent 50%, #55d85e 50%);
    background-size: 200% 200%;
    transition: all 0.4s;
    color:#ffffff;
}
#parkform .btn-form:hover {
    background-position: 0 100%;
    box-shadow: 0 0 0 1px #55d85e;
}
#parkform .ajax-loader{display:none;}
#parkform .wpcf7 form.invalid .wpcf7-response-output {bottom:-40px;}
#parkform .wpcf7 form.sent .wpcf7-response-output{bottom:-40px;color:#000000;}
footer .wpcf7-not-valid-tip{top:23px;}
footer .wpcf7 form.invalid .wpcf7-response-output{display:none;}
footer input{color:#fff!important;}
/*---- End modal form ----*/

/*---- Animations ----*/

@keyframes arrow-right {
    0% {
        left:0;
    }
    10%{
        left:10px;
    }
    20%{
        left:0;
    }
    30% {
        left:10px;
    }
    40%{
        left:0;
     }
   
    100% {
        left:0;
    }
}
.join-more span, .puzzle-more span, .rotor-more span, .individual-more span, .order-link span, .circle-more span, .lift-more span{
     position:relative;
     animation: arrow-right 2s linear infinite;
}
/*---- End animations ----*/

/*---- Another pages ----*/
.single .post-thumbnail img{width:100%;height:auto;}
.single ol, .single ul{
    margin-left: 0px;
    padding-left: 0px;
    list-style-position: inside;
}
.single h1{padding-top:50px;}
.single #fixed-links, .blog #fixed-links{display:none;}
/*---- end pages----*/

@media screen and (max-width: 1500px){
    .slide-form-wrap{padding:30px;width:470px;}
    #primary-menu li{padding:0 5px;}
    .swiper-container {min-height:900px;max-height:950px;}
    #smart-about h3{padding-top:0px;padding-bottom:30px;}
    .adv-itb-image {width: 36%;}
    .swiper-button-prev{left:0px;}.swiper-button-next{right:0px;}
    .smart-action-akstiya {padding: 50px 30px 68px;}
    .smart-action-form {padding: 50px 30px 12px;}
    .smart-sert-gallery img{max-width:200px;}
     #footer-social-links a {margin-right: 15px;}
}
@media screen and (max-width: 1199px){
     .slide-form-wrap{width:445px;}
     .slide-first-word{font-size:100px;line-height:100px;}
     .slide-second-word{font-size:70px;line-height:70px;}
     .slide-title-small {font-size: 40px;line-height: 50px;}
     .slide-block p {font-size: 30px;line-height: 34px;}
     #primary-menu a{font-size:15px;}
     #primary-menu li{padding:0 5px;}
     .swiper-container {min-height:900px;max-height:950px;}
     .competence-image {padding-top: 0;}
     #smart-about h3 .sm-company{display:inline-block;font-size:44px;} 
     #smart-about h3{margin-top:-55px;}
     .adv-itb-text {padding-left:0px;}
     .mobile-reverse{flex-direction:column-reverse;}
     .order-item.no-before .order-link{display:inline-block;}
     .order-item.first-element .order-link{display:none;}
     #footer-menu-one, #footer-menu-two{padding-bottom:30px;}
     #parkform .modal-content{flex-direction:column;}
     #parkform .modal-dialog {max-width: 740px;}
     #parkform .part-three{width:100%;}
}
@media screen and (max-width: 991px){
    .slide-block, .slide-form{width:100%;}
    .slide-block-wrap{flex-direction:column;}
    .btn-link, .slide-general-text, #site-navigation{display:none;}
    #accordion .btn-link{display:flex;}
    body .swiper-slide{align-items:flex-end;}
    #smart-about .row{flex-direction:column-reverse;}
    .swiper-container {height: 300vh;max-height:1000px;}
    .slide-form{padding-bottom:70px;}
    .slide-first-word{font-size:70px;line-height:70px;}
    .navigation-block {max-width:460px;}
    .site-branding{max-width:200px;}
    .adv-image-text-block{width:100%;margin:0;}
    .adv-itb-text {padding-left: 15px;}
    .adv-itb-image img {right: 0;top: 0;}
    .adv-image-text-block{bottom:-310px;}
   .join-more, .puzzle-more, .rotor-more, .individual-more, .circle-more, .lift-more{display:none;}
   .join-popup-text, .puzzle-popup-text, .rotor-popup-text,   .individual-popup-text, .circle-popup-text, .lift-popup-text{display:flex;}
   #smart-order{background-attachment: scroll;}
   .smart-action-akstiya {padding: 50px 70px 68px; margin-bottom:30px;}
    .smart-action-form {padding: 50px 70px 12px;}
    .footer-column-three{padding-bottom:30px;}
    .contact-data-block{padding-bottom:30px;}
    #smart-questions .card-header {padding: 10px 40px;}
    .project-item{flex-direction:column;}
    #smart-projects .pagination-three {
	    left: calc(50% - 63px);
	    top: 45%;
	    display: flex;
	    flex-direction: row;
	    width: 126px;
            height:13px;
    }
      #smart-projects .swiper-pagination-bullet {width:34px;height:4px;}
     .project-text, .project-image {flex-basis: 100%;}
     .montag-padding-left {padding-left: 15px;}
     .review-item{margin-bottom:15px;}
     .single .site-main{padding-top:30px;}
}
@media screen and (max-width: 767px){
        .prev-two, .next-two{display:block;}
        .order-item::before{right:15px;}
        #smart-about h3{margin-top:0px;}
        .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 50%;
	    display: flex;
	    flex-direction: column;
	    left: 10px;
	}
        .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 0 15px;}
        .swiper-container.mySwiper {min-height: 500px;max-height:700px;}
        h3.slide-form-title{font-size:28px;line-height:34px;padding-bottom:15px;}
         #site-navigation, .wpcf7 .ajax-loader, .slide-form-text, .connect-text{display:none;}
 	.slide-form-wrap{padding:15px;width:80%;}
        body .swiper-container-vertical>.swiper-pagination-bullets {left: 25px;}
        .slide-form {padding-top:30px; padding-bottom:70px;}
        .slide-title-small{padding-top:5px;}
        .slide-form-wrap input{margin-bottom:0px;padding: 10px 15px;}
	.slide-block {padding-left: 0px;}
	.slide-form-wrap .btn-form {padding: 16px 25px;width:100%;}
        .slide-block h1{padding-top:0px;text-align:center;}
	.slide-first-word, .slide-second-word {
	    	font-size: 30px;
	    	line-height: 35px;
	} 
       .slide-title-small{font-size:22px;line-height:27px;text-align:center;}
       		h3.slide-form-title {
    		font-size: 20px;
    		line-height: 24px;
        	padding-bottom: 15px;
       }
       #fixed-links{right:10px;top:60vh;}
       #mobile-navigation{width:110vw;right:-112vw;}
       .wpcf7-not-valid-tip{font-size:10px;top:36px;}
       .wpcf7 form.invalid .wpcf7-response-output{display:none;}
       .navigation-block{top:25px;}
       #smart-competence h4{font-size:20px;}
       #smart-competence h3,#smart-about h3 {font-size:28px;line-height:32px;padding-bottom:20px;}
       #smart-about h3 .sm-company{font-size:38px;}
       #smart-about, #smart-join{padding-top:70px;padding-bottom:70px;}
       .join-text-block {padding:50px;}
       .adv-item{padding-bottom:35px;}
       .adv-itb-image{display:none;}
       .adv-itb-text{width:100%;padding-left:15px;padding-right:15px;}
       .adv-image-text-block{position:static;}
       .join-popup-text, .puzzle-popup-text, .rotor-popup-text, .individual-popup-text, .circle-popup-text{padding:30px;}
       .join-image-block{height:510px;}
       .space-element {display:none;}
       #smart-footer{padding-top:50px;}
       #footer-menu-one, #footer-menu-two{padding-bottom:0px;}
       #smart-questions .card-header {padding: 10px 15px;}
       .project-text {padding: 50px 30px 50px 30px;}
       #smart-projects .pagination-three{top:44%;}
       #parkform .part-one, #parkform .part-two{flex-basis:100%;padding:0px}
       #parkform .modal-dialog{max-width: 400px;}
       #parkform .modal-body{padding:0px;}
       #parkform .main-text{display:none;}
       #parkform form{padding-top:0px;}
       #parkform h3{font-size:20px;line-height:28px}  
       #parkform .sub-text{display:none;}
       #smart-advantages, #smart-order, #smart-sertitficate, #smart-action, #smart-reviews, #smart-contacts {padding-top: 50px;padding-bottom: 50px;}
       #smart-individual {padding-bottom:0px;}
       h3.adv-title, h3.order-title, #smart-sertificate h3, h3.join-title, h4.join-sub-title {font-size: 28px;line-height: 36px;padding-bottom: 50px;}
       .order-number {font-size: 60px;line-height: 80px;}
       .order-text, #smart-sertificate h4 {font-size: 20px;}
       #smart-projects{padding-top:0px;}
       #smart-projects .swiper-container{min-height:800px;max-height:800px;height:800px;}
       #smart-reviews h3.review-title, .new-block-title{padding-bottom:30px;}
       #smart-questions, #smart-news{padding-top:50px;}
       .mySwiper .wpcf7 form.sent .wpcf7-response-output{bottom:-9px;}
       #smart-questions .collapsed.btn-link{background:transparent;}
	   footer .wpcf7 form.sent .wpcf7-response-output {bottom:75px;} 
}
@media screen and (max-width: 574px){
    .order-item {padding-left: 60px;}
    .slide-block h1{padding-top:0px;text-align:center;}
    .slide-first-word, .slide-second-word {
    	font-size: 30px;
    	line-height: 35px;
    } 
    .slide-title-small{font-size:22px;line-height:27px;text-align:center;}
    h3.slide-form-title {
    	font-size: 20px;
    	line-height: 24px;
   	 padding-bottom: 15px;
    }
    .top-socials a{font-size:16px;padding:5px;}
    #top-menu{padding:0 20px;}
    .navigation-block{padding:0px;}
    .competence-item{flex-basis:100%;max-width:100%;}
    #smart-about h3 .sm-company{display:inline-block;}
    .join-image-block{height:610px;}
    #smart-rotor .join-image-block{height:710px;}
    .join-popup-text {padding:20px 20px 0px;}
    .join-price{padding-left:0px;padding-top:20px;}
    .price-and-btn{flex-direction:column;}
    #footer-social-links a{margin-right:25px;}
    .smart-action-akstiya {padding: 50px 40px 68px;}
    .smart-action-form{padding: 50px 40px 12px;}
    #smart-questions .accord-title {padding-left:15px;}
    #smart-questions .card-header {padding: 10px 0px 10px 15px;}
    #accordion .btn-link {padding: 19px 15px;}
    #smart-questions .accord-number{font-size:30px;}
    #smart-questions .card-body {padding: 0px 30px 20px 20px;}
    .line-marker-block {padding-left:0px;}
    #smart-questions .btn-link, #smart-questions .collapsed.btn-link{background:transparent;}
    #accordion ul{list-style-position: inside;}
    .modal-dialog{margin:10px auto 0;}
}
@media screen and (max-width: 440px){
    .box-number {width: 50px;height: 50px;}
    .box-text {font-size: 14px;padding-top:10px;}
    .contact-social {padding-left: 0px;padding-top:15px;}
    .phone-and-social{flex-direction: column; align-items: flex-start;}
    #smart-projects .pagination-three{top:62%;} 
    #parkform .modal-dialog {max-width: 320px;}
    #parkform .modal-content{padding:15px 15px 40px;}
    #parkform .wpcf7 form.sent .wpcf7-response-output{width:100%;}
    #parkform input, #parkform select{padding:15px;}
    .smart-action-akstiya {padding: 35px 15px 40px;}
    .skidka-number {font-size: 36px;line-height: 40px;}
    .smart-action-form {padding: 35px 15px 12px;}
    #smart-action h3{font-size:28px;line-height:30px;}
}

@media screen and (max-width: 370px){
    #smart-projects .pagination-three{top:62%;}
	footer .wpcf7 form.sent .wpcf7-response-output {bottom:75px;} 
}