@charset "UTF-8";
/* Global variables */
/* ======================================================================== */
/* Grid */
/* ======================================================================== */
/* 20/16 */
/* Form */
/* ======================================================================== */
@import "../fonts/icon/style.css";
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?") format("eot"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url('../fonts/Montserrat/Montserrat-Regular.svg#str-replace("Montserrat", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?") format("eot"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"), url('../fonts/Montserrat/Montserrat-Medium.svg#str-replace("Montserrat", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?") format("eot"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"), url('../fonts/Montserrat/Montserrat-SemiBold.svg#str-replace("Montserrat", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?") format("eot"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"), url('../fonts/Montserrat/Montserrat-Bold.svg#str-replace("Montserrat", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Unbounded/Unbounded-Regular.eot?") format("eot"), url("../fonts/Unbounded/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded/Unbounded-Regular.woff") format("woff"), url("../fonts/Unbounded/Unbounded-Regular.ttf") format("truetype"), url('../fonts/Unbounded/Unbounded-Regular.svg#str-replace("Unbounded", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Unbounded/Unbounded-Medium.eot?") format("eot"), url("../fonts/Unbounded/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded/Unbounded-Medium.woff") format("woff"), url("../fonts/Unbounded/Unbounded-Medium.ttf") format("truetype"), url('../fonts/Unbounded/Unbounded-Medium.svg#str-replace("Unbounded", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Unbounded/Unbounded-SemiBold.eot?") format("eot"), url("../fonts/Unbounded/Unbounded-SemiBold.woff2") format("woff2"), url("../fonts/Unbounded/Unbounded-SemiBold.woff") format("woff"), url("../fonts/Unbounded/Unbounded-SemiBold.ttf") format("truetype"), url('../fonts/Unbounded/Unbounded-SemiBold.svg#str-replace("Unbounded", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Unbounded/Unbounded-Bold.eot?") format("eot"), url("../fonts/Unbounded/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded/Unbounded-Bold.woff") format("woff"), url("../fonts/Unbounded/Unbounded-Bold.ttf") format("truetype"), url('../fonts/Unbounded/Unbounded-Bold.svg#str-replace("Unbounded", " ", "_")') format("svg");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  box-sizing: content-box;
}

