/*!
Theme Name: VARD
Theme URI: http://underscores.me/
Author: LeraVi
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vard
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.

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}
/**
 * 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;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
/**
 * 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;
}

li {
  list-style-type: none;
}
* a {
  text-decoration: none;
  color: unset;
}
* a:hover {
  color: unset;
}
/**
 * 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
--------------------------------------------- */

html {
  box-sizing: border-box;
}

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

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

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

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: none;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */

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

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

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}


@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/vard/assets/fonts/Manrope-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/vard/assets/fonts/Manrope-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/vard/assets/fonts/Manrope-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/vard/assets/fonts/Manrope-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/vard/assets/fonts/Manrope-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/vard/assets/fonts/Manrope-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: 'Manrope';
  src: url(/wp-content/themes/vard/assets/fonts/Manrope-ExtraLight.ttf);
  font-weight: 200;
}

body {
  font-family: "Manrope";
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
ul {
  padding: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
/*   p {
	margin: 0px;
  } */
hr {
  color: #d9dee0;
}
.boldText {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #33383a;
  padding: 60px 0 20px;
}
.regular16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #33383a;
}
.regular14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #33383a;
}
.regular14__gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #808588;
}
.regular16__gray {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #808588;
}
.bolderText {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
}
.bigText {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: #33383a;
}
.bigWhite {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media screen and (max-width: 560px) {
	.bigWhite {
		font-size: 28px;
		line-height: 50px;
	}
	.tovar-cart-gray-wrapper-two {
		margin: 0 0;
	}
}
.cardMiniatur-card-footer.d-flex.flex-column a {
	width: 100%;
}
.light_gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #d9dee0;
}
.light_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #808588;
}
.dropdown-toggle {
  width: 200px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #33383a;
}
.dropdown-toggle:hover {
  color: #33383a;
}
.modal {
  top: 10%;
}
.modal-dialog {
  width: 50%;
  max-width: 100%;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle span {
  transform: rotate(90deg);
  transition: 0.3s;
}
.rotateTogle.dropdown-toggle span {
  transform: rotate(-90deg);
  transition: 0.3s;
}
.rotateTogle.dropdown-toggle path {
  stroke: #c49a6c;
}
#rotate.rotateTogle {
  color: #c49a6c;
}
button {
  transition: 0.3s;
}
.button_secondary:hover {
  color: #ffffff;
  background: #c49a6c;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
}
.button_secondary:active {
  color: #ffffff;
  background: #bc905f;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
}
.button_primary:hover {
  background: #c49a6c;
  color: #fff;
}
.button_gray-hover {
  background: #d9dee0 !important;
  color: #1c1e1f !important;
}
.button_gray-hover:hover {
  background: inherit !important;
  color: #1c1e1f;
  box-shadow: 0px 0px 0px 1px #1c1e1f !important;
}
.button_gray-hover:active {
  background: #d9dee0 !important;
  box-shadow: 0px 0px 0px 1px #33383a !important;
}

.home-main-slider {
  height: 100vh;
  background: #000;
/*   background-image: url(./assets/images/HomeOneSlider1.jpg); */
  background-size: cover;
  color: white;
  overflow: hidden;
}
.home-main-slide {
  display: flex;
  justify-content: center;
}
/* .home-main-slide-wrapper {
  max-width: 610px;
} */
.home-main-slide-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
}
.home-main-slide-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #d9dee0;
  max-width: 450px;
}
.home-main-slide-button {
  font-family: "Manrope";
  padding: 18px 30px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #1c1e1f;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.3;
}
.swiper-pagination-bullet:hover {
  background: white;
  opacity: 1;
}
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.swiper-pagination-bullet-active {
  height: 14px;
  width: 14px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.swiper-button-next {
  width: 40px;
  height: 40px;
}
.swiper-button-prev {
  width: 40px;
  height: 40px;
}
.swiper-button-next:hover path {
  fill: #c49a6c;
}
.swiper-button-next:hover circle {
  stroke: #c49a6c;
}
.swiper-button-prev:hover path {
  fill: #c49a6c;
}
.swiper-button-prev:hover circle {
  stroke: #c49a6c;
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button-prev.swiper-button-home-main {
  transform: rotate(0deg);
}
.NavigationCart-prev:hover path {
  fill: none;
}
.NavigationCart-next:hover path {
  fill: none;
}
.NavigationCartcontent:after .swiper-button-disabled {
  content: "" !important;
}
.main-grid-top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 200px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0px;
  padding-top: 120px;
}
.main-grid-top a {
  padding: 20px;
}
.padding__top30 {
  padding-top: 30px;
}
.main-grid-top a {
  background-size: 120%;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
}
.grid__news-wrapper {
  background-size: 120%;
  transition: 0.5s;
}
.grid__news-wrapper:hover {
  background-size: 120%;
}
.grid__news-wrapper:hover a {
  color: #c49a6c;
}
.main-grid-top a:hover {
  background-size: 125%;
}
.main-grid-top a:hover > .main-grid-link {
	color: #c49a6c;
}
.main-grid-top-item{
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background: no-repeat 100%/cover;
}
.main-grid-top-item:not(.main-grid-top-item-1, .main-grid-top-item-2)::after{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%);
  z-index: -1;
}
.main-grid-top-item-1 {
  grid-area: 1 / 1 / 2 / 5;
  display: flex;
  flex-direction: column;
  padding: 0px !important;
}
.main-grid-top-item-2 {
  background: #000;
  grid-area: 2 / 1 / 3 / 5;
}
.main-grid-top-item-3 {
  grid-area: 1 / 5 / 3 / 9;
  background-image: url(/wp-content/uploads/2023/06/Rectangle-14-4.jpg.webp);
}
.main-grid-top-item-4 {
  grid-area: 1 / 9 / 2 / 13;
  background-image: url(/wp-content/uploads/2023/06/индукция-90-см-scaled.jpg.webp);
}
.main-grid-top-item-5 {
  grid-area: 1 / 11 / 2 / 13;
  background-image: url(/wp-content/uploads/2023/06/Rectangle-1395-2.jpg.webp);
}
.main-grid-top-item-6 {
  grid-area: 2 / 9 / 3 / 13;
  background-image: url(/wp-content/uploads/2023/06/Rectangle-17-4.jpg.webp);
}
.main-grid-top video{
  background-size: cover;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.main-grid-bottom-item{
  grid-column: span 3;
  background: no-repeat 100%/cover;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background: no-repeat 100%/cover;
}
.main-grid-bottom-item::after{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 70%);
  z-index: -1;
}
.main-grid-bottom-item-1 {
  background-image: url(/wp-content/uploads/2023/06/Rectangle-28-3.jpg.webp);
}
.main-grid-bottom-item-2 {
  background-image: url(/wp-content/uploads/2024/06/vitjajki.png.webp);
}
.main-grid-bottom-item-3 {
  background-image: url(/wp-content/uploads/2023/06/Rectangle-27-4.jpg.webp);
}
.main-grid-bottom-item-4 {
  background-image: url(/wp-content/uploads/2023/06/Rectangle-18-1.jpg.webp);
}

