/*
Theme Name: Abedul
Theme URI: http://ebyb.eu/themes/abedul
Author: acalfieri
Author URI: http://ebyb.eu
Description: Abedul is my second WordPress theme, written with publications in mind and love for simple code. It was designed to be fully responsive by taking the mobile-first approach. It features the full range of post formats, three menu locations, four page templates, two sidebar widget areas, three footer widget areas and two custom widgets for inserting content in the sidebars.
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, news, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: abedul

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 *   6.3 - Social Links
 *   6.4 - Post Navigation
 *   6.5 - Blog Pagination
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

.small-caps{
font-variant: small-caps;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
	padding: 0.3em;
	border: 1px solid #ddd;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

select option {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.667em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #2D3640;
	font-family: 'Inter', Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.667;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	font-family: 'Inter', Helvetica, sans-serif;
}

h1 {
	font-size: 1.728em;
	margin: 0 0 0.3596em;
}

h2 {
	font-size: 1.728em;
	margin: 0.3596em 0;
}

h3 {
	font-size: 1.44em;
	margin: 0.339em 0;
}

h4 {
	font-size: 1.2em;
	margin: 0.720em 0;
}

h5 {
	font-size: 1em;
	margin: 0.898em 0;
}

h6 {
	font-size: 0.833em;
	margin: 0.898em 0;
}

p {
	margin: 0 0 1.1em;
}

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

blockquote {
	border: 0 solid #333;
	border-left-width: 4px;
	color: #585858;
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 1.5em;
	padding: 0 0 0 1.078667em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.5em;
}

blockquote cite,
blockquote small {
	color: #333;
	display: block;
	font-size: 0.875em;
	line-height: 1.5;
	margin: 0.539em 0 0;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.667em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #ccc;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	margin: 0 0 1.667em;
	max-width: 100%;
	overflow: auto;
	padding: 1.667em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #ccc;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #206474;
	color: #fafafa;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

ul,
ol {
	margin: 0 0 1.667em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.667em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.667em;
}

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

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #ccc;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.667em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #585858;
	font-family: 'Inter', Helvetica, sans-serif;
}

:-moz-placeholder {
	color: #585858;
	font-family: 'Inter', Helvetica, sans-serif;
}

::-moz-placeholder {
	color: #585858;
	font-family: 'Inter', Helvetica, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #585858;
	font-family: 'Inter', Helvetica, sans-serif;
}

/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #FF5C35;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-family: 'Inter', Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 0.875em 2em;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #990000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	background: #fff;
	border: 1px solid #5C5C5C;
	border-radius: 4px;
	color: #2D3640;
	padding: 12px 20px;
	width: 100%;
	font-family: 'Inter', Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	height: 41px;
}
textarea {
	height: 113px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: none !important;
}




.wpcf7 .wpcf7-list-item {
	display: block;
	margin: 0;
}
.wpcf7-acceptance label {
	position: relative;
	cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.wpcf7-acceptance input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 16px;
	width: 16px;
	top: 3px;
	left: -24px;
	border: 1px solid #FF5C35;
}
.wpcf7-acceptance input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 16px;
	width: 16px;
	top: 3px;
	left: -24px;
	visibility: hidden;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	line-height: 16px;
	color: #FF5C35;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
	background: transparent;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.wpcf7-list-item-label {
	margin-left: 24px;
	display: inline-block;
	position: relative;
}
span.down .wpcf7-form-control-wrap {
	position:relative;
}
span.down .wpcf7-form-control-wrap:before {
	content: "Выбрать файл";
	position: absolute;
	left: 0;
	color: #2D3640;
	width: 130px;
	height: 16px;
	cursor: pointer;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	text-decoration: underline;
	background: url(./img/down.svg) no-repeat 0 0;
}
span.down .wpcf7-form-control-wrap > input {
	opacity: 0;
}

.post-password-form {
	margin-bottom: 1.667em;
}

.post-password-form label {
	color: #585858;
	display: block;
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.07em;
	line-height: 1.618;
	margin-bottom: 1.667em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}
header .search-form {
   display: none;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit .genericon:before {
	font-size: 24px;
	left: 2px;
	line-height: 24px;
	position: relative;
	width: 42px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */
 
.rank-math-breadcrumb {
	margin: 32px 0 80px;
} 
.rank-math-breadcrumb p {
	margin: 0;
}

a {
	background-color: transparent;
	color: #206474;
	text-decoration: none;
}

a:hover, a:focus {
	color: #990000;
}

/**
 * 6.2 - Menus
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation ul ul {
	margin-left: 1rem;
}

.site-navigation a {
	display: block;
	color: #2D3640;
	font-size: 1em;
}

.site-navigation a:hover, .site-navigation a:focus {
	color: #FF5C35;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a { 
	color: #FF5C35;
}

.primary-navigation,
.secondary-navigation {
	font-family: Lato, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
}

.primary-navigation li,
.secondary-navigation li {    
	border-top: 1px solid #ddd;
	position: relative;
}

.primary-navigation a,
.secondary-navigation a {
	line-height: 1.3125;
	padding: 0.84375em 0;
}

.primary-navigation ul ul,
.secondary-navigation ul ul {
	background-color: #FF5C35;
	float: left;
	margin: 0;
	padding-left: 0 !important;  /* This is important to reset the padding */
	position: absolute;
	left: -999em;  /* -999 so it is not visible until hover. */
	z-index: 99999;	
}


.primary-navigation li li,
.secondary-navigation li li {
	display: block;
}

.primary-navigation ul ul ul,
.secondary-navigation ul ul ul {
	left: -999em;  /* -999 so it is not visible until hover. */
	top: 0;	
}

.primary-navigation ul ul a,
.secondary-navigation ul ul a {
	white-space: normal;
	min-width: 12em;
}

.primary-navigation .menu-item-has-children > a,
.primary-navigation .page-item-has-children > a {
	margin-right: 0;
	display: flex;
  	gap: 10px;
}

.menu-toggle:before, .menu-toggle:after {
}

.menu-toggle {
	cursor: pointer;
	display: flex;
	height: 2.7em;
	width: 2.7em;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 16px;
	z-index: 999;
	align-items: center;
	justify-content: center;
}

.menu-toggle,.menu-toggle:hover,.menu-toggle:focus,.menu-toggle:active {
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	border: 0;
	border-radius: 4px;
	color: transparent;
}
.menu-toggle:before {    
	color: #206474;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	padding: 10px;
	z-index: 99;
}
.menu-toggle .genericon {    
	color: #FF5C35;
	font-size: 22px;
}

/* Primary Navigation */

.primary-navigation.toggled-on,
.secondary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

#navigation {
	position: absolute;
	left: 0;
	top: -390px;
}

.toggled-on #navigation {
	display: block;
	width: 100%;
	top: 90px;
	background-color: #fafafa;
	z-index: 2;
	padding-bottom: 20px;
	transition:all .4s ease-in-out;
}

.toggled-on li {
	display: block;
	padding: 0 10px
}
.toggled-on .menu li a {  
	width: auto;
	display: inline-block;
	word-break: break-all;
}
.toggled-on #navigation #main-menu {
	margin-bottom: 20px;
}

#main-menu.toggled-on,.no-js #main-menu {
	display: block;
}

#navigation .head_info {
	display: none;
}

/**
 * 6.3 - Social Links
 */
