/*
Theme Name: diomedea
Author: Serg DEV.
Description: diomedea
Version: 1.0.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio
*/


/* Remove outline on the forms and links */
a:active, a:hover, a:focus, button:active, button:hover, button:focus {
	outline: 0;
	outline-offset: 0;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Exo 2", Sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Exo 2", Sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: "Exo 2", Sans-serif;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
    outline: none;
    outline: 0;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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: 0;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
	perspective: 1000px;
	/*border-radius: 5px;*/
	/*margin-left: 8px;*/
	padding: 15px 0;
	margin: 0 15px;
/*	overflow: hidden;*/
	/*background: rgba(98,125,77,1);*/
	/*background: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);*/
	/*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));*/
	/*background: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);*/
	/*background: -o-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);*/
	/*background: -ms-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);*/
	/*background: linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=0 );*/
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*-------------------my style-------------------*/

.display-none {
	display: none;
}

.theme-1{
	opacity: 1 !important;
	top: 10% !important;
	left: -webkit-calc(50% - 250px) !important;
	left: calc(50% - 250px) !important;
	right: 0 !important;
	width: 100% !important;
	max-width: 400px !important;
	border-radius: 10px !important;
}

.entry-title{
	font-family: "Exo 2", Sans-serif;
	font-size: 68px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: -4px;
	color: #00BCD4;
	margin-top: 110px;
}
/*popUp*/

.emodal-title{
	background: #2196f3;
	padding: 10px 18px;
	text-align: center !important;
	border-radius: 8px 8px 0 0;
}
.wrap-form>label{
	position: relative;
	margin-bottom: 15px;
}
.wrap-form>label>span>input{
	background: #E3E3E4;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}
.wrap-form>label>input{
	display: block;
	margin: 0 auto;
	background: #2196f3;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	font-size: 20px;
	padding: 15px 73px;
}
.wrap-form>label>i{
	position: absolute;
	top: 28px;
	right: 0;
}
.wrap-form .wpcf7-submit {
	color: #fff;
}
/*breadcrumbs*/

.breadcrumbs{
	text-align: center;
	padding: 15px 0 0;
}
.breadcrumbs span a{
	color: #6ec1e4 !important;
}
.breadcrumbs span a:hover{
	text-decoration: none;
}

/*fixid-menu*/

.f-nav{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	margin-top: 0 !important;
	/*transition: .3s ease-in-out;*/
}

/*style header pages*/

.entry-header{
	padding: 150px 0;
	background: #abdde5;
	color: #666;
	font-size: 28px;
	text-align: center;

}

section {
	width: 100% !important;
	overflow: visible !important;
}
#preloader{
	display: none;
}

/*header*/
.site-header-my{
	position: relative;
	width: 100%;
	z-index: 4;
	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;
	/*justify-content: space-around;*/
	padding: 10px 0 0;
	background: aliceblue;
}
.main-navigation-my{
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px 0;
	margin-top: 44px;
	/*background: #ffffff8c;*/
	background: #01AAD7;
	box-shadow: 0 10px 14px #2222227a;
	position: absolute;
}
.main-navigation-my>div>ul>li>a{
	position: relative;
	text-transform: uppercase;
	color: #fff;
	/*color: #6ec1e4;*/
	padding: 0 11px;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	/*font-family: "Exo 2", Sans-serif !important;*/
}
.main-navigation-my>div>ul>li>a:before{
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f2f2f2;
	-webkit-transform: translateY(-31px);
	-ms-transform: translateY(-31px);
	transform: translateY(-31px);
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation: headerLineAniback 0.5s ease-in-out forwards;
	animation: headerLineAniback 0.5s ease-in-out forwards;
}
.main-navigation-my>div>ul>li>a:hover:before{
	-webkit-animation: headerLineAnim 0.5s ease-in-out forwards;
	animation: headerLineAnim 0.5s ease-in-out forwards;
}
@-webkit-keyframes headerLineAnim {
	0%{
		-webkit-transform: translateY(-31px);
		transform: translateY(-31px);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes headerLineAnim {
	0%{
		-webkit-transform: translateY(-31px);
		transform: translateY(-31px);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes headerLineAniback {
	0%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100%{
		-webkit-transform: translateY(-31px);
		transform: translateY(-31px);
		opacity: 0;
	}
}
@keyframes headerLineAniback {
	0%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	100%{
		-webkit-transform: translateY(-31px);
		transform: translateY(-31px);
		opacity: 0;
	}
}
.wrap-header-cont {
	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-flex: 0;
	-webkit-flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
}
.site-branding{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	text-align: center;
}
.wrap-header-cont--phone{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	text-align: right;
}
.main-navigation-my>div>ul>li>a:hover{
	color: #000;
	-webkit-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
	/*text-shadow: 4px 4px 5px #000000;*/
	text-decoration: none !important;
	/*transform: scale(1.6) rotateY(33deg);*/
}
.custom-logo-link{
	max-width: 200px;
}
.nav-menu>li{
	padding-left: 25px;
}
.nav-menu>li>a{
	color: #fff;
	font-size: 18px;
}

.absolute-stule{
}
.wraptext-header{
	color: #fff;
	font-size: 24px;
}
.wrap-phone{
	position: fixed;
	left: 40px;
	bottom: 30px;
	z-index: 9;
}
.text-green{
	color: #01AAD7;
}
.text-black{
	color: #000;
}
.tel-header{
	visibility: hidden;
	position: absolute;
	bottom: -84px;
	right: -10px;
	width: 133px;
	height: 80px;
	background: rgba(0, 0, 0, 0.51);
	padding: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-animation: hide 1s ease-in-out forwards;
	animation: hide 1s ease-in-out forwards;
}
.tel-header a{
	color: #fff !important;
}
.btn-header{
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	/*border: 2px solid #E91E63;*/
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #5f9ea0;
}
.tel-header_show{
	visibility: visible;
	-webkit-animation: show 1s ease-in-out forwards;
	animation: show 1s ease-in-out forwards;
}
@-webkit-keyframes show {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes show {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes hide {
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes hide {
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
.btn-header i{
	color: #fff;
	font-size: 35px;
	-webkit-animation: icon 1s ease-in-out infinite;
	animation: icon 1s ease-in-out infinite;
}
@-webkit-keyframes icon {
	0%{
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
	50%{
		-webkit-transform: rotate(45deg) scale(1.05);
		transform: rotate(45deg) scale(1.05);
	}
	100%{
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
}
@keyframes icon {
	0%{
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
	50%{
		-webkit-transform: rotate(45deg) scale(1.05);
		transform: rotate(45deg) scale(1.05);
	}
	100%{
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
}

/*mob-btn-menu*/

.btn-nav{
	display: none;
	position: relative;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	/*border: 2px solid #fff;*/
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
}
.btn-nav span{
	position: absolute;
	left: -webkit-calc(50% - 15px);
	left: calc(50% - 15px);
	top: -webkit-calc(50% - 1px) ;
	top: calc(50% - 1px) ;
	width: 30px;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.line-top{
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}
.line-mid{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.line-bot{
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}

.btn-nav-active>.line-top{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-nav-active>.line-mid{
	opacity: 0;
}
.btn-nav-active>.line-bot{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*---------------slider--------------*/
.slide{
	display: block;
	width: 100%;
	height: 300px;
}
.wrap-img-slide{
	position: relative;
	width: 300px;
	height: 200px;
	margin: 0 auto;
}
.text-slide{
	color: #00a0d2;
}
.bg-slide{
	background: url("/wp-content/uploads/2019/02/A-1-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide1{
	background: url("/wp-content/uploads/2019/02/A-2-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide2{
	background: url("/wp-content/uploads/2019/02/A-3-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide3{
	background: url("/wp-content/uploads/2019/02/A-4-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide4{
	background: url("/wp-content/uploads/2019/02/A-6-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide5{
	background: url("/wp-content/uploads/2019/02/A-7-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide6{
	background: url("/wp-content/uploads/2019/02/A-8-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide7{
	background: url("/wp-content/uploads/2019/02/A-9-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide8{
	background: url("/wp-content/uploads/2019/02/A-10-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.bg-slide9{
	background: url("/wp-content/uploads/2019/02/A-11-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide10{
	background: url("/wp-content/uploads/2019/02/A-12-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide11{
	background: url("/wp-content/uploads/2019/02/A-13.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide12{
	background: url("/wp-content/uploads/2019/02/A-14-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide13{
	background: url("/wp-content/uploads/2019/02/A-15-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide14{
	background: url("/wp-content/uploads/2019/02/A-16-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide15{
	background: url("/wp-content/uploads/2019/02/A-17-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide16{
	background: url("/wp-content/uploads/2019/02/A-18-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide17{
	background: url("/wp-content/uploads/2019/02/A-19-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-slide18{
	background: url("/wp-content/uploads/2019/02/A-27-1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.text-block-slide{
	position: absolute;
	width: 250px;
	left: -webkit-calc(50% - 125px);
	left: calc(50% - 125px);
	bottom: -45px;
	background: #fff;
	padding: 15px;
	text-align: center;
}
.owl-dots{
	display: none;
}
.owl-nav>button{
	width: 40px;
	height: 40px;
	background: #01AAD7 !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	font-size: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.owl-nav>button:active, .owl-nav>button:hover, .owl-nav>button:visited{
	outline: none !important;
	outline: 0 !important;
}
.owl-nav>button>span{
	color: #fff;
}
.owl-nav>button:hover{
	background: #fff !important;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 0 9px 0 rgba( 0, 0, 0,.3);
	box-shadow: 0 0 9px 0 rgba( 0, 0, 0,.3);
}
.owl-nav>button:hover span{
	color: #000;
}
.owl-next{
	margin-left: 15px;
}

/*slider-products*/
.img-slide-product{
	width: 100%;
	/*height: 350px;*/
	overflow: hidden;
}
.img-slide-product>img{
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	-o-object-fit: contain !important;
	object-fit: contain !important;
	width: 100%;
	/*height: 350px !important;*/

}
.img-slide-product>img:hover{
	/*transition: .3s;*/
	/*transform: scale(1.5);*/
}

.main_cont {
	width: 500px;
	height: 300px;
	position: relative;
	margin: 20px auto;
	overflow: hidden;
}
.img_cont {
	width: 1600px;
	height: 1200px;
	position: absolute;
	top: -550px;
	left: -450px;
}
.img_cont img {
	width: 1600px;
	height: 1200px;
}
/*------------blog--------------*/

.heder-blog-my{
	width: 100%;
}
.site-main-my{
	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: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 15px;
	background: url(./img/fitterr.png);
}
.site-main-my>article{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
/*	min-width: 290px;
	height: 550px;*/
	border: 1px solid #d7d6d6;
	-webkit-box-shadow: 0 10px 25px 0 #2b2b2b24;
	box-shadow: 0 10px 25px 0 #2b2b2b24;
	background: #f6f6f6;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
/*	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;*/
/*	flex-wrap: wrap;*/
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.site-main-my>article>footer{
	display: none;
}

.blog>.site-header-my{
	position: relative !important;
	/*background: #31708f;*/
}
article>header{
	padding: 15px 0 !important;
	background: transparent !important;
}
article>header>h2{
	padding: 15px 0 !important;
	font-size: 20px !important;
	line-height: 20px !important;
	letter-spacing: 0 !important;
}
article>header>h2>a {
	color: #595959;
}
article>header>h2>a:visited {
	color: #595959;
}
article>header>h2>a:hover {
	text-decoration: none;
}
.read-more{
	display: block;
	/*border: 2px solid #fff;*/
	max-width: 150px;
	text-align: center;
	color: white;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	margin: 61px auto 0;
	padding: 5px 15px;
	background: #01aad7;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.read-more:hover{
	text-decoration: none;
	color: #fff;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 5px 15px 0 rgba(43, 43, 43, 0.21);
	box-shadow: 0 5px 15px 0 rgba(43, 43, 43, 0.21);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.read-more:visited{
	text-decoration: none;
	color: #fff;
}


/*page-blog*/

.site-main-my-news{
	padding: 140px 15px 0;
	background: url(/wp-content/uploads/2019/02/fitterr.png);
}
site-main-my-news>article>header>h1{
	font-size: 30px;
	letter-spacing: 0;
	line-height: 30px;
	font-style: normal;
}
.site-main-my-news>article{
	border: 1px solid #d7d6d6;
	-webkit-box-shadow: 0 10px 25px 0 #2b2b2b24;
	box-shadow: 0 10px 25px 0 #2b2b2b24;
	background: #f6f6f6;
	margin: 15px auto;
	overflow: hidden;
	padding: 15px;
	max-width: 1200px;
}
.nav-links {
	margin: 0 !important;
	padding: 35px 15px 50px;
}
.site-main-my-news>article>header>h1{
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
}
/*================================
           contacts
================================*/

.entry-title,.elementor-heading-title{
	font-style: normal !important;
	letter-spacing: 0 !important;
}

.nav-links a {
	font-size: 18px;
	font-weight: 700;
	background: #fff;
	padding: 7px 26px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 5px 5px 0 #666;
	box-shadow: 0 5px 5px 0 #666;
}
.wrap-mail-part{

}
.wrap-mail-part a,.wrap-mail-part-cont{
	font-family: "Exo 2", Sans-serif !important;
	font-size: 27px;
	line-height: 1.7em;
	color: #FFF !important;
}
.icon-mail{
	font-size: 20px !important;
	color: #595959;
	padding-right: 8px;
}
/*================================
           contacts-end
================================*/

/*================================
        products page
=================================*/
.entry-header-products {
	padding: 150px 0 65px;
	padding: 15px 0;
/*	background: #fff url(/wp-content/uploads/2019/02/background_image_75a6dc85.odul2_bpa.jpg) no-repeat;*/
	-webkit-background-size: 100% 100%;
	background: transparent;
	background-size: 100%;
	background-attachment: fixed;
	color: #fff;
	font-size: 28px;
	text-align: center;
}

.style-h2-page-products{
	text-align: center;
	font-size: 28px;
	color: #666;
}
.wrap-products{
	max-width: 370px;
	position: relative;
	padding: 0 !important;
	margin: 0 15px 30px;
	overflow: hidden;
	cursor: pointer;
}
/*.wrap-products:before{*/
/*content: "";*/
/*display: block;*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*top: 0;*/
/*left: 0;*/
/*background: transparent;*/
/*}*/
.wrap-products:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
}
.block-name{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
/*	padding: 15px 0;*/
	text-align: center;
	color: #fff !important;
	-webkit-transform: translateY(303px);
	-ms-transform: translateY(303px);
	transform: translateY(303px);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 1;
}
.block-name span{
	width: 100%;
	display: block;
}
.block-name .name-products {
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-name i{
	width: 100%;
	padding: 70px 0 83px;
	font-size: 42px;
}
.wrap-products:hover .block-name{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #fff !important;
}
.d-flex-style{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.row-style{
	/*margin: 30px 0;*/
}

.wrap-tabs{
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
@media (max-width: 1200px){
	.d-flex-style{
		-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;
	}
}

/*tabs*/

@media (min-width: 992px) {
	.elementor-tab-title {
		width: 50%;
		/*box-shadow: 0 0 6px 0 #666;*/
		-webkit-box-shadow: 0 0 20px 0 rgba(140,140,140,0.5) !important;
		box-shadow: 0 0 20px 0 rgba(140,140,140,0.5) !important;

	}
	.elementor-tab-title{
		width: 50%;
		/*box-shadow: 0 0 6px 0 #666;*/
		-webkit-box-shadow: 0 0 20px 0 rgba(140,140,140,0.5) !important;
		box-shadow: 0 0 20px 0 rgba(140,140,140,0.5) !important;
	}
	.elementor-widget-tabs .elementor-tab-desktop-title {
		padding: 20px 52px !important;
	}
}


/*================================
      products page-end
=================================*/

/*-----------foter-------------*/
.site-footer-my{
	position: relative;
	background: #252c30;
	padding: 50px 0 10px 0;
}
.text-white{
	color: #fff;
}

/*scrollUp*/

.scrollUp{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 40px;
	z-index: 9;
}
.scrollUp i{
	font-size: 57px;
	color: cadetblue;
}

.footer-block-info .w-100{
	width: 100%;
	display: block;
}
.map-site{
	margin: 0;
}
.map-site li{
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	list-style-type: none;
	margin-bottom: 11px;
}
.map-site li a{
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.map-site li:hover{
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.map-site li:hover a{
	/*color: #07A9D6;*/
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.wrap-mail-part--footer a{
	font-size: 16px;
	display: inline;
	color: #01aad7 !important;
}
.wrap-mail-part--footer a:hover{
	text-decoration: none;
	outline: none;
}
.footer_wrap>.wrap-cont>span>a{
	color: #fff !important;
}
.wrap-cont{
	width: 100%;
}
/*copyright*/

.copyright-block {
	padding: 25px 0 0 !important;
}
.wrap-products img {
	width: 370px;
    height: 370px;
    object-fit: cover;
}
#prod-filter-type, #prod-filter-form {
	display:flex;
	align-items:end;
	flex-wrap: wrap;
}
#prod-filter-type a:first-child {
	border: 1px solid #01AAD7;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
	transition: color 0.3s ease;
	display: block;
    margin-right: 10px;
	height:50px;
		display:flex;
	justify-content:center;
	align-items:center;
	padding:0 15px;
}
#prod-filter-type a, #prod-filter-form a {
	border: 1px solid #01AAD7;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
	transition: color 0.3s ease;
	display: block;
    margin-right: 10px;
	height: 40px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 15px;
}
#prod-filter-type a:hover, #prod-filter-form a:hover {
	border: 1px solid #01AAD7;
	text-decoration:none;
	background:#01AAD7;
	cursor:pointer;
	color:#fff;
	padding:0 15px;
}
#prod-filter-type a.current, #prod-filter-form a.current {
	border: 1px solid #01AAD7;
	text-decoration:none;
	background:#01AAD7;
	cursor:pointer;
	color:#fff;
	padding:0 15px;
}
#filter-content {
	display:flex;
	 justify-content: flex-start;
	margin-bottom: 20px;
	margin-top:30px;
}
#all-products .row-style {
	flex-wrap:wrap;
}
.video-block {
	margin: 0 auto;
	margin-top: 25px;
	width: 800px;
	height: auto;
}



/*--------------media----------*/
@media (max-width: 1531px) {
	.site-main-my>article {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 23%;
		-ms-flex: 1 0 23%;
		flex: 1 0 23%;
	}
}

@media (max-width: 1234px) {
	.wrap-header-cont--phone>div>i, .wrap-header-cont--phone>div>span>a, .wrap-cont-mail>i, .wrap-cont-mail>span>a{
		font-size: 15px !important;
	}
	.site-main-my>article {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 31%;
		-ms-flex: 1 0 31%;
		flex: 1 0 31%;
	}
}

@media (max-width: 992px) {
	.site-main-my>article {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 49%;
		-ms-flex: 1 0 49%;
		flex: 1 0 49%;
	}
	.blog>.site-header-my {
		background: #fff;
	}
	.entry-title {
		font-size: 30px;
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0;
	}
	#filter-content, #prod-filter-type, #prod-filter-form {
		display:block;
	}
	#prod-filter-type a, #prod-filter-form a {
		margin-bottom: 15px;
	}
	.main-navigation-my {
		position:relative;
		margin-top:20px!important;
	}
	.main-navigation-my.f-nav {
		margin-top:0!important;
	}
	.video-block {
		width:100%;
	}
}
@media (max-width: 940px) {
	.wrap-header-cont{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 768px) {

	.site-main-my>article {
	 	height: auto !important;
	}
	.row-order>div>div>.elementor-element-a4e253c{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.row-order>div>div>.elementor-element-63d2e9a{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.map-site{
		padding: 0;
	}
	.wrap-phone {
		left: 12px;
		bottom: 10px;
	}
	.scrollUp {
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 10px;
		right: 12px;
		z-index: 9;
	}
	.copyright{
		display: block;
		width: 100%;
	}
}
@media (max-width: 750px) {
	.main-navigation ul {
		/*display: block;*/
	}
	.menu-menu-1-container{
		width: 100%;
	}
	.main-navigation-my {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.main-navigation-my>div>ul>li>a:before{
		display: none;
	}
	.main-navigation li {
		display: block;
		/* border-radius: 5px; */
		/* margin-left: 8px; */
		padding: 15px 0;
		margin: 0;
		/* border-top: 2px solid #f5f5f5; */
		border-bottom: 2px solid #f5f5f5;
		width: 100%;
		overflow: hidden;
		text-align: center;
		/* background: rgba(98,125,77,1); */
		/* background: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%); */
		/* background: linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%); */
	}
	.main-navigation li:last-child {
		border-bottom: none;
	}
	.main-navigation li:hover{
/*		box-shadow: inset 0px 0px 17px 7px #4a719a;*/
	}
	.btn-nav{
		display: block;
	}
	.entry-title {
		font-size: 32px;
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0;
	}
	.wrap-mail-part a {
		font-size: 19px !important;
		line-height: 1.7em;
		color: #01aad7 !important;
	}
	.wrap-mail-part-cont a{
		color: #fff !important;
	}
}

@media (max-width: 588px) {
	.site-branding {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.wrap-header-cont,.wrap-header-cont--phone{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	.wrap-form>label>input {
		padding: 15px 40px;
	}
	.emodal-title {
		font-size: 27px !important;
	}
	.theme-1 {
		left: -webkit-calc(50% - 150px) !important;
		left: calc(50% - 150px) !important;
		max-width: 300px !important;
	}
	.entry-title {
		font-size: 22px;
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0;
	}
	header .wrap-header-cont--phone {
		display:flex;
		margin-top:20px;
	}
	header .wrap-cont-tel {
		width:50%;
	}
	#trp-floater-ls.trp-bottom-left {
		right: 19%;
		left: auto;
	}
}
@media (max-width: 386px){
	.block-name {
		-webkit-transform: translateY(221px);
		-ms-transform: translateY(221px);
		transform: translateY(221px);
	}
	.block-name i {
		width: 100%;
		padding: 97px 0 22px;
		font-size: 42px;
	}
}
.text-center {
    text-align: center;
}
.product-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 0;
}
#owl-carousel-img_2 {
	max-width: 60%;
	flex: 0 0 60%;
}
.info-container {
	max-width: 40%;
	flex: 0 0 40%;
	margin-left: 30px;
}
.img-slide-product img {
	max-height: 435px;
	object-fit: cover!important;
}
.tabs {
	color: #9e9e9e;
	max-width: 448px;
	box-shadow: 0px 0px 20px 0px rgba(140,140,140,0.5);
}
.tab-content {
	padding: 15px;
	border:1px solid #f2f2f2;
}
.tab-buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
}
.tab-buttons div {
	cursor: pointer;
	margin-right: 0px;
	background-color: #f9f9f9;
	border:1px solid #f2f2f2;
	padding: 20px 52px;
	max-width: 50%;
	flex: 0 0 50%;
	display: flex;
	height: 68px;
	justify-content: center;
	align-items: center;
}
.tab-buttons div.active {
	background: #01aad7;
	color: #fff;
}
.tab-description, .tab-attributes {
	display: none;
}
.tab-description.active, .tab-attributes.active {
	display: block;
}
.single h1 {
	margin-bottom: 10px;
}
#product-card .buy-btn {
    border-radius: 4px 4px 4px 4px;
    background: #61CE70;
    padding: 15px 40px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}
#menu-primary-menu li a {
	text-transform: uppercase;
	color: #fff;
}
#menu-primary-menu .menu-item-has-children .sub-menu {
	display: none;
    background: #444;
}
#menu-primary-menu .menu-item-has-children:hover .sub-menu {
	display: block;
}
.main-navigation .sub-menu {
	padding-top: 15px;
}
.main-navigation .sub-menu li {
	padding: 0;
}
.main-navigation ul .sub-menu a {
    width: 225px;
    padding-bottom: 15px;
}
#all-products-bugs {
	margin-top: 50px;
	margin-bottom: 50px;
}
.entry-title {
	margin-bottom: 10px;
}
#prod-filter-type a {
	color: #337ab7;
	margin-right: 10px;
	margin-bottom: 10px;
}
#all-products {
	margin-bottom: 50px;
}
.page-template-blog h2 {
	font-size: 20px;
}
.page-template-blog h2 a {
	color: #595959;
	font-size: 20px;
	text-align: center;
}
.site-main-my>article {

}
.article-content {
	padding: 50px 0;
}
.page-template-blog .site-main-my {
	padding-top: 100px;
}
.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.justify-content-space {
	justify-content: space-between;
}
.align-items-center {
	align-items: center;
}
.flex-1 {
	flex: 0 0 49%;
	max-width: 49%;
}
.entry-header-contacts {
	background: #444;
	padding: 0;
}
.entry-header-contacts h1 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    padding: 65px 0;
    margin-top: 67px;
}
.contact-wrap h2 {
    color: #07a9d6;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}
.contact-wrap {
	padding: 70px 0;
}
.contacts-info {
	align-content: center;
	background-color: #07a9d6;
	color: #fff;
	text-align: center;
	padding: 40px;
	min-height: 300px;
}
.contacts-info div {
	margin-bottom: 15px;
	font-size: 27px;
}
.contacts-info a, .contacts-info a:hover {
	color: #fff;
}
.about-image {
	text-align: center;
}
.about-sert--item {
	flex: 0 0 24%;
	max-width: 24%;
}
.about-sert-items {
	padding: 50px 0;
}
.slider-text-wrapper h4 {
	margin-top: 0px;
}
.slider-text-wrapper a {
	font-size: 16px;
	text-shadow: none;
	box-shadow: none;
}
.sa_hover_container {
	padding-top: 20vh!important;
}
.advantages-top {
    margin-top: -75px;
    position: relative;
    z-index: 1;
}
.advantages-top--item {
	flex: 0 0 33.9999%;
	max-width: 33.9999%;
	text-align: center;
    color: #65d3d8;
    font-size: 30px;
    padding: 30px 0;
}
.advantages-top--item span {
	display: block;
	line-height: 34px;
}
.c-white {
	color: #fff;
}
.c-black {
	color: #525252;
}
.c-blue {
	color: #01aad7;
}
.advantages-top--item:nth-child(1) {
	background: #01aad7;
	border-radius: 80px 0px 0px 80px;
}
.advantages-top--item:nth-child(2) {
	background: #252c30;
}
.advantages-top--item:nth-child(3) {
	background: #65d3d8;
	border-radius: 0px 80px 80px 0px;
}
.advantages-midlle {
	padding-bottom: 30px;
	text-align: center;
}
.advantages-botoom--item {
	flex: 0 0 25%;
	max-width: 25%;
}
.advantages-botoom--item__ico {
    background-color: #01aad7;
    font-size: 37px;
    padding: 18px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 73px;
    height: 73px;
   	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantages-botoom--item__ico i {
	color: #fff;
}
.advantages-botoom--item__title {
    margin-bottom: 15px;
    color: #0c0c0c;
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.advantages-botoom--item__text {
	text-align: center;
}
.advantages-button {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.advantages-button a {
	fill: #ffffff;
    color: #ffffff;
    background-color: #111111;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
    display: inline-block;
    transition: 0.3s ease;
}
.advantages-button a:hover {
    background: #01aad7;
    color: #fff;
}

.home-text h3 {
	text-align: center;
}
.home-text {
	padding: 100px 0;
}
#all-products-bugs .row-style {
	flex-wrap: wrap;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	width: 50px!important;
	height: 50px!important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  padding: 20px 0;
}
.category-wall-item {
	text-align: center;
}
.category-wall-item a {
	color: #444;
}
.category-wall-item span {
	margin-top: 10px;
	display: block;
}
#owl-carousel-img_2 .owl-nav {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    top: 0%;
}

@media(max-width: 767px) {
	.flex {
		display: block;
	}
	.advantages-top--item {
		flex: 0 0 100%;
		max-width: 100%;
		font-size: 24px;
    	padding: 15px 0;
    	border-radius: 80px!important;
    	margin-bottom: 15px;
	}
	.advantages-top {
		margin-top: 30px;
	}
	.advantages-botoom--item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.entry-header-contacts h1 {
		margin-top: 0;
	}
	.about-sert--item {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	 .site-main-my>article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
	}
	.page-template-blog .site-main-my {
    	padding-top: 25px;
	}
	.flex-1 {
    	flex: 0 0 100%;
   		max-width: 100%;
	}
	.contact-wrap {
    	padding: 0px 0;
	}
	#menu-primary-menu .menu-item-has-children .sub-menu {
	    position: inherit;
	    text-align: center;
	    float: none;
	    width: 100%;
	    background: #444;
	    padding-top: 0;
	    display: none;
	}
	#menu-primary-menu .menu-item-has-children .sub-menu.active {
		display: block!important;
	}
	#menu-primary-menu .menu-item-has-children.active {
		padding-bottom: 0;
	}
	.main-navigation ul .menu-item-has-children a.active {
		padding-bottom: 15px;
	}
	.main-navigation ul .sub-menu a {
		width: 100%;
		text-align: center;
		padding: 12px 0;
	}
	.main-navigation ul .sub-menu li {
		box-shadow: none;
		background: #525252;
	}
	#menu-primary-menu .menu-item-has-children:hover .sub-menu {
    	display: none;
	}
	.main-navigation-my>div>ul>li>a:hover {
		transition: none;
	}
	.product-flex {
		display: block;
	}
	#owl-carousel-img_2 {
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	.info-container {
	    max-width: 100%;
	    flex: 0 0 100%;
	    margin-left: 0px;
	}
	.category-wall {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    column-gap: 20px;
	    row-gap: 20px;
		padding: 20px 0;
	}
	.entry-title {
		margin-top: 50px;
	}
	#trp-floater-ls.trp-bottom-right {
    top: auto;
    bottom: 0;
    right: 40%!important;
	}
}
@media(max-width: 480px) {
#owl-carousel-img_2 .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 40%;
}
}