/*!
Theme Name: NetPing theme
Author: qzya
Description: NetPing theme, developed by qzya
Version: 1.0.1
Text Domain: netping
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* roboto-300 - latin_cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/roboto-v20-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/roboto-v20-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/roboto-v20-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/roboto-v20-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */
		 url('fonts/roboto-v20-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/roboto-v20-latin_cyrillic-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
  
  /* roboto-regular - latin_cyrillic */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/roboto-v20-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/roboto-v20-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/roboto-v20-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/roboto-v20-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/roboto-v20-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/roboto-v20-latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
  
  /* roboto-700 - latin_cyrillic */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/roboto-v20-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/roboto-v20-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/roboto-v20-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/roboto-v20-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
		 url('fonts/roboto-v20-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/roboto-v20-latin_cyrillic-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.1; }
    to { opacity: 1.0; }
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	font-size: 16px;
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/**
* Forms
*
*/

.form-wrapper {
	width: 50%;
	margin: 100px auto;
	padding: 60px;
	border-radius: 10px;
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 1, 0.18);
}

.fields-wrapper {
	box-sizing: border-box;
}

.wpcf7 .ajax-loader {
	position: absolute !important;
	margin: 18px;
}

.wpcf7-form {
	text-align: center;
}

.wpcf7-form h3 {
	text-transform: initial;
    letter-spacing: initial;
    font-size: 1.5rem;
    line-height: 1.2;
}

.wpcf7-form span {
	font-size: .8rem;
}

.form-row {
	margin-bottom: 22px;
}

.form-row-first {
    width: 48%;
    float: left;
	margin-right: 3%;
	margin-top: 0;
	clear: both;
}

.form-row-last {
    width: 48%;
    float: right;
	margin-right: 0;
	margin-top: 0;
}

.form-row-wide {
    clear: both;
    width: 100%;
}

.form-row input, .form-row select, .form-row textarea {
    width: 100%;
}

/**
* Modal dialog
*
*/

.modalDialog {
    position: fixed;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: all 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    top:0;
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 450px;
    position: relative;
    margin: 3% auto;
    padding: 30px 25px;
    border-radius: 6px;
    background: #fff;
}

.modalDialog .close {
    color: #bdbdbd !important;
    position: absolute;
    right: 20px;
    top: 0;
    text-decoration: none !important;
    font-size: 30px;
    font-weight: 300;
    font-family: Roboto, serif;
}

.modalDialog .close:hover {
	color:#313131 !important;
}

.background_close {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: -1;
    background-color: #FFF;
    opacity: 0;
    filter: alpha(opacity=1);
    cursor:auto;
}

.modalDialog textarea {
	height: 110px;
}

.modalDialog input[type="submit"] {
	width: 200px;
	height: 60px;
}

/*ICONS*/

.icon {
	background-repeat: no-repeat;
	width: 54px;
	height: 54px;
}

.icon__fb {
	background-image: url('images/soc_fb.png');
}

.icon__vk {
	background-image: url('images/soc_vk.png');
}

.icon__youtube {
	background-image: url('images/soc_youtube.png');
}

/* 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: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
}

.tag-wrapper {
	display: flex;
	align-items: center;
    border: 1px solid #00981E;
    border-radius: 10px;
    padding: 1px 10px;
	background-color: #fff;
	font-size: 14px;
}

.tag-wrapper a {
	color: #333;
	text-decoration: none;
}

.tag-wrapper select {
	background: transparent;
	border: none;
}

.tag-wrapper label {
	margin-right: 12px;
	white-space: nowrap;
}

.tag-wrapper .tag-remove {
	margin-left: 40px;
	transform: scale(1.3);
	margin-right: 5px;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2 {
	font-size: 1.5rem;
	margin: 1.6em 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.big-text {
	font-size: 1.4rem;
    text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.big-text a {
    text-decoration: none;
    color: #222;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: none;
	padding-left: 0;
}

ul li {
	margin-left: 20px;
}
  
ul li:before {
	content: "•";
	color: #009331;
	/* font-weight: bold; */
	line-height: 0.4em;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 0.6em;
	text-indent: 0;
	transform: scale(3.5);
  }

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: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #00b74c;
}

/* Forms
--------------------------------------------- */
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-image: linear-gradient( -101deg, #039433 0%, #0cb752 100%);
	box-shadow:0px 2px 7.6px 2.4px #00000029, inset 0px -2px 7px 1px #ffffff5c, 0px 1px 2px 0px #0000005c;
	width: 255px;
	height: 67px;
	border-radius: 33px;
	border: none;
	color: #fff;
	letter-spacing: .4px;
	font-size: 18px;
	cursor: pointer;
}

a.button.readmore-button {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 20px;
    padding: .4em 2em;
    text-transform: none;
	height: auto;
	background-color: #009730;
	color: white;
	background-image: none;
	box-shadow: none;
	text-align: center;
}

a.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.white_button {
	background-image: linear-gradient( -101deg, #fff 0%, #cecece 100%);
	color: #009331;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

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 {

}

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: #333;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	padding: 12px;
	font-size: .8rem;
}

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;
}