#social-menu {
	margin: 0 auto;
}
#social-menu li {
	display: inline-block;
	margin: 0 0.5em;
}
#social-menu a {
	border-radius: 50%;
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}
#social-menu a:before {
	content: "\f415";
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	display: block;
}
#social-menu a:hover:before,#social-menu a:focus:before {
	color: #206474;
}
#social-menu a[href*="t.me"]:before {
	content: "";
	background: url(./img/ico_tg.svg) no-repeat center center;
}
#social-menu a[href*="wa.com"]:before {
	content: "";
	background: url(./img/ico_wa.svg) no-repeat center center;
}
#social-menu a[href^="mailto:"]:before {
	content: "\f410";
}

.head_top {
	display: none;
	padding: 20px 0;
	border-bottom: 0.5px solid #B7B7B7;
	justify-content: space-between;
}
.head_top_addr {
	display: flex;
	margin: 0 -16px;
}
.head_top_addr > div {
	padding: 0 16px;
	color: #5c5c5c;
}
.head_bottom {
	padding: 24px 60px 22px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -16px;
	position: relative;
}
.head_bottom > div {
	padding: 0 16px;
}
.head_info {
	display: flex;
	margin: 0 -17px;
	align-items: center;
}
.head_info > * {
	padding: 0 17px;
}
.head_info_tel div + div {
	line-height: 17px;
	margin-top: 4px;
}
div > a.hdtel {
	font-size: 18px;
	font-weight: 700;
	line-height: 21.78px;
	color: #33475B;
}
div > a.zvon {
	font-weight: 500;
	color: #FF5C35;
	margin-top: 4px;
}

.foot_addr {
	margin-top: 32px;
}
.foot_addr div + div {
	margin-top: 10px;
}
.foot_tel {
	margin-top: 32px;
}
.foot_tel div + div {
	line-height: 17px;
	margin-top: 4px;
}
.footer-widget #social {
	margin: 20px -7px 0;
	text-align: left;
}


/**
 * 7.0 Accessibility
 */

/**
 * 9.0 - Clearings
 */

.post:before,
.post:after,
.post-thumbnail:before,
.post-thumbnail:after,
header:before,
header:after,
footer:before,
footer:after,
main:before,
main:after,
section:before,
section:after,
article:before,
article:after,
aside:before,
aside:after,
.entry-meta:before,
.entry-meta:after,
.sidebars:before,
.sidebars:after,
.author-bio:before,
.author-bio:after,
.contributor:before,
.contributor:after,
.main-content:before,
.main-content:after,
.main-content-full:before,
.main-content-full:after,
#footer-widget-area:before,
#footer-widget-area:after {
	content: "";
	display: block;
}

.post:after,
.post-thumbnail:after,
header:after,
footer:after,
main:after,
section:after,
article:after,
aside:after,
.entry-meta:after,
.sidebars:after,
.contributor:after,
.author-bio:after,
.main-content:after,
.main-content-full:after,
#footer-widget-area:after {
	clear: both;
}

/**
 * 10.0 - Widgets
 */

 /* Calendar Widget */

.widget-area a {
	color: #206474;
	text-decoration: none;
}

.widget-area a:hover,
.widget-area a:focus {
	color: #990000;
}

/* ------------------ Mobile First, Content ------------------------- */

/**
 * 11.0 - Content
 */

html, body {
	height:100%;
	margin: 0 auto;
	font-size: 14px;
}

#container { 
	position: relative;
	height: auto;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 40px;
	padding-right: 40px;
}
.main-content, .main-content-full { 
	width: 100%;
	margin: auto;
}
.inner {    
	width: 88%;
	margin: 0 auto;
}

/**
* 11.1 - Header
*/

/*---- Formatting of the logo part -----*/
#site-identity {
	margin: 0;
	display: flex;
	align-items: center;
}
a.home-link {   
	text-decoration: none;
}
#site-identity img {
	display: block;
}

/* -------Special sections -------------*/


/**
 * 11.5 - Sidebar
 */
	
.sidebar {
	font-size: 1em;
}

/**
 * 11.6 - Footer
 */

#footer-widget-area {
	background-color: #fff;
	color:#5C5C5C;
	font-size: 1em;
	padding: 10px 0;
	border-top: 1px solid #D8D8D8;
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}

#footer-widget-area .widget-title a {
	color: #2D3640;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.36px;
}
#first-footer-widget {
	width: 25%;
	display: block;
	padding: 14px 16px 14px 0;
}
#second-footer-widget {
	width: 75%;
}
#second-footer-widget h2 {
	font-family: Inter;
	font-size: 1.143em;
	font-weight: 700;
	line-height: 1.25em;
	margin: 0 0 0.5em;
}
#second-footer-widget ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px -7px;
}
#second-footer-widget ul li {
	padding: 7px;
	display: block;
}
#second-footer-widget ul li a {
	color: #5C5C5C;
	font-size: 1em;
	font-weight: 500;
	line-height: 1em;
}
#second-footer-widget ul li a:hover {
	color: #5C5C5C;
}

.footer-widget .widget {
	padding: 1em 0;
	width: 100%;
}


.archive-header, .page-header {
	margin: 0 auto 1em;
}

.error404 .page-header {
	margin-bottom: 24px;
}

/**
 * 12.0 - Media
 */

.entry-content a img,.entry-summary a img,.comment-content a img,.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,iframe,object,video {
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,p > iframe,p > object,p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,.wp-video,.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.667em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.667em;
	max-width: 100%;
}

.blog .wp-caption {
	margin-bottom: 1em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #585858;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.618;
	padding-top: 0.539em;
}

/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.667em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #585858;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.618;
	padding-top: 0.539em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.wp-block-gallery {
	margin: 0;
}

.wp-block-audio audio {
	min-width: initial;
}

.wp-block-image img {
	width: 100%;
	max-width: 100%;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #f2f2e8;
}

/*-------------------------------------------------------*/
/*--------------------- MEDIA QUERIES -------------------*/
/*-------------------------------------------------------*/

