/*!
Theme Name: funny_clown_theme
Theme URI: https://medialime.by
Author: Medialime
Author URI: https://medialime.by
Description: Уникальная тема Созданная вебстудией Medialime
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: funny_clown_theme
Tags: Кофе, сон, печеньки, 3ий закон термодинамики, 2 том мертвых душ 

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

funny_clown_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%;

 	scroll-behavior: smooth;
 	overflow-y: scroll;
 	overflow-x: hidden;
 }

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

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

 	font-family: 'Nunito', sans-serif;
 }

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


 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	margin: 0;
 	padding: 0;
 }

 textarea {
 	resize: none;
 }
 input,
 select,
 button,
 textarea {
 	outline: none;
 }

 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
 	vertical-align: middle;
 }
 ul,
 li,
 a {
 	padding: 0 0;
 	margin: 0;
 	list-style-type: none;
 	color: #333;
 	text-decoration: none;
 }
 ul:hover,
 li:hover,
 a:hover {
 	text-decoration: none;
 	/* Убираем подчеркивание */
 	color: #333;
 }

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

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

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

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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





.container{
	max-width: 1230px;
	/*max-width: 1600px;*/
	
	/*max-width: 1366px;*/
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}

/*#main,*/
#primary {
	max-width: 1230px;
	/*max-width: 1600px;*/
	/*max-width: 1366px;*/
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	/*padding-bottom: 96px;*/

	/*background: #fafbfc;*/
}
.archive.woocommerce-page #main{
	/*max-width: 100%;*/
	/*padding: 0 0px;*/
}
.lazy{
	opacity: 0;
	filter: blur(50px);
	/* this is needed so Safari keeps sharp edges */
	transform: scale(1);
	transition: opacity 1s linear;
}
img:not(.lazy){
	opacity: 1;

	transition: opacity 1s linear;
	transform: scale(1);
}
/*.home #main,*/
.home  #primary, 
.page-template-page-servis #primary,
/*.woocommerce-shop #primary,*/
.single-personazh #primary,
.page-template-page-usluga #primary {
	padding: 0;
	max-width: none;
	padding-bottom: 0;

	/*background: #fafcfc;*/
}
.home  #breadcrumbs{
	display: none;
}
.header-bugreg{
	display: none;
}
#masthead{
	height: 156px;
}
.topmen .header-l1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	transition: all 0.3s;
	/* background: #0247a2; */
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(16, 18, 68, 0.08);
}
.topmen .header-l4{
	position: fixed;
	width: 100%;
}
.mone{
	/* background: url(assets/image/bg_4.jpg) no-repeat center; */
	/*background: url(assets/image/bg1.jpg) no-repeat center;*/
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
	/*height: 80vh;*/
	/*height: 568px;*/


	/*padding-top: 14vh;*/

	/*display: flex;*/
	/*gap: 24px;*/

	/*padding-top: 24px;*/

	position: relative;
}
.pone{

}
.mone-r{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.page-template-page-servis .mone{
	background: url(assets/image/bg2.jpg) no-repeat center;
}
.woocommerce-shop .mone{
	background: url(assets/image/bg3.jpg) no-repeat center;
}
.header-l1-in{
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	/*height: 48px; */
	/* height: 72px; */
	/*height: 64px; */
	/* border-bottom: 1px solid #BDBDBD; */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-navigation a{
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Цвет/Шрифт */

	color: #2E333D;




	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	position: relative;
	transition: all 0.3s;

	/* Шрифт */

	/*color: #141414;*/

	/*padding-top: 12px;*/
	/*padding-bottom: 12px;*/
}
.main-navigation a:hover{
	/*color: #4563ff;*/
	color: #fca241;

}
.top_menu a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	/* identical to box height, or 143% */

	display: flex;
	align-items: center;

	/* Цвет 1 */

	color: #101244;

	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	position: relative;
	transition: all 0.3s;
}

.main-navigation ul, .top_menu  ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	justify-content: space-between;
	-ms-flex-positive: 1;
	flex-direction: row;
	flex-grow: 1;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-navigation li a:after{
	position: absolute;
	/*z-index: -1;*/
	right: 0;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	/*background-color:  #4563ff;*/
	background-color:  	#fca241;
	-webkit-transform: scalex(0);
	-ms-transform: scalex(0);
	transform: scalex(0);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.main-navigation li:hover a:after{
	-webkit-transform: scalex(1);
	-ms-transform: scalex(1);
	transform: scalex(1);
}
.site-branding{
	/*min-width: 107px;*/
	/*width: 206px;*/
	/*width: 120px;*/
	/*height: 46px;*/
}
.site-logo{
	height: 100%;
}
.site-logo img{
	/*height: 64px;*/
	/*width: auto;*/
}


.header-l1{
	background: #FFFFFF;
	/*background: #f0f0f0;*/
	/*background: #181818;*/
	/*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);*/
	position: relative;
	z-index: 101;

	/*padding-top: 20px;*/
	padding-top: 12px;
	/*padding-bottom: 20px;*/
	padding-bottom: 12px;
	border-bottom: 1px solid	#F0F0F0;


	/*background-color: #6049AB;*/
}


.mob-btn-in{
	position: absolute;
	right: 5px;
	top: 12px;
	/*width: 28px;*/
	width: 16px;
	height: 2px;
	background: #2E333D;

	transition: all 0.3s ease;
}
.mob-btn-in:after{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	height: 2px;
	background: #2E333D;
	/*width: 16px;*/
	width: 28px;
	bottom: -8px;
	transition: all .3s ease;



	animation-duration: .5s;
	animation-delay: .15s;
}
.mob-btn-in:before {
	position: absolute;
	display: block;
	right: 0;
	width: 28px;
	height: 2px;
	background: #2E333D;
	/* width: 16px; */
	content: "";
	top: -8px;
	transition: all .3s ease;

	animation-duration: .5s;
	animation-delay: 0s;
}
.mob-btn.change .mob-btn-in:before {
	top: 0;
	-webkit-transform: rotate(
		45deg
		);
	-ms-transform: rotate(45deg);
	transform: rotate(
		45deg
		);
	background: #e31e24;
}
.mob-btn.change .mob-btn-in:after {
	bottom: 0;
	-webkit-transform: rotate(
		-45deg
		);
	-ms-transform: rotate(-45deg);
	transform: rotate(
		-45deg
		);
	background: #e31e24;
}
.mob-btn.change .mob-btn-in {
	background: 0 0;
}
.menu-btn-in{
	right: 15px;
	position: absolute;

	top: 24px;
	/* width: 28px; */
	width: 28px;
	height: 2px;
	background: #ffffff;
	/*transition: all 0.3s ease;*/
}
.menu-btn-in:after{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	height: 2px;
	background: #ffffff;
	/*width: 16px;*/
	width: 28px;
	bottom: -8px;
	transition: all .3s ease;



	animation-duration: .5s;
	animation-delay: .15s;
}
.menu-btn-in:before {
	position: absolute;
	display: block;
	right: 0;
	width: 28px;
	height: 2px;
	background: #ffffff;
	/* width: 16px; */
	content: "";
	top: -8px;
	transition: all .3s ease;

	animation-duration: .5s;
	animation-delay: 0s;
}
body.change, html.change {
	overflow: hidden;
}

.header-text{
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	/* or 143% */


	color: #646464;
	width: 222px;
	margin-left: 24px;
}
.header-soc{
	margin: 0 auto;
}
.header-soc-i  {
	display: inline-block;
	margin-right: 8px;
}
.header-zv1{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height, or 120% */


	color: #000000;
}
.header-time-i{
	display: flex;
	margin-bottom: 4px;
}
.header-time-i img{
	margin-right: 12px;
}

/*==================*/
.btn-v1,  input[type="submit"].btn-v1{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* белый */

	color: #F7F7FF;

	text-align: center;
	display: inline-block;
	cursor: pointer;

	/* Цвет/Шрифт-Альтернативный */

	background: transparent;



	padding: 14px 32px; 

	/*background: #F41C31;*/
	/*border: 1px solid #070F9E;*/
	box-sizing: border-box;

	background: linear-gradient(180deg, #FCAA48 0%, #FB8328 100%);
	border-radius: 4px;

	/*transition: all 0.3s;*/
}
.btn-v1:hover,  input[type="submit"].btn-v1:hover{
	background: #FCAA48;
	color: #F7F7FF;
}
.btn-v1:active,  input[type="submit"].btn-v1:active{
	background: #FBD566;
	transition: all 0.3s;
	color: #F7F7FF;
}
.btn-v2,
button.btn-v2, input[type="button"].btn-v2,
input[type="reset"].btn-v2, input[type="submit"].btn-v2
{

	background: none;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* белый */

	color: #F7F7FF;

	text-align: center;
	display: inline-block;
	cursor: pointer;

	/* Цвет/Шрифт-Альтернативный */

	background: transparent;



	padding: 14px 32px; 

	/*background: #F41C31;*/
	/*border: 1px solid #070F9E;*/
	box-sizing: border-box;


	border-radius: 4px;

	border: 1px solid #FBD566;
	box-sizing: border-box;

}
/*==================*/
.mob-btn{
	display: none;
}
.header-btn{
	margin-left: 64px;
}
.mone-i{
	width: 100%;
	height: 615px;

	/*display: flex !important;*/

	background-size: cover;
	position: relative; 
	background-repeat: no-repeat;
	background-position: center;
}
.pone-i{
	height: 550px;
}
.mone-i-in{
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	/*background-color: rgba(48,48,48,0.6);*/
	position: relative;
	/*height: 60vh;*/
	/*border-radius: 5px;*/
	overflow: hidden;

	height: 100%;


}
.pone .mone-i-in{
	align-items: start;
}

.mone-i__title{
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 40px;
	/* or 111% */

	text-align: center;

	/* белый */

	color: #F7F7FF;
	margin-bottom: 32px;

	max-width: 720px;
}
.pone  .mone-i__title{
	text-align: left;
}
.down_pls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.sect {
	padding-top: 64px;
	padding-bottom: 64px;
	position: relative;
}
.sect2{
	padding-top: 110px;
	padding-bottom: 110px;
}
.mtwo-i  {
	display: inline-block;
	vertical-align: top;

	background: #FFF1CA;
	border-radius: 12px;

	overflow: hidden;

	width: 285px;
}
.mtwo-i.pers-i{
	background: #F8F8F8;
	width: auto;
}
.mtwo-i.pers-i span.mtwo-i__img-wr{
	height: auto;
}
.pers-i:hover img{
	/*webkit-filter: saturate(200%);*/
	/*filter: saturate(200%);*/
}
.mtwo-i:hover img{
	/*webkit-filter: saturate(200%);*/
	/*filter: saturate(200%);*/
}
.mtwo-i span{
	height: 108px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height, or 122% */


	text-align: center;

	/* шрифт */

	color: #1C0C00;


	padding: 20px;
	padding-left: 32px;
	padding-right: 32px;
}
.title-v1{
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	/* or 125% */

	text-align: center;

	/* шрифт */

	color: #1C0C00;
	margin: auto;
	margin-bottom: 56px;
	max-width: 520px;

}
.title-v2{
	font-family: Nunito;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	/* identical to box height, or 117% */


	text-align: center;

	color: #000000;
	margin-bottom: 40px;
}
.title-v1__invert{
	color: #F7F7FF;

}
.grid-container{
	display: flex;
	flex-wrap: wrap;

	align-items: center;
	justify-content: center;

}
.mtwo-in{
	gap: 20px;

}
.mtwo-i span.mtwo-i__img-wr{
	display: block;
	height: 232px;
	overflow: hidden;
	border-radius: 12px;

	padding: 0;
}
.mtwo-i img{
	transition: all 0.3s;
	transform: scale(1);
}
.mtwo-i:hover img{
	transform: scale(1.1);
}
.s1{

}
.s2{
	background: #E0F1FB;
}
.s3{
	background: #FAEDF4;
}
.mthree{
	background: url(assets/image/bg2.jpg) no-repeat center; 
	/* background: url(assets/image/bg1.jpg) no-repeat center; */
	/*-webkit-background-size: cover; */
	background-size: cover;
}
.up_pls{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.mthree-in{
	background: #F7F7FF;
	border-radius: 12px;
	text-align: center;
	padding: 40px;
}
.calculation-wr{
	height: 400px;
	background: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	color:   #fff;

	margin-bottom: 40px;
}
.title-v2__1{
	margin-bottom: 12px;
}
.mthree__result{
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	/* identical to box height, or 117% */

	color: #FCAA48;

	text-align: center;

	margin-bottom: 32px;
}
.mthree__small{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */

	text-align: center;

	color: #646464;
}
.mfour-in{
	background: #FBD566;

	box-sizing: border-box;
	border-radius: 100px;
	padding: 16px;

	position: relative;
	z-index: 5;
}
.mfour-in__border{
	border: 1px solid #FFF2CC;
	box-sizing: border-box;
	border-radius: 100px;
	padding: 84px;
}
.mfour .title-v1 {
	max-width: 620px;
	margin-bottom: 46px;
}
.mfour__tel{
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 44px;
	/* identical to box height, or 122% */

	text-align: center;

	color: #1C0C00;

	margin-bottom: 10px;
	display: block;
	width: auto;
}
.mfour__sub-tel{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	text-align: center;

	/* шрифт */

	color: #1C0C00;

}
.mfour__img{
	position: absolute;
	z-index: 3;
	left: 0;
	width: 100%;
	text-align: center;
	text-align: 0;
	top: -50px;
}
.mfive{
	background: #533BAB;
}
.mfive-i__who-stars{

}
.mfive-i__who-stars img{
	margin-right: 5px;
	display: inline-block !important;
}
.mfive-i__who-title{
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	/* identical to box height, or 143% */


	color: #000C2C;
	margin-bottom: 2px;
}
.mfive-i__who-name{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */


	/* Цвет шрифта */

	color: #000C2C;
}
.mfive-i__who-l{
	height: 56px;
	width: 56px;

	border-radius: 100px;
	overflow: hidden;

	margin-right: 20px;
}
.mfive-i__who{
	display: flex;
}
.mfive-i__title{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	/* or 117% */


	/* Цвет шрифта */

	color: #000C2C;

	margin-bottom: 32px;
}
.mfive-i{
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 4px 22px -6px rgba(20, 20, 20, 0.08);
	border-radius: 6px ;
	display: flex !important;
}
.mfive-i__l{
	padding: 48px 40px;
	width: 384px;
}
.mfive-i__r{
	width: calc(100% - 385px); 

	height: 540px;
}
.mfive-i__r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mfive-i__href-wr{
	display: flex;
	align-items: center;
}
.mfive-i__href-wr img{
	margin-right: 12px;
}
.mfive-i__href{

	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */

	/* Шрифт */

	color: #001402;
}
.msix{
	padding-bottom: 0;
}
.msix-in{
	display: flex;



}
.msix-l{
	width: 50%;

	position: relative;
}
.msix-l img{
	position: absolute;
	bottom: 0;
	right: 40px;
	max-width: none;
}
.msix-r{
	width: 50%;

	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	/* or 175% */

	font-feature-settings: 'pnum' on, 'lnum' on;

	/* Цвет шрифта */

	color: #000C2C;

	padding-bottom: 108px;
}
.msix-r h1,
.msix-r h2,
.msix-r h3{
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	/* or 125% */


	/* шрифт */

	color: #1C0C00;

}
.msix-href{
	color: #1C0C00;
}
.msix-r-in{

}
.trr{
	max-height: 600px;
	transition: max-height 0.2s ease-out;
	overflow: hidden;
}
.trr-o{

}
.trr ul{
	margin-left: 20px;
}
.trr ul li{
	list-style: disc;
}
.mone-i__video{
	background: rgba(255, 255, 255, 0.1);
	padding: 24px;
	border-radius: 100%;
	transition: all 0.3s;

	margin-bottom: 24px;
}
.mone-i__video:hover{
	padding: 0;
}
.mone-i__video-text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	/* or 137% */

	text-align: center;

	color: #FFFFFF;
}
.entry-content{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	/* or 178% */


	/* шрифт */

	color: #1C0C00;

}
.foot-line1-in{
	display: flex;

	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-time2{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */


	/* шрифт */

	color: #1C0C00;
	margin-left: 40px;
}
.header-time2 span{
	font-weight: 700;
	display: block;
}
.ft-i:nth-child(3){

}
.ft-i:nth-child(2){
	display: flex;
	align-items: center;
}
.ft-i:nth-child(1){
	display: flex;
	align-items: center;
}
.ft-soc{
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	grid-template-rows: 1fr 1fr; 
	gap: 8px 8px; 
	grid-template-areas: 
	". . ."
	". . ."; 

	margin-bottom: 0;
}
.foot-line1  {
	padding-top: 60px;
	padding-bottom: 40px;
	background: #F8F8F8;
}
.foot-line2-in {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	/*padding-top: 12px;*/
	/*padding-bottom: 12px;*/
	padding-bottom: 40px;
	padding-top: 20px;
}
.unp{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	line-height: 32px;
	color: #000;
}
.contacts-t2{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4px;
	line-height: 32px;
	color: #533bab;
}
.razrab{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.razrab span{
	color: #67C204;
	font-weight: bold;
}
.razrab:hover{
	color: #67C204;
}
.razrab img{
	height: 40px;
}
.page-title, .entry-title{
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	/* or 125% */

	text-align: center;

	/* шрифт */

	color: #1C0C00;
	margin: 0 auto;

	margin-bottom: 56px;

	max-width: 780px;

}
.post-type-archive .mtwo-in {
	gap: 16px;
}
.slider-paging-number{
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
	text-align: center;
	margin: 0;
}
.slider-paging-number li{
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}
.slider-paging-number li button{
	padding: 0;
	font-size: 0;
	background: rgba(255, 255, 255, 0.2);
	height: 8px;
	width: 8px;
	border: 0;
	border-radius: 100px;
	cursor: pointer;
}
.slider-paging-number li.slick-active button{
	background: #FCA746;
	width: 12px;
	height: 12px;
}
.mfive .slick-nav{
	text-align: center;
	padding-top: 20px;
}
.mfive .slick-nav li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;

	opacity: 0.5;
}
.mfive .slick-nav li button{
	width: 180px;
	height: 80px;

	padding: 0;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	overflow: hidden;

}
.mfive .slick-nav li button span{
	display: block;
	height: 100%;
	width: 100%;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
.mfive .slick-nav li.slick-active{
	opacity: 1;
}
.mseven  .slick-slider ,
.mfive   .slick-slider
{
	margin: 0 -10px;
}
.mseven .slick-slide,
.mfive  .slick-slide{
	margin-right: 10px;
	margin-left: 10px;
}
.mseven  .slick-list,
.mfive  .slick-list
{
	overflow: visible;
}
.mseven .slider-paging-number{
	position: static;
	margin-top: 30px;
}
.mseven .slider-paging-number li button{
	background: rgba(30, 30, 30, 0.1);
}
.mseven .slider-paging-number li.slick-active button{
	background: #FCA746;
	width: 12px;
	height: 12px;
}
.mfive  .slick-slide.slick-current{
	opacity: 1;
}
.mfive  .slick-slide{
	opacity: 0.6;
}
.up_l{
	position: absolute;
	top: -186px;
	z-index: 2;
	left: -232px;
}
.down_r{
	position: absolute;
	right: -190px;
	bottom: -174px;
	z-index: 3;
}
.mthree .container{
	position: relative;

}
.mseven-wr{
	gap: 10px;
	flex-wrap: wrap;
	display: flex;
}
.mfive-i__text{
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* min-height: 61px; */
	margin-bottom: 1.5em;
}
.mfive-i__text p{
	margin-bottom: 0;
	margin-top: 0;
}
/*=======================================*/
.page-id-74 .mone-i{
	background-position-x: right;
}












/***************************************************calculator***********************************************/
.round {
	display: inline-block;
	vertical-align: top;
	background: #FFF;
	border-radius: 12px;
	overflow: hidden;
	border:1px solid #fff;
	width: 183px;
	gap: 21px;
	z-index:99;
}
.round:hover {
	border:1px solid #FCAA48;
}

.grid-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: stretch;
}
.round span.image {
	display: block;
	height: auto;
	overflow: hidden;
	border-radius: 12px;
	padding: 0;
}

.round span {
	height: auto;
	display: flex;
	color: #1C0C00;
	padding: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.round span.text{
	height: 55px;	
	font-family: Nunito;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	align-items: center;
	text-align: center;padding-top: 0px;
	display:flex;
}

.round span.checkbox{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -10px;
}


.round span.checkbox label {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 24px;
	left: -4px;
	position: absolute;
	top: 0;
	width: 24px;
}

.round span.checkbox label:after {
	border: 2px solid #F6F7FF;
	border-top: none;
	border-right: none;
	content: "";
	height: 5px;
	left: 6px;
	opacity: 0;
	position: absolute;
	top: 6px;
	transform: rotate(-45deg);
	width: 10px;
}

.round span.checkbox input[type="checkbox"] {
	visibility: hidden;
}

.round span.checkbox input[type="checkbox"]:checked + label {
	background-color: #FCAA48;
	border-color: #F6F7FF;
}

.round span.checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
}
form#myform{
	margin-bottom:50px;
}
.select {
	display: block;
	margin:0px auto 15px;
	width: 80%;
	padding: .375rem .75rem;
	color: #495057;
	border:1px solid #f3f3f3;
	background-color: #F8F8F8;
	background-clip: padding-box;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.br{
	margin-top:30px;
}
/***************************************************calculator***********************************************/


















@media screen and (min-width: 1200px) { 
	.postid-251 .mone-i{
		background-position-x: right;
	}


} 
#breadcrumbs{
	text-align: center;
	/*margin-top: 24px;*/
	/*margin-top: 8px;*/
	padding-top: 8px;
	margin-bottom: 30px;
	/*margin-bottom: 56px;*/

	z-index: 10;
}

#breadcrumbs span{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height, or 114% */


	color: #A2A2A2;


}

#breadcrumbs a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height, or 114% */

	color: #A2A2A2;

}

.page-template-page-usluga #breadcrumbs{
	margin-bottom: 0;

	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}