.wrapper {
  min-height: 100%;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 100%;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  transition: all 0.3s;
}
a:focus {
  outline: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

body {
  font-family: "Montserrat";
  color: #26331C;
  line-height: 1.2;
  font-size: calc(.05 * 100vw + 0px);
}
@media (min-width: 768px) {
  body {
    font-size: calc(.008333334 * 100vw + 0px);
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  font-size: 1em;
  transition: 0.3s;
}
.wrapper:after {
  content: "";
  display: block;
  position: fixed;
  bottom: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(16, 21, 12, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 0;
}
.wrapper.catalogue-open:after {
  bottom: 0;
  opacity: 1;
}

/* Middle
 ----------------------------------------------------------------------------- */
.main_content {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .main_content {
    padding-top: 7.25em;
  }
	.subcategories__item {
	padding: 0em !important;
}
	.subcategories__content {
		margin-top: -83vw !important;
	}
}

.container_center, .footer__row, .header__bottom, .header__top {
  max-width: 100.875em;
  padding: 0 1.375em;
  margin-left: auto;
  margin-right: auto;
}



.section {
  padding: 1.375em 0;
}
@media (min-width: 768px) {
  .section {
    padding: 2.8125em 0;
  }
}
.section:first-child {
  padding-top: 0;
}
.section__title {
  
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1em;
  margin: 0 0 1.25em;
  line-height: 1.333333;
}
@media (min-width: 768px) {
  .section__title {
    margin: 0 0 2.5em;
    line-height: 1.6;
  }
}
.section__title span {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .section__title span {
    font-size: 4em;
  }
}
@media (min-width: 768px) {
  .section__title_lg {
    margin-bottom: 1.75em;
  }
}
@media (min-width: 768px) {
  .section__title_lg span {
    font-size: 3em;
  }
}
.section__wrap {
  position: relative;
  border-top: 0.125em solid #F5F9F9;
  padding-top: 2.5em;
}
@media (min-width: 768px) {
  .section__wrap {
    padding-top: 3.75em;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .section__content {
    width: 60.625em;
  }
}
@media (min-width: 768px) {
  .section__sidebar {
    width: 29.375em;
    margin-top: 0;
    flex: none;
    position: -webkit-sticky;
    position: sticky;
    top: 3.75em;
    height: 100%;
  }
}
.section__date {
  position: absolute;
  top: 1.43em;
  left: 0;
  letter-spacing: 0.02em;
  color: #739596;
  line-height: 1.4;
  font-size: 0.625em;
}
@media (min-width: 768px) {
  .section__date {
    font-size: 0.875em;
  }
}
.section__img {
  width: 100%;
  height: 10em;
  border-radius: 1em;
}
@media (min-width: 768px) {
  .section__img {
    height: 35em;
    border-radius: 2.25em;
    overflow: hidden;
  }
}
.section__row {
  margin: 1.25em 0;
}
.section__row:first-child {
  margin-top: 0;
}
.section__row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section__row {
    margin: 2.5em 0;
  }
}
.section__row_flex .section__img {
  height: 16.25em;
  border-radius: 1em;
}
@media (min-width: 768px) {
  .section__row_flex {
    display: flex;
    justify-content: space-between;
  }
  .section__row_flex.reverse {
    flex-direction: row-reverse;
  }
  .section__row_flex > * {
    width: 29.375em;
  }
  .section__row_flex .section__img {
    flex: none;
    height: 27.5em;
    border-radius: 1.5em;
  }
}
.section__text {
  font-size: 0.666667em;
}
@media (min-width: 768px) {
  .section__text {
    font-size: 1em;
  }
}
.section__text h1,
.section__text h2,
.section__text h3,
.section__text h4,
.section__text h5,
.section__text h6 {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
  
  margin: 0.833334em 0;
  line-height: 1.34;
}
.section__text p {
  font-size: 1.125em;
  color: #739596;
  margin: 0.66em 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section__text p {
    line-height: 1.77778;
  }
}
.section__quote {
  position: relative;
  background-color: #F5F9F9;
  border-radius: 1em;
  padding: 2em 1em;
  margin-top: 2.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .section__quote {
    margin-top: 4.375em;
    border-radius: 1.5em;
    padding: 3em 11.25em;
  }
}
.section__quote span {
  line-height: 1.4;
  letter-spacing: 0.03em;
  
  color: #739596;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .section__quote span {
    line-height: 1.58;
    font-size: 1.75em;
  }
}
.section__quote:before {
  content: "";
  font-family: "icon";
  display: inline-block;
  position: absolute;
  top: -0.6em;
  left: 0.2em;
  color: var(--knopka_katalog);
  font-size: 2em;
}
@media (min-width: 768px) {
  .section__quote:before {
    font-size: 2.875em;
  }
}

@media (min-width: 768px) {
  .pagesm__content {
    width: 56.25em;
  }
}

@media (min-width: 768px) {
  .pagetab__content.sm {
    width: 56.25em;
  }
  .pagetab__content.lg {
    width: 62.5em;
  }
  .pagetab__content.full {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .pb_90 {
    padding-bottom: 5.625em;
  }
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mark {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
background-color: rgb(0 0 0 / 24%);
  border-radius: 0.75em;
  width: 2em;
  height: 2em;
}
@media (min-width: 768px) {
  .mark {
    width: 2.5em;
    height: 2.5em;
  }
}
.mark:after {
  content: "";
  font-family: "icon";
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .mark:after {
    font-size: 0.75em;
  }
}

.woocommerce-notices-wrapper {
  display: none;
}

.cart-empty.woocommerce-info {
  display: none;
}

/* .payment_methods {
  display: none;
} */

.woocommerce-NoticeGroup-checkout {
  display: none;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__top .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .header__top .menu {
    display: flex;
  }
}
.header__top .menu-item {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.header__top .menu-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header__top .menu-item {
    margin-bottom: 0;
    margin-right: 2.5em;
  }
  .header__top .menu-item:last-child {
    margin-right: 0;
  }
}
.header__top .menu-item a,
.header__top .menu-item span {
  text-decoration: none;
  font-size: 0.875em;
  color: #26331C;
}
@media (min-width: 768px) {
  .header__top .menu-item a,
.header__top .menu-item span {
    color: var(--text-main-color);
  }
}
@media (min-width: 768px) {
  .header__top .menu-item.current-menu-item a, .header__top .menu-item:hover a {
    color: white;
  }
}
.header__top .menu-item.percentage a:after, .header__top .menu-item.percentage a:before {
  content: "";
  font-family: "icon";
  align-items: center;
  justify-content: center;
  width: 2.287em;
  height: 2.287em;
  border-radius: 100%;
  background-color: #ffffff;
  color: var(--knopka_katalog);
  transform: translateY(-0.125em);
  font-size: 0.75em;
}
.header__top .menu-item.percentage a:before {
  margin-right: 0.375em;
  background-color: #ffffff;
  color: var(--knopki);
  display: none;
}
@media (min-width: 768px) {
  .header__top .menu-item.percentage a:before {
    display: inline-flex;
  }
}
.header__top .menu-item.percentage a:after {
  margin-left: 0.375em;
  background-color: var(--knopka_katalog);
  color: #ffffff;
  display: inline-flex;
}
@media (min-width: 768px) {
  .header__top .menu-item.percentage a:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__top .menu .menu-item-has-children {
    display: none;
  }
}
.header__top .menu .menu-item-has-children span {
  position: relative;
}
.header__top .menu .menu-item-has-children span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  right: -4em;
  content: "";
  font-family: "icon";
  font-size: 0.5em;
  transition: 0.3s;
}
.header__top .menu .menu-item-has-children.active span:after {
  transform: translateY(-50%) scale(-1);
  margin-top: -0.125em;
}
.header__top .menu .menu-item-has-children .sub-menu {
  display: none;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}
.header__top .menu .menu-item-has-children .sub-menu .menu-item {
  letter-spacing: 0.05em;
  text-transform: none;
  margin-bottom: 0.5em;
}
.header__top .menu .menu-item-has-children .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.header__top .menu .menu-item-has-children .sub-menu .menu-item a {
  font-size: 1em;
}

.nav-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .messenger {
    display: flex;
  }
}
.messenger__label {
  letter-spacing: 0.02em;
  width: 6.875em;
  line-height: 1;
}
@media (min-width: 768px) {
  .messenger__label {
    line-height: 1.1;
  }
}
.messenger__label span {
  color: var(--text-main-color);
  font-size: 0.75em;
}
.messenger__list {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .messenger__list {
    margin-top: 0;
  }
}
.messenger__item {
  margin-right: 0.5em;
}
.messenger__item:last-child {
  margin-right: 0;
}
.messenger__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  border-radius: 100%;
  background-color: #ffffff;
  color: var(--knopki);
  text-decoration: none;
}
.messenger__link i {
  font-size: 0.9375em;
}
@media (min-width: 768px) {
  .messenger__link {
    transform: scale(1);
  }
  .messenger__link:hover {
    transform: scale(1.2);
  }
}
.messenger__link.youtube {
  color: #ffffff;
  background-color: #FF2600;
}
.messenger__link.instagram {
  color: #ffffff;
  background: linear-gradient(49.12deg, #FFDD55 7.02%, #FF543E 50.45%, #C837AB 93.88%);
}
.messenger__link.facebook {
  color: #ffffff;
  background-color: #3b5998;
}
.messenger__link.vk {
  color: #ffffff;
  background-color: #597da3;
}

.header .messenger {
  margin-top: 1.75em;
}
@media (max-width: 767px) {
  .header .messenger .messenger__label span {
    color: #26331C;
  }
  .header .messenger .messenger__link {
    background-color: var(--knopka_katalog);
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .header .messenger {
    margin-top: 0;
    align-items: center;
  }
  .header .messenger .messenger__label {
    margin-right: 0.5em;
  }
}

.header__bottom .search-part {
  width: 100%;
  margin-top: 0.75em;
}
@media (min-width: 768px) {
  .header__bottom .search-part {
    margin-top: 0;
    width: 41.875em;
    margin: 0 1.875em;
  }
}
.header__bottom .search-form__inner {
  position: relative;
}
.header__bottom .search-form__input {
  width: 100%;
  background-color: #F5F5F5;
  border: 0.0625em solid #F5F5F5;
  font-family: "Montserrat";
  color: #26331C;
  outline: none;
  border-radius: 5.25em;
  font-weight: 400;
  transition: 0.3s;
  font-size: 0.75em;
  padding: 0.959em 6.5em 0.959em 1.75em;
}
@media (min-width: 768px) {
  .header__bottom .search-form__input {
    font-size: 1em;
    padding: 1.219em 13em 1.219em 4.125em;
  }
}
.header__bottom .search-form__input::-webkit-input-placeholder {
  color: #ADCACB;
}
.header__bottom .search-form__input:-moz-placeholder {
  color: #ADCACB;
}
.header__bottom .search-form__input::-moz-placeholder {
  color: #ADCACB;
}
.header__bottom .search-form__input:-ms-input-placeholder {
  color: #ADCACB;
}
.header__bottom .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 10.625em;
  background-color: var(--knopki);
  color: #ffffff;
  width: 3.5em;
  border-top-right-radius: 0.9375em;
  border-bottom-right-radius: 0.9375em;
}
@media (min-width: 768px) {
  .header__bottom .search-btn {
    width: 8.625em;
   border-radius: 5rem;
    transition: 0.3s;
  }
  .header__bottom .search-btn:hover {
    background-color: var(--knopki);
  }
}
.header__bottom .search-btn:disabled {
  background-color: var(--knopki);
  cursor: not-allowed;
}
.header__bottom .search-btn span {
  display: none;
}
@media (min-width: 768px) {
  .header__bottom .search-btn span {
    display: block;
  }
}
.header__bottom .search-btn i {
  display: block;
}
@media (min-width: 768px) {
  .header__bottom .search-btn i {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__bottom .search-loop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2em;
    color: #ADCACB;
  }
  .header__bottom .search-loop i {
    font-size: 1.125em;
  }
}
.header__bottom .search-reset {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ADCACB;
  opacity: 0;
  transition: 0.3s;
  right: 4em;
}
@media (min-width: 768px) {
  .header__bottom .search-reset {
    right: 11.5em;
  }
}
.header__bottom .search-reset i {
  display: inline-block;
  font-size: 0.6875em;
  padding: 0.5em;
  font-weight: bold;
}
.header__bottom .search-reset.active {
  opacity: 1;
  cursor: pointer;
}

.phone__title {
  letter-spacing: 0.02em;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .phone__title {
    font-size: 0.875em;
  }
}
.phone__label span {
  font-size: 0.75em;
  color: var(--text-main-color);
}
.phone__link {
  margin-top: 0.125em;
}
.phone__link a {
  color: var(--text-main-color);
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header .phone {
    margin-top: 1.75em;
  }
  .header .phone .phone__label span {
    color: #26331C;
  }
  .header .phone .phone__link a {
    color: #26331C;
  }
}
@media (min-width: 768px) {
  .header .phone .phone__label {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .catalogue__btn {
    display: flex;
    align-items: center;
    padding: 1.125em 1.864em;
    border-radius: 5.25em;
    background-color: var(--knopka_katalog);
    color: var(--knopka_katalog_2);
    transition: 0.3s;
    cursor: pointer;
  }
  .catalogue__btn span {
    font-size: 1.25em;
  }
  .catalogue__btn:hover {
    background-color: var(--knopka_katalog);
  }
  .catalogue__label {
    letter-spacing: 0.02em;
    margin-bottom: 1.75em;
    margin-top: 1em;
  }
  .catalogue__label span {
    font-size: 1.25em;
    font-weight: 600;
  }
  .catalogue__toggle {
    position: relative;
    width: 1.375em;
    height: 1em;
    border: 0.125em solid;
    border-left: 0;
    border-right: 0;
    margin-right: 1.375em;
  }
  .catalogue__toggle:after, .catalogue__toggle:before {
    content: "";
    display: inline-block;
    border-top: 0.125em solid;
    position: absolute;
    top: 50%;
    margin-top: -0.0625em;
    left: 0;
    width: 100%;
    transition: transform 0.3s;
  }
  .catalogue__toggle.active {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .catalogue__toggle.active:before {
    transform: rotate(45deg);
  }
  .catalogue__toggle.active:after {
    transform: rotate(-45deg);
  }
  .catalogue__wrap {
    position: relative;
  }
  .catalogue__list {
    position: absolute;
    top: -30em;
    top: -100vh;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    width: 100%;
    min-height: 22.5em;
    padding-top: 1.25em;
    padding-bottom: 4em;
    transition: 0.3s;
  }
  .catalogue__list.active {
    top: 0;
  }
  .catalogue__list .menu {
    list-style: none;
    max-width: 100.875em;
    margin: 0 auto;
    padding-left: 0.5em;
  }
  .catalogue__list .menu-item {
    letter-spacing: 0.02em;
    margin-bottom: 0.25em;
    line-height: 1.4;
    width: 14em;
  }
  .catalogue__list .menu-item:last-child {
    margin-bottom: 0;
  }
  .catalogue__list .menu-item a {
    display: inline-block;
    border-radius: 0.8572em;
    padding: 0.8867em 1.14285em;
    background-color: transparent;
    color: #26331C;
    text-decoration: none;
    font-size: 0.875em;
  }
  .catalogue__list .menu-item a:hover {
    background-color: #F5F9F9;
    color: #739596;
  }
  .catalogue__list .menu-item.current-menu-item > a {
    background-color: #F5F9F9;
    color: #739596;
  }
  .catalogue__list .menu-item-has-children > a {
    position: relative;
    padding-right: 3.25em;
  }
  .catalogue__list .menu-item-has-children > a:after {
    content: "";
    font-family: "icon";
    color: #739596;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 2em;
    font-size: 0.75em;
    opacity: 1;
    transition: 0.3s;
  }
  .catalogue__list .menu-item-has-children:hover > a, .catalogue__list .menu-item-has-children.current-menu-parent > a {
    background-color: #F5F9F9;
    color: #739596;
  }
  .catalogue__list .menu-item-has-children:hover > a:after, .catalogue__list .menu-item-has-children.current-menu-parent > a:after {
    transform: translate(0%, -50%);
    opacity: 1;
  }
  .catalogue__list .menu-item-has-children .sub-menu {
    position: absolute;
    top: 0;
    left: 24.125em;
    width: 37.5em;
    margin: 0;
    padding: 0 0 0 6.25em;
    list-style: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
  }
  .catalogue__list .menu-item-has-children .sub-menu .menu-item {
    width: 100%;
  }
  .catalogue__list .menu-item-has-children .sub-menu::before {
    content: attr(data-label);
    display: block;
    letter-spacing: 0.02em;
    margin-bottom: 1.25em;
    margin-top: 0.75em;
    margin-left: 0.75em;
    font-weight: 600;
    font-size: 1.25em;
  }
  .catalogue__list .menu-item-has-children:hover .sub-menu, .catalogue__list .menu-item-has-children.current-menu-parent .sub-menu {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .catalogue__list .menu-item-has-children:hover .sub-menu {
    z-index: 1;
  }
}
.logo {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .logo {
    flex-grow: 1;
  }
}
.logo__img {
  flex: none;
  width: 16em;
  font-size: 0.4em;
}

@media (max-width: 768px) {
  .logo {
   display: flex;
 justify-content: center;
  }
}
.logo__img {
  flex: none;
   width: 16em;
  font-size: 0.4em;
}

@media (min-width: 768px) {
  .logo {
    flex-grow: 1;
  }
}
.logo__img {
  flex: none;
  width: 16em;
  font-size: 0.4em;
}

@media (min-width: 768px) {
  .logo__img {
    font-size: 1em;
  }
}
.logo__desc {
  margin-left: 0.5em;
  line-height: 1;
}
@media (min-width: 768px) {
  .logo__desc {
    margin-left: 1.875em;
    line-height: 1.313;
    width: 15em;
  }
}
.logo__desc span {
  font-size: 0.625em;
}
@media (min-width: 768px) {
  .logo__desc span {
    font-size: 0.75em;
  }
}

.preloader {
  position: relative;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: 0.188em solid transparent;
  border-top-color: var(--knopki);
  animation: preloader-5-spin 2s linear infinite;
}
.preloader__wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 1;
  font-size: 0.5em;
}
.preloader__wrap.hide {
  opacity: 0;
}
@media (min-width: 501px) {
  .preloader__wrap {
    font-size: 1em;
  }
}
.preloader:before {
  content: "";
  position: absolute;
  top: 0.375em;
  left: 0.375em;
  right: 0.375em;
  bottom: 0.375em;
  border-radius: 50%;
  border: 0.188em solid transparent;
  border-top-color: var(--knopka_katalog);
  animation: preloader-5-spin 3s linear infinite;
}
.preloader:after {
  content: "";
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 1em;
  border-radius: 50%;
  border: 0.188em solid transparent;
  border-top-color: var(--main-color);
  animation: preloader-5-spin 1.5s linear infinite;
}

@keyframes preloader-5-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloaderFilter {
  display: block;
  position: relative;
  width: 10em;
  height: 10em;
  margin: 5em auto;
  border-radius: 50%;
  border: 0.188em solid transparent;
  border-top-color: rgba(5, 130, 64, 0.75);
  animation: preloader-5-spin 2s linear infinite;
}
.preloaderFilter__inner {
  position: relative;
}
.preloaderFilter__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 20;
  transition: 0.3s;
  opacity: 1;
  display: none;
  font-size: 0.5em;
}
.preloaderFilter__wrap.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .preloaderFilter__wrap {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .preloaderFilter {
    margin: 8em auto;
  }
}
.preloaderFilter:before {
  content: "";
  position: absolute;
  top: 0.375em;
  left: 0.375em;
  right: 0.375em;
  bottom: 0.375em;
  border-radius: 50%;
  border: 0.188em solid transparent;
  border-top-color: rgba(5, 130, 64, 0.5);
  animation: preloader-5-spin 3s linear infinite;
}
.preloaderFilter:after {
  content: "";
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 1em;
  border-radius: 50%;
  border: 0.188em solid transparent;
  border-top-color: #058240;
  animation: preloader-5-spin 1.5s linear infinite;
}

/* Header
 ----------------------------------------------------------------------------- */
.header {
  position: relative;
}
@media (max-width: 767px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.mobil_stiky {
    position: fixed;
    z-index: 10;
    animation-name: showMenu;
    animation-duration: 0.3s;
    animation-fill-mode: both;
  }
  .header.mobil_stiky .header__bottom {
    font-size: 0.875em;
    padding-top: 0.375em;
    padding-bottom: 0.5em;
  }
  @keyframes showMenu {
    0% {
      opacity: 0.5;
      transform: translateY(-4em);
    }
    100% {
      opacity: 1;
      transform: translateY(0em);
    }
  }
}
@media (min-width: 768px) {
  .header__row:first-child {
    background-color: var(--main-color);
    position: relative;
    z-index: 6;
	  box-shadow: -1px 9px 20px 6px #f9f9f9;
  }
}
@media (min-width: 768px) {
  .header__row:last-child {
    background-color: #ffffff;
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 767px) {
  .header__top {
    position: absolute;
    z-index: 5;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    padding-top: 5.25em;
    padding-bottom: 5.25em;
    background-color: #ffffff;
    transition: left 0.3s;
    overflow-y: auto;
  }
  .header__top_open {
    left: 0;
  }
}
@media (min-width: 768px) {
  .header__top {
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__bottom {
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  padding-top: 0.75em;
  padding-bottom: 1.25em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__bottom {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.header__toggle {
  position: relative;
}
@media (max-width: 767px) {
  .header__toggle {
    width: 1.5em;
    height: 0.875em;
    color: #ADCACB;
    border: 0.0625em solid;
    border-left: 0;
    border-right: 0;
    z-index: 51;
    cursor: pointer;
  }
  .header__toggle:after, .header__toggle:before {
    content: "";
    display: inline-block;
    border-top: 0.0625em solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    transition: transform 0.3s;
  }
  .header__toggle.active {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .header__toggle.active:before {
    transform: rotate(45deg);
  }
  .header__toggle.active:after {
    transform: rotate(-45deg);
  }
  .header__toggle_open {
    border: 0;
  }
  .header__toggle_open:after, .header__toggle_open:before {
    content: "";
    border-top: 0.0625em solid #ADCACB;
  }
  .header__toggle_open:before {
    transform: rotate(45deg);
  }
  .header__toggle_open:after {
    transform: rotate(-45deg);
  }
}

.callback {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .callback {
    margin-top: 0;
  }
}
.callback__link {
  display: inline-block;
  border-radius: 5em;
  text-decoration: none;
  line-height: 1;
  background-color: var(--knopka_katalog);
  color: #ffffff;
  font-size: 0.875em;
  padding: 1.215em 2em;
}

.per {
  display: inline-block;
  border-radius: 5em;
  text-decoration: none;
  line-height: 1;
  background-color: #ffffff00;
    color: #222;
	  border: 1px solid #222;
  font-size: 0.875em;
     padding: 1em 1em;
    margin-top: 0.5em;
	 display: flex;
    justify-content: center;
    
    margin-left: 3em;
    margin-right: 3em;
}
@media (min-width: 768px) {
  .callback__link {
    font-size: 1em;
    padding: 1.063em 1.839em;
    background-color: #ffffff00;
    color: var(--text-main-color);
	  border: 1px solid var(--text-main-color);

  }
	
	  .per {
    font-size: 1em;
    padding: 1.063em 1.839em;
    background-color: #ffffff00;
    color: #222;
	  border: 1px solid #222;
		      margin-top: 1em;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    
    margin-left: 7em;
    margin-right: 7em;

  }
  .callback__link:hover {
    color: var(--text-main-color);
  }
}

@media (min-width: 768px) {
  .basket {
    order: 1;
  }
}
.basket__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 0.5em;
  background-color: #F5F5F5;
  color: var(--knopki);
  text-decoration: none;
}
.basket__link i {
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .basket__link {
    width: 4.375em;
    height: 3.75em;
    border-radius: 2.25em;
  }
  .basket__link i {
    font-size: 1.725em;
  }
  .basket__link:hover {
    background-color: #F1F1F1;
  }
}
.basket__count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -0.25em;
  right: -0.25em;
  width: 1.0625em;
  height: 1.0625em;
  border-radius: 100%;
  background-color: #f44336;
  color: #ffffff;
  font-size: 1em;
}
@media (min-width: 768px) {
  .basket__count {
    font-size: 1.5em;
  }
}
.basket__count span {
  font-size: 0.75em;
  font-weight: 500;
}

.footer {
  background-color: var(--main-color-footer);
  color: #ffffff;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 3.75em;
    padding-bottom: 3.5em;
  }
}
.footer__top {
  margin-bottom: 2.25em;
}
.footer__top .footer__row {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__top {
    margin-bottom: 2.5em;
  }
  .footer__top .footer__row {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .footer__center {
    margin-bottom: 4em;
  }
  .footer__center .footer__row {
    position: relative;
    justify-content: flex-end;
  }
  .footer__center .messenger {
    position: absolute;
    top: -9em;
    left: 1.375em;
  }
}
.footer__bottom .footer__row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__bottom .footer__row {
    flex-direction: row;
  }
}
.footer__bottom a,
.footer__bottom span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-size: 0.625em;
  margin-bottom: 1.75em;
}
.footer__bottom a:last-child,
.footer__bottom span:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer__bottom a,
.footer__bottom span {
    font-size: 0.875em;
    margin-bottom: 0;
  }
}
.footer__bottom a {
  position: relative;
  text-decoration: none;
}
.footer__bottom a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: 0.125em;
  border-bottom: 0.0625em solid;
  border-color: inherit;
}
@media (min-width: 768px) {
  .footer__bottom a:after {
    transition: width 0.3s;
  }
}
@media (min-width: 768px) {
  .footer__bottom a:hover:after {
    width: 80%;
  }
}
.footer__bottom span a {
  font-size: 1em;
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
.footer__col {
  display: flex;
}
@media (max-width: 767px) {
  .footer__col:first-child {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .footer__col > * {
    margin-right: 7.5em;
  }
  .footer__col > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .footer__cat {
    width: 17.75em;
  }
}
.footer__label {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .footer__label {
    margin-bottom: 1.25em;
  }
}
.footer__label span {
  font-size: 0.75em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__label span {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .footer__menu {
    width: 6.875em;
  }
}
@media (min-width: 768px) {
  .footer__info {
    width: 15em;
  }
}
@media (min-width: 768px) {
  .footer__item {
    margin-bottom: 4em;
  }
  .footer__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__location {
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .footer__location span {
    font-size: 1em;
  }
}
.footer .phone {
  margin-bottom: 1em;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .footer .phone {
    margin-bottom: 1.25em;
    font-size: 1em;
  }
}
.footer .messenger {
  flex-direction: column;
}
.footer .messenger .messenger__label {
  margin-bottom: 0.5em;
}
.footer .messenger .messenger__link {
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .footer .messenger .messenger__link {
    font-size: 1.429em;
  }
}
@media (min-width: 768px) {
  .footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer .menu-item {
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-bottom: 0.725em;
  }
  .footer .menu-item:last-child {
    margin-bottom: 0;
  }
  .footer .menu-item a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1em;
  }
  .footer .menu-item.current-menu-item a, .footer .menu-item:hover a {
    color: white;
  }
}

@media (min-width: 768px) {
  .payment__list {
    display: flex;
    align-items: center;
  }
  .payment__item {
    margin-right: 1.625em;
  }
  .payment__item:last-child {
    margin-right: 0;
  }
  .payment__item.webpay .payment__img {
    width: 5.8125em;
    height: 1.9375em;
  }
  .payment__item.erip .payment__img {
    width: 3.625em;
    height: 1.3125em;
  }
  .payment__item.belcart .payment__img {
    width: 5.75em;
    height: 1.375em;
  }
  .payment__item.mastercard .payment__img {
    width: 4.0625em;
    height: 2.4375em;
  }
  .payment__item.visa .payment__img {
    width: 4.25em;
    height: 1.3125em;
  }
  .payment__item.visa_verifiedBy .payment__img {
    width: 4.375em;
    height: 2.1875em;
  }
  .payment__item.mastercard_secureCode .payment__img {
    width: 8.0625em;
    height: 2.4375em;
  }
  .payment__item.internetPassword .payment__img {
    width: 6.25em;
    height: 2.4375em;
  }
}

.re{
	background-color: transparent;
    border: 1px solid var(--knopki);
    color: var(--knopki);
}
.btn {
  display: inline-block;
  padding: 1.1em 3.5em;
  border-radius: 4em;
  border: none;
  outline: none;
  max-width: 100%;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: var(--knopki2);
  background-color: var(--knopki);
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: 0.3s;
  font-size: 0.875em;
  width: 100%;
	
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.25em;
    width: auto;
  }
  .btn:hover {
    background-color: var(--knopki);
  }
  .btn:active {
    background-color: var(--knopki);
  }
}
.btn_primary {
  background-color: #ebf3f3;
  color: #739596;
}
@media (min-width: 768px) {
  .btn_primary:hover {
    background-color: #ebf3f3;
  }
  .btn_primary:active {
    background-color: #F5F9F9;
  }
}
.btn_lg {
  padding: 1.1em 0.5em;
}
@media (min-width: 768px) {
  .btn_lg {
    padding: 1.4em 3.5em;
  }
}
.btn:disabled {
  background-color: #a2cf7e;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding-top: 0.625em;
    padding-bottom: 1.25em;
  }
  .breadcrumb .woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-size: 0.875em;
    color: var(--knopka_katalog);
  }
  .breadcrumb .woocommerce-breadcrumb a {
    color: #739596;
    text-decoration: none;
    margin-right: 0.4em;
  }
  .breadcrumb .woocommerce-breadcrumb a:after {
    display: inline-block;
    content: "";
    font-family: "icon";
    transform: translateY(-0.125em);
    font-size: 0.5em;
    margin-left: 1em;
  }
}
.pagination {
  padding-top: 2.5em;
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .pagination {
    font-size: 1em;
  }
}
.pagination .woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .woocommerce-pagination ul li {
  letter-spacing: 0.02em;
  margin: 0 0.375em;
}
.pagination .woocommerce-pagination ul li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  border-radius: 0.875em;
  font-size: 1.25em;
  background-color: #F5F9F9;
  color: #739596;
  text-decoration: none;
}
.pagination .woocommerce-pagination ul li > *.current, .pagination .woocommerce-pagination ul li > *:hover {
  background-color: #E9B80C;
  color: #ffffff;
	background-color: transparent;
    border: 1px solid var(--knopki);
    color: var(--knopki);
}
.pagination .woocommerce-pagination ul .dots {
  background-color: transparent;
}
.pagination .woocommerce-pagination ul .dots:hover {
  background-color: transparent;
  color: #739596;
}
.pagination .woocommerce-pagination ul .next,
.pagination .woocommerce-pagination ul .prev {
  display: none;
}
@media (min-width: 768px) {
  .pagination .woocommerce-pagination ul .next,
.pagination .woocommerce-pagination ul .prev {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    font-weight: 500;
    background-color: transparent;
  }
  .pagination .woocommerce-pagination ul .next:hover,
.pagination .woocommerce-pagination ul .prev:hover {
    background-color: transparent;
    color: #E9B80C;
  }
}
@media (min-width: 768px) {
  .pagination .woocommerce-pagination ul .prev {
    margin-right: 2.5em;
  }
  .pagination .woocommerce-pagination ul .prev:before {
    font-family: "icon";
    content: "";
    font-size: 0.5em;
    margin-right: 1em;
  }
  .pagination .woocommerce-pagination ul .prev:after {
    content: "";
    position: absolute;
    bottom: -0.25em;
    right: 0;
    width: 80%;
    border-bottom: 0.125em solid;
  }
  .pagination .woocommerce-pagination ul .next {
    margin-left: 2.5em;
  }
  .pagination .woocommerce-pagination ul .next:before {
    content: "";
    position: absolute;
    bottom: -0.25em;
    left: 0;
    width: 84%;
    border-bottom: 0.125em solid;
  }
  .pagination .woocommerce-pagination ul .next:after {
    font-family: "icon";
    content: "";
    font-size: 0.5em;
    margin-left: 1em;
  }
}

.sidebar {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .sidebar {
    margin-top: 0;
  }
}
.sidebar__item {
  background-color: #F5F9F9;
  padding: 1.25em;
  border-radius: 1em;
  margin-bottom: 1em;
}
.sidebar__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sidebar__item {
    padding: 2.5em;
    margin-bottom: 1.25em;
    border-radius: 1.25em;
  }
}
.sidebar__item_download {
  background-image: url("../img/aside.webp");
}
.sidebar__item_messenger {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sidebar__item_messenger .sidebar__title {
    font-size: 0.5em;
  }
}
@media (max-width: 767px) {
  .sidebar__item_messenger .messenger__list {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .sidebar__item_messenger .messenger__link {
    font-size: 1.43em;
  }
}
.sidebar__title {
  
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .sidebar__title {
    font-size: 1.125em;
  }
}
.sidebar__form {
  margin-top: 2.58em;
}
@media (min-width: 768px) {
  .sidebar__form {
    margin-top: 9.653em;
  }
}
.sidebar__form .form__check span a {
  color: var(--knopka_katalog);
}
.sidebar__form .form input[type=checkbox] {
  margin-left: 0;
}

.tabs__content {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .tabs__content {
    margin-top: 2.5em;
  }
}

.tabs__btn {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .tabs__btn {
    margin-top: 2.5em;
  }
}
.tabs__btn .btn {
  padding-top: 1.484em;
  padding-bottom: 1.484em;
}
@media (min-width: 768px) {
  .tabs__btn .btn {
    font-size: 1.125em;
    padding-top: 1.484em;
    padding-bottom: 1.484em;
  }
}

.tabs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tabs {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.3em;
  }
}
@media (min-width: 768px) {
  .tabs {
    border-bottom: 0.125em solid #F5F9F9;
  }
}

.tab {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex: none;
  padding-bottom: 0.75em;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  color: #739596;
  font-size: 0.875em;
  margin-right: 1.5em;
}
@media (min-width: 768px) {
  .tab {
    font-size: 1.25em;
    margin-right: 0;
  }
}
.tab:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -0.125em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-bottom: 0.125em solid var(--knopka_katalog);
  transition: 0.3s;
}
.tab.active {
  color: var(--knopka_katalog);
}
.tab.active:after {
  width: 100%;
}
.tab:hover {
  color: var(--knopka_katalog);
}