@media (min-width: 1200px) {
	.head_top {
		display: flex;
	}
	.head_bottom {
		padding-right: 0;
	}
	h1 {
		font-size: 2.074em;
		margin: 0 0 0.3596em;
	}
	h2 {
		font-size: 1.728em;
		margin: 0 0 0.2em;
	}
	h3 {
		font-size: 1.44em;
		margin: 0 0 0.6780em;
	}
	h4 {
		font-size: 1.2em;
		margin: 0 0 0.720em;
	}
	h5 {
		font-size: 1em;
		margin: 0 0 0.898em;
	}
	h6 {
		font-size: 0.833em;
		margin: 0 0 0.898em;
	}

	.menu-toggle {
		display: none;
	}
	#navigation {
		display: block;
		position: initial;
	}
	.site-navigation a {
		color: #5C5C5C;
	}
	.primary-navigation .menu {
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		border: 0px solid black;
	}
	.secondary-navigation .menu {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -17px 0 0;
	}
	.primary-navigation li, .secondary-navigation li {
		border: 0;
		display: inline-block;
	}
	.primary-navigation a {
		font-size: 1.143em;
		font-weight: 700;
		line-height: 1.21;
		padding: 15px 22px;
    	border-radius: 4px;
		transition: all 0.3s ease;
	}
	#primary-menu > .menu-item-has-children > a > span {
		order: -1;
		position: relative;
		top: 8px;
	}
	.primary-navigation .menu-item-has-children > a, .primary-navigation .page-item-has-children > a {
	  	justify-content: space-between;
	}
	.sub-menu > .menu-item-has-children > a > span {
		position: relative;
		right: -15px;
		transform: rotate(-90deg);
	}
	.primary-navigation li.menu-item-has-children > a {
		border-radius: 4px 4px 0 0;
	}
	.primary-navigation li:hover > a, .primary-navigation li.focus > a {
		color: #fff;
		background: #FF5C35;
	}
	.primary-navigation li.menu-item-has-children:hover > ul {
		left: 0;
		width: 230px;
	  	border-radius: 0 4px;
	}
	.sub-menu li.menu-item-has-children:hover > ul {
		left: 230px;
	}
	.primary-navigation ul ul a, .secondary-navigation ul ul a {
	  	padding: 8px 16px;
	  	color: #fff;
	}
	.sub-menu li:hover > a, .sub-menu li.focus > a {
		color: #fff;
		background: #2D3640;
	}

	.primary-navigation li,.secondary-navigation li {
		display: inline-block;
		width: auto;
		margin: auto;
		padding: 0 12px;
		padding: 0;
		text-align: left;
	}
	.secondary-navigation a {
		color: #5C5C5C;
		font-weight: 500;
		line-height: 1.21;
		padding: 5px 5px;
		width: auto;
		overflow: visible;     
	}
	.secondary-navigation a:hover,.secondary-navigation a:focus {
		color: #FF5C35;
	}


	/**
	 * 11.0 - Content
	 */

	html, body { 
		height: auto;
		margin: 0 auto;
	}
		
	#container {
		margin: 0 auto;
	}
		
	#main {
		display: flex;
	}
	.main-content { 
		width: 100%;
		margin: 0;
		padding: 5.75em 0 0 0;
		font-size: 1em;
	}

	.no-sidebar .main-content,.main-content-full {
		padding: 0;
	}

}


h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 48.41px;
	margin: 0 0 32px;
}
h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 38.73px;
	margin: 0 0 28px;
}


.flagmat {
	display: flex;
	margin: 0 0 80px;
}
.list_mat {
	width: 203px;
	margin-right: 63px;
}
.list_mat + .post {
	width: calc(100% - 266px);
}
.list_mat div + div {
	margin-top: 16px;
}
.list_mat a {
	border: 1px solid #5c5c5c;
	border-radius: 22px;
	padding: 12px 26px;
	display: inline-block;
	color: #5c5c5c;
}
.list_mat a:hover, .list_mat a.active {
	color: #ff5c35;
}
.list_mat > div:nth-child(n+10) {
	display: none;
}
.list_mat.is-active > div:nth-child(n+10) {
	display: block;
}

.mat_serii + .mat_serii {
	margin-top: 28px;
}
.mat_serii h3 {
	color: #2D3640;
	font-size: 24px;
	font-weight: 500;
	line-height: 29.05px;
	text-decoration: underline;
	margin: 0 0 10px;
}
.mat_serii_flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.mat_serii_img {
	width: 185px;
	padding: 8px;
	position: relative;
}
.mat_serii_img img {
	display: block;
	width: 100%;
}
.mat_serii_img div {
	position: absolute;
	left: 12px;
	bottom: 12px;
	right: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.36px;
}
.mat_serii_catimg {
	position: relative;
}
.mat_serii_catimg  div {
	position: absolute;
	left: 12px;
	bottom: 12px;
	right: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.36px;
}

