@charset "UTF-8";
/*!
Theme Name: Lenhard
Theme URI: http://underscores.me/
Author: Vladymyr
Author URI: https://hudzhal.com.ua
Description: Lenhard
Version: 1.2.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lenhard
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Lenhard 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

--------------------------------------------------------------*/
@font-face {
  font-family: "Montserrat";
  src: url("../lenhard/fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../lenhard/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../lenhard/fonts/Montserrat-Regular.woff") format("woff"), url("../lenhard/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("../lenhard/fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../lenhard/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../lenhard/fonts/Montserrat-Medium.woff") format("woff"), url("../lenhard/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("../lenhard/fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../lenhard/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../lenhard/fonts/Montserrat-SemiBold.woff") format("woff"), url("../lenhard/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: auto;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat ExtraBold";
  src: url("../lenhard/fonts/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../lenhard/fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../lenhard/fonts/Montserrat-ExtraBold.woff") format("woff"), url("../lenhard/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: auto;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../lenhard/fonts/Nunito-Black.eot");
  src: local("Nunito-Black"), local("Nunito-Black"), url("../lenhard/fonts/Nunito-Black.eot?#iefix") format("embedded-opentype"), url("../lenhard/fonts/Nunito-Black.woff") format("woff"), url("../lenhard/fonts/Nunito-Black.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-gutter-x: 20px!important;
  --triangle-size: 50px; /* Початкове значення */
  --bs-body-font-family: "Montserrat",sans-serif;
}

.column-1 {
  width: 100%;
}

.column-2 {
  width: 50%;
}

.column-3 {
  width: 33.33%;
}

.column-4 {
  width: 25%;
}

.column-5 {
  width: 20%;
}

.column-6 {
  width: 16.66%;
}

.column-7 {
  width: 14.28%;
}

.column-8 {
  width: 12.5%;
}

.column-9 {
  width: 11.11%;
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* 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: Montserrat;
  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: "Montserrat", "Nunito", "Montserrat SemiBold";
}

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%;
}
table.no-border-table, table.no-border-table th, table.no-border-table td {
  border: none; /* Відсутні бордери */
}
table.no-border-table {
  border-collapse: collapse; /* Об'єднання бордерів для повного видалення */
} /* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:hover, a:focus, a:active {
  color: #4169e1;
}
a:focus, 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: 30px;
  background: rgb(21, 121, 189);
  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;
}

.blue-btn {
  box-shadow: 0px 0px 9px 0px rgba(21, 121, 189, 0.35);
  background: rgb(21, 121, 189);
  padding: 20px 40px 20px 40px;
  border-radius: 30px;
  gap: 10px;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
}

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
--------------------------------------------- */
.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.main-navigation {
  display: block;
  width: 100%;
  margin-left: 150px;
  margin-right: auto;
}
@media (max-width: 1260px) {
  .main-navigation {
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .main-navigation {
    order: 2;
    margin-left: 0;
    margin-right: 0;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .main-navigation ul {
    display: none !important;
  }
}
.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 li.current_page_item a {
  color: #1579BD;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #1579BD;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle {
  background: transparent;
  padding: 0;
  border: none;
  display: none;
}
.menu-toggle svg#menu-ico-active {
  display: none;
}
.menu-toggle svg#menu-ico {
  display: block;
}
@media (max-width: 1024px) {
  .menu-toggle {
    display: block !important;
  }
}

.main-navigation.toggled .menu-toggle {
  z-index: 99999;
  position: absolute;
  right: 10px;
  top: 20px;
}
.main-navigation.toggled .menu-toggle svg#menu-ico-active {
  display: block;
}
.main-navigation.toggled .menu-toggle svg#menu-ico {
  display: none;
}

/* Small menu. */
.main-navigation.toggled ul.nav-menu {
  display: flex !important;
  flex-flow: column;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  overflow: auto;
  box-shadow: 0 11px 14px 0 rgba(117, 117, 117, 0.2509803922);
  border-radius: 20px 0 0 20px;
  z-index: 999;
}
@media (max-width: 560px) {
  .main-navigation.toggled ul.nav-menu {
    max-width: 100%;
    border-radius: 0;
    padding: 30px;
  }
}
.main-navigation.toggled ul.nav-menu > li {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .main-navigation.toggled ul.nav-menu > li a {
    font-size: 16px;
  }
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li {
  margin-bottom: 32px;
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li span {
  font-size: 16px;
  font-weight: 500;
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li ul {
  background: #fff;
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li ul > li {
  font-size: 16px;
  font-weight: 500;
}
.main-navigation.toggled ul.nav-menu > li.account-li {
  margin-bottom: 40px;
}
.main-navigation.toggled ul.nav-menu > li.account-li a {
  margin-left: 0;
  margin-right: 5px;
}
.main-navigation.toggled ul.nav-menu > li.shop-link a {
  color: #1579BD;
}
@media (max-width: 1024px) {
  .main-navigation.toggled ul.nav-menu > li.shop-link a {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
  }
}
.main-navigation.toggled ul.nav-menu > li.contacts-li {
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.main-navigation.toggled ul.nav-menu > li.contacts-li #footer-phone {
  color: #1579BD;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 1024px) {
  .main-navigation.toggled ul.nav-menu > li.contacts-li #footer-phone {
    font-size: 16px;
  }
}
.main-navigation.toggled ul.nav-menu > li.contacts-li #footer-email {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li .language-switcher {
  position: relative;
  top: auto;
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li .language-switcher .current-language .languages {
  border: none;
  box-shadow: none;
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li .language-switcher .current-language .languages > li {
  background-color: transparent;
  height: 100%;
  margin: 0;
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li .language-switcher .current-language .languages > li a {
  color: #000;
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li .language-switcher .current-language span {
  color: #000 !important;
}
.main-navigation.toggled ul.nav-menu > li.language-switcher-li .language-switcher .current-language span svg {
  stroke: #000;
}
.main-navigation.toggled ul.nav-menu > li a {
  color: #000;
}
.main-navigation.toggled ul.nav-menu > li a:hover {
  color: #000 !important;
}

@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
--------------------------------------------- */
.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0;
}

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

.woocommerce-products-header__title.page-title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image-shop.svg");
  background-repeat: no-repeat;
  background-size: 102% 100%;
  background-position-x: -12px;
  text-transform: uppercase;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 42px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .woocommerce-products-header__title.page-title {
    padding: 27px 16px;
    background-position: -2px 0;
    background-size: auto 100%;
    height: auto;
    width: 100%;
    max-height: 100%;
    min-height: 50px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-products-header__title.page-title {
    background-image: url("images/decor-line-mob.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
  }
}
@media (max-width: 560px) {
  .woocommerce-products-header__title.page-title {
    background: #D5213D;
    padding: 16px;
  }
}

.container.single-container, .single-container {
  width: 100%;
  max-width: 1236px;
  padding-left: 18px;
  padding-right: 18px;
  box-shadow: none;
  margin: auto;
}

.error-404 {
  margin-bottom: 120px;
}
.error-404 .lenhard-breadcrumb {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .error-404 .lenhard-breadcrumb {
    margin-bottom: 0;
  }
}
.error-404 .page-content {
  width: 100%;
  max-width: 1236px;
  padding: 0 18px;
  margin: 25px auto 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 1260px) {
  .error-404 .page-content {
    padding: 0;
    max-width: 100%;
  }
}
.error-404 .page-content .error-image {
  margin: 0 auto;
  width: 100%;
  max-width: 721px;
  height: auto;
}
.error-404 .page-content header h1 {
  color: #202020;
  font-family: Montserrat SemiBold, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .error-404 .page-content header h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.error-404 .page-content p {
  color: var(--osec-Black, #202020);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin-bottom: 32px;
}
.error-404 .page-content a.home-link-error {
  border-radius: 30px;
  background: var(--old-Lenhard-prime, #1579BD);
  box-shadow: 0 0 9px 0 rgba(21, 121, 189, 0.35);
  display: flex;
  width: auto;
  max-width: max-content;
  height: auto;
  min-height: 65px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto 140px auto;
  color: var(--osec-White-osec, #FFF);
  text-align: center;
  font-family: Montserrat SemiBold, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .error-404 .page-content a.home-link-error {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .error-404 .page-content a.home-link-error {
    font-size: 16px;
  }
}
.error-404 .page-content a.home-link-error:focus, .error-404 .page-content a.home-link-error:active, .error-404 .page-content a.home-link-error:hover {
  color: var(--osec-White-osec, #FFF);
}
@media (max-width: 1024px) {
  .error-404 {
    margin-bottom: 40px;
  }
}

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

* {
  font-family: Montserrat, sans-serif;
}

header.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
header.site-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .language-switcher .current-language {
  cursor: pointer;
}
@media (max-width: 1024px) {
  header.site-header .language-switcher .current-language {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
}
header.site-header .language-switcher .current-language span {
  color: rgb(32, 32, 32);
  padding: 8px 0 8px 14px;
}
@media (max-width: 1024px) {
  header.site-header .language-switcher .current-language span {
    padding-left: 0 !important;
    margin-left: 0;
    margin-right: auto;
  }
}
header.site-header.front-header {
  top: 0;
}
header.site-header.front-header .custom-menu-grid {
  top: 85px;
}
@media (max-width: 1024px) {
  header.site-header.front-header .custom-menu-grid {
    top: 0;
  }
}
header.site-header.front-header ul > li a {
  color: rgb(255, 255, 255);
}
header.site-header.front-header ul > li a:hover, header.site-header.front-header ul > li a:focus, header.site-header.front-header ul > li a:active {
  color: rgb(255, 255, 255);
}
header.site-header.front-header ul > li.online-shop a {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  color: rgb(21, 121, 189);
}
header.site-header.front-header ul > li.online-shop a:hover, header.site-header.front-header ul > li.online-shop a:focus, header.site-header.front-header ul > li.online-shop a:active {
  color: rgb(21, 121, 189);
}
header.site-header.front-header ul.front-menu > li {
  color: rgb(32, 32, 32) !important;
}
header.site-header.front-header ul.front-menu > li:hover, header.site-header.front-header ul.front-menu > li:focus, header.site-header.front-header ul.front-menu > li:active {
  color: rgb(32, 32, 32) !important;
}
header.site-header.front-header .language-switcher .current-language span {
  color: #ffffff;
}
header.site-header.front-header .language-switcher .languages {
  background-color: transparent;
  border: none;
}
header.site-header.front-header .language-switcher .languages > li {
  background-color: transparent;
}
header.site-header.front-header .language-switcher .languages > li a {
  color: #ffffff;
}
@media (max-width: 1024px) {
  header.site-header.front-header .language-switcher .languages > li a {
    max-width: max-content;
  }
}
header.site-header.front-header .language-switcher .languages > li a:hover, header.site-header.front-header .language-switcher .languages > li a:focus {
  color: #39A0FF;
}
header.site-header.shop-header .main-navigation.toggled ul.nav-menu {
  top: 0 !important;
}
@media (max-width: 1024px) {
  header.site-header.shop-header .main-navigation.toggled ul.nav-menu {
    align-items: flex-start;
  }
}
header.site-header.shop-header .main-navigation li {
  display: flex;
  align-items: center;
}
header.site-header.shop-header ul > li.shop-link a {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  color: rgb(21, 121, 189);
}
header.site-header.shop-header ul > li.shop-link a:hover, header.site-header.shop-header ul > li.shop-link a:focus, header.site-header.shop-header ul > li.shop-link a:active {
  color: rgb(21, 121, 189);
}
header.site-header.shop-header ul > li.current-menu-item a {
  color: #1579BD;
}
header.site-header.shop-header ul > li a {
  color: #202020;
}
header.site-header.shop-header ul > li a:hover, header.site-header.shop-header ul > li a:focus, header.site-header.shop-header ul > li a:active {
  color: #1579BD;
}
header.site-header.shop-header ul > li.online-shop a {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  color: #1579BD;
}
header.site-header.shop-header ul > li.online-shop a:hover, header.site-header.shop-header ul > li.online-shop a:focus, header.site-header.shop-header ul > li.online-shop a:active {
  color: #1579BD;
}
header.site-header.shop-header .header-links {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header.site-header.shop-header .header-links {
    margin-left: auto;
    margin-right: 20px;
  }
}
header.site-header.shop-header .header-links a.add_to_wishlist {
  background: #ffffff;
  padding: 0;
}
header.site-header.shop-header .header-links .header-profile-link {
  height: 32px;
  width: 32px;
  margin-left: 20px;
}
header.site-header.shop-header .header-links .header-profile-link:focus {
  outline: none;
  border: none;
}
header.site-header.shop-header .header-links .xoo-wsc-icon-cart2::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.75 26.75H9.90625L5.54688 2.78125C5.49587 2.49421 5.34614 2.23403 5.12358 2.04571C4.90103 1.85739 4.61965 1.75279 4.32812 1.75H1.5' stroke='%231579BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 33C13.2259 33 14.625 31.6009 14.625 29.875C14.625 28.1491 13.2259 26.75 11.5 26.75C9.77411 26.75 8.375 28.1491 8.375 29.875C8.375 31.6009 9.77411 33 11.5 33Z' stroke='%231579BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.75 33C29.4759 33 30.875 31.6009 30.875 29.875C30.875 28.1491 29.4759 26.75 27.75 26.75C26.0241 26.75 24.625 28.1491 24.625 29.875C24.625 31.6009 26.0241 33 27.75 33Z' stroke='%231579BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.76562 20.5H28.3906C28.9749 20.5018 29.5412 20.2975 29.9899 19.9232C30.4385 19.5488 30.7409 19.0283 30.8438 18.4531L32.75 8H6.5' stroke='%231579BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 34px;
  width: 34px;
}
header.site-header.shop-header .header-links .header__mini_cart_button {
  margin-left: 20px;
}
header.site-header.shop-header .header-links .header__mini_cart_button .xoo-wsc-sc-bkcont {
  margin-right: 0 !important;
  height: 34px;
  width: 34px;
}
header.site-header.shop-header .header-links .header__mini_cart_button .xoo-wsc-sc-count {
  top: auto;
  bottom: -2px;
  right: -5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
}
header.site-header.shop-header .header-links .header__mini_cart_button .xoo-wsc-sc-bki .xoo-wsc-icon-cart2::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.75 26.75H9.90625L5.54688 2.78125C5.49587 2.49421 5.34614 2.23403 5.12358 2.04571C4.90103 1.85739 4.61965 1.75279 4.32812 1.75H1.5' stroke='%231579BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 33C13.2259 33 14.625 31.6009 14.625 29.875C14.625 28.1491 13.2259 26.75 11.5 26.75C9.77411 26.75 8.375 28.1491 8.375 29.875C8.375 31.6009 9.77411 33 11.5 33Z' stroke='%231579BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.75 33C29.4759 33 30.875 31.6009 30.875 29.875C30.875 28.1491 29.4759 26.75 27.75 26.75C26.0241 26.75 24.625 28.1491 24.625 29.875C24.625 31.6009 26.0241 33 27.75 33Z' stroke='%231579BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.76562 20.5H28.3906C28.9749 20.5018 29.5412 20.2975 29.9899 19.9232C30.4385 19.5488 30.7409 19.0283 30.8438 18.4531L32.75 8H6.5' stroke='%231579BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 34px;
  width: 34px;
}
header.site-header.shop-header .header-links div.woocommerce.product.compare-button a.compare {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(37, 44, 50);
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
}
header.site-header.shop-header .header-links div.woocommerce.product.compare-button a.compare::after {
  content: "";
  display: block;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='%23333333' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 19H14' stroke='%23333333' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 9L18 6' stroke='%23333333' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 15.1538C4 16.5131 5.5625 17 6.5 17C7.4375 17 9 16.5131 9 15.1538L6.5 9L4 15.1538Z' fill='%23333333'/%3E%3Cpath d='M15 12.9231C15 14.4522 16.5625 15 17.5 15C18.4375 15 20 14.4522 20 12.9231L17.5 6L15 12.9231Z' fill='%23333333'/%3E%3C/svg%3E");
  width: 25px;
  height: 24px;
}
header.site-header.shop-header .header-links div.woocommerce.product.compare-button a.compare.added::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='%23B70932' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 19H14' stroke='%23B70932' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 9L18 6' stroke='%23B70932' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 15.1538C4 16.5131 5.5625 17 6.5 17C7.4375 17 9 16.5131 9 15.1538L6.5 9L4 15.1538Z' fill='%23B70932'/%3E%3Cpath d='M15 12.9231C15 14.4522 16.5625 15 17.5 15C18.4375 15 20 14.4522 20 12.9231L17.5 6L15 12.9231Z' fill='%23B70932'/%3E%3C/svg%3E");
}
header.site-header.shop-header .header-links .header-log-link {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  text-align: left;
  color: rgb(183, 9, 50);
  margin-left: 20px;
}
header.site-header.shop-header .header-links .header-log-link.no-logged {
  margin-right: 0;
}
header.site-header.shop-header .header-links .header-wishlist-link {
  display: flex;
  align-items: center;
  padding: 0;
}
header.site-header.shop-header .header-links .header-cart-link {
  position: relative;
  padding: 4.5px 0 4.5px 0;
  margin: 0 0 0 20px;
  background: transparent;
}
header.site-header.shop-header .header-links .header-cart-link svg {
  width: 34px;
  height: 34px;
}
header.site-header.shop-header .header-links .header-cart-link span {
  position: absolute;
  right: -5px;
  z-index: 99;
  bottom: 2px;
  background: rgb(32, 32, 32);
  border-radius: 50%;
  padding: 0;
  font-family: Montserrat SemiBold, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
  color: rgb(255, 255, 255);
  width: 19px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.site-header nav {
  width: max-content;
}
header.site-header nav .custom-menu-grid ul {
  width: 100%;
  max-width: 100%;
}
header.site-header nav .custom-menu-grid ul > li a {
  color: rgb(32, 32, 32);
}
header.site-header nav .custom-menu-grid ul > li a:hover, header.site-header nav .custom-menu-grid ul > li a:focus, header.site-header nav .custom-menu-grid ul > li a:active {
  color: rgb(32, 32, 32);
}
header.site-header nav ul {
  display: flex;
  justify-content: flex-start;
  width: max-content;
}
header.site-header nav ul > li:not(:last-child) {
  margin-right: 30px;
}
header.site-header nav ul > li a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: center;
  color: rgb(32, 32, 32);
}
header.site-header nav ul > li a:hover, header.site-header nav ul > li a:focus, header.site-header nav ul > li a:active {
  color: #1579BD;
}
header.site-header .language-switcher {
  position: relative;
  display: inline-block;
  margin-left: 0;
  margin-right: 20px;
}
header.site-header .language-switcher .current-language {
  cursor: pointer;
}
header.site-header .language-switcher .current-language span {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat SemiBold, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: left;
  color: rgb(32, 32, 32);
}
header.site-header .language-switcher .current-language span svg {
  margin-left: 10px;
}
header.site-header .language-switcher .languages {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgb(21, 121, 189);
  border: none;
  z-index: 1000;
  width: auto;
  margin-left: 0;
  padding-left: 14px;
  list-style-type: none;
}
@media (max-width: 1024px) {
  header.site-header .language-switcher .languages {
    position: relative;
    padding-left: 0 !important;
  }
}
header.site-header .language-switcher .languages > li {
  background-color: transparent;
}
header.site-header .language-switcher .languages > li a {
  font-family: Montserrat SemiBold, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 8px 16px 8px 0;
  display: block;
}
@media (max-width: 1024px) {
  header.site-header .language-switcher .languages > li a {
    max-width: max-content;
  }
}
header.site-header .language-switcher .languages > li a:hover, header.site-header .language-switcher .languages > li a:focus {
  color: rgb(32, 32, 32);
  text-decoration: none;
}
header.site-header .language-switcher:hover .languages {
  display: block;
}
header.site-header .online-shop-link {
  padding: 10px 30px 10px 30px;
  border: 1px solid rgb(21, 121, 189);
  border-radius: 45px;
  gap: 10px;
}
@media (max-width: 1024px) {
  header.site-header .online-shop-link {
    order: 1;
    padding: 0;
    border: none;
  }
}
header.site-header .online-shop-link a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: center;
  color: rgb(21, 121, 189);
  text-decoration: none;
}
header.site-header .online-shop-link a:hover, header.site-header .online-shop-link a:acctive, header.site-header .online-shop-link a:focus {
  color: rgb(21, 121, 189);
}
header ul#primary-menu > li {
  position: relative;
}
@media (max-width: 1024px) {
  header ul#primary-menu > li {
    z-index: 0;
  }
}
header ul#primary-menu > li a:focus, header ul#primary-menu > li a:hover, header ul#primary-menu > li a:active {
  outline: none;
  color: #1579BD;
}
header ul#primary-menu > li.has-child-menu {
  display: flex;
}
header ul#primary-menu > li.has-child-menu.active a::after {
  transform: rotate(180deg);
}
header ul#primary-menu > li.has-child-menu.active span.arrow {
  transform: rotate(180deg);
}
header ul#primary-menu > li.has-child-menu a {
  position: relative;
  display: flex;
  align-items: center;
}
header ul#primary-menu > li.has-child-menu a::after {
  margin-left: 5px;
  position: relative;
  content: "";
  display: none;
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.916 7.5L10.666 13.75L4.41602 7.5' stroke='%231579BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  header ul#primary-menu > li.has-child-menu a::after {
    transform: rotate(-90deg);
  }
}
header ul#primary-menu > li.has-child-menu span.arrow {
  margin-left: 5px;
}
header .custom-menu-grid {
  display: none;
  position: absolute;
  top: 114px;
  left: 0;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0 20px; /* Відстань між колонками */
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 0 0 20px 20px;
  padding: 30px;
  z-index: 99;
  box-shadow: 3px 0 3px rgba(81, 74, 74, 0.5), -3px 0 3px rgba(81, 74, 74, 0.5), 0 3px 3px rgba(81, 74, 74, 0.5); /* нижня сторона */
}
header .custom-menu-grid.active {
  display: grid;
}
header .custom-menu-grid .back-button {
  display: none;
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  grid-column: span 3;
  grid-row: 1;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1024px) {
  header .custom-menu-grid .back-button {
    display: block;
  }
}
@media (max-width: 768px) {
  header .custom-menu-grid .back-button {
    grid-column: 2;
    grid-row: span 4;
  }
}
@media (max-width: 1024px) {
  header .custom-menu-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    right: 0;
    transform: none;
    grid-template-columns: repeat(2, 1fr);
    z-index: 99999;
    gap: 15px 12px;
    overflow: auto;
    margin: 0;
  }
}
@media (max-width: 768px) {
  header .custom-menu-grid {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    align-content: flex-start;
    padding: 20px;
  }
}
header .menu-column {
  display: flex;
  flex-flow: column;
}
header .menu-column.menu-1 {
  grid-column: 1;
  grid-row: span 2;
}
@media (max-width: 1024px) {
  header .menu-column.menu-1 {
    grid-row: 1;
  }
}
@media (max-width: 768px) {
  header .menu-column.menu-1 {
    grid-row: 1;
  }
}
header .menu-column.menu-2 {
  grid-column: 2;
  grid-row: span 2;
}
@media (max-width: 1024px) {
  header .menu-column.menu-2 {
    grid-row: 1;
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  header .menu-column.menu-2 {
    grid-column: 1;
    grid-row: 2;
  }
}
header .menu-column.menu-3 {
  grid-column: 3;
  grid-row: 1;
}
@media (max-width: 1024px) {
  header .menu-column.menu-3 {
    grid-row: 2;
    grid-column: 1;
  }
}
@media (max-width: 768px) {
  header .menu-column.menu-3 {
    grid-row: 3;
  }
}
header .menu-column.menu-4 {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 1024px) {
  header .menu-column.menu-4 {
    grid-row: 2;
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  header .menu-column.menu-4 {
    grid-column: 1;
    grid-row: 4;
  }
}
header .menu-column a::after {
  display: none !important;
}
header .menu-column h3 {
  margin-top: 0;
  font-family: Montserrat Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
  margin-bottom: 8px;
  display: flex;
  flex-flow: row;
  align-items: center;
  border-bottom: 1px solid rgb(221, 226, 228);
  padding-bottom: 8px;
}
header .menu-column h3 img {
  width: auto;
  margin-right: 10px;
}
header .menu-column ul {
  display: flex !important;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  header .menu-column ul {
    box-shadow: none;
    width: 100% !important;
  }
}
header .menu-column ul li {
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  header .menu-column ul li {
    margin-right: 0 !important;
    width: 100%;
  }
}
header .menu-column ul li a {
  text-decoration: none;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: #202020;
}
header .menu-column ul li a::after {
  display: none !important;
}
@media (max-width: 1024px) {
  header .menu-column ul li a {
    margin-right: 0;
    text-align: left !important;
    width: 100%;
  }
}
header .menu-column ul li a:hover {
  text-decoration: none;
}

.xoo-wsc-basket {
  background-color: rgb(21, 121, 189);
}

.xoo-wsc-icon-cart2::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.75 26.75H9.90625L5.54688 2.78125C5.49587 2.49421 5.34614 2.23403 5.12358 2.04571C4.90103 1.85739 4.61965 1.75279 4.32812 1.75H1.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 33C13.2259 33 14.625 31.6009 14.625 29.875C14.625 28.1491 13.2259 26.75 11.5 26.75C9.77411 26.75 8.375 28.1491 8.375 29.875C8.375 31.6009 9.77411 33 11.5 33Z' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.75 33C29.4759 33 30.875 31.6009 30.875 29.875C30.875 28.1491 29.4759 26.75 27.75 26.75C26.0241 26.75 24.625 28.1491 24.625 29.875C24.625 31.6009 26.0241 33 27.75 33Z' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.76562 20.5H28.3906C28.9749 20.5018 29.5412 20.2975 29.9899 19.9232C30.4385 19.5488 30.7409 19.0283 30.8438 18.4531L32.75 8H6.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 34px;
  width: 34px;
}

.xoo-wsc-markup .xoo-wsc-items-count {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xoo-wsc-markup .xoo-wsc-icon-cart2::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.75 28.75H10.9063L6.54688 4.78125C6.49587 4.49421 6.34614 4.23403 6.12358 4.04571C5.90103 3.85739 5.61965 3.75279 5.32812 3.75H2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 35C14.2259 35 15.625 33.6009 15.625 31.875C15.625 30.1491 14.2259 28.75 12.5 28.75C10.7741 28.75 9.375 30.1491 9.375 31.875C9.375 33.6009 10.7741 35 12.5 35Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.75 35C30.4759 35 31.875 33.6009 31.875 31.875C31.875 30.1491 30.4759 28.75 28.75 28.75C27.0241 28.75 25.625 30.1491 25.625 31.875C25.625 33.6009 27.0241 35 28.75 35Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.76562 22.5H29.3906C29.9749 22.5018 30.5412 22.2975 30.9899 21.9232C31.4385 21.5488 31.7409 21.0283 31.8438 20.4531L33.75 10H7.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.front-header {
  z-index: 99999;
  width: 100%;
}
.front-header nav {
  width: max-content;
}

.home-header {
  position: relative;
  display: flex;
  height: 100%;
}
@media (max-width: 1024px) {
  .home-header {
    display: block;
  }
}
.home-header video {
  width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 676px; /* Aspect ratio 16:9 */
  height: 0;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1100px) {
  .video-container {
    height: 100%;
    padding-bottom: 0;
  }
}

#page main .container.contact-form-container {
  max-width: 1236px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  padding-left: 18px;
  padding-right: 18px;
}
#page main .container.contact-form-container .image_decor-btm {
  margin-top: 0;
  margin-bottom: 64px;
  border-radius: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  #page main .container.contact-form-container .image_decor-btm {
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 560px) {
  #page main .container.contact-form-container .image_decor-btm {
    margin-bottom: 38px;
  }
}
@media (max-width: 1024px) {
  #page main .container.contact-form-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#page main .container.contact-form-container #contact-form {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  #page main .container.contact-form-container #contact-form {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 1024px) {
  #page main .single-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  #page main .single-container.banner-footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

.video-container iframe, .video-container video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media screen and (max-width: 1100px) {
  .video-container iframe, .video-container video {
    position: relative;
  }
}
.banner-footer {
  position: absolute;
  z-index: 999;
  width: 1236px;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: auto;
  margin-right: auto;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  .banner-footer {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 60px 18px;
    flex-flow: column;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .banner-footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (max-width: 560px) {
  .banner-footer {
    padding: 18px 18px 60px 18px;
  }
}
.banner-footer img.header-logo {
  display: block;
  width: 250px;
}
@media screen and (max-width: 1100px) {
  .banner-footer img.header-logo {
    display: none;
  }
}
.banner-footer img.header-logo-mob {
  display: none;
}
@media screen and (max-width: 1100px) {
  .banner-footer img.header-logo-mob {
    display: block;
    margin-bottom: 30px;
  }
}
.banner-footer .header-descr {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 555px;
}
@media (max-width: 1260px) {
  .banner-footer .header-descr {
    max-width: 440px;
  }
}
@media screen and (max-width: 1100px) {
  .banner-footer .header-descr {
    color: #1F1F1F !important;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .banner-footer .header-descr {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }
}
.banner-footer a {
  text-decoration: none;
  height: auto;
  max-height: 65px;
}
@media screen and (max-width: 1100px) {
  .banner-footer a {
    width: 100%;
    max-width: max-content;
    margin-left: 0 !important;
  }
}
@media (max-width: 560px) {
  .banner-footer a {
    max-width: 100%;
  }
}
.banner-footer a:hover, .banner-footer a:focus, .banner-footer a:active {
  color: #ffffff;
}

.why-us-section {
  margin-top: 0;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .why-us-section {
    margin-bottom: 40px;
  }
}
.why-us-section .image_decor-btm {
  margin-bottom: 64px;
  height: auto;
}
@media (max-width: 768px) {
  .why-us-section .image_decor-btm {
    margin-bottom: 40px;
  }
}
.why-us-section .why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 252px);
  grid-template-rows: auto;
  column-gap: 85px;
  row-gap: 35px;
  grid-template-areas: ".      block3  .     " "block1 block3  block5" "block1 heading block5" "block2 heading block6" "block2 block4  block6";
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .why-us-section .why-us-grid {
    column-gap: 35px;
    row-gap: 20px;
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 768px) {
  .why-us-section .why-us-grid {
    padding: 0 18px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
    row-gap: 25px;
    grid-template-areas: "heading heading" "block1 block2" "block3 block4" "block5 block6";
  }
}
.why-us-section .why-us-grid .why-us-title {
  grid-area: heading; /* Заголовок між блоками 3 та 4 у другій колонці */
  color: #0B4068;
  text-align: center;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  margin-top: 46px;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .why-us-section .why-us-grid .why-us-title {
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 0;
  }
}
.why-us-section .why-us-grid__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .why-us-section .why-us-grid__item {
    margin-bottom: 0;
  }
}
.why-us-section .why-us-grid__item:nth-child(7) {
  grid-area: block6; /* Блок 1 у першій колонці */
}
.why-us-section .why-us-grid__item:nth-child(2) {
  grid-area: block1; /* Блок 2 у першій колонці */
  margin-bottom: 0;
}
.why-us-section .why-us-grid__item:nth-child(3) {
  grid-area: block2; /* Блок 3 у другій колонці */
}
.why-us-section .why-us-grid__item:nth-child(4) {
  grid-area: block3; /* Блок 4 у другій колонці */
}
.why-us-section .why-us-grid__item:nth-child(5) {
  grid-area: block4; /* Блок 5 у третій колонці */
}
.why-us-section .why-us-grid__item:nth-child(6) {
  grid-area: block5; /* Блок 6 у третій колонці */
  margin-bottom: 0;
}
.why-us-section .why-us-grid__item-icon {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .why-us-section .why-us-grid__item-icon {
    max-width: 78px;
  }
}
.why-us-section .why-us-grid__item-icons {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .why-us-section .why-us-grid__item-icons {
    max-width: 78px;
  }
}
.why-us-section .why-us-grid__item-value {
  color: #0B4068;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 768px) {
  .why-us-section .why-us-grid__item-value {
    font-size: 14px;
  }
}

.what-new-section {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .what-new-section {
    margin-bottom: 40px;
  }
}
.what-new-section__title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-transform: uppercase;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .what-new-section__title {
    padding: 16px;
    background-position: center;
  }
}
@media screen and (max-width: 782px) {
  .what-new-section__title {
    background-image: url("images/decor-image-mob.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
  }
}
@media (max-width: 1024px) {
  .what-new-section__title {
    background-size: auto 100%;
  }
}
.what-new-section .what-new-grid {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 1330px) {
  .what-new-section .what-new-grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .what-new-section .what-new-grid {
    margin-bottom: 0;
  }
}
.what-new-section .what-new-grid__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  flex: 0 0 33.3334%;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item {
    column-gap: 30px;
  }
}
.what-new-section .what-new-grid__item:first-child {
  max-width: 33.3334%;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item:first-child {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .what-new-section .what-new-grid__item:first-child {
    margin-bottom: 20px;
  }
}
.what-new-section .what-new-grid__item:first-child .what-new-grid__item-title {
  background: #D5213D;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  padding: 8px 40px 8px 64px;
  flex: 0 0 auto;
  z-index: 0;
  justify-content: left;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item:first-child .what-new-grid__item-title {
    max-width: 100%;
    padding-right: 70px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item:first-child .what-new-grid__item-title {
    max-width: 100%;
    clip-path: none;
    padding-right: 18px;
    padding-left: 18px;
  }
}
.what-new-section .what-new-grid__item:first-child .what-new-grid__item-value {
  padding: 32px 18px 0 64px;
  background: #F2BCC5;
}
@media screen and (max-width: 1100px) {
  .what-new-section .what-new-grid__item:first-child .what-new-grid__item-value {
    padding: 20px 20px 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item:first-child .what-new-grid__item-value {
    padding: 20px;
  }
}
.what-new-section .what-new-grid__item:nth-child(2) {
  margin: 0 0 0 -41px;
  max-width: 33.3334%;
  flex: 0 0 33.3334%;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item:nth-child(2) {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .what-new-section .what-new-grid__item:nth-child(2) {
    margin-bottom: 20px;
  }
}
.what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title {
  padding: 8px 42px 8px 18px;
  position: relative;
  z-index: 10;
  justify-content: center;
  background: #68BBE9;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title {
    max-width: 100%;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    padding-right: 70px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title {
    max-width: 100%;
    clip-path: none;
    padding-right: 18px;
    padding-left: 18px;
    justify-content: left;
  }
}
.what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title::before, .what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title::before, .what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title::after {
    display: none;
  }
}
.what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title::after {
  right: 0;
  border-color: #9D9E9E transparent transparent transparent;
  border-width: 50px 0 0 50px;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title::after {
    display: none;
  }
}
.what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-title::before {
  left: -49px;
  border-color: #68BBE9 transparent transparent transparent;
  border-width: 51px 0 0 50px;
  top: 0;
}
.what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-value {
  background: #D1EAF8;
  padding: 32px 18px 32px 18px;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-value {
    padding: 20px 0 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item:nth-child(2) .what-new-grid__item-value {
    padding: 18px;
  }
}
.what-new-section .what-new-grid__item:nth-child(3) {
  flex: 0 0 33.3334%;
  max-width: 33.3334%;
  margin: 0 0 0 -41px;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item:nth-child(3) {
    flex: 0 0 calc(50% - 15px);
    margin: 50px auto 0 auto;
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .what-new-section .what-new-grid__item:nth-child(3) {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.what-new-section .what-new-grid__item:nth-child(3) .what-new-grid__item-title {
  background: #9D9E9E;
  padding: 8px 64px 8px 48px;
  flex: 0 0 auto;
  z-index: 0;
  justify-content: center;
}
@media screen and (max-width: 1110px) {
  .what-new-section .what-new-grid__item:nth-child(3) .what-new-grid__item-title {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item:nth-child(3) .what-new-grid__item-title {
    flex: 0 0 100%;
    max-width: 100%;
    clip-path: none;
    padding: 18px;
    justify-content: left;
  }
}
.what-new-section .what-new-grid__item:nth-child(3) .what-new-grid__item-value {
  padding: 32px 64px 32px 18px;
  background: #E1E2E2;
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item:nth-child(3) .what-new-grid__item-value {
    padding: 18px;
  }
}
.what-new-section .what-new-grid__item-title {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  height: auto;
  min-height: 50px;
  flex: 0 0 auto;
  padding: 8px 40px 8px 64px;
}
@media (max-width: 768px) {
  .what-new-section .what-new-grid__item-title {
    font-size: 16px;
    line-height: 19.2px;
    padding: 8px 70px 8px 20px !important;
  }
}
@media (max-width: 425px) {
  .what-new-section .what-new-grid__item-title {
    font-size: 16px;
    line-height: 19.2px;
    padding: 8px 30px 8px 20px !important;
  }
}
.what-new-section .what-new-grid__item-value {
  padding: 32px 18px 32px 18px;
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .what-new-section .what-new-grid__item-value {
    padding: 20px;
  }
}
.what-new-section .what-new-grid__item-value h3 {
  color: #202020;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  margin-bottom: 10px;
}
.what-new-section .what-new-grid__item-value p, .what-new-section .what-new-grid__item-value ul > li, .what-new-section .what-new-grid__item-value ol > li {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  word-break: break-word;
}
.what-new-section .what-new-grid__item-value p:last-child, .what-new-section .what-new-grid__item-value ul > li:last-child, .what-new-section .what-new-grid__item-value ol > li:last-child {
  margin-bottom: 0;
}
.what-new-section .what-new-grid__item-value ul, .what-new-section .what-new-grid__item-value ol {
  padding-left: 0;
  margin-left: 15px;
  margin-bottom: 0;
}

.manufacturers-section {
  margin: 120px 0;
}
@media screen and (max-width: 1100px) {
  .manufacturers-section {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .manufacturers-section {
    margin: 0 0 60px 0;
  }
}
.manufacturers-section .manufacturers-title {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  margin-bottom: 40px;
  width: 100%;
  max-width: 590px;
}
@media (max-width: 1024px) {
  .manufacturers-section .manufacturers-title {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .manufacturers-section .manufacturers-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    padding-right: 0;
  }
}
@media (max-width: 560px) {
  .manufacturers-section .manufacturers-title {
    max-width: 100%;
  }
}
.manufacturers-section .manufacturers-list {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
}
.manufacturers-section .manufacturers-list__item {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0 70px 0;
  border-top: 2px solid #1579BD;
  width: 100%;
}
@media (max-width: 1024px) {
  .manufacturers-section .manufacturers-list__item {
    flex-wrap: wrap;
    padding: 20px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .manufacturers-section .manufacturers-list__item {
    flex-flow: column;
    align-items: flex-start;
  }
}
.manufacturers-section .manufacturers-list__item-number {
  flex: 0 0 45px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: #1579BD;
}
.manufacturers-section .manufacturers-list__item-title {
  flex: 0 0 auto;
  max-width: 580px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: #202020;
  margin-left: 30px;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .manufacturers-section .manufacturers-list__item-title {
    max-width: 420px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .manufacturers-section .manufacturers-list__item-title {
    max-width: calc(100% - 75px);
  }
}
@media (max-width: 768px) {
  .manufacturers-section .manufacturers-list__item-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-left: 0;
  }
}
.manufacturers-section .manufacturers-list__item-value {
  flex: 1;
  max-width: 580px;
}
@media (max-width: 1024px) {
  .manufacturers-section .manufacturers-list__item-value {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.manufacturers-section .manufacturers-list__item-value p {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
  margin-bottom: 30px;
}
.manufacturers-section .manufacturers-list__item-value p:last-child {
  margin-bottom: 0 !important;
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

#contact-form {
  position: relative;
  background-image: url("images/cf7-bkg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 120px;
  padding: 50px 120px 50px 120px;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  #contact-form {
    padding: 40px 60px 40px 60px;
  }
}
@media (max-width: 768px) {
  #contact-form {
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    margin-bottom: 40px;
    background-position: top right;
    background-size: 200% 100%;
  }
}
#contact-form.front-contact {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  #contact-form.front-contact {
    margin-bottom: 75px;
  }
}
#contact-form .cf7-container {
  max-width: 940px;
  margin-left: 0;
  margin-right: auto;
}
#contact-form h2 {
  max-width: 790px;
  margin-bottom: 32px;
  font-family: Montserrat SemiBold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  color: #FFFFFF;
  margin-left: 0;
  margin-right: auto;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  #contact-form h2 {
    max-width: 100%;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  #contact-form h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 43.2px;
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  #contact-form h2 {
    line-height: 38px;
    font-size: 32px;
  }
}
#contact-form .wpcf7-not-valid-tip {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25.2px;
}
#contact-form .wpcf7-spinner {
  height: 0;
}
#contact-form .wpcf7-response-output {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  border: none;
  padding: 0;
  display: none;
}
@media (max-width: 768px) {
  #contact-form form .cf7-container {
    padding: 0 7px;
  }
}
#contact-form form p {
  margin-bottom: 0;
}
#contact-form .container {
  position: relative;
  z-index: 999;
}
#contact-form .field {
  margin-bottom: 32px;
}
#contact-form .field input::placeholder {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #FFFFFF !important;
}
#contact-form .field input::-webkit-input-placeholder, #contact-form .field input:-moz-placeholder, #contact-form .field input::-moz-placeholder, #contact-form .field input:-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #FFFFFF !important;
}
#contact-form input[type=text], #contact-form input[type=tel], #contact-form input[type=email] {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2509803922);
  border-width: 0 0 1px 0;
  background: transparent;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #FFFFFF;
  width: 100%;
}
#contact-form input[type=text]:focus, #contact-form input[type=text]:active, #contact-form input[type=tel]:focus, #contact-form input[type=tel]:active, #contact-form input[type=email]:focus, #contact-form input[type=email]:active {
  outline: none;
}
#contact-form input[type=text]::placeholder, #contact-form input[type=text]::-webkit-input-placeholder, #contact-form input[type=text]:-moz-placeholder, #contact-form input[type=text]::-moz-placeholder, #contact-form input[type=text]:-ms-input-placeholder, #contact-form input[type=tel]::placeholder, #contact-form input[type=tel]::-webkit-input-placeholder, #contact-form input[type=tel]:-moz-placeholder, #contact-form input[type=tel]::-moz-placeholder, #contact-form input[type=tel]:-ms-input-placeholder, #contact-form input[type=email]::placeholder, #contact-form input[type=email]::-webkit-input-placeholder, #contact-form input[type=email]:-moz-placeholder, #contact-form input[type=email]::-moz-placeholder, #contact-form input[type=email]:-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #FFFFFF !important;
}
#contact-form input[type=submit] {
  box-shadow: 0px 0px 9px 0px rgba(21, 121, 189, 0.3490196078);
  background: #FFFFFF;
  padding: 20px 160px 20px 160px;
  width: 100%;
  max-width: max-content;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
  color: #202020;
  border-radius: 30px;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 560px) {
  #contact-form input[type=submit] {
    max-width: 100%;
    padding: 20px 40px 20px 40px;
  }
}
#contact-form .checkbox-field .custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
#contact-form .checkbox-field .wpcf7-list-item-label {
  position: relative;
  padding-left: 34px; /* Відступ для іконки */
  cursor: pointer; /* Вказівник при наведенні на текст */
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: rgb(255, 255, 255);
}
#contact-form .checkbox-field .wpcf7-list-item {
  margin: 0;
}
#contact-form .checkbox-field .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 25C19.6274 25 25 19.6274 25 13C25 6.37258 19.6274 1 13 1C6.37258 1 1 6.37258 1 13C1 19.6274 6.37258 25 13 25Z' stroke='white' stroke-opacity='0.25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  pointer-events: none; /* Запобігання взаємодії з псевдоелементом */
}
#contact-form .checkbox-field .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
}
#contact-form .checkbox-field .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='white' stroke-opacity='0.25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; /* Зміцнює overlay по всьому екрану */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Напівпрозорий чорний фон */
}
.modal.show {
  display: flex !important;
}