.tab__text {
  color: #739596;
  line-height: 1.5;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .tab__text {
    font-size: 1.125em;
  }
}
.tab__text > *:first-child {
  margin-top: 0;
}
.tab__text > *:last-child {
  margin-bottom: 0;
}
.tab__text strong {
  color: #26331C;
  letter-spacing: 0.02em;
  font-size: 1.166667em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .tab__text strong {
    font-size: 1em;
    font-weight: 400;
  }
}
.tab__text a {
  color: var(--knopka_katalog);
}
.tab__text ol,
.tab__text p,
.tab__text ul {
  margin: 1.333334em 0;
}
.tab__text ol,
.tab__text ul {
  margin-top: -0.5em;
  padding: 0;
  list-style: none;
}
.tab__text ul li {
  position: relative;
  padding-left: 1.44em;
  margin-bottom: 0.666667em;
}
.tab__text ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  flex: none;
  width: 0.334em;
  height: 0.334em;
  border-radius: 100%;
  background-color: var(--knopka_katalog);
}
@media (min-width: 768px) {
  .tab__text ul {
    columns: 2;
    column-gap: 2em;
  }
  .tab__text ul li {
    break-inside: avoid-column;
    margin-bottom: 0.875em;
  }
}
.tab__text ol {
  counter-reset: line var(--line-num, 0);
}
.tab__text ol li {
  counter-increment: line;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.75em;
}
.tab__text ol li:before {
  content: counter(line) "";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--knopka_katalog);
  font-size: 1.125em;
}
.tab__text ol li:last-child {
  margin-bottom: 0;
}

.attributes {
  font-size: 0.666667em;
}
@media (min-width: 768px) {
  .attributes {
    font-size: 1em;
  }
}
.attributes__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 0.125em solid #F5F9F9;
}
@media (max-width: 767px) {
  .attributes__item {
    position: relative;
  }
}
.attributes__item:last-child {
  margin-bottom: 0;
}
.attributes__label {
  display: flex;
  align-items: center;
}
.attributes__label > span {
  letter-spacing: 0.02em;
  font-size: 1.125em;
  font-weight: 600;
}
.attributes__label i {
  display: inline-block;
  color: #739596;
  font-size: 1.25em;
  margin-left: 0.6em;
  cursor: pointer;
}
@media (min-width: 768px) {
  .attributes__label i {
    position: relative;
  }
}
.attributes__label i:hover p {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.attributes__label i p {
  position: absolute;
  background: #F5F9F9;
  border-radius: 1.34em;
  padding: 2em;
  width: 25em;
  line-height: 1.334;
  margin: 0;
  opacity: 0;
  transition: all 0.3s;
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0) scale(0);
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .attributes__label i p {
    font-size: 0.6em;
  }
}
.attributes__value {
  letter-spacing: 0.02em;
  font-size: 1.125em;
  color: #739596;
}