.main-grid-bottom-item-5 {
  background-image: url(/wp-content/uploads/2024/06/stiralka.jpg.webp);
}
.main-grid-bottom-item-6 {
  background-image: url(/wp-content/uploads/2024/06/electrik_panel.png.webp);
}
.main-grid-bottom-item-7 {
  background-image: url(/wp-content/uploads/2024/06/gazo-panel.png.webp);
}
.main-grid-bottom-item-8 {
  background-image: url(/wp-content/uploads/2024/06/vinish.png.webp);
}
.main-grid-top-item-1 .main-grid-top-item-title {
  max-width: 250px;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #1c1e1f;
}
.text-gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #808588;
}
.text-gray:hover {
  color: #808588;
}
.text-gray-hover {
  transition: 0.3s;
}
.text-gray-hover:hover {
  color: #c49a6c;
}
.main-grid-1-link img {
  padding-left: 10px;
}
.main-grid-1-link {
  transition: 0.3s;
}
.main-grid-1-link:hover {
  color: #1c1e1f;
}
.main-grid-title {
/*   max-width: 140px; */
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.main-grid-link {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  color: #ffffff;
  transition: 0.3s;
  align-items: center;
}
/* .main-grid-link:hover {
  color: #c49a6c;
} */
.main-grid-link:hover path {
  fill: #c49a6c;
}
.main-grid-link svg {
  margin-left: 10px;
}
.main-grid-link span {
  transition: 0.2s;
}
.main-grid-link:hover span {
  padding-right: 5px;
}
.arrowGray:hover {
  color: #c49a6c;
}
.arrowGray:hover span {
  padding-right: 5px;
}
.arrowGray span {
  transition: 0.2s;
}
.arrowGray:hover path {
  fill: #c49a6c;
}
.arrowGray svg {
  margin-left: 10px;
}
.main-grid-title-long {
  max-width: 250px;
}
.titile-black {
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  color: #1c1e1f;
}
.next-cardMiniatur,
.prev-cardMiniatur {
/*   position: relative; */
}
li.swiper-slide.cardMiniatur-card-modal {
	max-height: 500px;
}
li.swiper-slide.cardMiniatur-card-modal img {
	max-height: 500px;
	object-fit: contain;
}
.swiper-button-next-modal {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 99;
}
.swiper-button-prev-modal {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(-180deg);
	z-index: 99;
}
/* .next-cardMiniatur::after {
  content: url(./assets/images/arrow_dark.svg);
}
.prev-cardMiniatur::after {
  content: url(./assets/images/arrow_dark.svg);
  transform: rotate(-180deg);
  margin-top: 5px;
} */
.topPadding {
  padding-top: 120px;
}
.bottomPadding {
  padding-bottom: 120px;
}
.navigation-cardMiniatur {
  width: 100px;
}
.cardMiniatur-card {
  border: 1px solid #fbfbfb;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
  padding-bottom: 20px;
  background: #fff;
  padding: 15px;
}
.cardMiniatur-card-header img {
  height: 240px;
  object-fit: contain;
  transition: 0.3s;
}
.cardMiniatur-card-header img:hover {
  transform: scale(1.1);
}
.cardMiniatur-card-header-teg {
  padding: 5px 10px;
  top: 2%;
  left: 2%;
  width: 80px;
  background: black;
  color: #ffffff;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  z-index: 2;
}

.cardMiniatur-card-conent-model {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #1c1e1f;
  min-height: 75px;
}
.already-added {
	color: #1C1E1F;
    background-color: #D9DEE0;
    box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
    height: 60px;
	border: none;
	transition: .5s;
}
.already-added:hover {
	color: #c49a6c;
}
.cardMiniatur-card-header {
	margin-bottom: 16px;
}
.cardMiniatur-card-conent-name {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  color: #808588;
  min-height: 20px;
}
ul.cart-bg-and-text-content li:nth-child(even) .cart-bg-and-text-content-wrapper {
    flex-direction: row-reverse;
}
.cardMiniatur-card-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #c49a6c;
  display: flex;
  gap: 10px;
}
.cardMiniatur-card-button {
  color: #ffffff;
  background-color: #1c1e1f;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardMiniatur-card-button img {
  height: 25px !important;
}
.cardMiniatur-card-button:nth-child(1) {
  width: 100%;
}
/* .cardMiniatur-card-button:nth-child(2) {
  width: 20%;
} */
.swiper-navigation {
  top: -400px;
}
.prev-homeNew {
  left: -50px;
}
.next-homeNew {
  right: -50px;
}
.homeNew-wrapper {
  padding-bottom: 20px;
}
.homeNew-slide {
  height: 500px;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
  background-size: 110%;
  background-position: top;
}
.homeNew-slide-1 {
  background-image: url(./assets/images/new1.png);
}
.homeNew-slide-2 {
  background-image: url(./assets/images/new2.png);
}
.homeNew-info {
  position: relative;
  top: 75%;
  padding-left: 40px;
  padding-bottom: 20px;
}
.homeNew-wrapper:hover .homeNew-slide {
  background-size: 120%;
}
.homeNew-info-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #ffffff;
/*   max-width: 250px; */
}
.mailinglist {
  background-image: url(/wp-content/uploads/2023/06/Rectangle-1381.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.mailinglist-wrapper {
  padding-top: 200px;
  padding-bottom: 200px;
}
.mailinglist-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
}
.mailinglist-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #d9dee0;
  padding-bottom: 30px;
}
.mailinglist-input {
  width: 50%;
  background: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  padding: 10px;
  color: #ffffff;
  border: 1px solid #33383a;
  transition: 0.3s;
}
.mailinglist-input:hover {
  border: 1px solid #808588;
}
.mailinglist-input:active {
  border: 1px solid #808588;
}