.izdel_flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.izdel_item {
	width: 33.3333%;
	padding: 8px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.izdel_item_text {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #D8D8D8;
	padding: 20px;
}
.izdel_item_text > a {
	font-size: 16px;
	font-weight: 600;
	line-height: 21.6px;
	display: block;
	color: #2D3640;
	margin-bottom: 18px;
}
.izdel_item_info {
	margin-bottom: 20px;
	color: #2D3640;
}
a.matlink {
	color: #2D3640;
	text-decoration: underline;
}
a.matlink:hover {
	color: #2D3640;
	text-decoration: none;
}
.izdel_item_info span {
	color: #5C5C5C;
	margin-right: 5px;
}
.izdel_item_block_price {
	margin-bottom: 28px;
}
.izdel_item_price {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	color: #2D3640;
	margin-top: 6px;
	display: flex;
}
.izdel_newprice {
	color: #FF5C35;
	margin-right: 14px;
}
.izdel_oldprice {
	text-decoration: line-through;
	font-size: 14px;
}
.izdel_item_btn {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.izdel_item_btn a {
	margin: 0 8px;
}
.btn {
	padding: 12px 30px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	line-height: 20px;
	font-size: 16px;
	font-weight: 600;
	transition:all .4s ease-in-out;
}
.btn-fill {
	border-color: #F0F0F0;
	background: #F0F0F0;
	color: #2D3640;
}
.btn-fill:hover {
	background: #fff;
	color: #2D3640;
}
.btn-bord {
	border-color: #FF5C35;
	background: #fff;
	color: #FF5C35;
}
.btn-bord:hover {
	background: #FF5C35;
	color: #fff;
}
.btn-red {
	border-color: #FF5C35;
	background: #FF5C35;
	color: #fff;
}
.btn-red:hover {
	background: #fff;
	color: #FF5C35;
}
.owl-nav button {
	background: none !important;
	width: 41px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	color: #fff !important;
	z-index: 1;
}
.owl-nav span {
	background: #2D364099 !important;
	width: 41px;
	height: 41px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	z-index: 2;
}
.owl-nav button:before {
	content: "";
	width: 75px;
	height: 100%;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}
.owl-nav .owl-next:before {
	right: 0;
	left: auto;
	background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.owl-nav .owl-prev {
	left: 0;
}
.owl-nav .owl-next {
	right: 0;
}
.owl-nav .disabled {
	opacity: 0;
	visibility: hidden;
}
.owl-carousel {
	padding-right: 81px;
}
.owl-carousel .owl-stage-outer {
	padding-right: 81px;
	margin-right: -81px;
}
.cat_material section {
	margin-top: 28px;
}
.owl-dots {
	display: none;
	justify-content: center;
}
.owl-carousel .owl-dot {
	width: 18px;
	height: 5px;
	border-radius: 4px;
	background: #fff;
	margin: 0 4px;
	transition: all 0.5s;
}
.owl-carousel .owl-dot.active, .owl-carousel .owl-dot:hover {
	width: 54px;
	background: #29292D;
}
.title_matcat {
	font-size: 24px;
	font-weight: 500;
	line-height: 29.05px;
	text-decoration: underline;
	margin-bottom: 18px;
}
.title_matcat a {
	color: #2D3640;
}
.izdel_cat {
	display: flex;
	flex-wrap: wrap;
	margin: -8px;
}
.izdel_cat_item {
	width: 25%;
	padding: 8px;
}
.izdel_cat_item_fl {
	width: 50%;
}
.izdel_cat_wrap {
	position: relative;
	height: 169px;
	width: 100%;
	overflow: hidden;
}
.izdel_cat_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .4s ease-in-out;
}
.izdel_cat_wrap:hover img {
	transform: scale(1.1);
}
.izdel_cat_wrap a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.izdel_cat_inf {
	position: absolute;
	top: 0;
	left: 0;
	width: 161px;
	height: 100%;
	background: url(./img/izdel_cat_inf.png) no-repeat 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 12px;
	font-weight: 500;
	line-height: 14.52px;
	color: #fff;
	padding: 12px;
	z-index: 1;
}
.izdel_cat_inf div {
	font-size: 16px;
	font-weight: 700;
	line-height: 19.36px;
	margin-bottom: 8px;
}
.cat_sort {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	color: #2D3640;
	line-height: 21px;
	margin-bottom: 10px;
}
.cat_sort span {
	margin-right: 18px;
}
.cat_sort a {
	color: #5C5C5C;
	margin-left: 14px;
}
.cat_sort a:hover, .cat_sort a.selected {
	color: #FF5C35;
}
.tovar_zag {
	margin-top: 80px;
}

.section {
	padding-top: 70px;
}
.about {
	display: flex;
	margin: 0 -16px;
}
.about_text {
	padding: 0 16px;
}
.about_flex {
	width: 756px;
	min-width: 756px;
	display: flex;
	margin: 0 -8px;
	padding: 0 16px;
	align-items: flex-start;
}
.about_flex_osob {
	position: relative;
	padding: 8px;
	width: 25%;
}
.about_flex_osob:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	right: 8px;
	bottom: 8px;
	background: #2D364099;
	border: 3px solid #FF5C35;
	border-radius: 4px;
	z-index: 1;
}
.about_flex_osob div {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	font-size: 14px;
	font-weight: 600;
	line-height: 18.9px;
	color: #fff;
}
.about_flex_osob img {
	display: block;
	border-radius: 4px;
}
.slid_mat_item {
	box-shadow: 0px 4px 40px 0px #0000001A inset;
	background: #F0F0F0;
	border-radius: 4px;
	padding: 24px 12px 12px;
	height: 169px;
	position: relative;
}
.slid_mat_item a {
	display: block;
	height: 100%;
}
.slid_mat_item img {
	display: block;
}
.slid_mat_item span {
	display: block;
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.36px;
	color: #2D3640;
}

body.page-id-35 .entry-header {
	margin-bottom: -48px;
}
body.page-id-35 .entry-header h1 {
	margin: 0;
}
.cont_header {
	margin-bottom: -48px;
}
.section_bal {
	padding-top: 70px;
}
.map_bal {
	position: absolute;
	bottom: 20px;
	left: 36px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.map_bal_img img {
	display: block;
	width: 100%;
}
.map_bal_txt {
	padding: 20px;
	color: #2D3640;
}
.map_bal_txt b {
	display: block;
	margin-bottom: 18px;
}
.map_bal_txt span {
	color: #5C5C5C;
}

.formblock p {
	margin: 0;
}
.formblock br {
	display: none;
}
.formblock .wpcf7-form-control-wrap {
	display: block;
	margin-top: 16px;
}

.with_side {
	display: flex;
	margin: 0 -16px;
}
.col8 {
	width: 65.8%;
	padding: 0 16px;
}
.col4 {
	width: 34.4%;
	padding: 0 16px;
}

.material_items {
	color: #5C5C5C;
	border: none;
}
.mattabl_shap th {
	background: #F0F0F0;
}
.mattabl_shap th {
	font-weight: 600;
	padding: 12px 20px;
	border: 0;
}
.mattabl_shap th a {
	color: #5C5C5C;
	text-decoration: underline;
}
.mattabl_shap + tr td {
	border: 0;
}
.material_items td {
	font-weight: 400;
	padding: 12px 20px;
}
.material_items td {
	border: 0;
	border-top: 0.5px solid #B7B7B7;
}
.material_items tr:last-child td {
	border-bottom: 0.5px solid #B7B7B7;
}
.side_item {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.side_item img {
	display: block;
}
.side_item + .side_item {
	margin-top: 16px;
}
.side_item a {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 246px;
	text-align: center;
}

.pay_sect {
	width: 100%;
}
.pay_sect .with_side {
	margin-top: 36px;
}
.pay_sect h3 {
	text-decoration: underline;
	font-size: 24px;
	font-weight: 500;
	line-height: 29.05px;
}
.pay_galimg {
	box-shadow: 0px 4px 40px 0px #2D36401A inset;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 169px;
	border-radius: 4px;
	padding-bottom: 30px;
	background: #F0F0F0;
	position: relative;
}
.pay_galimg img {
	display: block;
}
.pay_galimg div {
	position: absolute;
	bottom: 12px;
	left: 12px;
	right: 12px;
	color: #2D3640;
	font-weight: 600;
}
.owl-carousel .owl-item .pay_galimg img {
	width: auto;
}
.shag_gal {
	margin-top: 13px;
}
.pay_gal2 .pay_galimg div {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
.list_mat_but {
	flex-wrap: wrap;
	display: flex;
	width: 100%;
	margin: 0 -8px 20px;
}
.list_mat_but > div {
	margin: 0 !important;
	padding: 8px;
}

.faq-item {
	border-radius: 4px;
	overflow: hidden;
}
.faq-item + .faq-item {
	margin-top: 14px;
}
.faq-header {
	padding: 12px 20px;
	background: #F0F0F0;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.faq-icon {
	width: 36px;
	min-width: 36px;
	order: 1;
	padding: 1px 0 1px 20px;
	height: 18px;
	display: flex;
	align-items: center;
}
.faq-icon-minus {
	display: none;
}
.faq.is-active .faq-icon-minus {
	display: block;
}
.faq.is-active .faq-icon-plus {
	display: none;
}
.faq-title {
	color: #5C5C5C;
	line-height: 18px;
	font-weight: 600;
}
.faq-text {
	display: none;
	padding: 20px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #D8D8D8;
}
.faq.is-active .faq-text {
	display: block;
}
.faq-text p:last-child {
	margin-bottom: 0;
}
.butfl {
	display: flex;
	margin-top: 32px;
}

.conf1 {
	display: flex;
	margin: 15px -8px 0;
}
.conf1 .wpcf7-list-item {
	padding: 0 8px;
}
.conf1 label {
	display: block;
}
.conf1 label input {
	opacity: 0;
	position: absolute;
	left: -50px;
}
.conf1 .wpcf7-list-item-label {
	line-height: 14px;
	display: block;
	margin: 0;
}
.conf1 .wpcf7-list-item-label:before {
	content: "";
	width: 88px;
	height: 88px;
	box-shadow: 0px 4px 40px 0px #2D36401A inset;
	border: 1px solid #2D3640;
	border-radius: 4px;
	display: block;
	margin-bottom: 14px;
}
.conf1 input:checked + .wpcf7-list-item-label {
	color: #FF5C35;
}
.conf1 input:checked + .wpcf7-list-item-label:before {
	border-color: #FF5C35;
}
.conf1 .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
	background: url(/wp-content/uploads/2024/06/pryamaya.png) no-repeat center center / 44px auto;
}
.conf1 .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
	background: url(/wp-content/uploads/2024/06/g-obraznaya.png) no-repeat center center / 75px auto;
}
.conf1 .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
	background: url(/wp-content/uploads/2024/06/p-obraznaya.png) no-repeat center center / 78px auto;
}
.calc_razmer {
	box-shadow: 0px 4px 40px 0px #2D36401A inset;
	background: #F0F0F0;
	border-radius: 4px;
	padding: 32px;
	display: flex;
	justify-content: space-between;
	min-height: 454px;
}
.calcblock p {
	margin: 0;
}
.calc_razmer_img {
	margin: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
}
.calc_razmer_img p {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.calc_razmer_img img {
	display: block;
	height: 100%;
	object-fit: contain;
}
.calc_razmer_polya {
	width: 233px;
}
.calcblock .calc_polya p {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}
.calc_polya b {
	width: 33px;
	min-width: 33px;
}
.calc_polya .wpcf7-form-control-wrap {
	display: block;
}
.calc_polya input {
	background: transparent;
}
.calc_price {
	margin-bottom: 117px;
}
.calc_price span {
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
	display: block;
	margin-bottom: 18px;
}
.calc_price b {
	font-size: 32px;
	font-weight: 700;
	line-height: 25px;
	color: #FF5C35;
	display: block;
}
.calc_sect {
	margin-bottom: 28px;
}
.calc_sect b, .calc_razmer_polya b {
	display: block;
	margin-bottom: 15px;
}
.calc_sect b + br {
	display: none;
}
.calc_vibr_block {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	width: 169px;
}
.calc_vibr_block.mat_serii_img {
	padding: 0;
}
.calc_vibr_block:before {
	content: "";
	position: absolute;
	background: #2D364099;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity 1s;
	z-index: 4;
}
.calc_vibr_block .btn-fill {
	opacity: 0;
	position: absolute;
	top: 61px;
	left: 17px;
	right: 17px;
	transition: opacity 1s;
	z-index: 5;
	height: auto;
}
.calc_vibr_block:hover:before {
	opacity: 1;
}
.calc_vibr_block:hover .btn-fill {
	opacity: 1;
}
.calc_flex {
	display: flex;
	margin: 32px -8px 0;
}
.calc_flex .calc_sect {
	margin-bottom: 0;
	padding: 0 8px;
}

.calc_check .wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
}
.calc_check .wpcf7-checkbox input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.calc_check .wpcf7-checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 16px;
	width: 16px;
	top: 3px;
	left: -24px;
	border: 1px solid #FF5C35;
}
.calc_check .wpcf7-checkbox input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 16px;
	width: 16px;
	top: 3px;
	left: -24px;
	visibility: hidden;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	line-height: 16px;
	color: #FF5C35;
}
.calc_check .wpcf7-checkbox input[type=checkbox]:checked + span:before {
	background: transparent;
}
.calc_check .wpcf7-checkbox input[type=checkbox]:checked + span:after {
	visibility: visible;
}