.tab__collapse .collapse {
  margin-bottom: 1.5em;
}
.tab__collapse .collapse:last-child {
  margin-bottom: 0;
}
.tab__collapse .collapse:first-child {
  margin-top: 1.5em;
}
.tab__collapse .collapse__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em;
  background-color: #F5F9F9;
  border-radius: 1.25em;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .tab__collapse .collapse__title {
    font-size: 1em;
  }
}
.tab__collapse .collapse__title span {
  font-size: 1.125em;
  color: #26331C;
  font-weight: 500;
}
.tab__collapse .collapse__title:after {
  display: inline-block;
  content: "";
  font-family: "icon";
  font-size: 0.375em;
  color: var(--knopka_katalog);
  transform: scale(1) translateY(0);
  transition: 0.3s;
}
.tab__collapse .collapse__title.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tab__collapse .collapse__title.open:after {
  transform: scale(-1) translateY(0.25em);
}
.tab__collapse .collapse__body .tab__text {
  background-color: #F5F9F9;
  border-radius: 1.25em;
  transition: 0.3s;
  transition: 0.3s;
  font-size: 0.75em;
  padding: 0 1.5em 1em 1em;
}
@media (min-width: 768px) {
  .tab__collapse .collapse__body .tab__text {
    font-size: 1em;
    padding: 0 2.5em 1.25em 1.25em;
  }
}
.tab__collapse .collapse__body.active .tab__text {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.preview {
  padding-bottom: 0;
}
.preview__slider {
  position: relative;
}
.preview__slider .swiper {
  border-radius: 1.25em;
}
@media (min-width: 768px) {
  .preview__slider .swiper {
    border-radius: 2.25em;
  }
}
.preview__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preview__content {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #222222;
  padding: 1.25em 1.25em 0.9375em;
  min-height: 15.625em;
  border-radius: 1.25em;
}
@media (min-width: 768px) {
  .preview__content {
    padding: 7em 6.25em;
    min-height: 31.25em;
    border-radius: 2.25em;
  }
}
.preview__title {
  position: relative;
  letter-spacing: 0.05em;
  width: 9.5em;
}

.preview__title2 {
  position: relative;
  letter-spacing: 0.05em;
  width: 9.5em;
}
@media (min-width: 768px) {
  .preview__title {
    width: 40em;
  }
}
.preview__title span {
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.25em;
}

.preview__title2 span {
  font-weight: 500;
  line-height: 1.4;
  font-size: 1em;
}
 .preview__title2 {
    width: 40em;
  }

@media (min-width: 768px) {
  .preview__title span {
    line-height: 1.5;
    font-size: 3em;
  }
	 .preview__title2 span {
    line-height: 1.5;
    font-size: 1.75em;
  }
}
.preview__btn {
  position: relative;
  margin-top: 2em;
}

@media (min-width: 768px) {
  .advantage__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(19.75em, auto);
    grid-gap: 2.625em;
  }
}
.advantage__item {
      background-color: #ffffff00;
  border-radius: 1.25em;
  padding: 1em;
  margin-bottom: 1em;
	    border: 1px solid #E7E7E7;
}
.advantage__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .advantage__item {
    margin-bottom: 0;
    padding: 2.75em 2em 2.75em 2.75em;
  }
}
.advantage__img {
  width: 2em;
  height: 2em;
}
@media (min-width: 768px) {
  .advantage__img {
    width: 3.75em;
    height: 3.75em;
  }
}
.advantage__title {
 
  margin-top: 0.857em;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1em;
}
@media (min-width: 768px) {
  .advantage__title {
    margin-top: 1em;
    min-height: 3.2em;
    font-size: 1.5em;
  }
}
.advantage__text {
  margin-top: 0.75em;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: 0.625em;
  color: #739596;
}
@media (min-width: 768px) {
  .advantage__text {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .subcategories__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(11.75em, auto);
    grid-gap: 2.125em;
  }
}
.subcategories__item {
  display: flex;
  align-items: center;
  background-color: #F5F9F9;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 1em;
  margin-bottom: 1em;
	    flex-direction: column;
	height: 17em;
}
.subcategories__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .subcategories__item {
    padding: 0em;
    border-radius: 1.25em;
    margin-bottom: 0;
	  height: 31em;
  }
  .subcategories__item:hover .subcategories__img img {
    transform: scale(1.4);
  }
  .subcategories__item:hover .subcategories__title {
    color: #222222;
  }
}
.subcategories__img {
  flex: none;
  overflow: hidden;
  width: 3.875em;
  height: 5em;
  margin-right: 0.75em;
  border-radius: 0.5em;
}
@media (min-width: 768px) {
  .subcategories__img {
    width: 7.25em;
    height: 9.25em;
    margin-right: 2em;
    border-radius: 0.75em;
  }
  .subcategories__img img {
    transform: scale(1);
    transition: 0.5s;
  }
}
.subcategories__content {
  letter-spacing: 0.02em;
	margin-top: -24vw;
}
.subcategories__quantity {
      color: #525252;
    line-height: 1.4;
    margin-bottom: 0.5em;
    text-align: center;
}
@media (min-width: 768px) {
  .subcategories__quantity {
    margin-bottom: 1.5em;
  }
}
.subcategories__quantity span {
  font-size: 0.625em;
}
@media (min-width: 768px) {
  .subcategories__quantity span {
    font-size: 0.875em;
  }
}
.subcategories__title {

 font-weight: 800;
    line-height: 1.2;
    color: #393939;
    font-size: 1.4em;
    text-align: center;
}
@media (min-width: 768px) {
  .subcategories__title {
    font-size: 2.25em;
    transition: 0.3s;
  }
}