.mailinglist-input:focus-visible {
  color: #ffffff;
  border: 1px solid #808588;
  border-radius: 0px;
  outline: none;
}
.mailinglist-button {
  color: #1c1e1f;
  background: #ffffff;
  align-items: center;
  padding: 10px 80px;
  border: none;
  margin-left: 20px;
}
.home-help {
  background-image: url(/wp-content/uploads/2023/06/индукция-90-см-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-left: 80px;
  padding-bottom: 180px;
}
.home-help-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
.home-help-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.home-help-subtitle {
  max-width: 250px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #d9dee0;
}
.home-help-button {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #1c1e1f;
  padding: 18px 30px;
  border: none;
  background: #ffffff;
}
.home-brand {
  border: 1px solid #d9dee0;
  height: 400px;
  margin-right: 15px;
}
.home-brand-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #33383a;
/*   padding-left: 15px; */
  text-align: center;
}
.home-brand-subtext {
}
footer {
  padding-top: 70px;
  background: #fbfbfb;
  border-top: 1px solid #d9dee0;
}
.text-footer-list {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #33383a;
  padding-top: 10px;
}
.footer-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #ffffff;
  background: #1c1e1f;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
  padding: 18px 30px;
  border: none;
}
.footer-gray {
  background: #f0f2f2;
}
.footer-icon {
  width: 50%;
  gap: 10px
}
.footer-icon svg {
  transition: 0.3s;
}
.footer-icon svg:hover {
  transform: scale(1.1);
}
.main-grid-top-item-1 {
  padding: 0px;
}
.bgfour-hundred-four {
  background-image: url(./assets/images/404.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.button__four-hundred-four {
  width: 560px;
}
.regular16__four-hundred-four {
  max-width: 390px;
}
.link__return:hover {
  color: #bc905f;
}
.grid__news {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
	margin-bottom: 50px;
}
.grid__news-wrapper {
  height: 400px;
  background-image: url(./assets/images/new1.png);
  /*   background-size: cover; */
  background-position: bottom;
}
.grid__news-info {
  position: relative;
  top: 75%;
  padding: 0 20px;
  padding-bottom: 20px;
}
.news-template {
  background-image: url(./assets/images/news.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-template__text-tittle {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #808588;
  padding-left: 10px;
}
.button__news {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #ffffff;
  padding: 18px 30px;
  background: #1c1e1f;
  border: none;
  width: 25%;
}
.cardMiniatur-card-four.cardMiniatur-card-mini img {
  object-fit: scale-down;
  height: 380px;
}
.return__crumbs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.return__pading-text {
  padding-top: 10px;
}
/* .return__padding-top {
  padding-top: 20px;
} */
.marginBottom {
  margin-bottom: 120px;
}
.tovar-cart-info-top {
  padding-top: 60px;
}
.tovar-cart-black-title {
  max-width: 400px;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #1c1e1f;
}
.tovar-cart-black-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #33383a;
}
.tovarLineGray {
  padding-right: 5px;
}
.tovar-cart-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #c49a6c;
}
.tovar-cart-gray-wrapper {
  background: #fbfbfb;
  border-top: 1px solid #d9dee0;
  border-bottom: 1px solid #d9dee0;
  position: sticky;
  top: 0;
  z-index: 2;
}
.tovar-cart-gray-wrapper-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #000000;
}
.tovar-cart-gray-wrapper-link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #33383a;
  align-items: center;
  display: flex;
}
.tovar-cart-gray-wrapper-link a:active,
.tovar-cart-gray-wrapper-link a:hover,
.tovar-cart-gray-wrapper-link a:focus {
  color: #808588;
}
.tovar-cart-gray-wrapper-link-button {
  border: none;
  padding: 10px 30px;
  background: #1c1e1f;
  color: #ffffff;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
}
.tovar-cart-gray-wrapper-two {
  background: #fbfbfb;
  position: relative;
  margin: 70px 0;
}
.tovar-cart-gray-two-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.tovar-cart-gray-two-grid-1 {
  grid-area: 1 / 1 / 2 / 2;
}
.tovar-cart-gray-two-grid-2 {
  grid-area: 2 / 1 / 3 / 2;
}
.tovar-cart-gray-two-grid-3 {
  grid-area: 1 / 2 / 3 / 3;
}
.tovar-cart-gray-two-grid-4 {
  grid-area: 1 / 3 / 2 / 4;
}
.tovar-cart-gray-two-grid-5 {
  grid-area: 2 / 3 / 3 / 4;
}
.cart-bg-and-text-content {
  color: #ffff;
}
.cart-bg-and-text-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cart-bg-and-text-content-wrapper div {
	flex: 0 0 50%;
}
.cart-bg-and-text-content-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
}
.cart-bg-and-text-content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #d9dee0;
}
.cart-bg-and-text-content-1 {
  background-image: url(./assets/images/cartbg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cart-bg-and-text-content-2 {
  background: #000 ;
/* 	url(./assets/images/cartbg-2.png) no-repeat */
  background-size: cover;
  background-position: center;
  background-position-y: -4px;
  background-repeat: no-repeat;
  border-top: 1px solid rgb(217 222 224 / 12%);
  border-bottom: 1px solid rgb(217 222 224 / 12%);
}
.cart-bg-and-text-content-3 {
/*   background-image: url(./assets/images/cartbg-3.png); */
  background: #000;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.buttonBlack {
  border: none;
  background: #1c1e1f;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
  align-items: center;
  padding: 14px 30px;
  color: #ffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  min-width: 200px;
  margin-right: 10px;
}
.tovar-cart-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #33383a;
}
.tovar-cart-info-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #1c1e1f;
}
.tovar-cart-info-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #33383a;
}
.border-bottom-gray {
  border-bottom: 1px solid #d9dee0;
}
.tovar-cart-info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #33383a;
  align-items: center;
  display: flex;
}
.tovar-cart-imgButton {
  padding-left: 15px;
}