/*.megalink a {
	background: #FF5C35;
	width: 149px;
	height: 49px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
}
.megalink a:before {
	content: "";
	width: 21px;
	height: 21px;
	margin-right: 14px;
	background: url(./img/mega.svg) no-repeat  center center;
}
.megalink a.is-active:before {
	background: url(./img/close.svg) no-repeat  center center;
}*/
.head {
	position: relative;
	z-index: 5;
	background-color: #fdffff;
}
.mega {
	position: absolute;
	left: 0;
	top: -700px;
	width: 100%;
	z-index: 4;
	background: #fff;
	transition: all 0.5s;
}
.mega.is-active {
	top: 200px;
}
.tabs {
	display: flex;
}
.tabs__caption {
	list-style: none;
	width: 34.4%;
	padding: 32px 0;
	background: #F0F0F0;
	border-radius: 4px 4px 0 0;
	margin: 0;
}
.tabs__caption li {
	padding: 12px;
	position: relative;
	background: #F0F0F0;
	color: #2D3640;
	display: flex;
	justify-content: flex-end;
	transition: all 0.5s;
}
.tabs__caption li a {
	color: #2D3640 !important;
	font-weight: 600;
	line-height: 19px;
	width: 155px;
}
.tabs__caption li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	height: 100%;
	width: 3px;
	background: #F0F0F0;
	transition: all 0.5s;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__caption li:not(.active):hover {
	background: #fff;
}
.tabs__caption li:not(.active):hover:after {
	background: #FF5C35;
}
.tabs__caption .active {
	background: #FFF;
}
.tabs__caption .active:after {
	background: #FF5C35;
}
.tabs__content {
	display: none;
	width: 65.8%;
	background: #FFF;
	padding: 16px;
}
.tabs__content.active {
	display: flex;
	flex-wrap: wrap;
}
.param_col4 {
	width: 33.3333%;
	padding: 16px;
}
.param_col4 .param_izd {
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 4px;
}
.param_col4 .list_mat_but {
	margin: 0 0 16px;
}
.param_col4 .list_mat_but > div {
	margin: 10px 0 0 0 !important;
	padding: 0;
	width: 100%;
	line-height: 17px;
}
.param_col4 .list_mat a {
	border: none;
	padding: 0;
}
.param_col4_mat .list_mat_but > div:nth-child(n+10) {
	display: none;
}
.param_col4_mat .list_mat_but.is-active > div:nth-child(n+10) {
	display: block;
}
.morelst {
	color: #FF5C35 !important;
}

.carousel_ban.owl-carousel {
	padding-right: 0;
	height: 100%;
	margin-right: -16px;
	width: calc(100% + 16px);
}
.carousel_ban.owl-carousel .owl-stage-outer {
	padding-right: 0;
	margin-right: 0;
}
.carousel_ban.owl-carousel .owl-dots {
	display: flex;
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
	margin-top: 0;
}

.ban_block {
	border-radius: 4px;
	box-shadow: 0px 4px 40px 0px #2D36401A inset;
	background: #F0F0F0;
	position: relative;
	overflow: hidden;
}
.ban_block h1, .ban_block h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 38.73px;
	position: absolute;
	top: 54px;
	left: 36px;
	right: 36px;
	color: #2D3640;
	z-index: 2;
}
.ban_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .4s ease-in-out;
}
.ban_block_txt {
	position: absolute;
	bottom: 50px;
	left: 36px;
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	z-index: 2;
}
.ban_block_txt span {
	font-size: 21px;
	line-height: 1.2;
	color: #2D3640;
}
.ban_block:hover img {
	transform: scale(1.05);
}