@media (min-width: 768px) {
  .catalog__caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5em;
  }
  .catalog__caption .section__title {
    margin-bottom: 0;
  }
}
.catalog__more {
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 0.6em;
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .catalog__more {
    text-align: left;
    font-size: 1em;
    margin-top: 0;
  }
}
.catalog__more:after {
  content: "";
  font-family: "icon";
  font-size: 0.75em;
  color: var(--knopka_katalog);
  margin-left: 1em;
}
.catalog__more a {

  color: var(--knopka_katalog);
  font-size: 1.25em;
  font-weight: 600;
}
.catalog__slider {
  position: relative;
}
.catalog__grid {
  border-top: 0.125em solid #F5F9F9;
  padding-top: 1.25em;
}
.catalog__grid .catalog__item {
  margin-bottom: 1em;
}
.catalog__grid .catalog__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .catalog__grid {
    padding-top: 2.5em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.875em;
  }
  .catalog__grid .catalog__item {
    margin-bottom: 0;
  }
}
.catalog__item {
  position: relative;
  background-color: #ffffff;
  border: 0.0625em solid #F5F9F9;
  border-radius: 1.25em;
  padding: 1.875em 0.9375em;
	border: 1px solid #E7E7E7;
}
@media (min-width: 768px) {
  .catalog__item {
    padding: 1.875em;
  }
  .catalog__item:hover .catalog__img img {
    transform: scale(1.1);
  }
}
.catalog__item.sale .catalog__price ins bdi {
  color: #FF2334;
}
.catalog__item.outofstock .catalog__boolean, .catalog__item.onbackorder .catalog__boolean {
  color: #FF2334;
}
.catalog__item.outofstock .catalog__boolean:before, .catalog__item.onbackorder .catalog__boolean:before {
  content: none;
}
.catalog__info {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.02em;
  top: 0.625em;
  left: 0.625em;
}
@media (min-width: 768px) {
  .catalog__info {
    top: 0.75em;
    left: 0.75em;
  }
}
.catalog__info span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 0.786em 1.428em;
  font-weight: 600;
  color: #ffffff;
  background-color: #6785FF;
  border-radius: 2.25em;
  margin-bottom: 0.5em;
  font-size: 0.5em;
}
.catalog__info span:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .catalog__info span {
    font-size: 0.875em;
  }
}
.catalog__info span.sell_percentage {
  background-color: #FF2334;
}
.catalog__img {
  display: block;
  text-decoration: none;
  height: 12.875em;
  margin-bottom: 0.5em;
	margin-top: 0.5em;
}
@media (min-width: 768px) {
  .catalog__img {
    height: 16.25em;
    margin-bottom: 0.75em;
    overflow: hidden;
    position: relative;
  }
}
.catalog__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	border-radius: 1rem;
}
@media (min-width: 768px) {
  .catalog__img img {
    transform: scale(1);
    transition: 0.5s;
  }
}
.catalog__title {
     display: block;
    color: #26331C;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
    min-height: 3em;
    margin-bottom: 0.375em;
    text-decoration: none;
    font-size: 0.85em;
}
@media (min-width: 768px) {
  .catalog__title {
    font-size:  1.5em;
  }
  .catalog__title:hover {
    color: var(--knopka_katalog);
  }
}
.catalog__boolean {
  letter-spacing: 0.02em;
  color: var(--knopka_katalog);
  font-size: 0.625em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .catalog__boolean {
    font-size: 0.875em;
    margin-bottom: 1.4286em;
  }
}
.catalog__boolean:before {
  content: "";
  font-family: "icon";
  font-size: 0.5em;
  display: inline-block;
  transform: translateY(-0.125em);
  margin-right: 0.5em;
}
.catalog__price {
  display: flex;
  align-items: flex-end;
}
.catalog__price bdi {

  color: #26331C;
  font-weight: 700;
  font-size: 1.225em;
}
@media (min-width: 768px) {
  .catalog__price bdi {
    font-size: 1.8em;
  }
}
.catalog__price bdi .woocommerce-Price-currencySymbol {
  font-size: 0.67em;
}
.catalog__price del {
  order: 1;
  text-decoration: none;
}
.catalog__price del bdi {
  position: relative;
  display: block;
  overflow: hidden;
  color: #ADCACB;
  font-size: 1em;
  font-weight: 400;
  font-family: "Montserrat";
  margin-left: 0.75em;
}
.catalog__price del bdi:after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 2em;
  width: 100%;
  height: 0.025em;
  background-color: #ADCACB;
}
.catalog__price del .woocommerce-Price-currencySymbol {
  font-size: 0.875em;
}
.catalog__price ins {
  text-decoration: none;
}
.catalog__btn {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .catalog__btn {
    margin-top: 1.625em;
  }
}
.catalog__btn .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .catalog__btn .btn {
    font-size: 1.125em;
    padding: 1.484em 3.5em;
	      background-color: transparent;
    border: 1px solid var(--knopki);
	  color:var(--knopki);
  }
}
.catalog__btn .added_to_cart {
  display: none;
}
.catalog__cat {
  padding: 1.75em 0 0.875em;
  border-top: 0.125em solid #F5F9F9;
  border-left: 0;
  border-right: 0;
}
.catalog__cat .cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .catalog__cat .cat-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.9375em;
  }
}
.catalog__cat .cat-item {
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .catalog__cat .cat-item {
    margin: 0 1em 1em;
    width: calc(13.83% - 2em);
  }
  .catalog__cat .cat-item:nth-child(3n+2) {
    text-align: center;
  }
  .catalog__cat .cat-item:nth-child(3n+3) {
    text-align: center;
	  margin-left: 0;
  }
}
.catalog__cat .cat-item a {
  position: relative;
  color: #ADCACB;
  letter-spacing: 0.02em;
  font-size: 0.875em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .catalog__cat .cat-item a {
    line-height: 1.6;
    font-size: 1.25em;
    text-decoration: none;
  }
  .catalog__cat .cat-item a:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    bottom: -0.125em;
    border-bottom: 0.0625em solid;
    border-color: inherit;
    transition: width 0.3s;
  }
  .catalog__cat .cat-item a:hover {
    color: #058240;
  }
  .catalog__cat .cat-item a:hover:after {
    width: 80%;
  }
}
.catalog__cat .cat-item.current-cat a {
  color: #058240;
}
.catalog__cat .cat-item.current-cat a:after {
  width: 80%;
}
.catalog__filter {
  border-top: 0.125em solid #F5F9F9;
  padding: 1.25em 0 0;
}
@media (min-width: 768px) {
  .catalog__filter {
    padding: 1.75em 0;
  }
}
.catalog__filter .cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 0.5em;
}
@media (max-width: 767px) {
  .catalog__filter .cat-list {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 1em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 768px) {
  .catalog__filter .cat-list {
    flex-wrap: wrap;
    gap: 0.75em;
    font-size: 1em;
  }
}
.catalog__filter .cat-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex: none;
}
@media (max-width: 767px) {
  .catalog__filter .cat-item {
    margin-right: 0.9375em;
  }
  .catalog__filter .cat-item:last-child {
    margin-right: 0;
    padding-right: 0.0625em;
  }
}
.catalog__filter .cat-item input {
  display: none;
}
.catalog__filter .cat-item input:checked ~ label {
  color: #ffffff;
  background-color: #058240;
}
.catalog__filter .cat-item label {
  display: block;
  padding: 1.625em 2.624em;
  color: #739596;
  border: 0;
  background-color: #F5F9F9;
  border-radius: 4em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
.catalog__filter .cat-item label span {
  font-size: 1.25em;
  letter-spacing: 0.02em;
}
.catalog__filter .cat-item:hover label {
  color: #ffffff;
  background-color: #058240;
}
.catalog__results {
  color: #739596;
  line-height: 2;
  padding: 0 0 1em;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .catalog__results {
    display: flex;
    font-size: 0.875em;
    padding: 1.43em 0;
  }
}
@media (min-width: 768px) {
  .catalog__found {
    margin-left: 0.875em;
  }
}
@media (min-width: 768px) {
  .catalog .pagination {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

.information .section__title {
  line-height: 1.9;
  margin: 0;
}
@media (min-width: 768px) {
  .information .section__title {
    line-height: 1.2;
  }
}
.information__wrap {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 1em;
  border-radius: 1.25em;
}
@media (min-width: 768px) {
  .information__wrap {
    padding: 4.375em 5.3125em;
    border-radius: 2.25em;
    min-height: 41.25em;
  }
}
.information__subtitle {
  letter-spacing: 0.02em;
  line-height: 1.43;
  font-size: 0.875em;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .information__subtitle {
    font-size: 1.75em;
    margin-top: 1em;
  }
}
.information__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.information__content {
  position: relative;
}
@media (min-width: 768px) {
  .information__content {
    width: 61.875em;
  }
}
.information__grid {
  margin-top: 0.75em;
}
@media (min-width: 768px) {
  .information__grid {
    margin-top: 2.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5em;
    width: 45em;
  }
}
.information__list {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .information__list {
    margin-top: 2em;
  }
}
.information__list .information__item {
  margin-bottom: 1em;
}
.information__list .information__item:last-child {
  margin-bottom: 0;
}
.information__item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.information__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .information__item {
    margin-bottom: 0;
  }
}
.information__item .mark {
  margin-right: 0.75em;
}
@media (min-width: 768px) {
  .information__item .mark {
    margin-right: 1.5625em;
  }
}
.information__item span {
  line-height: 1.5;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .information__item span {
    line-height: 1.34;
    font-size: 1.125em;
  }
}
.information__btn {
  margin-top: 17.25em;
}
@media (min-width: 768px) {
  .information__btn {
    margin-top: 3.875em;
  }
}
.information__form {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .information__form {
    margin-top: 2em;
  }
}
.information__worker {
  position: absolute;
  bottom: 15.75em;
    left: 4.25em;
}
@media (min-width: 768px) {
  .information__worker {
    bottom: 2.5em;
    left: 43em;
  }
}
@media (min-width: 768px) {
  .information__messenger {
    margin-right: 4em;
  }
}
.information__action {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .information__action {
    justify-content: flex-start;
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .information__action .phone__label {
    line-height: 0.8;
  }
  .information__action .phone__label span {
    font-size: 0.5em;
  }
}
.information__action .phone__link {
  margin-top: 0.375em;
}
@media (min-width: 768px) {
  .information__action .phone__link {
    margin-top: 0.5em;
  }
}
.information__action .phone__link a {
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .information__action .phone__link a {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .information__action .messenger__label {
    margin-bottom: 0.5em;
    width: 7.5em;
  }
  .information__action .messenger__label span {
    font-size: 0.875em;
  }
}
.information__action .messenger__link {
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .information__action .messenger__link {
    font-size: 1.429em;
  }
}
.information .btn {
  padding: 1.4em 1.5em;
	color: var(--knopki2);
    background-color: var(--knopki);
}
@media (min-width: 768px) {
  .information .btn {
    font-size: 1.25em;
    padding: 1.4em 3.5em;
  }
}

.knop
{
	color: var(--knopki2);
    background-color: var(--knopki);
}

.information .worker {
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 600;
  width: 16.25em;
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .information .worker {
    font-size: 1em;
  }
}
.information .worker__name {
  font-size: 1.25em;
  
  line-height: 1.6;
}
.information .worker__info {
  margin-top: 0.15em;
  font-size: 0.875em;
  color: #F5F9F9;
  line-height: 1.429;
}

@media (max-width: 767px) {
  .information_form .information__wrap {
    padding: 1.25em 0.9375em 24.0625em;
  }
}
@media (max-width: 767px) {
  .information_form .section__title {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .information_form .information__content {
    width: 41.875em;
  }
}
@media (max-width: 767px) {
  .information_form .mark {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  .information_form .form__label_hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .information_form .worker {
    font-size: 0.7em;
  }
}
.information_form .information__worker {
     left: 3em;
    bottom: 2.25em;
}
@media (min-width: 768px) {
  .information_form .information__worker {
    bottom: 20.25em;
    left: 74.125em;
  }
}

@media (max-width: 767px) {
  .blog_archive {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .blog__caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5em;
  }
  .blog__caption .section__title {
    margin-bottom: 0;
  }
}
.blog__more {
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 0.6em;
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .blog__more {
    text-align: left;
    font-size: 1em;
    margin-top: 0;
  }
}
.blog__more:after {
  content: "";
  font-family: "icon";
  font-size: 0.75em;
  color: var(--knopka_katalog);
  margin-left: 1em;
}
.blog__more a {
  
  color: var(--knopka_katalog);
  font-size: 1.25em;
  font-weight: 600;
}
.blog__slider {
  position: relative;
}
.blog__slider .swiper-slide {
  height: 100%;
}
.blog__slider .blog__item {
  height: 100%;
}
.blog__grid {
  border-top: 0.125em solid #F5F9F9;
  padding-top: 1.25em;
}
@media (min-width: 768px) {
  .blog__grid {
    padding-top: 2.5em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(25.375em, auto);
    grid-column-gap: 2.1875em;
    grid-row-gap: 1.875em;
  }
}
.blog__grid .blog__item {
  margin-bottom: 1em;
}
.blog__grid .blog__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog__grid .blog__item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog__item:hover .blog__img img {
    transform: scale(1.1);
  }
}
.blog__img {
  display: block;
  overflow: hidden;
  border-radius: 0.75em;
  width: 100%;
  height: 11.25em;
}
@media (min-width: 768px) {
  .blog__img {
    width: 31.25em;
    height: 18.125em;
  }
}
@media (min-width: 768px) {
  .blog__img img {
    transform: scale(1);
    transition: 0.5s;
  }
}
.blog__title {
  display: block;
  margin-top: 0.75em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #26331C;
 
  font-size: 0.75em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .blog__title {
    font-size: 1.25em;
    min-height: 3.4em;
    line-height: 1.7;
  }
  .blog__title:hover {
    color: var(--knopki);
  }
}
.blog__date {
  line-height: 1.4;
  margin-top: 0.875em;
  color: #739596;
  letter-spacing: 0.02em;
  font-size: 0.625em;
}
@media (min-width: 768px) {
  .blog__date {
    font-size: 0.875em;
  }
}

.content {
  color: #739596;
}
.content__toggle {
  position: relative;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-weight: 600;
  color: var(--knopka_katalog);
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .content__toggle {
    font-size: 1em;
  }
}
.content__toggle:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: -0.75em;
  border-bottom: 0.125em solid;
  transition: width 0.3s;
}
.content__title {
  letter-spacing: 0.02em;
  color: #26331C;
  font-weight: 600;
 
  font-size: 0.875em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .content__title {
    font-size: 1.25em;
  }
}
.content__preview {
  line-height: 1.5;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .content__preview {
    font-size: 1em;
  }
}
.content__content {
  transition: 0.3s;
  line-height: 1.5;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .content__content {
    font-size: 1em;
  }
}
.content__content h1,
.content__content h2,
.content__content h3,
.content__content h4,
.content__content h5,
.content__content h6 {
  font-weight: 500;
}
.content__content h1:first-child,
.content__content h2:first-child,
.content__content h3:first-child,
.content__content h4:first-child,
.content__content h5:first-child,
.content__content h6:first-child {
  margin-top: 0;
}
.content__content p:first-child {
  margin-top: 0;
}
.content__content ul {
  padding-left: 1.5em;
}

.collapse__title.open .content__toggle:after {
  width: 20%;
}

.product .section__title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product .section__title span {
    font-size: 1em;
  }
}
.product.sale .product__price ins bdi {
  color: #FF2334;
}
.product.outofstock .product__boolean, .product.onbackorder .product__boolean {
  color: #FF2334;
}
.product.outofstock .product__boolean:before, .product.onbackorder .product__boolean:before {
  content: none;
}
@media (max-width: 767px) {
  .product {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .product__top {
    margin-top: 4em;
    display: flex;
    justify-content: space-between;
  }
}
.product__left {
  position: relative;
}
@media (min-width: 768px) {
  .product__left {
    width: 56.25em;
  }
}
@media (min-width: 768px) {
  .product__left .swiper__arrows {
    width: 52.5em;
    z-index: 1;
  }
}
.product__img {
  width: 100%;
  overflow: hidden;
  height: 16.875em;
  border-radius: 1em;
}
@media (min-width: 768px) {
  .product__img {
    height: 35em;
    border-radius: 2.25em;
  }
}
.product__right {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .product__right {
    margin-top: 0;
    width: 29.375em;
  }
}
.product__boolean {
  letter-spacing: 0.02em;
  color: var(--knopka_katalog);
  font-size: 0.625em;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .product__boolean {
    font-size: 1em;
    margin-top: 0;
  }
}
.product__boolean:before {
  content: "";
  font-family: "icon";
  font-size: 0.5em;
  display: inline-block;
  transform: translateY(-0.125em);
  margin-right: 0.5em;
}
.product__boolean.false {
  color: #FF2334;
}
.product__boolean.false:before {
  content: none;
}
.product__price {
  margin-top: 0.125em;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .product__price {
    margin-top: 1.125em;
  }
}
.product__price bdi {

  color: #26331C;
  font-weight: 600;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .product__price bdi {
    font-size: 3em;
  }
}
.product__price bdi .woocommerce-Price-currencySymbol {
  font-size: 0.67em;
}
.product__price del {
  order: 1;
  text-decoration: none;
}
.product__price del bdi {
  position: relative;
  display: block;
  overflow: hidden;
  color: #ADCACB;
  font-weight: 400;
  font-family: "Montserrat";
  margin-left: 0.75em;
  font-size: 1em;
}
@media (min-width: 768px) {
  .product__price del bdi {
    font-size: 2em;
  }
}
.product__price del bdi:after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 2em;
  width: 100%;
  height: 0.025em;
  background-color: #ADCACB;
}
.product__price del .woocommerce-Price-currencySymbol {
  font-size: 0.875em;
}
.product__price ins {
  text-decoration: none;
}
@media (min-width: 768px) {
  .product__btn, .product__click {
    width: 21.25em;
  }
}
.product__btn .btn, .product__click .btn {
  width: 100%;
  padding: 1.401em 0.5em;
}
@media (min-width: 768px) {
  .product__btn .btn, .product__click .btn {
    font-size: 1.125em;
    padding: 1.484em 0.5em;
  }
}
.product__btn {
  margin-top: 1em;
}
.product__btn .added_to_cart {
  display: none;
}
@media (min-width: 768px) {
  .product__btn {
    margin-top: 2em;
  }
}
.product__click {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .product__click {
    margin-top: 1em;
  }
}
.product__bottom {
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .product__bottom {
    margin-top: 4em;
    width: 56.25em;
  }
}
.product__advantage {
  margin: 1.25em 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .product__advantage {
    margin: 2em 0 0;
  }
}
.product__advantage_item {
  display: flex;
  align-items: center;
  margin-bottom: 0.875em;
}
@media (min-width: 768px) {
  .product__advantage_item {
    margin-bottom: 1.25em;
  }
}
.product__advantage_item:last-child {
  margin-bottom: 0;
}
.product__advantage_item span {
  letter-spacing: 0.02em;
  
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .product__advantage_item span {
    font-size: 1.1875em;
  }
}
.product__advantage_img {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .product__advantage_img {
    width: 2.5em;
    height: 2.5em;
    margin-right: 0.875em;
  }
}

@media (min-width: 768px) {
  .thanks .section__title {
    width: 48.875em;
  }
}
@media (min-width: 768px) {
  .thanks {
    padding-bottom: 5.625em;
  }
}
.thanks__content {
  position: relative;
  background-image: url("../img/section_bg.webp");
  padding: 2.25em 1.25em 20em;
  border-radius: 1.25em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .thanks__content {
    background-position: 41%;
  }
}
@media (min-width: 768px) {
  .thanks__content {
    padding: 5.125em 6.25em;
    border-radius: 2.25em;
  }
}
.thanks__btn {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .thanks__btn {
    margin-top: 2.5em;
  }
}
.thanks__img {
  width: 31.25em;
  height: 31.25em;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  font-size: 0.58em;
}
@media (min-width: 768px) {
  .thanks__img {
    font-size: 1em;
    right: 11em;
    transform: none;
  }
}
.thanks__worker {
  position: absolute;
  bottom: 2em;
  right: 8em;
}
@media (min-width: 768px) {
  .thanks__worker {
    bottom: 2.8125em;
    right: 4.0625em;
  }
}
.thanks__worker .worker {
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 600;
  width: 16.25em;
  font-size: 0.6em;
}
@media (min-width: 768px) {
  .thanks__worker .worker {
    font-size: 1em;
  }
}
.thanks__worker .worker__name {
  font-size: 1.25em;

  line-height: 1.6;
}
.thanks__worker .worker__info {
  margin-top: 0.15em;
  font-size: 0.875em;
  line-height: 1.429;
}

.notfound .section__title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .notfound {
    padding-bottom: 5.625em;
  }
}
.notfound__content {
  position: relative;
  background-image: url("../img/section_bg.webp");
  padding: 2.25em 1.25em 8em;
  border-radius: 1.25em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .notfound__content {
    background-position: 41%;
  }
}
@media (min-width: 768px) {
  .notfound__content {
    padding: 5.875em 6.25em;
    border-radius: 2.25em;
  }
}
.notfound__wrap {
  position: relative;
}
@media (min-width: 768px) {
  .notfound__wrap {
    width: 52.5em;
  }
}
.notfound__img {
  position: absolute;
  bottom: -0.75em;
  right: -8.375em;
  width: 73.875em;
  height: 24.6875em;
  font-size: 0.25em;
}
@media (min-width: 768px) {
  .notfound__img {
    font-size: 1em;
  }
}
.notfound__info {
  letter-spacing: 0.05em;
  color: #739596;
  line-height: 1.17;
  margin-top: 0.833334em;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .notfound__info {
    font-size: 1.5em;
  }
}
.notfound__btn {
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .notfound__btn {
    margin-top: 2.5em;
  }
}

@media (min-width: 768px) {
  .contacts .section__title {
    margin-bottom: 1.25em;
  }
}
@media (min-width: 768px) {
  .contacts {
    padding-bottom: 5.625em;
  }
}
.contacts__row {
  padding-top: 1.25em;
  border-top: 0.125em solid #F5F9F9;
}
@media (min-width: 768px) {
  .contacts__row {
    padding-top: 2.875em;
    display: flex;
  }
}
.contacts__col {
  margin-bottom: 1.25em;
}
.contacts__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contacts__col {
    margin-bottom: 0;
  }
  .contacts__col:first-child {
    flex-grow: 1;
  }
  .contacts__col:last-child {
    margin-left: 1.875em;
  }
}
@media (min-width: 768px) {
  .contacts__list {
    width: 18em;
  }
}
.contacts__item {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1.25em;
}
.contacts__item > span,
.contacts__item a {
  font-size: 0.875em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .contacts__item > span,
.contacts__item a {
    font-size: 1em;
  }
}
.contacts__item > a {
  text-decoration: none;
  color: #26331C;
}
@media (min-width: 768px) {
  .contacts__item > a:hover {
    color: #87C159;
  }
}
.contacts__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contacts__item {
    margin-bottom: 2.75em;
  }
}
.contacts__label {
  margin-bottom: 0.75em;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .contacts__label {
    font-size: 1em;
  }
}
.contacts__label span {
  font-size: 1.125em;
  font-weight: 500;
  
  line-height: 1.4;
}
.contacts__label i {
  position: absolute;
  top: 0.125em;
  left: 0;
  color: #87C159;
  font-size: 1.25em;
}
.contacts__label .icon_location {
  font-weight: bold;
  font-size: 1.375em;
}
.contacts__label .icon_mail {
  font-size: 1.125em;
}
.contacts__messenger {
  margin-top: 0.75em;
}
@media (min-width: 768px) {
  .contacts__messenger .messenger__link {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .contacts__gallery {
    width: 23.125em;
  }
}
.contacts__img {
  width: 100%;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 0.5em;
  height: 9.375em;
}
@media (min-width: 768px) {
  .contacts__img {
    margin-bottom: 1.875em;
    height: 12.5em;
    border-radius: 1.25em;
  }
}
.contacts__img:last-child {
  margin-bottom: 0;
}
.contacts__map {
  width: 100%;
}
@media (min-width: 768px) {
  .contacts__map {
    width: 48.125em;
  }
}

.map__content {
  position: relative;
  width: 100%;
  height: 22em;
}
@media (min-width: 768px) {
  .map__content {
    height: 26.875em;
  }
}
.map__content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 1em;
}
@media (min-width: 768px) {
  .map__content iframe {
    border-radius: 1.5em;
  }
}