.single-personazh #breadcrumbs{
	margin-bottom: 0;

	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}

.single-personazh  #breadcrumbs span.breadcrumb_last,
.page-template-page-usluga #breadcrumbs span.breadcrumb_last 
{
	color: #fff;	
}

















		/*=========================


		/*=========================*/
		@media screen and (max-width: 1920px) { 

		} 
		@media screen and (max-width: 1600px) { 
			.container, #primary, .archive.woocommerce-page .mag-wr {
				/*max-width: 1170px;*/
				/*max-width: 1440px;*/
			}

			.pone-i, .mone-i{
				height: 520px;
			}
		} 


		@media screen and (max-width: 1440px) { 
			.container, #primary, .archive.woocommerce-page .mag-wr {
				/*max-width: 1170px;*/
				/*max-width: 1200px;*/
			}
			.pone-i, .mone-i{
				height: 470px;
			}



		} 

		@media screen and (max-width: 1280px) { 
			.container, #primary, .archive.woocommerce-page .mag-wr {
				/*max-width: 1170px;*/
				max-width: 1200px;
			}
			.mone-l1{
				font-size: 50px;
				line-height: 1.2;
			}
			.title-v1{
				font-size: 32px;
				line-height: 1.2;
				margin-bottom: 30px;
			}
			.mtwo-i.pers-i {
				width: 32%;
			} 
			#primary{
				overflow: hidden;
			}
		} 
		@media screen and (max-width: 1100px) { 


		} 
		@media screen and (max-width: 1040px) { 

		} 

		@media screen and (max-width: 992px) {
			#masthead {
				height: 92px;
			} 
			.header-text{
				display: none;
			}
			.mob-btn {
				height: 28px;
				/* line-height: 0; */
				/* letter-spacing: 0.14em; */
				/* text-transform: uppercase; */
				/* color: #333333; */
				transition: all .3s ease;
				text-decoration: none;
				padding-right: 50px;
				cursor: pointer;
				position: relative; 
				display: block;
				/* background: #FEBB36; */
				/*position: absolute;*/
				/*right: 15px;*/
				/*top: 16px;*/
				margin-left: 20px;
			}
			.mob-btn span {
				font-style: normal;
				font-weight: normal;
				font-size: 16px;
				line-height: 24px;
				color: #2E333D;
			}
			.home .mob-btn span{
				/*color: #fff;*/
			}
			#site-navigation.change {
				left: 0;
			}
			#primary-menu {
				-webkit-flex-direction: column;
				-moz-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			.mob-btn-in{
				position: absolute;
				right: 5px;
				top: 12px;
				/*width: 28px;*/
				width: 16px;
				height: 2px;
				background: #2E333D;

				transition: all 0.3s ease;
			}
			.mob-btn-in:after{
				content: "";
				position: absolute;
				display: block;
				right: 0;
				height: 2px;
				background: #2E333D;
				/*width: 16px;*/
				width: 28px;
				bottom: -8px;
				transition: all .3s ease;



				animation-duration: .5s;
				animation-delay: .15s;
			}
			.mob-btn-in:before {
				position: absolute;
				display: block;
				right: 0;
				width: 28px;
				height: 2px;
				background: #2E333D;
				/* width: 16px; */
				content: "";
				top: -8px;
				transition: all .3s ease;

				animation-duration: .5s;
				animation-delay: 0s;
			}
			.mob-btn.change .mob-btn-in:before {
				top: 0;
				-webkit-transform: rotate(
					45deg
					);
				-ms-transform: rotate(45deg);
				transform: rotate(
					45deg
					);
				background: #e31e24;
			}
			.mob-btn.change .mob-btn-in:after {
				bottom: 0;
				-webkit-transform: rotate(
					-45deg
					);
				-ms-transform: rotate(-45deg);
				transform: rotate(
					-45deg
					);
				background: #e31e24;
			}
			.mob-btn.change .mob-btn-in {
				background: 0 0;
			}

			#site-navigation{
				position: fixed;
				width: 50%;
				left: -90%;
				height: 100%;
				/* top: 0px; */
				top: 0;
				z-index: 99;
				padding-top: 72px;
				background: #ffffff;
				margin-left: 0;
				margin-right: 0;
				transition: all 1s ease;
				box-shadow: 3px 7px 4px rgb(0 0 0 / 20%);
				padding-left: 10%;
			}
			.main-navigation a{
				color: #000  !important;
			}
			.main-navigation ul ul{
				position: static;
				width: auto;
				box-shadow: none;
			}
			.main-navigation ul ul a{
				font-size: 15px;
				padding-top: 6px;
				padding-bottom: 6px;

			}
			.main-navigation ul ul li{
				border-top: 0;
				border-bottom: 1px solid #646464;
			}

			.mone-i__title{
				font-size: 32px;
				line-height: 1.2;
				max-width: 50%;

			}
			.title-v1{
				font-size: 25px;
			}
			.pone-i , .mone-i{
				height: 400px;
			}
			.header-btn {
				margin-left: 20px;
			}
			.slider-paging-number {
				position: absolute;
				left: 0;
				bottom: 30px;
				width: 100%;
				text-align: center;
				margin: 0;
			}
			.mone-i__video{
				padding: 8px;
			}
			.mfour-l__phone{
				width: 50px;
				display: block;
			}
		}


		@media screen and (max-width: 768px) { 
			.header-soc{
				display: none;
			}
			.mob-btn span{
				display: none;
			}
			.mob-btn{
				margin-left: 0;
			}
			.mfive-i__l, .mfive-i__r{
				width: 100%;
			}
			.mfive-i{
				display: block !important;
			}
			.msix-in {
				display: flex;
				flex-direction: column-reverse;
			}
			.msix-r{
				width: 100%;
			}
			.msix-l{
				width: 100%;
			}
			.msix-l img{
				position: static;
			}
			.foot-line1-in{
				flex-wrap: wrap;
				gap: 20px;
				align-items: center;
				justify-content: space-around;
			}
			.foot-line2-in{
				flex-direction: column;
				align-items: center;
			}
		} 

		@media screen and (max-width: 568px) { 

			.mone-l1{
				font-size: 25px;
			}

			.art-st {
				width: 100%;
				margin-right: 0;
			}
			.sect{
				padding-top: 40px;
				padding-bottom: 40px;
			}

			#site-navigation{
				width: 81%;
				padding-left: 0;
			}
			.main-navigation a{
				font-size: 16px;


				padding: 14px;
			}
			.entry-title, .woocommerce-products-header__title{
				font-size: 25px;
				line-height: 1.4;
			}
			.header-btn{
				display: none;
			}
			.mone-i__title{
				max-width: 90%;
			}
			.mone-i__title{
				font-size: 20px;
			}
			.pone-i, .mone-i {
				height: 290px;
			}
			.title-v1, .title-v2, .mfive-i__title,
			.msix-r h1, .msix-r h2, .msix-r h3 {
				font-size: 20px;
				margin-bottom: 20px;
				line-height: 1.2;
			}
			.page-title, .entry-title{
				font-size: 25px;
				margin-bottom: 20px;
				line-height: 1.2;
			}
			.mtwo-in {
				gap: 2%;
			}
			.mtwo-i{
				width: 49%;
				height: auto;
				margin-bottom: 6px;
			}
			.mtwo-i span.mtwo-i__img-wr{
				height: auto;
			}
			.mtwo-i span{
				font-size: 15px;
				line-height: 1.2;
				height: 72px;
				padding: 10px;
			}
			.mfour-in__border{
				padding: 20px;
			}
			.mfour__tel{
				font-size: 23px;
				line-height: 1.4;
			}
			.mfour .title-v1 {
				max-width: 620px;
				margin-bottom: 20px;
			}
			.mfive-i__l {
				padding: 26px 28px;

			}
			.mfive .slick-nav .slick-dots{
				margin-left: 0;
			}
			.mfive .slick-nav li {
				margin-left: 3px;
				margin-right: 3px;
			}
			.mfive .slick-nav li button {
				width: 120px;
				height: 60px;

			}
			.msix-l img {

				max-width: 100%;
			}
			.msix-r {

				padding-bottom: 20px;
			}
			.header-time2{
				margin-left: 0;
				margin-top: 10px;
			}
			.ft-i:nth-child(2) {
				display: block;

			}
			.msix {
				padding-bottom: 0;
			}
			.header-zv1{
				font-size: 17px;
				line-height: 1.2;
			}
			.topmen .header-l1{
				padding: 0;
			}
			#masthead{
				height: 92px;
			}
			.mtwo-i.pers-i {
				width: 47%;
			}
			#site-navigation{
				padding-top: 120px;
			}
			.page-template-page-usluga .mone-i__title{
				margin-bottom: 10px;
			}
			.mone-i__video {

				margin-bottom: 4px;
			}
			.mfour-in {
				
				padding: 10px;

			}
			.mtwo-in br{
				display: none;
			}
			.down_pls img{
				vertical-align: bottom;
			}
			.up_pls img{
				vertical-align: top;
			}
		} 


		@media screen and (max-width: 480px) {
			.pone-i, .mone-i{
				background-image: url(assets/image/mob1.jpg) !important;
			}
			.page-id-563 .mone-i{
				background-image: url(/wp-content/uploads/2022/02/frame-526.jpg) !important;
				background-position-x: right;
			}
			.page-id-645 .mone-i{
				background-image: url(/wp-content/uploads/2022/08/frame-532.jpg) !important;
				background-position-x: right;
			}

		}

		@media screen and (max-width: 340px) { 



		}
	}

