/*!
Theme Name: theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
	 html {
	 	line-height: 1.15;
	 	-webkit-text-size-adjust: 100%;
	 }

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

/**
 * Remove the margin in all browsers.
 */
	 body {
	 	margin: 0;
	 }

/**
 * Render the `main` element consistently in IE.
 */
	 main {
	 	display: block;
	 }

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
	 hr {
	 	box-sizing: content-box;
	 	height: 0;
	 	overflow: visible;
	 }

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
	 a {
	 	background-color: transparent;
	 }

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

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

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

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

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

	 sub {
	 	bottom: -0.25em;
	 }

	 sup {
	 	top: -0.5em;
	 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {

	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

.contacts-autor-article{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.contacts-autor-article img{
	width: 32px; height: 32px; 
}

.contacts-autor-article a{
	transition:0.3s; opacity: 1;     margin: 3px 6px 3px 0px;
}

.contacts-autor-article a:hover{
	transition: 0.3s;
	opacity: 0.5;
}

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





















@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&family=Roboto&display=swap');



body {
	font-family: "Montserrat", sans-serif;
	color: #444444;
	transition: 0.4s;
}
a {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	transition: 0.4s;
}
a:hover {
	text-decoration: none;
	transition: 0.4s;
}
div, h1, h2, h3, h4, h5, h6, p, span {
	color: #444;
}
body p, body div, body span {
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
.container {
	position: relative;
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
}
.box_header {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.menu_header ul li a {
	color: #333333;
}
.menu_header ul li a:hover {
	color: #ff0000;
}
.menu_header {
	display: flex;
	align-items: center;
}
.menu_header > a {
	display: flex;
	width: 25px;
	height: 25px;
}
.menu_header ul li a {
	padding: 20px 10px;
}
.box_header {
	align-items: center;
}
.menu_header > a:hover svg {
	fill: #f00;
}
.page_contact_ {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.page_contact_left {
	background-image: url(/wp-content/themes/theme/img/about.webp);
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	flex-direction: column;
}
.page_contact_right {
	max-height: 90vh;
	overflow-y: scroll;
}
.title_page h1 {
	position: relative;
	font-size: 72px;
	line-height: 78px;
	font-weight: 400;
}
.title_page h1 {
	font-size: 72px;
	line-height: 78px;
	color: #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.title_page h1:before {
	content: "";
	position: absolute;
	width: 60%;
	bottom: 0;
	height: 1px;
	background: #f00;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.breadcrumb, .breadcrumb a, .breadcrumb span {
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	column-gap: 10px;
}
.breadcrumb a {
	opacity: 0.7;
}
.breadcrumb, .breadcrumb a, .breadcrumb span {
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	column-gap: 10px;
}
.breadcrumb a {
	opacity: 0.7;
}
a.btn {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	background-color: #ff0000;
	border-color: #cc0000;
	padding: 15px 35px;
}
header.site-header {
	background: #f2f3f4;
}
a.btn:hover {
	background-color: #2b2b2b;
	border-color: #2b2b2b;
}
.page_contact_right {
	padding: 50px;
}
.box_map_contact_ {
	margin-bottom: 50px;
}
.page_contact_right_info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.title_box {
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	border-bottom: 2px solid red;
	display: inline-flex;
	margin-bottom: 15px;
}
.wpcf7 input.wpcf7-form-control, .wpcf7 textarea.wpcf7-form-control {
	border: none;
	border-bottom: solid 1px;
	border-color: #ff0000;
	background-color: #ffffff;
	color: #444;
	height: 40px;
	border-radius: 0;
	outline: none;
	width: 100%;
}
.wpcf7 textarea.wpcf7-form-control {
	height: 80px;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	background-color: #ff0000;
	border-color: #cc0000;
	padding: 15px 35px;
	height: auto;
	cursor: pointer;
	transition: 0.4s;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #2b2b2b;
	border-color: #2b2b2b;
}
.main-navigation ul ul {
	display: flex;
	flex-direction: column;
	background: #f2f3f4;
	padding: 5px;
	margin-left: -10px;
}
.main-navigation ul ul a {
	padding: 10px 15px;
	border-bottom: #e3e3e3 1px solid;
	font-size: 15px;
	font-weight: 400;
}
.main-navigation ul ul li:nth-last-child(1) a {
	border-bottom: none;
}
.main-navigation ul ul a {
	width: 100%;
}
.main-navigation ul ul {
	min-width: 320px;
}
.main-navigation ul .grid3 ul {
	width: 680px;
	grid-template-columns: 1fr 1fr 1fr;
}
.main-navigation ul .grid3:hover ul {
	left: -245px !important;
	display: grid;
}
.main-navigation ul .grid3 ul li:nth-last-child(2) a, .main-navigation ul .grid3 ul li:nth-last-child(3) a {
	border-bottom: none;
}
.box_hero_page {
	background-image: url(/wp-content/themes/theme/img/about.webp);
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	flex-direction: column;
	height: 600px;
}
.box_hero_page .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.box_history {
	padding: 60px 0;
}
.box_history .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.big_text {
	font-size: 36px;
	line-height: 44px;
	color: #000;
	font-weight: 600;
}
.box_perevagy {
	padding: 120px 0 200px;
	background-color: rgb(242, 242, 242);
	position: relative;
	overflow: hidden;
}
.box_perevagy:before {
	content: "";
	width: 120%;
	display: block;
	height: 140px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	transform: rotate(3deg);
	background: #fff;
	left: -10%;
	top: -90px;
	z-index: 3;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-background-clip: content-box;
	padding: 2px;
}
.items_perevagy {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	padding-top: 50px;
}
.item_perevagy {
	display: flex;
	column-gap: 5%;
}
.item_perevagy_icon {
	width: 20%;
}
.content_item_perevagy {
	width: calc(100% - 20%);
}
.title_item_perevagy {
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	padding-bottom: 10px;
}
.des_item_perevagy {
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}
.box_perevagy:after {
	content: "";
	width: 120%;
	display: block;
	height: 140px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	transform: rotate(3deg);
	background: #fff;
	bottom: -90px;
	left: -10%;
	z-index: 2;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-background-clip: content-box;
	padding: 2px;
}
.box_nasha_kompaniya {
	padding: 50px;
	position: relative;
	overflow: hidden;
}
.box_nasha_kompaniya .container {
	display: flex;
	column-gap: 100px;
	justify-content: space-between;
	align-items: flex-start;
}
.sl_nasha_kompaniya {
	display: inline-block;
	width: 70%;
}
.item_sl_nasha_kompaniya {
	width: 100%;
	height: 650px;
}
.slider-for .item_sl_nasha_kompaniya  img {
	height: 650px;
	margin: 0 auto;
}
.slider-nav .item_sl_nasha_kompaniya {
	width: 80px;
	height: 80px;
}
.slider-nav .item_sl_nasha_kompaniya img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.slider-nav .slick-track {
	display: flex;
	column-gap: 10px;
	margin-top: 20px;
}
.box_promo {
	padding: 100px 0;
	background-color: #f2f2f2;
}
.box_promo .container {
	display: flex;
	justify-content: center;
	column-gap: 50px;
	align-items: center;
}
.text_promo {
	font-size: 36px;
	line-height: 44px;
}
.dop-text_information {
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	text-align: center;
}
.box_content_two {
	padding: 150px 0 50px;
	background-color: rgb(242, 242, 242);
	position: relative;
	overflow: hidden;
}
.box_content_two.after-on {
	padding-bottom: 150px;
}
.box_content_two:before {
	content: "";
	width: 120%;
	display: block;
	height: 140px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	transform: rotate(3deg);
	background: #fff;
	left: -10%;
	top: -90px;
	z-index: 3;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-background-clip: content-box;
	padding: 2px;
}
.page-information .box_promo {
	background: #fff;
}
.box_content_two.after-on:after {
	content: "";
	width: 120%;
	display: block;
	height: 140px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	transform: rotate(3deg);
	background: #fff;
	bottom: -90px;
	left: -10%;
	z-index: 2;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-background-clip: content-box;
	padding: 2px;
}
.text_site em {
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	border-bottom: 2px solid red;
	display: inline-flex;
}
.box_content_one {
	padding: 50px 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

ul li, ol li {
	font-weight: 500;
}
.dop-text_information {
	margin-bottom: 30px;
	text-align: left;
}
.line_top_baner_home {
	display: flex;
	justify-content: space-between;
	background: rgb(255 255 255 / 50%);
	position: absolute;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}
.img_item_line_top_baner_home {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
}
.item_line_top_baner_home {
	display: flex;
	align-items: center;
	column-gap: 7px;
}
.box_baner_home {
	position: relative;
}
.item_sl_baner_home {
	min-height: 70vh;
	background-size: cover;
	background-position: center;
}
.item_sl_baner_home .container.text-left {
	margin-left: 60%;
}
.item_sl_baner_home .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 500px;
	width: 100%;
}
.malenkyj_zagolovok {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}
.velykyj_zagolovok {
	font-size: 74px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
}
.velykyj_zagolovok span {
	font-size: 54px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
}
.button_sl {
	display: flex;
	margin-top: 25px;
}
.button_sl a {
	font-size: 16px;
	padding: 10px 40px;
	border: 3px solid #fff;
	color: #fff;
	font-weight: 600;
}
.button_sl a:hover {
	background: #fff;
	color: #555;
	border: 3px solid #555;
}
.des_item_sl_baner_home {
	font-size: 16px;
	color: #fff;
}
ul.slick-dots {
	width: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-top: -60px;
	z-index: 111;
	position: relative;
	list-style-type: none;
	column-gap: 10px;
}
ul.slick-dots li button {
	width: 12px;
	height: 12px;
	font-size: 0;
	background: #fff;
	border: none;
	border-radius: 50%;
	opacity: 0.7;
}
ul.slick-dots li.slick-active button {
	opacity: 1;
}
.line_top_baner_home {
	padding: 5px;
}
.line_top_baner_home .container {
	display: flex;
	justify-content: space-between;
}
.box_baner_home {
	margin-bottom: 20px;
}
.box_baner_home {
	margin-bottom: 20px;
}

.box_catalog_home {
	padding: 70px 0;
	/* background: #f7f7f9; */
}

.top_catalog_home {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.button_all_catalog a {
	display: flex;
	font-weight: 600;
	align-items: center;
	line-height: 1;
	column-gap: 5px;
}

.button_all_catalog a span.icon {
	width: 20px;
	height: 20px;
}

.button_all_catalog a span.text {
	font-weight: 600;
}

.category_catalog_home {
	padding: 20px 0 0;
	display: flex;
	column-gap: 20px;
	justify-content: space-between;
}

.item_category_catalog_home {
	width: calc(25% - 20px);
}

.item_category_catalog_home a {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

span.name_item_category_catalog_home {
	text-align: center;
	font-weight: 600;
	margin-top: -50px;
}
.item_category_catalog_home a:hover {
	background: #f7f7f9;
}
.box_tehnologiyi {
	background-color: rgb(242, 242, 242);
	padding: 60px 0;
	overflow: hidden;
}
button.slick-arrow {
	background: transparent;
	border: none;
	font-size: 0;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	top: -40px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.sl_tehnologiyi {
	padding-top: 40px;
	position: relative;
}
button.slick-prev.slick-arrow {
	background-image: url(/wp-content/themes/theme/img/arrow-left-svgrepo-com.svg);
	right: 60px;
}
button.slick-next.slick-arrow {
	background-image: url(/wp-content/themes/theme/img/arrow-right-svgrepo-com.svg);
}
.item_sl_tehnologiyi {
	background: #fff;
	margin: 0 15px;
}
.sl_tehnologiyi .slick-list {
	margin: 0 -15px;
}
span.img_item_sl_tehnologiyi img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	object-position: center;
}
main.site-main {
	overflow: hidden;
}
span.title_item_sl_tehnologiyi {
	padding: 15px 30px;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
}
span.des_item_sl_tehnologiyi {
	display: flex;
	padding: 0 30px 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}
.box_z_namy {
	padding: 100px 0;
	background-image: url(/wp-content/themes/theme/img/about.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.box_z_namy .title_box {
	color: #fff;
	border-color: #fff;
	text-align: center;
}
.box_z_namy .container {
	text-align: center;
}
.logotypy_kompanij {
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}
.logotypy_kompanij .item_logotypy_kompanij {
	width: calc(16.6% - 20px);
}
.button_z_namy {
	padding-top: 60px;
}

.button_z_namy a {
	font-size: 16px;
	padding: 10px 40px;
	border: 3px solid #fff;
	color: #fff;
	font-weight: 600;
	background: transparent;
}

.button_z_namy a:hover {
	color: #fff;
	border: 3px solid #f00;
	background: transparent;
}

.box_znachok_tekst {
	padding: 60px 0;
}

.items_znachok_tekst {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 45px;
}

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

.title_item_znachok_tekst {
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	padding: 15px;
	min-height: 80px;
}

.des_item_znachok_tekst {
	line-height: 140%;
}
.box_blog {
	padding: 60px 0;
}

.sl_blog {
	padding-top: 40px;
}

.sl_blog .slick-track {
	margin: 0 -15px;
}

.item_sl_blog {
	margin: 0 15px;
	background: #fff;
}

.item_sl_blog a {
	background: #fff;
}
.box_blog {
	padding: 60px 0;
}

.sl_blog {
	padding-top: 40px;
}

.sl_blog .slick-track {
	/* margin: 0 -15px; */
}

.item_sl_blog {
	margin: 0 15px;
	background: #fff;
}

.item_sl_blog a {
	background: #fff;
}

.box_seo {
	padding: 60px 0;
}

.items_seo {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}

.item_seo_left {
	width: calc(32% - 15px);
}

.item_seo_right {
	width: calc(68% - 15px);
}

.title_seo {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin: 20px 0;
	padding-bottom: 30px;
	letter-spacing: 1px;
}
.title_seo h1 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
.button_seo {
	display: flex;
	padding-top: 30px;
	width: 100%;
}

.button_seo a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.sl_blog .slick-list {
	margin: 0 -15px;
}

.text_seo_right.text_site {
	column-count: 2;
	column-gap: 30px;
	margin: 0;
}

.text_seo_right.text_site p {
	margin: 0;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 140%;
}

.text_seo_left.text_site {
	line-height: 140%;
}
.button_all_catalog a:hover span {
	color: #f00;
}

.button_all_catalog a:hover svg {
	fill: #f00;
}
footer.site-footer {
	background: #2B2B2B;
	border-top: 3px solid #ff0000;
	padding: 70px 0 30px;
}

.box_footer_info {
	display: flex;
	column-gap: 30px;
}

.box_content_footer {
	width: calc(33.3% - 15px);
}
.logo_footer {
	padding-bottom: 20px;
}

.adres_footer {
	font-size: 20px;
	line-height: 140%;
	color: #fff;
	margin-bottom: 20px;
}

.time_footer {
	font-size: 16px;
	line-height: 140%;
	color: #949494;
}

.social_footer {
	background: rgba(255, 255, 255, 0.05);
	padding: 15px;
	margin: 15px 0;
}

.social_title {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #fff;
}

.items_social {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}

.item_social a {
	display: flex;
	width: 30px;
	height: 30px;
}

a {}

.title_footer {
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 20px;
}

.map_footer {}

.map_footer iframe {
	height: 285px;
}

.item_phone_footer a {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
span.icon_phone_footer {
	width: 25px;
	height: 25px;
}
span.phone {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	padding: 0 3px;
}
span.text_phone {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	padding: 0 3px;
}
.text_footer {
	font-size: 15px;
	line-height: 140%;
	color: #949494;
	margin-top: 10px;
}
.telefon_dlya_sportyvnyh_form a {
	display: flex;
}
.telefon_dlya_sportyvnyh_form {
	padding: 5px 0;
}
.button_footer {
	display: flex;
	padding: 15px 0;
}
.button_footer a {
	display: flex;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	background-color: Transparent;
	border: 2px solid #fff;
	align-items: center;
	justify-content: center;
}
.button_footer a:hover {
	background: #fff;
	color: #2b2b2b;
}
.des_footer {
	font-size: 16px;
	line-height: 140%;
	color: #949494;
}
.email_footer a {
	display: flex;
	align-items: center;
	padding: 5px 0;
	column-gap: 3px;
}
.email_footer a span.icon_phone_footer svg {
	width: 100%;
	height: 100%;
}
.box_content_footer a:hover *, .box_content_footer a:hover {
	color: #f00;
}
.box_content_footer a:hover svg {
	fill: #f00;
}
.box_content_footer .button_footer a:hover {
	color: #2b2b2b;
}
.social_footer a:hover svg {
	fill: #f00;
}
a.compas-agency {
	font-size: 16px;
	color: #fff;
	display: flex;
	padding: 5px 0;
}
span.des_item_sl_tehnologiyi p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	box-orient: vertical;
	line-height: 140%;
}
.container.post_container {
	padding: 60px 0;
}
.title_post_blog {
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
}
.post_blog {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	padding-bottom: 100px;
	align-items: flex-start;
}
.img_post_blog {
	width: calc(40% - 20px);
}
.info_post_blog {
	width: calc(60% - 10px);
}
.container.post_container .post:nth-child(even) .post_blog {
	display: flex;
	flex-direction: row-reverse;
}
.post_blog a.post-thumbnail {
	display: flex;
	height: 320px;
	width: 100%;
}
.post_blog a.post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.box_hero_page.page-single {
	height: 400px;
}
.box_hero_page.page-single h1 {
	font-size: 52px;
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
	line-height: 52px;
}
.container.single-container {
	max-width: 860px;
	padding: 60px 0;
}
.single_posts {
	display: flex;
	justify-content: space-between;
	column-gap: 25px;
}
.single_posts_item {
	width: calc(25% - 13px);
}
.single_posts_img {
	display: flex;
	height: 280px;
	width: 100%;
}
.single_posts_img img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}
.single_posts_title {
	padding-top: 10px;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
}
.post_re {
	padding-bottom: 60px;
}
.post-thumbnail {
	width: 100%;
	display: flex;
	padding-bottom: 15px;
}
.post-thumbnail img {
	width: 100%;
}
.title_page h1 {
	margin-top: 0;
}
.header_service_single {
	background: #fff;
	padding: 30px 25px;
	margin: 0px -25px;
	display: flex;
	column-gap: 40px;
}

.sl_service_single {
	max-width: 640px;
}

.button_header_service_single {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
	padding: 30px 0 20px;
}

.button_header_service_single a {
	width: 100%;
	text-align: center;
}
.sl_service_single .slider.slider-for .slick-slide {
	height: 680px;
}

.sl_service_single .slider.slider-for .slick-slide img,.sl_service_single .slider.slider-nav .slick-slide img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}
.sl_service_single .slider.slider-nav .slick-slide {
	opacity: 0.5;
	height: 55px;
}

.sl_service_single .slider.slider-nav .slick-slide.slick-current.slick-active.slick-center {
	opacity: 1;
}
.content_service_single {
	padding: 40px 0 20px;
}

.content_service_single section.row {
	display: flex;
	column-gap: 40px;
	width: 100%;
}

.box_service_single section.row .col-sm-6 {
	width: calc(50% - 20px);
}

.box_service_single em {
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	border-bottom: 2px solid red;
	display: inline;
	line-height: 22px;
}

.box_service_single .content_service_single >  section.row {padding-bottom: 20px;}
.ilightbox-social {
	visibility: hidden;
}

.mc_table_head {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	text-align: center;
}
.prapor_table .mc_table_head td {
	background: #2B2B2B !important;
	color: #fff;
}
.prapor_table {
	text-align: center;
}
.prapor_table td{
	line-height: 17px;
}
.mc_table_pod_head td {
	font-size: 14px;
	font-weight: 700;
}
.su-table table {
	width: 100%!important;
	margin: 0!important;
	border-collapse: collapse!important;
	font-size: 1em!important;
	border: 1px solid #ccc!important;
	table-layout: auto!important;
}

section.row {}

section.row .spb_content_element {
	width: 100%;
}
.su-table {
	width: 100%;
	margin-bottom: 1.5em
}

.su-table table {
	width: 100%!important;
	margin: 0!important;
	border-collapse: collapse!important;
	font-size: 1em!important;
	border: 1px solid #ccc!important;
	table-layout: auto!important
}

.su-table table th {
	text-align: center!important;
	padding: 1em!important;
	font-size: 1em!important;
	font-weight: 700!important;
	color: #333!important;
	border: 1px solid #ccc!important;
	background: #f0f0f0!important
}

.su-table table td {
	padding: .5em 1em!important;
	border: 1px solid #ccc!important;
	background: #fff!important
}

.su-table-responsive {
	overflow-x: auto
}

.su-table-responsive table {
	width: auto!important;
	min-width: 100%!important
}

.su-table-responsive table td,.su-table-responsive table th {
	word-break: initial!important
}

.su-table-alternate table tr:nth-child(even) td {
	background-color: #f7f7f7!important
}

.su-table-fixed table {
	table-layout: fixed!important
}
.box_service_single {}

.box_service_single .box_seo {
	background: rgb(242, 242, 242);
}

.tile_seo.centre {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 22px;
	font-family: Montserrat;
	line-height: 30px;
	font-weight: 600;
	text-align: initial;
	padding-bottom: 45px;
}

.box_service_single .box_seo .title_seo {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

.box_service_single .box_seo .text_seo_left.text_site, .box_service_single .box_seo .text_seo_left.text_site * {
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	margin: 0;
}

.box_service_single .box_seo .item_seo_right, .box_service_single .box_seo .item_seo_right * {
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}

.box_service_single .box_seo .item_seo_right strong {
	display: flex;
}

.box_service_single .box_seo .item_seo_right 
p {
}

.box_service_single .box_seo .item_seo_right .textsection {
	padding-bottom: 15px;
}

.box_service_single .box_seo .text_seo_left.text_site .textsection {
	padding-bottom: 15px;
}
.box_service_single .box_seo .text_seo_left.text_site strong {
	display: flex;
}
.box_promo_service {
	padding: 80px 0;
}

.box_promo_service .text_promo {
	font-size: 18px;
	text-align: center;
	line-height: 26px;
	max-width: 960px;
	margin: 0 auto;
}

.box_promo_service .button_promo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0 0;
}
.box_service_single .box_seo .text_seo_left.text_site p {
	padding-bottom: 15px;
}
.box_catalog_home + .box_promo_service {
	background: #f2f2f2;
}
span.des_item_sl_tehnologiyi {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	box-orient: vertical;
	line-height: 140%;
	padding-bottom: 0;
}

.item_sl_tehnologiyi {
	padding-bottom: 25px;
}
.su-table.su-table-alternate {
	padding-top: 0px;
}
.content_service_single section.row .spb_content_element.col-sm-8 {
	width: calc(66.6% - 20px);
}

.content_service_single section.row .col-sm-4 {
	width: calc(33.3% - 20px);
}

.thumbnail-default .img-wrap {
	display: flex;
	justify-content: center;
}

.spb-row {
	width: 100%;
}
mark.count {
	top: 0px;
	font-size: 11px;
	background: transparent;
	position: absolute;
	margin-left: 4px;
}

h2.woocommerce-loop-category__title {
	position: relative;
}

main.site-main.page-shop .woocommerce ul.products li img {
	height: 250px;
	object-fit: contain;
	object-position: center;
}
.lang_header {
	width: 120px;
}

.lang_header a {
	color: #333333;
}
.container.content_woo_shop {
	display: flex;
}

.container.content_woo_shop .filter_box {
	width: 20%;
}

.container.content_woo_shop .page-shop_box {
	width: 75%;
	margin-left: 5%;
}
.single_variation_wrap {
	display: none;
}
a.add_to_cart_button {
	display: none !important;
}
.title_box_product {
	border-bottom: 2px solid #e4e4e4;
	padding-bottom: 30px;
	margin-bottom: 40px;
	position: relative;
}

.title_box_product .title_page {}

.title_box_product .title_page h1 {
	color: #333;
	font-size: 28px;
	padding: 0;
	margin: 0;
	line-height: 150%;
	padding-top: 5px;
	font-weight: 500;
}

.title_box_product .title_page h1:before {
	display: none;
}

.title_box_product .breadcrumb, .title_box_product .breadcrumb a, .title_box_product .breadcrumb span {
	color: #333;
}
.summary.entry-summary {}

.summary.entry-summary p.price * {
	font-size: 18px;
	font-weight: 600;
}

.button_product_by {
	display: flex;
	padding-bottom: 15px;
}

.button_product_by a {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single_variation_wrap {
	display: none !important;
}
span.title_item_sl_tehnologiyi {
	min-height: 68px;
}
body .wpfFilterButton.wpfButton, body .wpfClearButton.wpfButton {
	font-size: 16px;
}

.woocommerce ul.products li.product a:hover h2.woocommerce-loop-category__title {
	color: #f00;
}
.filter_box ul li:hover * {
	color: #f00;
}

table.variations th.label {
	display: none !important;
}
.item_social a img {
	-webkit-filter: invert(50%) contrast(500%) brightness(500%);
	transition: 0.4s;
}
.item_social a:hover img {
	-webkit-filter: none;
	transition: 0.4s;
}
.box_blog span.title_item_sl_tehnologiyi {
	min-height: 88px;
}

.box_blog span.title_item_sl_tehnologiyi:hover {
	color: #f00;
}
.pum-theme-296 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
	background: #f00 !important;
	border-radius: 0 !important;
	right: 0 !important;
	top: 0 !important;
}
.product_meta .posted_in {
	display: block;
}

.product_meta span.sku_wrapper {
	display: block;
}

.product_meta span.sku_wrapper span.sku {
	padding-left: 2px;
	font-weight: 600;
}

.product_meta .posted_in a {
	padding-left: 2px;
	font-weight: 600;
}

.woocommerce div.product form.cart {
	margin-bottom: 0px !important;
}
.box_hero_page.page-shop_page {
	height: 300px;
	background-image: url(/wp-content/themes/theme/img/img_big_slide_four.png);
}

.container.content_woo_shop {
	margin-top: -90px;
	background-color: #fff;
	padding: 50px 20px;
}


.item_sl_blog a:hover img, .item_sl_tehnologiyi a:hover img {scale: 1.05;}

.item_sl_blog a *, .item_sl_tehnologiyi a * {
	transition: 0.4s;
}
.text_site p {
	margin-bottom: 15px;
	line-height: 20px;
}
.box_product_service {
	padding: 40px 0 30px;
}

.box_product_service ul.slick-dots {
	margin-top: 30px;
}

.box_product_service ul.slick-dots li button {
	background-color: #f2f2f2;
}

.box_product_service ul.slick-dots li.slick-active button {
	background-color: #ff0000;
}

.box_product_service {}

.box_product_service + .box_promo_service {
	background: #f2f2f2;
}
span.title_item_product_service {
	display: flex;
	padding: 20px 20px 0;
	color: #222222;
	line-height: 150%;
	font-size: 18px;
	font-weight: 600;
}
.box_product_service .title_box {
	display: flex;
	color: #000;
	font-size: 22px;
	font-family: Montserrat;
	line-height: 30px;
	font-weight: 600;
	border-bottom: none;
	justify-content: center;
	margin-bottom: 40px;
}
.box_product_service .title_box {
	display: flex;
	color: #000;
	font-size: 22px;
	font-family: Montserrat;
	line-height: 30px;
	font-weight: 600;
	border-bottom: none;
	justify-content: center;
	margin-bottom: 40px;
}

span.price_item_product_service {
	padding: 0 20px;
}

span.price_item_product_service * {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
span.img_item_product_service {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	display: flex;
}

.item_product_service {
	padding: 0 20px;
}

.box_product_service button.slick-arrow {
	top: -75px;
}
._service_single_text * {
	line-height: 20px;
}
.header_service_page {
	background: #fff;
	padding: 40px 25px;
	margin: -120px -25px 0;
}

.header_service_page {}

.header_service_page .title_page h1 {
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	color: #444;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

.header_service_page {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.header_service_page {}

.header_service_page .breadcrumb, .header_service_page .breadcrumb a, .header_service_page .breadcrumb span {
	font-size: 14px;
	color: #444;
}

.header_service_page .title_page h1:before {display: none;}
.box_service_single .container + .box_promo_service {
	background: #f2f2f2;
}
.content_service_single p {
	margin: 0 0 15px;
	line-height: 20px;
}
.content_service_single p span {
	line-height: 20px;
}

.content_service_single ul {
	margin-bottom: 15px;
}

.content_service_single p a {
	font-size: 14px;
	color: #444;
}
._service_single_text ul {
	margin-bottom: 20px;
}
._service_single_text p {
	margin: 0 0 15px;
}
._service_single_text b span, ._service_single_text b {
	font-weight: 600;
}
._service_single_text ul strong, ._service_single_text ul strong span {
	font-weight: 600;
}
.thumbnail-default {
	margin: 20px 0;
}
.tile_seo.centre h2 {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.box_service_single .box_seo .title_seo h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
section.error-404.not-found {
	padding: 80px 0;
	display: flex;
}

section.error-404.not-found .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.error-404.not-found .container h1.page-title {
	font-size: 180px;
	font-weight: 400;
	color: #f00;
}

section.error-404.not-found .page-content {
	padding: 0;
	margin: 0;
}

section.error-404.not-found .page-content p {
	font-size: 16px;
	text-align: center;
}

.button_404 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.button_post_blog {
	display: flex;
	padding: 15px 0;
}
.box_hero_page {
	position: relative;
	overflow: hidden;
}

.box_hero_page canvas#particles {
	position: absolute;
	z-index: 0;
	opacity: 1;
}


@media screen and (min-width: 960px) {
	.menu_header {
		padding-right: 10%;
	}


}













.lang_header ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lang_header {
	width: 130px;
	padding-right: 20px;
}

.lang_header ul li a {
	padding: 0 4px;
}

.lang_header ul li.current-lang a {
	font-weight: 600;
}
.button_header {}

.button_header a.btn {
	padding: 0;
	width: 146px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 28px;
	height: 42px;
}

.button_sl a {
	width: 230px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box_tehnologiyi button.slick-arrow {
	width: 20px;
	height: 20px;
}

.box_tehnologiyi button.slick-prev.slick-arrow {
	right: 40px;
}
.sl_service_single .slider.slider-nav .slick-slide img {
	width: 80%;
}
.content_service_single .spb_content_element.clearfix .spb-row-no-cols-wrapper.spb-row-multi-col.clearfix section.row {
	display: flex;
	align-items: center;
	align-items: flex-start;
}
.sl_service_single button.slick-arrow {
	top: 48%;
	z-index: 9;
	background-color: #fff;
	background-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
}

.sl_service_single button.slick-prev.slick-arrow {
	left: 0;
}

.item_seo_left {
	width: 100%;
}
.seo_text_new_css {
	column-count: 3;
	column-gap: 30px;
	margin: 0;
}
.text_seo_right.text_site {
	column-count: 1;
}
.button_seo {
	padding: 15px 0;
}
.seo_text_new_css * {
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 140%!important;
	color: #000000;
}

.box_service_single .box_seo .title_seo h2 {
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
}

.button_seo a {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 17px !important;
}

.seo_text_new_css strong {
	font-weight: 600!important;
	letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs {
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
	padding-top: 40px;
	margin-top: 0px;
	border-top: 2px solid #ff0000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	float: left;
	width: 20%;
	font-size: 16px;
	font-weight: normal;
	margin-left: 0;
	padding-left: 0;
	overflow: visible;
}
.woocommerce div.product .woocommerce-tabs .panel {
	float: right;
	width: 80%;
	margin-bottom: 0px;
	margin-top: -1px;
	border: 0;
	padding: 10px 0 10px 28px;
	min-height: 140px;
	border-left: 2px solid #e3e3e3;
	border-radius: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-family: Montserrat;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: none;
}
.textsection {
	padding-bottom: 15px;
}
.box_service_single {}


.box_service_single .box_catalog_home > .container > .title_box {
	border: none;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	display: flex;
	color: #000;
	font-size: 22px;
	font-family: Montserrat;
	line-height: 30px;
	font-weight: 600;
	border-bottom: none;
	justify-content: center;
	margin-bottom: 40px;
}
.box_service_single {}

.box_service_single .box_catalog_home {}

.box_service_single .box_catalog_home > .container > .title_box {
	border: none;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	display: flex;
	color: #000;
	font-size: 22px;
	font-family: Montserrat;
	line-height: 30px;
	font-weight: 600;
	border-bottom: none;
	justify-content: center;
	margin-bottom: 40px;
}

.box_product_service {}

.box_product_service button.slick-arrow {
	width: 25px;
	height: 25px;
}

.box_product_service button.slick-prev.slick-arrow {
	right: 30px;
}
.seo_text_new_css {
	padding-bottom: 50px;
}

.seo_text_new_css .button_seo {
	position: absolute;
	max-width: 30%;
	bottom: -35px;
	left: 0;
}
.box_seo.box_seo-home .item_seo_left {
	width: calc(32% - 15px);
}
.box_seo.box_seo-home  .text_seo_right.text_site {
	column-count: 2;
}
span.des_item_sl_tehnologiyi p {
	margin: 0;
	margin-bottom: 20px;
}
.box_blog span.title_item_sl_tehnologiyi {
	min-height: auto;
}
.box_blog .slick-track {
	display: flex !important;
}
.item_sl_blog.slick-slide {
	height: auto;
}
.wp-caption-text {
	display: none !important;
}
.box_promo_service .text_promo {
	font-size: 22px;
	width: 70%;
	text-align: left;
}
.box_promo_service .container {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 25px;
}
.box_promo_service .button_promo {
	width: 30%;
	padding-top: 0;
	display: flex;
	justify-content: flex-start;
}
.box_blog {}

.box_blog button.slick-arrow {
	width: 20px;
	height: 20px;
}

.box_blog button.slick-next.slick-arrow {
	right: 15px;
}
.spb_content_element.spb_image.noframe.col-sm-12.thumbnail-default.square-corners {
	margin: 0;
}

.spb_content_element.spb_image.noframe.col-sm-12.thumbnail-default.square-corners figure.clearfix {
	margin: 0;
}
.spb_content_element.spb_image.noframe.col-sm-3.thumbnail-default.square-corners {
	margin: 0;
}
body.post-template-default.single .box_catalog_home {
	padding-bottom: 30px;
}
.postid-99 .content_service_single {
	padding-top: 0;
	margin-top: -20px;
}
.postid-103 .button_header_service_single a + a {
	display: none;
}
figure.animated-overlay.has-link.overlay-alt.clearfix .img-wrap img {
	object-fit: contain;
	object-position: center;
}
.postid-114 .slider.slider-nav.slick-initialized.slick-slider {
	display: none;
}
.text_after_button_header_service_single * {
	font-family: Montserrat;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.text_after_button_header_service_single a {
	color: #ff0000;
	font-weight: 600;
}
body .wpfFilterButton.wpfButton, body .wpfClearButton.wpfButton {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	background-color: #ff0000;
	border-color: #cc0000;
	padding: 15px 15px;
}
body .wpfClearButton.wpfButton {
	background: #ccc;
	color: #000;
}

.slider.slider-nav.slick-slider .slick-list.draggable {
	margin: 0px -13px;
}
.content_service_single p a {
	color: #f00;
	font-weight: 600;
}

.content_service_single p a:hover {
	text-decoration: underline;
}
.items_seo .item_seo_colum_1, .items_seo .item_seo_colum_2, .items_seo .item_seo_colum_3 {
	width: 100%;
}
.box_text_seo_colum * {
	margin: 0;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 140%;
}
.button_header_service_single a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.box_text_seo_colum h1, .box_text_seo_colum h2, .box_text_seo_colum h3, .box_text_seo_colum h4, .box_text_seo_colum h5 {
	font-weight: 500 !important;
}


article.post-7 .entry-content, article.post-5295 .entry-content, article.post-5167 .entry-content {
	display: flex;
	flex-direction: column;
}

article.post-7 .entry-content *, article.post-5295 .entry-content *, article.post-5167 .entry-content * {
	-webkit-box-ordinal-group: 3;
	-webkit-order:2;
	-ms-flex-order:2;
	order:2;
}

article.post-7 .entry-content .woocommerce, article.post-5295 .entry-content .woocommerce, article.post-5167 .entry-content .woocommerce {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.des_footer a {
	color: #fff;
}
span.phone {
	display: flex;
	width: 85%;
}
span.text_phone {
	display: flex;
	width: 100%;
}
.item_phone_footer a {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	flex-wrap: wrap;
}
.box_content_footer {
	width: calc(25% - 15px);
}
.box_menu_footer ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}

.box_menu_footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.box_content_one a {
	color: #ff0000;
	padding-left: 10px;
}

.box_content_one a:hover {
	font-weight: 600;
}
.box_menu_footer {
	padding-bottom: 20px;
}
.box_menu_footer ul li a {
	font-size: 14px;
	text-transform: lowercase;
}












@media screen and (min-width: 960px) {
	.box_promo_service .container {
		display: flex;
		justify-content: center;
	}
	.box_promo_service .text_promo {
		text-align: center;
	}
	.spb_content_element.spb_image.sf-animation.noframe.col-sm-4.thumbnail-default.square-corners {
		margin: 0;
		margin-top: -15px;
	}
	.postid-104 .content_service_single .spb_content_element.clearfix .spb-row-no-cols-wrapper.spb-row-multi-col.clearfix section.row, .postid-5288 .content_service_single .spb_content_element.clearfix .spb-row-no-cols-wrapper.spb-row-multi-col.clearfix section.row, .postid-5144 .content_service_single .spb_content_element.clearfix .spb-row-no-cols-wrapper.spb-row-multi-col.clearfix section.row {
		display: flex;
		align-items: center;
	}
	.postid-104 .thumbnail-default .spb-asset-content img, .postid-5288 .thumbnail-default .spb-asset-content img, .postid-5144 .thumbnail-default .spb-asset-content img {
		height: 200px;
		object-fit: contain;
		object-position: center;
	}
	.main-navigation li.colum-menu2 ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		min-width: 500px;
	}
}



.item_sl_baner_home a img.foto-desktop {
	display: flex;
	object-fit: cover;
	aspect-ratio: 10 / 3;
}
.item_sl_baner_home a img.foto-mobile {
	display: none;
}











.box_blog {
	background: rgb(242, 242, 242);
}
.box_seo.box_seo-home {
	background: rgb(242, 242, 242);
}
.brands_box_home {
	padding: 60px 0 20px;
}
.brands_logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding-top: 25px;
}
.brands_logo .item_brands_logo {
	width: calc(20% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.brands_logo .item_brands_logo img {
	max-width: 200px;
	max-height: 180px;
	transition: 0.5s;
}
.brands_logo .item_brands_logo:hover img {
	scale: 1.1;
}


@media screen and (min-width: 1010px) {
body .menu > li > .sub-menu > li:hover > .sub-menu {
	left: 0;
	position: absolute;
	max-width: 300px;
	min-width: 300px;
	display: flex;
	margin-top: 3px !important;
	left: auto;
	right: calc(-100% - -10px);
	top: -800%;
}
}





@media screen and (max-width: 960px) {
	.brands_logo .item_brands_logo {
		width: calc(50% - 10px);
	}
	.brands_logo .item_brands_logo img {
		width: 100%;
		height: 100%;
	}
	.item_sl_baner_home a img.foto-desktop {
		display: none;
	}
	.item_sl_baner_home a img.foto-mobile {
		display: flex;
		object-fit: cover;
		aspect-ratio: 10 / 15;
	}
	section.error-404.not-found .container h1.page-title {
		font-size: 140px;
		font-weight: 400;
		color: #f00;
	}
	.box_blog span.title_item_sl_tehnologiyi {
		min-height: auto;
	}
	.line_top_baner_home {
		display: none;
	}
	span.title_item_sl_tehnologiyi {
		padding: 15px 10px 0;
	}

	span.des_item_sl_tehnologiyi {
		padding: 0 10px 15px;
	}
	.container {
		padding: 0 15px;
	}

	.category_catalog_home {
		display: flex;
		flex-direction: column;
	}

	.item_category_catalog_home {
		width: 100%;
	}

	span.img_item_category_catalog_home {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.button_z_namy a {
		font-size: 12px;
	}

	.logotypy_kompanij .item_logotypy_kompanij {
		width: calc(33.3% - 20px);
	}

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

	.des_item_znachok_tekst {
		text-align: center;
	}

	.item_sl_blog {
		margin: 0;
		padding: 0 15px;
	}

	.sl_blog .slick-track {
		margin: 0;
	}

	.items_seo {
		display: flex;
		flex-direction: column;
	}

	.item_seo_left {
		width: 100%;
	}

	.item_seo_right {
		width: 100%;
		padding-top: 30px;
	}

	.text_seo_right.text_site {
		column-count: 1;
	}

	.box_footer_info {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.box_content_footer {
		width: 100%;
	}

	span.phone {
		font-size: 14px;
	}

	span.text_phone {
		font-size: 14px;
	}

	.button_footer a {
		font-size: 14px;
	}
	.box_hero_page {
		height: 25vh;
	}

	.title_page h1 {
		font-size: 32px;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 140%;
	}

	.breadcrumb, .breadcrumb a, .breadcrumb span {
		font-size: 12px;
	}

	.box_history .container {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.items_perevagy {
		display: flex;
		flex-direction: column;
	}

	.item_perevagy_icon {
		width: 10%;
	}

	.box_perevagy {
		padding-bottom: 120px;
	}

	.box_nasha_kompaniya {
		padding: 50px 0;
	}

	.box_nasha_kompaniya .container {
		display: flex;
		flex-direction: column;
	}

	.sl_nasha_kompaniya {
		width: 100%;
		padding-top: 20px;
	}

	.slider-for .item_sl_nasha_kompaniya img {
		height: 360px;
	}
	.box_promo .container {
		display: flex;
		flex-direction: column;
		gap: 40px;
		text-align: center;
	}

	.text_promo {
		font-size: 28px;
	}
	.content_service_single section.row {
		display: flex;
		flex-direction: column;
	}

	.content_service_single section.row > * {
		width: 100% !important;
	}

	.header_service_single {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.sl_service_single .slider.slider-for .slick-slide {
		height: 360px;
	}
	.button_header_service_single {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.box_hero_page.page-single h1 {
		font-size: 26px;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 140%;
	}

	.box_hero_page.page-single {
		height: 250px;
	}

	.header_service_single {
		margin-top: 0;
	}

	.su-table table {
		overflow: scroll;
	}

	.prapor_table {
		overflow: scroll;
		padding: 10px 0;
	}

	header.site-header {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999;
	}

	div#page {
		padding-top: 65px;
	}
	.menu_header button.menu-toggle {
		background: transparent;
		border: none;
		border-radius: 0;
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.menu_header button.menu-toggle svg {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.button_header {
		display: none;
	}
	.button_header {
		display: none;
	}

	.menu_header {}

	.main-navigation {}

	.main-navigation .menu {
		position: fixed;
		z-index: 9999;
		background: #222;
		left: 0;
		top: 0;
		width: 80%;
		height: 100vh;
		padding-top: 55px;
		overflow: scroll;
		display: none;
	}

	.main-navigation .menu li a {
		color: #fff;
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #444;
	}
	.main-navigation.toggled button.menu-toggle {
		position: fixed;
		right: 0;
		top: 5px;
		background: #f2f3f4;
		z-index: 9;
	}

	.main-navigation.toggled button.menu-toggle span.icon_open {
		display: none;
	}

	.main-navigation.toggled button.menu-toggle span.icon_close {
		display: block !important;
	}

	.main-navigation.toggled + .lang_header {
		position: fixed;
		left: 0;
		z-index: 99999;
		width: 80%;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #444;
		padding: 10px 20px;
		top: 0;
		background: #222;
	}

	.main-navigation.toggled + .lang_header * {
		color: #fff;
	}

	.main-navigation.toggled + .lang_header .gtranslate_wrapper {
		width: 90%;
		display: flex;
		justify-content: space-between;
	}

	.main-navigation .menu li.menu-item-has-children > a:before {
		content: "";
		background-image: url(/wp-content/themes/theme/img/chevron-down-svgrepo-com.svg);
		width: 30px;
		height: 30px;
		background-size: contain;
		position: absolute;
		right: 20px;
		top: 10px;
	}

	.main-navigation .menu li.menu-item-has-children.focus > a:before {
		transform: rotate(180deg);
	}

	.main-navigation .menu li ul.sub-menu {
		
		background: transparent;
		float: none;
	}
	.lang_header {
		display: none;
	}
.main-navigation .menu li.focus ul.sub-menu, body .menu > li > .sub-menu > li:hover > .sub-menu {
        position: relative;
        display: flex;
        padding: 0;
        margin: 0;
        width: 100%;
        box-shadow: none;
        top: 0;
        left: 0;
    }

	.main-navigation .menu li ul.sub-menu a {
		padding-left: 30px;
		font-size: 14px;
	}

	.main-navigation .menu li.focus ul.sub-menu {
		border-bottom: 1px solid;
	}
	.main-navigation ul .grid3 ul li:nth-last-child(2) a, .main-navigation ul .grid3 ul li:nth-last-child(3) a {
		border-bottom: 1px solid #444;
	}
	.menu_header {
		-webkit-box-ordinal-group: 2;
		-webkit-order:1;
		-ms-flex-order:1;
		order:1;
		padding-right: 0;
		width: 10%;
		margin-right: 10%;
	}

	.logo {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: calc(80% - 15%);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.box_header {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.menu_header > a {
		position: absolute;
		right: 0;
	}

	.logo a {
		display: flex;
	}
	.container.post_container {
		padding: 50px 15px;
	}

	.post_blog {
		display: flex;
		flex-direction: column;
	}

	.img_post_blog {
		width: 100%;
	}

	.info_post_blog {
		width: 100%;
	}
	.breadcrumb {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.container.single-container {
		padding: 50px 15px;
	}
	.single_posts {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}
	.single_posts_item {
		width: 100%;
	}
	.page_contact_ {
		display: flex;
		flex-direction: column;
	}

	.page_contact_left {
		height: 190px;
	}

	.page_contact_right {
		padding: 40px 15px;
		height: auto;
		max-height: max-content;
	}

	.page_contact_right_info {
		display: flex;
		flex-direction: column;
	}
	.container.content_woo_shop {
		display: flex;
		flex-direction: column;
	}

	.container.content_woo_shop .filter_box {
		width: 100%;
	}

	.container.content_woo_shop .page-shop_box {
		width: 100%;
		margin-left: 0;
	}

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		float: none;
		width: 100%;
	}

	main.site-main.page-shop .woocommerce ul.products li img {
		height: 400px;
	}
	.button_header_service_single {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.box_hero_page.page-single h1 {
		font-size: 26px;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 140%;
	}

	.box_hero_page.page-single {
		height: 250px;
	}

	.header_service_single {
		margin-top: 0;
	}

	.su-table table {
		overflow: scroll;
	}

	.prapor_table {
		overflow: scroll;
		padding: 10px 0;
	}
	body .wpfFilterButton.wpfButton, body .wpfClearButton.wpfButton {
		font-size: 14px;
	}
	.item_sl_baner_home .container {
		height: 645px;
		display: flex;
		justify-content: flex-start;
		padding-top: 25px;
	}
	.velykyj_zagolovok {
		width: 55%;
		font-size: 36px;
	}

	.des_item_sl_baner_home {
		width: 50%;
	}

	.button_sl {
		margin-top: 15px;
	}

	.button_sl a {
		padding: 5px 40px;
		font-size: 14px;
	}
	.item_sl_baner_home.slide_n_2 {
		background-position: 40% 0;
	}

	.item_sl_baner_home.slide_n_2 .container.text-left {
		margin-left: 35%;
	}

	.velykyj_zagolovok span {
		font-size: 36px;
	}
	.item_sl_baner_home.slide_n_3 {
		background-position: 30%;
	}

	.item_sl_baner_home.slide_n_3 .container.text-left {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 200px;
	}

	.item_sl_baner_home.slide_n_3 .container.text-left .malenkyj_zagolovok {
		text-align: center;
		width: 100%;
	}

	.item_sl_baner_home.slide_n_3 .container.text-left .velykyj_zagolovok {
		width: 100%;
		text-align: center;
	}
	.main-navigation ul .grid3:hover ul {
		left: auto !important;
		display: block;
	}
	.header_service_page {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		text-align: left;
	}

	.header_service_page .breadcrumb {
		display: flex;
		justify-content: flex-start;
		padding-bottom: 15px;
	}

	.header_service_page {
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.header_service_page .breadcrumb * {
		font-size: 12px !important;
	}
	.box_seo.box_seo-home .item_seo_left {width: 100%;}

	.box_seo.box_seo-home .text_seo_right.text_site {
		column-count: 1;
	}
	.box_product_service .title_box {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		max-width: 85%;
	}
	.box_product_service button.slick-arrow {
		top: -70px;
	}
	.box_promo_service .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.box_promo_service .button_promo {
		width: 80%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.box_promo_service .text_promo {
		width: 90%;
		text-align: center;
		margin-bottom: 25px;
		line-height: 30px;
		font-size: 20px;
	}
	.home div#page {
		padding-top: 0;
	}
	body .menu > li > .sub-menu > li> .sub-menu a {
		padding-left: 50px !important;
	}
	#menu-item-336.menu-item-has-children > a::after {
		display: none !important;
	}

}
.post-author{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.author-avatar{width: 90px;}
.author-details{ width: calc(100% - 110px);
}
.author-details h4{
	padding-top: 0px !important;
	margin-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;}
	.author-details p{
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 8px;
	}
	.addtoany_content{margin: 6px auto;}
	.row_date{display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-bottom: 6px;}
		.row_date img{width: 23px;
			margin-right: 7px;}










/* ================================================== */
/* ФИНАЛЬНЫЙ ФИКС МОБИЛЬНОГО МЕНЮ (УБИРАЕМ ПРЫЖКИ) */
/* ================================================== */

/* Скрываем кнопку на ПК */
button.submenu-toggle {
    display: none;
}

/* ================================================== */
/* ЖЕСТКИЙ ФИКС СТРУКТУРЫ МОБИЛЬНОГО МЕНЮ             */
/* ================================================== */
@media screen and (max-width: 991px) {
    /* Если тема применяет flex к подменю, жестко выстраиваем в колонку */
    html body .main-navigation .menu li ul.sub-menu {
        display: none !important; 
        flex-direction: column !important; /* ВАЖНО: чтобы пункты шли сверху-вниз */
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        box-shadow: none !important;
    }

    /* Показываем только если есть класс focus */
    html body .main-navigation .menu li.focus > ul.sub-menu {
        display: flex !important;
    }

    /* Ссылки должны быть блоками на 100% ширины */
    html body .main-navigation .menu li a {
        display: block !important;
        width: 100% !important;
        padding-right: 60px !important;
        position: relative !important;
        z-index: 50 !important;
    }

    /* Кнопка-стрелочка позиционируется ровно справа */
html body button.submenu-toggle {
        display: flex !important;
        position: absolute !important;
        right: 20px !important;
        top: 0 !important;
        width: 35px !important;
        height: 35px !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        z-index: 60 !important;
        transition: 0.4s;
	opacity:0;
    }
	html body button.submenu-toggle svg {
    width: 35px;
    height: 35px;
    stroke: #fff;
    margin-top: 5px;
}
html body li.focus button.submenu-toggle {
    transform: rotate(180deg);
}
html body li.focus button.submenu-toggle svg {
    margin-top: -5px;
}
}