.haed {
  padding-top: 0;
}
@media (min-width: 768px) {
  .haed .section__title {
    margin-bottom: 1.25em;
  }
}
@media (min-width: 768px) {
  .haed {
    padding-top: 1.25em;
  }
}
.haed__wrap {
  position: relative;
  padding: 1.75em 1.25em;
  border-radius: 1.25em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .haed__wrap {
    padding: 7em 6.25em 9.5em;
    border-radius: 2.25em;
  }
}
.haed__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.haed__content {
  position: relative;
  color: #ffffff;
}
@media (min-width: 768px) {
  .haed__content {
    width: 32.25em;
  }
}
.haed__desc {
  letter-spacing: 0.02em;
  font-size: 0.875em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .haed__desc {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .ourmission .section__title {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .ourmission__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .ourmission__content {
    width: 50em;
  }
}
.ourmission__content p {
  color: #739596;
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0.66em 0;
}
.ourmission__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ourmission__content p {
    font-size: 1.5em;
    line-height: 1.3;
  }
}
.ourmission__img {
  position: relative;
  border-radius: 1em;
  overflow: hidden;
  height: 14.375em;
  margin-top: 1.25em;
}
@media (min-width: 768px) {
  .ourmission__img {
    margin-top: 0;
    border-radius: 1.5em;
    height: 35em;
    width: 41.875em;
  }
}
.ourmission__worker {
  color: #ffffff;
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .ourmission__worker {
    bottom: 2.5em;
  }
}
.ourmission__worker .worker {
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 600;
  width: 16.25em;
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .ourmission__worker .worker {
    font-size: 1em;
  }
}
.ourmission__worker .worker__name {
  font-size: 1.25em;
 
  line-height: 1.6;
}
.ourmission__worker .worker__info {
  margin-top: 0.15em;
  font-size: 0.875em;
  line-height: 1.429;
}

.team__slider {
  position: relative;
}
.team__item {
  background-color: #ffffff;
  border: 0.0625em solid rgba(173, 202, 203, 0.3);
  border-radius: 1em;
  padding: 1em;
}
@media (min-width: 768px) {
  .team__item {
    padding: 1.75em 1.875em;
    border-radius: 1.25em;
  }
}
.team__img {
  width: 100%;
  height: 18.75em;
  border-radius: 1em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .team__img {
    height: 24.75em;
  }
}
.team__name {
  font-weight: 700;

  margin-top: 0.5em;
  min-height: 3em;
  line-height: 1.5;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .team__name {
    font-size: 1.5em;
  }
}
.team__info {
  letter-spacing: 0.02em;
  color: #739596;
  line-height: 1.42;
  margin-top: 0.29em;
  min-height: 2.84em;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .team__info {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .basket {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .basket__content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .basket__table {
    width: 62.5em;
  }
}
.basket__img a {
  text-decoration: none;
  display: block;
  border-radius: 0.75em;
  overflow: hidden;
  width: 5em;
  height: 5em;
}
@media (min-width: 768px) {
  .basket__img a {
    width: 10em;
    height: 10em;
  }
}
.basket__title {
  letter-spacing: 0.02em;
  font-weight: 700;

  line-height: 1.6;
  font-size: 0.625em;
}
@media (min-width: 768px) {
  .basket__title {
    font-size: 1.25em;
  }
}
.basket__title a {
  text-decoration: none;
  color: #26331C;
}
.basket__boolean {
  letter-spacing: 0.02em;
  color: var(--knopka_katalog);
  font-size: 0.625em;
  margin-top: 0.125em;
}
@media (min-width: 768px) {
  .basket__boolean {
    font-size: 0.875em;
    margin-top: 0.572em;
  }
}
.basket__boolean:before {
  content: "";
  font-family: "icon";
  font-size: 0.5em;
  display: inline-block;
  transform: translateY(-0.125em);
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .basket__price {
    text-align: center;
  }
}
.basket__price bdi {
  letter-spacing: 0.02em;

  color: #26331C;
  font-weight: 700;
  line-height: 1.65;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .basket__price bdi {
    line-height: 1.3;
    font-size: 1.5em;
  }
}
.basket__price bdi .woocommerce-Price-currencySymbol {
  font-size: 0.8333334em;
}
.basket__remove {
  flex: none;
}
.basket__remove a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25em;
  height: 3.25em;
  border-radius: 0.75em;
  background-color: #F5F9F9;
  color: #739596;
  text-decoration: none;
  font-size: 0.481em;
}
@media (min-width: 768px) {
  .basket__remove a {
    font-size: 1em;
  }
}
.basket__remove a:hover {
  background-color: #ebf3f3;
}
.basket__remove a:after {
  content: "";
  font-family: "icon";
  font-size: 1.25em;
}
.basket__collaterals {
  padding-top: 0.625em;
}
@media (min-width: 768px) {
  .basket__collaterals {
    padding-top: 0;
    width: 31.25em;
  }
}

.table__row {
  position: relative;
  border-bottom: 0.0625em solid #F5F9F9;
  margin-bottom: 0.625em;
  padding: 0 0 0.625em;
}
.table__row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .table__row:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .table__row {
    padding: 1.25em;
    margin-bottom: 1.5em;
    border: 0.0625em solid #F5F9F9;
    border-radius: 1.25em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.table__col {
  margin-left: 6em;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .table__col {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .table__col:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .table__col:nth-child(1) {
    width: 10em;
    order: 1;
  }
}
@media (min-width: 768px) {
  .table__col:nth-child(2) {
    width: 19.5em;
    order: 2;
  }
}
@media (min-width: 768px) {
  .table__col:nth-child(3) {
    width: 10em;
    order: 4;
  }
}
.table__col:nth-child(4) {
  width: 4.25em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .table__col:nth-child(4) {
    width: 10em;
    order: 3;
  }
}
@media (max-width: 767px) {
  .table__col:nth-child(5) {
    position: absolute;
    bottom: 0.625em;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .table__col:nth-child(5) {
    width: 3.25em;
    order: 5;
  }
}

.woocommerce [name=update_cart] {
  display: none;
}

.cartempty {
  padding-top: 0;
}
.cartempty .section__title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cartempty {
    padding-top: 1em;
  }
}
.cartempty__content {
  position: relative;
  background-image: url("../img/section_bg.webp");
  overflow: hidden;
  padding: 2.25em 1.25em 8.5em;
  border-radius: 1.25em;
}
@media (max-width: 767px) {
  .cartempty__content {
    background-position: 41%;
  }
}
@media (min-width: 768px) {
  .cartempty__content {
    padding: 6em 6.25em 8.75em;
    border-radius: 2.25em;
  }
}
.cartempty__img {
  position: absolute;
  bottom: -5em;
  right: -2em;
  width: 37.0625em;
  height: 37.6875em;
  font-size: 0.4em;
}
@media (min-width: 768px) {
  .cartempty__img {
    font-size: 1em;
    bottom: -5em;
    right: -1em;
  }
}
.cartempty__wrap {
  position: relative;
}
@media (min-width: 768px) {
  .cartempty__wrap {
    width: 29.375em;
  }
}
.cartempty__info {
  color: #739596;
  line-height: 1.4;
  margin-top: 1.6em;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .cartempty__info {
    font-size: 1.25em;
  }
}
.cartempty__btn {
  margin-top: 2em;
}

.checkout .pickup_js {
  display: none;
}
.checkout__wrap {
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .checkout__form {
    display: flex;
    justify-content: space-between;
  }
}
.checkout__content {
  background-color: #ffffff;
  border: 0.0625em solid rgba(173, 202, 203, 0.3);
  border-radius: 1.25em;
  padding: 0.9375em;
}
@media (min-width: 768px) {
  .checkout__content {
    padding: 2.5em;
    border-radius: 2.25em;
    width: 62.5em;
  }
}
.checkout__collaterals {
  background-color: #F5F9F9;
  border-radius: 1.5em;
  margin-top: 1.25em;
  padding: 0.9375em;
}
@media (min-width: 768px) {
  .checkout__collaterals {
    margin-top: 0;
    padding: 2.5em;
    width: 31.25em;
    flex: none;
    position: -webkit-sticky;
    position: sticky;
    top: 3.75em;
    height: 100%;
  }
}
.checkout__item {
  margin-bottom: 1.25em;
}
@media (min-width: 768px) {
  .checkout__item {
    margin-bottom: 4em;
  }
}
.checkout__item:last-child {
  margin-bottom: 0;
}
.checkout__title {
  letter-spacing: 0.02em;

  font-weight: 600;
  margin-bottom: 0.75em;
  font-size: 1em;
}
@media (min-width: 768px) {
  .checkout__title {
    line-height: 0.8;
    font-size: 1.75em;
    margin-bottom: 1.4285em;
  }
}
.checkout__row {
  margin-bottom: 0.5em;
  margin-top: 0;
}
@media (min-width: 768px) {
  .checkout__row {
    margin-bottom: 1.25em;
  }
}
.checkout__row:last-child {
  margin-bottom: 0;
}
.checkout__row .btn,
.checkout__row input:not([type]),
.checkout__row input[type=date],
.checkout__row input[type=email],
.checkout__row input[type=number],
.checkout__row input[type=password],
.checkout__row input[type=search],
.checkout__row input[type=tel],
.checkout__row input[type=text],
.checkout__row input[type=url],
.checkout__row textarea {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout__row .btn,
.checkout__row input:not([type]),
.checkout__row input[type=date],
.checkout__row input[type=email],
.checkout__row input[type=number],
.checkout__row input[type=password],
.checkout__row input[type=search],
.checkout__row input[type=tel],
.checkout__row input[type=text],
.checkout__row input[type=url],
.checkout__row textarea {
    width: 33.125em;
  }
}
.checkout__row textarea {
  resize: vertical;
  min-height: 7.5em;
}
.checkout__row_full .btn,
.checkout__row_full input:not([type]),
.checkout__row_full input[type=date],
.checkout__row_full input[type=email],
.checkout__row_full input[type=number],
.checkout__row_full input[type=password],
.checkout__row_full input[type=search],
.checkout__row_full input[type=tel],
.checkout__row_full input[type=text],
.checkout__row_full input[type=url],
.checkout__row_full textarea {
  width: 100%;
}
.checkout__row label {
  display: block;
  margin-bottom: 0.25em;
  letter-spacing: 0.02em;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .checkout__row label {
    margin-bottom: 0.5em;
    font-size: 1em;
  }
}
.checkout__row label abbr {
  color: #FF2334;
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}
.checkout__row.woocommerce-invalid input:not([type]),
.checkout__row.woocommerce-invalid input[type=date],
.checkout__row.woocommerce-invalid input[type=email],
.checkout__row.woocommerce-invalid input[type=number],
.checkout__row.woocommerce-invalid input[type=password],
.checkout__row.woocommerce-invalid input[type=search],
.checkout__row.woocommerce-invalid input[type=tel],
.checkout__row.woocommerce-invalid input[type=text],
.checkout__row.woocommerce-invalid input[type=url],
.checkout__row.woocommerce-invalid textarea {
  border-color: #FF5C00;
}
.checkout__label {
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .checkout__label {
    margin-bottom: 0.5em;
  }
}
.checkout__label span {
  letter-spacing: 0.02em;
  font-size: 0.75em;
}
.checkout__label span:nth-child(2) {
  color: #FF2334;
}
@media (min-width: 768px) {
  .checkout__label span {
    font-size: 1em;
  }
}
.checkout__text {
  font-size: 0.75em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .checkout__text {
    line-height: 1.78;
    font-size: 1.25em;
  }
}
.checkout__list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.checkout__list .checkout__radio {
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .checkout__list .checkout__radio {
    margin-bottom: 1.875em;
  }
}
.checkout__list .checkout__radio:last-child {
  margin-bottom: 0;
}
.checkout__list .woocommerce-input-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 1.875em;
}
.checkout__list .woocommerce-input-wrapper label {
  letter-spacing: 0.01em;
  font-size: 0.75em;
  line-height: 1.6;
  margin-right: 0;
}
@media (min-width: 768px) {
  .checkout__list .woocommerce-input-wrapper label {
    font-size: 1.25em;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .checkout__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.875em;
  }
}
.checkout__grid .checkout__radio {
  position: relative;
  width: auto;
  padding: 1.125em;
  margin-bottom: 0.5em;
}
.checkout__grid .checkout__radio:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .checkout__grid .checkout__radio {
    padding: 2em;
    margin-bottom: 0;
  }
}
.checkout__grid .checkout__radio input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.0625em solid;
  border-color: rgba(173, 202, 203, 0.3);
  transition: 0.3s;
  border-radius: 0.875em;
}
@media (min-width: 768px) {
  .checkout__grid .checkout__radio input[type=radio]:after {
    border-radius: 1.25em;
  }
}
.checkout__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.checkout__radio:hover input[type=radio] {
  border-color: #87C159;
}
.checkout__radio:hover input[type=radio]:after {
  border-color: #87C159;
}
.checkout__radio span {
  letter-spacing: 0.01em;
  font-size: 0.75em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .checkout__radio span {
    font-size: 1.25em;
  }
}
.checkout input:not([type]),
.checkout input[type=date],
.checkout input[type=email],
.checkout input[type=number],
.checkout input[type=password],
.checkout input[type=search],
.checkout input[type=tel],
.checkout input[type=text],
.checkout input[type=url],
.checkout textarea {
  background-color: #ffffff;
  border: 0.0625em solid;
  border-color: rgba(173, 202, 203, 0.3);
  font-family: "Montserrat";
  color: #26331C;
  font-weight: 400;
  letter-spacing: 0.02em;
  outline: none;
  transition: 0.3s;
  border-radius: 1.25em;
  font-size: 0.75em;
  padding: 1.292em 1.333334em;
}
@media (min-width: 768px) {
  .checkout input:not([type]),
.checkout input[type=date],
.checkout input[type=email],
.checkout input[type=number],
.checkout input[type=password],
.checkout input[type=search],
.checkout input[type=tel],
.checkout input[type=text],
.checkout input[type=url],
.checkout textarea {
    font-size: 1em;
    padding: 1.219em 2em;
  }
}
.checkout input:not([type]):hover,
.checkout input[type=date]:hover,
.checkout input[type=email]:hover,
.checkout input[type=number]:hover,
.checkout input[type=password]:hover,
.checkout input[type=search]:hover,
.checkout input[type=tel]:hover,
.checkout input[type=text]:hover,
.checkout input[type=url]:hover,
.checkout textarea:hover {
  border-color: #87C159;
}
.checkout input:not([type]):focus,
.checkout input[type=date]:focus,
.checkout input[type=email]:focus,
.checkout input[type=number]:focus,
.checkout input[type=password]:focus,
.checkout input[type=search]:focus,
.checkout input[type=tel]:focus,
.checkout input[type=text]:focus,
.checkout input[type=url]:focus,
.checkout textarea:focus {
  border-color: #87C159;
}
.checkout input:not([type]).invalid,
.checkout input[type=date].invalid,
.checkout input[type=email].invalid,
.checkout input[type=number].invalid,
.checkout input[type=password].invalid,
.checkout input[type=search].invalid,
.checkout input[type=tel].invalid,
.checkout input[type=text].invalid,
.checkout input[type=url].invalid,
.checkout textarea.invalid {
  border-color: #FF2334;
}
.checkout input:not([type])::-webkit-input-placeholder,
.checkout input[type=date]::-webkit-input-placeholder,
.checkout input[type=email]::-webkit-input-placeholder,
.checkout input[type=number]::-webkit-input-placeholder,
.checkout input[type=password]::-webkit-input-placeholder,
.checkout input[type=search]::-webkit-input-placeholder,
.checkout input[type=tel]::-webkit-input-placeholder,
.checkout input[type=text]::-webkit-input-placeholder,
.checkout input[type=url]::-webkit-input-placeholder,
.checkout textarea::-webkit-input-placeholder {
  color: rgba(115, 149, 150, 0.4);
}
.checkout input:not([type]):-moz-placeholder,
.checkout input[type=date]:-moz-placeholder,
.checkout input[type=email]:-moz-placeholder,
.checkout input[type=number]:-moz-placeholder,
.checkout input[type=password]:-moz-placeholder,
.checkout input[type=search]:-moz-placeholder,
.checkout input[type=tel]:-moz-placeholder,
.checkout input[type=text]:-moz-placeholder,
.checkout input[type=url]:-moz-placeholder,
.checkout textarea:-moz-placeholder {
  color: rgba(115, 149, 150, 0.4);
}
.checkout input:not([type])::-moz-placeholder,
.checkout input[type=date]::-moz-placeholder,
.checkout input[type=email]::-moz-placeholder,
.checkout input[type=number]::-moz-placeholder,
.checkout input[type=password]::-moz-placeholder,
.checkout input[type=search]::-moz-placeholder,
.checkout input[type=tel]::-moz-placeholder,
.checkout input[type=text]::-moz-placeholder,
.checkout input[type=url]::-moz-placeholder,
.checkout textarea::-moz-placeholder {
  color: rgba(115, 149, 150, 0.4);
}
.checkout input:not([type]):-ms-input-placeholder,
.checkout input[type=date]:-ms-input-placeholder,
.checkout input[type=email]:-ms-input-placeholder,
.checkout input[type=number]:-ms-input-placeholder,
.checkout input[type=password]:-ms-input-placeholder,
.checkout input[type=search]:-ms-input-placeholder,
.checkout input[type=tel]:-ms-input-placeholder,
.checkout input[type=text]:-ms-input-placeholder,
.checkout input[type=url]:-ms-input-placeholder,
.checkout textarea:-ms-input-placeholder {
  color: rgba(115, 149, 150, 0.4);
}
.checkout input[type=radio] {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 1.75em;
  width: 1.75em;
  border-radius: 100%;
  background: 0 0;
  background-color: transparent;
  border: 0.0625em solid;
  border-color: rgba(173, 202, 203, 0.3);
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  text-align: center;
  transition: 0.3s;
  font-size: 0.7143em;
  margin-right: 1em;
}
@media (min-width: 768px) {
  .checkout input[type=radio] {
    font-size: 1em;
    margin-right: 1.25em;
  }
}
.checkout input[type=radio]:not(:disabled), .checkout input[type=radio]:not(:disabled) {
  cursor: pointer;
}
.checkout input[type=radio]:before {
  display: block;
  transition: 0.3s;
}
.checkout input[type=radio]:disabled, .checkout input[type=radio]:disabled {
  color: #ddd;
}
.checkout input[type=radio] {
  border-radius: 50%;
}
.checkout input[type=radio]:checked {
  background-color: var(--knopka_katalog);
  border-color: var(--knopka_katalog);
}
.checkout input[type=radio]:checked:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: block;
  border-radius: 50%;
  background: #ffffff;
}
.checkout input[type=radio]:checked:after {
  border-color: var(--knopka_katalog);
}
.checkout input[type=radio]:disabled:checked:before {
  background-color: #aaa;
}