::placeholder {
	color: #c1c1c1;
    letter-spacing: 0.5px;
    font-weight: 300;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

.main-navigation .menu-item-has-children > a:after {
	content: '▾';
	color: #608f43;
    margin-left: 4px;
    font-size: 1.2rem;
}

nav#site-navigation ul.menu li > .item-toggle {
	display: none;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	flex-wrap: wrap;
}

.main-navigation ul li:before {
	display: none;
}

.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;
	opacity: 0;
}

.main-navigation ul li.focus > ul.sub-menu {
    /* left: 0; */

}

.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 li:hover > ul, */
.main-navigation ul li.focus > ul {
	left: auto;
	transition: opacity .3s;
	opacity: 1;
	position: relative;
}

.main-navigation ul.sub-menu {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.main-navigation li {
	position: relative;
	clear: both;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.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;
}

.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;
}

/** General */

#page.site {
	overflow: hidden;
}

.h-line {
	display: flex;
    align-items: center;
}

.h-line:after, .h-line__centered:before {
	content: '';
    flex: 1;
    border-bottom: 1px solid #009331;
	margin-left: 30px;
}

.h-line__centered:before {
	margin-right: 30px;
	margin-left: 0;
}

.col-full {
	max-width: 1320px;
	padding: 0 70px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.flex-wrapper {
	display: flex;
}

.row {
	display: flex;
}

.column {
	display: flex;
	flex-direction: column;
}

/** Header */

.header-bar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background-color: #293946;
	z-index: 1;
	position: relative;
	color: #fff;
}

.header-bar-block a {
	color: #00b74c;
}

.header-bar-container {
	display: flex;
	justify-content: space-between;
}

.site-header .col-full {
	overflow: initial;
}


.site-branding {
	display: flex;
	align-items: center;
}

.custom-logo-link {
	margin-right: 30px;
}

.site-description {
	width: 380px;
}


nav#site-navigation ul.menu li {
	font-weight: 300;
	font-size: 18px;
}

nav#site-navigation ul.menu li:not(:last-child) {
	margin-right: 35px;
}

.page-template-template-homepage-v1 .trans-header {
	position: absolute;
	width: 100%;
	z-index: 1;
}

/**FOOTER**/

h2.widget-title {
	margin-top: 1.5em;
    margin-bottom: 0.8em;
}

footer.site-footer {
	background-color: #293946;
	padding: 50px 0;
}

footer.site-footer h2 {

}

.footer-widgets {
	justify-content: space-between;
	color: #fff;
}

.footer-widgets .widget-area {
	width: 30%;
}

.footer-widgets .widget {
	display: flex;
	flex-direction: column;
}

.footer-widgets .textwidget p {
	margin-bottom: 1rem;
}

.footer-widgets .textwidget a {
	color: inherit;
	text-decoration: none;
}

.footer-widgets .textwidget a:hover {
	text-decoration: underline;
}

.site-info.row {
    justify-content: space-between;
    align-items: center;
}

.site-info-block {
	color: #fff;
	width: 30%;
}

#custom_html-5 .custom-html-widget {
	display: flex;
	justify-content: space-between;
	max-width: 70%;
}

/* Homepage v1 template
--------------------------------------------- */

.page-template-template-homepage-v1 h3 {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 0;
}

.page-template-template-homepage-v1 .col-full * {
	z-index: 2;
}

/**CIRCLES*/

.circle {
	display: none;
	position: absolute;
	border-radius: 50%;
	background-color: #009331;
}

.circle:after,
.circle:before {
	content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #00933152;
    width: 115%;
    height: 115%;
}

.circle:before {
	width: 130%;
	height: 130%;
}