.tovar-cart-imgButton img {
  max-height: 415px;
  object-fit: contain;
}
.tovar-cart-button {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #ffffff;
  padding: 18px 30px;
  background: #1c1e1f;
  width: 100%;
}
.instructions-for-use {
  margin-bottom: 120px;
}
.instructions-for-use {
  background-image: url(./assets/images/Instructions-for-use.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.instructions-for-use-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.instructions-for-use-text {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.instructions-for-use-button {
  padding: 18px 30px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #1c1e1f;
  background: #ffffff;
  width: 250px;
}
.cardMiniatur-card-mini {
  height: 100%;
}
/* .cardMiniatur-card-mini img {
	height: 380px;
	object-fit: scale-down;
  } */
.cart-bg-and-text-content-1-1 {
  height: 330px;
}
.cart-bg-and-text-content-1-2 {
  height: 330px;
}
.cart-bg-and-text-content-1-3 {
  height: 330px;
}
.cart__wrapper {
  margin-top: 15px;
  padding: 30px 30px 30px 20px;
  background: #ffffff;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
}
.cart__list {
  padding-right: 40px;
}
.cart__list-number {
  border: 1px solid #d9dee0;
  border-radius: 1px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cart__hr {
  margin: 30px 0px;
}
.cart__collapse {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #d9dee0;
  border-radius: 1px;
  align-items: baseline;
  width: 35%;
}
.light_bg {
  background: #fbfbfb;
}
.contacts__wrapper {
  width: 74.1%;
}
.contacts__wrapper-two {
  width: 25%;
}
.contact__ul-one {
  padding-right: 30px;
}
.cart__contact {
  background: #ffffff;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
  padding: 20px;
}
.cart__contact-item {
  border-bottom: 1px solid #d9dee071;
}
.accordion-button:focus {
  border-color: inherit !important;
  box-shadow: none !important;
  color: #1c1e1f !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 135% !important;
}
.accordion-button:not(.collapsed) {
  color: #1c1e1f !important;
  background-color: none !important;
  box-shadow: inherit !important;
  background-color: inherit !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(./assets/images/garantii.svg);
  transform: rotate(-90deg);
  height: 15px;
  width: 15px;
  background-size: contain;
}
.accordion-button:after {
  background-image: url(./assets/images/garantii.svg);
  transform: rotate(0deg);
  transition: 0.3s;
  height: 15px;
  width: 15px;
  background-size: contain;
}
.accordion-item-guarantees {
  border: none;
  border-bottom: 1px solid #d9dee04f;
}
@media (max-width: 990px) {
  .home-main-slide-title {
    font-size: 24px;
	line-height: 40px;
  }
  .bottomPadding {
    padding-bottom: 60px;
  }
  .topPadding {
    padding-top: 60px;
  }
  .home-help-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .swiper-button-home-main {
    display: none;
  }
  .main-grid-top {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 13rem;
    padding-top: 0px;
  }
  .main-grid-top-item-1,
  .main-grid-top-item-2,
  .main-grid-top-item-3,
  .main-grid-top-item-4,
  .main-grid-top-item-5,
  .main-grid-top-item-6{
    grid-area: auto / span 2;
  }
  .main-grid-bottom-item{
    grid-column: span 1;
  }

  .main-grid-top-item-1{
    place-content: center;
  }
  .main-grid-top a{
    background-size: cover;
  }
  .main-grid-top a.main-grid-bottom-item{
    padding: 12px;
  }

  .main-grid-title {
    max-width: 300px;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0.02em;
  }
  .main-grid-top-item-1 .main-grid-top-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    max-width: 300px;
  }

  .main-grid-bottom-item .main-grid-title{
    font-size: 14px;
  }

  .cardMiniatur-card-content {
    padding-bottom: 0px;
  }
  .cardMiniatur-card-price {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  .home-brand {
    margin-top: 10px;
    height: 160px;
  }
  .next-homeNew {
    right: 0px;
  }
  .prev-homeNew {
    left: -80px;
  }
  .cardMiniatur-card-header-teg {
    left: 20px;
  }
  .homeNew-info {
    position: absolute;
    top: 75%;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .home-help {
    background-position: right;
    background-position-x: -560px;
    align-items: center;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
  }
  .home-help-title {
    width: 90%;
  }
  .home-help-subtitle {
    max-width: 100%;
    width: 90%;
  }
  .home-help-button {
    width: 90%;
  }
  .swiper-navigation {
    top: -10px;
  }
  .mailinglist-input {
    width: 100%;
  }
  .mailinglist-button {
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
  }
  .footer-icon {
    width: 25%;
  }
  .site-name-footer {
    color: #80858888;
  }
  footer {
    padding-top: 30px;
  }
  .button__four-hundred-four {
    width: 300px;
  }
  .grid__news {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .grid__news-info {
    top: 67%;
  }
  .button__news {
    width: 50%;
  }
  .marginBottom {
    margin-bottom: 60px;
  }
  .tovar-cart-gray-wrapper-two {
    padding-top: 60px;
  }
  .tovar-cart-gray-wrapper-link li {
    padding: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
  }
  .swiper-wrapper.topPadding {
    height: 300px;
  }
  .swiper-slide.cardMiniatur-card {
    box-shadow: none;
  }
  .swiper-slide.cardMiniatur-card img {
    height: 100%;
    object-fit: contain;
  }

  .cardMiniatur-card-mini {
    height: 500px;
    background-size: auto;
  }
/*   .buttonBlack_wrapper button:nth-child(1) {
    width: 44%;
  }
  .buttonBlack_wrapper button:nth-child(2) {
    width: 54%;
  } */
  .buttonBlack {
    min-width: 100px;
    padding: 14px 10px;
    font-size: 11px;
    line-height: 140%;
    margin: 0px;
  }
  #Характеристики {
    padding-bottom: 40px;
  }
  .tovar-cart-imgButton {
    padding-top: 0px;
	padding-left: 15px;
  }
  .instructions-for-use {
    margin-bottom: 60px;
  }
  .cart-bg-and-text-content-wrapper {
    width: 100%;
  }
  .cart-bg-and-text-content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
  }
  .cart-bg-and-text-content-1 {
    background-image: none;
    background-color: #000000;
  }
  .cart-bg-and-text-content-2 {
    background-image: none;
    background-color: #000000;
  }
/*   .cart-bg-and-text-content-3 {
    background-image: none;
    background-color: #000000;
  } */
  .cart-bg-and-text-content-3 .container.bottomPadding.topPadding {
    padding-bottom: 0px !important;
  }
  .instructions-for-use-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    padding-bottom: 30px;
  }
  .instructions-for-use-button {
    width: 100%;
  }
  .wrapperOmzor {
    padding-top: 20px;
    height: 300px;
    margin: 0px;
    padding-bottom: 60px;
  }
  .contacts__wrapper {
    width: 100%;
  }
  .contacts__wrapper-two {
    width: 100%;
  }
  .parent__header {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
  }
  .header__logo {
    grid-area: 1 / 1 / 2 / 2;
  }
  .header__nav {
    grid-area: 2 / 1 / 3 / 3;
  }
  .header__buttons {
    grid-area: 1 / 2 / 2 / 6;
  }
  .header__cart-count {
    grid-area: 1 / 2 / 2 / 4;
  }
  .header__search {
    grid-area: 2 / 3 / 3 / 6;
  }
  .header__cart-count {
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .cardMiniatur-card-content {
    padding-top: 0px;
  }
  .grid__news {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 500px){
  .header__button-text{
    display: none;
  }
}

@media (max-width: 450px) {
  .button__news {
    width: 70%;
  }
  .parent__header {
    display: flex !important;
  }
}
.slideBack {
	display: none;
}
/* TOVAR */
.tovar-cart-info-top {
  padding-top: 60px;
}
.tovar-cart-black-title {
  max-width: 400px;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #1c1e1f;
}
.tovar-cart-black-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #33383a;
}
.tovar-cart-gray-wrapper-link {
  gap: 25px;
}
.tovarLineGray {
  padding-right: 5px;
}
.tovar-cart-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #c49a6c;
}
.tovar-cart-gray-wrapper {
  background: #fbfbfb;
  border-top: 1px solid #d9dee0;
  border-bottom: 1px solid #d9dee0;
  position: sticky;
  top: 0;
  z-index: 2;
}
.tovar-cart-gray-wrapper-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #000000;
}
.tovar-cart-gray-wrapper-link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #33383a;
  align-items: center;
  display: flex;
}
.tovar-cart-gray-wrapper-link a:active,
.tovar-cart-gray-wrapper-link a:hover,
.tovar-cart-gray-wrapper-link a:focus {
  color: #808588;
}
.tovar-cart-gray-wrapper-link-button {
  border: none;
  padding: 10px 30px;
  background: #1c1e1f;
  color: #ffffff;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
}
.tovar-cart-gray-wrapper-two {
  background: #fbfbfb;
}
.tovar-cart-gray-two-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.tovar-cart-gray-two-grid-1 {
  grid-area: 1 / 1 / 2 / 2;
}
.tovar-cart-gray-two-grid-2 {
  grid-area: 2 / 1 / 3 / 2;
}
.tovar-cart-gray-two-grid-3 {
  grid-area: 1 / 2 / 3 / 3;
}
.tovar-cart-gray-two-grid-4 {
  grid-area: 1 / 3 / 2 / 4;
}
.tovar-cart-gray-two-grid-5 {
  grid-area: 2 / 3 / 3 / 4;
}
.cart-bg-and-text-content {
  color: #ffff;
}
.cart-bg-and-text-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cart-bg-and-text-content-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
}
.cart-bg-and-text-content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #d9dee0;
}
.cart-bg-and-text-content-1 {
  background: #000;
}
.cart-bg-and-text-content-2 {
/*   background: #000;
  border-top: 1px solid rgb(217 222 224 / 12%);
  border-bottom: 1px solid rgb(217 222 224 / 12%); */
}
/* .cart-bg-and-text-content-3 {
  background: #000;
} */
.buttonBlack {
  border: none;
  background: #1c1e1f;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
  align-items: center;
  padding: 14px 30px;
  color: #ffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  min-width: 200px;
  margin-right: 10px;
}
.tovar-cart-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #33383a;
}
.tovar-cart-info-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #1c1e1f;
}
.tovar-cart-info-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #33383a;
}
.border-bottom-gray {
  border-bottom: 1px solid #d9dee0;
}
.tovar-cart-info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #33383a;
  align-items: center;
  display: flex;
}
.tovar-cart-imgButton {
  padding-left: 15px;
}