.popmagn {
	position: relative;
	background: #FFF;
	padding: 32px;
	width: auto;
	max-width: 1189px;
	margin: 20px auto;
	max-height: 696px;
	overflow: auto;
}
.flex_kromka {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.flex_kromka .pay_galimg {
	width: 169px;
	margin: 8px;
}
.flex_mat {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.flex_mat .slid_mat_item {
	width: 169px;
	margin: 8px;
}
.alias_cvet {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.alias_cvet > div {
	margin: 8px;
}


@media (max-width: 1199px) {
	.megalink a {
		background: transparent;
		height: auto;
		color: #2D3640 !important;
	}
	.megalink a:before {
		display: none;
	}
	.rank-math-breadcrumb {
		margin: 10px 0 30px;
	}
	.section {
		padding-top: 40px;
	}
	h1 {
		font-size: 32px;
		line-height: 1.3;
		margin: 0 0 20px;
	}
	h2 {
		font-size: 24px;
		line-height: 1.3;
		margin: 0 0 20px;
	}
	.tovar_zag {
		margin-top: 30px;
	}
	.ban_block h2 {
		font-size: 24px;
		line-height: 1.3;
		top: 20px;
		left: 20px;
		right: 20px;
	}
	.btn {
		padding: 12px 15px;
		line-height: 18px;
		font-size: 13px;
	}
	.side_item a {
		bottom: 10px;
		left: 10px;
		width: 140px;
		padding: 12px 5px;
		line-height: 12px;
		font-size: 11px;
	}
	.about_flex {
		width: 378px;
		min-width: 378px;
		flex-wrap: wrap;
	}
	.about_flex_osob {
		width: 50%;
	}
	.izdel_item_text {
		padding: 10px;
	}
	.section_bal {
		padding-top: 40px;
	}
	.section_bal .with_side {
		flex-wrap: wrap;
	}
	.section_bal .col8 {
		width: 100%;
	}
	.map_bal {
		width: 250px;
	}
	.map_bal_txt {
		padding: 10px;
		font-size: 11px;
	}
	.map_bal_txt b {
		margin-bottom: 5px;
	}
	.section_bal .col4 {
		width: 100%;
		margin-top: 10px;
	}
	#first-footer-widget {
		width: 35%;
	}
	#second-footer-widget {
		width: 65%;
	}
	.title_matcat {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.flagmat {
		margin: 0 0 30px;
	}
	.list_mat {
		width: 203px;
		margin-right: 20px;
	}
	.list_mat + .post {
		width: calc(100% - 223px);
	}
	.list_mat_but {
		width: 100%;
		margin: 0 -8px 20px;
	}
	body.page-id-35 .entry-header {
		margin-bottom: 0;
	}
}
@media (max-width: 991px) {
	.flagmat {
		flex-wrap: wrap;
	}
	.list_mat {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -4px 20px;
	}
	.list_mat div {
		margin: 4px;
	}
	.list_mat div + div {
		margin-top: 4px;
	}
	.list_mat + .post {
		width: 100%;
	}
	.list_mat a {
		padding: 6px 18px;
	}
	.list_mat_but > div {
		padding: 4px;
	}
	.with_side {
		flex-wrap: wrap;
	}
	.col8, .col4 {
		width: 100%;
	}
	.side_flex {
		display: flex;
		margin: 0 -4px;
	}
	.side_item {
		width: calc(50% - 8px);
		margin: 0 4px !important;
	}
	.pay_sect .with_side {
		margin-top: 15px;
	}
	.izdel_item {
		width: 50%;
	}
	.carousel_ban.owl-carousel {
		margin-right: 0;
		width: 100%;
		margin-bottom: 8px;
	}
	#footer-widget-area {
		margin-top: 30px;
	}
	.calc_price {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	#container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.head_info {
		display: none;
	}
	#navigation .head_info {
		display: flex;
	}
	.izdel_cat {
		margin: -4px;
	}
	.izdel_cat_item {
		width: 50%;
		padding: 4px;
	}
	.izdel_cat_wrap {
		height: 139px;
	}
	.owl-carousel {
		padding-right: 0;
	}
	.owl-carousel .owl-stage-outer {
		padding-right: 0;
		margin-right: 0;
	}
	.owl-nav {
		display: none;
	}
	.owl-dots {
		display: flex;
		margin-top: 10px;
	}
	.owl-carousel .owl-dots .owl-dot.active {
		width: 30px;
		background: #29292D;
	}
	.owl-carousel .owl-dots .owl-dot {
		width: 10px;
		background: #f0f0f0;
		margin: 0 2px;
	}
	.about {
		flex-wrap: wrap;
		margin: 0;
	}
	.about_text {
		padding: 0;
	}
	.about_flex {
		width: 100%;
		min-width: 0;
		padding: 0;
	}
	.about_flex_osob div {
		font-size: 12px;
		line-height: 16px;
	}
	.izdel_item {
		width: 100%;
	}
	.map_bal {
		width: 100%;
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 20px;
	}
	#first-footer-widget {
		width: 100%;
	}
	#second-footer-widget {
		width: 100%;
	}
	.side_item img {
		height: 180px;
		object-fit: cover;
	}
	.ban_block {
		padding-top: 40px;
	}
	.ban_block h2 {
		font-size: 21px;
		top: 10px;
		left: 10px;
		right: 10px;
	}
	.calc_vibr_block {
		width: 169px;
	}
}
@media (max-width: 640px) {
	.calc_flex {
		display: block;
		margin: 32px 0 0;
	}
	.calc_flex .calc_sect {
		margin-bottom: 16px;
		padding: 0;
	}
	.calc_razmer {
		padding: 20px;
		flex-wrap: wrap;
	}
	.calc_razmer_img {
		margin: 0 auto 20px;
		width: 100%;
		height: 180px;
	}
	.calc_razmer_polya {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.mat_serii_flex {
		margin: 0 -4px;
	}
	.mat_serii_img {
		width: 50%;
		padding: 4px;
	}
	.section_bal iframe {
		height: 320px;
	}
	.mobcol {
		display: flex;
		flex-direction: column;
	}
	.calc_price {
		margin-bottom: 0;
		margin-top: 20px;
		order: 1;
	}
}














/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


.newtb li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
  	font-weight: 600;
  	line-height: 1.19;
  	text-align: center;
	cursor: pointer;
	transition:all .4s ease-in-out;
}
.tabz_vert {
	flex-direction: column;
	position: relative;
}
.tabs_tabz {
	width: calc(20% - 22px);
	position: absolute;
	height: 80px;
	left: 0;
	top: 0;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	border: 1px solid #2D3640;
}
.tabs_tabz li {
	color: #2D3640;
	padding: 10px;
	height: 50%;
	position: relative;
}
.tabs_tabz li.active, .tabs_tabz li:hover {
	background: #2D3640;
	color: #fff;
}
.tabs_tabz li.active:after {
  	content: '';
  	position: absolute;
  	right: -11px;
  	bottom: calc(50% - 10px);
  	width: 0;
  	height: 0;
  	border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent;
  	border-left: 10px solid #2D3640;
}
.tabz-content {
  	display: none;
}
.tabz-content.active {
  	display: flex;
  	flex-wrap: wrap;
}

