/*!
Theme Name: Moytop
*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 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: 30px;margin: 50px 0px 20px 0px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;} 
h5 {font-size: 15px;} 
h6 {font-size: 13px;}

@media (min-width: 768px){
	h1 {font-size: 34px;}
	h2 {font-size: 24px;} 
	h3 {font-size: 19px;} 
	h4 {font-size: 17px;} 
	h5 {font-size: 15px;} 
	h6 {font-size: 14px;}}
@media (min-width: 1024px){
	h1 {font-size: 38px;}
	h2 {font-size: 26px;} 
	h3 {font-size: 20px;} 
	h4 {font-size: 18px;} 
	h5 {font-size: 16px;} 
	h6 {font-size: 15px;}}
@media (min-width: 1200px){
	h1 {font-size: 42px;}
	h2 {font-size: 30px;} 
	h3 {font-size: 22px;} 
	h4 {font-size: 19px;} 
	h5 {font-size: 17px;} 
	h6 {font-size: 16px;}}
@media (min-width: 1600px){
	h1 {font-size: 48px;}
	h2 {font-size: 32px;} 
	h3 {font-size: 24px;} 
	h4 {font-size: 20px;} 
	h5 {font-size: 18px;} 
	h6 {font-size: 16px;}}

/* 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;
	transition: all .2s linear;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 8px;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/*a:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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



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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

/**
* Main add styles development ============================================================
*/

body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

body a,
body a:focus,
body a:active,
body button,
body button:focus,
body button:active {
	outline: none;
}

.container {
	max-width: 1200px;
}

.wr-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 190px;
	padding-bottom: 50px;
	text-align: center;
	height: auto;
	width: 100%;
	min-width: 100%;
}

.title-slide {
	margin-bottom: 22px;
	padding: 9px 42px;
	font-size: 62px;
	border-radius: 500px;
	color: #fff;
	font-family: "Rubik";
	font-weight: 500;
	text-align: center;
	background-color: #f24646;
	text-transform: uppercase;
	display: inline-block;
}

.sub-txt {
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 10px;
}

.sub-title-slide {
	color: #ffffff;
	font-size: 52px;
	font-family: "Rubik";
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 30px;
}

.sub-bold {
	font-weight: 600;
}

.one-sp {
	font-size: 11px;
	opacity: .5;
}

.sale-block {
	font-size: 22px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 1.1em;
}

.two-sp {
	font-size: 16px;
	opacity: .5;
	text-decoration: line-through;
}

.three-sp {
	opacity: .5;
	font-size: 13px;
}

.four-sp {
	font-size: 53px;
	font-weight: 700;
	font-family: "Rubik";
}

.last-sp {
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
}