.main-section .circle {
    width: 110vh;
    height: 110vh;
    top: -10%;
    left: 83%;
	background-image: linear-gradient(to bottom, #0093317a 0%, #009331b8 36%,#009331b3 46%,#009331 100%);
	background-color: transparent;
}

.main-section .circle:before,
.main-section .circle:after {
	display: none;
}

.who_needs-section .circle {
    width: 52vw;
    height: 52vw;
    top: 68%;
    left: -41%;
}

.devices-section .circle {
    width: 22vw;
    height: 22vw;
    top: 14%;
    right: -15%;
}

.news-section .circle {
    width: 22vw;
    height: 22vw;
    top: -14%;
	left: -14%;
	background-image: radial-gradient(#0000 38%, #009331 38%);
	background-color: initial;
}

.contacts-section .circle {
    width: 52vw;
    height: 52vw;
    top: -130%;
	right: -41%;
}

.contacts-section .circle:after {
	transform: translate(-70%, -70%);
    top: 73%;
    left: 70%;
}

.contacts-section .circle:before {
	display: none;
}

/**CIRCLES END**/

.who_needs-section,
.devices-section,
.news-section,
.contacts-section {
	position: relative;
}

.main-section {
	/* background-image: url('images/main_bg.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding-top: 140px;
}

.main-section h2 {
    margin-top: 0;
}

.main-section__container {
	justify-content: space-between;
}

.image-container.column {
	max-width: 44%;
	justify-content: space-between;
}

.main-section .button-wrapper,
.demo-section .button-wrapper {
	display: flex;
	justify-content: center;
	padding: 70px;
}

.main-section .button-wrapper button {
	/* margin: 70px auto; */
}

.who_needs-block {
	border-radius: 5px;
	box-shadow: 0px 2px 7px 2px #00000029;
	padding: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	height: auto;
	cursor: pointer;
}

.who_needs-block.hideContent {
	max-height: 197px;
	transition: 0.7s ease-out;
}

.who_needs-block.showContent {
	max-height: 1000px;
	transition: 1s;
}

.who_needs-block.showContent .who_needs-block__trigger {
	opacity: 0;
	transition: .3s;
	transition-delay: 0s;
} 

.who_needs-block__trigger {
	position: absolute;
	left: 220px;
	bottom: 20px;
	transition: .3s;
	transition-delay: .8s;
	/* cursor: pointer; */
}

.who_needs-block__text {
	overflow: hidden;
}

.hideContent .who_needs-block__text .heading-container h3 {
	margin-top: 0;
	transition: .3s;
}

.showContent .who_needs-block__text .heading-container h3 {
	transition: .3s;
}




.image-circles-container {
	position: relative;
	width: fit-content;
	width: -moz-fit-content;
	height: fit-content;
	height: -moz-fit-content;
    display: flex;
    align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.image-circles-container:after,
.image-circles-container:before,
.image-circles-container .circle-inner {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%,-50%);
    border: 3px solid #00933130;
    width: 140%;
	height: 140%;

}

.image-circles-container:after {
	width: 180%;
	height: 180%;
	border-color: #00933112;
}

.image-circles-container .circle-inner {
	width: 220%;
	height: 220%;
	border-color: #0093310a;
}

.image-circles-container:hover:before,
.image-circles-container:hover:after,
.image-circles-container:hover .circle-inner {
	animation: fade 2s infinite;
}

.image-circles-container:hover:after {
	animation-delay: .8s;
}

.image-circles-container:hover .circle-inner {
	animation-delay: 1.4s;
}

.who_needs-block__text {
	margin-left: 50px;
	line-height: 1.4;
}

.who_needs-block__text .heading-container img {
	display: none;
}

.who_needs-block__text > p {
	margin-bottom: 0;
}

.who_needs-block__text > ul {
	margin-top: 0;
}

.demo-section {
	/* background-image: url('images/demo_bg.jpg'); */
	padding-top: 5em;
	/* background-repeat: no-repeat; */
    /* background-size: cover; */
}

.demo-section-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 40% 1fr;
	gap: 30px;
	padding: 20px;
}

.demo-section h2 {
	color: #fff;
}

.demo_section__right_block {
	flex-shrink: 0;
}

.devices-section a.devices-loop-link {
	display: flex;
	text-decoration: none;
}

.devices-blocks__container.row {
	flex-wrap: wrap;
	justify-content: space-between;
}

.devices-block {
	width: calc(100%/2 - 15px);
	background: linear-gradient(#009633, #00b74d);
	color: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px;
}

.devices-block a {
	color: #fff;
}

.devices-block > .row {
	height: 100%;
}

.devices-block > .row .image-container {
	width: 75%;
    margin-right: 30px;
    margin-top: 20px;
}

.devices-block > .row .text-container {
	width: 100%;
	justify-content: space-between;
}

.devices-block > .row .text-container p {
	/* max-height: 70px; */
	/* overflow: hidden; */
	margin-top: 5px;
}

.clients-container.row {
	flex-wrap: wrap;
	justify-content: center;
}

.clients-container .clients-image {
	margin: 0 65px 65px 0;
}

.news-section {
	background-image: url('images/news_bg.jpg');
}

.news-section .h-line {
	position: relative;
}

.page-template-template-homepage-v1 .news-section h3 {
	text-transform: initial;
	line-height: 1.1;
	font-size: 1.5rem;
	margin-top: 10px;
}

.page-template-template-homepage-v1 .news-section h3 a {
	text-decoration: initial;
	color: #333;
}

.news-blocks.row {
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-block {
	width: 47%;
	display: flex;
    flex-direction: column;
	margin-bottom: 70px;
	justify-content: space-between;
}

.news-block a.more-link {
	color: #4c4c4c;
}

.more-link + .arrow {
	margin-left: 5px;
}

.news-block-image {
	min-height: 150px;
	min-width: 150px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.news-block .entry {
	margin-top: 10px;
}

.contacts-section {
	padding: 100px;
}

.contacts-container.row {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.contact-block {
	width: 30%;
	margin-bottom: 60px;
}

.map-section #map {
	width: 100%;
	height: 400px;
}

.single-product div.product .woocommerce-product-gallery {
	width: 45%;
	flex-shrink: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport, 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img, 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 1px solid gray;
	background-color: #fff;
}

.single-product .entry-summary {
	margin-top: 0;
	margin-left: 30px;
}

.woocommerce-product-details__short-description > p:first-of-type {
    margin-top: 0;
}

.woocommerce-product-gallery__image {
	text-align: center;
}

.flex-direction-nav {
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
	padding: 0 7px;
}

.flex-direction-nav li {
    list-style: none;
	margin: 0;
}

.flex-direction-nav li:before {
	display: none;
}

.flex-direction-nav li a::before {
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}


.flex-direction-nav li.flex-nav-next a::before {
    content: url(images/arrow-right.svg);
}

.flex-direction-nav li.flex-nav-prev a::before {
    content: url(images/arrow-left.svg);
	float: right;
}

.flex-direction-nav li a{
    text-decoration: none;
    display: block;
    width: 20px;
    height: 30px;
    margin: -20px 0 0;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/******************* ScrollTab Styling **********************/
.scroll_tabs_container {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: left;
	margin-bottom: 10px;
}

.scroll_tabs_container div.scroll_tab_inner {
	height: auto;
}

.scroll_tabs_container div.scroll_tab_inner span,
.scroll_tabs_container div.scroll_tab_inner li {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	background-color: #CCCCCC;
	color: #333333;
	cursor: pointer;
}

.scroll_tabs_container div.scroll_tab_inner li {
	display: -moz-inline-stack;
	display: inline-block;
	list-style-type: none;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher,
.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
	padding: 0px;
	width: 0px;
}
  
.scroll_tabs_container .scroll_tab_left_button::before {
	content: url('images/arrow-left.svg');
	line-height: 64px;
	padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_right_button::before {
	content: url('images/arrow-right.svg');
	line-height: 64px;
	padding-left: 10px;
}

.scroll_tabs_container .scroll_tab_left_button,
.scroll_tabs_container .scroll_tab_right_button {
	height: 57px;
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/** Catalog styles **/

ul.products {
	overflow: auto;
}

ul.products li.product:before {
	display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin: 40px 0;
}

.woocommerce-tabs ul.tabs {
	display: flex;
	height: 57px;
	transition: .3s;
}

.woocommerce-tabs ul.tabs.sticky {
	position: fixed;
	top: 20px;
	max-width: 1180px;
	justify-content: center;
	margin: 0 auto;
	transition: .3s;
}

.woocommerce-tabs ul.tabs li {
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	font-size: 18px;
	background-color: #fff;
	margin-right: 30px;
}

.woocommerce-tabs ul.tabs li.active {
	background-image: linear-gradient( -101deg, #039433 0%, #0cb752 100%);
	border: none;
}

.woocommerce-tabs ul.tabs li a {
	color: #4b4b4b;
	padding: 15px 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.woocommerce-tabs ul.tabs li::before {
	display: none;
}

table {
	background-color: #00981e1a;
}


table tr th,
table tr td {
	padding: 20px;	
}

table tr:not(:last-child) th,
table tr:not(:last-child) td {
	border-bottom: 1px solid white;
}

.woocommerce-tabs table.product_mod_table {
    border: 2px solid #e6e6e6;
	border-spacing: 20px;
	font-size: 18px;
	margin: 0 auto;
	width: 75%;
	background-color: transparent;
}

.woocommerce-tabs table.product_mod_table tr th {
	background-color: #e6e6e6;
	padding: 20px 40px;
	width: 33%;
	text-transform: uppercase;
	font-size: 14px;
}

.woocommerce-tabs table.product_mod_table tr td {
	padding: 0;
}

.woocommerce-tabs table tr td {
	text-align: center;
}

.status-label {
    width: 160px;
    margin: 0 auto;
    padding: 8px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

.status-label.label_new {
	background-color: #60af6e;
}

.status-label.label_eol {
	background-color: #e2b861;
}

.compatible-devices {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.compat-product {
    display: flex;
    align-items: center;
	width: calc(50% - 25px);
	margin-bottom: 25px;
	margin-right: 25px;
}

.compat-product img {
	width: 80px;
}

.compat-product .name-link {
	color: #333;
	text-decoration: none;
	gap: 30px;
	display: flex;
	align-items: center;
}


/* body.woocommerce.woocommerce-active {
	background-image: url('images/product_background_circle.png');
	background-position: top;
	background-repeat: no-repeat;
} 


body.page-template-template-homepage-v1.custom-background {
	background-image: none;
}

*/

/** ANCHOR Catalog sidebar */

.site-main aside.widget-area.catalog-sidebar {
    min-width: calc(100% - 30px - 73.7%);
	margin: 0 35px 0 0;
}

.catalog-sidebar .widget-title {
	font-size: 2rem;
	margin: 0;
}

.catalog-sidebar ul.product-categories li {
	margin-left: 0;
}

.catalog-sidebar ul.product-categories li:before {
	display: none;
}

ul.product-categories li {
    margin-bottom: 0;
    padding: 15px 0px;
}

ul.product-categories li:before {
    opacity: 1;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 3px;
}

ul.product-categories li a {
    display: flex;
    align-items: center;
    width: 100%;
	text-decoration: none;
	color: #333;
	line-height: 125%;
}

ul.product-categories li a:hover,
ul.product-categories li.current-cat a {
    color: #009730;
	transition: .5s;
}

ul.product-categories li a:hover:after,
ul.product-categories li.current-cat a:after {
	filter: invert(32%) sepia(62%) saturate(3803%) hue-rotate(129deg) brightness(93%) contrast(101%);
	transition: .5s;
}

ul.product-categories li a:after {
	content: url('images/icons/arrow-right.svg');
    margin-left: auto;
    transform: scale(0.5);
}

ul.product-categories li.cat-item-16 {
    display: none;
}

ul.product-categories li a:before {
    margin-right: 20px;
}

ul.product-categories li.cat-item-18 a:before {
    content: url(images/icons/control19.png);
}

ul.product-categories li.cat-item-19 a:before {
    content: url(images/icons/compact_control_3.png);
}

ul.product-categories li.cat-item-20 a:before {
    content: url(images/icons/datchiki_2.png);
}

ul.product-categories li.cat-item-21 a:before {
    content: url(images/icons/access.png);
}

ul.product-categories li.cat-item-22 a:before {
    content: url(images/icons/nabory_2.png);
}

ul.product-categories li.cat-item-23 a:before {
    content: url(images/icons/nabory_po_2.png);
}

ul.product-categories li.cat-item-24 a:before {
    content: url(images/icons/nabory_system_3.png);
}

ul.product-categories li.cat-item-25 a:before {
    content: url(images/icons/archives.png);
}

ul.products li.product {
	background-color: white;
	border-radius: 15px;
	border: 1px solid #ccc;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-left: 0;
	margin-right: 30px;
}

ul.products li.product.last {
	margin-right: 0;
}

ul.products li.product img {
	border-bottom: 1px solid #ccc;
}

ul.products li.product > a {
	text-decoration: none;
	display: block;
	color: #333;
}

ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 1rem;
	margin: 15px 0;
	padding: 0 10px;
	height: calc(3em * 1.25);
	color: #333;
	text-transform: uppercase;
	line-height: 125%;
	font-weight: 600;
	overflow: hidden;
}

ul.products li.product a.woocommerce-LoopProduct-link {
	width: 100%;
}

ul.products li.product a.readmore-button {
	color: white;
	width: 160px;
}

.archive-product-desc {
    font-size: 14px;
    line-height: 130%;
    position: relative;
    overflow: hidden;
    height: 130px;
	padding: 0 10px;
}

.archive-product-desc strong {
	font-weight: normal;
}

.archive-product-desc:after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(#fff0 0%, #fff0 50%,  #fff 90%);
}

ul.products.columns-3 li.product {
    width: calc((100% - (30px * 2)) / 3);

}

ul.products li.product.product-category {
	box-shadow: 0px 2px 10px 1px #3333337a;
	border-radius: 3px;
	border: none;
	overflow: hidden;
}

ul.products li.product.product-category img {
	filter: saturate(.5);
	border: none;
}

ul.products li.product.product-category a:hover img {
	filter: saturate(1);
	transition: .6s;
}

ul.products li.product.product-category h2.woocommerce-loop-category__title {
	display: flex;
	align-items: center;
	font-size: 1rem;
	margin: 0;
	padding: 10px 20px;
	min-height: 80px;
	background-image: linear-gradient( -101deg, #039433 0%, #0cb752 100%);
	color: white;
	text-transform: uppercase;
	line-height: 115%;
	font-weight: normal;
}

/** Breadcrumbs */

.woocommerce-breadcrumb,
.breadcrumbs-wrapper .trail-items {
	margin: 0 0 30px;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb sep,
.trail-items li,
.trail-items li a,
.trail-items li:after {
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li {
	margin: 0;
}

.trail-items li::before {
	display: none;
}

.trail-items li::after {
	content: "\002F";
	padding: 0 0.5em;
}

.trail-items li.trail-end {
	color: #333;
}

.trail-items li:last-of-type::after {
	display: none;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display:     inline-block;
	padding:     0;
	border:      none;
	background:  transparent;
	text-indent: 0;
}

.breadcrumbs .trail-browse {
	font-size:   inherit;
	font-style:  inherit;
	font-weight: inherit;
	color:       inherit;
}

/** News pages */

.site-main article,
.site-main aside .widget {
	background-color: #FFFFFF;
	box-shadow: 5px 10px 20px rgba(38, 38, 38, 0.1);
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.widget.widget_pop_tags ul.wp-tag-cloud {
	max-height: 160px;
	overflow: hidden;
	transition: .8s;
}

.widget.widget_pop_tags ul.wp-tag-cloud.show {
	max-height: 9999px;
}

.tags-spoiler-button .button.readmore-button {
	background: linear-gradient(270deg, #00981E 0%, #0DCB32 100%)
}

.tags-spoiler-button .button.readmore-button span {
	transition: 1.3s;
	transform: scale(1.3);
}

.widget.widget_pop_tags ul.wp-tag-cloud.show + .tags-spoiler-button .button.readmore-button span {
	transform: rotateX(180deg) scale(1.3);
	transition: 1.3s;
}

.widget.widget_pop_tags ul.wp-tag-cloud,
article .tags-links {
	display: flex;
	flex-wrap: wrap;
}

.widget.widget_pop_tags ul.wp-tag-cloud li,
article .tags-links .tag-wrapper {
	display: flex;
	margin: 0px 10px 10px 0px;
}

.widget.widget_pop_tags ul.wp-tag-cloud li:before,
.widget.widget_recent_news ul li:before {
	display: none;
}

.widget.widget_recent_news ul li {
	margin-left: 0;
}

.widget.widget_recent_news ul li a {
	text-decoration: none;
	color: #333;
}

.widget.widget_recent_news ul li a.widget-news-title {
	font-weight: 700;
	margin-bottom: 15px;
}

.site-main aside .widget h2.widget-title {
	margin: -20px -20px auto;
	padding: 10px 20px;
	background-color: #00981E;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.site-main .articles-wrapper,
.site-main .post-wrapper {
	width: 100%;
}

.site-main aside.widget-area {
	width: 30%;
	flex-shrink: 0;
	margin-left: 40px;
}

.archive aside.widget-area {
	margin-top: 50px;
}

.archive .site-main .posts-filtering {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.archive .site-main .posts-filtering .tag-wrapper {
	padding: 1px 5px 1px 20px;
	font-size: 16px;
	box-shadow: 5px 10px 20px rgb(38 38 38 / 10%);
}

article h1.entry-title {
	font-size: 1.5em;
}

article .entry-meta,
aside .entry-meta {
	display: flex;
	justify-content: space-between;
}

aside .entry-meta {
	margin-top: 20px;
}

article .entry-meta .post-cat a {
	font-weight: 700;
	text-decoration: none;
}

.post-date {
	white-space: nowrap;
}

aside .entry-wrapper {
	padding: 20px 0px 25px;
	border-bottom: 1px solid rgba(0, 152, 30, 0.3);
}

.widget.widget_recent_news ul li:last-of-type .entry-wrapper {
    border-bottom: none;
}

aside .entry-wrapper .widget-news-title {
	display: block;
}

.archive .post-wrapper {
	display: flex;
	margin: 30px 0;
}

.archive .post-wrapper .post-thumbnail {
	width: 33%;
	flex-shrink: 0;
	margin-right: 30px;
}

.archive .post-wrapper .entry-title {
	font-size: 20px;
	margin: 0;
	line-height: 23px;
}

.widget.widget_pop_tags ul.wp-tag-cloud li a,
.archive .post-wrapper .entry-title a {
	text-decoration: none;
	color: #333;
}

.archive .post-wrapper .entry-content {
	margin: 15px 0;
	line-height: 120%;
	position: relative;
	height: 120px;
	overflow: hidden;
}

.archive .post-wrapper .entry-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%);
    background: linear-gradient(#fff0 0%, #fff0 50%, #fff 90%);
    background: linear-gradient(#fff0 0%, #fff0 65%, #fff 7.4em);
}

.archive .post-wrapper .entry-content p {
	margin: 0;
}

.archive .post-wrapper .entry-wrapper {
	display: flex;
	flex-direction: column;
}

.archive .post-wrapper a.readmore-button {
	width: 180px;
	margin-top: auto;
	margin-bottom: 0;
	background: linear-gradient(270deg, #00981E 0%, #0DCB32 100%);
}

.navigation.pagination,
.woocommerce-pagination {
    display: flex;
    justify-content: center;
	font-size: 20px;
	margin: 40px 0 80px;
}

.navigation.pagination .nav-links,
.woocommerce-pagination .page-numbers {
	display: flex;
}

.woocommerce-pagination .page-numbers li {
	margin: 0;
}

.woocommerce-pagination .page-numbers li:before {
	display: none;
}

.navigation.pagination .nav-links .page-numbers,
.woocommerce-pagination .page-numbers {
	color: #333;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 10px;
}

.navigation.pagination .nav-links .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
	background-color: #009331;
	color: #fff;
}

.navigation.pagination .nav-links .page-numbers.prev,
.woocommerce-pagination .page-numbers.prev {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDggMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjUiIHkxPSItMC41IiB4Mj0iMTAuNTI0NyIgeTI9Ii0wLjUiIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM0OTM5IDAuNzcyNTYzIC0wLjQ2NTUyMSAwLjg4NTAzNyAwIDguOTQ3ODEpIiBzdHJva2U9IiMyNjI2MjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMC40OTE5NTggOC44NTIwNUw2Ljk0NTM1IDAuOTk5ODgxIiBzdHJva2U9IiMyNjI2MjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: center;
}

.navigation.pagination .nav-links .page-numbers.next,
.woocommerce-pagination .page-numbers.next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDggMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjUiIHkxPSItMC41IiB4Mj0iMTAuNTI0NyIgeTI9Ii0wLjUiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjYzNDkzOSAwLjc3MjU2MyAwLjQ2NTUyMSAwLjg4NTAzNyA4IDguOTQ3ODEpIiBzdHJva2U9IiMyNjI2MjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNy41MDgwNCA4Ljg1MjA1TDEuMDU0NjUgMC45OTk4ODEiIHN0cm9rZT0iIzI2MjYyNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-position: center;
}

.single-netping_news .site-main .post-thumbnail {
	max-height: 320px;
	display: flex;
	justify-content: center;
}

.single-netping_news .site-main .post-thumbnail img {
	object-fit: contain;
}

.post-navi.row {
	align-items: center;
	margin: 40px 0;
}

.post-navi.row a.back-link {
	text-decoration: none;
	color: #333;
	margin-right: 40px;
	display: flex;
}

.post-navi.row a.back-link::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='6' viewBox='0 0 18 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.0216 3.74522H18L18 2.67516H5.0216L5.0216 0L0 3.01911L5.0216 6L5.0216 3.74522Z' fill='%23262626'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: center;
	display: block;
	height: 20px;
    width: 20px;
    margin-right: 20px;
	scale: 1.2;
}

.post-navi.row a.back-link:first-letter {
	font-size: 26px;
	vertical-align: middle;
	margin-right: 15px;
}

.ya-share2 ul li:before,
.ya-share2__container ul li:before {
	display: none;
}

.ya-share2 .ya-share2__title {
	color: #333;
}

.ya-share2 .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
	background-color: transparent;
	border: none;
	padding: 0px !important;
	font-size: 16px !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0 !important;
}

.ya-share2 .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__badge {
	margin-right: 10px;
}



/** ADAPTATION */

@media (min-width: 1301px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.main-navigation ul li:hover > ul {
		position: absolute;
		left: auto;
		transition: opacity .3s;
		opacity: 1;
	}
}

@media (max-width: 1500px) {
	.main-section .circle {
		display: none;
	}
}

@media (max-width: 1300px) {

	.header-bar {
		height: auto;
		line-height: initial;
		line-height: 1.8;
		padding: 10px 0;
	}

	.page-template-template-homepage-v1 .trans-header {
		position: initial;
	}

	.site-header .trans-header .row {
		flex-direction: column;
	}

	.page-template-template-homepage-v1 .site-branding {
		position: absolute;
		margin-top: 20px;
	}

	.main-navigation {
		position: relative;
	}
	
	.main-navigation button.menu-toggle {
		background-image: initial;
		box-shadow: initial;
		width: initial;
		height: initial;
		position: absolute;
		top: -48px;
		right: 12px;
		z-index: 10;
		color: #333;
		background: url('images/hamburger.svg') no-repeat center;
    	width: 40px;
		height: 40px;
		border-radius: 0;

	}

	.page-template-template-homepage-v1 .main-navigation button.menu-toggle {
		top: 40px
	}
	
	.page-template-template-homepage-v1 .main-navigation.toggled .menu-menu-1-container {
		margin-top: 7em;
	}

	.main-navigation.toggled .menu-menu-1-container {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		transition: .5s;
	}

	
	nav#site-navigation ul li.menu-item-has-children > a:after {
		display: none;
	}

	nav#site-navigation ul.menu li.menu-item-has-children > .item-toggle {
		display: block;
	}

	nav#site-navigation ul.menu li.menu-item-has-children a {
		display: inline-block;
	}

	nav#site-navigation ul.menu li.menu-item-has-children > .item-toggle {
		position: absolute;
		right: 20px;
		top: 0;
		transform: rotate(90deg);
		transition: .4s;
		font-family: monospace;
	}

	nav#site-navigation ul.menu li.menu-item-has-children.focus > .item-toggle {
		transform: rotate(270deg);
	}
}

@media (min-width: 768px) and (max-width:1300px) {
	.main-navigation button.menu-toggle {
		top: -70px;
	}
}

@media (min-width: 768px) {
	.archive .woocommerce-products-header__title {
		display: none;
	}

	.quest-button {
        position: fixed;
        bottom: 40px;
        right: 40px;
        width: 100px;
        height: 100px;
        background-color: green;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 48px;
		text-decoration: none;
		z-index: 999;
    }

	#text-2, #text-3 {
		min-height: 300px;
	}
	
	.entry-column {
    width: calc(100% - 30% - 40px);
    }
}

@media (max-width: 767px) {
	.col-full {
		padding: 0 4%;
	}

	h1 {
		font-size: 1.3rem;
	}

	h2 {
		font-size: 1.5rem;
		letter-spacing: 0.6px;
	} 
	.h-line:after,
	.h-line:before {
		display: none;
	}

	html {
		font-size: 14px;
		line-height: 1.2;
	}

	.header-bar-container {
		flex-direction: column;
	}

	.site-branding {
		margin-top: 26px;
	}

	.page-template-template-homepage-v1 .site-branding {
		margin-top: 35px;
	}

	.site-description {
		display: none;
	}

	main-navigation button.menu-toggle {
		top: 24px;
	}

	.main-section {
		padding-top: 70px;
	}

	.main-section h2 {
		margin-top: 1.6em;
	}

	.main-section__container {
		flex-direction: column;
	}

	.main-section__container .image-container.column {
		max-width: 100%;
	}

	.main-section__container .image-container.column img {
		display: none;
	}

	.who_needs-block {
		padding: 5%;
	}

	.who_needs-block__trigger {
		left: 50%;
		bottom: 9px;
	}

	.who_needs-block__text {
		margin-left: 0;
	}

	.who_needs-block__text .heading-container {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.who_needs-block__text .heading-container img {
		display: block;
		width: 70px;
		height: 70px;
		margin-right: 20px;
		flex-shrink: 0;
	}

	.who_needs-section .who_needs-block .image-circles-container {
		display: none;
	}

	.who_needs-section .who_needs-block__text h3 {
		display: flex;
	}

	.demo-section {
		padding: 3em 0;
	}

	.demo-section .demo-section-container {
		display: flex;
		flex-direction: column;
	}

	.demo-section .demo-section-container button {
		margin: 20px auto;
	}

	.devices-section .devices-blocks__container {
		flex-direction: column;
	}

	.devices-section .devices-block {
		width: 100%;
	}

	.devices-section .devices-block .row {
		flex-direction: column;
	}

	.devices-block > .row .image-container {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.clients-section .clients-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		margin-bottom: 60px;
	}

	.clients-section .clients-container .clients-image {
		margin:0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.news-section .news-blocks.row {
		flex-direction: column;
	}

	.news-section .news-block {
		width: 100%;
	}

	.news-section .news-block .news-block-image {
		width: 30%;
	}

	.contacts-section {
		padding: initial;
	}

	.contacts-section .contacts-container.row {
		flex-direction: column;
		margin-top: 1em;
	}

	.contacts-section .contacts-container .contact-block {
		width: auto;
		margin-bottom: 35px;
	}

	.contacts-section .contacts-container .contact-block.button-wrapper {
		order: 1;
		display: flex;
		justify-content: center;
	}

	.footer-widgets {
		flex-direction: column;
	}

	#custom_html-5 .custom-html-widget {
		justify-content: start;
	}

	#custom_html-5 .custom-html-widget a {
		margin-right: 20px;
	}

	.site-info.row {
		align-items: start;
		flex-direction: column;
		margin-top: 30px;
	}

	.footer-widgets .widget-area {
		width: 100%;
	}

	.footer-widgets h2 {
		margin: 10px 0;
	}

	.site-info-block {
		max-width: initial;
		margin-bottom: 16px;
		width: 100%;
	}

	.circle {
		display: none;
	}

	.modalDialog>div {
		width: 90%;
	}

	.woocommerce-breadcrumb,
	.breadcrumbs-wrapper .trail-items {
		margin-top: 20px;
	}

	.woocommerce-tabs table {
		display: flex;
		overflow-y: hidden;
		overflow-x: scroll;
		width: 100%;
	}

	.woocommerce-tabs table tr th {
		padding: 10px;
	}

	 .single-product div.product .flex-wrapper {
		flex-direction: column;
	}

	.single-product div.product .woocommerce-product-gallery {
		width: 100%;
	}

	.flex-direction-nav {
		top: 50%;
	}

	.woocommerce-product-gallery__image {
		max-height: 318px;
	}

	.single-product .entry-summary {
		margin-left: 0;
		font-size: 12px;
	}

	.scroll_tabs_container div.scroll_tab_inner span, 
	.scroll_tabs_container div.scroll_tab_inner li {
		font-size: 1rem;
		padding: 0 5px;
		margin-right: 8px;
	}

	.woocommerce-tabs ul.tabs li a {
		padding: 10px 15px;
	}

	.scroll_tabs_container .scroll_tab_left_button::before,
	.scroll_tabs_container .scroll_tab_right_button::before {
		line-height: 48px;
	}

	.woocommerce-tabs table {
		font-size: 1rem;
	}

	.woocommerce-tabs table tr th {
		font-size: 12px;
	}

	 /* !important is needed sometimes */
	table::-webkit-scrollbar {
		width: 6px !important;
		height: 3px;
	}
	
	table::-webkit-scrollbar-thumb {
	    border-radius: 4px !important;
	    background: #d2d1ce75 !important; 
	}

	.main-wrapper.flex-wrapper {
		flex-direction: column;
	}

	ul.products li.product img {
		width: 100%;
	}

	ul.products.columns-3 li.product {
		width: 100%;
	}

	.catalog-sidebar {
		width: 100%;
	}

	.catalog-sidebar ul.product-categories {
        overflow: hidden;
        max-height: 999px;
        transition: .4s;
    }

    .catalog-sidebar.toggled ul.product-categories {
        max-height: 0;
        transition: .4s;
    }

	ul.products li.product.product-category h2.woocommerce-loop-category__title {
		font-size: 1.3rem;
	}

	.catalog-sidebar .widget-title {
		background-color: green;
		color: white;
		padding: 10px;
		display: block;
		font-size: 22px;
	}

	.catalog-sidebar.toggled .widget-title::after {
		transition: .3s;
		transform: scale(.7) rotate(90deg);
	}

	.catalog-sidebar .widget-title::after {
		display: inline-block;
		border: none;
		margin-left: 20px;
		transition: .3s;
		vertical-align: middle;
		content: url('images/icons/arrow-right.svg');
		filter: brightness(22);
		transform: scale(.7) rotate(-90deg);
	}

	.archive .post-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.archive .site-main .posts-filtering {
		flex-direction: column;
		align-items: start;
		gap: 10px;
	}

	.site-main aside.widget-area.catalog-sidebar {
		margin: 0;
	}

	.site-main .row {
		flex-direction: column;
	}

	.archive aside.widget-area {
		margin: 0;
	}

	.site-main aside.widget-area {
		width: auto;
		margin-left: 0;
	}
}