.tovar-cart-imgButton img {
/*   height: 250px;
  object-fit: cover;
  object-position: top; */
}
.tovar-cart-button {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #ffffff;
  padding: 18px 30px;
  background: #1c1e1f;
  width: 100%;
}
.instructions-for-use {
  margin-bottom: 120px;
}
.instructions-for-use {
  background-image: url(./assets/images/Instructions-for-use.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.instructions-for-use-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.instructions-for-use-text {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.instructions-for-use-button {
  padding: 18px 30px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #1c1e1f;
  background: #ffffff;
  width: 250px;
}
.cardMiniatur-card-mini {
  height: 100%;
}
/* .cardMiniatur-card-mini img {
	height: 380px;
	object-fit: scale-down;
  } */
.cart-bg-and-text-content-1-1 {
/*   background-image: url(./assets/images/cartbg-1.1.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
/*   height: 330px; */
}
.cart-bg-and-text-content-1-2 {
  background-image: url(./assets/images/cartbg-1.2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 330px;
  display:none;
}
.cart-bg-and-text-content-1-3 {
  background-image: url(./assets/images/cartbg-1.3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 330px;
  display:none;
}
.cart__wrapper {
  margin-top: 15px;
  padding: 30px 30px 30px 20px;
  background: #ffffff;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
}
.cart__list {
  padding-right: 40px;
}
.cart__list-number {
  border: 1px solid #d9dee0;
  border-radius: 1px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cart__hr {
  margin: 30px 0px;
}
.cart__collapse {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #d9dee0;
  border-radius: 1px;
  align-items: baseline;
  width: 35%;
}
@media (max-width: 990px) {
  .tovar-cart-gray-wrapper-two {
    padding-top: 60px;
  }
  .tovar-cart-gray-wrapper-link li {
    padding: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
  }
  .swiper-wrapper.topPadding {
    height: 300px;
  }
  .swiper-slide.cardMiniatur-card {
    box-shadow: none;
  }
  .swiper-slide.cardMiniatur-card img {
    height: 185px;
    object-fit: contain;
  }
	.wrapperOmzor .swiper-slide.cardMiniatur-card img {
		height: auto;
	}

  .cardMiniatur-card-mini {
    height: 500px;
    background-size: auto;
  }
/*   .buttonBlack_wrapper button:nth-child(1) {
    width: 44%;
  }
  .buttonBlack_wrapper button:nth-child(2) {
    width: 54%;
  } */
  .buttonBlack {
    min-width: 100px;
    padding: 14px 10px;
    font-size: 11px;
    line-height: 140%;
    margin: 0px;
  }
  #Характеристики {
    padding-bottom: 40px;
  }
  .tovar-cart-imgButton {
	padding-left: 0px;
    padding-top: 0px;
  }
  .instructions-for-use {
    margin-bottom: 60px;
  }
  .cart-bg-and-text-content-wrapper {
    width: 100%;
	flex-wrap: wrap;
	gap: 20px;
  }
	.cart-bg-and-text-content-wrapper div {
		flex: 0 0 100%;
	}
  .cart-bg-and-text-content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
  }
  .cart-bg-and-text-content-1 {
    background-image: none;
    background-color: #000000;
  }
/*   .cart-bg-and-text-content-2 {
    background-image: none;
    background-color: #000000;
  } */
  .cart-bg-and-text-content-3 {
    background-image: none;
    background-color: #000000;
  }
  .cart-bg-and-text-content-3 .container.bottomPadding.topPadding {
    padding-bottom: 0px !important;
  }
  .instructions-for-use-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    padding-bottom: 30px;
  }
  .instructions-for-use-button {
    width: 100%;
  }
  .wrapperOmzor {
    padding-top: 20px;
    height: 300px;
    margin: 0px;
    padding-bottom: 60px;
  }
}

header {
  background: #fff;
}
.header__logo {
  min-width: fit-content;
}
.header__nav-mobile {
  display: none;
}
.ubermenu
  .ubermenu-target.ubermenu-target.ubermenu-target.ubermenu-item-layout-icon_left {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
  gap: 40px;
}
.aws-container .aws-search-form .aws-form-btn {
  background: transparent;
}
.header__search {
  width: -webkit-fill-available;
}
.tovar-cart-gray-wrapper .container {
  padding: 5px 0.75rem;
}
.header__button-text{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #808588;
  border: none;
  outline: none;
  transition: color .2s ease-in;
}
.header__button-text:hover{
  color: #c49a6c;
}
.header__buttons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--header-buttons-gap, 2.5rem);
  flex: 1 0 auto;
}
.header__button {
  background: #1c1e1f;
  color: #fff;
  padding: 10px 30px;
  transition: 0.5s;
  border: none;
  outline: none;
}
.header__button:hover {
  background: #c49a6c;
  color: #fff;
}
.header__catalog-item {
  font-size: 16px;
}
.ubermenu-nojs.ubermenu-transition-shift
  .ubermenu-item:hover
  > .ubermenu-submenu-drop,
.ubermenu-transition-shift
  .ubermenu-item.ubermenu-active
  > .ubermenu-submenu-drop.ubermenu-submenu-drop.ubermenu-submenu-drop.ubermenu-submenu-drop {
  margin-top: 20px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.header__cart-count {
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__cart-count * {
  color: #000;
  transition: 0.5s;
  margin: 0;
}
.header__cart-count:hover {
  color: #c49a6c;
}
.header__cart-count:hover p {
  color: #c49a6c;
}
.header__cart-count:hover span {
  color: #c49a6c;
}
.header__cart-count:hover svg path {
  stroke: #c49a6c;
}
.header__cart-count span {
  background: #fbfbfb;
  padding: 5px 10px;
}
.aws-container .aws-show-clear .aws-search-field {
  border: none;
  background: #fbfbfb;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #808588;
}
.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn {
  background: #fbfbfb;
  border: none;
}
.ubermenu-item-layout-my_layout img {
  height: auto;
}
.container-prod-list {
	display: flex;
    gap: 15px;
    margin-bottom: 150px;
    margin-top: 50px;
}
@media screen and (max-width: 460px) {
  .ubermenu .ubermenu-item-layout-icon_left > .ubermenu-target-title {
    display: none !important;
  }
	.cart-bg-and-text-content-1-2 {
		display: none;
	}
	.cart-bg-and-text-content-1-3 {
		display: none;
	}
  .header__cart-count p {
    display: none;
  }
	.header__cart-count {
		position: relative;
	}
	.modal-dialog {
		width: 100%;
	}
	.cart__contact-item {
		padding: 10px 0;
	}
	.header__cart-count span {
		position: absolute;
		border-radius: 100%;
		font-size: 10px;
		top: -15px;
		padding: 3px 8px;
		right: -15px;
		background: #C49A6C;
		color: #FFF;
	}
  .header__search {
    display: none;
  }
  .popup-callback .popup-callback__content {
    width: 90%;
  }
}
/* popup */

.popup-callback,
.popup-buyNow,
.popup-outStock,
.popup-effec{
  opacity: 0;
  user-select: none;
  visibility: hidden;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.popup-callback.__active,
.popup-buyNow.__active,
.popup-outStock.__active,
.popup-effec.__active{
  opacity: 1;
  user-select: auto;
  visibility: visible;
}
.foggin {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.popup-callback .popup-callback__content,
.popup-buyNow .popup-callback__content,
.popup-outStock .popup-callback__content,
.popup-effec .popup-callback__content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-width: 30%;
  max-height: 90vh;
  overflow: auto;
}
.popup-callback__title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  gap: 70px;
  align-items: center;
}
.popup-callback h3,
.popup-buyNow h3,
.popup-outStock h3{
  font-size: 18px;
}
.popup-callback form,
.popup-buyNow form,
.popup-outStock form{
  display: flex;
  flex-direction: column;
}
.popup-callback label,
.popup-buyNow label,
.popup-outStock label{
  margin: 30px 0 15px;
  color: #33383a;
  font-size: 14px;
  max-width: 430px;
}
.popup-callback button,
.popup-buyNow button,
.popup-outStock button{
  background: #1c1e1f;
  padding: 18px;
  text-align: center;
  color: #fff;
  margin: 30px 0 0;
  transition: .5s;
  border: none;
}
.popup-callback button:hover,
.popup-buyNow button:hover,
.popup-outStock button:hover{
	background: #C49A6C;
}
.popup-callback input,
.popup-buyNow input,
.popup-outStock input{
  padding: 20px 10px;
}
.popup-callback svg,
.popup-buyNow svg,
.popup-outStock svg{
  cursor: pointer;
}
.buyNow-product {
  display: flex;
  align-items: center;
  gap: 10px;
}
.buyNow-product-img,
.outStock-product-img{
  max-width: 50px;
}
/* endpopup */

.woocommerce-products-header__title {
	margin: 50px 0;
}
.catalog-banner-text {
	margin: 20vh 0 0;
	color: #FFF;
}
.catalog-banner-text p {
	max-width: 50%;
}
.orderby {
	padding: 10px 0;
    border: 1px solid #D9DEE0;
    background: transparent;
}
.catalog-list-order {
}
@media (min-width: 340px) {
  .catalog-banner-text h1  {
    font-size: calc(1.875rem + ((1vw - 3.4px) * 2.5316));
    min-height: 0vw;
  }
}
@media (min-width: 1920px) {
  .catalog-banner-text h1  {
    font-size: 70px;
  }
}
.woof_shortcode_output {
  flex: 0 0 77%;
}
#woof_results_by_ajax {
  flex: 0 0 77%;
}
@media screen and (max-width: 768px) {
	#woof_results_by_ajax {
	  flex: 0 0 100%;
	}
	header .container {
		gap: 30px;
	}
	.catalog-banner-text p {
		max-width: 100%;
	}

}
.woof_container_inner p {
  font-size: 12px;
  color: #808588;
  font-weight: 400;
  margin-top: 25px;
}
.woof_checkbox_count {
  color: #d9dee0;
  font-size: 14px;
  margin-left: 5px;
  font-weight: 400;
}
.woof_checkbox_label {
  font-weight: 400;
}
.catalog-list-order {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
  align-items: center;
}
.woof.woof_sid.woof_sid_auto_shortcode {
  display: flex;
  gap: 15px;
  margin-bottom: 150px;
/*   margin-top: 50px; */
}
.woof_sid_auto_shortcode {
	background: transparent;
}
.woof_redraw_zone {
	background: #FFF;
    padding: 16px;
    height: fit-content;
}
.woof_list_checkbox li div {
	padding: 12px;
}
.woof_text_search_container {
	display: none;
}
.woof_sid_auto_shortcode {
/*   flex: 0 0 23%; */
}
.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product.type-product {
  flex: 0 0 32%;
}
.woof_list.woof_list_checkbox li {
  display: flex;
  align-items: center;
}
.button.woof_reset_search_form {
	border: none;
    background: transparent;
    color: #808588;
    font-size: 12px;
}
.catalog-banner {
	height: calc(100vh - 85px);
	padding: 30px 0;
}
.woof_redraw_zone label.woof_section_tab_label {
  margin-bottom: 25px;
}
/*  MAP */
#map {
  height: 530px;
  margin-top: 40px;
}