.tabs_horisontal {
	flex-direction: column;
  	width: 100%;
}
.tabs_izd {
	margin: 0;
	padding: 0 0 30px 20%;
	display: flex;
	width: 100%;
	gap: 11px;
}
.tabs_izd li {
	height: 80px;
	border: 1px solid #FF5C35;
	border-radius: 5px;
	color: #FF5C35;
	padding: 10px;
	flex: auto;
	position: relative;
}
.tabs_izd li.active, .tabs_izd li:hover {
	background: #FF5C35;
	color: #fff;
}
.tabs_izd li.active:after {
  	content: '';
  	position: absolute;
  	bottom: -11px;
  	left: calc(50% - 10px);
  	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-top: 10px solid #FF5C35;
}
.tabs-content {
  	display: none;
}
.tabs-content.active {
  	display: flex;
  	flex-wrap: wrap;
}
.logos {
  	width: 100%;
  	display: flex;
  	flex-wrap: wrap;
  	gap: 40px 80px;
}
.logos .logo {
  	width: calc(20% - 64px);
  	height: 70px;
  	padding: 0 30px;
}
img.respons {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.row_fl {
	margin-right: -15px;
  	margin-left: -15px;
	flex-wrap: wrap;
}
.col_fl  {
	padding-right: 15px;
  	padding-left: 15px;
}
.fl_6 {
  	justify-content: center;
	row-gap: 40px;
}
.fl_6 .col_fl  {
	width: 16.666667%;
}
.fl_4 .col_fl  {
	width: 25%;
}
.fl_3 .col_fl  {
	width: 33.333333%;
}

.tabprice {
	flex-direction: column;
  	width: 100%;
}
.tabs_price {
	margin: 0;
	padding: 0 0 30px;
	display: flex;
	width: 100%;
	gap: 11px;
}
.tabs_price li {
	height: 80px;
	border-bottom: 1px solid #FF5C3500;
	color: #FF5C35;
	padding: 10px;
	flex: auto;
	position: relative;
	transition:all .4s ease-in-out;
}
.tabs_price li.active, .tabs_price li:hover {
	border-bottom: 1px solid #FF5C35;
}
.tabs_price li.active:after {
  	content: '';
  	position: absolute;
  	bottom: -11px;
  	left: calc(50% - 10px);
  	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-top: 10px solid #FF5C35;
}
.tabp-content {
  	display: none;
}
.tabp-content.active {
  	display: flex;
  	flex-wrap: wrap;
}

.filt_price {
	margin: 0;
	padding: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 12px;
}
.filt_price li {
	height: 80px;
	border-bottom: 1px solid #FF5C3500;
	color: #FF5C35;
	padding: 10px;
	width: calc(50% - 6px);
	position: relative;
	transition:all .4s ease-in-out;
}
.filt_price li.izdelli {
	width: calc(33% - 8px);
}
.filt_price li.active, .filt_price li:hover {
	border-bottom: 1px solid #FF5C35;
}
.filt_price li.active:after {
  	content: '';
  	position: absolute;
  	bottom: -11px;
  	left: calc(50% - 10px);
  	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-top: 10px solid #FF5C35;
}

.cerii-content {
	overflow: hidden;
	margin-top: 20px;
}
.tabmat {
	font-weight: bold;
	text-align: center;
	background: #f5f5f5;
  p	adding: 10px;
}
.tabser {
	display: none;
	overflow: auto;
	gap: 10px;
}
.tabser.active {
	display: flex;
}
.inser {
	display: flex;
	gap: 5px;
}
.inser .mat_serii_catimg {
	width: 100px;
	height: 100px;
}
.inser .mat_serii_catimg img {
	height: 100%;
	object-fit: cover;
}
.inser .mat_serii_catimg div {
  	font-size: 11px;
  	line-height: 14px;
}


.sticky {
	position: sticky;
  	top: 40px;
}
.dop_flex div {
	display: flex;
	justify-content: space-between;
	padding: 12px 23px;
}
.dop_flex div:nth-child(2n+1) {
	background: #F0F0F0;
}
.preim_flex {
	display: flex;
	gap: 20px;
}
.col_preim {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	padding: 30px 40px;
	width: 25%;
}
.col_preim img {
	display: block;
}
.col_preim span {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: #2D3640;
	margin-top: 20px;
	display: block;
}

/*#contmain {
	overflow: hidden;
}*/
#contmain #main {
	display: block;
}
.d-flex {
	display: flex;
}
.col7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#measure-form {
  	position: relative;
  	padding: 60px 0;
	margin-top: 70px;
	font-size: 18px;
}
#measure-form h3 {
  	font-size: 30px;
  	margin-bottom: 30px;
  	line-height: 1.2em;
}
#measure-form::before, #measure-form::after {
  	content: '';
  	position: absolute;
  	top: 0;
  	display: block;
  	height: 100%;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
}
#measure-form::before {
  	left: 0;
  	width: 55%;
  	background-image: url(./img/measure-bg-1.jpg);
}
#measure-form::after {
  	right: 0;
  	width: 45%;
  	background-image: url(./img/measure-bg-2.jpg);
}
#measure-form .text {
  	padding-right: 50px;
}
#measure-form .col7 {
	align-items: center;
	display: flex;
}
.form-v {
  	width: 100%;
  	max-width: 320px;
  	border-radius: 20px;
  	background: linear-gradient(to top,#ff98009c,#ee3900);
  	padding: 5px;
}
#measure-form .text, #measure-form .form-v {
  	position: relative;
  	z-index: 1;
}
#measure-form .form-v {
  	margin: 0 auto;
}
.form-v .inner {
  	border-radius: 18px;
  	background-image: url(./img/form-bg.jpg);
  	background-position: center;
  	background-size: cover;
  	padding: 20px 25px;
	width: auto;
}
.form-v .inner .title {
  	position: relative;
  	font-size: 18px;
  	text-align: center;
  	font-weight: 700;
  	margin-bottom: 25px;
}
.form-v .inner .title:after {
  	content: '';
  	position: absolute;
  	bottom: -12px;
  	left: 0;
  	right: 0;
  	display: block;
  	width: 50px;
  	height: 2px;
  	background-color: #ff935c;
  	margin: 0 auto;
}

#compare {
  	background-image: url(./img/form-bg.jpg);
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  	padding: 100px 0;
	position: relative;
	z-index: 1;
}
#compare:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}
#compare h2.heading {
  	color: #fff;
  	margin-bottom: 50px;
  	text-align: center;
}
.table-responsive {
  	display: block;
  	width: 100%;
  	overflow-x: auto;
  	-webkit-overflow-scrolling: touch;
  	-ms-overflow-style: -ms-autohiding-scrollbar;
}
#compare table {
  	width: 100%;
  	color: #fff;
	border-collapse: collapse;
	border: 0;
  	margin: 0;
  	table-layout: auto;
}
#compare table thead, #compare table tbody {
  	background-color: transparent;
}
#compare table tbody {
  	border: 0;
}
table thead th {
  	padding: 12px 30px;
}
#compare table thead tr th {
  	font-size: 20px;
  	font-weight: 500;
  	text-align: center;
	border: 0;
}
#compare table .text-black {
  	color: #000;
}
#compare table thead tr th:nth-child(2) {
  	border-radius: 20px 20px 0 0;
  	background-color: #fff;
}
.br {
  	display: block;
}
#compare table tbody tr {
  	border-bottom: 1px solid rgba(198,198,198,.4);
}
#compare table tbody tr td {
  	text-align: center;
  	font-size: 18px;
  	padding: 8px 20px;
	border: 0;
}
#compare table tbody tr td:nth-child(1) {
  	width: 40%;
}
#compare table tbody tr td:first-child {
  	font-size: 22px;
  	font-weight: 500;
  	text-align: left;
}
#compare table tbody tr td:nth-child(2) {
  	background-color: #fff;
  	width: 20%;
}
#compare table .check, #compare table .minus {
  	display: inline-block;
  	width: 31px;
  	height: 23px;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 100% auto;
}
#compare table .check {
  	background-image: url(./img/check.svg);
}
#compare table .check, #compare table .minus {
  	display: inline-block;
  	width: 31px;
  	height: 23px;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 100% auto;
}
#compare table .minus {
  	background-image: url(./img/minus.svg);
}
#compare table tbody tr td:nth-child(3) {
  	border-right: 1px solid rgba(198,198,198,.4);
  	width: 20%;
}
#compare table tbody tr td:nth-child(4) {
  	width: 20%;
}
#compare table tbody tr:last-child {
  	border-bottom: 0;
}
#compare table tbody tr:last-child td:nth-child(2) {
  	border-radius: 0 0 20px 20px;
}