.modal-content {
  position: relative; /* Залишаємо відносне позиціонування */
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-dialog {
  max-width: 595px !important;
}

.order-modal-content {
  border-radius: 8px;
  padding: 50px 50px 30px 50px;
  background: #FFFFFF;
}
@media (max-width: 560px) {
  .order-modal-content {
    padding: 20px 20px 0 20px;
  }
}
.order-modal-content .modal-header {
  border-bottom: 1px solid #1579BD;
  padding: 10px;
  margin-bottom: 30px;
}
.order-modal-content .modal-header h5 {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #202020;
}
.order-modal-content .modal-body {
  padding: 0;
}
.order-modal-content .modal-body .wpcf7-spinner {
  display: none;
}
.order-modal-content .modal-body form p:last-child {
  margin-bottom: 0;
}
.order-modal-content .modal-body p {
  margin-bottom: 20px;
}
.order-modal-content .modal-body p label {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #202020;
}
.order-modal-content .modal-body p label span {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #1579BD;
}
.order-modal-content input[type=text], .order-modal-content input[type=tel], .order-modal-content input[type=email] {
  border: 1px solid #D0D0D0;
  border-radius: 63px;
  background: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: rgb(32, 32, 32);
  width: 100%;
  padding: 10px 20px 10px 20px;
}
.order-modal-content input[type=text]:focus, .order-modal-content input[type=text]:active, .order-modal-content input[type=tel]:focus, .order-modal-content input[type=tel]:active, .order-modal-content input[type=email]:focus, .order-modal-content input[type=email]:active {
  outline: none;
}
.order-modal-content input[type=text]::placeholder, .order-modal-content input[type=text]::-webkit-input-placeholder, .order-modal-content input[type=text]:-moz-placeholder, .order-modal-content input[type=text]::-moz-placeholder, .order-modal-content input[type=text]:-ms-input-placeholder, .order-modal-content input[type=tel]::placeholder, .order-modal-content input[type=tel]::-webkit-input-placeholder, .order-modal-content input[type=tel]:-moz-placeholder, .order-modal-content input[type=tel]::-moz-placeholder, .order-modal-content input[type=tel]:-ms-input-placeholder, .order-modal-content input[type=email]::placeholder, .order-modal-content input[type=email]::-webkit-input-placeholder, .order-modal-content input[type=email]:-moz-placeholder, .order-modal-content input[type=email]::-moz-placeholder, .order-modal-content input[type=email]:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
.order-modal-content input[type=submit] {
  box-shadow: 0px 0px 9px 0px rgba(21, 121, 189, 0.3490196078);
  background: #1579BD;
  padding: 20px 40px 20px 40px;
  width: 100%;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.page-template-template-products #page main .container.contacts-container {
  max-width: 1236px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 1260px) {
  .page-template-template-products #page main .container.contacts-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1260px) {
  .page-template-template-products #page main .single-container {
    padding: 0 12px !important;
  }
}
@media (max-width: 1260px) {
  .page-template-template-products #page main .single-container.main-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-products .lenhard-breadcrumb {
  margin-bottom: 0;
}
.page-template-template-products .image_decor-btm {
  margin-top: 0;
  margin-bottom: 64px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .page-template-template-products .image_decor-btm {
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .page-template-template-products .image_decor-btm {
    margin-bottom: 38px;
  }
}

.tax-product_cat .contact-form-container {
  background: #FAFAFA;
  margin-top: 64px;
  margin-bottom: 120px;
}

.products-section {
  margin-top: 0;
}

.products-grid-block {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 64px;
}
@media (max-width: 1260px) {
  .products-grid-block {
    padding: 0 !important;
  }
}
@media (max-width: 560px) {
  .products-grid-block {
    margin-bottom: 50px;
  }
}
.products-grid-block__title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  background-image: url("images/decor-image.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 1260px) {
  .products-grid-block__title {
    background-size: auto 100%;
  }
}
@media (max-width: 1024px) {
  .products-grid-block__title {
    padding: 16px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .products-grid-block__title {
    background-image: url("images/decor-line-mob.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
  }
}
@media (max-width: 560px) {
  .products-grid-block__title {
    background: #D5213D;
  }
}
.products-grid-block.col-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.products-grid-block .products-grid {
  display: grid;
  grid-template-rows: auto;
  gap: 20px;
  width: 100%;
  padding: 0 18px;
}
@media (max-width: 1260px) {
  .products-grid-block .products-grid {
    padding: 0 18px;
  }
}
.products-grid-block .products-grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .products-grid-block .products-grid.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .products-grid-block .products-grid.col-3 {
    grid-template-columns: 1fr;
  }
}
.products-grid-block .products-grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 560px) {
  .products-grid-block .products-grid.col-2 {
    grid-template-columns: 1fr;
  }
}
.products-grid-block .products-grid.col-1 {
  grid-template-columns: 1fr;
}
.products-grid-block .products-grid-item {
  padding: 0;
  background: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
}
.products-grid-block .products-grid-item:hover, .products-grid-block .products-grid-item:focus, .products-grid-block .products-grid-item:active {
  text-decoration: none;
}
.products-grid-block .products-grid-item:hover *, .products-grid-block .products-grid-item:focus *, .products-grid-block .products-grid-item:active * {
  text-decoration: none;
}
.products-grid-block .products-grid-item header {
  display: flex;
  flex-flow: row;
  margin-bottom: 10px;
  background: #D5213D;
  padding: 16px 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .products-grid-block .products-grid-item header {
    padding: 10px 42px;
  }
}
.products-grid-block .products-grid-item header h3 {
  margin: 0 auto;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}
.products-grid-block .products-grid-item header h3:hover, .products-grid-block .products-grid-item header h3:focus, .products-grid-block .products-grid-item header h3:active {
  color: #FFF;
  text-decoration: none;
}
.products-grid-block .products-grid-item__number {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: rgb(21, 121, 189);
  display: none;
}
.products-grid-block .products-grid-item__number:hover, .products-grid-block .products-grid-item__number:focus, .products-grid-block .products-grid-item__number:active {
  color: rgb(21, 121, 189);
  text-decoration: none;
}
.products-grid-block .products-grid-item__thumb {
  width: calc(100% - 40px);
  height: auto;
}
@media (max-width: 560px) {
  .products-grid-block .products-grid-item__thumb {
    width: 100%;
  }
}

.woocommerce-pagination {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}
.woocommerce-pagination .pagination {
  gap: 20px;
}
.woocommerce-pagination * {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: center;
  color: rgb(32, 32, 32);
}
.woocommerce-pagination .page-item {
  display: flex;
  gap: 20px;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.woocommerce-pagination .page-item span {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 768px) {
  .woocommerce-pagination .page-item span {
    display: none;
  }
}
.woocommerce-pagination .page-numbers {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 40px;
  padding: 5px;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  position: relative;
  text-decoration: none;
}
.woocommerce-pagination .page-numbers.current {
  border: 1px solid rgb(157, 159, 159);
  border-radius: 50%;
  color: rgb(21, 121, 189) !important;
}
.woocommerce-pagination .page-numbers.prev {
  width: auto;
  max-width: max-content;
}
@media (max-width: 768px) {
  .woocommerce-pagination .page-numbers.prev {
    max-width: 15px;
    margin-left: 0 !important;
  }
}
.woocommerce-pagination .page-numbers.next {
  width: auto;
  max-width: max-content;
}
.woocommerce-pagination .page-numbers span {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: rgb(32, 32, 32);
}
.woocommerce-pagination a:first-child {
  margin-left: 12px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .woocommerce-pagination a:first-child {
    margin-left: 0 !important;
  }
}
.woocommerce-pagination a:last-child {
  margin-left: auto;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .woocommerce-pagination a:last-child {
    margin-right: 0;
  }
}

.woocommerce-pagination .pagination .page-item.next {
  padding-left: 0;
  padding-right: 34px;
  margin-right: 12px;
  max-width: max-content;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .woocommerce-pagination .pagination .page-item.next {
    padding-right: 0;
  }
}

.woocommerce-pagination .pagination .page-item.prev {
  padding-left: 22px;
  margin-left: 12px;
  padding-right: 11px !important;
  max-width: max-content;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .woocommerce-pagination .pagination .page-item.prev {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce-pagination .pagination .page-item.prev span.prev-text {
    display: none;
  }
}

.woocommerce-pagination .next, .woocommerce-pagination .prev {
  background: transparent !important;
  text-indent: 0 !important;
}
.woocommerce-pagination .next::after, .woocommerce-pagination .prev::after {
  width: 15px;
  height: 14px;
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3346 6.9974H1.66797M1.66797 6.9974L7.5013 12.8307M1.66797 6.9974L7.5013 1.16406' stroke='%23202020' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: rotate(0) translateX(0) translateY(-50%);
}

.woocommerce-pagination .next.page-numbers {
  padding-right: 26px;
}
@media (max-width: 768px) {
  .woocommerce-pagination .next.page-numbers {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce-pagination .next.page-numbers span.next-text {
    display: none;
  }
}

.woocommerce-pagination .prev.page-numbers {
  padding-right: 22px;
  padding-left: 26px;
}
@media (max-width: 768px) {
  .woocommerce-pagination .prev.page-numbers {
    padding-left: 0;
  }
}

.woocommerce-pagination .pagination {
  padding-left: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.woocommerce-pagination .next::after {
  transform: rotate(180deg) translateX(0%) translateY(50%) !important;
  left: auto !important;
  right: 0;
}

.woocommerce-pagination .prev::after {
  left: 0 !important;
}

.single-product div.product::before, .single-product div.product::after, ul.products::before, ul.products::after {
  display: none !important;
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.page-template-template-gallery .page-title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image.svg");
  background-repeat: no-repeat;
  background-size: 102% 100%;
  background-position-x: -12px;
  text-transform: uppercase;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .page-template-template-gallery .page-title {
    margin-bottom: 20px;
    padding: 27px 16px;
    background-position: -2px 0;
    background-size: 101% auto;
    height: auto;
    width: 100%;
    max-height: 100%;
    min-height: 50px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-gallery .page-title {
    background-image: url("images/decor-line-mob.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
  }
}
@media (max-width: 560px) {
  .page-template-template-gallery .page-title {
    background: #D5213D;
  }
}
@media (max-width: 560px) {
  .page-template-template-gallery .page-title {
    padding: 16px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-gallery #page main .single-container:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-gallery #page main .single-container.contacts-container {
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .page-template-template-gallery #page main .single-container.contacts-container {
    margin-top: 40px;
  }
}
.page-template-template-gallery .lenhard-breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-template-template-gallery .gallery-content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.page-template-template-gallery .gallery-content p {
  font-family: Montserrat, sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 64px;
}
@media screen and (max-width: 1024px) {
  .page-template-template-gallery .gallery-content p {
    font-family: Montserrat, sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 25.2px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.page-template-template-gallery .gallery-content hr {
  opacity: 1;
  margin-bottom: 42px;
}
@media screen and (max-width: 782px) {
  .page-template-template-gallery .gallery-content .wp-block-column:last-child {
    display: none;
  }
}

.products-gallery {
  margin-top: 26px;
}
.products-gallery .gallery {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: auto; /* Ліва і права колонки з співвідношенням 70/30 */
  grid-template-rows: auto;
  gap: 20px; /* Відстань між колонками */
}
.products-gallery .gallery-item {
  margin-bottom: 20px; /* Відступ між рядами */
  box-sizing: border-box;
  width: 100%; /* Наприклад, 3 колонки (100% / 3 ≈ 33.33%) */
}
.products-gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.products-gallery .gallery img {
  border-radius: 20px;
}
.products-gallery .gallery.left {
  padding-right: 10px;
  gap: 20px;
}
@media (max-width: 768px) {
  .products-gallery .gallery.left {
    margin-bottom: 20px;
  }
}
.products-gallery .gallery.right {
  padding-left: 10px;
  gap: 20px;
}
@media (max-width: 768px) {
  .products-gallery .gallery.right {
    margin-bottom: 0;
  }
}

.gallery-slider-section {
  background: #F7F7F7;
  padding: 60px 0;
  margin-bottom: 60px;
}
.gallery-slider-section__title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  color: #202020;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .gallery-slider-section__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
}
.gallery-slider-section__descr {
  width: 100%;
  max-width: 820px;
  margin-bottom: 30px;
}
.gallery-slider-section__descr p {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #202020;
}
@media (max-width: 768px) {
  .gallery-slider-section__descr p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }
}
.gallery-slider-section hr {
  margin-bottom: 30px;
}
.gallery-slider-section .visual-products-slider {
  padding-left: 52px;
  padding-right: 52px;
}
@media (max-width: 768px) {
  .gallery-slider-section .visual-products-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.gallery-slider-section .visual-products-slider .slick-next {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  right: 0;
  width: 11.52px;
  height: 21.5px;
}
.gallery-slider-section .visual-products-slider .slick-next::before {
  display: none;
}
.gallery-slider-section .visual-products-slider .slick-prev {
  left: 0;
  width: 11.52px;
  height: 21.5px;
}
.gallery-slider-section .visual-products-slider .slick-prev::before {
  display: none;
}
.gallery-slider-section .visual-products-slider .slick-dots {
  bottom: -54px;
  left: 0;
}
.gallery-slider-section .visual-products-slider .slick-dots > li {
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
.gallery-slider-section .visual-products-slider .slick-dots > li button {
  width: 12px;
  height: 12px;
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  z-index: -1;
}
.gallery-slider-section .visual-products-slider .slick-dots > li button::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.5' fill='white' stroke='%239D9F9F'/%3E%3C/svg%3E%0A");
  left: -1px;
  top: -5px;
  width: 12px;
  height: 12px;
  color: #F7F7F7;
  position: relative;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 21px;
}
.gallery-slider-section .visual-products-slider .slick-dots > li.slick-active button {
  line-height: 21px;
}
.gallery-slider-section .visual-products-slider .slick-dots > li.slick-active button::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231579BD'/%3E%3C/svg%3E");
  font-size: 14.5px !important;
  left: -2px;
  top: -5px;
  color: #1579BD;
  opacity: 1 !important;
}
.gallery-slider-section .visual-products-slider .visual-products-slide {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 63% 34%;
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  .gallery-slider-section .visual-products-slider .visual-products-slide {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-slider-section .visual-products-slider .visual-products-slide-image img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}
.gallery-slider-section .visual-products-slider .visual-products-slide-image:first-child {
  grid-column: 1;
  grid-row: span 2;
}
@media (max-width: 768px) {
  .gallery-slider-section .visual-products-slider .visual-products-slide-image:first-child {
    grid-row: 1;
    grid-column: span 2;
  }
}
.gallery-slider-section .visual-products-slider .visual-products-slide-image:first-child img {
  max-width: 836px;
}
@media (max-width: 768px) {
  .gallery-slider-section .visual-products-slider .visual-products-slide-image:first-child img {
    max-width: 100%;
  }
}
.gallery-slider-section .visual-products-slider .visual-products-slide-image:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
@media (max-width: 768px) {
  .gallery-slider-section .visual-products-slider .visual-products-slide-image:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
}
.gallery-slider-section .visual-products-slider .visual-products-slide-image:nth-child(2) img {
  max-width: 460px;
}
@media (max-width: 768px) {
  .gallery-slider-section .visual-products-slider .visual-products-slide-image:nth-child(2) img {
    max-width: 100%;
  }
}
.gallery-slider-section .visual-products-slider .visual-products-slide-image:last-child {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 768px) {
  .gallery-slider-section .visual-products-slider .visual-products-slide-image:last-child {
    grid-row: 2;
    grid-column: 2;
  }
}
.gallery-slider-section .visual-products-slider .visual-products-slide-image:last-child img {
  max-width: 460px;
}
@media (max-width: 768px) {
  .gallery-slider-section .visual-products-slider .visual-products-slide-image:last-child img {
    max-width: 100%;
  }
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.page-template-template-contacts {
  position: relative;
}
.page-template-template-contacts::before {
  background: url("../lenhard/images/contact-after-md.webp");
  background-size: 100% 100%;
  position: absolute;
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  max-width: 1190px;
  background-repeat: repeat;
  max-height: 1181px;
}
@media (max-width: 1024px) {
  .page-template-template-contacts #page main .container.single-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-template-contacts #page main .container.single-container.contacts-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-contacts .image_decor-btm {
  height: auto;
  border-radius: 0;
  margin-bottom: 64px;
}
.page-template-template-contacts .container.single-container {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.page-template-template-contacts .container.contacts-container {
  max-width: 1236px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-template-template-contacts .container.contacts-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-contacts .container.contacts-container .image_decor-btm {
  height: auto;
  border-radius: 0;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .page-template-template-contacts .container.contacts-container .image_decor-btm {
    height: auto;
  }
}
@media (max-width: 768px) {
  .page-template-template-contacts .container.contacts-container .image_decor-btm {
    margin-bottom: 40px;
  }
}
.page-template-template-contacts footer, .page-template-template-contacts header {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 782px) {
  .page-template-template-contacts .lenhard-breadcrumb {
    margin-bottom: 20px;
  }
}

.contacts-container {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 31px 34px 0px rgba(0, 0, 0, 0.0705882353);
  margin-top: 64px;
  margin-bottom: 64px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .contacts-container {
    flex-flow: column;
    background: transparent;
    box-shadow: none;
    margin-top: 0;
  }
}
.contacts-container .contacts-list {
  width: 100%;
  max-width: 550px;
  padding: 30px 0 0 30px;
}
@media (max-width: 1024px) {
  .contacts-container .contacts-list {
    max-width: 100%;
    padding: 0 30px 0 0;
    background: #FFFFFF;
    margin-bottom: 64px;
    box-shadow: 0px 31px 34px 0px rgba(0, 0, 0, 0.07);
  }
}
.contacts-container .contacts-list__item {
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
}
.contacts-container .contacts-list__item h2 {
  color: #003169;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 560px) {
  .contacts-container .contacts-list__item h2 {
    font-size: 20px;
    font-weight: 500;
  }
}
.contacts-container .contacts-list__item .point-address {
  color: #202020;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  max-width: 225px;
}
@media (max-width: 1024px) {
  .contacts-container .contacts-list__item .point-address {
    max-width: 50%;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .contacts-container .contacts-list__item .point-address {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 560px) {
  .contacts-container .contacts-list__item .point-address {
    font-size: 16px;
  }
}
.contacts-container .contacts-list__item .point-address:hover, .contacts-container .contacts-list__item .point-address:focus, .contacts-container .contacts-list__item .point-address:active {
  color: #202020;
}
.contacts-container .contacts-list__item .phones-list {
  display: flex;
  flex-flow: column;
  margin-top: 0;
}
.contacts-container .contacts-list__item .phones-list-item {
  margin-bottom: 2px;
  align-items: center;
}
@media (max-width: 560px) {
  .contacts-container .contacts-list__item .phones-list-item {
    flex-wrap: wrap;
  }
}
.contacts-container .contacts-list__item .phones-list-item .phone-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #202020;
}
@media (max-width: 560px) {
  .contacts-container .contacts-list__item .phones-list-item .phone-title {
    font-size: 16px;
  }
}
.contacts-container .contacts-list__item .phones-list-item .contact-phone {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #1579BD;
  text-decoration: none;
}
@media (max-width: 560px) {
  .contacts-container .contacts-list__item .phones-list-item .contact-phone {
    font-size: 16px;
  }
}
.contacts-container .contacts-list__item .phones-list-item .contact-phone:hover, .contacts-container .contacts-list__item .phones-list-item .contact-phone:focus, .contacts-container .contacts-list__item .phones-list-item .contact-phone:active {
  color: #1579BD;
}
.contacts-container .contacts-list__item .phones-list-item .contact {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #202020;
}
@media (max-width: 560px) {
  .contacts-container .contacts-list__item .phones-list-item .contact {
    font-size: 16px;
  }
}
.contacts-container .contacts-list__item .email {
  margin-top: 0;
  color: #1579BD;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}
@media (max-width: 560px) {
  .contacts-container .contacts-list__item .email {
    font-size: 16px;
  }
}
.contacts-container .contacts-list__item .email:hover, .contacts-container .contacts-list__item .email:focus, .contacts-container .contacts-list__item .email:active {
  color: #1579BD;
}
.contacts-container img {
  flex: 1;
  height: auto;
  width: calc(100% - 450px);
  max-width: 770px;
  border-radius: 0 20px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .contacts-container img {
    position: relative;
    top: auto;
    right: auto;
    border-radius: 20px;
    box-shadow: 0px 31px 34px 0px rgba(0, 0, 0, 0.0705882353);
    width: 100%;
    max-width: 100%;
  }
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.page-template-template-about-us #contact-form {
  margin-bottom: 43px;
}
@media (max-width: 1024px) {
  .page-template-template-about-us #page .single-container {
    padding: 0 !important;
  }
}
.page-template-template-about-us .about-us-container {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1236px;
  margin: 0 auto 64px auto;
  padding: 0 18px;
}
@media screen and (max-width: 1100px) {
  .page-template-template-about-us .about-us-container {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .page-template-template-about-us .about-us-container {
    flex-flow: column;
    background: transparent;
    box-shadow: none;
    margin-bottom: 32px;
    margin-top: 0;
  }
}
.page-template-template-about-us .lenhard-breadcrumb {
  margin-bottom: 0;
}
.page-template-template-about-us .image_decor-btm {
  margin-top: 64px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-template-about-us .image_decor-btm {
    margin-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 560px) {
  .page-template-template-about-us .image_decor-btm {
    margin-bottom: 38px;
  }
}

.decor-title {
  margin-bottom: 32px;
  height: 82px;
}
@media (max-width: 768px) {
  .decor-title {
    height: auto;
  }
}
.decor-title h1 {
  flex: 1;
  width: auto;
  max-width: 100%;
  height: 100%;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .decor-title h1 {
    max-width: 50%;
    max-height: 50px;
    font-size: 20px;
  }
}
.decor-title svg.middle-square, .decor-title svg.last-square {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
}
@media (max-width: 1024px) {
  .decor-title svg.middle-square, .decor-title svg.last-square {
    width: auto;
    flex: 0 0 50px;
    height: auto;
    max-height: 50px;
  }
}
@media (max-width: 1024px) {
  .decor-title svg.last-square {
    display: none;
  }
}
.decor-title .blue-line {
  flex: 1;
  background: #68BBE9;
  width: 100%;
  max-width: 391px;
  margin-left: -1px;
}
@media (max-width: 1024px) {
  .decor-title .blue-line {
    max-width: 50%;
    height: auto;
    max-height: 50px;
  }
}
.decor-title svg.logo {
  flex: 0 0 149px;
  width: auto;
  max-width: 149px;
}
@media (max-width: 1024px) {
  .decor-title svg.logo {
    display: none;
  }
}

.about-us-title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image.svg");
  background-repeat: no-repeat;
  background-size: 102% 100%;
  background-position-x: -10px;
  text-transform: uppercase;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .about-us-title {
    padding: 27px 16px;
    background-position: -2px 0;
    background-size: auto 101%;
    height: auto;
    width: 100%;
    max-height: 100%;
    min-height: 50px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .about-us-title {
    background-image: url("images/decor-line-mob.svg");
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
    background-position: center !important;
  }
}
@media (max-width: 560px) {
  .about-us-title {
    padding: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .about-us-content {
    padding: 0 18px !important;
  }
}
.about-us-content.top-content {
  max-width: 100%;
  margin-bottom: 42px;
  align-items: flex-start;
  padding-top: 31px;
}
@media screen and (max-width: 1100px) {
  .about-us-content.top-content {
    flex-flow: column;
    justify-content: space-between;
  }
}
.about-us-content.top-content .top-content__image {
  width: 100%;
  max-width: 500px;
  margin-left: 64px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .about-us-content.top-content .top-content__image {
    width: auto;
    margin: 0 auto 20px auto;
    max-width: 100%;
  }
}
.about-us-content.top-content .top-content__value {
  width: 100%;
  max-width: 560px;
  margin: 0 0 0 auto;
  padding-right: 16px;
}
@media screen and (max-width: 1100px) {
  .about-us-content.top-content .top-content__value {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
  }
}
.about-us-content.top-content .top-content__value .our-company-title {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  height: auto;
  min-height: 64px;
  max-height: 100%;
  background: #1579BD;
  padding: 12.5px 10px 12.5px 10px;
  position: relative;
  z-index: 10;
  width: auto;
  margin-bottom: 42px;
  margin-left: 29px;
  transform: skewX(45deg);
  margin-right: 32px;
}
@media (max-width: 1024px) {
  .about-us-content.top-content .top-content__value .our-company-title {
    transform: none;
    clip-path: polygon(0 0, 89% 0, 97% 100%, 0% 100%);
  }
}
.about-us-content.top-content .top-content__value .our-company-title span {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  transform: skewX(-45deg);
}
@media (max-width: 1024px) {
  .about-us-content.top-content .top-content__value .our-company-title span {
    transform: none;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .about-us-content.top-content .top-content__value .our-company-title span {
    font-size: 16px;
    line-height: 19.2px;
  }
}
@media screen and (max-width: 1100px) {
  .about-us-content.top-content .top-content__value .our-company-title {
    max-width: max-content;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    padding-right: 70px;
    padding-left: 30px;
    margin-left: -18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .about-us-content.top-content .top-content__value .our-company-title {
    min-height: min-content;
    max-height: 100%;
    font-size: 16px;
    line-height: 19.2px;
    padding: 12.5px 70px 12.5px 10px !important;
  }
}
@media (max-width: 425px) {
  .about-us-content.top-content .top-content__value .our-company-title {
    font-size: 16px;
    line-height: 19.2px;
    padding: 12.5px 30px 12.5px 10px !important;
  }
}
.about-us-content.top-content .top-content__value .our-company-content * {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.about-us-content.main-content {
  position: relative;
  display: flex;
  padding-left: 64px;
}
@media screen and (max-width: 1024px) {
  .about-us-content.main-content {
    flex-flow: column;
    align-items: flex-start;
    padding: 0 18px;
  }
}
.about-us-content.main-content .content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  min-height: 710px;
}
@media screen and (max-width: 1024px) {
  .about-us-content.main-content .content {
    order: 2;
    margin-top: 32px;
    max-width: 100%;
    min-height: 400px;
  }
}
.about-us-content.main-content .locations-title {
  font-size: 32px;
  min-width: max-content;
  max-width: 75%;
  max-height: 64px;
  padding: 13px 30px 13px 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .about-us-content.main-content .locations-title {
    max-width: max-content;
    margin-left: -18px;
    padding-right: 90px;
    height: auto;
    min-height: 64px;
    border-radius: 0 !important;
  }
}
@media (max-width: 768px) {
  .about-us-content.main-content .locations-title {
    clip-path: polygon(0 0, 89% 0, 97% 100%, 0% 100%) !important;
    font-size: 16px;
    padding: 13px 70px 13px 18px;
    margin-bottom: 20px;
    min-height: min-content;
    max-height: 100%;
    line-height: 25px;
    border-radius: 0 !important;
  }
}
@media (max-width: 560px) {
  .about-us-content.main-content .locations-title {
    word-break: break-word;
    min-width: 95vw;
    max-width: 95vw;
  }
}
.about-us-content.main-content .location-content {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  width: 100%;
  max-width: calc(100% - 670px);
  margin-bottom: 16px;
  padding-right: 22px;
}
@media screen and (max-width: 1024px) {
  .about-us-content.main-content .location-content {
    max-width: 100%;
    padding-right: 18px;
    padding-left: 12px;
  }
}
@media (max-width: 768px) {
  .about-us-content.main-content .location-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.about-us-content.main-content .profile-title {
  font-size: 32px;
  min-width: max-content;
  max-width: calc(100% - 625px);
  max-height: 64px;
  padding: 13px 60px 13px 30px;
}
@media screen and (max-width: 1024px) {
  .about-us-content.main-content .profile-title {
    max-width: max-content;
    margin-left: -18px;
    height: auto;
    max-height: 64px;
  }
}
@media (max-width: 1024px) {
  .about-us-content.main-content .profile-title {
    font-size: 24px;
    padding-left: 18px;
  }
}
@media (max-width: 768px) {
  .about-us-content.main-content .profile-title {
    font-size: 16px;
    padding: 13px 70px 13px 18px;
    margin-bottom: 20px;
    min-height: min-content;
    max-height: 100%;
    line-height: 25px;
    border-radius: 0 !important;
    clip-path: polygon(0 0, 89% 0, 97% 100%, 0% 100%) !important;
  }
}
.about-us-content.main-content .profile-content {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  width: 100%;
  max-width: calc(100% - 766px);
}
@media screen and (max-width: 1024px) {
  .about-us-content.main-content .profile-content {
    max-width: 100%;
    padding-right: 18px;
    padding-left: 12px;
  }
}
@media (max-width: 768px) {
  .about-us-content.main-content .profile-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-us-content.main-content .profile-content p {
  margin-bottom: 18px;
}
.about-us-content.main-content .about-us-map {
  width: 100%;
  max-width: 730px;
  position: absolute;
  right: 34px;
  top: 96px;
}
@media (max-width: 1024px) {
  .about-us-content.main-content .about-us-map {
    right: auto;
    top: auto;
    position: relative;
    order: 1;
    max-width: 100%;
  }
}
.about-us-content.main-content .about-us-map img {
  width: 100%;
  max-width: 730px;
  height: auto;
  max-height: 100%;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .about-us-content.main-content .about-us-map img {
    margin-right: -18px;
    margin-left: auto;
    max-width: 100%;
    height: auto;
  }
}

.about-us-list .about-us-post {
  border-top: 2px solid #1579BD;
  padding-top: 30px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-content: space-between;
  row-gap: 50px;
  column-gap: 50px;
}
@media (max-width: 1024px) {
  .about-us-list .about-us-post {
    grid-template-columns: 1fr;
    row-gap: 30px;
    column-gap: 0;
    margin-bottom: 100px;
  }
  .about-us-list .about-us-post:last-child {
    border-bottom: 2px solid rgb(21, 121, 189);
    padding-bottom: 30px;
    margin-bottom: 33px;
  }
}
@media (max-width: 768px) {
  .about-us-list .about-us-post {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .about-us-list .about-us-post:last-child {
    padding-top: 100px;
  }
}
.about-us-list .about-us-post h2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #202020;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .about-us-list .about-us-post h2 {
    grid-column: 1;
    grid-row: 2;
    max-width: 100%;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .about-us-list .about-us-post h2 {
    font-size: 14px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.about-us-list .about-us-post h2 span {
  color: #1579BD;
  margin-right: 30px;
}
.about-us-list .about-us-post a.left-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  grid-row: 2;
}
.about-us-list .about-us-post a.left-image img {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .about-us-list .about-us-post a.left-image {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
  }
}
.about-us-list .about-us-post__descr {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 580px;
}
@media (max-width: 1024px) {
  .about-us-list .about-us-post__descr {
    grid-column: 1;
    grid-row: 3;
    max-width: 100%;
  }
}
.about-us-list .about-us-post__descr p {
  margin-bottom: 25px;
  color: #202020;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}
.about-us-list .about-us-post__descr p:last-child {
  margin-bottom: 0;
}
.about-us-list .about-us-post a.right-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.about-us-list .about-us-post a.right-image img {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .about-us-list .about-us-post a.right-image {
    grid-column: 1;
    grid-row: 4;
    width: 100%;
  }
}

.login-registration-forms, .customer_login {
  margin: 0 auto !important;
  width: 100%;
  max-width: 595px;
  padding: 50px;
}
@media (max-width: 1024px) {
  .login-registration-forms, .customer_login {
    padding: 25px 0;
  }
}
@media (max-width: 560px) {
  .login-registration-forms, .customer_login {
    max-width: 100%;
  }
}
.login-registration-forms h2, .customer_login h2 {
  border-bottom: 1px solid #1579BD;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #202020;
  margin-bottom: 30px;
  max-width: max-content;
}
.login-registration-forms #login .login-form, .customer_login #login .login-form {
  width: 100%;
}
.login-registration-forms #login .login-form .woocommerce-LostPassword.lost_password a, .customer_login #login .login-form .woocommerce-LostPassword.lost_password a {
  color: rgb(37, 44, 50);
}
.login-registration-forms .woocommerce-form-login, .customer_login .woocommerce-form-login {
  width: 100%;
}

h2.login-title {
  border-bottom: 1px solid #1579BD;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #202020;
  margin-bottom: 30px;
  max-width: max-content;
}

.woocommerce-EditAccountForm.edit-account fieldset {
  background: transparent;
}
.woocommerce-EditAccountForm.edit-account fieldset legend {
  background: transparent;
}
.woocommerce-EditAccountForm.edit-account span {
  padding: 0 !important;
}
.woocommerce-EditAccountForm.edit-account p {
  padding: 0 0 10px 0;
}

#customer_login {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #customer_login {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #customer_login {
    width: 100%;
  }
}

form.woocommerce-form.woocommerce-form-login.login, form.woocommerce-form.woocommerce-form-register.register {
  margin-bottom: 30px;
}
form.woocommerce-form.woocommerce-form-login.login .form-row, form.woocommerce-form.woocommerce-form-register.register .form-row {
  margin-bottom: 20px !important;
  width: 100%;
  display: flex;
  flex-flow: column;
}
@media (max-width: 560px) {
  form.woocommerce-form.woocommerce-form-login.login .form-row, form.woocommerce-form.woocommerce-form-register.register .form-row {
    margin-bottom: 10px !important;
  }
}
form.woocommerce-form.woocommerce-form-login.login .form-row:last-child, form.woocommerce-form.woocommerce-form-register.register .form-row:last-child {
  display: flex;
  flex-flow: column;
}
form.woocommerce-form.woocommerce-form-login.login .form-row button, form.woocommerce-form.woocommerce-form-register.register .form-row button {
  padding: 9px 40px 9px 40px;
  gap: 0;
  border-radius: 30px;
  opacity: 1;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  background: #1579BD;
  box-shadow: 0 0 9px 0 rgba(21, 121, 189, 0.3490196078);
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  width: 100%;
  min-width: 142px;
  max-width: max-content;
  margin-bottom: 10px;
}
form.woocommerce-form.woocommerce-form-login.login .lost-password, form.woocommerce-form.woocommerce-form-register.register .lost-password {
  text-align: center;
}
@media (max-width: 1024px) {
  form.woocommerce-form.woocommerce-form-login.login .lost-password, form.woocommerce-form.woocommerce-form-register.register .lost-password {
    margin-top: 20px;
  }
}
form.woocommerce-form.woocommerce-form-login.login label, form.woocommerce-form.woocommerce-form-register.register label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #202020;
  margin-bottom: 8px;
}
form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, form.woocommerce-form.woocommerce-form-register.register label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
  width: auto;
  max-width: max-content;
  margin: 0 auto;
}
form.woocommerce-form.woocommerce-form-login.login input, form.woocommerce-form.woocommerce-form-register.register input {
  padding: 10px 20px 10px 20px;
  gap: 0;
  border-radius: 63px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
  background: transparent;
  border: 1px solid #D0D0D0;
}
form.woocommerce-form.woocommerce-form-login.login input#rememberme, form.woocommerce-form.woocommerce-form-register.register input#rememberme {
  opacity: 1 !important;
}
form.woocommerce-form.woocommerce-form-login.login .password-input, form.woocommerce-form.woocommerce-form-register.register .password-input {
  width: 100%;
}
form.woocommerce-form.woocommerce-form-login.login button, form.woocommerce-form.woocommerce-form-register.register button {
  padding: 9px 40px 9px 40px;
  gap: 0;
  border-radius: 30px;
  opacity: 1;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  background: #1579BD;
  box-shadow: 0 0 9px 0 rgba(21, 121, 189, 0.3490196078);
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  width: 100%;
  min-width: 142px;
  max-width: max-content;
}
form.woocommerce-form.woocommerce-form-login.login .lost_password, form.woocommerce-form.woocommerce-form-register.register .lost_password {
  margin: 0 auto;
  text-align: center;
}
form.woocommerce-form.woocommerce-form-login.login .lost_password a, form.woocommerce-form.woocommerce-form-register.register .lost_password a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #202020;
  text-decoration: none;
}
form.woocommerce-form.woocommerce-form-login.login .lost_password a:focus, form.woocommerce-form.woocommerce-form-login.login .lost_password a:active, form.woocommerce-form.woocommerce-form-login.login .lost_password a:hover, form.woocommerce-form.woocommerce-form-register.register .lost_password a:focus, form.woocommerce-form.woocommerce-form-register.register .lost_password a:active, form.woocommerce-form.woocommerce-form-register.register .lost_password a:hover {
  color: #202020;
  text-decoration: none;
}
form.woocommerce-form.woocommerce-form-login.login.woocommerce-form-login button, form.woocommerce-form.woocommerce-form-register.register.woocommerce-form-login button {
  margin-top: 20px;
}
form.woocommerce-form.woocommerce-form-login.login.woocommerce-form-login .woocommerce-LostPassword.lost_password a, form.woocommerce-form.woocommerce-form-register.register.woocommerce-form-login .woocommerce-LostPassword.lost_password a {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: rgb(37, 44, 50);
}
form.woocommerce-form.woocommerce-form-login.login.woocommerce-form-login .woocommerce-LostPassword.lost_password a:focus, form.woocommerce-form.woocommerce-form-login.login.woocommerce-form-login .woocommerce-LostPassword.lost_password a:active, form.woocommerce-form.woocommerce-form-register.register.woocommerce-form-login .woocommerce-LostPassword.lost_password a:focus, form.woocommerce-form.woocommerce-form-register.register.woocommerce-form-login .woocommerce-LostPassword.lost_password a:active {
  color: rgb(37, 44, 50);
}
form.woocommerce-form.woocommerce-form-login.login .woocommerce-privacy-policy-text, form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
  color: rgb(37, 44, 50);
}

.show-password-input {
  top: 50% !important;
  transform: translatey(-50%);
  right: 10px !important;
}

.col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
  margin-bottom: 28px !important;
}

@media (max-width: 1024px) {
  .page-template-template-login .lenhard-breadcrumb, .page-template-template-register .lenhard-breadcrumb {
    margin-bottom: 25px;
  }
}
.page-template-template-login .site-main, .page-template-template-register .site-main {
  margin-bottom: 0;
}
.page-template-template-login #primary, .page-template-template-register #primary {
  margin-bottom: 50px;
  padding-top: 50px;
}
.page-template-template-login #primary #register, .page-template-template-register #primary #register {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.page-template-template-login #primary #register span, .page-template-template-register #primary #register span {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: rgb(37, 44, 50);
  margin-bottom: 30px;
}
.page-template-template-login #primary #register button, .page-template-template-register #primary #register button {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.page-template-template-login #primary #register a, .page-template-template-register #primary #register a {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: center;
  color: rgb(183, 9, 50);
}
.page-template-template-login #primary form.register, .page-template-template-register #primary form.register {
  display: flex;
  flex-flow: column;
  margin-bottom: 0;
}
.page-template-template-login #primary form p.form-row, .page-template-template-register #primary form p.form-row {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-flow: column;
}
.page-template-template-login #primary form p.form-row:last-child, .page-template-template-register #primary form p.form-row:last-child {
  display: flex;
  flex-flow: column;
}
.page-template-template-login #primary form .lost-password, .page-template-template-register #primary form .lost-password {
  text-align: center;
}
.page-template-template-login #primary form label, .page-template-template-register #primary form label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #202020;
  margin-bottom: 8px;
}
.page-template-template-login #primary form label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, .page-template-template-register #primary form label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
  width: auto;
  max-width: max-content;
  margin: 0 auto;
}
.page-template-template-login #primary form input, .page-template-template-register #primary form input {
  padding: 10px 20px 10px 20px;
  gap: 0;
  border-radius: 63px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
  background: transparent;
  border: 1px solid #D0D0D0;
}
.page-template-template-login #primary form button, .page-template-template-register #primary form button {
  padding: 9px 40px 9px 40px;
  gap: 0;
  border-radius: 30px;
  opacity: 1;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  background: #1579BD;
  box-shadow: 0 0 9px 0 rgba(21, 121, 189, 0.3490196078);
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  width: 100%;
  min-width: 142px;
  max-width: max-content;
}
@media (max-width: 560px) {
  .page-template-template-login #primary form button, .page-template-template-register #primary form button {
    margin-bottom: 0;
  }
}
.page-template-template-login #primary form .lost_password, .page-template-template-register #primary form .lost_password {
  margin: 0 auto;
  text-align: center;
}
.page-template-template-login #primary form .lost_password a, .page-template-template-register #primary form .lost_password a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #202020;
  text-decoration: none;
}
.page-template-template-login #primary form .lost_password a:focus, .page-template-template-login #primary form .lost_password a:active, .page-template-template-login #primary form .lost_password a:hover, .page-template-template-register #primary form .lost_password a:focus, .page-template-template-register #primary form .lost_password a:active, .page-template-template-register #primary form .lost_password a:hover {
  color: #202020;
  text-decoration: none;
}
.page-template-template-login #primary form.woocommerce-form-login button, .page-template-template-register #primary form.woocommerce-form-login button {
  margin-top: 20px;
}
.page-template-template-login #primary form.woocommerce-form-login .woocommerce-LostPassword.lost_password a, .page-template-template-register #primary form.woocommerce-form-login .woocommerce-LostPassword.lost_password a {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: rgb(37, 44, 50);
}
.page-template-template-login #primary form.woocommerce-form-login .woocommerce-LostPassword.lost_password a:focus, .page-template-template-login #primary form.woocommerce-form-login .woocommerce-LostPassword.lost_password a:active, .page-template-template-register #primary form.woocommerce-form-login .woocommerce-LostPassword.lost_password a:focus, .page-template-template-register #primary form.woocommerce-form-login .woocommerce-LostPassword.lost_password a:active {
  color: rgb(37, 44, 50);
}
.page-template-template-login #primary form .woocommerce-privacy-policy-text, .page-template-template-register #primary form .woocommerce-privacy-policy-text {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
  color: rgb(37, 44, 50);
}