[class*="ground-pane"] {
  filter: grayscale(1);
}

.top {
  max-width: 885px;
}

.top > a {
  padding: 18px 30px;
  color: white;
  background: #1c1e1f;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
  font-size: 16px;
}

.select-city {
  margin-top: 120px;
  padding: 19px 10px;
  width: 416px;
}

.wrapper-locations {
  display: flex;
  gap: 40px;
  margin-top: 40px;
	overflow: auto;
}
@media screen and (max-width: 560px) {
	.wrapper-locations .item-location {
		flex: 0 0 40%;
	}
}

.data-location {
  font-size: 14px;
  line-height: 140%;
  color: #808588;
  margin-bottom: 10px;
}

a.data-location {
  display: block;
  text-decoration: none;
}

.wrapper-baloon .header-baloon {
  font-size: 14px;
  line-height: 140%;
  color: #33383a;
}

.wrapper-baloon p,
.wrapper-baloon a {
  font-size: 12px;
  line-height: 135%;
  color: #808588;
  text-decoration: none;
  display: block;
}

.wrapper-baloon a {
  margin-top: 20px;
}

.wrapper-baloon p {
  margin-top: 10px;
}
/*  END MAP  */


/* CART */
.woocommerce-cart-form__cart-item.cart_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
	padding: 20px;
	margin: 0 0 20px;
	gap: 10px;
}
.quantity-content {
	display: flex;
    border: 1px solid #D9DEE0;
    align-items: center;
    justify-content: center;
}
.cart-collaterals {
	flex: 0 0 30%;
}
input[title="Кол-во"] {
	background: transparent;
    border: none;
    width: 30px;
    text-align: center;
}
.product-price p, .product-quantity p, .product-subtotal p {
	color: #D9DEE0;
	font-size: 14px;
}
.woocommerce-cart-form {
	display: flex;
    justify-content: space-between;
	gap: 20px;
}
.woocommerce-cart-form__contents {
	width: 100%;
}
.ubermenu-transition-shift .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-drop.ubermenu-submenu-drop.ubermenu-submenu-drop {
	height: fit-content !important;
}
.characteristic-ul {
/* 	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2; */
}
@media screen and (max-width: 992px) {
	.product.type-product {
		flex: 0 0 48%;
	}
	.woof_shortcode_output {
		flex: 0 0 65%;
	}
	.tovar-cart-gray-wrapper-link {
		gap: 0;
	}
}
@media screen and (max-width: 768px) {
	.woof_redraw_zone {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		padding: 15px;
		overflow: auto;
		transform: translate(100%, 0);
		transition: .5s;
	}
	.slideBack svg {
		height: 25px;
		width: 50px;
	}
	.characteristic-ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		text-align: right;
	}
	.slideBack {
		display: block;
		opacity: 0;
		user-select: none;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 50%;
		z-index: 100;
		transition: .5s ease-in;
		transform: translate(100%, -50%);
	}
	.slideBack.__active {
		opacity: 1;
		pointer-events: all;
		transform: translate(0, -50%) rotate(-90deg);
	}
	.woof_shortcode_output {
		flex: 0 0 100%;
	}
	.woof_text_search_container {
		display: block;
	}
	
}