.checkout .wc_payment_methods {
  padding: 0;
  list-style: none;
}
.checkout .wc_payment_methods .wc_payment_method {
  margin-bottom: 1em;
}
.checkout .wc_payment_methods .wc_payment_method label {
  cursor: pointer;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .checkout .wc_payment_methods .wc_payment_method label {
    font-size: 1.25em;
  }
}
.checkout .wc_payment_methods .wc_payment_method .payment_method_essl_webpay_gateway {
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .checkout .wc_payment_methods .wc_payment_method .payment_method_essl_webpay_gateway {
    font-size: 1.25em;
  }
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #739596;
  transition: 0.3s;
  width: 1em;
  height: 1em;
  right: 0.75em;
  top: 0.75em;
}
@media (min-width: 768px) {
  .modal-close {
    width: 1.25em;
    height: 1.25em;
    right: 2.375em;
    top: 2.375em;
  }
}
.modal-close:after, .modal-close:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  border-top: 2px solid;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
.modal-close:hover {
  color: #26331C;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  position: relative;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: auto;
  width: 18.75em;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 34.375em;
  }
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  outline: 0;
  padding: 1.75em 1em 1.5em;
  border-radius: 1.25em;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 4.375em 5em;
    border-radius: 2.25em;
    box-shadow: -2px 4px 28px 4px rgba(33, 89, 86, 0.1);
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(16, 21, 12, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.modal-header {
  text-align: center;
}
.modal-title {

  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.125em;
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 1.75em;
  }
}
.modal-subtitle {
  margin-top: 0.7em;
  color: #739596;
  font-size: 0.75em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .modal-subtitle {
    font-size: 1.25em;
  }
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-form {
  margin-top: 0.75em;
}
@media (min-width: 768px) {
  .modal-form {
    margin-top: 4.375em;
  }
}
.modal-form .form__label {
  color: #739596;
}
.modal-form .form__check span a {
  color: var(--knopka_katalog);
}
.modal-form .form input:not([type]),
.modal-form .form input[type=date],
.modal-form .form input[type=email],
.modal-form .form input[type=number],
.modal-form .form input[type=password],
.modal-form .form input[type=search],
.modal-form .form input[type=tel],
.modal-form .form input[type=text],
.modal-form .form input[type=url],
.modal-form .form textarea {
  border: 0.0625em solid rgba(173, 202, 203, 0.3);
  padding: 1.358em 1.125em;
}
@media (min-width: 768px) {
  .modal-form .form input:not([type]),
.modal-form .form input[type=date],
.modal-form .form input[type=email],
.modal-form .form input[type=number],
.modal-form .form input[type=password],
.modal-form .form input[type=search],
.modal-form .form input[type=tel],
.modal-form .form input[type=text],
.modal-form .form input[type=url],
.modal-form .form textarea {
    padding: 1.907em 1.75em;
  }
}
.modal-form .form input[type=checkbox] {
  margin-left: 0;
}
.modal-footer {
  display: flex;
  gap: 0.5em;
  flex-direction: column;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .modal-footer {
    flex-direction: row;
    margin-top: 1.5em;
  }
}
.modal-footer .btn {
  font-size: 0.75em;
  padding: 1.651em 1em;
  width: 100%;
  font-size: 0.6667em;
}
@media (min-width: 768px) {
  .modal-footer .btn {
    font-size: 1em;
  }
}
.modal-footer .btn:first-child {
  background-color: #F5F9F9;
  color: #739596;
}
@media (min-width: 768px) {
  .modal-footer .btn:first-child:hover {
    background-color: #e5efef;
  }
  .modal-footer .btn:first-child:active {
    color: #739596;
  }
}

@media (min-width: 768px) {
  .oneclick .form__row {
    margin-bottom: 1.25em;
  }
}

@media (min-width: 768px) {
  .onlyphone .modal-form {
    margin-top: 2.25em;
  }
}
@media (min-width: 768px) {
  .onlyphone .form__row {
    margin-bottom: 1.25em;
  }
}

@media (min-width: 768px) {
  .download .modal-form {
    margin-top: 2.5em;
  }
}
.download .modal-title {
  margin: 0 -1em;
}

@media (min-width: 768px) {
  .addedcart .modal-dialog {
    width: 46.875em;
  }
}
@media (min-width: 768px) {
  .addedcart .modal-content {
    padding: 4.375em;
  }
}
.addedcart .modal-header {
  text-align: left;
}
.addedcart .modal-title {
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .addedcart .modal-title {
    font-size: 1.5em;
  }
}
.addedcart .catalog-item {
  border: 0.0625em solid #F5F9F9;
  border-radius: 1.25em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.75em;
  padding: 0.75em;
}
@media (min-width: 768px) {
  .addedcart .catalog-item {
    margin-top: 2em;
    padding: 1.25em;
  }
}
.addedcart .catalog-item.sale .catalog-price {
  margin-top: 0.5em;
}
.addedcart .catalog-item.sale .catalog-price ins bdi {
  color: #FF2334;
}
.addedcart .catalog-img {
  width: 6em;
  height: 6em;
  border-radius: 0.75em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .addedcart .catalog-img {
    width: 7.5em;
    height: 7.5em;
  }
}
.addedcart .catalog-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  letter-spacing: 0.02em;
}
.addedcart .catalog-price bdi {

  color: #26331C;
  font-weight: 700;
  font-size: 1.325em;
}
@media (min-width: 768px) {
  .addedcart .catalog-price bdi {
    font-size: 1.25em;
  }
}
.addedcart .catalog-price .woocommerce-Price-currencySymbol {
  font-size: 0.67em;
}
.addedcart .catalog-price del {
  order: 1;
  text-decoration: none;
}
.addedcart .catalog-price del bdi {
  position: relative;
  display: block;
  overflow: hidden;
  color: #ADCACB;
  font-size: 1em;
  font-weight: 400;
  font-family: "Montserrat";
  margin-left: 0.75em;
}
.addedcart .catalog-price del bdi:after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 2em;
  width: 100%;
  height: 0.025em;
  background-color: #ADCACB;
}
.addedcart .catalog-price ins {
  text-decoration: none;
}
@media (min-width: 768px) {
  .addedcart .catalog-price {
    order: 1;
  }
}
.addedcart .catalog-info {
  letter-spacing: 0.02em;
  width: 100%;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .addedcart .catalog-info {
    margin-top: 0;
    margin-left: -1em;
    width: 15.25em;
  }
}
.addedcart .catalog-title {
  font-weight: 700;
  
  color: #26331C;
  line-height: 1.5;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .addedcart .catalog-title {
    font-size: 1em;
  }
}
.addedcart .catalog-boolean {
  color: var(--knopka_katalog);
  line-height: 1.4;
  margin-top: 0.25em;
  font-size: 0.625em;
}
@media (min-width: 768px) {
  .addedcart .catalog-boolean {
    margin-top: 0.58em;
    font-size: 0.875em;
  }
}
.addedcart .catalog-boolean:before {
  content: "";
  font-family: "icon";
  font-size: 0.375em;
  display: inline-block;
  transform: translateY(-0.5em);
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  .wait .modal-dialog {
    width: 59.375em;
  }
}
.wait .modal-content {
  background-image: url("../img/wait.webp");
}
@media (max-width: 767px) {
  .wait .modal-content {
    background-position: inherit;
  }
}
@media (min-width: 768px) {
  .wait .modal-content {
    padding: 4.375em;
  }
}
.wait .modal-header {
  text-align: left;
}
@media (min-width: 768px) {
  .wait .modal-header {
    width: 28.75em;
  }
}
@media (min-width: 768px) {
  .wait .modal-form {
    margin-top: 4.25em;
    width: 24.375em;
  }
}
.wait .modal-form .form input:not([type]),
.wait .modal-form .form input[type=date],
.wait .modal-form .form input[type=email],
.wait .modal-form .form input[type=number],
.wait .modal-form .form input[type=password],
.wait .modal-form .form input[type=search],
.wait .modal-form .form input[type=tel],
.wait .modal-form .form input[type=text],
.wait .modal-form .form input[type=url],
.wait .modal-form .form textarea {
  border: 0;
}
.wait .modal-form .form .form__row {
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .checkouterror .modal-content {
    padding: 4.375em 3em;
  }
}

.swiper__dotted {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0.375em !important;
}
@media (min-width: 768px) {
  .swiper__dotted {
    bottom: 1.375em !important;
  }
}
.swiper__dotted .swiper-pagination-bullet {
  background-color: #ADCACB;
  opacity: 1;
  border-radius: 50%;
  width: 0.25em;
  height: 0.25em;
  transform: scale(1);
  transition: 0.3s;
  margin-left: 0.1875em !important;
  margin-right: 0.1875em !important;
}
@media (min-width: 768px) {
  .swiper__dotted .swiper-pagination-bullet {
    width: 0.625em;
    height: 0.625em;
    margin-left: 0.375em !important;
    margin-right: 0.375em !important;
  }
}
.swiper__dotted .swiper-pagination-bullet-active {
  background-color: var(--knopka_katalog);
  transform: scale(1.2);
}

.swiper__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 18.75em;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .swiper__arrows {
    width: 111.875em;
    z-index: 0;
  }
}
.swiper__arrows i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375em;
  height: 4.375em;
  border: 0.0625em solid;
  border-radius: 100%;
  background-color: #ffffff;
  border-color: var(--knopki);
  color: var(--knopki);
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  font-size: 0.35em;
}
@media (min-width: 768px) {
  .swiper__arrows i {
    font-size: 1em;
  }
}
.swiper__arrows i:before {
  font-size: 0.875em;
}
.swiper__arrows i:hover {
  color: #ffffff;
  background-color: var(--knopki);
}