.woocommerce-lost-password main {
  margin-bottom: 150px;
  margin-top: 150px;
}
.woocommerce-lost-password aside {
  display: none;
}
.woocommerce-lost-password .entry-title {
  border-bottom: 1px solid #1579BD;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #202020;
  margin-bottom: 30px;
  max-width: max-content;
}

form.woocommerce-ResetPassword.lost_reset_password {
  width: 100%;
  max-width: 595px;
  margin: 0 auto;
}
form.woocommerce-ResetPassword.lost_reset_password p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
}
form.woocommerce-ResetPassword.lost_reset_password button {
  padding: 9px 40px 9px 40px;
  gap: 0;
  border-radius: 30px;
  opacity: 1;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  background: #1579BD;
  box-shadow: 0 0 9px 0 rgba(21, 121, 189, 0.3490196078);
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  width: 100%;
  min-width: 142px;
  max-width: max-content;
}
form.woocommerce-ResetPassword.lost_reset_password p.form-row {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-flow: column;
}
form.woocommerce-ResetPassword.lost_reset_password p.form-row:last-child {
  display: flex;
  flex-flow: column;
}
form.woocommerce-ResetPassword.lost_reset_password .lost-password {
  text-align: center;
}
form.woocommerce-ResetPassword.lost_reset_password label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #202020;
  margin-bottom: 8px;
}
form.woocommerce-ResetPassword.lost_reset_password label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
  width: auto;
  max-width: max-content;
  margin: 0 auto;
}
form.woocommerce-ResetPassword.lost_reset_password input {
  padding: 10px 20px 10px 20px;
  gap: 0;
  border-radius: 63px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #202020;
  background: transparent;
  border: 1px solid #D0D0D0;
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.page-template-template-hurtownia .lenhard-breadcrumb, .post-type-archive-wholesale .lenhard-breadcrumb {
  margin-bottom: 0 !important;
}
.page-template-template-hurtownia .page-title, .post-type-archive-wholesale .page-title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image.svg");
  background-repeat: no-repeat;
  background-size: 102% 100%;
  background-position-x: -12px;
  text-transform: uppercase;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .page-template-template-hurtownia .page-title, .post-type-archive-wholesale .page-title {
    margin-bottom: 20px;
    padding: 27px 16px;
    background-position: -2px 0;
    background-size: auto 100%;
    height: auto;
    width: 100%;
    max-height: 100%;
    min-height: 50px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-hurtownia .page-title, .post-type-archive-wholesale .page-title {
    background-image: url("images/decor-line-mob.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
  }
}
@media (max-width: 560px) {
  .page-template-template-hurtownia .page-title, .post-type-archive-wholesale .page-title {
    background: #D5213D;
  }
}
@media (max-width: 560px) {
  .page-template-template-hurtownia .page-title, .post-type-archive-wholesale .page-title {
    padding: 16px;
  }
}
.page-template-template-hurtownia .container.contacts-container, .post-type-archive-wholesale .container.contacts-container {
  max-width: 1236px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .page-template-template-hurtownia .container.contacts-container, .post-type-archive-wholesale .container.contacts-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-hurtownia .container.contacts-container .image_decor-btm, .post-type-archive-wholesale .container.contacts-container .image_decor-btm {
  height: auto;
  border-radius: 0;
}
@media (max-width: 768px) {
  .page-template-template-hurtownia .container.contacts-container .image_decor-btm, .post-type-archive-wholesale .container.contacts-container .image_decor-btm {
    margin-bottom: 38px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-template-hurtownia .container.single-container, .post-type-archive-wholesale .container.single-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-hurtownia .image_decor-btm, .post-type-archive-wholesale .image_decor-btm {
  margin-top: 0;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .page-template-template-hurtownia .image_decor-btm, .post-type-archive-wholesale .image_decor-btm {
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .page-template-template-hurtownia .image_decor-btm, .post-type-archive-wholesale .image_decor-btm {
    margin-bottom: 38px;
  }
}

.warehouse-header {
  width: 100%;
  max-width: 1236px;
  margin: 0 auto 70px auto;
}
@media (max-width: 1024px) {
  .warehouse-header {
    margin-bottom: 20px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.warehouse-header #tableSearch {
  border-radius: 20px 0 0 20px !important;
}
.warehouse-header #tableSearch:focus, .warehouse-header #tableSearch:active {
  overlay: none;
  box-shadow: none;
}
.warehouse-header .search-group {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 31px 34px 0px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 12px 16px 12px 16px;
}
@media (max-width: 1024px) {
  .warehouse-header .search-group {
    border: 1px solid rgb(21, 121, 189);
    box-shadow: 0px 31px 34px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 16px 20px 16px;
  }
}
.warehouse-header #clearButton {
  outline: none;
  border: none;
  box-shadow: none;
}
.warehouse-header #clearButton:focus, .warehouse-header #clearButton:active, .warehouse-header #clearButton:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.warehouse-header #searchButton {
  background: rgb(21, 121, 189);
  padding: 12px 32px 12px 32px;
  border-radius: 10px;
}
.warehouse-header #searchButton span {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.warehouse-header #searchButton svg {
  dispaly: none;
}
@media (max-width: 1024px) {
  .warehouse-header #searchButton svg {
    display: block;
  }
}
@media (max-width: 1024px) {
  .warehouse-header #searchButton {
    background: transparent;
    padding: 0;
    border: none;
  }
}
.warehouse-header .filter-arrow {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: center;
  color: rgb(50, 50, 50);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  justify-content: center;
}
.warehouse-header .filter-arrow.active svg {
  transform: rotate(-180deg);
}
.warehouse-header .filter-arrow svg {
  margin-left: 4px;
}
@media (max-width: 1024px) {
  .warehouse-header .selected-group {
    display: none; /* Початковий стан прихований */
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
  }
}
@media (max-width: 1024px) {
  .warehouse-header .selected-group.active {
    display: flex;
    flex-flow: column;
    opacity: 1;
    max-height: 100%;
  }
}
.warehouse-header select {
  padding: 12px 12px 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: rgb(32, 32, 32);
}
.warehouse-header select:focus, .warehouse-header select:hover {
  box-shadow: none;
  outline: none;
}
.warehouse-header select option {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
  color: rgb(32, 32, 32);
}

@media (max-width: 1024px) {
  .warehouse-description {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

#wholesale-table_wrapper {
  width: 100%;
  max-width: 1236px;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto 120px auto;
}
@media (max-width: 1024px) {
  #wholesale-table_wrapper {
    margin: 0 auto;
  }
}
#wholesale-table_wrapper #wholesale-table_filter, #wholesale-table_wrapper #wholesale-table_length {
  display: none !important;
}
@media (max-width: 1024px) {
  #wholesale-table_wrapper #wholesale-table_info, #wholesale-table_wrapper #wholesale-table_paginate {
    display: none !important;
  }
}
#wholesale-table_wrapper thead > tr > th {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgb(157, 159, 159);
  border-bottom: 0;
}
#wholesale-table_wrapper tbody {
  margin-bottom: 40px;
}
#wholesale-table_wrapper tbody > tr.odd > * {
  box-shadow: none;
}
#wholesale-table_wrapper tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#wholesale-table_wrapper tbody tr {
  vertical-align: middle;
}
#wholesale-table_wrapper tbody tr:last-child {
  margin-bottom: 0;
}
#wholesale-table_wrapper tbody tr:last-child td {
  border-bottom: 0 !important;
  vertical-align: middle;
}
#wholesale-table_wrapper tbody tr > td {
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: middle;
}
#wholesale-table_wrapper tbody tr > td.post-name {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: rgb(32, 32, 32);
}
#wholesale-table_wrapper tbody tr > td.thumbnail img {
  border-radius: 20px;
}
#wholesale-table_wrapper tbody tr > td.thumbnail img.desktop {
  width: 100%;
  max-width: 80px;
}
#wholesale-table_wrapper tbody tr > td.post-category {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
#wholesale-table_wrapper tbody tr > td.post-description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#wholesale-table_wrapper tbody tr > td.post-description .content-preview {
  max-height: 55px; /* приблизно два рядки тексту */
  overflow: hidden;
  position: relative;
  flex: 1;
  float: left;
}
#wholesale-table_wrapper tbody tr > td.post-description .content-preview > *:nth-child(2) {
  position: relative;
}
#wholesale-table_wrapper tbody tr > td.post-description .content-preview > *:nth-child(2)::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  background: white;
}
#wholesale-table_wrapper tbody tr > td.post-description .content-preview.collapsed > *:nth-child(2)::after {
  content: "";
}
#wholesale-table_wrapper tbody tr > td.post-description .content-preview.collapsed button {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
#wholesale-table_wrapper tbody tr > td.post-description * {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  max-width: max-content;
}
#wholesale-table_wrapper tbody tr > td.post-description button {
  float: right;
  flex: 0 0 auto;
  background: transparent;
  border: none;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  color: rgb(21, 121, 189);
  margin-left: 20px;
  margin-right: 0;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