.woocommerce-result-count {
	margin: 0;
}
.cart_totals {
	background: #FFFFFF;
	box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
	padding: 20px;
}
.checkout-button.button.alt.wc-forward.wp-element-button {
	background: #1C1E1F;
	box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
	color: #FFF;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 20px 0;
	transition: 0.5s
}
.checkout-button.button.alt.wc-forward.wp-element-button:hover {
	background: #C49A6C;
}
table.shop_table_responsive tr th, table.shop_table_responsive tr td {
	color: #808588;
	font-weight: 400;
	font-size: 14px;
}
.woocommerce-cart-form__cart-item.cart_item img{
	object-fit: contain;
}
.cart_totals h2 {
	margin-bottom: 40px;
}
.cart-lines-info {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}
.order-total {
	margin-top: 40px;
}
#payment {
	position: sticky;
	top: 0;
}
#payment .order-total {
	display: flex;
	margin-top: unset;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
}
#payment .order-total strong {
	color: #C49A6C;
}
#customer_details .payment-methods .order-total {
	display: none;
}
.prod_type-checkout {
	margin: 10px 0;
	font-size: 14px;
	color: #808588;
}
form.checkout.woocommerce-checkout h3 {
	margin-bottom: 35px;
}
.product-subtotal bdi {
	color: #C49A6C;
	
}
.order-total bdi {
	font-weight: 400;
}
input[name="coupon_code"] {
	padding: 20px 10px;
	width: 100%;
	margin-top: 20px;
}
.qty-updater {
	border: none;
	background: transparent;
}
.product-remove {
	padding-top: 30px;
}
.entry-title {
	display: none;
}

@media screen and (max-width: 560px) {
	header .container {
    padding: 20px 15px;
  }
  .header__logo {
    min-width: 66px;
  }
  .header__nav {
    display: none;
  }
  .header__callback {
    font-size: 14px;
    padding: 10px 15px;
  }
/*   .woocommerce-result-count {
    display: none;
  } */
  .woof_shortcode_output {
    flex: 0 0 100%;
  }
  .product.type-product {
    flex: 0 0 100%;
  }
/*   .woocommerce-ordering {
    display: none;
  } */
  .cardMiniatur-card-header {
    padding: 10px;
  }
  .popup-callback .popup-callback__content,
  .popup-buyNow .popup-callback__content,
  .popup-outStock .popup-callback__content {
    width: 95%;
    max-height: 90vh;
    overflow: auto;
  }
	.orderby {
		font-size: 12px;
	}
  .header__nav-mobile {
   	display: flex;
    align-items: center;
  }
  .products.columns-4 {
    gap: 10px;
  }
	.woocommerce-cart-form__cart-item.cart_item {
		flex-wrap: wrap;
	}
	.woocommerce-cart-form {
		flex-wrap: wrap;
	}
	.cart-collaterals {
		flex: 0 0 100%;
	}
	.product-price {
		order: 3;
		flex: 0 0 40%;
	}
	.product-quantity {
		order: 5;
	}
	.product-subtotal {
		flex: 0 0 40%;
	}
	.product-remove {
		order: 6;
	}
	a.main-grid-1-link {
		padding: 0;
	}
}