/* start css fancybox */
.fancybox-bg {
  background-color: rgba(16, 21, 12, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.fancybox-infobar {
  display: none;
}

.fancybox-button div {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0.75em;
  background-color: transparent;
}
.fancybox-navigation .fancybox-button--arrow_left:before,
.fancybox-navigation .fancybox-button--arrow_right:before {
  font-family: "icon";
  font-size: 2em;
  transition: 0.3s;
  color: #E9B80C;
}
@media (min-width: 768px) {
  .fancybox-navigation .fancybox-button--arrow_left:before,
.fancybox-navigation .fancybox-button--arrow_right:before {
    font-size: 3em;
  }
}

.fancybox-navigation .fancybox-button--arrow_left:before {
  content: "";
}

.fancybox-navigation .fancybox-button--arrow_right:before {
  content: "";
}

.fancybox-button--close {
  background-color: transparent;
  width: auto;
  height: auto;
}
.fancybox-button--close svg {
  display: none;
}
.fancybox-button--close:before {
  content: "";
  font-family: "icon";
  font-size: 1em;
  transition: 0.3s;
  color: #E9B80C;
}
@media (min-width: 768px) {
  .fancybox-button--close:before {
    font-size: 2em;
  }
}

.fancybox-button--zoom,
.fancybox-button--thumbs,
.fancybox-button--play {
  display: none !important;
}

button.fancybox-button--zoom {
  display: none;
}

/* end css fancybox */

.form {
  /* Для Chrome */
  /* Для Firefox */
}
.form_grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375em;
}
.form_grid .form__row {
  margin: 0 0.9375em 0.5em;
  width: 100%;
}
@media (min-width: 768px) {
  .form_grid .form__row {
    margin: 0 0.9375em 1em;
    width: calc(50% - 1.875em);
  }
}
.form_grid .form__row_full {
  width: 100%;
}
.form__row {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .form__row {
    margin-bottom: 1em;
  }
}
.form__row .btn,
.form__row input:not([type]),
.form__row input[type=date],
.form__row input[type=email],
.form__row input[type=number],
.form__row input[type=password],
.form__row input[type=search],
.form__row input[type=tel],
.form__row input[type=text],
.form__row input[type=url],
.form__row textarea {
  width: 100%;
}
.form__row textarea {
  min-height: 6em;
  resize: vertical;
}
.form .mb_0 {
  margin-bottom: 0;
}
.form__label {
  margin-left: 1.25em;
  font-size: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .form__label {
    font-size: 0.875em;
    margin-bottom: 0.5714em;
  }
}
.form__label_hide {
  opacity: 0;
  visibility: hidden;
}
.form__check {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form__check span {
  font-size: 0.5em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .form__check span {
    font-size: 0.75em;
  }
}
.form__check span a {
  position: relative;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
}
.form__check span a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: 0.125em;
  border-bottom: 0.0625em solid;
  border-color: inherit;
}
@media (min-width: 768px) {
  .form__check span a:after {
    transition: width 0.3s;
  }
}
@media (min-width: 768px) {
  .form__check span a:hover:after {
    width: 80%;
  }
}
.form__file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5em;
  padding-left: 1.875em;
  border-radius: 5em;
  border: 0.0625em solid rgba(173, 202, 203, 0.3);
  background-color: #ffffff;
  color: #ADCACB;
  cursor: pointer;
  font-size: 0.725em;
}
@media (min-width: 768px) {
  .form__file {
    font-size: 1em;
  }
}
.form__file input {
  display: none;
  overflow: visible;
  outline: 0;
  margin: 0;
}
.form__file .form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.25em;
  height: 100%;
  border-top-right-radius: 5em;
  border-bottom-right-radius: 5em;
  background-color: var(--knopka_katalog);
  color: #ffffff;
}
.form .btn {
  font-size: 0.875em;
  padding: 1.358em 1.125em;
	background-color: var(--knopki);
	  color: var(--knopka_katalog_2);
}
@media (min-width: 768px) {
  .form .btn {
    font-size: 1em;
    padding: 1.907em 1em;
	  background-color: var(--knopki);
	  color: var(--knopka_katalog_2);
  }
}
.form input:not([type]),
.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=search],
.form input[type=tel],
.form input[type=text],
.form input[type=url],
.form textarea {
  background-color: #ffffff;
  border: 0;
  font-family: "Montserrat";
  color: #26331C;
  font-weight: 400;
  letter-spacing: 0.02em;
  outline: none;
  transition: 0.3s;
  font-size: 0.875em;
  padding: 1.358em 1.125em;
  border-radius: 4.5em;
}
@media (min-width: 768px) {
  .form input:not([type]),
.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=search],
.form input[type=tel],
.form input[type=text],
.form input[type=url],
.form textarea {
    font-size: 1em;
    padding: 1.907em 1.75em;
    border-radius: 4em;
  }
}
.form input:not([type]).invalid,
.form input[type=date].invalid,
.form input[type=email].invalid,
.form input[type=number].invalid,
.form input[type=password].invalid,
.form input[type=search].invalid,
.form input[type=tel].invalid,
.form input[type=text].invalid,
.form input[type=url].invalid,
.form textarea.invalid {
  color: red;
}
.form input:not([type])::-webkit-input-placeholder,
.form input[type=date]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=number]::-webkit-input-placeholder,
.form input[type=password]::-webkit-input-placeholder,
.form input[type=search]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder,
.form input[type=text]::-webkit-input-placeholder,
.form input[type=url]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #739596;
}
.form input:not([type]):-moz-placeholder,
.form input[type=date]:-moz-placeholder,
.form input[type=email]:-moz-placeholder,
.form input[type=number]:-moz-placeholder,
.form input[type=password]:-moz-placeholder,
.form input[type=search]:-moz-placeholder,
.form input[type=tel]:-moz-placeholder,
.form input[type=text]:-moz-placeholder,
.form input[type=url]:-moz-placeholder,
.form textarea:-moz-placeholder {
  color: #739596;
}
.form input:not([type])::-moz-placeholder,
.form input[type=date]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=number]::-moz-placeholder,
.form input[type=password]::-moz-placeholder,
.form input[type=search]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder,
.form input[type=text]::-moz-placeholder,
.form input[type=url]::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #739596;
}
.form input:not([type]):-ms-input-placeholder,
.form input[type=date]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=text]:-ms-input-placeholder,
.form input[type=url]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #739596;
}
.form input[type=search]::-webkit-search-cancel-button,
.form input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
.form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.form input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.form input[type=checkbox],
.form input[type=radio] {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 1.25em;
  width: 1.25em;
  border-radius: 100%;
  color: var(--knopka_katalog);
  background: 0 0;
  background-color: var(--knopka_katalog);
  border: 0.0625em solid;
  font-size: 1em;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  text-align: center;
  position: relative;
  margin-right: 0.75em;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .form input[type=checkbox],
.form input[type=radio] {
    margin-left: 1.25em;
  }
}
.form input[type=checkbox]:not(:disabled), .form input[type=checkbox]:not(:disabled),
.form input[type=radio]:not(:disabled),
.form input[type=radio]:not(:disabled) {
  cursor: pointer;
}
.form input[type=checkbox]:before, .form input[type=checkbox]:before,
.form input[type=radio]:before,
.form input[type=radio]:before {
  display: block;
}
.form input[type=checkbox]:disabled, .form input[type=checkbox]:disabled,
.form input[type=radio]:disabled,
.form input[type=radio]:disabled {
  color: #ddd;
}
.form input[type=checkbox]:checked:before, .form input[type=checkbox]:indeterminate:before {
  content: "";
  font-family: "icon";
  color: #ffffff;
  font-size: 0.4em;
}
.form input[type=checkbox]:indeterminate:before {
  content: "";
}
.form input[type=checkbox]:disabled:checked:before, .form input[type=checkbox]:disabled:indeterminate:before {
  color: #aaa;
}

.select2 {
  font-size: 0.7em;
}
@media (min-width: 768px) {
  .select2 {
    font-size: 1em;
  }
}
.select2-hidden-accessible {
  display: none;
}
.select2-search__field {
  display: none;
}
.select2-container span {
  display: block;
}
.form__row .select2-container {
  width: 100% !important;
}
.select2-container--open {
  z-index: 1050;
}
.select2-container--default .select2-results__options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select2-container--default .select2-results__option {
  padding: 1.5em 1.6em;
  cursor: pointer;
  color: #1C1C1C;
  font-size: 0.625em;
}
@media (min-width: 768px) {
  .select2-container--default .select2-results__option {
    font-size: 0.875em;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(135, 193, 89, 0.7);
  color: #ffffff;
}
.select2-container--default .select2-results__option--selected {
  background: #87c159;
  color: #ffffff;
}
.select2-container--default .select2-dropdown {
  overflow: hidden;
  position: absolute;
  background-color: #ffffff;
  margin-top: 0.5em;
  border-top: 0;
  box-shadow: 0 2.1875em 4.6875em rgba(128, 125, 125, 0.15);
  border-radius: 1.5em;
}
.select2-container--default .select2-selection {
  background: #ffffff;
  border: none;
  font-family: "Montserrat";
  color: #26331C;
  outline: none;
  font-weight: 400;
  border-radius: 4em;
  transition: 0.3s;
  transition-property: color background border;
  width: 100%;
  height: auto;
  position: relative;
  padding: 2em 2.25em 2em 1.75em;
  font-size: 1em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  line-height: 1;
  padding: 0;
  color: #26331C;
}
.select2-container--default .select2-selection--single .select2-selection__rendered i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  right: 0;
  width: 2em;
  height: 2em;
  font-size: 1em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered i.icon_telegram {
  background-color: #05A0EB;
}
.select2-container--default .select2-selection--single .select2-selection__rendered i.icon_viber {
  background-color: #976FCC;
}
.select2-container--default .select2-selection--single .select2-selection__rendered i.icon_whatsapp {
  background-color: #12C868;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 2.5em;
  color: #739596;
  right: 15em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  display: inline-block;
  content: "";
  font-family: "icon";
  font-size: 0.375em;
  transform: scale(1) translateY(-0.25em);
  transition: 0.3s;
}
.select2-container--default.select2-container--open {
  z-index: 1050;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  padding-bottom: 0;
  color: #739596;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  transform: scale(-1) translateY(0.3em);
}

.collapse__body {
  display: none;
}
.collapse__body.open {
  display: block;
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.875em 1.375em;
  background-color: #F5F9F9;
  border-radius: 2.5em;
  font-size: 0.5em;
  /* Для Chrome */
  /* Для Firefox */
}
@media (min-width: 768px) {
  .quantity {
    font-size: 1em;
  }
}
.quantity__btn {
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  color: #058240;
  padding: 0;
  line-height: 1;
  transition: 0.3s;
  font-size: 1em;
}
.quantity__btn:disabled {
  color: #ADCACB;
  cursor: not-allowed;
}
.quantity__btn:before {
  display: inline-block;
  font-family: "icon";
  padding: 0.3125em 0.25em;
  font-size: 0.875em;
}
.quantity__btn.quantity_minus:before {
  content: "";
}
.quantity__btn.quantity_plus:before {
  content: "";
}
.quantity__input {
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat";
  color: #26331C;
  font-weight: 400;
  letter-spacing: 0.02em;
  outline: none;
  transition: 0.3s;
  font-size: 1.25em;
  padding: 0;
  width: 100%;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.collaterals {
  background-color: #F5F9F9;
  border-radius: 1.5em;
  padding: 0.9375em;
}
@media (min-width: 768px) {
  .collaterals {
    padding: 2.5em;
  }
}
.collaterals__title {
  border-bottom: 0.0625em solid rgba(173, 202, 203, 0.5);
  padding-bottom: 0.625em;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .collaterals__title {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
}
.collaterals__title span {
  letter-spacing: 0.02em;
  font-weight: 600;

  font-size: 1.1em;
}
@media (min-width: 768px) {
  .collaterals__title span {
    font-size: 1.75em;
  }
}
.collaterals__list {
  border-bottom: 0.0625em solid rgba(173, 202, 203, 0.5);
  padding-bottom: 0.625em;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .collaterals__list {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
}
.collaterals__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.02em;
  margin-bottom: 0.625em;
  line-height: 1.67;
}
.collaterals__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .collaterals__item {
    margin-bottom: 1.5em;
    line-height: 1.2;
  }
}
.collaterals__label {
  color: #739596;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .collaterals__label {
    font-size: 1.125em;
  }
}
.collaterals__choice {
  font-weight: 600;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .collaterals__choice {
    font-size: 1.125em;
  }
}
.collaterals__choice.sell {
  color: #FF2334;
}
.collaterals__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0625em solid rgba(173, 202, 203, 0.5);
  margin-bottom: 1.375em;
  padding-bottom: 1.375em;
}
@media (min-width: 768px) {
  .collaterals__total {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
}
.collaterals__total > span,
.collaterals__total bdi {
  letter-spacing: 0.02em;
  font-weight: 600;

  font-size: 1em;
}
@media (min-width: 768px) {
  .collaterals__total > span,
.collaterals__total bdi {
    font-size: 1.5em;
  }
}

.collaterals__paymentMethod span {
  letter-spacing: 0.02em;
  font-weight: 600;

  font-size: 1em;
}
@media (min-width: 768px) {
  .collaterals__paymentMethod span {
    font-size: 1.5em;
  }
}



.collaterals__btn {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .collaterals__btn {
    margin-bottom: 1em;
  }
}
.collaterals__btn .btn {
  width: 100%;
}
.collaterals__info {
  letter-spacing: 0.02em;
  color: #ADCACB;
  line-height: 1.7;
  font-size: 0.625em;
}
@media (min-width: 768px) {
  .collaterals__info {
    font-size: 0.875em;
  }
}
.collaterals__info a {
  font-size: 1em;
  color: #ADCACB;
}