#wholesale-table_wrapper tbody tr > td.post-price {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: left;
  color: rgb(0, 49, 105);
  padding-left: 20px;
  padding-right: 20px;
}
#wholesale-table_wrapper tbody tr > td.post-price span {
  display: none;
}
#wholesale-table_wrapper tbody tr > td.post-qty {
  padding: 0 8px;
}
#wholesale-table_wrapper tbody tr > td.post-qty label {
  display: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
#wholesale-table_wrapper tbody tr > td.post-qty span {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
#wholesale-table_wrapper tbody tr > td.pdf-link a {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  color: rgb(21, 121, 189);
  text-decoration: none;
}
#wholesale-table_wrapper tbody tr > td.pdf-link a:hover, #wholesale-table_wrapper tbody tr > td.pdf-link a:focus, #wholesale-table_wrapper tbody tr > td.pdf-link a:active {
  color: rgb(21, 121, 189);
  text-decoration: none;
}
#wholesale-table_wrapper tbody tr > td.pdf-link a svg {
  width: 20px;
  height: 24px;
}
#wholesale-table_wrapper tbody tr > td.pdf-link .generate-pdf-btn {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  color: rgb(0, 49, 105);
  text-decoration: none;
}
#wholesale-table_wrapper tbody tr > td.pdf-link .generate-pdf-btn:hover, #wholesale-table_wrapper tbody tr > td.pdf-link .generate-pdf-btn:focus, #wholesale-table_wrapper tbody tr > td.pdf-link .generate-pdf-btn:active {
  color: rgb(21, 121, 189);
  text-decoration: none;
}
#wholesale-table_wrapper tbody tr > td button.contact-button {
  border: 2px solid rgb(21, 121, 189);
  background: transparent;
  border-radius: 30px;
  padding: 10px;
  color: rgb(21, 121, 189);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  width: 100%;
}

.responsive-table {
  display: none;
}

#wholesale-table thead > tr > th {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgb(157, 159, 159);
  border-bottom: 0;
}
#wholesale-table tbody {
  margin-bottom: 40px;
}
#wholesale-table tbody > tr.odd > * {
  box-shadow: none;
}
#wholesale-table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#wholesale-table tbody tr {
  vertical-align: middle;
}
#wholesale-table tbody tr:last-child {
  margin-bottom: 0;
}
#wholesale-table tbody tr:last-child td {
  border-bottom: 0 !important;
  vertical-align: middle;
}
#wholesale-table tbody tr > td {
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: middle;
}
#wholesale-table tbody tr > td.post-name {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: rgb(32, 32, 32);
}
#wholesale-table tbody tr > td.thumbnail img {
  border-radius: 20px;
}
#wholesale-table tbody tr > td.thumbnail img.desktop {
  width: 100%;
  max-width: 80px;
}
#wholesale-table tbody tr > td.post-category {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
#wholesale-table tbody tr > td.post-description .content-preview {
  max-height: 50px; /* приблизно два рядки тексту */
  overflow: hidden;
  position: relative;
  flex: 1;
  float: left;
}
#wholesale-table tbody tr > td.post-description .content-preview > *:nth-child(2) {
  position: relative;
}
#wholesale-table tbody tr > td.post-description .content-preview > *:nth-child(2)::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  background: white;
}
#wholesale-table tbody tr > td.post-description .content-preview.collapsed > *:nth-child(2)::after {
  content: "";
}
#wholesale-table tbody tr > td.post-description .content-preview.collapsed button {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
#wholesale-table tbody tr > td.post-description * {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  max-width: max-content;
}
#wholesale-table tbody tr > td.post-description button {
  float: right;
  flex: 0 0 auto;
  background: transparent;
  border: none;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  color: rgb(21, 121, 189);
  margin-left: 20px;
  margin-right: 0;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