.o-brende {
    height: 50vh;
    background-image: url(/wp-content/themes/vard/assets/images/o-brand.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.o-brende .bigWhite {
    display: flex;
    height: 100%;
    align-items: center;
}
.cart-bg-and-text-content-12 {
	background: black;
}
/* .order-checkout-review {
	height: fit-content;
	padding: 20px;
	background: #FFF;
} */
#order_review .wc_payment_methods {
	display: none;
}
.payment-methods .woocommerce-terms-and-conditions-wrapper {
	display: none;
}
.payment-methods #place_order {
	display: none;
}
.payment_methods li {
	padding: 10px;
	width: 220px;
}
.payment_methods li input {
	display: none;
}
.payment_methods li:has(> input:checked) {
	border: 1px solid #C49A6C;
}
.wc_payment_methods.payment_methods.methods {
	display: flex;
	gap: 20px;
}
.payment_box p {
	font-size: 14px;
	color: #808588;
}
#place_order {
	width: 100%;
    height: 60px;
    color: #FFF;
    border: none;
    background: #1C1E1F;
    font-weight: 300;
	transition: .5s;
}
#place_order:hover {
	background: #C49A6C;
}
.checkout.woocommerce-checkout {
	display: flex;
	gap: 20px;
}
.woof_sid_auto_shortcode .woof_container {
	width: 100%;
}
.woocommerce-breadcrumb {
	word-break: break-word;
}
.woocommerce-notices-wrapper {
	display: none;
}
.woof_list li {
	display: flex;
	align-items: center;
}
.iradio_square-blue {
	padding: 11px;
}


.checkbox-container {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #808588;
/*   background-color: #eee; */
/*   border-radius: 4px; */
}

.checkbox-container:hover .checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #C49A6C;
  border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkbox-label {
  color: #C49A6C;
}

.disclaimer {
	display: flex;
	box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
	margin: 0 auto 120px;
	padding: 20px;
}
.disclaimer svg {
	flex: 0 0 5%;
}
.disclaimer-content p {
	font-size: 14px;
    color: #808588;
}
@media screen and (max-width: 768px) {
	.disclaimer {
/* 		flex-wrap: wrap; */
/* 		justify-content: center; */
/* 		align-items: center; */
	}
	.disclaimer svg {
		flex: 0 0 15%;
	}
	.woof_list label {
   		 width: 80%;
	}
}
.woof_childs_list_opener {
	display: none !important;
}
.woocommerce-NoticeGroup {
	display: none !important;
}
.woocommerce-privacy-policy-text {
	display: none;
}
.woocommerce-checkout-review-order {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.modal-catalog{
	top:0;
}
.catalog_span{
	padding-right:10px;
}
.link-14-catalog{
	padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9DEE0;
}
.quantity-content .quantity {
	display: flex;
	flex-wrap: no-wrap;
}
.ozon-link {
    width: 100%;
	display:flex;
}
 .ozon-link-button{
    width: 72%;
}
.wrapper-button-product {
    width: 72%;
    justify-content: space-between !important;
}
@media (max-width: 1400px) {
	 .ozon-link-button{
    width: 84%;
}
	.wrapper-button-product {
    width: 84%;
    justify-content: space-between !important;
}
}
@media (max-width: 1200px) {
	 .ozon-link-button{
    width: 100%;
}
.wrapper-button-product {
    width: 100%;
}
}
@media (max-width: 990px) {
	 .ozon-link-button{
    width: 100%;
}
	.buy-one-click-button {
    width: 49%;
}
	.add-to-cart-link {
    width: 49%;
}
	.add-to-cart-button {
    width: 100%;
}
}
.page-numbers {
	display: flex;
    gap: 30px;
    margin: 50px 0 0;
    font-size: 22px;
}
.page-numbers.current {
	color: #c49a6c;
}

/*
** Блок технологий на странице архива товаров
*/

.archive__technology{
  margin: var(--section-offset, 120px) 0 var(--section-offset, 120px) 0;
}
.archive__technology__heading{
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}
.archive__technology__row{
  --gap: 1rem;
  --columns: 3;
  --paddings: 1.25rem;
  --img-height: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: calc(var(--gap) / 2 * -1);
}
.archive__technology__row-item{
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% / var(--columns) - var(--gap));
  background-color: #fff;
  box-shadow: 2px 6px 15px -2px rgba(29, 32, 34, 0.05);
  overflow: hidden;
  transform: translateZ(0);
  margin: calc(var(--gap) / 2);
}
.archive__technology__content{
  padding: var(--paddings);
}
.archive__technology__image-wrapper{
  width: 100%;
  max-height: calc(var(--img-height) + var(--paddings));
  padding: 0 var(--paddings);
  overflow: hidden;
  transform: translateZ(0);
}
.archive__technology__image{
  width: 100%;
  height: auto;
}
.archive__technology__title{
  color: #1c1e1f;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .625em;
}
.archive__technology__content p{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}
.archive__technology__content p:not(:last-of-type){
  margin-bottom: .625em;
}

.archive__technology__row-item:nth-child(odd){
  flex-direction: column-reverse;
  justify-content: space-between;
}

@media(min-width: 1024px){
  .archive__technology__row-item:nth-child(odd){
    gap: 40px;
  }
}
@media(max-width: 990px){
  .archive__technology{
    --section-offset: 60px;
  }
}
@media(min-width: 576px) and (max-width: 990px){
  .archive__technology__row{
    --columns: 2;
    --img-height: 190px;
  }
}
@media(min-width: 576px){
  .archive__technology__row-item:nth-child(even) .archive__technology__image-wrapper{
    max-height: var(--img-height);
    padding: 0;
  }
}
@media(max-width: 575px){
  .archive__technology__row{
    --columns: 1;
    --img-height: 170px;
  }
}

/*
** Новый блок преимуществ на главной
*/

.home-brand__row{
  --item-height: 416px;
  --columns: 3;
  --gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: calc(var(--gap) / 2 * -1);
}
.home-brand__row-item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  width: calc(100% / var(--columns) - var(--gap));
  min-height: var(--item-height);
  padding: 1.25rem;
  margin: calc(var(--gap) / 2);
  background-color: rgba(235, 235, 235, 1);
  border: 1px solid #D9DEE0;
  isolation: isolate;
  overflow: hidden;
}
.home-brand__row-item__content{
  width: 70%;
  max-width: 190px;
  z-index: 1;
}
.home-brand__row-item__content h3{
  margin-bottom: .1em;
}
.home-brand__row-item__content h3:last-child{
  margin-bottom: 0;
}
.home-brand__row-item__content p{
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(51, 56, 58, 1);
  margin: 0;
}
.home-brand__row-item__image-wrapper{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-brand__row-item__image{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  user-select: none;
  pointer-events: none;
}

@media(min-width: 576px) and (max-width: 990px){
  .home-brand__row{
    --item-height: 250px;
    --columns: 2;
  }
}
@media(max-width: 744px){
  .home-brand__row{
    --item-height: 180px;
    --columns: 1;
  }
}