.kaz_zak {
	display: flex;
	gap: 61px;
}
.kaz_zak_item {
	width: 20%;
	position: relative;
	display: flex;
	gap: 15px;
}
.kaz_zak_item + .kaz_zak_item:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 20px;
	left: -39px;
	background: url(./img/arr.svg) no-repeat 0 0;
}
.kaz_zak_img {
	width: 50px;
	min-width: 50px;
	height: 50px;
}
.kaz_zak_txt {
	
}

.head {
  	position: sticky;
  	top: 0;
}
.head_top {
	height: 68px;
	overflow: hidden;
	transition:all .4s ease-in-out;
}
.scrolled .head_top {
	height: 0;
	padding: 0;
}

.carousel_reviews {
	
}
.carousel_reviews.owl-carousel {
  	padding-right: 0;
}
.carousel_reviews.owl-carousel .owl-stage-outer {
  	padding-right: 0;
  	margin-right: 0;
}
.review_item {
	display: flex;
	align-items: center;
	border: 1px solid #f5f5f5;
}
.review_info {
	width: 50%;
	padding: 30px;
}
.review_avtor {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 20px;
}
.review_avtor img {
	width: 60px !important;
	min-width: 60px;
	height: 60px;
	border-radius: 100px;
}
.review_title {
	font-size: 21px;
	line-height: 1.1;
}
.review_img {
	width: 50%;
}
.review_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel_reviews .owl-dots {
	display: flex;
  	justify-content: center;
  	margin-top: 30px;
}
.carousel_reviews.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
  	background: #333;
}
.carousel_reviews.owl-carousel .owl-dot.active, .carousel_reviews.owl-carousel .owl-dot:hover {
  	width: 10px;
  	background: #FF5C35;
}
.carousel_reviews .owl-nav button {
  	width: 41px;
  	height: 41px;
  	top: -65px;
}
.carousel_reviews .owl-nav span {
  	background: #FF5C35 !important;
}
.carousel_reviews .owl-nav .owl-prev {
  	left: auto;
  	right: 61px;
}

@media all and (max-width: 1199px) {
	.newtb li {
		font-size: 14px;
	}
	.logos {
	  	gap: 20px 20px;
	}
	.logos .logo {
	  	width: calc(20% - 16px);
	  	height: 80px;
	}
	.col_preim {
	  	padding: 20px 20px;
	}
	.col_preim span {
	  	font-size: 18px;
	}
	.kaz_zak {
	  	gap: 30px 60px;
	  	flex-wrap: wrap;
	}
	.kaz_zak_item {
  		width: calc(33% - 40px);
	}
	.ban_block h1, .ban_block h2 {
	  	font-size: 28px;
	  	line-height: 1.1;
	  	top: 24px;
	  	left: 30px;
	  	right: 30px;
	}
	.ban_block_txt {
	  	left: 30px;
	  	width: 48%;
	  	gap: 20px;
	}
	.ban_block_txt span {
	  	font-size: 16px;
	}
}
@media all and (max-width: 991px) {
	.logos {
	  	gap: 20px 30px;
	}
	.logos .logo {
    	width: calc(25% - 23px);
  	}
	.fl_6 .col_fl {
	  	width: 25%;
	}
	.fl_4 .col_fl {
	  	width: 50%;
	}
	.fl_3 .col_fl {
	  	width: 50%;
	}
	#compare table {
		line-height: 24px;
	}
	#compare table thead tr th {
    	font-size: 16px;
  	}
	#compare table tbody tr td:first-child {
    	font-size: 16px;
  	}
	#compare table tbody tr td:nth-child(1) {
    	width: auto;
  	}
	#compare table tbody tr td:nth-child(2) {
    	width: auto;
  	}
	#compare table .check, #compare table .minus {
		width: 20px;
		height: 15px;
  	}
	#compare table tbody tr td:nth-child(3) {
    	width: auto;
  	}
	#compare table tbody tr td:nth-child(4) {
    	width: auto;
  	}
	#measure-form {
    	padding: 50px 0;
  	}
	#measure-form .d-flex {
		flex-wrap: wrap;
	}
	#measure-form .text {
    	padding-right: 0;
  	}
	.col5, .col7 {
	  	-ms-flex: 0 0 100%;
	  	flex: 0 0 100%;
	  	max-width: 100%;
	}
	#measure-form::before, #measure-form::after {
    	width: 100%;
  	}
	#measure-form::before {
		top: 0;
		height: 46%;
  	}
	#measure-form::after {
		top: unset;
		bottom: 0;
		height: 54%;
  	}
	#measure-form .form-v {
    	margin-top: 100px;
  	}
	#measure-form .wpcf7-list-item-label {
		font-size: 14px;
  		line-height: 1.1;
	}
}
@media all and (max-width: 767px) {
	.tabs_tabz {
	  	width: 100%;
	  	position: static;
	  	margin: 0 0 20px;
	}
	.tabs_izd {
	  	padding: 0 0 20px 0;
	  	width: 100%;
	  	gap: 10px;
	  	flex-wrap: wrap;
	}
	.tabs_izd li {
	  	max-width: calc(50% - 5px);
	}
	.logos {
	  	gap: 20px 20px;
	}
	.fl_6 .col_fl {
	  	width: 50%;
	}
	.fl_4 .col_fl {
	  	width: 50%;
	}
	.fl_3 .col_fl {
	  	width: 100%;
	}
	.dop_flex div {
	  	padding: 10px 10px;
		gap: 10px;
		line-height: 1.2;
	}
	.dop_flex span {
		text-align: right;
		width: 35%;
	}
	.preim_flex {
	  	gap: 10px;
	  	flex-wrap: wrap;
	}
	.col_preim {
	  	width: calc(50% - 5px);
	}
	.col_preim span {
	  	font-size: 16px;
	}
	.br {
    	display: inline;
  	}
	#measure-form h3 {
  		font-size: 24px;
	}
  	#measure-form::before {
    	height: 48%;
  	}
	#measure-form::after {
    	height: 52%;
  	}
	
	.kaz_zak_item {
  		width: calc(50% - 30px);
		gap: 10px;
  		line-height: 1.1;
	}
	.kaz_zak_item:last-child {
		width: 100%;
	}
	.kaz_zak_img {
	  	width: 30px;
	  	min-width: 30px;
	  	height: 30px;
	}
	.review_item {
	  	flex-wrap: wrap;
	}
	.review_info {
	  	width: 100%;
	  	padding: 0;
	}
	.review_img {
	  	width: 100%;
	  	padding-top: 20px;
	}
	.review_img img {
	  	max-width: 400px;
	  	margin: 0 auto;
	}
}
@media (max-width: 565px) {
  	#measure-form::before {
    	height: 49%;
  	}
	#measure-form::after {
    	height: 51%;
  	}
	#measure-form .text p {
    	font-size: 16px;
  	}
	#measure-form .form-v {
    	margin-top: 50px;
  	}
	
	.ban_block h1, .ban_block h2 {
	  	font-size: 21px;
	  	top: 15px;
	  	left: 20px;
	  	right: 20px;
	}
	.ban_block_txt {
	  	bottom: 25px;
	  	left: 20px;
	  	width: 50%;
	  	gap: 7px;
	}
	.ban_block_txt span {
	  	font-size: 13px;
		line-height: 1.1;
	}
	
	
	
}