#wholesale-table tbody tr > td.post-price {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: left;
  color: rgb(0, 49, 105);
  padding-left: 20px;
  padding-right: 20px;
}
#wholesale-table tbody tr > td.post-price span {
  display: none;
}
#wholesale-table tbody tr > td.post-qty {
  padding: 0 8px;
}
#wholesale-table tbody tr > td.post-qty label {
  display: none;
}
#wholesale-table tbody tr > td.post-qty span {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
#wholesale-table tbody tr > td.pdf-link a {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  color: rgb(21, 121, 189);
  text-decoration: none;
}
#wholesale-table tbody tr > td.pdf-link a:hover, #wholesale-table tbody tr > td.pdf-link a:focus, #wholesale-table tbody tr > td.pdf-link a:active {
  color: rgb(21, 121, 189);
  text-decoration: none;
}
#wholesale-table tbody tr > td.pdf-link a svg {
  width: 20px;
  height: 24px;
}
#wholesale-table tbody tr > td.pdf-link .generate-pdf-btn {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  color: rgb(0, 49, 105);
}
#wholesale-table tbody tr > td button.contact-button {
  border: 2px solid rgb(21, 121, 189);
  background: transparent;
  border-radius: 30px;
  padding: 10px;
  color: rgb(21, 121, 189);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1024px) {
  table.dataTable {
    display: none;
  }
  .responsive-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (max-width: 1024px) and (max-width: 425px) {
  .responsive-table {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .responsive-table .post-number {
    font-family: "Montserrat ExtraBold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: center;
    color: rgb(32, 32, 32);
  }
}
@media (max-width: 1024px) and (max-width: 425px) {
  .responsive-table .post-thumb {
    display: contents;
  }
}
@media (max-width: 1024px) {
  .responsive-table .post-thumb img {
    max-height: 166px;
    width: auto;
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 425px) {
  .responsive-table .post-thumb img {
    max-height: 90px;
    width: 40vw;
    height: 50vw;
  }
}
@media (max-width: 1024px) and (max-width: 560px) {
  .responsive-table .post-thumb img {
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .responsive-table .post-qty {
    padding: 8px 0 15px 0;
    align-items: flex-end;
  }
  .responsive-table .post-qty label {
    display: block;
    font-family: "Montserrat SemiBold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: rgb(0, 0, 0);
  }
  .responsive-table .post-qty span {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: rgb(0, 0, 0);
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .responsive-table .post-description {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .responsive-table .post-description .content-preview {
    max-height: 50px; /* приблизно два рядки тексту */
    overflow: hidden;
  }
  .responsive-table .post-description * {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) and (max-width: 425px) {
  .responsive-table .post-description * {
    word-break: break-word;
  }
}
@media (max-width: 1024px) {
  .responsive-table .post-description button {
    border: none;
    background: transparent;
    border-radius: 30px;
    padding: 0;
    color: rgb(21, 121, 189);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: center;
    margin-left: 0;
    margin-right: auto;
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .responsive-table .contact-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .responsive-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 15px;
  }
  .responsive-row .post-name {
    font-family: "Montserrat SemiBold", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    width: 100%;
    text-align: left;
    color: rgb(32, 32, 32);
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 425px) {
  .responsive-row .post-name {
    word-break: break-word;
  }
}
@media (max-width: 1024px) {
  .responsive-row .post-price {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 7px;
    font-family: "Montserrat SemiBold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;
    color: rgb(32, 32, 32);
  }
  .responsive-row .post-price span {
    display: block;
  }
}
@media (max-width: 1024px) {
  .responsive-row .pdf-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: center;
    color: rgb(21, 121, 189);
    margin-bottom: 10px;
  }
  .responsive-row .pdf-link a {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: center;
    color: rgb(21, 121, 189);
    text-decoration: none;
    padding-left: 0;
  }
  .responsive-row .pdf-link a:hover, .responsive-row .pdf-link a:focus, .responsive-row .pdf-link a:active {
    color: rgb(21, 121, 189);
    text-decoration: none;
  }
  .responsive-row .pdf-link a svg {
    width: 20px;
    height: 24px;
  }
}
@media (max-width: 1024px) {
  .responsive-row button.contact-button {
    border: 2px solid rgb(21, 121, 189);
    background: transparent;
    border-radius: 30px;
    padding: 10px;
    color: rgb(21, 121, 189);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .responsive-row > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .responsive-table .post-description * {
    line-height: 22px;
    margin-bottom: 3px;
  }
}
@media (max-width: 425px) {
  .responsive-table .post-description .content-preview {
    max-height: 96px;
  }
}

.custom-pagination .col-sm-12.col-md-5 {
  display: none;
}

.custom-pagination .col-sm-12.col-md-7 {
  flex: 0 0 100%;
  max-width: 100%;
}

#wholesale-table_paginate {
  width: 100%;
  margin-top: 40px;
  display: none;
}
#wholesale-table_paginate .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.posts_grid_navigation {
  display: none;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .posts_grid_navigation {
    display: block;
  }
}
@media (max-width: 768px) {
  .posts_grid_navigation {
    order: 1;
    margin-bottom: 100px !important;
  }
}
.posts_grid_navigation .pagination {
  padding-left: 0;
  margin-left: 0;
  gap: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  margin-top: 0;
}
@media (max-width: 768px) {
  .posts_grid_navigation .pagination {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.posts_grid_navigation .page-item.first, .posts_grid_navigation .page-item.last {
  display: none;
}
.posts_grid_navigation .page-link {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 40px;
  padding: 5px;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: center;
  color: rgb(37, 44, 50);
}
.posts_grid_navigation .page-link:hover {
  text-decoration: none;
  color: rgb(37, 44, 50);
}
.posts_grid_navigation .page-item.active .page-link {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: center;
  color: rgb(183, 9, 50) !important;
  border: 1px solid rgb(157, 159, 159);
  border-radius: 50%;
  color: rgb(21, 121, 189) !important;
  background: transparent !important;
}
.posts_grid_navigation .page-item.active .page-link:hover {
  text-decoration: none;
  color: rgb(21, 121, 189) !important;
}
.posts_grid_navigation .page-item.active .page-link:focus {
  outline: none;
  box-shadow: none;
}
.posts_grid_navigation .page-item.number {
  width: max-content;
}
.posts_grid_navigation .page-item.next {
  margin-left: auto;
  margin-right: 0;
  width: max-content;
}
.posts_grid_navigation .page-item.next .page-link {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: left;
  color: rgb(32, 32, 32);
  display: flex;
  padding-right: 45px;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .posts_grid_navigation .page-item.next .page-link {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .posts_grid_navigation .page-item.next .page-link span {
    display: none;
  }
}
.posts_grid_navigation .page-item.next .page-link::after {
  width: 14px;
  height: 21px;
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8385 6.99935H1.17188M1.17188 6.99935L7.00521 12.8327M1.17188 6.99935L7.00521 1.16602' stroke='%23252C32' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  transform: rotate(180deg) translateX(0%) translateY(50%) !important;
  left: auto !important;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.posts_grid_navigation .page-item.prev {
  margin-right: auto;
  margin-left: 0;
  padding-left: 0;
  margin-left: 12px;
  padding-right: 11px !important;
  max-width: max-content;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .posts_grid_navigation .page-item.prev {
    margin-left: 0;
  }
}
.posts_grid_navigation .page-item.prev .page-link {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: left;
  color: rgb(37, 44, 50);
  display: flex;
  padding-left: 40px;
  position: relative;
}
.posts_grid_navigation .page-item.prev .page-link::after {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 18px;
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8385 6.99935H1.17188M1.17188 6.99935L7.00521 12.8327M1.17188 6.99935L7.00521 1.16602' stroke='%23252C32' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  left: 8px !important;
}
@media (max-width: 768px) {
  .posts_grid_navigation .page-item.prev .page-link span {
    display: none;
  }
}

.pagination {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}
.pagination * {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: center;
  color: rgb(32, 32, 32);
}
.pagination .page-item {
  display: flex;
  gap: 20px;
  width: 100%;
}
.pagination .paginate_button {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 40px;
  padding: 5px;
  width: 40px !important;
  max-width: 40px !important;
  height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none;
}
.pagination .paginate_button:not(:last-child) {
  margin-right: 21px;
}
.pagination .paginate_button a.page-link {
  background: transparent !important;
  border: none;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  min-width: 40px;
  height: 40px;
  color: rgb(32, 32, 32);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .paginate_button a.page-link:focus, .pagination .paginate_button a.page-link:active {
  outline: none;
  box-shadow: none !important;
}
.pagination .paginate_button.active a.page-link {
  border: 1px solid rgb(157, 159, 159);
  border-radius: 50%;
  color: rgb(21, 121, 189) !important;
  background: transparent !important;
}
.pagination .paginate_button.active a.page-link:focus {
  outline: none;
  box-shadow: none;
}
.pagination .paginate_button:first-child {
  margin-left: 24px;
  margin-right: auto;
}
.pagination .paginate_button:last-child {
  margin-left: auto;
  margin-right: 24px;
}

.pagination .paginate_button.page-item.next {
  padding-left: 0;
  padding-right: 0;
  max-width: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  background: transparent;
}
.pagination .paginate_button.page-item.next a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: rgb(32, 32, 32);
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.pagination .paginate_button.page-item.next a .next-arrow {
  display: flex;
  align-items: center;
}
.pagination .paginate_button.page-item.next a .next-arrow svg {
  margin-left: 12px;
}

.pagination .paginate_button.page-item.previous {
  padding-left: 8px !important;
  padding-right: 11px !important;
  max-width: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  background: transparent;
}
.pagination .paginate_button.page-item.previous a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: rgb(32, 32, 32);
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.pagination .paginate_button.page-item.previous a .prev-arrow {
  display: flex;
  align-items: center;
}
.pagination .paginate_button.page-item.previous a .prev-arrow svg {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .pagination .paginate_button.page-item.previous {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .pagination .paginate_button.page-item.previous span.prev-text {
    display: none;
  }
}

.pagination .next, .pagination .previous {
  background: transparent !important;
  text-indent: 0 !important;
}

.pagination .next.page-numbers {
  padding-right: 22px;
}
@media (max-width: 768px) {
  .pagination .next.page-numbers {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .pagination .next.page-numbers span.next-text {
    display: none;
  }
}

.pagination .prev.page-numbers {
  padding-right: 22px;
  padding-left: 22px;
}
@media (max-width: 768px) {
  .pagination .prev.page-numbers {
    padding-left: 0;
  }
}

.pagination {
  padding-left: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.slick-lightbox .slick-prev {
  z-index: 99999;
}

.page-template-template-selected-cats .lenhard-breadcrumb {
  margin-bottom: 0;
}
.page-template-template-selected-cats .page-title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image.svg");
  background-repeat: no-repeat;
  background-size: 102% 100%;
  background-position-x: -12px;
  text-transform: uppercase;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .page-template-template-selected-cats .page-title {
    padding: 16px;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-selected-cats .page-title {
    background-image: url("images/decor-line-mob.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-selected-cats .page-title {
    background-size: auto 100%;
  }
}
@media (max-width: 560px) {
  .page-template-template-selected-cats .page-title {
    background-position: center;
  }
}
.page-template-template-selected-cats .container.contacts-container {
  max-width: 1236px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .page-template-template-selected-cats .container.contacts-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-selected-cats .container.contacts-container .image_decor-btm {
  height: auto;
  border-radius: 0;
}
@media (max-width: 768px) {
  .page-template-template-selected-cats .container.contacts-container .image_decor-btm {
    margin-bottom: 38px;
    margin-top: 0;
  }
}
.page-template-template-selected-cats .image_decor-btm {
  margin-top: 0;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .page-template-template-selected-cats .image_decor-btm {
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .page-template-template-selected-cats .image_decor-btm {
    margin-bottom: 38px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-selected-cats .selected-container, .page-template-template-selected-cats main .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.blue-title {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  height: auto; /* Висота SVG */
  background-color: #1579BD; /* Фон із кольором основної частини SVG */
  position: relative;
  clip-path: polygon(0 0, 89% 0, 97% 100%, 0% 100%);
  padding: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .blue-title {
    font-size: 20px;
    line-height: 24px;
    height: auto;
    clip-path: none;
    border-radius: 20px 20px 0 0;
  }
}

.selected-categories-tabs {
  display: grid;
  grid-template-columns: 260px auto;
  grid-template-rows: auto;
  column-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 16px 0 64px;
}
@media (max-width: 1024px) {
  .selected-categories-tabs {
    padding: 0;
    grid-template-columns: 1fr;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 0;
    column-gap: 0;
  }
}
.selected-categories-tabs .mob-message {
  display: none;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  text-align: center;
  color: rgb(0, 49, 105);
  width: auto;
  max-width: 190px;
}
.selected-categories-tabs .mob-message video {
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .selected-categories-tabs .mob-message {
    display: flex;
  }
}
.selected-categories-tabs #myTab {
  width: 100%;
  max-width: 300px;
  margin-right: 70px;
  flex: 0 0 auto;
  display: flex;
  flex-flow: column;
  margin-left: 0;
  padding-left: 0;
  border-bottom: none;
}
@media (max-width: 1260px) {
  .selected-categories-tabs #myTab {
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTab {
    padding: 0 18px 20px 18px;
    flex-flow: row;
    overflow: auto;
    max-width: 100%;
    margin-right: 0;
  }
}
.selected-categories-tabs #myTab > li {
  border-top: 1px solid rgb(21, 121, 189);
  border-bottom: 1px solid rgb(21, 121, 189);
  border-left: 1px solid rgb(21, 121, 189);
  border-right: 1px solid rgb(21, 121, 189);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTab > li {
    margin-right: 20px;
    min-width: min-content;
    overflow: initial;
    min-height: 50px;
    display: flex;
    flex: 0 0 auto;
    max-width: 230px;
    border-radius: 10px;
    height: auto;
  }
}
.selected-categories-tabs #myTab > li:first-child {
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTab > li:first-child {
    border-radius: 10px !important;
  }
}
.selected-categories-tabs #myTab > li:last-child {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTab > li:last-child {
    border-radius: 10px !important;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTab > li.active {
    background: rgb(21, 121, 189);
  }
}
.selected-categories-tabs #myTab > li a.nav-link {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: center;
  color: rgb(32, 32, 32);
  padding: 20px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: none !important;
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTab > li a.nav-link {
    padding: 10px 23px 10px 23px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 18.4px;
    width: 100%;
    height: 100%;
    border: none !important;
  }
}
.selected-categories-tabs #myTab > li a.nav-link:hover {
  border: none !important;
}
.selected-categories-tabs #myTab > li a.nav-link.active {
  background: rgb(21, 121, 189);
  color: rgb(255, 255, 255);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-color: rgb(21, 121, 189);
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTab > li a.nav-link.active {
    border-radius: 9px !important;
    background: transparent;
  }
}
.selected-categories-tabs #myTabContent {
  flex: 1;
  display: flex;
  height: 100%;
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTabContent {
    display: block;
  }
}
.selected-categories-tabs #myTabContent .tab-pane {
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center; /* Центрує контент вертикально */
  justify-items: flex-start;
  column-gap: 20px;
  row-gap: 20px;
  border: 1px solid #1579BD;
  background: rgb(255, 255, 255);
  padding: 0;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .selected-categories-tabs #myTabContent .tab-pane {
    flex-flow: column;
  }
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTabContent .tab-pane {
    border-radius: 0;
    border-width: 0;
    padding: 20px 0 20px 0;
  }
}
.selected-categories-tabs #myTabContent .tab-pane.active {
  display: flex;
}
.selected-categories-tabs #myTabContent .tab-pane .tab-content {
  flex: 0 0 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
}
@media screen and (max-width: 1100px) {
  .selected-categories-tabs #myTabContent .tab-pane .tab-content {
    flex: 1;
  }
}
.selected-categories-tabs #myTabContent .tab-pane h4 {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  height: auto;
  min-height: 60px; /* Висота SVG */
  background-color: #1579BD; /* Фон із кольором основної частини SVG */
  position: relative;
  border-radius: 16px 16px 0 0;
  padding: 13px 29.5px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .selected-categories-tabs #myTabContent .tab-pane h4 {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .selected-categories-tabs #myTabContent .tab-pane h4 {
    font-size: 16px;
    line-height: 100%;
    height: auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .tab-description {
  padding: 0 30px 20px 30px;
  font-family: Montserrat Semibold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 768px) {
  .selected-categories-tabs #myTabContent .tab-pane .tab-description {
    padding: 0 18px 20px 18px;
  }
}
@media (max-width: 768px) {
  .selected-categories-tabs #myTabContent .tab-pane .tab-description {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .tab-description p {
  margin-bottom: 20px;
  font-family: Montserrat Semibold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 768px) {
  .selected-categories-tabs #myTabContent .tab-pane .tab-description p {
    font-weight: 400;
    font-family: Montserrat, sans-serif;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .tab-description p:last-child {
  margin-bottom: 0;
}
.selected-categories-tabs #myTabContent .tab-pane .tab-link {
  border: 2px solid rgb(21, 121, 189);
  padding: 20px 40px 20px 40px;
  border-radius: 30px;
  color: rgb(21, 121, 189);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
  text-decoration: none;
  margin: 20px 30px 30px auto;
  flex: 0 0 auto;
}
@media (max-width: 560px) {
  .selected-categories-tabs #myTabContent .tab-pane .tab-link {
    flex: 0 0 100%;
    width: calc(100% - 32px);
    margin: 20px auto 30px auto;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .tab-link:hover, .selected-categories-tabs #myTabContent .tab-pane .tab-link:focus, .selected-categories-tabs #myTabContent .tab-pane .tab-link:active {
  text-decoration: none;
  color: #fff;
  background: rgb(21, 121, 189);
}
.selected-categories-tabs #myTabContent .tab-pane .category-images {
  display: flex;
  flex-flow: row;
  justify-content: center; /* Центрує вміст горизонтально */
  align-items: center; /* Центрує вміст вертикально */
  column-gap: 20px;
  row-gap: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  flex: 0 0 100%;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTabContent .tab-pane .category-images {
    flex-flow: column;
  }
}
@media screen and (max-width: 1024px) {
  .selected-categories-tabs #myTabContent .tab-pane .category-images {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__full {
  max-width: 413px;
}
@media screen and (max-width: 1024px) {
  .selected-categories-tabs #myTabContent .tab-pane .category-images__full {
    width: 100%;
    max-width: 100%;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__full .category-video {
  width: 100%;
  max-width: 100%; /* Відео не буде ширшим за блок */
  height: auto; /* Висота буде пропорційно змінюватись до ширини */
  border-radius: 20px;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs {
  flex: 1;
  display: grid;
  flex-wrap: wrap;
  gap: 3px 20px;
  width: auto;
  max-width: 100%;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-3, .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-6, .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-7 {
  grid-template-columns: repeat(2, 1fr);
  gap: 3px 20px;
}
@media (max-width: 560px) {
  .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-3, .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-6, .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 20px;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-3 img:hover, .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-6 img:hover, .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-7 img:hover {
  cursor: pointer;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-4 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 3px 20px;
}
@media (max-width: 560px) {
  .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 20px;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-4 img:hover {
  cursor: pointer;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-5 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 3px 20px;
}
@media (max-width: 560px) {
  .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 20px;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-5 img:hover {
  cursor: pointer;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 3px 20px;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-2 img:hover {
  cursor: pointer;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-1 {
  grid-template-columns: repeat(2, 1fr);
  gap: 3px 20px;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs.images-grid-1 img:hover {
  cursor: pointer;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs a {
  flex: 0 0 calc(25% - 3px);
  height: 100%;
  display: block;
  width: auto;
}
@media (max-width: 768px) {
  .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs a {
    flex: 0 0 calc(50% - 5px);
  }
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs a img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs a:hover, .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs a:focus, .selected-categories-tabs #myTabContent .tab-pane .category-images__thumbs a:active {
  overlay: none;
  box-shadow: none;
  text-decoration: none;
}
.selected-categories-tabs #myTabContent .tab-pane .mob-tab-link {
  display: none;
  border: 2px solid rgb(21, 121, 189);
  padding: 20px 40px 20px 40px;
  border-radius: 30px;
  color: rgb(21, 121, 189);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  flex: 0 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .selected-categories-tabs #myTabContent .tab-pane .mob-tab-link {
    display: flex;
  }
}
.selected-categories-tabs #myTabContent .tab-pane .mob-tab-link:hover, .selected-categories-tabs #myTabContent .tab-pane .mob-tab-link:focus, .selected-categories-tabs #myTabContent .tab-pane .mob-tab-link:active {
  text-decoration: none;
  color: #fff;
  background: rgb(21, 121, 189);
}

.categories-specificaton {
  margin-bottom: 100px;
  padding: 50px;
  border-radius: 10px;
  background: rgb(242, 242, 242);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .categories-specificaton {
    flex-flow: column;
    padding: 35px 10px 35px 10px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.categories-specificaton svg {
  margin-right: 15px;
}
.categories-specificaton__title {
  display: flex;
  flex-flow: row;
  align-items: center;
  max-width: max-content;
  margin-right: 150px;
  color: rgb(157, 159, 159);
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .categories-specificaton__title {
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .categories-specificaton__title {
    font-size: 36px;
    line-height: 43.2px;
  }
}
.categories-specificaton__content {
  display: flex;
  flex-flow: row;
  margin-left: auto;
  flex: 1;
  width: max-content;
}
@media (max-width: 1024px) {
  .categories-specificaton__content {
    flex-flow: column;
    max-width: 100%;
  }
}
.categories-specificaton__content-item {
  width: 100%;
  max-width: 385px;
  flex: 0 0 calc(50% - 10px);
  gap: 20px;
}
@media (max-width: 1024px) {
  .categories-specificaton__content-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.categories-specificaton__content-item:last-child {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .categories-specificaton__content-item:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
.categories-specificaton__content-item * {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.page-template-template-single-product-1-php .full-banner, .page-template-template-single-product-2-php .full-banner,
.page-template-template-single-product-3-php .full-banner, .page-template-template-single-product-4-php .full-banner,
.page-template-template-single-product-5-php .full-banner, .page-template-template-single-product-6 .full-banner {
  width: 100%;
  display: block;
}
.page-template-template-single-product-1-php .lenhard-breadcrumb, .page-template-template-single-product-2-php .lenhard-breadcrumb,
.page-template-template-single-product-3-php .lenhard-breadcrumb, .page-template-template-single-product-4-php .lenhard-breadcrumb,
.page-template-template-single-product-5-php .lenhard-breadcrumb, .page-template-template-single-product-6 .lenhard-breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-template-template-single-product-1-php #page .container-lg.content-container, .page-template-template-single-product-1-php #page .single-container, .page-template-template-single-product-1-php #page .container.main-title, .page-template-template-single-product-1-php #page .video-container, .page-template-template-single-product-2-php #page .container-lg.content-container, .page-template-template-single-product-2-php #page .single-container, .page-template-template-single-product-2-php #page .container.main-title, .page-template-template-single-product-2-php #page .video-container,
.page-template-template-single-product-3-php #page .container-lg.content-container,
.page-template-template-single-product-3-php #page .single-container,
.page-template-template-single-product-3-php #page .container.main-title,
.page-template-template-single-product-3-php #page .video-container, .page-template-template-single-product-4-php #page .container-lg.content-container, .page-template-template-single-product-4-php #page .single-container, .page-template-template-single-product-4-php #page .container.main-title, .page-template-template-single-product-4-php #page .video-container,
.page-template-template-single-product-5-php #page .container-lg.content-container,
.page-template-template-single-product-5-php #page .single-container,
.page-template-template-single-product-5-php #page .container.main-title,
.page-template-template-single-product-5-php #page .video-container, .page-template-template-single-product-6 #page .container-lg.content-container, .page-template-template-single-product-6 #page .single-container, .page-template-template-single-product-6 #page .container.main-title, .page-template-template-single-product-6 #page .video-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-template-single-product-1-php #page .container.contacts-container, .page-template-template-single-product-2-php #page .container.contacts-container,
.page-template-template-single-product-3-php #page .container.contacts-container, .page-template-template-single-product-4-php #page .container.contacts-container,
.page-template-template-single-product-5-php #page .container.contacts-container, .page-template-template-single-product-6 #page .container.contacts-container {
  max-width: 1236px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .page-template-template-single-product-1-php #page .container.contacts-container, .page-template-template-single-product-2-php #page .container.contacts-container,
.page-template-template-single-product-3-php #page .container.contacts-container, .page-template-template-single-product-4-php #page .container.contacts-container,
.page-template-template-single-product-5-php #page .container.contacts-container, .page-template-template-single-product-6 #page .container.contacts-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-single-product-1-php #page .container.contacts-container .image_decor-btm, .page-template-template-single-product-2-php #page .container.contacts-container .image_decor-btm,
.page-template-template-single-product-3-php #page .container.contacts-container .image_decor-btm, .page-template-template-single-product-4-php #page .container.contacts-container .image_decor-btm,
.page-template-template-single-product-5-php #page .container.contacts-container .image_decor-btm, .page-template-template-single-product-6 #page .container.contacts-container .image_decor-btm {
  height: auto;
  border-radius: 0;
}
@media (max-width: 768px) {
  .page-template-template-single-product-1-php #page .container.contacts-container .image_decor-btm, .page-template-template-single-product-2-php #page .container.contacts-container .image_decor-btm,
.page-template-template-single-product-3-php #page .container.contacts-container .image_decor-btm, .page-template-template-single-product-4-php #page .container.contacts-container .image_decor-btm,
.page-template-template-single-product-5-php #page .container.contacts-container .image_decor-btm, .page-template-template-single-product-6 #page .container.contacts-container .image_decor-btm {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.page-template-template-single-product-1-php #contact-form, .page-template-template-single-product-2-php #contact-form,
.page-template-template-single-product-3-php #contact-form, .page-template-template-single-product-4-php #contact-form,
.page-template-template-single-product-5-php #contact-form, .page-template-template-single-product-6 #contact-form {
  margin-bottom: 64px;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .page-template-template-single-product-1-php #contact-form, .page-template-template-single-product-2-php #contact-form,
.page-template-template-single-product-3-php #contact-form, .page-template-template-single-product-4-php #contact-form,
.page-template-template-single-product-5-php #contact-form, .page-template-template-single-product-6 #contact-form {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 560px) {
  .page-template-template-single-product-1-php #contact-form, .page-template-template-single-product-2-php #contact-form,
.page-template-template-single-product-3-php #contact-form, .page-template-template-single-product-4-php #contact-form,
.page-template-template-single-product-5-php #contact-form, .page-template-template-single-product-6 #contact-form {
    margin-top: 38px;
  }
}
.page-template-template-single-product-1-php .page-title, .page-template-template-single-product-2-php .page-title,
.page-template-template-single-product-3-php .page-title, .page-template-template-single-product-4-php .page-title,
.page-template-template-single-product-5-php .page-title, .page-template-template-single-product-6 .page-title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image.svg");
  background-repeat: no-repeat;
  background-size: 102% 100%;
  background-position-x: -12px;
  text-transform: uppercase;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-template-template-single-product-1-php .page-title, .page-template-template-single-product-2-php .page-title,
.page-template-template-single-product-3-php .page-title, .page-template-template-single-product-4-php .page-title,
.page-template-template-single-product-5-php .page-title, .page-template-template-single-product-6 .page-title {
    background-image: url("images/decor-line-mob.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
  }
}
@media (max-width: 560px) {
  .page-template-template-single-product-1-php .page-title, .page-template-template-single-product-2-php .page-title,
.page-template-template-single-product-3-php .page-title, .page-template-template-single-product-4-php .page-title,
.page-template-template-single-product-5-php .page-title, .page-template-template-single-product-6 .page-title {
    background: #D5213D;
  }
}
@media (max-width: 1024px) {
  .page-template-template-single-product-1-php .page-title, .page-template-template-single-product-2-php .page-title,
.page-template-template-single-product-3-php .page-title, .page-template-template-single-product-4-php .page-title,
.page-template-template-single-product-5-php .page-title, .page-template-template-single-product-6 .page-title {
    padding: 27px 16px;
    background-position: -2px 0;
    background-size: 101% auto;
    height: auto;
    width: 100%;
    max-height: 100%;
    min-height: 50px;
    display: flex;
    min-height: 50px;
  }
}
@media (max-width: 560px) {
  .page-template-template-single-product-1-php .page-title, .page-template-template-single-product-2-php .page-title,
.page-template-template-single-product-3-php .page-title, .page-template-template-single-product-4-php .page-title,
.page-template-template-single-product-5-php .page-title, .page-template-template-single-product-6 .page-title {
    padding: 16px;
  }
}

.page-template-template-single-product-1-php .video-container, .page-template-template-single-product-4-php .video-container,
.page-template-template-single-product-3-php .video-container, .page-template-template-single-product-2-php .video-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1260px) {
  .page-template-template-single-product-1-php .video-container, .page-template-template-single-product-4-php .video-container,
.page-template-template-single-product-3-php .video-container, .page-template-template-single-product-2-php .video-container {
    padding-bottom: 56.25%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-template-single-product-1-php .video-container, .page-template-template-single-product-4-php .video-container,
.page-template-template-single-product-3-php .video-container, .page-template-template-single-product-2-php .video-container {
    height: 100%;
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 1100px) {
  .page-template-template-single-product-1-php .video-container, .page-template-template-single-product-4-php .video-container,
.page-template-template-single-product-3-php .video-container, .page-template-template-single-product-2-php .video-container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .page-template-template-single-product-1-php .video-container .video, .page-template-template-single-product-4-php .video-container .video,
.page-template-template-single-product-3-php .video-container .video, .page-template-template-single-product-2-php .video-container .video {
    left: 0;
    transform: none;
    padding-bottom: 0;
  }
}

@media (max-width: 1260px) {
  .single-product-1-main .main-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .single-product-1-main .main-title {
    background-size: auto;
    background-position: top center;
  }
}
@media (max-width: 560px) {
  .single-product-1-main .main-title {
    background-size: 100%;
  }
}
.single-product-1-main .main-title h1 {
  margin-top: -1px;
}
@media (max-width: 1260px) {
  .single-product-1-main .main-title h1 {
    background-size: cover;
    height: 100%;
    margin-bottom: 20px;
  }
}
.single-product-1-main .comparison-content.double-content {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px 0;
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.double-content {
    grid-template-columns: 1fr;
  }
}
.single-product-1-main .comparison-content.double-content > div:nth-child(3) {
  order: 2; /* Переносимо текст другого ряду на другу позицію */
  flex: 1;
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.double-content > div:nth-child(3) {
    order: 1;
    padding-bottom: 0;
  }
}
.single-product-1-main .comparison-content.double-content > div:nth-child(4) {
  order: 1; /* Переносимо картинку другого ряду на першу позицію */
  padding-right: 50px;
  flex: 0 0 488px;
  max-width: 488px;
  margin-right: 58px;
}
.single-product-1-main .comparison-content.double-content > div:nth-child(4) img {
  max-width: 488px;
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.double-content > div:nth-child(4) img {
    flex: 1;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.double-content > div:nth-child(4) {
    padding: 0 20px;
    margin: 0 auto;
    order: 2;
    max-width: 100%;
  }
}
.single-product-1-main .comparison-content.double-content > div:nth-child(2) {
  padding-left: 58px;
  margin-top: -60px;
  width: 100%;
  max-width: 488px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.double-content > div:nth-child(2) {
    margin-top: -30px;
    margin-right: auto;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.double-content > div:nth-child(2) {
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.double-content > div:nth-child(2) img {
    max-width: 100%;
  }
}
.single-product-1-main .comparison-content.double-content > div:first-child {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.double-content > div:first-child {
    padding-left: 18px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.comparison-image-content {
    flex-flow: column;
  }
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content.comparison-image-content .image-content {
    flex: 0 0 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.single-product-1-main .comparison-content .image-content {
  flex: 0 0 508px;
  max-width: 508px;
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content .image-content {
    flex: 0 0 100%;
    padding: 0 20px;
  }
}
.single-product-1-main .comparison-content .text-content {
  padding-left: 100px;
}
@media (max-width: 1024px) {
  .single-product-1-main .comparison-content .text-content {
    padding: 0 20px;
  }
}
.single-product-1-main .comparison-table table {
  min-width: 100%;
}
.single-product-1-main .comparison-table thead th {
  max-width: 1%;
  min-width: 50px;
}
.single-product-1-main .comparison-table thead th strong {
  word-break: break-word;
  font-size: 10px !important;
}
.single-product-1-main .comparison-table tbody td {
  font-size: 12px;
}
.single-product-1-main .image-decor-btm {
  margin-top: 64px;
  margin-bottom: 64px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .single-product-1-main .image-decor-btm {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .single-product-1-main .image-decor-btm {
    margin-bottom: 38px;
  }
}

@media (max-width: 1260px) {
  .single-product-2-main .main-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .single-product-2-main .main-title {
    background-size: auto;
    background-position: top center;
  }
}
@media (max-width: 560px) {
  .single-product-2-main .main-title {
    background-size: 100%;
  }
}
.single-product-2-main .main-title h1 {
  margin-top: -1px;
}
@media (max-width: 1260px) {
  .single-product-2-main .main-title h1 {
    background-size: cover;
    height: 100%;
    margin-bottom: 20px;
  }
}
.single-product-2-main .comparison-content.double-content {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 20px 0;
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content.double-content {
    grid-template-columns: 1fr;
  }
}
.single-product-2-main .comparison-content.double-content > div:nth-child(2) {
  padding-left: 0;
  margin-top: -67px;
  margin-left: 66px;
  margin-right: 0;
  width: 100%;
  max-width: 584px;
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content.double-content > div:nth-child(2) {
    padding: 0 20px;
    margin: 0 auto;
  }
}
.single-product-2-main .comparison-table {
  margin-top: 64px;
  padding: 0 64px;
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-table {
    padding: 0 16px;
  }
}
.single-product-2-main .comparison-content#comparison-content-2 {
  margin-top: 0;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content#comparison-content-2 {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 0;
  }
}
@media (max-width: 560px) {
  .single-product-2-main .comparison-content#comparison-content-2 {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content#comparison-content-2 .text-content {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 40px;
    padding: 10px 0;
  }
}
@media (max-width: 560px) {
  .single-product-2-main .comparison-content#comparison-content-2 .text-content {
    margin-top: 0;
  }
}
.single-product-2-main .comparison-content#comparison-content-2 .text-content .text-content__title {
  background-size: auto 100%;
  height: auto;
  min-height: 70px;
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content#comparison-content-2 .text-content .text-content__title {
    background: #9D9E9E;
    font-size: 16px;
    min-height: 40px;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .single-product-2-main .comparison-content#comparison-content-2 .text-content ul {
    padding-right: 16px;
  }
}
.single-product-2-main .comparison-content#comparison-content-2 .image-content {
  flex: 0 0 446px;
  width: 100%;
  max-width: 446px;
  margin-left: 94px;
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content#comparison-content-2 .image-content {
    margin-left: 0;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.single-product-2-main .comparison-content#comparison-content-3 {
  margin-top: 0;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content#comparison-content-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-flow: column;
    align-items: flex-start;
  }
}
.single-product-2-main .comparison-content#comparison-content-3 .text-content {
  margin-left: auto;
  max-width: 446px;
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content#comparison-content-3 .text-content {
    max-width: 100%;
    margin: 0 auto;
  }
}
.single-product-2-main .comparison-content#comparison-content-3 .text-content p:last-child {
  margin-bottom: 0;
}
.single-product-2-main .comparison-content .image-content {
  flex: 0 0 514px;
  width: 100%;
  max-width: 514px;
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content .image-content {
    padding: 0 20px;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .single-product-2-main .comparison-content .image-content img {
    max-width: 100%;
  }
}

.text-decor-section {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 64px;
}
.text-decor-section.mt-empty {
  margin-top: 50px;
}
@media screen and (max-width: 1330px) {
  .text-decor-section {
    flex-wrap: wrap;
  }
}
.text-decor-section__item {
  display: flex;
  flex-flow: column;
  flex: 0 0 33.3334;
}
.text-decor-section__item:first-child {
  width: 100%;
  max-width: 33.3334%;
  flex: 0 0 33.3334%;
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .text-decor-section__item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.text-decor-section__item:first-child .text-decor-section__item-title {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  padding: 12.5px 40px 12.5px 80px;
  flex: 0 0 auto;
  z-index: 0;
  justify-content: left;
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:first-child .text-decor-section__item-title {
    max-width: calc(100% - 20px);
    padding-right: 70px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .text-decor-section__item:first-child .text-decor-section__item-title {
    max-width: 100%;
    clip-path: none;
    padding-right: 50px;
    padding-left: 30px;
  }
}
.text-decor-section__item:first-child .text-decor-section__item-content {
  padding: 32px 40px 0 65px;
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:first-child .text-decor-section__item-content {
    padding: 20px 20px 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .text-decor-section__item:first-child .text-decor-section__item-content {
    padding: 20px 0 0 20px;
  }
}
.text-decor-section__item:nth-child(2) {
  margin: 0 0 0 -41px;
  width: 100%;
  max-width: 33.3334%;
  flex: 0 0 33.3334%;
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .text-decor-section__item:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}
.text-decor-section__item:nth-child(2) .text-decor-section__item-title {
  padding: 12.5px 10px 12.5px 90px;
  position: relative;
  z-index: 10;
  justify-content: left;
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:nth-child(2) .text-decor-section__item-title {
    max-width: 100%;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    padding-right: 70px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .text-decor-section__item:nth-child(2) .text-decor-section__item-title {
    max-width: 100%;
    clip-path: none;
    padding-right: 50px;
    padding-left: 30px;
  }
}
.text-decor-section__item:nth-child(2) .text-decor-section__item-title::before, .text-decor-section__item:nth-child(2) .text-decor-section__item-title::after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  width: var(--triangle-size);
  height: var(--triangle-size);
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:nth-child(2) .text-decor-section__item-title::before, .text-decor-section__item:nth-child(2) .text-decor-section__item-title::after {
    display: none;
  }
}
.text-decor-section__item:nth-child(2) .text-decor-section__item-title::after {
  right: calc(var(--triangle-size) * -1);
  border-color: transparent transparent #68BBE9 transparent;
  border-width: 0 var(--triangle-size) var(--triangle-size) 0;
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:nth-child(2) .text-decor-section__item-title::after {
    display: none;
  }
}
.text-decor-section__item:nth-child(2) .text-decor-section__item-title::before {
  left: calc(var(--triangle-size) * -1);
  border-color: #68BBE9 transparent transparent transparent;
  border-width: var(--triangle-size) 0 0 var(--triangle-size);
}
.text-decor-section__item:nth-child(2) .text-decor-section__item-content {
  padding: 32px 0 0 75px;
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:nth-child(2) .text-decor-section__item-content {
    padding: 20px 0 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .text-decor-section__item:nth-child(2) .text-decor-section__item-content {
    padding: 20px 0 0 20px;
  }
}
.text-decor-section__item:nth-child(3) {
  flex: 0 0 33.3334%;
  max-width: 33.3334%;
  margin: 0 0 0 -41px;
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:nth-child(3) {
    flex: 0 0 50%;
    margin: 50px auto 0 auto;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .text-decor-section__item:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.text-decor-section__item:nth-child(3) .text-decor-section__item-title {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
  padding: 12.5px 10px 12.5px 90px;
  flex: 0 0 auto;
  z-index: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 1111px) {
  .text-decor-section__item:nth-child(3) .text-decor-section__item-title {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1024px) {
  .text-decor-section__item:nth-child(3) .text-decor-section__item-title {
    flex: 0 0 100%;
    max-width: 100%;
    clip-path: none;
    padding: 12.5px 70px 12.5px 30px;
  }
}
.text-decor-section__item:nth-child(3) .text-decor-section__item-content {
  padding-left: 75px;
}
@media screen and (max-width: 1024px) {
  .text-decor-section__item:nth-child(3) .text-decor-section__item-content {
    padding-left: 20px;
  }
}
.text-decor-section__item-title {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  height: auto;
  min-height: 50px;
  flex: 0 0 auto;
  padding: 15px 50px 15.5px 90px;
}
@media (max-width: 768px) {
  .text-decor-section__item-title {
    font-size: 16px;
    line-height: 19.2px;
    padding: 12.5px 70px 12.5px 20px !important;
  }
}
@media (max-width: 425px) {
  .text-decor-section__item-title {
    font-size: 16px;
    line-height: 19.2px;
    padding: 12.5px 30px 12.5px 20px !important;
  }
}
.text-decor-section__item-content {
  padding: 32px 40px 0 90px;
  flex: 0 0 auto;
}
@media screen and (max-width: 1100px) {
  .text-decor-section__item-content {
    padding-top: 20px;
  }
}
.text-decor-section__item-content * {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  word-break: break-word;
}
.text-decor-section__item-content ul, .text-decor-section__item-content ol {
  padding-left: 0;
  margin-left: 15px;
  margin-bottom: 0;
}

main.single-product-2-main .image-decor-btm {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  main.single-product-2-main .image-decor-btm {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  main.single-product-2-main .image-decor-btm {
    margin-bottom: 38px;
  }
}
main.single-product-2-main .comparison-table table {
  min-width: 100%;
}
main.single-product-2-main .comparison-table thead th {
  max-width: 1%;
  min-width: 50px;
}
main.single-product-2-main .comparison-table thead th strong {
  word-break: break-word;
  font-size: 10px !important;
}
main.single-product-2-main .comparison-table tbody td {
  font-size: 12px;
}

@media (max-width: 1260px) {
  main.single-product-3-main .main-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  main.single-product-3-main .main-title {
    background-size: auto;
    background-position: top center;
  }
}
@media (max-width: 560px) {
  main.single-product-3-main .main-title {
    background-size: 100%;
  }
}
main.single-product-3-main .main-title h1 {
  margin-top: -1px;
}
@media (max-width: 1260px) {
  main.single-product-3-main .main-title h1 {
    background-size: cover;
    height: 100%;
    margin-bottom: 20px;
  }
}
main.single-product-3-main .content-container {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  main.single-product-3-main .content-container {
    margin-bottom: 40px;
  }
}
main.single-product-3-main .comparison-images-gallery {
  align-items: flex-start;
  column-gap: 64px;
}
@media (max-width: 1024px) {
  main.single-product-3-main .comparison-images-gallery {
    flex-wrap: wrap;
    column-gap: 0;
  }
}
main.single-product-3-main .comparison-images-gallery .text-content {
  display: flex;
  flex-flow: column;
}
@media (max-width: 768px) {
  main.single-product-3-main .comparison-images-gallery .text-content {
    padding: 20px 16px 0 16px;
  }
}
main.single-product-3-main .comparison-images-gallery .text-content * {
  font-weight: 500;
}
main.single-product-3-main .comparison-images-gallery .images-gallery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 589px;
  max-width: 589px;
}
@media (max-width: 1024px) {
  main.single-product-3-main .comparison-images-gallery .images-gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.single-product-3-main .comparison-images-gallery .images-gallery img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  main.single-product-3-main .comparison-images-gallery .images-gallery img {
    max-height: 100%;
    width: 100%;
  }
}
main.single-product-3-main .comparison-images-gallery .images-gallery .top-image {
  margin-bottom: 0;
}
main.single-product-3-main .comparison-attention-content .text-title {
  border-radius: 10px;
  background: #F2F2F2;
  display: none !important;
  padding: 20px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  main.single-product-3-main .comparison-attention-content .text-title {
    margin-bottom: 20px;
  }
}
main.single-product-3-main .comparison-attention-content .image-content {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  main.single-product-3-main .comparison-attention-content .image-content {
    padding: 0 16px;
  }
}
main.single-product-3-main .comparison-attention-content .image-content img {
  margin: 0 auto;
  max-width: 100%;
}
main.single-product-3-main .image-decor-btm {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  main.single-product-3-main .image-decor-btm {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  main.single-product-3-main .image-decor-btm {
    margin-bottom: 38px;
  }
}

@media (max-width: 1260px) {
  .single-product-4-main .main-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .single-product-4-main .main-title {
    background-size: auto;
    background-position: top center;
  }
}
@media (max-width: 560px) {
  .single-product-4-main .main-title {
    background-size: 100%;
  }
}
.single-product-4-main .main-title h1 {
  margin-top: -1px;
}
@media (max-width: 1260px) {
  .single-product-4-main .main-title h1 {
    background-size: cover;
    height: 100%;
    margin-bottom: 20px;
  }
}
.single-product-4-main .comparison-images-gallery .text-content {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .single-product-4-main .comparison-images-gallery .text-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.single-product-4-main .comparison-images-gallery .images-gallery {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  gap: 20px;
  flex: 1;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .single-product-4-main .comparison-images-gallery .images-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-bottom: 50px;
  }
}
.single-product-4-main .comparison-images-gallery .images-gallery img {
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .single-product-4-main .text-decor-section {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .single-product-4-main .comparison-content {
    margin-top: 20px !important;
  }
}
.single-product-4-main .comparison-content p:last-child {
  margin-bottom: 0;
}
.single-product-4-main .image-decor-btm {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .single-product-4-main .image-decor-btm {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .single-product-4-main .image-decor-btm {
    margin-bottom: 38px;
  }
}

@media (max-width: 1260px) {
  .single-product-5-main .main-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .single-product-5-main .main-title {
    background-size: auto;
    background-position: top center;
  }
}
@media (max-width: 560px) {
  .single-product-5-main .main-title {
    background-size: 100%;
  }
}
.single-product-5-main .main-title h1 {
  margin-top: 0;
}
@media (max-width: 1260px) {
  .single-product-5-main .main-title h1 {
    background-size: cover;
    height: 100%;
    margin-bottom: 20px;
  }
}
.single-product-5-main .comparison-content {
  padding: 0 64px;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-content {
    flex-wrap: wrap;
    flex-flow: column;
  }
}
.single-product-5-main .comparison-content:first-child .image-content {
  padding-left: 56px;
  margin-right: -34px;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-content:first-child .image-content {
    padding-left: 0;
  }
}
.single-product-5-main .comparison-content:first-child .text-content {
  margin-right: 15px;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-content:first-child .text-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.single-product-5-main .comparison-content:nth-child(2) .image-content {
  padding-right: 56px;
  margin-left: -33px;
}
.single-product-5-main .comparison-content:nth-child(2) .image-content img {
  margin-top: -61px;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-content:nth-child(2) .image-content img {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-content:nth-child(2) .image-content {
    padding-right: 0;
    margin-left: 0;
  }
}
.single-product-5-main .comparison-content:nth-child(2) .text-content {
  margin-right: 34px;
  margin-left: -20px;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-content:nth-child(2) .text-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.single-product-5-main .comparison-content .text-content {
  align-items: flex-start;
}
.single-product-5-main .comparison-description-content {
  margin-top: 50px;
}
.single-product-5-main .comparison-description-content__title {
  background-image: url("images/decor-product-bkg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
  padding: 6px 40px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  /* Lenhard/H4 */
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-description-content__title {
    background-position: left !important;
    position: relative;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .single-product-5-main .comparison-description-content__title::after {
    content: "";
    background: #68BBE9;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 100%;
    max-width: 132px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  }
}
@media screen and (max-width: 425px) {
  .single-product-5-main .comparison-description-content__title::after {
    max-width: 82px;
  }
}
@media screen and (max-width: 900px) {
  .single-product-5-main .comparison-description-content__title {
    background: #D5213D;
    background-position: center !important;
    background-size: auto !important;
  }
}
@media (max-width: 768px) {
  .single-product-5-main .comparison-description-content__title {
    padding: 13px 18px 13px 18px;
  }
}
@media (max-width: 560px) {
  .single-product-5-main .comparison-description-content__title {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-image-content {
    flex-wrap: wrap;
    padding: 0;
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-image-content:nth-child(2) {
    margin-top: 0;
  }
}
.single-product-5-main .comparison-description-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 50px;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-description-content-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    padding: 0 16px;
  }
}
.single-product-5-main .comparison-description-content-grid__item {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.single-product-5-main .comparison-description-content-grid__item:last-child .comparison-description-content-grid__item-value ul {
  margin-bottom: 0;
}
.single-product-5-main .comparison-description-content-grid__item-title {
  display: flex;
  padding: 16px 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #D5213D;
  margin-bottom: 30px;
  color: #FFF;
  font-family: "Montserrat Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-description-content-grid__item-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .single-product-5-main .comparison-description-content-grid__item-title {
    padding: 20px 0;
  }
}
@media (max-width: 560px) {
  .single-product-5-main .comparison-description-content-grid__item-title {
    font-size: 16px;
  }
}
.single-product-5-main .comparison-description-content-grid__item-value {
  padding-right: 42px;
}
.single-product-5-main .comparison-description-content-grid__item-value ul, .single-product-5-main .comparison-description-content-grid__item-value ol {
  margin-left: 0;
  padding-left: 42px;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-description-content-grid__item-value ul, .single-product-5-main .comparison-description-content-grid__item-value ol {
    margin-bottom: 40px;
  }
}
.single-product-5-main .comparison-description-content-grid__item-value ul > li, .single-product-5-main .comparison-description-content-grid__item-value ol > li {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.single-product-5-main .comparison-description-content-grid__item-value ul > li ol, .single-product-5-main .comparison-description-content-grid__item-value ul > li ul, .single-product-5-main .comparison-description-content-grid__item-value ol > li ol, .single-product-5-main .comparison-description-content-grid__item-value ol > li ul {
  margin-left: 0;
  padding-left: 42px;
}
.single-product-5-main .comparison-description-content-grid__item-value ul > li ol, .single-product-5-main .comparison-description-content-grid__item-value ol > li ol {
  list-style-type: lower-alpha; /* Використовує малі літери (a, b, c) */
}
.single-product-5-main .comparison-images-gallery {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .single-product-5-main .comparison-images-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.single-product-5-main .comparison-images-gallery img {
  width: auto;
  height: auto;
}
.single-product-5-main .image-decor-btm {
  margin-bottom: 64px !important;
}
@media (max-width: 768px) {
  .single-product-5-main .image-decor-btm {
    margin-top: 30px;
    margin-bottom: 50px !important;
  }
}
@media (max-width: 560px) {
  .single-product-5-main .image-decor-btm {
    margin-bottom: 38px !important;
  }
}

@media (max-width: 1024px) {
  .single-product-6-main .page-title {
    background-position: left !important;
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .single-product-6-main .page-title::after {
    content: "";
    background: #68BBE9;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 100%;
    max-width: 132px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  }
}
@media screen and (max-width: 425px) {
  .single-product-6-main .page-title::after {
    max-width: 82px;
  }
}
@media screen and (max-width: 900px) {
  .single-product-6-main .page-title {
    background: #D5213D;
    background-position: center !important;
    background-size: auto !important;
  }
}
.single-product-6-main .comparison-image-content {
  padding: 0 64px;
  margin-bottom: 64px;
  position: relative;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .single-product-6-main .comparison-image-content {
    flex-wrap: wrap;
    flex-flow: column;
    padding: 0 18px;
  }
}
.single-product-6-main .comparison-image-content .text-content {
  width: 650px;
  position: absolute;
  left: 64px;
  top: 0;
}
@media (max-width: 1260px) {
  .single-product-6-main .comparison-image-content .text-content {
    width: calc(100% - 524px);
  }
}
@media (max-width: 1024px) {
  .single-product-6-main .comparison-image-content .text-content {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }
}
.single-product-6-main .comparison-image-content .image-content {
  height: auto;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.single-product-6-main .comparison-image-content .image-content img {
  width: 100%;
}
@media (max-width: 1024px) {
  .single-product-6-main .comparison-image-content .image-content {
    padding-right: 0;
  }
}
.single-product-6-main .comparison-image-content .text-content {
  align-items: flex-start;
}
.single-product-6-main .trailer-specifications {
  margin-top: 64px;
  flex-flow: column;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .single-product-6-main .trailer-specifications {
    margin-top: 24px;
    gap: 0;
  }
}
.single-product-6-main .trailer-specifications__title {
  background-image: url("images/specification-decor-bkg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  padding: 16px 64px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  /* Lenhard/H4 */
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-product-6-main .trailer-specifications__title {
    background-size: auto 100%;
    background-position: left;
    margin-bottom: 24px;
    padding: 13px 18px 13px 18px;
  }
}
@media (max-width: 560px) {
  .single-product-6-main .trailer-specifications__title {
    font-weight: 500;
  }
}
.single-product-6-main .trailer-specifications .specifications-content {
  padding: 0 64px;
}
@media (max-width: 1024px) {
  .single-product-6-main .trailer-specifications .specifications-content {
    padding: 0 18px;
  }
}
.single-product-6-main .trailer-specifications .specifications-content p {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.single-product-6-main .trailer-specifications .specifications-content p:last-child {
  margin-bottom: 0;
}
.single-product-6-main .trailer-specifications .specifications-content ul, .single-product-6-main .trailer-specifications .specifications-content ol {
  margin-left: 0;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .single-product-6-main .trailer-specifications .specifications-content ul, .single-product-6-main .trailer-specifications .specifications-content ol {
    margin-bottom: 40px;
  }
}
.single-product-6-main .trailer-specifications .specifications-content ul > li, .single-product-6-main .trailer-specifications .specifications-content ol > li {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.single-product-6-main .trailer-specifications .specifications-content ul > li ol, .single-product-6-main .trailer-specifications .specifications-content ul > li ul, .single-product-6-main .trailer-specifications .specifications-content ol > li ol, .single-product-6-main .trailer-specifications .specifications-content ol > li ul {
  margin-left: 0;
  padding-left: 42px;
}
.single-product-6-main .trailer-specifications .specifications-content ul > li ol, .single-product-6-main .trailer-specifications .specifications-content ol > li ol {
  list-style-type: lower-alpha; /* Використовує малі літери (a, b, c) */
}
.single-product-6-main .trailer-specifications .image-content {
  flex: 0 0 100%;
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr auto;
  max-width: 100%;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .single-product-6-main .trailer-specifications .image-content {
    gap: 30px;
  }
}
.single-product-6-main .trailer-specifications .image-content img:first-child {
  margin-bottom: 0;
  max-height: 346px;
  max-width: 385px;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .single-product-6-main .trailer-specifications .image-content img:first-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .single-product-6-main .trailer-specifications .image-content img:first-child {
    max-width: 100%;
    max-height: 100%;
  }
}
.single-product-6-main .trailer-specifications .image-content img:last-child {
  margin-top: 0;
  max-width: 742px;
}
@media (max-width: 768px) {
  .single-product-6-main .trailer-specifications .image-content img:last-child {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .single-product-6-main .trailer-specifications .image-content {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .single-product-6-main .trailer-specifications .image-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.single-product-6-main .trailer-double-images.comparison-images-gallery {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  gap: 0;
  margin-top: 64px;
  padding: 0 64px;
}
@media (max-width: 1024px) {
  .single-product-6-main .trailer-double-images.comparison-images-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
    padding: 0 18px;
  }
}
.single-product-6-main .trailer-double-images.comparison-images-gallery img {
  width: auto;
  height: auto;
}
.single-product-6-main .image-decor-btm {
  margin-bottom: 64px !important;
}
@media (max-width: 768px) {
  .single-product-6-main .image-decor-btm {
    margin-top: 30px;
    margin-bottom: 50px !important;
  }
}
@media (max-width: 560px) {
  .single-product-6-main .image-decor-btm {
    margin-bottom: 38px !important;
  }
}

.comparison-text-image-content .text-content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1024px) {
  .comparison-text-image-content .text-content {
    padding: 10px 16px;
  }
}
.comparison-text-image-content .text-content .text-content__title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='580' height='83' viewBox='0 0 580 83' fill='none'%3E%3Cpath d='M511.895 0.5L580 82.5H0V0.5H511.895Z' fill='%239A9B9F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding: 25px 40px 25px 40px;
  color: #FFF;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .comparison-text-image-content .text-content .text-content__title {
    padding: 10px 16px;
  }
}
.comparison-text-image-content .text-content ul, .comparison-text-image-content .text-content ol {
  margin-left: 0;
  padding-left: 35px;
}
.comparison-text-image-content .text-content p, .comparison-text-image-content .text-content ul > li, .comparison-text-image-content .text-content ol > li {
  color: var(--osec-Black, #202020);
  /* Lenhard/Body */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}

.double-text-content-section {
  padding: 0 64px;
}
@media (max-width: 1024px) {
  .double-text-content-section {
    padding: 0 16px;
  }
}
.double-text-content-section__item * {
  color: var(--osec-Black, #202020);
  text-align: justify;
  /* Lenhard/Body */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.double-text-content-section__item:first-child {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .double-text-content-section__item:first-child {
    padding-right: 16px;
    margin-bottom: 20px;
  }
}
.double-text-content-section__item:last-child {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .double-text-content-section__item:last-child {
    padding-left: 10px;
  }
}
@media (max-width: 1024px) {
  .double-text-content-section__item {
    max-width: 100%;
    padding: 0 16px;
  }
}
.comparison-content {
  flex-flow: row;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding: 0 64px;
}
@media (max-width: 1024px) {
  .comparison-content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .comparison-content:first-child {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .comparison-content {
    flex-wrap: wrap;
  }
}
.comparison-content.comparison-video-content .video-content {
  width: 100%;
}
@media (max-width: 768px) {
  .comparison-content.comparison-text-image-content .text-content {
    padding-left: 0 !important;
  }
}
.comparison-content .text-content {
  flex: 1;
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media (max-width: 1024px) {
  .comparison-content .text-content {
    max-width: 100%;
    padding: 30px 16px;
  }
}
@media (max-width: 768px) {
  .comparison-content .text-content {
    padding: 20px 16px;
  }
}
@media (max-width: 560px) {
  .comparison-content .text-content {
    flex-wrap: wrap;
  }
}
.comparison-content .text-content * {
  color: var(--osec-Black, #202020);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.comparison-content .text-content__title {
  color: var(--osec-Black, #202020);
  /* Lenhard/Body */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
@media (max-width: 560px) {
  .comparison-content .text-content__title {
    flex-wrap: wrap;
    display: flex;
    gap: 0 16px;
    font-weight: 500;
  }
}
.comparison-content .text-content__title img {
  margin-left: 16px;
}
@media (max-width: 560px) {
  .comparison-content .text-content__title img {
    margin: 0;
  }
}
.comparison-content .image-content, .comparison-content .video-content {
  flex: 0 0 560px;
  width: 100%;
  max-width: 560px;
}
.comparison-content .image-content .center-image, .comparison-content .video-content .center-image {
  margin: 0 auto;
}
.comparison-content .image-content .center-image img, .comparison-content .video-content .center-image img {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .comparison-content .image-content, .comparison-content .video-content {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
  }
}
.comparison-content .image-content img, .comparison-content .video-content img {
  height: auto;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .comparison-content .image-content img, .comparison-content .video-content img {
    height: auto;
  }
}

.comparison-table {
  margin: 50px 0 54px 0;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .comparison-table {
    padding: 0 16px;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .comparison-table {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.comparison-table .mob-message {
  display: none;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  text-align: center;
  color: rgb(0, 49, 105);
  width: auto;
  max-width: 190px;
}
.comparison-table .mob-message video {
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .comparison-table .mob-message {
    display: flex;
  }
}
.comparison-table .table-wrapper {
  overflow-x: auto;
}
.comparison-table table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  min-width: 1260px; /* Встановлюємо мінімальну ширину таблиці */
  margin-bottom: 0;
  table-layout: auto;
}
.comparison-table tbody tr:nth-child(even) td {
  border-right: 4px solid #FFF;
  background: #E5EEF6;
}
.comparison-table tbody tr:nth-child(even) td:last-child {
  border-right-width: 0;
}
.comparison-table thead th {
  background: #C5E3F9;
  text-align: left;
  padding: 7px 16px 7px 16px;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(32, 32, 32);
  border-width: 0 4px 0 0;
  border-color: #ffffff;
  border-style: solid;
  width: 100%;
  vertical-align: middle;
  min-width: 100px;
  max-width: 1%;
}
.comparison-table thead th strong {
  font-weight: 700;
  font-family: "Montserrat SemiBold", sans-serif;
}
.comparison-table thead th:first-child {
  width: 100%;
  min-width: 100px;
  max-width: 1%;
}
@media (max-width: 1024px) {
  .comparison-table thead th {
    width: 100%;
    padding: 4px 16px 4px 16px;
  }
}
.comparison-table thead th:not(:first-child) {
  min-width: min-content;
  max-width: 25%;
  width: auto;
}
.comparison-table thead th:last-child {
  border-right-width: 0;
}
.comparison-table tbody td {
  border-left: 4px solid #FFF;
  border-right: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  padding: 4px 20px;
  color: var(--osec-Black, #202020);
  /* Lenhard/added */
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22.4px */
  text-align: center;
  vertical-align: middle;
  width: 100%;
  min-width: 120px;
  max-width: max-content;
}
.comparison-table tbody td a {
  color: var(--osec-Black, #202020);
  /* Lenhard/added */
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22.4px */
  text-align: center;
  text-decoration: none;
}
.comparison-table tbody td a:hover {
  text-decoration: none;
}
.comparison-table tbody td:not(:first-child) {
  width: auto;
  min-width: 5%;
  max-width: 20%;
}
.comparison-table tbody td:first-child {
  width: 100%;
  min-width: 100px;
  max-width: 1%;
  border-left: none;
}
.comparison-table tbody td:last-child {
  border-right: none;
}
.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.image-decor-btm {
  margin-top: 50px;
  margin-bottom: 64pxpx;
}
.image-decor-btm.specification-decor-image {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .image-decor-btm {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .image-decor-btm {
    margin-bottom: 38px;
  }
}

.comparison-image-banner {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .comparison-image-banner {
    margin-top: 20px;
  }
}
.comparison-image-banner img {
  width: 100%;
  border-radius: 10px;
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.page-template-template-specification-1 .lenhard-breadcrumb, .page-template-template-specification-2 .lenhard-breadcrumb,
.page-template-template-specification-3 .lenhard-breadcrumb, .page-template-template-specification-4 .lenhard-breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-template-specification-1 .lenhard-breadcrumb, .page-template-template-specification-2 .lenhard-breadcrumb,
.page-template-template-specification-3 .lenhard-breadcrumb, .page-template-template-specification-4 .lenhard-breadcrumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 1260px) {
  .page-template-template-specification-1 .container-lg.contact-form-container, .page-template-template-specification-2 .container-lg.contact-form-container,
.page-template-template-specification-3 .container-lg.contact-form-container, .page-template-template-specification-4 .container-lg.contact-form-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-template-specification-1 .image_decor-btm, .page-template-template-specification-2 .image_decor-btm,
.page-template-template-specification-3 .image_decor-btm, .page-template-template-specification-4 .image_decor-btm {
  margin-top: 64px;
  margin-bottom: 64px;
  border-radius: 0;
  height: auto;
}
@media (max-width: 768px) {
  .page-template-template-specification-1 .image_decor-btm, .page-template-template-specification-2 .image_decor-btm,
.page-template-template-specification-3 .image_decor-btm, .page-template-template-specification-4 .image_decor-btm {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .page-template-template-specification-1 .image_decor-btm, .page-template-template-specification-2 .image_decor-btm,
.page-template-template-specification-3 .image_decor-btm, .page-template-template-specification-4 .image_decor-btm {
    margin-bottom: 38px;
    margin-top: 38px;
  }
}

.specifications-title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  padding: 19px 64px 19px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 64px;
  background-position-x: -8px;
}
@media (max-width: 1024px) {
  .specifications-title {
    padding: 16px;
    background-position: center;
  }
}
@media screen and (max-width: 782px) {
  .specifications-title {
    background: #D5213D;
    position: relative;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
  }
  .specifications-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
    width: 20%;
    height: 100%;
    background-color: #68BBE9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10; /* Щоб паралелограм залишався позаду заголовка */
    padding: 20px 50px;
  }
}
@media (max-width: 1024px) {
  .specifications-title {
    background-size: auto 100%;
  }
}

.specifications-top-content {
  margin-bottom: 64px;
  padding: 0 64px 0 64px;
}
@media (max-width: 768px) {
  .specifications-top-content {
    margin-bottom: 51px;
    padding: 0 18px;
  }
}
.specifications-top-content__item:first-child {
  padding-right: 25px;
}
@media (max-width: 768px) {
  .specifications-top-content__item:first-child {
    padding-right: 16px;
    margin-bottom: 20px;
  }
}
.specifications-top-content__item:last-child {
  padding-left: 25px;
}
@media (max-width: 768px) {
  .specifications-top-content__item:last-child {
    padding-left: 10px;
  }
}
.specifications-top-content__item p {
  margin-bottom: 20px;
}
.specifications-top-content__item p:last-child {
  margin-bottom: 0;
}
.specifications-top-content__item * {
  color: var(--osec-Black, #202020);
  text-align: justify;
  /* Lenhard/Body */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}

.slider-title, .description-title {
  background-color: #D5213D;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); /* Форма трапеції */
  color: #FFF;
  font-family: Montserrat Semibold, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  margin-bottom: 42px;
  padding: 10px 64px 10px 64px;
  width: 100%;
  max-width: 700px;
  height: auto;
  min-height: 50px;
}
@media (max-width: 768px) {
  .slider-title, .description-title {
    font-size: 16px;
    height: auto;
    min-height: 50px;
    max-height: 100%;
    padding: 14px 18px 14px 18px;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.specification-slider, .specification-mdl-slider, .specification-btm-slider {
  margin-bottom: 64px;
}
.specification-slider .slick-initialized.slick-slide, .specification-mdl-slider .slick-initialized.slick-slide, .specification-btm-slider .slick-initialized.slick-slide {
  display: grid !important;
}
.specification-slider .container-slider, .specification-mdl-slider .container-slider, .specification-btm-slider .container-slider {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(226px, 1fr));
  grid-template-rows: auto;
  justify-content: space-between;
  gap: 26.6px 20px;
  width: 100%;
  height: auto;
  padding: 0 43px 0 43px;
}
@media (max-width: 1024px) {
  .specification-slider .container-slider, .specification-mdl-slider .container-slider, .specification-btm-slider .container-slider {
    padding: 0 18px;
    gap: 50px 18px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .specification-slider .container-slider, .specification-mdl-slider .container-slider, .specification-btm-slider .container-slider {
    gap: 20px 10px;
  }
}
.specification-slider .middle-block, .specification-mdl-slider .middle-block, .specification-btm-slider .middle-block {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specification-slider .middle-block.col-panel-top-4, .specification-mdl-slider .middle-block.col-panel-top-4, .specification-btm-slider .middle-block.col-panel-top-4 {
  grid-column: span 2;
}
.specification-slider .middle-block.col-panel-top-3, .specification-mdl-slider .middle-block.col-panel-top-3, .specification-btm-slider .middle-block.col-panel-top-3 {
  grid-column: 2;
}
@media (max-width: 1024px) {
  .specification-slider .middle-block, .specification-mdl-slider .middle-block, .specification-btm-slider .middle-block {
    align-items: center;
    grid-column: span 2 !important;
    grid-row: 1;
    justify-content: space-between;
  }
}
.specification-slider .main-image, .specification-mdl-slider .main-image, .specification-btm-slider .main-image {
  position: relative;
  width: auto;
  max-width: 475px;
  height: auto;
  margin: 0 auto;
}
.specification-slider .background-image, .specification-mdl-slider .background-image, .specification-btm-slider .background-image {
  width: auto;
  max-width: 572px;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .specification-slider .background-image, .specification-mdl-slider .background-image, .specification-btm-slider .background-image {
    width: 100%;
  }
}
.specification-slider .hotspot, .specification-mdl-slider .hotspot, .specification-btm-slider .hotspot {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--osec-Black, #202020);
  background: #FFF;
  box-shadow: 0 2px 21.1px 0 #FFF;
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
  font-family: Montserrat, sans-serif;
  color: var(--osec-Black, #202020);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-decoration: none;
}
@media (max-width: 560px) {
  .specification-slider .hotspot, .specification-mdl-slider .hotspot, .specification-btm-slider .hotspot {
    font-size: 12px;
    width: 32px;
    height: 32px;
    padding: 8px 9px;
  }
}
.specification-slider .hotspot.is-active, .specification-mdl-slider .hotspot.is-active, .specification-btm-slider .hotspot.is-active {
  border-radius: 4px;
  background: #1579BD;
  box-shadow: 0px 2px 21.1px 0px #FFF;
  color: #FFF;
  padding: 12px 0;
}
.specification-slider .hotspot.hotspot-message, .specification-mdl-slider .hotspot.hotspot-message, .specification-btm-slider .hotspot.hotspot-message {
  width: 30px;
  height: 30px;
  padding: 0;
}
.specification-slider .msg-point, .specification-mdl-slider .msg-point, .specification-btm-slider .msg-point {
  position: absolute;
  left: 0;
  top: auto;
}
.specification-slider .msg-value, .specification-mdl-slider .msg-value, .specification-btm-slider .msg-value {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
}
.specification-slider .msg-value.is-visible, .specification-mdl-slider .msg-value.is-visible, .specification-btm-slider .msg-value.is-visible {
  display: block;
}
.specification-slider .is-visible, .specification-mdl-slider .is-visible, .specification-btm-slider .is-visible {
  display: block;
}
.specification-slider .left-panel, .specification-mdl-slider .left-panel, .specification-btm-slider .left-panel {
  grid-column: 1;
  grid-row: 2;
  background-color: white;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .specification-slider .left-panel, .specification-mdl-slider .left-panel, .specification-btm-slider .left-panel {
    align-items: center;
    grid-row: 3;
    flex-wrap: wrap;
    flex-flow: row;
    max-width: 100% !important;
  }
  .specification-slider .left-panel .panel-block, .specification-mdl-slider .left-panel .panel-block, .specification-btm-slider .left-panel .panel-block {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (max-width: 1024px) {
  .specification-slider .left-panel.col-panel-12 .panel-block, .specification-slider .left-panel.col-panel-left-1 .panel-block, .specification-mdl-slider .left-panel.col-panel-12 .panel-block, .specification-mdl-slider .left-panel.col-panel-left-1 .panel-block, .specification-btm-slider .left-panel.col-panel-12 .panel-block, .specification-btm-slider .left-panel.col-panel-left-1 .panel-block {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .specification-slider .left-panel.col-panel-12 .panel-block, .specification-slider .left-panel.col-panel-left-1 .panel-block, .specification-mdl-slider .left-panel.col-panel-12 .panel-block, .specification-mdl-slider .left-panel.col-panel-left-1 .panel-block, .specification-btm-slider .left-panel.col-panel-12 .panel-block, .specification-btm-slider .left-panel.col-panel-left-1 .panel-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .specification-slider .left-panel, .specification-mdl-slider .left-panel, .specification-btm-slider .left-panel {
    padding: 0;
  }
}
.specification-slider .right-panel, .specification-mdl-slider .right-panel, .specification-btm-slider .right-panel {
  grid-column: 0;
  grid-row: 2;
  background-color: white;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 20px;
}
.specification-slider .right-panel.col-panel-top-4, .specification-mdl-slider .right-panel.col-panel-top-4, .specification-btm-slider .right-panel.col-panel-top-4 {
  grid-column: 4;
}
@media (max-width: 1024px) {
  .specification-slider .right-panel.col-panel-top-4, .specification-mdl-slider .right-panel.col-panel-top-4, .specification-btm-slider .right-panel.col-panel-top-4 {
    grid-column: 2;
    grid-row: 3;
    flex: 0 0 auto;
  }
  .specification-slider .right-panel.col-panel-top-4 .panel-block, .specification-mdl-slider .right-panel.col-panel-top-4 .panel-block, .specification-btm-slider .right-panel.col-panel-top-4 .panel-block {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (max-width: 1024px) {
  .specification-slider .right-panel.col-panel-top-4 .panel-block, .specification-mdl-slider .right-panel.col-panel-top-4 .panel-block, .specification-btm-slider .right-panel.col-panel-top-4 .panel-block {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .specification-slider .right-panel.col-panel-top-4 .panel-block, .specification-mdl-slider .right-panel.col-panel-top-4 .panel-block, .specification-btm-slider .right-panel.col-panel-top-4 .panel-block {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
}
.specification-slider .right-panel.col-panel-top-3, .specification-mdl-slider .right-panel.col-panel-top-3, .specification-btm-slider .right-panel.col-panel-top-3 {
  grid-column: 3;
}
@media (max-width: 1024px) {
  .specification-slider .right-panel.col-panel-top-3, .specification-mdl-slider .right-panel.col-panel-top-3, .specification-btm-slider .right-panel.col-panel-top-3 {
    grid-column: 2;
  }
}
@media (max-width: 1024px) {
  .specification-slider .right-panel.col-panel-12 .panel-block, .specification-mdl-slider .right-panel.col-panel-12 .panel-block, .specification-btm-slider .right-panel.col-panel-12 .panel-block {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .specification-slider .right-panel.col-panel-12 .panel-block, .specification-mdl-slider .right-panel.col-panel-12 .panel-block, .specification-btm-slider .right-panel.col-panel-12 .panel-block {
    flex: 0 0 100%;
    max-width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .specification-slider .right-panel, .specification-mdl-slider .right-panel, .specification-btm-slider .right-panel {
    align-items: center;
    grid-row: 3;
    grid-column: 2;
    flex-wrap: wrap;
    flex-flow: row;
  }
}
@media (max-width: 768px) {
  .specification-slider .right-panel, .specification-mdl-slider .right-panel, .specification-btm-slider .right-panel {
    padding: 0;
  }
}
.specification-slider .top-panel, .specification-mdl-slider .top-panel, .specification-btm-slider .top-panel {
  grid-column: span 3;
  grid-row: 1;
  background-color: white;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-flow: row;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
.specification-slider .top-panel.col-panel-3, .specification-mdl-slider .top-panel.col-panel-3, .specification-btm-slider .top-panel.col-panel-3 {
  grid-column: span 3;
}
@media (max-width: 1024px) {
  .specification-slider .top-panel.col-panel-3, .specification-mdl-slider .top-panel.col-panel-3, .specification-btm-slider .top-panel.col-panel-3 {
    grid-column: span 2;
    gap: 20px 0;
  }
}
.specification-slider .top-panel.col-panel-4, .specification-mdl-slider .top-panel.col-panel-4, .specification-btm-slider .top-panel.col-panel-4 {
  grid-column: span 4;
}
@media (max-width: 1024px) {
  .specification-slider .top-panel.col-panel-4, .specification-mdl-slider .top-panel.col-panel-4, .specification-btm-slider .top-panel.col-panel-4 {
    grid-column: span 2;
    gap: 20px 0;
  }
}
@media (max-width: 1024px) {
  .specification-slider .top-panel, .specification-mdl-slider .top-panel, .specification-btm-slider .top-panel {
    align-items: center;
    grid-column: span 2;
    gap: 20px 0;
    grid-row: 2;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .specification-slider .top-panel, .specification-mdl-slider .top-panel, .specification-btm-slider .top-panel {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .specification-slider .top-panel .panel-block, .specification-mdl-slider .top-panel .panel-block, .specification-btm-slider .top-panel .panel-block {
    width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    flex: 0 0 auto;
  }
}
.specification-slider .specifications-panel.is-visible .panel-block, .specification-mdl-slider .specifications-panel.is-visible .panel-block, .specification-btm-slider .specifications-panel.is-visible .panel-block {
  opacity: 1;
}
.specification-slider .specifications-panel .panel-block, .specification-mdl-slider .specifications-panel .panel-block, .specification-btm-slider .specifications-panel .panel-block {
  width: 100%;
  max-width: 272px;
  height: auto;
  overflow: hidden;
  opacity: 0.5;
  position: relative;
  padding: 10px;
}
@media (max-width: 768px) {
  .specification-slider .specifications-panel .panel-block, .specification-mdl-slider .specifications-panel .panel-block, .specification-btm-slider .specifications-panel .panel-block {
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 auto;
  }
}
@media (max-width: 560px) {
  .specification-slider .specifications-panel .panel-block, .specification-mdl-slider .specifications-panel .panel-block, .specification-btm-slider .specifications-panel .panel-block {
    max-width: 100%;
  }
}
.specification-slider .specifications-panel .panel-block .panel_title, .specification-mdl-slider .specifications-panel .panel-block .panel_title, .specification-btm-slider .specifications-panel .panel-block .panel_title {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #000);
  text-align: center;
  font-family: Montserrat Semibold, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}
.specification-slider .specifications-panel .panel-block .panel_description, .specification-mdl-slider .specifications-panel .panel-block .panel_description, .specification-btm-slider .specifications-panel .panel-block .panel_description {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #000);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}
.specification-slider .specifications-panel .panel-block .panel-number, .specification-mdl-slider .specifications-panel .panel-block .panel-number, .specification-btm-slider .specifications-panel .panel-block .panel-number {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #1579BD;
  box-shadow: 0 2px 21.1px 0 #FFF;
  display: flex;
  width: 32px;
  padding: 4px 0;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: Montserrat Semibold, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.specification-slider .custom-tooltip .tooltip-inner, .specification-mdl-slider .custom-tooltip .tooltip-inner, .specification-btm-slider .custom-tooltip .tooltip-inner {
  box-sizing: border-box;
  padding: 8px;
  background: #FFFFFF;
  box-shadow: 0 2px 21.1px #FFFFFF;
  border-radius: 20px 0 20px 20px;
}
.specification-slider .bottom-panel, .specification-mdl-slider .bottom-panel, .specification-btm-slider .bottom-panel {
  grid-column: span 3;
  grid-row: 3;
  background-color: white;
  overflow-y: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
}
.specification-slider .bottom-panel.col-panel-3, .specification-mdl-slider .bottom-panel.col-panel-3, .specification-btm-slider .bottom-panel.col-panel-3 {
  grid-column: span 3;
}
.specification-slider .bottom-panel.col-panel-4, .specification-mdl-slider .bottom-panel.col-panel-4, .specification-btm-slider .bottom-panel.col-panel-4 {
  grid-column: span 4;
}
@media (max-width: 1024px) {
  .specification-slider .bottom-panel, .specification-mdl-slider .bottom-panel, .specification-btm-slider .bottom-panel {
    align-items: center;
    grid-column: span 2;
    grid-row: 4;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .specification-slider .bottom-panel, .specification-mdl-slider .bottom-panel, .specification-btm-slider .bottom-panel {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .specification-slider .bottom-panel .panel-block, .specification-mdl-slider .bottom-panel .panel-block, .specification-btm-slider .bottom-panel .panel-block {
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    flex: 0 0 auto;
  }
}
.specification-slider .slick-track, .specification-mdl-slider .slick-track, .specification-btm-slider .slick-track {
  display: flex;
}

.specification-slider .main-image {
  max-width: 475px;
}
.specification-slider .specifications-panel .panel-block {
  max-width: 227px;
}
.specification-slider .background-image {
  max-width: 475px;
}

.specification-mdl-slider .main-image {
  max-width: 544px;
}
.specification-mdl-slider .left-panel, .specification-mdl-slider .right-panel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.specification-mdl-slider .specifications-panel .panel-block {
  max-width: 227px;
}
.specification-mdl-slider .background-image {
  max-width: 544px;
}

.specification-btm-slider .container-slider {
  grid-template-columns: 330px minmax(330px, auto) 330px;
  column-gap: 0;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .specification-btm-slider .container-slider {
    padding: 0 18px;
    gap: 50px 18px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .specification-btm-slider .container-slider {
    gap: 20px 10px;
  }
}
@media (max-width: 1024px) {
  .specification-btm-slider .container-slider .top-panel {
    grid-row: 3;
  }
}
.specification-btm-slider .container-slider .left-panel {
  padding: 0;
}
@media (max-width: 1024px) {
  .specification-btm-slider .container-slider .left-panel {
    grid-row: 2;
  }
}
.specification-btm-slider .container-slider .right-panel {
  padding: 0;
}
@media (max-width: 1024px) {
  .specification-btm-slider .container-slider .right-panel {
    grid-row: 2;
  }
}
.specification-btm-slider .left-panel, .specification-btm-slider .right-panel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.specification-btm-slider .specifications-panel .panel-block {
  max-width: 330px;
  padding: 0;
}
.specification-btm-slider .main-image {
  max-width: 464px;
}
.specification-btm-slider .main-image img {
  max-width: 464px;
}
@media (max-width: 1024px) {
  .specification-btm-slider .main-image img {
    max-width: 100%;
  }
}

.specification-description {
  border-radius: 30px;
  border: 2px solid #D5213D;
  display: flex;
  padding: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .specification-description {
    padding: 18px;
  }
}
.specification-description__item {
  flex: 0 0 calc(50% - 25px);
}
@media (max-width: 1024px) {
  .specification-description__item {
    flex: 0 0 33%;
  }
}
@media (max-width: 1024px) {
  .specification-description__item {
    flex: 0 0 100%;
    width: 100%;
  }
}
.specification-description__item.specification-description__content h3 {
  color: var(--osec-Black, #202020);
  /* Lenhard/20 med */
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin-bottom: 30px;
}
.specification-description__item.specification-description__content h3 strong {
  font-family: "Montserrat SemiBold", sans-serif;
  font-weight: 700;
}
@media (max-width: 560px) {
  .specification-description__item.specification-description__content h3 {
    font-size: 20px;
  }
}
.specification-description__item.specification-description__content ul, .specification-description__item.specification-description__content ol {
  margin-left: 0;
  padding-left: 35px;
  margin-bottom: 50px;
}
.specification-description__item.specification-description__content ul:last-child, .specification-description__item.specification-description__content ol:last-child {
  margin-bottom: 0;
}
.specification-description__item.specification-description__content ul > li, .specification-description__item.specification-description__content ol > li {
  color: var(--osec-Black, #202020);
  /* Lenhard/Body */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.specification-description__item.specification-description__table {
  flex: 0 0 calc(50% - 25px);
}
@media (max-width: 1024px) {
  .specification-description__item.specification-description__table {
    flex: 1;
  }
}
@media (max-width: 900px) {
  .specification-description__item.specification-description__table {
    flex: 0 0 100%;
    width: 100%;
  }
}
.specification-description__item.specification-description__table .mob-message {
  display: none;
  align-items: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  text-align: center;
  color: rgb(0, 49, 105);
  width: auto;
  max-width: 190px;
}
.specification-description__item.specification-description__table .mob-message video {
  margin-left: 5px;
}
@media (max-width: 560px) {
  .specification-description__item.specification-description__table .mob-message {
    display: flex;
    justify-content: flex-end;
  }
}
.specification-description__item.specification-description__table .table-wrapper {
  overflow-x: auto;
}
.specification-description__item.specification-description__table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  table-layout: fixed;
}
@media screen and (max-width: 1440px) {
  .specification-description__item.specification-description__table table {
    table-layout: auto;
  }
}
.specification-description__item.specification-description__table table.specification-3 thead th {
  width: 33.33333%;
}
.specification-description__item.specification-description__table caption {
  border-radius: 5px 5px 0 0;
  background: #97BBD5;
  text-align: Center;
  padding: 8px 20px;
  caption-side: top;
}
.specification-description__item.specification-description__table thead th {
  background: #C5E3F9;
  text-align: center;
  padding: 4px 16px 4px 16px;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(32, 32, 32);
  border-width: 0 4px 0 0;
  border-color: #ffffff;
  border-style: solid;
  width: min-content;
}
.specification-description__item.specification-description__table thead th strong {
  font-weight: 700;
  font-family: "Montserrat SemiBold", sans-serif;
}
.specification-description__item.specification-description__table thead th:first-child {
  width: 95px;
}
@media (max-width: 1024px) {
  .specification-description__item.specification-description__table thead th {
    width: 100%;
  }
}
.specification-description__item.specification-description__table thead th:last-child {
  border-right-width: 0;
}
.specification-description__item.specification-description__table tbody tr:nth-child(even) td {
  border-right: 4px solid #FFF;
  background: #E5EEF6;
}
.specification-description__item.specification-description__table tbody tr:nth-child(even) td:last-child, .specification-description__item.specification-description__table tbody tr td:last-child {
  border-right-width: 0;
  border-bottom-width: 0;
}
.specification-description__item.specification-description__table thead th:first-child {
  width: 160px; /* Фіксована ширина для першої колонки */
  border-left: 0;
}
@media screen and (max-width: 1440px) {
  .specification-description__item.specification-description__table thead th:first-child {
    width: 17%;
    max-width: 160px;
  }
}
@media (max-width: 560px) {
  .specification-description__item.specification-description__table thead th:first-child {
    width: auto;
  }
}
.specification-description__item.specification-description__table tbody td {
  border-left: 4px solid #FFF;
  border-right: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  padding: 4px 20px;
  color: var(--osec-Black, #202020);
  /* Lenhard/added */
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22.4px */
  text-align: center;
}
.specification-description__item.specification-description__table tbody td:not(:first-child) {
  width: auto;
  min-width: 5%;
  max-width: 10%;
}
.specification-description__item.specification-description__table tbody td:first-child {
  width: 160px; /* Фіксована ширина для першої колонки */
  border-left: 0;
}
.specification-description__item.specification-description__table tbody td:last-child {
  border-right: 0;
}
.specification-description__item.specification-description__table tbody tr:last-child td {
  border-bottom: none;
}
.specification-description__item.specification-description__table tfoot {
  border-radius: 5px 5px 0 0;
  background: #97BBD5;
}
.specification-description__item.specification-description__table tfoot > tr td {
  color: var(--osec-Black, #202020);
  text-align: center;
  /* Lenhard/14 */
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  padding: 20px;
}
.specification-description__item.specification-description__gallery {
  flex: 0 0 100%;
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr auto;
  max-width: 100%;
  gap: 50px;
}
.specification-description__item.specification-description__gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 560px) {
  .specification-description__item.specification-description__gallery img {
    max-width: 100%;
    max-height: 100%;
  }
}
.specification-description__item.specification-description__gallery img:last-child {
  max-width: 546px;
  max-height: 449px;
}
@media (max-width: 560px) {
  .specification-description__item.specification-description__gallery img:last-child {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .specification-description__item.specification-description__gallery {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .specification-description__item.specification-description__gallery {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.main-spec-1 .specification-description__item.specification-description__gallery {
  align-items: flex-start;
  gap: 53px;
}
@media (max-width: 1024px) {
  .main-spec-1 .specification-description__item.specification-description__gallery {
    gap: 30px;
  }
}
.main-spec-1 .specification-description__item.specification-description__gallery img:first-child {
  margin-bottom: 30px;
  max-height: 352px;
}
@media (max-width: 768px) {
  .main-spec-1 .specification-description__item.specification-description__gallery img:first-child {
    max-width: 100%;
    max-height: 100%;
  }
}
.main-spec-1 .specification-description__item.specification-description__gallery img:last-child {
  margin-top: 39px;
  max-width: 303px;
  max-height: 354px;
}
@media (max-width: 768px) {
  .main-spec-1 .specification-description__item.specification-description__gallery img:last-child {
    max-width: 100%;
    max-height: 100%;
  }
}
.main-spec-1 .additional-specification-info img {
  max-width: 314px;
  max-height: 423px;
}
@media (max-width: 768px) {
  .main-spec-1 .additional-specification-info img {
    max-width: 100%;
    max-height: 100%;
  }
}
.main-spec-1 .image_decor-btm {
  margin-top: 64px;
  margin-bottom: 64px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .main-spec-1 .image_decor-btm {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .main-spec-1 .image_decor-btm {
    margin-bottom: 38px;
    margin-top: 38px;
  }
}
.main-spec-1 .single-container .image_decor-btm {
  margin-top: 64px;
  margin-bottom: 64px;
  border-radius: 0;
  height: auto;
}
@media (max-width: 768px) {
  .main-spec-1 .single-container .image_decor-btm {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .main-spec-1 .single-container .image_decor-btm {
    margin-bottom: 38px;
    margin-top: 38px;
  }
}

.main-spec-2 .specification-description__item.specification-description__gallery {
  align-items: flex-start;
  gap: 53px;
}
@media (max-width: 1024px) {
  .main-spec-2 .specification-description__item.specification-description__gallery {
    gap: 30px;
  }
}
.main-spec-2 .specification-description__item.specification-description__gallery img:first-child {
  margin-bottom: 30px;
  max-height: 352px;
}
@media (max-width: 768px) {
  .main-spec-2 .specification-description__item.specification-description__gallery img:first-child {
    max-width: 100%;
    max-height: 100%;
  }
}
.main-spec-2 .specification-description__item.specification-description__gallery img:last-child {
  margin-top: 39px;
  max-width: 303px;
  max-height: 354px;
}
@media (max-width: 768px) {
  .main-spec-2 .specification-description__item.specification-description__gallery img:last-child {
    max-width: 100%;
    max-height: 100%;
  }
}
.main-spec-2 .additional-specification-info img {
  max-width: 314px;
  max-height: 423px;
}
@media (max-width: 768px) {
  .main-spec-2 .additional-specification-info img {
    max-width: 100%;
    max-height: 100%;
  }
}
.main-spec-2 .image_decor-btm {
  margin-top: 64px;
  margin-bottom: 64px;
  border-radius: 0;
  height: auto;
}
@media (max-width: 768px) {
  .main-spec-2 .image_decor-btm {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .main-spec-2 .image_decor-btm {
    margin-bottom: 38px;
    margin-top: 38px;
  }
}

.main-spec-3 .specification-description__item.specification-description__gallery {
  gap: 38px;
}
.main-spec-3 .specification-description__item.specification-description__gallery img:first-child {
  max-height: 289px;
}
.main-spec-3 .specification-description__item.specification-description__gallery img:last-child {
  max-width: 402px;
  max-height: 360px;
  margin-top: 76.45px;
}
@media (max-width: 768px) {
  .main-spec-3 .specification-description__item.specification-description__gallery img:last-child {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
  }
}
.main-spec-3 .image_decor-btm {
  margin-top: 64px;
  margin-bottom: 64px;
  border-radius: 0;
  height: auto;
}
@media (max-width: 768px) {
  .main-spec-3 .image_decor-btm {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .main-spec-3 .image_decor-btm {
    margin-bottom: 38px;
    margin-top: 38px;
  }
}
.main-spec-3 .additional-specification-info img {
  max-width: 433px;
  max-height: 360px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .main-spec-3 .additional-specification-info img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 0;
  }
}

.main-spec-4 .specification-description__item.specification-description__gallery {
  gap: 111px;
}
@media (max-width: 1024px) {
  .main-spec-4 .specification-description__item.specification-description__gallery {
    gap: 30px;
  }
}
.main-spec-4 .specification-description__item.specification-description__gallery img:first-child {
  max-width: 717px;
}
.main-spec-4 .specification-description__item.specification-description__gallery img:last-child {
  max-width: 247px;
  max-height: 337px;
  margin-top: 53px;
}
@media (max-width: 768px) {
  .main-spec-4 .specification-description__item.specification-description__gallery img:first-child {
    max-width: 100%!important;
  }
  .main-spec-4 .specification-description__item.specification-description__gallery img:last-child {
    max-width: 100%;
    max-height: 100%;
  }
}
.main-spec-4 .image_decor-btm {
  margin-top: 64px;
  margin-bottom: 64px;
  border-radius: 0;
  height: auto;
}
@media (max-width: 768px) {
  .main-spec-4 .image_decor-btm {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .main-spec-4 .image_decor-btm {
    margin-bottom: 38px;
    margin-top: 38px;
  }
}
.main-spec-4 .additional-specification-info img {
  max-width: 314px;
  max-height: 3970px;
}
@media (max-width: 768px) {
  .main-spec-4 .additional-specification-info img {
    max-width: 100%;
    max-height: 100%;
  }
}

.additional-specification-info {
  border-radius: 30px;
  border: 2px solid #D5213D;
  display: flex;
  padding: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .additional-specification-info {
    padding: 18px;
  }
}
.additional-specification-info__content {
  flex: 1;
}
@media (max-width: 1024px) {
  .additional-specification-info__content {
    flex: 0 0 100%;
    width: 100%;
  }
}
.additional-specification-info__content h3 {
  color: var(--osec-Black, #202020);
  /* Lenhard/20 med */
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin-bottom: 30px;
}
.additional-specification-info__content h3 strong {
  font-family: "Montserrat SemiBold", sans-serif;
  font-weight: 700;
}
@media (max-width: 560px) {
  .additional-specification-info__content h3 {
    font-size: 20px;
  }
}
.additional-specification-info__content ul, .additional-specification-info__content ol {
  margin-left: 0;
  padding-left: 35px;
  margin-bottom: 50px;
}
.additional-specification-info__content ul:last-child, .additional-specification-info__content ol:last-child {
  margin-bottom: 0;
}
.additional-specification-info__content ul > li, .additional-specification-info__content ol > li {
  color: var(--osec-Black, #202020);
  /* Lenhard/Body */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.additional-specification-info img {
  flex: 0 0 auto;
  width: auto;
  max-width: 421px;
}
@media (max-width: 1024px) {
  .additional-specification-info img {
    margin: 0 auto;
    max-width: 100%;
  }
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.page-template-template-muldy #page main .container.contacts-container {
  max-width: 1200px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 1260px) {
  .page-template-template-muldy #page main .container.contacts-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1260px) {
  .page-template-template-muldy #page main .single-container.main-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-muldy #page main .trailers-container {
  max-width: 1236px;
  padding: 0 64px;
}
@media (max-width: 1260px) {
  .page-template-template-muldy #page main .trailers-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.page-template-template-muldy .lenhard-breadcrumb {
  margin-bottom: 0;
}
.page-template-template-muldy .image_decor-btm {
  margin-top: 0;
  margin-bottom: 64px;
  border-radius: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .page-template-template-muldy .image_decor-btm {
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 560px) {
  .page-template-template-muldy .image_decor-btm {
    margin-bottom: 38px;
  }
}
.page-template-template-muldy .trailers-title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 1260px) {
  .page-template-template-muldy .trailers-title {
    background-size: auto 100%;
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-muldy .trailers-title {
    padding: 16px !important;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-muldy .trailers-title {
    background-image: url("images/decor-line-mob.svg");
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 560px) {
  .page-template-template-muldy .trailers-title {
    background: #D5213D;
  }
}

.trailers-section {
  display: flex;
  flex-flow: column;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .trailers-section {
    padding-left: 0;
  }
}
.trailers-section__top-content {
  margin-bottom: 20px;
}
.trailers-section__top-content * {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  padding-left: 0;
}
.trailers-section__top-content ul, .trailers-section__top-content ol {
  padding-left: 0;
  margin-left: 16px;
}
.trailers-section__top-content p {
  margin-bottom: 5px;
}
.trailers-section__top-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .trailers-section__top-content {
    margin-bottom: 15px;
  }
}
.trailers-section__tabs-content {
  display: grid;
  grid-template-columns: 1fr 435px;
  grid-template-rows: auto;
  column-gap: 85px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content {
    grid-template-columns: 1fr;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 0;
    column-gap: 0;
  }
}
.trailers-section__tabs-content_description {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-start; /* Центрує контент вертикально */
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description {
    width: calc(100vw - 36px);
    margin-bottom: 50px;
  }
}
.trailers-section__tabs-content_description .mob-message {
  display: none;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  text-align: center;
  color: rgb(0, 49, 105);
  width: auto;
  max-width: 190px;
  flex: 0 0 100%;
  justify-content: flex-end;
}
.trailers-section__tabs-content_description .mob-message video {
  margin-left: 5px;
}
@media (max-width: 560px) {
  .trailers-section__tabs-content_description .mob-message {
    display: flex;
  }
}
.trailers-section__tabs-content_description.columns-2 #trailerTab {
  max-width: 155px;
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description.columns-2 #trailerTab {
    max-width: 100% !important;
  }
}
.trailers-section__tabs-content_description.columns-2 #trailerTabContent .tab-pane.active .trailer-tabs-content__group {
  flex: 0 0 calc(50% - 8px);
}
.trailers-section__tabs-content_description.columns-3 #trailerTab {
  max-width: 155px;
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description.columns-3 #trailerTab {
    max-width: 100% !important;
  }
}
.trailers-section__tabs-content_description.columns-3 #trailerTabContent {
  max-width: calc(100% - 144px);
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description.columns-3 #trailerTabContent {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: auto;
  }
}
.trailers-section__tabs-content_description.columns-3 #trailerTabContent .tab-pane.active .trailer-tabs-content__group {
  flex: 0 0 calc(33.333% - 11.68px);
}
@media (max-width: 768px) {
  .trailers-section__tabs-content_description.columns-3 #trailerTabContent .tab-pane.active .trailer-tabs-content__group {
    flex: 0 0 calc(50% - 8px);
  }
}
.trailers-section__tabs-content_description.columns-3 #trailerTabContent .tab-pane.active .trailer-tabs-content__group .trailer-tabs-content__group-title {
  padding: 9px;
}
.trailers-section__tabs-content_description #trailerTabContent {
  flex: 1;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (max-width: 560px) {
  .trailers-section__tabs-content_description #trailerTabContent {
    flex: 0 0 100%;
  }
}
.trailers-section__tabs-content_description #trailerTabContent .tab-pane {
  flex-flow: row;
  align-items: center; /* Центрує контент вертикально */
  justify-items: flex-start;
  column-gap: 16px;
  row-gap: 20px;
  width: 100%;
}
.trailers-section__tabs-content_description #trailerTabContent .tab-pane.active {
  display: flex;
  align-items: flex-start;
}
.trailers-section__tabs-content_description #trailerTabContent .tab-pane .trailer-tabs-content__group {
  display: flex;
  flex-flow: column;
  flex: 0 0 calc(50% - 8px);
}
.trailers-section__tabs-content_description #trailerTabContent .tab-pane .trailer-tabs-content__group-title {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #000);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 15.6px */
  text-align: center;
  display: flex;
  padding: 9px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 0;
  border-top: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  background: #F2F2F2;
  position: relative;
  width: 100%;
}
.trailers-section__tabs-content_description #trailerTabContent .tab-pane .trailer-tabs-content__group-value {
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
}
.trailers-section__tabs-content_description #trailerTabContent .tab-pane .trailer-tabs-content__group-value-block {
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.trailers-section__tabs-content_description #trailerTabContent .tab-pane .trailer-tabs-content__group-value svg {
  margin-right: 10px;
}
.trailers-section__tabs-content_description #trailerTabContent .tab-pane .trailer-tabs-content__group-value span {
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #000);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
}
.trailers-section__tabs-content_description #trailerTab {
  width: 100%;
  max-width: 155px;
  margin-right: 16px;
  flex: 0 0 auto;
  display: flex;
  flex-flow: column;
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description #trailerTab {
    padding: 0 0 20px 0;
    flex-flow: row;
    overflow: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.trailers-section__tabs-content_description #trailerTab > li {
  border-top: 1px solid rgb(21, 121, 189);
  border-bottom: 0;
  border-left: 1px solid rgb(21, 121, 189);
  border-right: 1px solid rgb(21, 121, 189);
  overflow: hidden;
}
.trailers-section__tabs-content_description #trailerTab > li:last-child {
  border-bottom: 1px solid rgb(21, 121, 189);
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description #trailerTab > li {
    margin-right: 20px;
    min-width: min-content;
    overflow: initial;
    min-height: 50px;
    display: flex;
    flex: 0 0 auto;
    max-width: 230px;
    border-radius: 10px;
    height: auto;
    border-top: 1px solid rgb(21, 121, 189);
    border-bottom: 1px solid rgb(21, 121, 189);
    border-left: 1px solid rgb(21, 121, 189);
    border-right: 1px solid rgb(21, 121, 189);
  }
}
.trailers-section__tabs-content_description #trailerTab > li:first-child {
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description #trailerTab > li:first-child {
    border-radius: 10px !important;
  }
}
.trailers-section__tabs-content_description #trailerTab > li:last-child {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description #trailerTab > li:last-child {
    border-radius: 10px !important;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description #trailerTab > li.active {
    background: rgb(21, 121, 189);
  }
}
.trailers-section__tabs-content_description #trailerTab > li a.nav-link {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: center;
  color: rgb(32, 32, 32);
  padding: 20px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: none !important;
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description #trailerTab > li a.nav-link {
    padding: 10px 23px 10px 23px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 18.4px;
    width: 100%;
    height: 100%;
    border: none !important;
  }
}
.trailers-section__tabs-content_description #trailerTab > li a.nav-link:hover {
  border: none !important;
}
.trailers-section__tabs-content_description #trailerTab > li a.nav-link.active {
  background: rgb(21, 121, 189);
  color: rgb(255, 255, 255);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-color: rgb(21, 121, 189);
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content_description #trailerTab > li a.nav-link.active {
    border-radius: 9px !important;
    background: transparent;
  }
}
.trailers-section__tabs-content-image {
  width: 100%;
  max-width: 435px;
  height: 100%;
}
@media (max-width: 1024px) {
  .trailers-section__tabs-content-image {
    max-width: calc(100vw - 36px);
  }
}
.trailers-section__tabs-content-image img {
  height: auto;
  max-height: 100%;
}

#thumbnails {
  padding-left: 180px;
}
#thumbnails.columns-2 {
  padding-left: 180px;
}
@media (max-width: 1024px) {
  #thumbnails.columns-2 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
#thumbnails.columns-3 {
  padding-left: 180px !important;
}
@media (max-width: 1024px) {
  #thumbnails.columns-3 {
    padding-left: 18px !important;
    padding-right: 18px;
  }
}
#thumbnails .trailer-images__thumbs {
  display: grid;
  grid-template-rows: auto;
  width: auto;
  max-width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #thumbnails .trailer-images__thumbs {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
  }
}

.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

/*Shop page*/
.page-template-template-shop-php .lenhard-breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-template-template-shop-php #page .container-lg.content-container, .page-template-template-shop-php #page .single-container, .page-template-template-shop-php #page .container.main-title, .page-template-template-shop-php #page .video-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-template-shop-php #page .container.categories-container {
  max-width: 1236px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .page-template-template-shop-php #page .container.categories-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-template-shop-php #page .container.categories-container .image_decor-btm {
  height: auto;
  border-radius: 0;
}
@media (max-width: 768px) {
  .page-template-template-shop-php #page .container.categories-container .image_decor-btm {
    margin-bottom: 0;
    margin-top: 14px;
  }
}
.page-template-template-shop-php #contact-form {
  margin-bottom: 64px;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .page-template-template-shop-php #contact-form {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 560px) {
  .page-template-template-shop-php #contact-form {
    margin-top: 38px;
  }
}
.page-template-template-shop-php .page-title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #FFF;
  /* Lenhard/H4 */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  background-image: url("images/decor-image-shop.svg");
  background-repeat: no-repeat;
  background-size: 102% 100%;
  background-position-x: -12px;
  text-transform: uppercase;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 23px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .page-template-template-shop-php .page-title {
    padding: 27px 18px;
    background-position: -2px 0;
    background-size: auto;
    height: auto;
    width: 100%;
    max-height: 100%;
    min-height: 50px;
    display: flex;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-shop-php .page-title {
    background-image: url("images/decor-line-mob.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 0;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding: 13px 10.14px 13px 16px;
  }
}
@media (max-width: 560px) {
  .page-template-template-shop-php .page-title {
    background: #D5213D;
    padding: 16px;
  }
}

.categories-section .categories-grid {
  position: relative;
}
.categories-section .categories-grid__item {
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.categories-section .categories-grid__item-left {
  width: 100%;
}
@media (max-width: 768px) {
  .categories-section .categories-grid__item {
    margin-bottom: 50px;
  }
}
.categories-section .categories-grid__item .open-list, .categories-section .categories-grid__item .category-link {
  border: 2px solid #1579BD;
  box-shadow: 0 0 9px 0 rgba(21, 121, 189, 0.3490196078);
  padding: 12px 18px;
  border-radius: 20px;
  gap: 10px;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #1579BD;
  margin-right: 78px;
  margin-left: auto;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .categories-section .categories-grid__item .open-list, .categories-section .categories-grid__item .category-link {
    margin-left: 18px;
    margin-top: 50px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .categories-section .categories-grid__item .open-list, .categories-section .categories-grid__item .category-link {
    width: 100%;
    max-width: calc(100% - 36px);
    margin-left: auto;
    margin-right: auto;
  }
}
.categories-section .categories-grid__item .open-list:hover, .categories-section .categories-grid__item .open-list:focus, .categories-section .categories-grid__item .open-list:active, .categories-section .categories-grid__item .category-link:hover, .categories-section .categories-grid__item .category-link:focus, .categories-section .categories-grid__item .category-link:active {
  outline: none;
  border-radius: 20px;
  border: 2px solid var(--old-Lenhard-prime, #1579BD);
  background: #1579BD;
  padding: 12px 18px;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-section .categories-grid__item .open-list.open, .categories-section .categories-grid__item .category-link.open {
  border-radius: 20px;
  border: 2px solid var(--old-Lenhard-prime, #1579BD);
  background: #1579BD;
  padding: 12px 18px;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-section .categories-grid__item-title {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="810" height="100" viewBox="0 0 810 100" fill="none"><path d="M705.286 0L810 100H0V0H719.286Z" fill="%231479BD"/></svg>');
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #FFF;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  word-break: break-word;
  height: auto;
  min-height: 50px;
  padding: 10px 70px 10px 64px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 798px;
}
@media (max-width: 1024px) {
  .categories-section .categories-grid__item-title {
    font-size: 16px;
    padding-left: 18px;
  }
}
@media (max-width: 768px) {
  .categories-section .categories-grid__item-title {
    background: #1479BD;
    clip-path: none;
  }
}
.categories-section .categories-grid__item-img {
  width: 100%;
  margin-left: 115px;
  margin-right: auto;
  max-width: 472px;
}
@media (max-width: 1260px) {
  .categories-section .categories-grid__item-img {
    margin-left: 50px;
  }
}
@media (max-width: 1024px) {
  .categories-section .categories-grid__item-img {
    max-width: calc(100% - 36px);
    margin-left: auto;
    margin-right: auto;
  }
}
.categories-section .categories-grid .categories-list {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
@media (max-width: 1024px) {
  .categories-section .categories-grid .categories-list {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    margin: 20px auto 0 auto;
  }
}
.categories-section .categories-grid .categories-list.active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  max-width: max-content;
}
.categories-section .categories-grid .categories-list__link {
  color: var(--osec-Black, #202020);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
  margin-bottom: 16px;
  text-decoration: none;
}
.categories-section .categories-grid .categories-list__link:active, .categories-section .categories-grid .categories-list__link:hover, .categories-section .categories-grid .categories-list__link:focus {
  color: #1579BD;
}
.categories-section .categories-grid .categories-list.active {
  display: flex;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-family: Montserrat, sans-serif;
}

article.page.type-page {
  margin-bottom: 120px;
}
@media (max-width: 560px) {
  article.page.type-page {
    margin-bottom: 80px;
  }
}

.table-header {
  font-size: 20px;
  font-weight: 500;
  color: var(--old-Lenhard-grey, #9d9f9f);
  padding: 10px 20px;
  text-align: left;
  white-space: nowrap;
  line-height: 120%;
  border-bottom: 1px solid #ccc;
}

.table-cell {
  font-size: 18px;
  font-weight: 400;
  color: var(--osec-Black, #202020);
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 991px) {
  .table-header, .table-cell {
    white-space: initial;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .table-cell {
    padding: 10px 0;
  }
}
.middle-bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .middle-bold-text {
    text-align: left;
    font-size: 20px;
  }
}

.bold-text {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .bold-text {
    text-align: left;
    font-size: 20px;
  }
}

footer {
  background: rgb(246, 249, 254);
  padding: 50px 0 20px 0;
}
@media (max-width: 768px) {
  footer {
    padding: 35px 0 20px 0;
  }
}
footer .footer-top {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .footer-top {
    margin-bottom: 20px;
  }
}
footer .footer-top__item {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
footer .footer-top__item .foot-logo {
  margin-bottom: 20px;
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
}
@media (max-width: 560px) {
  footer .footer-top__item .foot-logo {
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    max-width: 45%;
  }
}
@media (max-width: 1024px) {
  footer .footer-top__item:first-child {
    order: 2;
  }
}
@media (max-width: 1024px) {
  footer .footer-top__item:nth-child(2) {
    order: 1;
  }
}
footer .footer-top__item:nth-child(3) {
  order: 3;
}
@media (max-width: 1024px) {
  footer .footer-top__item:nth-child(3) {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-top__item:nth-child(3) {
    padding-top: 0;
  }
}
footer .footer-top__item:last-child {
  order: 4;
}
@media (max-width: 1024px) {
  footer .footer-top__item:last-child {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-top__item:last-child {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  footer .footer-top__item {
    border-bottom: 1px solid #202020;
  }
}
@media (max-width: 768px) {
  footer .footer-top__item {
    margin-bottom: 20px;
  }
}
footer .footer-top__item-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: rgb(32, 32, 32);
  margin-bottom: 20px;
}
footer .footer-top__item-link {
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: rgb(37, 37, 37);
  display: flex;
  word-break: break-word;
  margin-bottom: 16px;
}
footer .footer-top__item-link#footer-phone {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgb(21, 121, 189);
}
footer .footer-top__item-link:hover, footer .footer-top__item-link:focus, footer .footer-top__item-link:active {
  text-decoration: none;
}
footer .footer-top__item nav > ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  footer .footer-top__item nav > ul {
    margin-bottom: 20px;
  }
}
footer .footer-top__item nav > ul > li {
  margin-bottom: 10px;
}
footer .footer-top__item nav > ul > li.current_page_item a {
  color: #1579BD;
}
footer .footer-top__item nav > ul > li a {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: rgb(32, 32, 32);
  text-decoration: none;
}
footer .footer-top__item nav > ul > li a:hover, footer .footer-top__item nav > ul > li a:focus, footer .footer-top__item nav > ul > li a:active {
  text-decoration: none;
  color: #1579BD;
}
footer .footer-btm {
  padding-top: 30px;
  border-top: 1px solid rgb(157, 159, 159);
}
@media (max-width: 1024px) {
  footer .footer-btm {
    flex-flow: column-reverse;
    border-top: none;
    padding-top: 0;
  }
}
footer .site-info .copyright {
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: rgb(157, 159, 159);
  margin-bottom: 13px;
}
footer .site-info .created-by {
  display: flex;
  flex-flow: row;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: rgb(157, 159, 159);
}
footer .site-info .created-by a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #1579BD;
  text-decoration: none;
}
footer .site-info .created-by a:hover, footer .site-info .created-by a:focus, footer .site-info .created-by a:active {
  color: #1579BD;
}
@media (max-width: 1024px) {
  footer .payments-list {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  footer .payments-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
footer .payments-list img {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  footer .payments-list img {
    margin-left: 0;
  }
}
@media (max-width: 560px) {
  footer .payments-list img {
    width: auto;
    max-width: 20%;
  }
}

/*# sourceMappingURL=style.css.map */
.build__title {
  font-family: "Montserrat SemiBold", sans-serif;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background-image: url(images/decor-image.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-transform: uppercase;
  display: flex;
  padding: 23px 64px 23px 64px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.build__content {
  margin-top: 39.16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.build__content h3 {
  color: #fff;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  background-image: url(images/red-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px 62.82px 11px;
  display: flex;
}
.build__content p {
  color: var(--osec-Black, #202020);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.build__bottom {
  padding: 0 64px;
  color: var(--osec-Black, #202020);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.build__text {
  display: flex;
  gap: 20px;
  padding: 0 64px;
}
.build__text p {
  flex: 1 0 0;
  width: 100%;
  max-width: 352px;
}
.build__images {
  display: flex;
  gap: 17px;
  width: 100%;
  max-width: 699px;
}
.build__images_more {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 64px;
  gap: 32px 17px;
}
.build__images_more img {
  display: block;
  width: 100%;
  height: 164px;
  object-fit: cover;
  max-width: 345px;
}
.build__images img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  max-width: 341px;
}
.build .desktop {
  margin-top: 120px;
  margin-bottom: 64px;
  display: flex;
  width: 100%;
  height: auto;
}
.build .mobile {
  display: none;
  width: 100%;
}
.page-template-template-containers .lenhard-breadcrumb {
  margin-bottom: 0;
}
.page-template-template-containers .container {
  width: 100%;
  max-width: 1236px;
  padding-left: 18px;
  padding-right: 18px;
  box-shadow: none;
  margin: 0 auto;
}

@media (max-width: 1160px) {
  .build__text p {
    max-width: 35%;
  }
  .build__images {
    max-width: 65%;
  }
}
@media (max-width: 992px) {
  .build__text {
    padding: 0 16px;
    flex-direction: column;
  }
  .build__text p {
    max-width: 100%;
  }
  .build__images {
    max-width: 100%;
  }
  
  .build__images_more {
    padding: 0 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .build__images img{
    max-width: 100%;
  }
  .build__images_more img {
    max-width: 100%;
  }
  .build__bottom {
    padding: 0 16px;
  }
  .build .desktop {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-template-template-containers .container {
    padding: 0;
  }
  .build__images img {
    height: 170px;
  }
  .build__content h3 {
    font-size: 16px;
    background: #d5213d;
    padding: 14px 18px;
    background-image: none;
  }
  .build__title {
    padding: 16px;
    font-size: 20px;
    background-image: url("images/decor-image-mob.svg");
    background-size: auto 100%;
  }
  
  .container {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .build__images {
    flex-direction: column;
  }
  .build__images_more {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .build .desktop {
    display: none;
  }
  .build .mobile {
    display: flex;
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}