.five-sp {
	font-size: 34px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

.gray-button {
	background-color: #72777c;
	font-size: 13px;
	color: #fff;
	padding: 12px 22px 10px 22px;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	transition: background-color .2s ease-in,color .2s ease-in;
	border: 0;
}

.gr-big {background-color: #8fce14;}


.two-button button {
	margin: 0 7px;
}

.gray-button i,
.light-gray-button i {
	font-size: 16px;
	margin-right: 9px;
}

.gray-button:hover {
	background-color: #cfd3d6;
	color: #202124;
}

.gray-button:focus {
	outline: none;
}

.gray-button span, .light-gray-button span {vertical-align: top; padding: 0; margin:0;}

.gr-big {
	padding: 17px 60px;
	font-size: 17px;
}

.light-gray-button:hover {
	background-color: #8fce14;
	color: #fff;
}

.light-gray-button {
	background-color: #cfd3d6;
	color: #202124;
	font-size: 13px;
	padding: 12px 22px 10px 22px;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	transition: background-color .2s ease-in,color .2s ease-in;
	border: 0;
}

.item-col {
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	display: flex;
	/*max-width: 220px;*/
	align-items: center;
	padding-right: 20px;
}

.four-column {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}

/*.item-col i {
	font-size: 40px;
	opacity: .5;
	margin-right: 15px;
}*/

.i-icon {
	/*width: 78px;*/
	
}

.txt-item {
	text-align: left;
	max-width: 170px;
}

.link-item,
.link-item:visited,
.link-item:active,
.link-item:focus {
	font-size: 13px;
	color: #fff;
	border-bottom: dotted 1px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}

.title-item {
	margin-bottom: 5px;
}

.item-bold {
	opacity: 1;
	color: #fff;
	font-weight: 700;
}

.link-item:hover {
	opacity: 1;
	border-bottom: solid 1px;
	color: #fff;
	text-decoration: none;
}

.red-button {
	color: #fff;
	font-size: 19px;
	background-color: #f24646;
	border-radius: 30px;
	padding: 14px 43px;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	margin: 50px auto 30px;
	border: 0;
}

.red-button:hover {
	background-color: rgba(242,70,70,0.7);
}

.all-popup, .eael-lightbox-popup-window {
	background-color: #fbfbf0 !important;
	width: 100%;
	max-width: 540px;
	padding: 40px 40px 50px;
}

.all-popup.map-popup,
.all-popup.form-popup, .eael-lightbox-popup-window {
	padding: 40px;
	
}

.all-popup.reviews-popup,
.all-popup.questions-popup,
.all-popup.sales-popup,
.all-popup.map-popup, .eael-lightbox-popup-window {
	max-width: 770px;
}

.all-popup.form-popup .container-slids, .eael-lightbox-popup-window .container-slids {
	padding-bottom: 0;
}

.slick-slide,
.slick-slide:hover,
.slick-slide:focus {
	outline: none;
}

.fancybox-close-small svg {
	display: none;
}

.fancybox-close-small:after,
.fancybox-close-small:before {
	content: "";
	width: 22px;
	height: 4px;
	display: block;
	background-color: #ebebdd;
	position: absolute;
	right: 10px;
	top: 20px;
	transition: background-color ease-in .2s;
}

.fancybox-close-small:before {
	transform: rotate(-45deg);
}

.fancybox-close-small:after {
	transform: rotate(45deg);
}

.fancybox-close-small:hover:after,
.fancybox-close-small:hover:before {
	background-color: #f24646;
}

.slick-arrow i {
	font-size: 40px;
	margin: 0 10px;
}

.slick-arrow {
	color: #dbdbc6;
	font-size: 13px;
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
	transition: color 300ms ease-in-out;
}

.slick-arrow:hover {
	color: #000;
}

.slick-prev {
	left: -10px;
	bottom: -40px;
	top: auto;
}

.slick-next {
	right: -10px;
	bottom: -40px;
	top: auto;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.container-slids {
	position: relative;
	padding-bottom: 30px;
}

.all-popup.map-popup .container-slids {
	padding-bottom: 0;
}

.link-tab {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 20px;
	color: #fff;
	background-color: transparent;
	padding: 0 0 5px 0;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	border-bottom: 3px solid transparent;
	white-space: nowrap;
}

.tabs-block {
	margin-top: 30px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#slider-nav .slide.slick-slide.slick-active .link-tab,
#slider-nav-two .slide.slick-slide.slick-active .link-tab,
#slider-nav-three .slide.slick-slide.slick-active .link-tab,
.link-tab.active {
	border-bottom: 3px solid transparent;
}

#slider-nav .slide.slick-slide.slick-current.slick-active .link-tab,
#slider-nav-two .slide.slick-slide.slick-current.slick-active .link-tab,
#slider-nav-three .slide.slick-slide.slick-current.slick-active .link-tab,
.link-tab.active {
	border-bottom: #f24646 solid 3px;
}

.link-tab,
.link-tab:focus,
.link-tab:active {
	outline: none;
}

.link-rew,
.link-rew:visited,
.link-rew:active,
.link-rew:focus {
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	border-bottom: 1px dotted #fff;
	opacity: .5;
}

.item-tab {
	line-height: 23px;
	color: #fff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	max-width: 350px;
}

.img-tab {
	margin-right: 20px;
	width: 68px;
	flex-shrink: 0;
}

.desc-tab {
	text-align: left;
}

.link-rew:hover {
	border-bottom: 1px solid #fff;
	opacity: 1;
	color: #ffffff;
	text-decoration: none;
}

.name-tab {
	opacity: .7;
	margin-top: 8px;
}

.one-tab-slide,
.three-tab-slide {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.two-tab-slide {
	margin-bottom: 10px;
}

.item-reviews {
	display: flex;
	width: 100%;
}

.img-reviews {
	margin-right: 20px;
	text-align: center;
	width: 100%;
	max-width: 68px;
}

.name-reviews {
	opacity: .7;
	margin-top: 10px;
}

.desc-reviews {
	color: #292424;
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
}

.tab-numb {
	border-radius: 300px;
	min-width: 40px;
	min-height: 40px;
	border: 3px solid #a4a4a3;
	color: #a4a4a3;
	text-align: center;
	font-size: 20px;
	margin-right: 18px;
	font-weight: 600;
	line-height: 31px;
}

.m-link {
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 24px;
	outline: none;
}

.m-link:active,
.m-link:focus {
	outline: none;
}

.tab-p {
	color: #fff;
	font-size: 16px;
	line-height: 23px;
}

.wrapp-it {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.wrapp-it p {
	margin-bottom: 0;
}

.wrapp-it a,
.wrapp-it a:hover {
	text-decoration: none;
	max-width: 350px;
}

.title-quest {
	font-size: 34px;
	color: #2b2826;
	margin-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 34px;
}

.p-quest {
	color: #292424;
	font-size: 17px;
	line-height: 24px;
}

.sale-txt-p {
	color: #fff;
	line-height: 23px;
	margin-bottom: 0;
}

.link-sale,
.link-sale:active,
.link-sale:focus,
.link-sale:visited {
	line-height: 23px;
	color: #fff;
	opacity: .7;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

.link-sale:hover {
	border-bottom: 1px solid #fff;
	opacity: 1;
	color: #fff;
	text-decoration: none;
}

.wrapp-sale {
	display: flex;
	max-width: 360px;
}

.sale-img {
	width: 100%;
	max-width: 90px;
	margin-right: 10px;
}

.sale-txt {
	text-align: left;
	padding-left: 10px;
}

@media (max-width: 1200px) {
	.three-tab-slide .wrapp-sale:nth-child(3) {
		margin-top: 30px;
	}

	.four-column .item-col:nth-child(3),
	.four-column .item-col:nth-child(4) {
		margin-top: 30px;
	}

	.item-col {
		width: 50%;
		max-width: none;
	}

	.one-tab-slide,
	.three-tab-slide {
		justify-content: center;
	}

	.one-tab-slide .wrapp-sale:nth-child(3) {
		margin-top: 30px;
	}
}

@media (max-width: 1080px) {
	.one-tab-slide .item-tab:nth-child(3) {
		margin-top: 30px;
	}
}

@media (max-width: 992px) {

	.img-tab {
		max-width: 68px;
	}

	.two-tab-slide .two-button {
		margin-top: 10px;
	}

	.three-tab-slide {
		margin-bottom: 20px;
	}

	.three-tab-slide {
		justify-content: space-between;
	}

	.wrapp-sale {
		max-width: none;
		margin-bottom: 30px;
	}

	.three-tab-slide .wrapp-sale:nth-child(3) {
		margin-top: 0;
	}

	.four-column {
		justify-content: center;
	}

	.wrapp-sale {
		max-width: none;
	}

	.wrapp-it {
		flex-direction: column;
	}

	.wrapp-it a,
	.wrapp-it a:hover,
	.item-tab {
		max-width: none;
	}

	.link-tab {
		margin-right: 40px;
	}

	.one-tab-slide .item-tab:nth-child(2) {
		margin-top: 30px;
	}

	.four-column .item-col:nth-child(4) {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.title-quest {
		font-size: 24px;
		line-height: 27px;
	}

	.p-quest {
		font-size: 14px;
		line-height: 23px;
	}

	.link-tab {
		margin-right: 0;
	}

	.four-column {
		flex-direction: column;
	}

	.title-slide {
		font-size: 42px;
	}

	.sub-title-slide {
		font-size: 32px;
	}
	
	.sub-txt {font-size: 22px;}

	.item-col {
		max-width: none;
		margin-bottom: 30px;
		width: 100%;
	}

	.four-column .item-col:nth-child(3),
	.four-column .item-col:nth-child(4) {
		margin-top: 0;
	}

	.four-column .item-col:nth-child(4) {
		margin-bottom: 0;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	/* =========================== */
	#slider-nav .slick-track,
	#slider-nav-two .slick-track,
	#slider-nav-three .slick-track {
		transform: none!important;
		width: 100% !important;
		display: flex;
		justify-content: center;
	}

	#slider-nav .slick-list.draggable,
	#slider-nav-two .slick-list.draggable,
	#slider-nav-three .slick-list.draggable {
		width: 100% !important;
	}

	#slider-nav .slide.slick-slide,
	#slider-nav-two .slide.slick-slide,
	#slider-nav-three .slide.slick-slide {
		width: auto !important;
		margin: 0 22px;
	}

	/* =========================== */
}

@media (max-width: 590px) {
	.gr-big {
		padding: 14px 20px;
		font-size: 14px;
	}

	.title-slide {
		font-size: 32px;
	}

	.sub-title-slide {
		font-size: 28px;
	}

	.sub-txt {
		font-size: 19px;
	}

	.sale-block {
		font-size: 19px;
	}

	.four-sp {
		font-size: 33px;
	}
}

@media (max-width: 440px) {

	.item-tab,
	.desc-reviews {
		line-height: 20px;
		font-size: 13px;
	}

	.two-button button {
		margin: 0;
	}

	.two-button button:first-child {
		margin-bottom: 20px;
	}

	.two-button {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.gray-button {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 420px) {
	.title-slide {
		font-size: 22px;
	}

	.sub-title-slide {
		font-size: 18px;
	}

	.sub-txt {
		font-size: 16px;
		margin-top: 10px;
	}

	.sale-block {
		font-size: 16px;
	}

	.sale-block {
		font-size: 16px;
	}

	.sale-block {
		font-size: 14px;
	}
}

.header-wrapper {
	display: flex;
}

.header-logo img {
	max-width: 240px;
	width: 100%;
}

.home .site-header {
	position: absolute;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	z-index: 9999;
}

.site-header {
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	z-index: 9999;
	position: relative;
}

.row-center {
	display: flex;
	margin-top: 33px;
	justify-content: space-between;
}

.header-address {
	max-width: 320px;
	margin-left: 20px;
}

.header-address ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.link-message {
	font-family: 'Roboto', sans-serif;
	color: #818181;
	border: 1px solid #818181;
	border-radius: 5px;
	background-color: transparent;
	font-size: 11px;
	padding: 5px 13px;
	margin: 3px;
	float: right;
}

.list-links-message {/*max-width: 100px;*/}

.head-link,
.head-link:active,
.head-link:visited,
.head-link:focus {
	border-bottom: 1px dotted #fff;
	font-family: inherit;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}

.head-link:hover {
	border-bottom: 1px solid #fff;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.head-link i {
	margin-right: 5px;
}

.header-callback ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header-numbers ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.link-message:hover {
	color: #000;
	border: 1px solid #fff;
	background-color: #fff;
}

.link-link {
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	display: flex;	
}

.header-contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 35px;
}

.tel-link {
	font-size: 23px;
	color: #fff;
	font-weight: 700;
	border-bottom: 1px dotted transparent;
	text-decoration: none;
	padding-bottom: 4px;
}

.tel-numb {
	font-size: 13px;
	margin-right: 10px;
	padding-bottom: 4px;
	color: #fff;
}

.header-numbers li {
	margin-bottom: 5px;
}

.tel-numb:hover {
	color: #ffffff;
	text-decoration: none;
}

.tel-link:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.link-link:hover {
	color: #ffffff;
	text-decoration: none;
}

.header-logo {
	margin-top: 20px;
}

.title-site-small {
	max-width: 240px;
}

.header-address li {
	/*margin-bottom: 6px;*/
}

.header-callback li {
	margin-bottom: 6px;
}

.row-center-two {
}

.main_header_nav--list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nav-list {
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
	justify-content: space-between;
}

.nav-list a {
	font-size: 17px;
	color: #fff;
	display: block;
	font-family: 'Rubik', sans-serif;
}

.nav-list a:hover {
	color: #a7a7a7;
	text-decoration: none;
}

.header-logo a {
	display: inline-block;
}

.all-popup.information-popup {
	max-width: 320px;
	padding: 20px 25px;
}

.title-information {
	font-size: 17px;
	color: #5b6166;
	margin-bottom: 15px;
}

.name-set {
	color: #8b929c;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 0;
}

.small-big {
	font-family: 'Roboto Condensed', sans-serif;
	color: #5b6166;
	display: flex;
	align-items: center;
}

.modal-number {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-small {
	color: #72777c;
	font-size: 13px;
	margin-right: 5px;
}

.modal-big {
	font-size: 30px;
	color: #5b6166;
}

.small-big:hover {
	text-decoration: none;
}

.modal-big:hover {
	opacity: .7;
}

.modal-link-form,
.modal-link-form:focus,
.modal-link-form:active,
.modal-link-form:visited {
	background-color: #6fa332;
	color: #fff;
	width: 170px;
	padding: 13px 25px;
	border-radius: 3px;
	display: inline-block;
}

.modal-link-form:hover {
	opacity: .7;
}

.modal-call-button {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.modal-link-form:hover {
	color: #ffffff;
	text-decoration: none;
}

.modal-hr {
	background-color: #eeecec;
	height: 1px;
	border: 0;
	position: relative;
	margin: 0 -25px;
}

.modal-social {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 25px 0;
	width: 100%;
}

.social_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social_wrapper:hover {
	opacity: .7;
}

.social {
	width: 57px;
	height: 57px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	justify-content: center;
}

.viber {
	background-color: #8f5db7;
}

.social_wrapper i {
	font-size: 24px;
	color: #fff;
}

.social_wrapper p {
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 0;
}

.whatsapp {
	background-color: #25d366;
}

.telegram {
	background-color: #08c;
}

.skype {
	background-color: #2ba4e0;
}

.social_wrapper a {
	text-decoration: none;
}

.email_wrap {
	display: flex;
	margin-bottom: 6px;
	margin-top: 25px;
}

.email_wrap p {
	color: #8b929c;
	font-size: 13px;
	margin-right: 25px;
	display: block;
	min-width: 50px;
}

.email_wrap a {
	color: #1f7dcc;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.hours_wrap {
	display: flex;
}

.hours_wrap p {
	max-width: 50px;
	font-size: 13px;
	margin-right: 25px;
	color: #8b929c;
}

.hours_wrap li {
	color: #5b6166;
	font-size: 14px;
	line-height: 20px;
}

.hours_wrap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.text_us {
	background-color: #72777c;
	color: #fff;
	border-radius: 3px;
	padding: 15px;
	width: 100%;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 25px;
	border: 0;
}

.text_us i {
	margin-right: 10px;
}

.text_us:hover {
	opacity: .7;
}

.confidentiality {
	font-size: 11px;
	border-bottom: 1px dotted #8b929c;
	color: #8b929c;
	display: inline;
}

.confidentiality:hover {
	border-bottom: 1px solid #8b929c;
}

.confidentiality-link {
	text-align: center;
}

.confidentiality:hover {
	text-decoration: none;
	color: #6f747a;
}

.mobile-button {
	display: flex;
	align-items: center;
	background-color: transparent;
	border-width: 0;
	color: #ffffff;
	font-size: 13px;
}

body #quadmenu.quadmenu-align-center .quadmenu-navbar-header .quadmenu-navbar-toggle {
	float: left;
}

.mobile-button i {
	margin-right: 10px;
	font-size: 16px;
}
.site-info-top {
	display: flex;
	width: 100%;
	justify-content: left;
}

#slider-big .slick-arrow,
#slider-big .slick-prev:focus,
#slider-big .slick-next:focus {
	background-color: rgba(255,255,255,0.1);
	border-radius: 50%;
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	font-size: 38px;
	opacity: .4;
	color: #9e9e9e;
}

#slider-big .slick-arrow:hover {
	background-color: rgba(255,255,255,0.4);
	color: rgba(255,255,255,0.7);
}

#slider-big .slick-arrow {
	top: 50%;
}

#slider-big .slick-prev {
	left: 50px;
}

#slider-big .slick-next {
	right: 50px;
}

.site-footer {
	background-color: #F7F7F7;
	font-size: 13px;
	color: #252525;
	padding: 50px 20px 10px;
}

.site-footer a {
	color: #252525;
}

.site-footer a:hover {
	color: #252525;
	text-decoration: underline;	
border-color: transparent;
}

.site-footer .widget_nav_menu ul li a {
	padding: 4px 0;
	display: inline-block;
}

.content-home {
	padding-top: 30px;
	padding-bottom: 20px;
}

.sidebar-page {
	padding-top: 50px;
	padding-bottom: 20px;
}

.widget-title {
	font-size: 21px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer-devider {
	height: 0.02em;
	background: #eaeaea;
	margin: 20px 0;
}

.form-pop, .eael-lightbox-popup-window {
	text-align: center;
}

.title-popup-form {
	color: #000;
	font-size: 34px;
	font-family: "Roboto Condensed";
	font-weight: 700;
	margin-bottom: 15px;
}

.sub-title-popup-form {
	font-family: "Open Sans";
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

.in-put input,
.in-text textarea,
.in-put input:focus,
.in-text textarea:focus,
.in-sub input:focus{
	outline: none;
}


.in-put input,
.in-text textarea {
	padding: 25px;
	font-size: 17px;
	margin-bottom: 15px;
	width: 100%;
	border: 0;
	border-radius: 0;
}

.in-text textarea {
	height: 160px;
}

.in-sub input {
	min-width: 253px;
	border-radius: 3px;
	padding: 15px;
	background-color: #6db61e;
	font-family: "Open Sans";
	font-size: 15px;
	color: #fff;
	border: 1px solid transparent !important;
}

.in-sub input:hover {
	opacity: .7;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 14px !important;
	color: #4e9600 !important;
}

.wpcf7-not-valid-tip,
.ajax-loader {
	display: none !important;
}

input.wpcf7-not-valid {
	border: 1px solid #6db61e !important;
}

#all-contact {
	float: right;
	margin: 10px 4px 14px!important;
}

p.copyright {
	font-size: 1.5rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: .3rem;
}

.foot-contacts {
	margin-bottom: 20px;
	margin-top: 10px;
}

.foot-contacts__tel {
	color: #9f9f9f;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 1.9rem;
	font-weight: 900;
}

.foot-contacts__link {
	font-size: 13px;
	font-family: "Open Sans", Arial, Verdana, sans-serif;	
	border-bottom: 1px solid;
	display: inline-block;
	margin-top: .5rem;
	text-decoration:none;
}

a.foot-contacts__link:hover {
	text-decoration:none;
}	

.m-footer .timing {
	color: #ffffff !important;
}

.m-footer .timing {
	margin-bottom: 2rem;
}
.foot-contacts__link {
	color: #ffffff;
}

.css-color-footer-phones {
	color: #252525;
	opacity: 0.7;
}

.m-footer p {
	font-size: 13px;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	margin-bottom: 10px;
}

.foot-contacts__item a {
	font-size: 20px;
	font-weight: 700;
}

.m-footer .timing__item {
	color: #252525;
}

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

.m-footer-menu__item {
	margin-bottom: 10px;
}


.m-footer__devider {
	height: 1px;
	background: #eaeaea;
	margin-top: 30px;
	margin-bottom: 10px;
}

.lapushka {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lapushka {
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.m-footer .lapushka-wrap {
	background: #f7f7f7;
	padding-left: 1rem;
	padding-right: 1rem;
}

/*.css-color-footer {
	background: #071d37!important;
}*/

.lapushka-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lapushka__link.facebook {
	background-color: #3b5998;
}

.lapushka__link.vk {
    background-color: #6695bd;
}

.lapushka__link.instagram {
    background: -webkit-linear-gradient(top,#ab30a7 0,#ea3552 100%);
    background: linear-gradient(to bottom,#ab30a7 0,#ea3552 100%);
}

.lapushka__link.odnokl {
    background-color: #ff9205;
}

.lapushka__link.youtube {
    background-color: #c4302b;
}

.lapushka__link.yandex {
    background-color: #fc0;
}


.lapushka__link {
	margin: 10px 8px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #fff !important;
}

.m-footer .lapushka-wrap .fab {
	font-size: 18px !important;
}

.site-footer .lapushka__link:hover {
	text-decoration: none;
	color: #fff;
	border-radius: 1rem;
	text-decoration: none;
}

.site-footer .widget-title {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

.widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


/* Menu */

.menu-1 {
	margin: 0;
	background-color: transparent;
}

.menu-1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.menu-1 ul li {
	display: inline-block;
	background-color: transparent;
	position: relative;
}

.menu-1 a,
.menu-1 a:visited {
	text-decoration: none;
	padding: 6px 10px;
	font-size: 17px;
	font-family: "Rubik";
	color: #fff;
	padding: 10px 22px 0px 0px;
	display: block;
	font-weight: 500;
}

.menu-1 .menu-item a:hover {
	opacity: .7;
	text-decoration: none;
}

.menu-1 .sub-menu .menu-item a:hover {
	color: #f24646;
}

.menu-1 ul ul {
	display: none;
	position: absolute;
	top: 38px;
	max-width: 250px;
	background-color: #fff;
	width: 100%;
	left: 20px;
	min-width: 250px;
}

.menu-1 ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	max-width: 250px;
	background-color: #fff;
	width: 100%;
	left: 260px;
	min-width: 250px;
	box-shadow: 0 1rem 2.1rem rgba(0,0,0,0.29);
}

.menu-1 .menu-item-has-children li:first-child {
	border-top: .2rem solid #f24646;
}

.menu-1 .sub-menu li {
	border-bottom: 1px solid #ececec;
}

.menu-1 .sub-menu .menu-item a {
	line-height: 20px;
	padding: 15px 38px 15px 20px;
	font-family: "Open Sans",sans-serif;
	color: #252525;
	font-size: 14px;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
	font-weight: 400;
}

.menu-1 ul li:hover > ul {
	display:inherit;
}

.menu-1 ul ul li {
	float:none;
	display:list-item;
	position: relative;
}

.menu-1 ul ul li > a:after { 
	content: '  ›';
	right: 20px;
	position: absolute;
}

.menu-1 ul li > a:after { 
	content: '  ›';
}

.menu-1 li > a:only-child:after { content: ''; }

@media (max-width: 1200px) {
	nav ul {
		justify-content: space-between;
	}
}
/* End menu */


/* Mobile menu */

.mobile-sidebar {
	position: absolute;
	background-color: #fff;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	top: -1000px;
	z-index: 999;
	transition: all 500ms ease-in-out;
}

.mobile-sidebar.visi-ble {
	top: 80px !important;
}

.mobile-menu {
	width: 100%;
	padding: 0 17px;
}

.mainNav {
	width: 100%;
}

/* First Level */

.mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 3px solid #f24646;
}

.mainNav ul li {
	border-top: 1px solid #f1f1f1;
}

.mainNav ul li a {
	color: #191919;
	display: block;
	font-size: 17px;
	line-height: normal;
	padding: 12px 20px;
	text-decoration: none;
	font-family: 'Open Sans', Arial, 'Roboto';
}

.mainNav ul li a:hover {
	background: #f1f1f1;
	text-decoration: none;
}

/* Second Level */

.mainNav ul ul { border-bottom: none }

.mainNav ul ul li {
	border-top: 1px solid #f1f1f1;
	/*background: #efefef;*/
}

.mainNav ul ul li a {
	color: #191919;
	display: block;
	font-size: 15px;
	line-height: normal;
	padding: 12px 40px;
	font-family: 'Open Sans', Arial, 'Roboto';
}

.mainNav ul ul li a:hover {
	background: #f1f1f1;
}

/* Third Level */

.mainNav ul ul ul {
	border-top: 1px solid #f1f1f1;
}

.mainNav ul ul ul li {
	border: none;
	border-bottom: 1px solid #f1f1f1;
	border-top: 0;	
}

.mainNav ul ul ul li a {
	padding: 13px 60px;
	font-family: 'Open Sans', Arial, 'Roboto';
	font-size: 13px;
	
}

.mainNav ul#mobile-menu {border-bottom: none !important;}

/* Accordion Button */

.mainNav ul li.has-subnav .accordion-btn {
	color: #5d5d5d;
	background: rgba(255,255,255, 0.15);
	font-size: 16px;
}

.mainNav ul .accordion-btn-wrap {
	top: 13px !important;
	width: 30px !important;
	right: 14px !important;
}

.mainNav ul ul .accordion-btn-wrap {
	top: 12px !important;
	width: 30px !important;
	right: 14px !important;
}

/* End mobile menu */

.m-footer .lapushka {
	margin-top: -41px;
}

p.ft-gray {
	font-size: 11px;
	font-family: Arial;
	color: #999999;
}

.m-footer__bottom a {
	color: #ffffff !important;
}

.m-card-list {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2rem 0 1rem;
}

.m-card-list__item {
	margin-right: .3rem;
	margin-left: .3rem;
	margin-bottom: 1rem;
}

.m-card-list__item {
	margin-left: 1rem;
	margin-right: 1rem;
}

.m-card-list {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -1rem;
	margin-right: -1rem;
	padding: 0;
}

img.imgon, iframe.imgon {
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	opacity: 1;
	filter: alpha(opacity=100);
}

img.static {
	filter: grayscale(100%);
}

img.static:hover {
	filter: grayscale(0%);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.css-f-descr {
	color: #252525 !important;
	opacity:0.7;
}

.le-ft {
	text-align: right;
}

.site-header {
	padding-bottom: 20px;
}

.home .site-header {
	padding-bottom: 0;
}

/*.owl-carousel {
	position: relative;
	height: 100%;
	min-width: 100%;
	width: 100%;
}

.owl-stage{
min-width: 100%;
width: 100%;
padding-left: 0;
padding-right: 0;
}*/

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0) scale(1.0, 1.0);
}

@media (max-width: 992px) {

	.le-ft {
		text-align: left;
	}

}


@media (max-width:1199px) {
	
	.menu-1 ul {
		justify-content: space-between;
	}

	.wr-slide {
		padding-top: 380px;
	}

	.row-center {
		margin-top: 20px;
	}

	.header-logo {
		text-align: center;
		margin-top: 60px;
	}

	.header-contacts {
		align-items: center;
		margin-top: 15px;
	}
}

@media (max-width: 940px) {

	#slider-big .slick-arrow {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}

@media (max-width: 768px) {

	.quadmenu-navbar-collapse {
		background-color: #4a4a4d !important;
	}

	.quadmenu-navbar-toggle.collapsed,
	.quadmenu-navbar-toggle {
		display: flex !important;
		align-items: center !important;
	}

	.site-info-top {
		display: none;
	}

	.row-center-two {
		display: none;
	}

	.wr-slide {
		padding-top: 320px;
	}

	.header-logo {
		margin-top: 10px;
	}

}

@media (min-width: 768px) {

	.mobile-button,
	.two-top-menu {
		display: none;
	}

}

/*section.slider-block {
    min-height: 990px;
}*/


span.accordion-btn {line-height: inherit !important; background: transparent !important;} 




.content-page {padding: 0 20px;margin: 0 auto; max-width: 1320px;}


/*.moybig h2.elementor-headline {font-size: 36px !important;}

@media (min-width: 768px) {.moybig h2.elementor-headline {font-size: 46px !important;}}
@media (min-width: 1200px) {.moybig h2.elementor-headline {font-size: 52px !important;}}
@media (min-width: 1600px) {.moybig h2.elementor-headline {font-size: 62px !important;}}
*/

@media screen and (max-width: 767px) {
.elementor-testimonial__footer {display:none !important;}
.four-column {display: none;}
.sidebar-footer, .le-ft {text-align: center;}
}

.owl-carousel .owl-item .four-column img {border: none !important; border-radius: 0 !important;padding-right: 15px;}


.b-top{
    z-index:2600;
    position:fixed;
    right:40px;
    top:120px;
    margin-right:20px;
    opacity:.5 
}
.b-top:hover{
    opacity:1;
    cursor:pointer 
}
.b-top-but{
    z-index:2600;
    position:absolute;
    display:block;
    right:-50px;
    margin:0;
    padding:13px 19px;
    color:#fff;
    background-color:#9f9f9f;
    border-radius:7px 
}
@media screen and (min-width:576px){
    .b-top{
        z-index:2600;
        position:fixed;
        right:40px;
        bottom:99px;
        margin-right:20px;
        opacity:.5 
    }
    .b-top-but{
        z-index:2600;
        position:absolute;
        display:block;
        bottom:99px;
        right:-50px;
        margin:0;
        padding:13px 19px;
        color:#fff;
        background-color:#9f9f9f;
        border-radius:7px 
    }
}


.top__icon {color: #f24646;font-size: 0;}
.sidebar-footer p.top {
    font-size: 13px;
    font-family: "Open Sans",Arial,Verdana,sans-serif;
    margin-bottom: 1rem;
}

.top__icon i[class*="fa"] {
    font-size: 16px;
    position: relative;
    top: .1rem;
}

ul.m-counters {list-style: none;}