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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, #csv-upload-form input[type=submit],
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, #csv-upload-form input[type=submit],
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, #csv-upload-form input[type=submit],
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, #csv-upload-form input[type=submit],
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, #csv-upload-form input[type=submit]:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* $h1: 2.61rem;
$h2: 4.209rem;
$h3: 3.157rem;
$h4: 2.3969rem;
$h5: 1.777rem;
$h6: 1.333rem;
$p: 1rem;
$small: 0.75rem; */
/*  
$main: #82cd00;
$bg: #1d1d1f;
$text: #fafafa;
$white: #fff;

 */
/* 

$main: #097d7d;
$bg: #1d1d1f;
$text: #fafafa;
$white: #fff;

 */
.grid-wrapper {
  position: fixed;
  z-index: 888;
  height: 100%;
  width: 100%;
  top: 0;
  pointer-events: none;
  /* Устанавливаем количество колонок в системе сетки */
  /* Устанавливаем ширину промежутков между колонками */
  display: none;
}
.grid-wrapper .container, .grid-wrapper .content-area {
  height: 100%;
}
.grid-wrapper .grid {
  height: 100%;
  width: 100%; /* Ширина контейнера занимает всю доступную ширину */
  margin-right: auto; /* Выравниваем контейнер по центру по горизонтали */
  margin-left: auto;
  padding-right: 0.5rem; /* Добавляем отступы справа контейнера */
  padding-left: 0.5rem; /* Добавляем отступы слева контейнера */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Учитываем отступы внутри ширины контейнера */
}
.grid-wrapper .row {
  margin-right: -0.5rem; /* Компенсируем отступы справа строки */
  margin-left: -0.5rem; /* Компенсируем отступы слева строки */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Используем flexbox для распределения колонок */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Разрешаем перенос колонок на новую строку при необходимости */
  height: 100%;
}
.grid-wrapper .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%; /* Устанавливаем ширину каждой колонки */
  max-width: 8.3333333333%; /* Устанавливаем максимальную ширину для каждой колонки */
  padding-right: 0.5rem; /* Добавляем отступы справа каждой колонки */
  padding-left: 0.5rem; /* Добавляем отступы слева каждой колонки */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Учитываем отступы внутри ширины колонок */
  height: 100%;
}
.grid-wrapper .col:nth-child(2n) {
  background: rgba(0, 0, 255, 0.4); /* Цвет фона колонок для четных по счету (синий с прозрачностью 0.2) */
}
.grid-wrapper .col:nth-child(2n+1) {
  background: rgba(255, 0, 0, 0.4); /* Цвет фона колонок для нечетных по счету (красный с прозрачностью 0.2) */
}

.h1em {
  height: 1rem;
}

.h2em {
  height: 2rem;
}

.h3em {
  height: 3rem;
}

.h4em {
  height: 4rem;
}

.h5em {
  height: 5rem;
}

.h6em {
  height: 6rem;
}

.h7em {
  height: 7rem;
}

.h8em {
  height: 8rem;
}

.h9em {
  height: 9rem;
}

.h10em {
  height: 10rem;
}

html {
  font-size: 16px;
  font-size: 87.5%;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  color: #131313;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #f1f1f1;
  padding-top: 15.7rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
}
body.admin-bar {
  padding-top: 10.6rem;
}
body.admin-bar .header {
  top: 2rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.15;
  letter-spacing: -0.024em;
  font-weight: 700;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #00704E;
  border-radius: 2.5px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #00704E;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.56rem;
  font-size: 1rem;
  color: #131313;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  p {
    font-size: 0.75rem;
  }
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  font-weight: 700;
}

input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}

input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}

input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}

input::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}

input::placeholder {
  font-family: "Montserrat", sans-serif;
}

select {
  font-family: "Montserrat", sans-serif;
}

h1, .h1 {
  color: #131313;
  font-size: 2.027rem;
  font-style: normal;
  margin-bottom: 1.56rem;
}
h1 span, .h1 span {
  color: #00704E;
}
@media (max-width: 1000px) {
  h1 br, .h1 br {
    display: none;
  }
}
h2 {
  margin-bottom: 2rem;
}

h3 {
  margin-bottom: 1rem;
}

.container, .content-area, .site-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1720px;
  padding: 0 1rem;
}
@media (max-width: 1720px) {
  .container, .content-area, .site-main {
    width: 100%;
  }
}

.site-main {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon svg {
  margin-right: 0.5em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.jc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-space {
  width: 1rem;
}

.hide {
  display: none;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  padding: 1.25rem 3.12rem;
  background-color: #3b8a9d;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 0.9375rem;
  cursor: pointer;
  white-space: nowrap;
  /* &.color-2 {
     background-color: $color-2;
   }
   &.color-3 {
     background-color: $color-3;
   }
   &.color-4 {
     background-color: $color-4;
   }
   &.color-5 {
     background-color: $color-5;
   }
   &.color-6 {
     background-color: $color-6;
   } */
}
.btn:hover {
  background-color: #6ca7b6;
}
.btn.color-1 {
  background-color: #fff;
  color: #3b8a9d;
  border: 1px solid #3b8a9d;
}

@media (max-width: 900px) {
  /*  h1 {
      font-size: 1.8rem; // установка размера шрифта h1
    }

    h2 {
      font-size: 1.44rem; // установка размера шрифта h2
    }

    h3 {
      font-size: 1.16rem; // установка размера шрифта h3
    }

    h4 {
      font-size: 0.96rem; // установка размера шрифта h4
    }

    h5 {
      font-size: 0.84rem; // установка размера шрифта h5
    }

    h6 {
      font-size: 0.64rem; // установка размера шрифта h6
    } */
}
@media (max-width: 600px) {
  /*   h1 {
    font-size: 1.44rem; // установка размера шрифта h1 (уменьшено на 20%)
    }

    h2 {
      font-size: 1.296rem; // установка размера шрифта h2 (уменьшено на 20% и затем еще на 10%)
    }

    h3 {
      font-size: 1.044rem; // установка размера шрифта h3 (уменьшено на 20% и затем еще на 10%)
    }

    h4 {
      font-size: 0.864rem; // установка размера шрифта h4 (уменьшено на 20% и затем еще на 10%)
    }

    h5 {
      font-size: 0.756rem; // установка размера шрифта h5 (уменьшено на 20% и затем еще на 10%)
    }

    h6 {
      font-size: 0.576rem; // установка размера шрифта h6 (уменьшено на 20% и затем еще на 10%)
    } */
}
.mobile {
  display: none;
}
@media (max-width: 1000px) {
  .mobile {
    display: block;
  }
}

.bg-white {
  background: #fff;
}

section {
  padding: 2rem 0;
}

.alg-wc-wl-tablink.active {
  text-decoration: underline;
}

.content-area {
  background: #fff;
  border-radius: 10px;
  padding: 0;
}
.content-area.no-flex {
  display: block !important;
}

.single-product .content-area .site-main {
  width: 100% !important;
}

button, #csv-upload-form input[type=submit] {
  background: #00704E;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
button:hover, #csv-upload-form input[type=submit]:hover {
  opacity: 0.85;
}
button.button-red, #csv-upload-form input.button-red[type=submit], button.wpfClearButton, #csv-upload-form input.wpfClearButton[type=submit] {
  background: #BE0B36;
}

.term-description {
  font-size: 1rem;
  padding: 0 0 2rem;
}
.term-description p {
  font-size: 1rem;
}

.woocommerce-info {
  border-top-color: #00704E;
}

.woocommerce-info::before {
  color: #00704E !important;
}

.product-categories {
  list-style: disc;
}
.product-categories ul {
  margin-top: 1rem;
}
.product-categories li {
  list-style: disc;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.bg1 {
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.bg1:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4666666667);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.bg1 .container, .bg1 .content-area {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg1 .container h1, .bg1 .content-area h1 {
  color: #fff;
  margin-bottom: 2rem;
}
.bg1 .container p, .bg1 .content-area p {
  font-size: 1.602rem;
  color: #fff;
}
.bg1 .area {
  width: 100%;
  padding-top: 15%;
}

.index-1 .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 0;
}
@media (max-width: 1000px) {
  .index-1 .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-1 .area p {
  font-size: 1.424rem;
}
.index-1 .area h2 {
  font-size: 2.027rem;
}
.index-1 .area .text {
  width: 45%;
}
@media (max-width: 1000px) {
  .index-1 .area .text {
    width: 100%;
  }
}
.index-1 .area .img {
  width: 45%;
}
@media (max-width: 1000px) {
  .index-1 .area .img {
    width: 100%;
  }
}

.main-services {
  color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: rgba(38, 45, 54, 0.9);
}

/* .main-services:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(38,45,54,0.9)
}
 */
.main-services h2 {
  color: #fff;
  font-size: 2.027rem !important;
  margin-bottom: 4rem !important;
  text-align: center;
}
.main-services .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3em 2%;
}
.main-services .items .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding: 2.8em 1em 5.5em;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  overflow: visible !important;
}
.main-services .items .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 2.6em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-services .items .item .icon:before, .main-services .items .item .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 30%;
  background: #fff;
}
.main-services .items .item .icon:before {
  left: 0;
}
.main-services .items .item .icon:after {
  right: 0;
}
.main-services .items .item .textblock {
  padding: 2rem 2rem 6rem;
  font-size: 1.602rem;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.3;
  color: #fff;
}
.main-services .items .item .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1em 2em;
}
.main-services .items .item .button-container .btn {
  background: #00704E !important;
  font-size: 1.424rem;
  padding: 1rem;
}
.main-services .items .item .button-container .btn:hover {
  opacity: 0.95;
}
@media (max-width: 1199px) {
  .main-services .items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  .main-services .items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.main-advantages {
  padding: 2rem 0 0rem;
}
.main-advantages h2 {
  font-size: 2.027rem !important;
}
.main-advantages .subtitle {
  font-size: 1.424rem !important;
  margin-bottom: 3rem;
}
.main-advantages .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 599px) and (min-width: 420px) {
  .main-advantages .items {
    margin: 0 auto;
    max-width: 85%;
  }
}
.main-advantages .items .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  margin-bottom: 3rem;
  padding: 1rem 2rem;
}
@media (max-width: 599px) {
  .main-advantages .items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 1em 0.5em;
  }
}
.main-advantages .items .item .imageblock {
  margin-bottom: 0.75em;
  padding-bottom: 5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-advantages .items .item .text {
  font-size: 1.424rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 599px) {
  .main-advantages .items .item .text {
    font-size: 1.2em;
  }
}
@media (max-width: 499px) {
  .main-advantages .items .item .text {
    font-size: 1.3em;
  }
}

.index-news .container, .index-news .content-area {
  padding: 4rem 0;
}
@media (max-width: 1000px) {
  .index-news .container, .index-news .content-area {
    padding: 0rem 1rem;
  }
}
.index-news .container h2, .index-news .content-area h2 {
  text-align: left;
  font-size: 2.027rem;
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  .index-news .container h2, .index-news .content-area h2 {
    font-size: 1.802rem;
  }
}
.index-news .container .subtitle, .index-news .content-area .subtitle {
  text-align: left;
  font-size: 1.602rem;
  margin-bottom: 5rem;
}
@media (max-width: 1000px) {
  .index-news .container .subtitle, .index-news .content-area .subtitle {
    font-size: 1.424rem;
  }
}
.index-news .container .blog-list, .index-news .content-area .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-news .container .blog-list .item, .index-news .content-area .blog-list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
  text-align: center;
  background: #f5f5f5;
}
@media (max-width: 1000px) {
  .index-news .container .blog-list .item, .index-news .content-area .blog-list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.index-news .container .blog-list .item .blog-image, .index-news .content-area .blog-list .item .blog-image {
  width: 100%;
  height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.index-news .container .blog-list .item .blog-title, .index-news .content-area .blog-list .item .blog-title {
  font-size: 1.424rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 1000px) {
  .index-news .container .blog-list .item .blog-title, .index-news .content-area .blog-list .item .blog-title {
    font-size: 1.424rem;
  }
}
.index-news .container .blog-list .item .blog-excerpt, .index-news .content-area .blog-list .item .blog-excerpt {
  font-size: 1.266rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.index-news .container .newslink-container, .index-news .content-area .newslink-container {
  padding-top: 2rem;
}

.main-partnership {
  background: #00704E;
}

.main-textimage .columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-textimage .columns .textblock {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.main-textimage .columns .textblock .button-container {
  margin-top: 2em;
}
@media (max-width: 991px) {
  .main-textimage .columns .textblock {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 2em;
  }
}
.main-textimage .columns .imageblock {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.main-textimage .columns .imageblock img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .main-textimage .columns .imageblock {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.main-textimage.main-partnership {
  padding-bottom: 0.5em;
  background: #00704E;
  padding: 3rem 0 0;
}
.main-textimage.main-partnership h2 {
  margin-bottom: 0.6em;
  color: #fff;
}
.main-textimage.main-partnership .textblock {
  padding-top: 4em;
  color: #fff;
}
@media (max-width: 1000px) {
  .main-textimage.main-partnership .textblock {
    padding: 0 1rem;
  }
}
.main-textimage.main-partnership .text {
  color: #fff;
}
.main-textimage.main-partnership .text p {
  color: #fff;
  font-size: 1.602rem;
}
@media (max-width: 1000px) {
  .main-textimage.main-partnership .text p {
    font-size: 1.424rem;
  }
}
.main-textimage.main-partnership .button-container .btn {
  background: #5dcd9f;
  font-size: 1.602rem;
}
@media (max-width: 1000px) {
  .main-textimage.main-partnership .button-container .btn {
    font-size: 1.424rem;
  }
}
.main-textimage.main-partnership .button-container .btn:hover, .main-textimage.main-partnership .button-container .btn:focus {
  background: #84d9b6;
}
@media (max-width: 991px) {
  .main-textimage.main-partnership .columns .textblock {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 3em;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .main-textimage.main-partnership .columns .imageblock {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    max-width: 30em;
  }
}

.main-about {
  background: rgba(38, 45, 54, 0.9);
  padding: 3rem 0;
}
.main-about h2 {
  text-align: center;
  color: #fff;
  font-size: 2.027rem !important;
  margin-bottom: 4rem;
}
.main-about .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3em 2%;
}
.main-about .items .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding: 1em;
  overflow: visible !important;
}
@media (max-width: 1000px) {
  .main-about .items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.main-about .items .item .textblock {
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
  font-size: 1.424rem;
}

.inner-page {
  padding-top: 2rem;
}

.page-single {
  min-height: calc(100vh - 25rem);
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.columns .column-one {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  width: calc(100% / 12 * 9 - 1rem);
}
@media (max-width: 1050px) {
  .columns .column-one {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
    width: calc(100% / 12 * 12 - 1rem);
  }
}
.columns .column-two {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  width: calc(100% / 12 * 3 - 1rem);
}
@media (max-width: 1050px) {
  .columns .column-two {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
    width: calc(100% / 12 * 12 - 1rem);
  }
}
.columns .column-full {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  width: calc(100% / 12 * 12 - 1rem);
}
.columns .column-two-left {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  width: calc(100% / 12 * 2 - 1rem);
}
@media (max-width: 1050px) {
  .columns .column-two-left {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
    width: calc(100% / 12 * 12 - 1rem);
  }
}
.columns .column-one-big {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  width: calc(100% / 12 * 10 - 1rem);
}
@media (max-width: 1050px) {
  .columns .column-one-big {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
    width: calc(100% / 12 * 12 - 1rem);
  }
}
.map-location-selector {
  position: absolute;
  right: 10px;
  top: 50px;
  background: #fff;
  z-index: 20;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
}

@media (min-width: 2561px) {
  .map-location-selector {
    top: 6%;
  }
}
@media (max-width: 900px) {
  .map-location-selector {
    left: 0;
    top: 0;
    width: 100%;
  }
}
.map-location-selector .list {
  display: none;
}

@media (min-width: 901px) {
  .map-location-selector .list {
    display: block;
  }
}
.map-location-selector.active .list {
  display: block;
}

.map-location-selector .title, .map-location-selector a {
  padding: 0.5em 0.75em;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media (min-width: 2561px) {
  .map-location-selector .title, .map-location-selector a {
    font-size: 0.48vw;
  }
}
@media (max-width: 900px) {
  .map-location-selector .title, .map-location-selector a {
    font-size: 2rem;
  }
}
.map-location-selector .title {
  position: relative;
  color: #fff;
  background: var(--main-color);
}

.map-location-selector .title span {
  position: relative;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.map-location-selector .title span:before, .map-location-selector .title span:after {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 50%;
  height: 2px;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.map-location-selector .title span:before {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.map-location-selector .title span:after {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 900px) {
  .map-location-selector .title {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .map-location-selector .title span {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    bottom: 10px;
    width: 40px;
  }
  .map-location-selector .title:hover, .map-location-selector .title:focus {
    background: #000a07;
  }
}
.map-location-selector.active .title span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.map-location-selector a {
  display: block;
  color: #fff !important;
  background: #38414b;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.map-location-selector a:hover, .map-location-selector a:focus {
  color: #fff !important;
  background: #000a07;
}

.ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__layout {
  font-size: 2.2rem;
  border-radius: 1.5em;
  color: #54505a;
}

@media (max-width: 3600px) {
  .ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__layout {
    font-size: 2rem;
  }
}
@media (max-width: 3200px) {
  .ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__layout {
    font-size: 1.8rem;
  }
}
@media (max-width: 2560px) {
  .ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__layout {
    font-size: 1.6rem;
  }
}
@media (max-width: 1950px) {
  .ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__layout {
    font-size: 1.3rem;
  }
}
.ymaps-2-1-79-balloon {
  text-align: center;
}

.ymaps-2-1-79-balloon__close-button {
  width: 40px !important;
}

.ymaps-2-1-79-balloon__content {
  padding: 1em 1.3em !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1em !important;
  font-weight: 300 !important;
}

.ymaps-2-1-79-balloon__content p {
  line-height: 1.3em;
}

.ymaps-2-1-79-balloon__content .office-name {
  margin-bottom: 0.25em;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 1.35em;
  font-weight: 700 !important;
}

@media (max-width: 3600px) {
  .ymaps-2-1-79-balloon__content .office-name {
    font-size: 2.2rem;
  }
}
@media (max-width: 3200px) {
  .ymaps-2-1-79-balloon__content .office-name {
    font-size: 2rem;
  }
}
@media (max-width: 2560px) {
  .ymaps-2-1-79-balloon__content .office-name {
    font-size: 1.8rem;
  }
}
@media (max-width: 1950px) {
  .ymaps-2-1-79-balloon__content .office-name {
    font-size: 1.4rem;
  }
}
.ymaps-2-1-79-balloon__content p:last-child {
  margin-bottom: 0;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-76-balloon__content {
  margin-right: 20px !important;
}

.ymaps-2-1-79-balloon__layout {
  border: 1px solid #000;
}

.ymaps-2-1-79-balloon__tail:after {
  border: 1px solid #000;
}

ul.product-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  padding: 0rem;
  margin: 0;
  list-style: none;
}
ul.product-list .product-item {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
ul.product-list .product-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
ul.product-list .product-item a {
  text-decoration: none;
  color: inherit;
}
ul.product-list .product-item img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.product-list .product-item .product-thumbnail {
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}
ul.product-list .product-item h3 {
  font-size: 1.602rem;
  margin-bottom: 1rem;
}
ul.product-list .product-item .price {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
ul.product-list .product-item button.add_to_cart_button, ul.product-list .product-item #csv-upload-form input.add_to_cart_button[type=submit], #csv-upload-form ul.product-list .product-item input.add_to_cart_button[type=submit],
ul.product-list .product-item a.add_to_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  text-align: center;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #00704E;
  border: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.product-list .product-item button.add_to_cart_button:hover, ul.product-list .product-item #csv-upload-form input.add_to_cart_button[type=submit]:hover, #csv-upload-form ul.product-list .product-item input.add_to_cart_button[type=submit]:hover,
ul.product-list .product-item a.add_to_cart_button:hover {
  background-color: #27ae60;
}
ul.product-list .product-item button.add_to_cart_button::before, ul.product-list .product-item #csv-upload-form input.add_to_cart_button[type=submit]::before, #csv-upload-form ul.product-list .product-item input.add_to_cart_button[type=submit]::before,
ul.product-list .product-item a.add_to_cart_button::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}

h2 {
  font-size: 1.802rem;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}

.product .cross-sells {
  padding-bottom: 2rem;
}
.product .more-products {
  padding-bottom: 2rem;
}
.product .upsells {
  padding-bottom: 2rem;
}
.product .analogi-products {
  padding-bottom: 2rem;
}
.product .sale-products {
  padding-bottom: 2rem;
}

ul.products {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
ul.products li.product {
  border: 1px solid #ddd;
  width: calc(20% - 1rem) !important;
  margin: 0 0.5rem 1rem !important;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (max-width: 1600px) {
  ul.products li.product {
    width: calc(25% - 1rem) !important;
  }
}
@media (max-width: 1300px) {
  ul.products li.product {
    width: calc(33.3333333333% - 1rem) !important;
  }
}
@media (max-width: 900px) {
  ul.products li.product {
    width: calc(50% - 1rem) !important;
  }
}
@media (max-width: 550px) {
  ul.products li.product {
    width: calc(100% - 1rem) !important;
  }
}
ul.products li.product .woocommerce-LoopProduct-link {
  width: 100%;
}
ul.products li.product .add-to-wishlist {
  z-index: 2;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
ul.products li.product .add-to-wishlist img {
  max-width: 30px;
  height: auto;
}
ul.products li.product .add-to-wishlist:hover {
  opacity: 0.85;
}
ul.products li.product:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
ul.products li.product .pw_brand_product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  padding-top: 0;
}
ul.products li.product .button {
  display: block;
}
ul.products li.product .button.product_type_simple, ul.products li.product .button {
  width: 100%;
  padding: 1rem;
  background: #00704E;
  color: #fff;
  text-align: center;
  margin: 0;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.products li.product a.woocommerce-LoopProduct-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
ul.products li.product a.woocommerce-LoopProduct-link img {
  display: block;
  width: 100%;
  height: 274px;
  background: #f1f1f1;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  font-size: 1.125rem;
  margin: 1rem;
  font-weight: 600;
}
ul.products li.product a.woocommerce-LoopProduct-link .price {
  font-weight: normal;
  margin: 0 1rem 1rem;
  font-size: 0.889rem;
}
ul.products li.product a.woocommerce-LoopProduct-link .price del {
  opacity: 0.6;
}
ul.products li.product a.woocommerce-LoopProduct-link .price ins {
  font-weight: bold;
  color: #f05050;
}
ul.products li.product a.add_to_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  text-align: center;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #00704E;
  border: none;
  border-radius: 0 0 8px 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.products li.product a.add_to_cart_button:hover {
  background-color: #27ae60;
}
ul.products li.product a.add_to_cart_button::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}

.woocommerce ul.products li.product a {
  font-size: 0.889rem;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-weight: 400;
  padding-bottom: 0;
}

body.home section h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.602rem;
}

.woocommerce-page div.product div.images {
  width: 33.3333333333%;
}
@media (max-width: 1400px) {
  .woocommerce-page div.product div.images {
    width: 100%;
  }
}

.woocommerce-page div.product div.summary {
  width: 50%;
  float: left;
  padding: 0 1rem;
}
@media (max-width: 1400px) {
  .woocommerce-page div.product div.summary {
    width: 58.3333333333%;
  }
}
@media (max-width: 1300px) {
  .woocommerce-page div.product div.summary {
    width: 100%;
    padding: 0;
  }
}

.woocommerce-page .after-summary {
  float: left;
  width: 16.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .woocommerce-page .after-summary {
    width: 100%;
  }
}
.woocommerce-page .after-summary .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-page .after-summary .cart input[type=number] {
  width: 100% !important;
  margin-bottom: 0.5rem;
}
.woocommerce-page .after-summary .cart .quantity {
  display: block !important;
  width: 100%;
}
.woocommerce-page .after-summary .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  padding-bottom: 1rem;
}
.woocommerce-page .after-summary .lists .button {
  width: 100%;
  margin: 0 !important;
  white-space: nowrap;
}

input[type=text], input[type=search] {
  color: var(--Dark, #131313);
  font-family: Montserrat;
  font-size: 1.266rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.25rem 1.56rem;
  border: 0px solid var(--Dark, #131313);
}
@media (max-width: 1000px) {
  input[type=text], input[type=search] {
    color: var(--Dark, #131313);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
input[type=submit] {
  margin-bottom: 0;
  border: 0;
  cursor: pointer;
  padding: 1rem 0;
}

.content-area input[type=text], .content-area input[type=email], .content-area input[type=password], .content-area input[type=search] {
  height: 3rem;
  border-radius: 4px;
}
@media (max-width: 1000px) {
  .content-area input[type=text], .content-area input[type=email], .content-area input[type=password], .content-area input[type=search] {
    color: var(--Dark, #131313);
    font-family: Montserrat;
    font-size: 0.889rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.product-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0rem 0;
}
.product-area .product-images {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  width: calc(100% / 12 * 4 - 1rem);
}
.product-area .product-place {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  width: calc(100% / 12 * 8 - 1rem);
  /* h1 {
    margin-bottom: 1rem;
  }
  .articul {
    font-size: 0.75rem;
    color: $green;
    font-weight: 600;
  } */
}

.product-place h1 {
  font-size: 2.027rem;
  margin-bottom: 1rem;
}
.product-place .articul {
  font-size: 1rem;
  color: #00704E;
  margin-bottom: 0.625rem;
}
.product-place .status {
  margin-bottom: 0.625rem;
}
.product-place .status .in-stock {
  color: #00704E;
  font-weight: bold;
}
.product-place .status .out-of-stock {
  color: red;
  font-weight: bold;
}
.product-place .product-price {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.product-place .product-price del {
  color: #999;
  margin-right: 0.625rem;
}
.product-place .product-price ins {
  font-weight: bold;
}
.product-place .add-to-cart-area {
  margin-bottom: 1rem;
}
.product-place .add-to-cart-area .quantity {
  margin-right: 1rem;
}
.product-place .add-to-cart-area .button-wishlist {
  margin-left: 1rem;
}
.product-place .add-to-cart-area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-place .add-to-cart-area input[type=number] {
  width: 6rem;
  padding: 0.3125rem;
  border: 1px solid #ccc;
  padding: 0.45rem 1rem;
}
.product-place .add-to-cart-area button, .product-place .add-to-cart-area #csv-upload-form input[type=submit], #csv-upload-form .product-place .add-to-cart-area input[type=submit] {
  background-color: #00704E;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.125rem;
  cursor: pointer;
  border-radius: 0.25rem;
}
.product-place .add-to-cart-area button:hover, .product-place .add-to-cart-area #csv-upload-form input[type=submit]:hover, #csv-upload-form .product-place .add-to-cart-area input[type=submit]:hover {
  opacity: 0.75;
}
.product-place .short-description {
  color: #131313;
  font-size: 1rem;
}
.product-place .short-description p {
  font-size: 1rem;
}

.product-other-info {
  font-size: 1rem;
  padding: 1rem 0;
}
.product-other-info h2 {
  margin-bottom: 1rem;
}
.product-other-info p {
  font-size: 1rem;
}
.product-other-info ul li {
  margin-bottom: 0.5rem;
}
.product-other-info .product-attributes > div {
  margin-bottom: 1rem;
}

.page-single.product-page .columns {
  padding: 3rem 0;
}
.page-single.product-page .column-one-half .woocommerce-product-gallery {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.page-single.product-page .column-one-half .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  /*.woocommerce-product-gallery__vwg_video {
    height: 100px !important;
    .video-js {
      width: 50px !important;
      height: 50px !important;
      video {
        width: 50px !important;
        height: 50px !important;
      }
    }
  }*/
}
.page-single.product-page .column-one-half .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-single.product-page .column-one-half .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-single.product-page .column-one-half h1.product_title {
  margin-bottom: 1rem;
}
.page-single.product-page .column-one-half p.price {
  font-size: 1.424rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.page-single.product-page .column-one-half form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-single.product-page .column-one-half form.cart .quantity {
  margin-right: 1rem;
}
.page-single.product-page .column-one-half form.cart .quantity input.qty {
  width: 60px;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
.page-single.product-page .column-one-half form.cart button.single_add_to_cart_button, .page-single.product-page .column-one-half form.cart #csv-upload-form input.single_add_to_cart_button[type=submit], #csv-upload-form .page-single.product-page .column-one-half form.cart input.single_add_to_cart_button[type=submit] {
  background-color: #00704E;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.page-single.product-page .column-one-half form.cart button.single_add_to_cart_button:hover, .page-single.product-page .column-one-half form.cart #csv-upload-form input.single_add_to_cart_button[type=submit]:hover, #csv-upload-form .page-single.product-page .column-one-half form.cart input.single_add_to_cart_button[type=submit]:hover {
  background-color: #003d2a;
}

.woocommerce-product-gallery__vwg_video {
  height: 90px !important;
  width: 90px !important;
  overflow: hidden !important;
}
.woocommerce-product-gallery__vwg_video .vwg_video_js_1-dimensions {
  width: 90px !important;
  height: 90px !important;
}

.vwg_video_js .vjs-big-play-button {
  width: 2em !important;
}

.woocommerce span.onsale {
  background: none !important;
  border-radius: 0 !important;
}

.product .onsale {
  left: inherit !important;
  top: 1rem !important;
  bottom: inherit !important;
  right: 1rem !important;
  position: absolute;
}
.product .onsale svg {
  max-width: 44px;
  height: auto;
}

.woocommerce-product-gallery__wrapper {
  position: relative;
  padding-left: 6.65rem !important;
}
.woocommerce-product-gallery__wrapper .product-gallery-thumbnails {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-product-gallery__wrapper .product-gallery-thumbnails > .woocommerce-product-gallery__image {
  width: 100% !important;
  display: block !important;
  margin-bottom: 0.25rem;
}
.woocommerce-product-gallery__wrapper .product-gallery-thumbnails > .woocommerce-product-gallery__image:hover {
  opacity: 0.85;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1411764706);
}

.button-wishlist {
  margin-left: 1rem !important;
  background: #BE0B36 !important;
  color: #fff !important;
  font-size: 1.266rem !important;
  font-weight: 400 !important;
  padding: 0.85rem 2rem !important;
  border-radius: 4px !important;
}
.button-wishlist:hover {
  opacity: 0.85;
}

.after-summary p {
  margin-bottom: 1rem;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 1rem;
}

.woocommerce div.product form.cart {
  margin-bottom: 1rem;
}

.product-sku {
  padding: 0 1rem 1rem !important;
}
.product-sku:last-child {
  padding-bottom: 0rem;
}

.wb-posted_in {
  margin: 0;
}

.pw_brand_product_list a {
  white-space: nowrap;
}

.product-categories-menu {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
.product-categories-menu h2 {
  padding: 0;
  margin: 0;
  background: #00704E;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.602rem;
  border-radius: 4px 4px 0 0;
}
.product-categories-menu .product-categories {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.product-categories-menu .product-categories li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.product-categories-menu .product-categories > li > a {
  text-decoration: none;
  padding: 1rem;
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.108s;
  transition: 0.108s;
  font-size: 1rem;
  font-weight: 600;
}
.product-categories-menu .product-categories > li ul.children {
  display: none;
}
.product-categories-menu .product-categories > li:hover > a, .product-categories-menu .product-categories > li.current-cat > a, .product-categories-menu .product-categories > li.current_parent_cat > a {
  background: #00704E;
  color: #fff;
  padding-left: 1.5rem;
}
.product-categories-menu .product-categories > li:hover ul.children, .product-categories-menu .product-categories > li.current-cat ul.children, .product-categories-menu .product-categories > li.current_parent_cat ul.children {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}
.product-categories-menu .product-categories > li:hover ul.children > li > a, .product-categories-menu .product-categories > li.current-cat ul.children > li > a, .product-categories-menu .product-categories > li.current_parent_cat ul.children > li > a {
  text-decoration: none;
  padding: 1rem;
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.108s;
  transition: 0.108s;
  font-size: 0.889rem;
  font-weight: 400;
  padding-left: 2.5rem;
}
.product-categories-menu .product-categories > li:hover ul.children > li:hover > a, .product-categories-menu .product-categories > li:hover ul.children > li.current-cat > a, .product-categories-menu .product-categories > li.current-cat ul.children > li:hover > a, .product-categories-menu .product-categories > li.current-cat ul.children > li.current-cat > a, .product-categories-menu .product-categories > li.current_parent_cat ul.children > li:hover > a, .product-categories-menu .product-categories > li.current_parent_cat ul.children > li.current-cat > a {
  padding-left: 2rem;
  font-weight: 600;
}

.phone-block a {
  white-space: nowrap;
}

.woocommerce-result-count {
  color: #00704E;
  font-size: 1rem;
}

.woocommerce .products ul, .woocommerce ul.products {
  margin: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.woocommerce-Price-amount {
  display: block;
  color: #00704E;
  font-size: 1.125rem;
  font-weight: 400;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  padding-bottom: 0;
}

.filters-container {
  width: 100%;
  background: #f1f1f1;
  margin-top: 1rem;
}
.filters-container > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.filters-container > form > .yith-wcan-filter {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  width: calc(100% / 12 * 12 - 1rem);
  padding: 1rem;
  border: 1px solid #00704E;
  background: #fff;
}

.shop-view-buttons {
  float: left;
  margin-right: 1rem;
  font-size: 1.602rem;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.shop-view-buttons a {
  text-decoration: none;
  color: gray;
}
.shop-view-buttons a.active {
  color: #00704E;
}

select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}
select:focus {
  outline: none;
  border-color: #00704E;
  -webkit-box-shadow: 0 0 1rem rgba(0, 112, 78, 0.5);
          box-shadow: 0 0 1rem rgba(0, 112, 78, 0.5);
}
select::-ms-expand {
  display: none;
}
select::after {
  content: " ";
  background-image: url(/wp-content/themes/blankslate/assets/images/svg/arrow.svg);
  width: 8px;
  height: 6px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

ul.products.list {
  display: block;
  margin-right: 0.5rem;
}
ul.products.list li.product {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 0;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}
ul.products.list li.product .onsale {
  left: 1rem !important;
  right: inherit !important;
  margin: 0 !important;
}
ul.products.list li.product table {
  min-width: 220px;
}
ul.products.list li.product .wb-posted_in {
  white-space: nowrap;
}
ul.products.list li.product:last-child {
  border-bottom: none;
}
ul.products.list li.product .button {
  display: none;
}
ul.products.list li.product img {
  width: 100px !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
ul.products.list li.product h2 {
  width: calc(100% - 300px) !important;
  text-align: left;
  padding: 0 !important;
  margin-left: 0 !important;
}
ul.products.list li.product .price {
  margin-bottom: 0 !important;
  white-space: nowrap;
}
ul.products.list li.product .price * {
  white-space: nowrap;
}
ul.products.list li.product .woocommerce-loop-product__title {
  margin-left: 1rem !important;
}
ul.products.list li.product .woocommerce-LoopProduct-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul.products.list li.product .add-to-wishlist {
  position: relative;
  left: inherit;
  top: inherit;
}
ul.products.list li.product .add_to_cart_button {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-area .sidebar {
  padding-left: 1rem;
  width: 16.6666666667%;
}
@media (max-width: 1600px) {
  .content-area .sidebar {
    width: 25%;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .content-area .sidebar .product-categories-menu {
    display: none;
  }
}
.content-area .sidebar .adapt-button {
  display: none;
  background: #00704E;
  color: #fff;
  margin: 1rem auto 1rem;
  border-radius: 0.5rem;
  text-align: center;
  display: block;
  padding: 0.25rem;
  font-size: 1.424rem;
}
@media (max-width: 1000px) {
  .content-area .sidebar .adapt-button {
    display: block;
  }
}
.content-area #main {
  width: 83.3333333333%;
}
@media (max-width: 1600px) {
  .content-area #main {
    width: 75%;
  }
}
@media (max-width: 1000px) {
  .content-area #main {
    width: 100%;
  }
}

.form-wppp-select.products-per-page {
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  margin-left: 0;
  margin-right: 0rem;
}

.wpfCheckboxHier ul.wpfFilterVerScroll li {
  margin-bottom: 0.25rem;
}
.wpfCheckboxHier ul.wpfFilterVerScroll li:last-child {
  margin-bottom: 0;
}

.wpfFilterWrapper[data-filter-type] {
  padding: 0 !important;
  padding: 0 0.5rem !important;
}

.wpfMainWrapper {
  margin-top: 2rem;
  padding: 0.5rem 0 0.5rem;
  background: #efefef;
  border-radius: 4px;
}
.wpfMainWrapper:before {
  content: "";
  display: block;
  /*    content: "ФИЛЬТР";
      text-align: center;
      font-size: $h3;
      font-weight: 700;
      display: block;
      border-radius: 4px;
      background: $green;
      color: #fff;
      padding: 0.5rem;
      margin-left: -0rem;
      margin-top: -1rem;
      width: calc(100% + -1rem);*/
}

#wpfBlock_1:after {
  content: "";
  display: block;
  content: "ФИЛЬТР";
  text-align: center;
  font-size: 1.602rem;
  font-weight: 700;
  display: block;
  border-radius: 4px;
  background: #00704E;
  color: #fff;
  padding: 0.5rem;
  margin-left: 0rem;
  margin-top: 1rem;
  width: calc(100% - 1rem);
}

.product section.related {
  clear: left;
  width: 100%;
  font: none;
}
.product section.related h2 {
  font-size: 1.802rem;
}
.product .share-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 33;
}

/* .woocommerce-pagination {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;

  .page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;

    li {
      margin: 0 0.3rem;
    }

    a,
    span {
      display: block;
      padding: 0.5rem 1rem;
      background-color: #f5f5f5;
      color: #333;
      border: 1px solid #ccc;
      text-decoration: none;
      border-radius: 0.3rem;
      font-weight: bold;

      &.current {
        background-color: #4CAF50;
        color: #fff;
      }

      &.dots {
        cursor: default;
      }

      &.next,
      &.prev {
        font-size: 1.2rem;
      }
    }
  }
} */
@media (max-width: 768px) {
  .woocommerce-pagination .page-numbers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wishlist-table {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: 0px 1.25rem 3.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.25rem 3.125rem rgba(0, 0, 0, 0.1);
  display: table;
  margin-bottom: 2rem;
}

.wishlist-row {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: table-row;
  vertical-align: top;
}
.wishlist-row:nth-child(even) {
  background-color: #f9f9f9;
}
.wishlist-row:hover {
  background-color: #f0f0f0;
}

.wishlist-cell {
  padding: 0.9375rem;
  border-bottom: 1px solid #eee;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}
.wishlist-cell.image {
  width: 6.5rem;
}
@media (max-width: 1000px) {
  .wishlist-cell.image {
    min-width: 20%;
  }
}
.wishlist-cell.image img {
  width: 6.5rem;
  max-width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}
.wishlist-cell.title {
  font-weight: 500;
  width: 20%;
}
@media (max-width: 1000px) {
  .wishlist-cell.title {
    width: 70%;
  }
}
.wishlist-cell.description {
  font-size: 0.889rem;
  color: #666;
  width: 40%;
}
@media (max-width: 1000px) {
  .wishlist-cell.description {
    display: none;
  }
}
.wishlist-cell.delete {
  text-align: center;
}

.wishlist-header {
  background-color: #f5f5f5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}

.wishlists-area, .blog-area {
  padding: 2rem 1rem;
}
.wishlists-area input, .blog-area input {
  height: 1rem;
  border-radius: 4px;
}
.wishlists-area h2, .blog-area h2 {
  font-size: 1.802rem;
  margin: 1.5rem 0 1rem;
}
.wishlists-area form, .blog-area form {
  display: block;
}

.blog-area {
  padding: 2rem 10rem;
}
@media (max-width: 1000px) {
  .blog-area {
    padding: 2rem;
  }
}

.product .entry-summary .shop_cat_desc {
  display: none;
}
.product .entry-summary .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  padding-top: 5.4rem;
  font-size: 0.889rem !important;
}
@media (max-width: 1300px) {
  .product .entry-summary .product_meta {
    padding-top: 0;
  }
}
.product .entry-summary .product_meta * {
  font-weight: 400 !important;
  font-size: 0.889rem !important;
  line-height: 1.5 !important;
}
.product .entry-summary .product_meta .article_meta p {
  font-size: 1.266rem !important;
}

.wc-block-components-product-badge {
  display: none !important;
}

.comment-reply-title {
  padding: 1rem 0;
  display: block;
}

.woocommerce-product-details__short-description {
  line-height: 1.25;
  padding-bottom: 2rem;
  min-height: 15rem;
  font-size: 1.266rem;
}
@media (max-width: 1300px) {
  .woocommerce-product-details__short-description {
    min-height: auto;
  }
}
.woocommerce-product-details__short-description p {
  font-size: 1.266rem;
}

.woocommerce-message {
  border-top-color: #00704E;
}

.woocommerce div.product p.stock {
  font-size: 1.802rem;
  font-weight: 700;
  color: #00704E;
}

.woocommerce div.product .product_title {
  line-height: 1.25;
  font-size: 2.027rem;
  height: 5rem;
  overflow: hidden;
}

.sharing-and-print-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.75rem;
}
.sharing-and-print-area .print-product:hover {
  opacity: 0.85;
}
.sharing-and-print-area .add-to-wishlist {
  margin-left: 0.9rem;
}

.out-of-stock {
  color: #131313 !important;
}

.cart input[type=number] {
  height: 3rem !important;
  width: 4rem !important;
  border-radius: 4px !important;
  border: #00704E 1px solid;
}
.cart .single_add_to_cart_button {
  background: #00704E !important;
  font-size: 1.424rem !important;
  font-weight: 400 !important;
  padding: 0.85rem 2rem !important;
  border-radius: 4px !important;
}
.cart .single_add_to_cart_button:hover {
  opacity: 0.85 !important;
}

.woocommerce-Tabs-panel > h2 {
  display: none !important;
}

@media print {
  body {
    visibility: hidden;
    padding-top: 0 !important;
  }
  .product {
    visibility: visible;
  }
  .product {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header {
    position: relative;
  }
  .related {
    display: none !important;
  }
}
.custom-add-to-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-add-to-order input[type=number] {
  height: 3rem !important;
  width: 4rem !important;
  border-radius: 4px !important;
  border: #00704E 1px solid;
  padding-left: 1rem;
  margin-right: 1rem;
}
.custom-add-to-order button, .custom-add-to-order #csv-upload-form input[type=submit], #csv-upload-form .custom-add-to-order input[type=submit], .custom-add-to-order .button {
  background: #00704E !important;
  font-size: 1.424rem !important;
  font-weight: 400 !important;
  padding: 0.85rem 2rem !important;
  border-radius: 4px !important;
  color: #fff !important;
}

/* 
.summary entry-summary
 */
#reviews .woocommerce-Reviews-title {
  font-size: 1.424rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
#reviews .woocommerce-noreviews {
  font-style: italic;
  color: #777;
  margin-bottom: 1.5rem;
}
#reviews #respond {
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
}
#reviews #respond .comment-reply-title {
  font-size: 1.266rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#reviews #respond .comment-reply-title small {
  font-size: 0.889rem;
  display: block;
  margin-top: 0.5rem;
}
#reviews #respond .comment-form-rating {
  margin-bottom: 1rem;
}
#reviews #respond .comment-form-rating label {
  display: block;
  margin-bottom: 0.5rem;
}
#reviews #respond .comment-form-rating select {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}
#reviews #respond .comment-form-comment textarea {
  width: 100%;
  height: 8rem;
  padding: 0.8rem;
  border: 1px solid #ccc;
}
#reviews #respond .form-submit {
  margin-top: 1rem;
}
#reviews #respond .form-submit input[type=submit] {
  background-color: #00704E;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 0.3rem;
}
#reviews #respond .form-submit input[type=submit]:hover {
  opacity: 0.85;
}
#reviews .clear {
  clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  -webkit-box-shadow: -2px 2px 0 #00704e;
          box-shadow: -2px 2px 0 #00704e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #00704e;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #00704e;
  color: #ffffff;
  z-index: 2;
  border-bottom-color: #00704e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #00704e;
  z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #00704e;
  color: #ffffff;
  z-index: 2;
  border-bottom-color: #00704e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  -webkit-box-shadow: 2px 2px 0 #00704e;
          box-shadow: 2px 2px 0 #00704e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 0;
}

.woocommerce-message::before {
  color: #00704E;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}

.woocommerce-Tabs-panel--description p {
  line-height: 1.5;
}

ul.products .product .price {
  display: none !important;
}
ul.products .product .wb-posted_in {
  display: none;
}
ul.products .product .button {
  display: none !important;
}

button.show-more, #csv-upload-form input.show-more[type=submit] {
  margin: 1rem auto 2rem;
}

.woocommerce-page .after-summary .lists .button {
  text-align: center;
}

.product-categories .products .product:first-child {
  display: none;
}
.product-categories .products .product .woocommerce-loop-category__title {
  padding: 1rem !important;
  font-size: 1.424rem !important;
}
.product-categories .products img {
  display: none !important;
}

.categories-menu_3 {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.categories-menu_3 .categories-table_3 {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.categories-menu_3 .categories-table_3 li {
  margin-bottom: 10px;
  width: calc(25% - 10px);
  min-width: 150px;
  text-align: center;
}
@media (max-width: 1200px) {
  .categories-menu_3 .categories-table_3 li {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 900px) {
  .categories-menu_3 .categories-table_3 li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .categories-menu_3 .categories-table_3 li {
    width: calc(100% - 10px);
  }
}
.categories-menu_3 .categories-table_3 li a {
  display: block;
  padding: 1rem;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  color: #131313;
  font-size: 1.125rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.categories-menu_3 .categories-table_3 li a:hover {
  background-color: #00704E;
  color: #fff;
}
.categories-menu_3 .categories-table_3 li .count {
  display: block;
  font-size: 1rem;
  color: #888;
}

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
  width: calc(100% - 1rem) !important;
}

.categories-menu_4 ul {
  margin-left: 1rem;
}
.categories-menu_4 ul li a {
  font-size: 1.424rem;
  line-height: 2;
}
.categories-menu_4 > ul > li > a {
  font-weight: 700;
}
.categories-menu_4 > ul > li > ul {
  display: none;
}
.categories-menu_4 > ul > li > ul > li > ul {
  display: none;
}

.prosmotrennie-tovri, .akcii {
  padding: 1rem;
}

.product-price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -0.45rem;
}

.woocommerce-product-gallery__wrapper {
  height: 100%;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a {
  display: block;
  width: 100%;
  height: auto;
}
.woocommerce-product-gallery__wrapper .wp-post-image {
  height: 500px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .woocommerce-product-gallery__wrapper .wp-post-image {
    height: 230px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.woocommerce-loop-product__title {
  height: 2.6rem;
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 0.25rem;
}

.product-feed-table--wr {
  padding: 0 1rem 0.5rem;
}

.product-feed-table {
  width: 100%;
}
.product-feed-table tr td:nth-child(1) {
  text-align: left;
}
.product-feed-table tr td:nth-child(2) {
  text-align: right;
}

.products .pw_brand_product_list {
  display: none !important;
}
.products .in-stock {
  color: #00704E;
  font-weight: 700;
}
.products .out-of-stock {
  font-weight: 700;
}
.products .p-brand {
  color: #00704E;
  font-weight: 600;
}

.any-page .content-area {
  min-height: 30vh;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  -webkit-box-shadow: 0 0 0 1px #00704E;
          box-shadow: 0 0 0 1px #00704E;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

.woocommerce .star-rating::before {
  color: #00704E;
}

.comment-form-author, .comment-form-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-form-author label, .comment-form-email label {
  margin-right: 2rem;
  font-size: 1.125rem;
  width: 5rem;
}
.comment-form-author input, .comment-form-email input {
  width: 30rem;
}

.entry-meta {
  padding-bottom: 1rem;
}

.blog-area {
  font-size: 1.424rem;
  /* .entry-meta {
    .author {
      display: none;
    }
  } */
}
.blog-area .cat-links {
  display: none;
}
.blog-area ol {
  padding-left: 2rem;
}
.blog-area ol li {
  list-style: numeric;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post .headline .entry-title {
  width: 100%;
}
@media (max-width: 1000px) {
  .post .headline .entry-title h2 {
    font-size: 1.802rem;
  }
}
.post .headline .entry-meta {
  width: 100%;
}
.post .entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 550px) {
  .post .entry-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post .entry-summary a {
  display: block;
}
.post .entry-summary img {
  max-width: 200px;
  height: auto;
}

#new-wishlist-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new-wishlist-form button, #new-wishlist-form #csv-upload-form input[type=submit], #csv-upload-form #new-wishlist-form input[type=submit] {
  font-size: 1.602rem;
  margin-left: 1rem;
}

.custom_catalog_sorting_area {
  float: left;
}
.custom_catalog_sorting_area .wpfMainWrapper {
  padding: 0;
  margin-top: 0;
}
.custom_catalog_sorting_area .wpfMainWrapper:before {
  display: none !important;
}

.category-top-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
}
.category-top-filter * {
  float: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.category-top-filter .woocommerce-notices-wrapper {
  width: 100%;
}
.category-top-filter .shop-view-buttons {
  margin-left: 0 !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .category-top-filter .shop-view-buttons {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto !important;
  }
}
.category-top-filter .woocommerce-result-count {
  display: none !important;
}
.category-top-filter .custom_catalog_show-toggle-buttons {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.category-top-filter .custom_catalog_show-toggle-buttons .search-atrs-toggle {
  background: #00704E;
  padding: 0.5rem;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 992px) {
  .category-top-filter .custom_catalog_show-toggle-buttons .search-atrs-toggle {
    padding: 0.4rem 0.8rem;
    font-size: 14px;
  }
}
.category-top-filter .custom_catalog_show-toggle-buttons .search-atrs-toggle.open {
  background: #BE0B36;
}
@media (max-width: 1300px) {
  .category-top-filter .custom_catalog_show-toggle-buttons {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .category-top-filter .custom_catalog_show-toggle-buttons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
}
.category-top-filter .wpfSearchWrapper button, .category-top-filter .wpfSearchWrapper #csv-upload-form input[type=submit], #csv-upload-form .category-top-filter .wpfSearchWrapper input[type=submit] {
  top: -3px;
}
.category-top-filter .custom_catalog_sorting_attrs {
  display: none;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  width: 100%;
  margin: 1rem auto 0;
  padding: 1rem 0 0;
}
.category-top-filter .custom_catalog_sorting_attrs .wpfSearchWrapper {
  padding-bottom: 0.5rem;
}
.category-top-filter .custom_catalog_sorting_attrs .wpfFilterButtons {
  min-width: auto;
}
.category-top-filter .custom_catalog_sorting_attrs .wpfFilterButtons .wpfFilterButton.wpfButton,
.category-top-filter .custom_catalog_sorting_attrs .wpfFilterButtons .wpfClearButton.wpfButton {
  font-size: 12px;
  min-height: 30px;
  padding: 0 2rem;
  min-width: 101px;
}
@media (max-width: 576px) {
  .category-top-filter .custom_catalog_sorting_attrs .wpfFilterButtons .wpfFilterButton.wpfButton,
  .category-top-filter .custom_catalog_sorting_attrs .wpfFilterButtons .wpfClearButton.wpfButton {
    padding: 0 1rem;
    min-width: auto;
    width: 100%;
    margin-bottom: 5px;
  }
}
.category-top-filter .custom_catalog_sorting_attrs .wpfMainWrapper {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem !important;
}
@media (max-width: 992px) {
  .category-top-filter .custom_catalog_sorting_attrs .wpfMainWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.category-top-filter .custom_catalog_sorting_attrs .wpfMainWrapper input[type=text] {
  height: 20px !important;
  font-size: 12px;
  padding: 1rem 0.5rem !important;
  margin-bottom: 0.5rem;
}
.category-top-filter .custom_catalog_sorting_attrs .wpfMainWrapper input[type=text]:placeholder {
  font-size: 12px;
}
@media (max-width: 576px) {
  .category-top-filter .custom_catalog_sorting_attrs .wpfMainWrapper input[type=text] {
    width: 100% !important;
  }
}
.category-top-filter .custom_catalog_sorting_attrs .wpfMainWrapper > div {
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .category-top-filter .custom_catalog_sorting_attrs .wpfMainWrapper > div {
    margin: 0 0.5rem;
    width: calc(50% - 1rem);
  }
}
@media (max-width: 576px) {
  .category-top-filter .custom_catalog_sorting_attrs .wpfMainWrapper > div {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.category-top-filter .custom_catalog_sorting_attrs .wpfMainWrapper:before {
  display: none !important;
}
@media (max-width: 768px) {
  .category-top-filter .custom_catalog_sorting_attrs {
    margin-top: 0.5rem;
    padding: 0.5rem 0 0;
  }
}
@media (max-width: 768px) {
  .category-top-filter select {
    width: 100%;
  }
}
.category-top-filter .custom_filter_buttons_area {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
  margin: 0 0 1rem !important;
}
.category-top-filter .custom_filter_buttons_area .wpfSelectedParametersClear {
  font-size: 0 !important;
}
.category-top-filter .custom_filter_buttons_area .wpfSelectedParametersClear:after {
  content: "";
  display: block;
  content: "Очистить";
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .category-top-filter .custom_filter_buttons_area .wpfSelectedParametersClear {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .category-top-filter .custom_filter_buttons_area {
    margin-bottom: 0.5rem !important;
  }
}
.category-top-filter .custom_catalog_nalich {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto !important;
  margin-right: 1rem !important;
}
.category-top-filter .custom_catalog_nalich .wpfMainWrapper {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.category-top-filter .custom_catalog_nalich .wpfMainWrapper:before {
  display: none !important;
}
@media (max-width: 992px) {
  .category-top-filter .custom_catalog_nalich {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0 !important;
    width: 100%;
    margin-top: 0.5rem;
  }
}
.category-top-filter .custom_catalog_sorting_brands {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
.category-top-filter .custom_catalog_sorting_brands .wpfMainWrapper {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.category-top-filter .custom_catalog_sorting_brands .wpfMainWrapper:before {
  display: none !important;
}
@media (max-width: 992px) {
  .category-top-filter .custom_catalog_sorting_brands {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: 0.5rem;
  }
}
.category-top-filter .custom_catalog_sorting_area {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-right: 0 !important;
}
@media (max-width: 992px) {
  .category-top-filter .custom_catalog_sorting_area {
    width: 100%;
    margin-top: 1rem;
  }
}
.category-top-filter .form-wppp-select {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-right: 1rem !important;
}
@media (max-width: 992px) {
  .category-top-filter .form-wppp-select {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    margin: 0.5rem 0 !important;
  }
}
.category-top-filter .wpfFilterWrapper[data-filter-type] {
  padding: 0 !important;
}
@media (max-width: 1300px) {
  .category-top-filter {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 992px) {
  .category-top-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .category-top-filter > *:not(.custom_catalog_sorting_attrs) {
    margin-bottom: 0.5rem !important;
  }
}
@media (max-width: 576px) {
  .category-top-filter .custom_catalog_nalich,
  .category-top-filter .custom_catalog_sorting_brands,
  .category-top-filter .form-wppp-select {
    width: 100%;
    margin-right: 0 !important;
  }
}

.wfpHideButton {
  width: calc(100% - 1rem) !important;
  max-width: calc(100% - 1rem) !important;
  margin-left: 0.5rem !important;
}

#tab-reviews {
  padding-top: 1rem;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#reply-title {
  display: none !important;
}

.u-columns.col2-set.form-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 2rem auto 4rem;
  max-width: 480px;
}
.u-columns.col2-set.form-register .u-column2 {
  width: 100%;
  padding: 1rem;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form .woocommerce-form-row {
  margin-bottom: 1rem;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form .woocommerce-form-row label {
  font-weight: bold;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form .woocommerce-form-row .woocommerce-Input {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  display: block;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form .woocommerce-privacy-policy-text {
  font-size: 0.889rem;
  margin-bottom: 1rem;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form .woocommerce-privacy-policy-text p {
  font-size: 0.889rem;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form .woocommerce-privacy-policy-text a {
  text-decoration: none;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form .woocommerce-FormRow {
  margin-top: 1rem;
}
.u-columns.col2-set.form-register .u-column2 .woocommerce-form .woocommerce-FormRow .woocommerce-Button {
  padding: 0.8rem 1.5rem;
  background-color: #00704E;
  color: #fff;
  width: 100%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-form.woocommerce-form-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 480px;
  margin: 0 auto 3rem;
  padding: 2rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .woocommerce-form.woocommerce-form-login {
    width: 100%;
  }
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-row {
  margin-bottom: 1rem;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-row label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-row .woocommerce-Input {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__input-checkbox {
  margin-right: 0.5rem;
}
.woocommerce-form.woocommerce-form-login .woocommerce-button {
  padding: 1rem 1.5rem;
  background-color: #00704E;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-form.woocommerce-form-login .woocommerce-LostPassword.lost_password {
  font-size: 0.889rem;
  margin-top: 0;
}
.woocommerce-form.woocommerce-form-login .woocommerce-LostPassword {
  margin-top: 1rem;
  text-align: center;
}
.woocommerce-form.woocommerce-form-login .woocommerce-LostPassword a {
  text-decoration: none;
}
.woocommerce-form.woocommerce-form-login .woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

#customer_login {
  margin: 0 auto;
  max-width: 480px;
}

#payment-method .wc-block-components-radio-control-accordion-option {
  border-bottom: 1px solid #afafaf;
}
#payment-method .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option:nth-child(2), #payment-method .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option:nth-child(3) {
  display: none !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: none !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(1) {
  display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block {
  display: none !important;
}

.wishlist__list-buttons {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -3rem;
  margin-bottom: 1rem;
}
.wishlist__list-buttons button, .wishlist__list-buttons #csv-upload-form input[type=submit], #csv-upload-form .wishlist__list-buttons input[type=submit] {
  margin-left: 1rem;
}
@media (max-width: 1100px) {
  .wishlist__list-buttons button, .wishlist__list-buttons #csv-upload-form input[type=submit], #csv-upload-form .wishlist__list-buttons input[type=submit] {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1100px) {
  .wishlist__list-buttons {
    width: 100%;
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.button-blue {
  background: #3b8a9d;
}

#customer_details .col-1 {
  width: 100%;
}
#customer_details .col-2 {
  display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background: #00704E;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 1rem;
  }
}

.adapt-filter-shutter {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 333;
  border-top: 1px solid #f4f4f4;
  padding: 1rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.adapt-filter-shutter .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 88;
}
.adapt-filter-shutter .buttons .button {
  width: 49%;
  background: #00704E;
  padding: 0.25rem;
  font-size: 1.424rem;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .adapt-filter-shutter .buttons .button {
    font-size: 1.266rem;
  }
}
.adapt-filter-shutter .buttons .button:hover {
  opacity: 0.9;
}
.adapt-filter-shutter .filter-area {
  background: #00704E;
  bottom: 61px;
  left: 0;
  right: 0;
  z-index: 22;
  color: #fff;
  height: 0;
  padding-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow-y: auto;
  position: absolute;
}
.adapt-filter-shutter .filter-area::-webkit-scrollbar {
  width: 5px;
}
.adapt-filter-shutter .filter-area::-webkit-scrollbar-track {
  background: transparent;
}
.adapt-filter-shutter .filter-area::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 2.5px;
}
.adapt-filter-shutter .filter-area .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.adapt-filter-shutter .menu-area {
  overflow-y: auto;
  position: absolute;
  bottom: 61px;
  left: 0;
  right: 0;
  z-index: 22;
  background: #00704E;
  color: #fff;
  height: 0;
  padding-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.adapt-filter-shutter .menu-area::-webkit-scrollbar {
  width: 5px;
}
.adapt-filter-shutter .menu-area::-webkit-scrollbar-track {
  background: transparent;
}
.adapt-filter-shutter .menu-area::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 2.5px;
}
.adapt-filter-shutter .menu-area ul {
  margin: 0;
  padding: 0;
}
.adapt-filter-shutter .menu-area ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.adapt-filter-shutter .menu-area ul li a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 1.266rem;
  padding: 0.5rem 1rem;
  border-top: 1px solid #258366;
}
.adapt-filter-shutter .menu-area .label {
  position: absolute;
  background: #fff;
  width: 4rem;
  height: 3px;
  border-radius: 4px;
  left: 0;
  right: 0;
  top: 1rem;
  margin: 0 auto;
}
.adapt-filter-shutter .menu-area .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.adapt-filter-shutter.m-opened {
  background: #00704E;
}
.adapt-filter-shutter.m-opened .buttons .button {
  background: #fff;
  color: #00704E;
}
.adapt-filter-shutter.m-opened .menu-area {
  height: 50vh;
}
.adapt-filter-shutter.f-opened {
  background: #00704E;
}
.adapt-filter-shutter.f-opened .buttons .button {
  background: #fff;
  color: #00704E;
}
.adapt-filter-shutter.f-opened .filter-area {
  height: 190px;
  padding: 1rem;
  padding-top: 2rem;
}
.adapt-filter-shutter.f-opened .filter-area .wpfMainWrapper:before {
  display: none;
}
.adapt-filter-shutter.f-opened .filter-area .wpfMainWrapper {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.adapt-filter-shutter.f-opened .filter-area .wpfFilterWrapper[data-filter-type] {
  padding: 0 !important;
}

.woocommerce-MyAccount-navigation {
  background-color: #f2f2f2;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.woocommerce-MyAccount-navigation li a:hover {
  background-color: #00704E;
  color: #fff;
}
.woocommerce-MyAccount-navigation li.is-active a {
  background-color: #00704E;
  color: #fff;
  font-weight: bold;
}

.woocommerce-MyAccount-content {
  padding: 20px;
}

.woocommerce-Address {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
.woocommerce-Address .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.woocommerce-Address .woocommerce-Address-title .edit {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.woocommerce-Address address {
  font-style: normal;
}

.category-image {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  max-width: 220px;
}

.wpfPreview.wpfPreviewLoader {
  margin: 10rem auto;
}

#wpfBlock_1 select {
  border: 0;
  font-size: 1.266rem;
  color: #a1a3a1 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0.25rem;
}

.custom-grid-cell a {
  color: #000 !important;
}
.custom-grid-cell a:hover {
  color: #fff !important;
}

.wpfMainWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpfMainWrapper > * {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wpfMainWrapper #wpfBlock_1 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
.wpfMainWrapper .wpfFilterButtons {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

#csv-upload-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#csv-upload-form input[type=file] {
  height: 3rem;
}
#csv-upload-form input[type=submit] {
  height: 2rem;
}

.csv-import-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1rem;
}
.csv-import-page #csv-import-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.csv-import-page #csv-import-form input[type=file] {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.csv-import-page #csv-import-form input[type=file]:hover {
  border-color: #888;
}
.csv-import-page #csv-import-form button, .csv-import-page #csv-import-form #csv-upload-form input[type=submit], #csv-upload-form .csv-import-page #csv-import-form input[type=submit] {
  font-size: 1.424rem;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.csv-import-page .button {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 3rem 0 1rem;
}
.csv-import-page .button .btn {
  background: #00704E;
  font-size: 1.424rem;
}
.csv-import-page #csv-import-log {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #000;
  padding: 1.5rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.csv-import-page #csv-import-log ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.csv-import-page #csv-import-log ul li {
  font-size: 1.424rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.csv-import-page #csv-import-log ul li:last-child {
  border-bottom: 0;
}
.csv-import-page #csv-import-log ul li:hover {
  background-color: #f9f9f9;
}
.csv-import-page #csv-import-log ul li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  max-width: 4rem;
  height: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.csv-import-page #csv-import-log ul li a {
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.csv-import-page #csv-import-log .error {
  color: #d9534f;
  font-weight: bold;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.csv-import-page #csv-import-log .success {
  color: #5cb85c;
  font-weight: bold;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.wpfSelectedParameters {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 0.5rem !important;
  padding: 1rem !important;
  background-color: #f5f5f5 !important;
  border-radius: 10px !important;
}

.wpfSelectedParameter {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0.5rem 1rem !important;
  background-color: #e5e5e5 !important;
  border-radius: 10px !important;
  font-size: 1rem !important;
  color: #333 !important;
  cursor: pointer !important;
  -webkit-transition: background-color 0.3s ease !important;
  transition: background-color 0.3s ease !important;
}
.wpfSelectedParameter:hover {
  background-color: #d5d5d5 !important;
}

.wpfSelectedDelete {
  margin-right: 0.5rem !important;
  color: #ff4d4d !important;
  font-weight: bold !important;
  cursor: pointer !important;
}
.wpfSelectedDelete:hover {
  color: #cc0000 !important;
}

.wpfSelectedTitle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.wpfSelectedParametersClear {
  margin-left: auto !important;
  padding: 0.5rem 1rem !important;
  background-color: #00704E !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
  -webkit-transition: background-color 0.3s ease !important;
  transition: background-color 0.3s ease !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-decoration: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wpfSelectedParametersClear:hover {
  background-color: #cc0000 !important;
}

.new-index {
  padding-top: 1rem;
}
.new-index .index-1 .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.new-index .index-1 .grid-container .cell {
  padding: 1rem;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  position: relative;
  overflow: hidden;
}
.new-index .index-1 .grid-container .cell img {
  max-width: 100%;
}
.new-index .index-1 .grid-container .cell.owl-area {
  padding: 0;
  position: relative;
}
.new-index .index-1 .grid-container .cell.owl-area .owl-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}
.new-index .index-1 .grid-container .cell.owl-area .owl-carousel .owl-stage-outer,
.new-index .index-1 .grid-container .cell.owl-area .owl-carousel .owl-stage,
.new-index .index-1 .grid-container .cell.owl-area .owl-carousel .owl-item,
.new-index .index-1 .grid-container .cell.owl-area .owl-carousel .item {
  height: 100%;
}
.new-index .index-1 .grid-container .cell.owl-area .owl-carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.new-index .index-1 .grid-container .cell.owl-area .owl-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-index .index-1 .grid-container .cell.owl-area .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.new-index .index-1 .grid-container .cell.owl-area .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.new-index .index-1 .grid-container .cell.blue {
  background: #5689D1;
}
.new-index .index-1 .grid-container .cell.green {
  background: #00704E;
}
.new-index .index-1 .grid-container .cell.video {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.new-index .index-1 .grid-container .cell.video video {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-index .index-1 .grid-container .cell.cell-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4;
  height: 26rem;
}
.new-index .index-1 .grid-container .cell.cell-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-area: 1/4/2/10;
}
.new-index .index-1 .grid-container .cell.cell-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-area: 1/10/3/13;
}
.new-index .index-1 .grid-container .cell.cell-4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-area: 2/1/3/10;
  height: 10.7rem;
}
@media (max-width: 1200px) {
  .new-index .index-1 .grid-container .cell.cell-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 1/1/2/5;
  }
  .new-index .index-1 .grid-container .cell.cell-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-area: 1/5/2/13;
  }
  .new-index .index-1 .grid-container .cell.cell-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-area: 2/1/3/13;
  }
  .new-index .index-1 .grid-container .cell.cell-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-area: 3/1/4/13;
  }
}
@media (max-width: 768px) {
  .new-index .index-1 .grid-container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .new-index .index-1 .grid-container .cell {
    grid-area: auto !important;
    height: auto !important;
  }
  .new-index .index-1 .grid-container .cell.cell-1, .new-index .index-1 .grid-container .cell.cell-2, .new-index .index-1 .grid-container .cell.cell-3, .new-index .index-1 .grid-container .cell.cell-4 {
    grid-area: auto;
  }
}
@media (max-width: 480px) {
  .new-index .index-1 .grid-container {
    gap: 0.5rem;
  }
  .new-index .index-1 .grid-container .cell {
    padding: 0.5rem;
  }
  .new-index .index-1 .grid-container .cell.owl-area .owl-dots {
    bottom: 0.5rem;
  }
}
.new-index .index-2 {
  padding-top: 2rem;
}
.new-index .index-2 .in2-h2 {
  margin-left: 25%;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .new-index .index-2 .in2-h2 {
    margin-left: 0;
    padding-left: 0.5rem;
    text-align: center;
  }
}
.new-index .index-2 .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .new-index .index-2 .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.new-index .index-2 .area .action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background: #5689D1;
  overflow: hidden;
  max-height: 28.3rem;
}
@media (max-width: 768px) {
  .new-index .index-2 .area .action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-height: none;
    margin-bottom: 1rem;
  }
}
.new-index .index-2 .area .action a {
  margin: 0;
  display: block;
}
.new-index .index-2 .area .action img {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-index .index-2 .area .action-feed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding-left: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .new-index .index-2 .area .action-feed {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding-left: 0;
  }
}
.new-index .index-2 .area .action-feed .products {
  width: 100%;
}
@media (max-width: 768px) {
  .new-index .index-2 .area .action-feed .products {
    width: 100%;
  }
}
.new-index .index-2 .area .action-feed .products .product {
  width: calc(22.5% - 1rem) !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .new-index .index-2 .area .action-feed .products .product {
    width: calc(30% - 1rem) !important;
  }
}
@media (max-width: 768px) {
  .new-index .index-2 .area .action-feed .products .product {
    width: calc(45% - 1rem) !important;
  }
}
@media (max-width: 480px) {
  .new-index .index-2 .area .action-feed .products .product {
    width: calc(100% - 1rem) !important;
  }
}
.new-index .index-2 .area .action-feed .button {
  border-radius: 8px 0px 0px 0px;
  border: 2px solid #DDD;
  width: 110px;
  height: 274px;
  background: #F1F1F1;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 768px) {
  .new-index .index-2 .area .action-feed .button {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    border-radius: 8px;
  }
}
.new-index .index-2 .area .action-feed .button:hover {
  background: #00704E;
  border: 2px solid #fff;
}
.new-index .index-3 {
  padding-top: 1rem;
}
.new-index .index-3 .super-title {
  font-size: 5rem;
}
@media (max-width: 1000px) {
  .new-index .index-3 .super-title {
    font-size: 2.027rem;
  }
}
@media (max-width: 450px) {
  .new-index .index-3 .super-title {
    font-size: 1.802rem;
    text-align: center;
  }
}
.new-index .index-3 .grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
@media (max-width: 1200px) {
  .new-index .index-3 .grid {
    gap: 0.75rem;
  }
}
@media (max-width: 768px) {
  .new-index .index-3 .grid {
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .new-index .index-3 .grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.new-index .index-3 .grid .cell {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .new-index .index-3 .grid .cell {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .new-index .index-3 .grid .cell {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media (max-width: 480px) {
  .new-index .index-3 .grid .cell {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.new-index .index-3 .grid .cell a {
  margin: 0;
  display: block;
}
.new-index .index-3 .grid .cell img {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-index .index-4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.new-index .index-4 .super-title {
  font-size: 5rem;
}
@media (max-width: 1000px) {
  .new-index .index-4 .super-title {
    font-size: 2.027rem;
  }
}
@media (max-width: 450px) {
  .new-index .index-4 .super-title {
    font-size: 1.802rem;
    text-align: center;
  }
}
.new-index .index-4 .grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
@media (max-width: 1200px) {
  .new-index .index-4 .grid {
    gap: 0.75rem;
  }
}
@media (max-width: 768px) {
  .new-index .index-4 .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.new-index .index-4 .grid .cell {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 1200px) {
  .new-index .index-4 .grid .cell {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .new-index .index-4 .grid .cell {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.new-index .index-4 .grid .cell:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.new-index .index-4 .grid .cell .area-0 {
  position: relative;
  padding: 1.5rem;
  min-height: 35rem;
  background: #f7f7f4;
  overflow: hidden;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .new-index .index-4 .grid .cell .area-0 {
    min-height: 25rem;
    padding: 1rem;
  }
}
.new-index .index-4 .grid .cell .area-0:hover {
  background: #ecece5;
}
.new-index .index-4 .grid .cell .area-0:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.new-index .index-4 .grid .cell .area-0 h3 {
  font-size: 1.802rem;
  font-weight: 400;
  max-width: 80%;
}
@media (max-width: 768px) {
  .new-index .index-4 .grid .cell .area-0 h3 {
    font-size: 1.602rem;
    max-width: 100%;
  }
}
.new-index .index-4 .grid .cell .area-0 .n-s {
  position: absolute;
  left: 1.5rem;
  bottom: 10rem;
  max-width: 15rem;
}
@media (max-width: 768px) {
  .new-index .index-4 .grid .cell .area-0 .n-s {
    bottom: 5rem;
    max-width: 10rem;
  }
}
.new-index .index-4 .grid .cell .area-0 .name {
  color: #000;
  font-size: 1.802rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .new-index .index-4 .grid .cell .area-0 .name {
    font-size: 1.602rem;
  }
}
.new-index .index-4 .grid .cell .area-0 .status {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 768px) {
  .new-index .index-4 .grid .cell .area-0 .status {
    font-size: 1.125rem;
  }
}
.new-index .index-4 .grid .cell .area-0 .image {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .new-index .index-4 .grid .cell .area-0 .image {
    max-width: 60%;
  }
}
.new-index .index-4 .grid .cell .area-0 .image img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.new-index .index-4 .grid .cell .area-1 {
  background: #00704E;
  border-radius: 8px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.new-index .index-4 .grid .cell .area-1:hover {
  background: #003d2a;
}
.new-index .index-4 .grid .cell .area-1:hover .link a {
  color: #e6e6e6;
  text-decoration: none !important;
}
.new-index .index-4 .grid .cell .area-1 .link > a {
  padding: 1rem;
  font-size: 1.602rem;
  color: #fff;
  text-decoration: underline;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .new-index .index-4 .grid .cell .area-1 .link > a {
    font-size: 1.424rem;
    padding: 0.5rem;
  }
}
.new-index .index-4 .grid .cell .area-1 .icons {
  padding: 0 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .new-index .index-4 .grid .cell .area-1 .icons {
    padding: 0 0.5rem 0.5rem;
    gap: 0.5rem;
  }
}
.new-index .index-4 .grid .cell .area-1 .icons > a {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.new-index .index-4 .grid .cell .area-1 .icons > a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.new-index .index-news {
  padding-top: 2rem;
}
.new-index .index-news .middle-banner.video.full-size {
  padding-top: 2rem;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.new-index .index-news .middle-banner.video.full-size .desktop, .new-index .index-news .middle-banner.video.full-size .adapt {
  display: none;
}
.new-index .index-news .middle-banner.video.full-size .desktop {
  display: block;
}
.new-index .index-news .middle-banner.video.full-size .desktop img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.new-index .index-news .middle-banner.video.full-size .adapt {
  display: none;
}
.new-index .index-news .middle-banner.video.full-size .adapt img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .new-index .index-news .middle-banner.video.full-size .desktop {
    display: none;
  }
  .new-index .index-news .middle-banner.video.full-size .adapt {
    display: block;
  }
}
@media (min-width: 769px) {
  .new-index .index-news .middle-banner.video.full-size .desktop {
    display: block;
  }
  .new-index .index-news .middle-banner.video.full-size .adapt {
    display: none;
  }
}
.new-index .index-news .news-container {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .new-index .index-news .news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.new-index .index-news .main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75%;
}
@media (max-width: 1200px) {
  .new-index .index-news .main-section {
    width: 100%;
  }
}
.new-index .index-news .main-section .main-news-block {
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 1200px) {
  .new-index .index-news .main-section .main-news-block {
    width: 100%;
    padding-right: 0;
  }
}
.new-index .index-news .main-section .main-news-block .main-news-item {
  width: 100%;
  margin: 0;
  background: #f5f5f5;
  border-radius: 0rem;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.new-index .index-news .main-section .main-news-block .main-news-item a {
  text-decoration: none !important;
}
.new-index .index-news .main-section .main-news-block .main-news-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.new-index .index-news .main-section .main-news-block .main-news-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .new-index .index-news .main-section .main-news-block .main-news-item img {
    height: 300px;
  }
}
.new-index .index-news .main-section .main-news-block .main-news-item h3 {
  padding: 1rem;
  margin: 0;
  font-size: 1.424rem;
  color: #2a2a2a;
}
@media (max-width: 768px) {
  .new-index .index-news .main-section .main-news-block .main-news-item h3 {
    font-size: 1.8rem;
  }
}
.new-index .index-news .main-section .main-news-block .main-news-item p {
  padding: 0 1rem 1rem;
  font-size: 1.266rem;
  color: #555;
  line-height: 1.5;
}
.new-index .index-news .main-section .secondary-news-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .new-index .index-news .main-section .secondary-news-block {
    width: 100%;
  }
}
.new-index .index-news .main-section .secondary-news-block .secondary-news-item {
  width: calc(50% - 1rem);
  margin: 0;
  background: #f5f5f5;
  border-radius: 0rem;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 10px;
}
.new-index .index-news .main-section .secondary-news-block .secondary-news-item a {
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .new-index .index-news .main-section .secondary-news-block .secondary-news-item {
    width: 100%;
  }
}
.new-index .index-news .main-section .secondary-news-block .secondary-news-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.new-index .index-news .main-section .secondary-news-block .secondary-news-item img {
  width: 100%;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-index .index-news .main-section .secondary-news-block .secondary-news-item h3 {
  padding: 1rem;
  margin: 0;
  font-size: 1.602rem;
  color: #2a2a2a;
  text-transform: none;
}
@media (max-width: 768px) {
  .new-index .index-news .main-section .secondary-news-block .secondary-news-item h3 {
    font-size: 1.4rem;
  }
}
.new-index .index-news .sidebar-section {
  width: 25%;
}
@media (max-width: 1200px) {
  .new-index .index-news .sidebar-section {
    width: 100%;
  }
}
.new-index .index-news .sidebar-section .sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.new-index .index-news .sidebar-section .sidebar-list .sidebar-item {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.new-index .index-news .sidebar-section .sidebar-list .sidebar-item a {
  text-decoration: none !important;
}
.new-index .index-news .sidebar-section .sidebar-list .sidebar-item:hover {
  background: #f9f9f9;
}
.new-index .index-news .sidebar-section .sidebar-list .sidebar-item h3 {
  margin: 0;
  font-size: 1.424rem;
  color: #131313;
  text-transform: none;
}
@media (max-width: 768px) {
  .new-index .index-news .sidebar-section .sidebar-list .sidebar-item h3 {
    font-size: 1.2rem;
  }
}
.new-index .index-news .sidebar-section .sidebar-list .sidebar-item .news-date {
  color: #666;
  font-size: 0.889rem;
  display: block;
  margin-top: 5px;
}
.new-index .index-rss {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.new-index .index-rss .rss-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}
.new-index .index-rss .rss-item {
  width: calc(25% - 1rem);
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.new-index .index-rss .rss-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.new-index .index-rss .rss-item a {
  text-decoration: none;
  color: inherit;
}
.new-index .index-rss .rss-item img {
  width: 100%;
  display: block;
}
.new-index .index-rss .rss-item h3 {
  padding: 1rem;
  margin: 0;
  font-size: 1.424rem;
  color: #2a2a2a;
}
@media (max-width: 1200px) {
  .new-index .index-rss .rss-item {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 768px) {
  .new-index .index-rss .rss-item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .new-index .index-rss .rss-item {
    width: 100%;
  }
}

.header {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  z-index: 108;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
}
.header .level-0 {
  background: #00704E;
  color: #fff;
  padding: 1rem 0;
}
.header .level-0 .logo {
  margin-left: 0;
  margin-right: 5rem;
  width: 100%;
  min-width: 110px;
  max-width: calc(16.6666666667% - 2rem);
}
@media (max-width: 1300px) {
  .header .level-0 .logo {
    min-width: 200px;
    margin-left: 0;
    margin-right: 2rem;
  }
}
.header .level-0 .logo img {
  width: 100%;
}
.header .level-0 .sandwich-icon {
  display: none;
}
@media (max-width: 1300px) {
  .header .level-0 .sandwich-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-right: 0;
    margin-left: auto;
  }
}
.header .level-0 .sandwich-icon .close {
  display: none;
}
.header .level-0 .top-menu-1 {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .header .level-0 .top-menu-1 {
    display: none;
  }
}
.header .level-0 .top-menu-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .level-0 .top-menu-1 ul li {
  margin-right: 2rem;
}
.header .level-0 .top-menu-1 ul li a {
  font-size: 1.424rem;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .header .level-0 .top-menu-1 ul li a {
    font-size: 1rem;
  }
}
.header .level-0 .top-menu-1 ul li.current-menu-parent a, .header .level-0 .top-menu-1 ul li.current_page_item a, .header .level-0 .top-menu-1 ul li.current-menu-item a {
  color: #f6dfaa;
}
.header .level-0 .top-menu-1 ul li:hover a {
  text-decoration: underline;
}
.header .level-0 a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.header .level-0 .flex {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.header .level-0 .phone-block {
  margin-left: 3rem;
  font-size: 2.027rem;
}
@media (max-width: 1300px) {
  .header .level-0 .phone-block {
    margin: 0 auto;
    margin-right: 0;
  }
}
@media (max-width: 720px) {
  .header .level-0 .phone-block {
    display: none;
  }
}
.header .level-0 .social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 2rem;
}
.header .level-0 .social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
}
.header .level-0 .social-icons a:hover {
  opacity: 0.75;
}
@media (max-width: 1300px) {
  .header .level-0 .social-icons {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 720px) {
  .header .level-0 .social-icons {
    display: none;
  }
}
.header .level-0 .search-area {
  margin-left: 0;
  margin-right: auto;
  width: 40%;
}
.header .level-1 {
  padding: 1rem 0;
}
.header .level-1 .logo img {
  max-height: 40px;
}
@media (max-width: 1100px) {
  .header .level-1 .menu-cat-menu-container {
    display: none;
  }
}
.header .level-1 .burger {
  margin-left: 0;
  margin-right: 1rem;
  cursor: pointer;
}
.header .level-1 .burger:hover {
  opacity: 0.75;
}
.header .level-1 .burger .open {
  display: block;
}
.header .level-1 .burger .close {
  display: none;
}
.header .level-1 .search-area {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .header .level-1 .search-area {
    width: 100%;
  }
  .header .level-1 .search-area .dgwt-wcas-search-wrapp {
    min-width: 100%;
  }
}
.header .sandwich-dropdown {
  display: none;
}

.sandwich-dropdown .area {
  overflow-y: auto;
  max-height: 80vh;
}
.sandwich-dropdown .area .phone-block a {
  font-size: 1.602rem;
  color: #00704E;
  text-align: center;
  font-weight: 700;
  display: block;
}
.sandwich-dropdown .area .social-icons {
  text-align: center;
}
.sandwich-dropdown .area .social-icons svg {
  margin: 1rem 1rem 1rem;
}
.sandwich-dropdown .area .social-icons svg path {
  fill: #00704E;
}
.sandwich-dropdown .area ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 1.602rem;
  text-decoration: none;
  border-top: 1px solid #e3e3e3;
}
.sandwich-dropdown .area ul li.current-menu-item a {
  background: #00704E;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  text-decoration: none;
}

.dgwt-wcas-search-wrapp {
  min-width: 600px;
}

.menu-main-menu-container ul#menu-main-menu, .menu-main-menu-container ul#menu-cat-menu, .menu-cat-menu-container ul#menu-main-menu, .menu-cat-menu-container ul#menu-cat-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.menu-main-menu-container ul#menu-main-menu li.menu-item, .menu-main-menu-container ul#menu-cat-menu li.menu-item, .menu-cat-menu-container ul#menu-main-menu li.menu-item, .menu-cat-menu-container ul#menu-cat-menu li.menu-item {
  margin: 0 0.5rem;
}
@media (max-width: 1200px) {
  .menu-main-menu-container ul#menu-main-menu li.menu-item, .menu-main-menu-container ul#menu-cat-menu li.menu-item, .menu-cat-menu-container ul#menu-main-menu li.menu-item, .menu-cat-menu-container ul#menu-cat-menu li.menu-item {
    margin: 0 0.25rem;
  }
}
.menu-main-menu-container ul#menu-main-menu li.menu-item:last-child, .menu-main-menu-container ul#menu-cat-menu li.menu-item:last-child, .menu-cat-menu-container ul#menu-main-menu li.menu-item:last-child, .menu-cat-menu-container ul#menu-cat-menu li.menu-item:last-child {
  margin-right: 0;
}
.menu-main-menu-container ul#menu-main-menu li.menu-item a, .menu-main-menu-container ul#menu-cat-menu li.menu-item a, .menu-cat-menu-container ul#menu-main-menu li.menu-item a, .menu-cat-menu-container ul#menu-cat-menu li.menu-item a {
  text-decoration: none;
  color: #131313;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .menu-main-menu-container ul#menu-main-menu li.menu-item a, .menu-main-menu-container ul#menu-cat-menu li.menu-item a, .menu-cat-menu-container ul#menu-main-menu li.menu-item a, .menu-cat-menu-container ul#menu-cat-menu li.menu-item a {
    padding: 0.5rem 0.5rem;
  }
}
.menu-main-menu-container ul#menu-main-menu li.menu-item a:hover, .menu-main-menu-container ul#menu-cat-menu li.menu-item a:hover, .menu-cat-menu-container ul#menu-main-menu li.menu-item a:hover, .menu-cat-menu-container ul#menu-cat-menu li.menu-item a:hover {
  background-color: #00704E;
  color: #fff;
}
.menu-main-menu-container ul#menu-main-menu li.menu-item.current-menu-item > a, .menu-main-menu-container ul#menu-main-menu li.menu-item.current_page_parent > a, .menu-main-menu-container ul#menu-cat-menu li.menu-item.current-menu-item > a, .menu-main-menu-container ul#menu-cat-menu li.menu-item.current_page_parent > a, .menu-cat-menu-container ul#menu-main-menu li.menu-item.current-menu-item > a, .menu-cat-menu-container ul#menu-main-menu li.menu-item.current_page_parent > a, .menu-cat-menu-container ul#menu-cat-menu li.menu-item.current-menu-item > a, .menu-cat-menu-container ul#menu-cat-menu li.menu-item.current_page_parent > a {
  background-color: #00704E;
  color: #fff;
}

.woocommerce-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-breadcrumb a {
  font-size: 0.95rem;
  color: #131313;
}
.woocommerce-breadcrumb svg {
  margin: 0 0.25rem;
}

.header-dropdown {
  position: absolute;
  display: none !important;
  top: 4.45rem;
  left: 0;
  right: 0;
  background: #00704E;
  padding: 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  color: #fff;
}
.header-dropdown:before {
  content: "";
  display: block;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.header-dropdown.open {
  display: block !important;
}
.header-dropdown .product-categories-menu-header {
  width: 100%;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-dropdown .product-categories_ {
  width: 300px;
  height: 50vh;
  overflow-x: auto;
  margin-right: auto;
}
.header-dropdown .area-inner {
  width: calc(100% - 300px);
  height: 100%;
  overflow-x: auto;
}
.header-dropdown .area-inner .has-children {
  padding-left: 1rem !important;
}
.header-dropdown .area-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}
.header-dropdown .area-inner > ul > li {
  width: 50%;
  margin-bottom: 1rem;
}
.header-dropdown .area-inner > ul > li > a {
  font-size: 1rem;
  display: block;
}
.header-dropdown .area-inner > ul > li > a:hover {
  background: #fff;
  color: #00704E;
}
.header-dropdown .area-inner > ul > li > ul > li {
  width: 100%;
}
.header-dropdown .area-inner > ul > li > ul > li > a {
  display: block;
}
.header-dropdown .cat-item {
  width: 100%;
  list-style: none;
  padding: 0;
}
.header-dropdown .product-categories_ .cat-item > a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #333;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
}
.header-dropdown .product-categories_ .cat-item > a:last-child {
  border-bottom: 0;
}
.header-dropdown .children {
  display: none;
  top: 0;
  left: 300px;
  width: calc(100% - 300px);
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-dropdown .children li {
  width: 50%;
}
.header-dropdown .area {
  margin-left: auto;
  width: 100%;
  background-color: #fff;
  max-height: 50vh;
  overflow-x: auto;
  padding: 0rem;
}
.header-dropdown .area > ul > li:hover a {
  text-decoration: none;
}
.header-dropdown .cat-item:hover > a, .header-dropdown .cat-item.hover > a {
  background: #00704E;
  color: #fff;
}
.header-dropdown .product-categories .children {
  position: relative;
  left: 0;
  top: auto;
}

.categories-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.categories-table a {
  display: block;
  font-size: 0.85rem;
  text-decoration: none;
}
.categories-table a:hover {
  text-decoration: underline;
}
.categories-table .menu-row {
  width: 14.2857142857%;
}
.categories-table > li {
  width: 14.2857142857%;
}
.categories-table > li > a {
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
.categories-table > li > ul {
  margin-bottom: 2rem;
}
.categories-table > li > ul > li {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.categories-table > li > ul > li > ul {
  padding-left: 1rem;
  padding-top: 1rem;
}
.categories-table > li > ul > li > ul > li {
  margin-bottom: 1rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}
.modal h2 {
  font-size: 1.5rem;
  margin: 0rem 0 1.5rem;
}
.modal.popup-success {
  display: block;
}
.modal .darkness {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.modal .darkness:hover {
  background: rgba(0, 0, 0, 0.4);
}
.modal .place {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.3125rem;
  padding: 1.875rem;
}
.modal .place .close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  cursor: pointer;
}
.modal .place .close img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.modal .place .close:hover {
  opacity: 0.85;
}
.modal .place .close:hover img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal .place .area {
  width: 100%;
  min-width: 500px;
  max-width: 500px;
  min-height: 10vh;
}
.modal .place .area p {
  font-size: 1rem;
}
.modal .place .area select {
  margin-bottom: 1rem;
  width: 100%;
  height: 2.5rem;
}
.modal .place .area textarea {
  width: 100%;
  padding: 10px;
}
.modal .place .area input {
  height: 2.5rem !important;
  border-radius: 4px;
  border: gray 1px solid;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  font-size: 0.95rem;
}
.modal#modal-callback input {
  /*height: auto !important;*/
}
.modal#modal-callback .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.modal#modal-callback .wpcf7-form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.modal#modal-callback .wpcf7-form .form-row {
  margin-bottom: 1rem;
}
.modal#modal-callback .wpcf7-form .form-row.form-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.modal#modal-callback .wpcf7-form .form-row p {
  margin: 0;
}
.modal#modal-callback .wpcf7-form .form-row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.modal#modal-callback .wpcf7-form .form-row .wpcf7-form-control-wrap input[type=text],
.modal#modal-callback .wpcf7-form .form-row .wpcf7-form-control-wrap input[type=tel] {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal#modal-callback .wpcf7-form .form-row .wpcf7-form-control-wrap input[type=text]:focus,
.modal#modal-callback .wpcf7-form .form-row .wpcf7-form-control-wrap input[type=tel]:focus {
  outline: none;
  border-color: #00704E;
}
.modal#modal-callback .wpcf7-form .buttonrow {
  text-align: center;
}
.modal#modal-callback .wpcf7-form .buttonrow .wpcf7-submit {
  background-color: #00704E;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.modal#modal-callback .wpcf7-form .buttonrow .wpcf7-submit:hover {
  background-color: #003d2a;
}
.modal#modal-callback .wpcf7-form .buttonrow .wpcf7-submit .wpcf7-spinner {
  display: none;
}
.modal#modal-callback .wpcf7-form .conf-policy {
  font-size: 0.9rem;
  color: #666;
}

.burger-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.burger-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.burger-menu .close {
  left: calc(1rem + 333px);
  top: 1rem;
  position: absolute;
  z-index: 33;
  pointer-events: none;
  cursor: pointer;
}
.burger-menu .close:hover {
  opacity: 0.75;
}
.burger-menu .area {
  max-width: 333px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #00704E;
  z-index: 3;
  position: relative;
}
.burger-menu .area .product-categories-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.burger-menu .area .product-categories-menu h2 {
  padding-bottom: 1.9rem;
}
.burger-menu .darkness {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.n-container {
  max-width: 1408px;
  margin: 0 auto;
  width: 100%;
}

.n-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 108;
}
.n-header .level-0 {
  background: #fff;
}
.n-header .level-0 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.n-header .level-0 .burger {
  display: none;
  margin-left: 0;
  margin-right: auto;
}
.n-header .level-0 ul.menu {
  text-align: center;
  font-size: 1.266rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
}
@media (max-width: 1300px) {
  .n-header .level-0 ul.menu {
    font-size: 1.125rem;
  }
}
.n-header .level-0 ul.menu li a {
  display: block;
  padding: 2rem 1.5rem;
  color: #5F5F5F;
  text-decoration: none;
}
@media (max-width: 1250px) {
  .n-header .level-0 ul.menu li a {
    padding: 2rem 1rem;
  }
}
.n-header .level-0 .phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-header .level-0 .phone-block a {
  text-decoration: none;
  margin-right: 0.5rem;
}
.n-header .level-0 .phone-block a.a-phone {
  margin-right: 0;
  margin-left: 0.5rem;
  color: #5F5F5F;
  text-align: right;
  font-size: 1.266rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.n-header .level-1 {
  background-color: #ffffff;
  margin-top: -1.5rem;
  margin-bottom: -1rem;
}
.n-header .level-1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.n-header .level-1 .flex .main-logo {
  width: calc(100% * 3 / 12);
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 1552px) {
  .n-header .level-1 .flex .main-logo {
    width: 100%;
    max-width: 220px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 450px) {
  .n-header .level-1 .flex .main-logo {
    max-width: 120px;
  }
}
.n-header .level-1 .flex .main-logo img {
  max-width: 100%;
  height: auto;
}
.n-header .level-1 .flex .catalog-link {
  width: calc(100% * 1 / 12);
  margin-left: 0;
  margin-right: auto;
  color: #5F5F5F;
  text-decoration: none;
  font-size: 1.424rem;
  display: block;
  background: #00704E;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
  border: 1px solid #00704E;
  border-radius: 10px;
}
@media (max-width: 1552px) {
  .n-header .level-1 .flex .catalog-link {
    width: 100%;
    max-width: 160px;
    margin-left: 1rem;
    margin-right: auto;
    padding: 0.75rem 2rem;
  }
}
@media (max-width: 450px) {
  .n-header .level-1 .flex .catalog-link {
    font-size: 1.266rem;
    padding: 0.5rem 1rem;
  }
}
.n-header .level-1 .flex .catalog-link:hover {
  background: #fff;
  color: #00704E;
}
.n-header .level-1 .flex .search {
  width: calc(100% * 4 / 12);
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
}
@media (max-width: 1552px) {
  .n-header .level-1 .flex .search {
    width: 100%;
    max-width: 320px;
    margin-left: 1rem;
    padding-left: 0;
    margin-right: 1rem;
  }
}
@media (max-width: 1210px) {
  .n-header .level-1 .flex .search {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    max-width: 100%;
    padding-bottom: 1rem;
  }
}
@media (max-width: 450px) {
  .n-header .level-1 .flex .search {
    padding-bottom: 1rem;
    margin-bottom: 0 !important;
  }
}
.n-header .level-1 .flex .search .dgwt-wcas-search-wrapp {
  min-width: 100%;
}
.n-header .level-1 .flex .search .dgwt-wcas-search-wrapp > form .dgwt-wcas-sf-wrapp {
  padding: 0;
  border-radius: 0;
}
.n-header .level-1 .flex .search .dgwt-wcas-search-wrapp > form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 10px;
  border: 2px solid #00704E;
  font-size: 1.424rem;
  padding: 1rem 1.5rem;
}
.n-header .level-1 .flex .search .dgwt-wcas-search-wrapp > form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  left: inherit;
  right: 0;
  top: 0;
  background: #00704E;
  border-radius: 0 10px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  pointer-events: all;
}
.n-header .level-1 .flex .search .dgwt-wcas-search-wrapp > form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:after {
  content: "";
  display: block;
  content: " ";
  display: block;
  background-image: url(/wp-content/themes/blankslate/assets/images/svg/search-icon.svg);
  width: 21.08px;
  height: 16.08px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.n-header .level-1 .flex .search .dgwt-wcas-search-wrapp > form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover {
  border: 0 !important;
  opacity: 0.9;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.n-header .level-1 .flex .search .dgwt-wcas-search-wrapp > form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg {
  display: none;
}
.n-header .level-1 .flex .search input[type=text], .n-header .level-1 .flex .search input[type=search] {
  width: 100%;
  padding: 1rem;
  border: 1px solid #00704E;
  border-radius: 10px;
  font-size: 1.125rem;
}
.n-header .level-1 .flex .search input[type=text]::-webkit-input-placeholder, .n-header .level-1 .flex .search input[type=search]::-webkit-input-placeholder {
  font-size: 1.125rem;
}
.n-header .level-1 .flex .search input[type=text]::-moz-placeholder, .n-header .level-1 .flex .search input[type=search]::-moz-placeholder {
  font-size: 1.125rem;
}
.n-header .level-1 .flex .search input[type=text]:-ms-input-placeholder, .n-header .level-1 .flex .search input[type=search]:-ms-input-placeholder {
  font-size: 1.125rem;
}
.n-header .level-1 .flex .search input[type=text]::-ms-input-placeholder, .n-header .level-1 .flex .search input[type=search]::-ms-input-placeholder {
  font-size: 1.125rem;
}
.n-header .level-1 .flex .search input[type=text]::placeholder, .n-header .level-1 .flex .search input[type=search]::placeholder {
  font-size: 1.125rem;
}
.n-header .level-1 .flex .account-menu {
  width: calc(100% * 3 / 12);
  margin-left: calc(100% * 1 / 12);
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1552px) {
  .n-header .level-1 .flex .account-menu {
    width: 100%;
    max-width: 478px;
    margin-left: 1rem;
    margin-right: 0;
  }
}
@media (max-width: 1300px) {
  .n-header .level-1 .flex .account-menu {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 860px) {
  .n-header .level-1 .flex .account-menu {
    display: none;
  }
}
.n-header .level-1 .flex .account-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5F5F5F;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.5rem;
}
.n-header .level-1 .flex .account-menu a svg {
  margin: 0 auto 0.5rem;
}
.n-header .level-1 .flex .account-menu a span {
  display: block;
  font-size: 1.424rem;
  font-weight: 500;
}
@media (max-width: 1552px) {
  .n-header .level-1 .flex .account-menu a span {
    font-size: 1.266rem;
  }
}
@media (max-width: 1250px) {
  .n-header .level-1 .flex .account-menu a span {
    font-size: 1.125rem;
  }
}
.n-header .level-1 .flex .account-menu a:hover {
  color: #00704E;
}
.n-header .level-2 {
  background: #fff;
}
@media (max-width: 1210px) {
  .n-header .level-2 {
    display: none;
  }
}
.n-header .level-2 .brand-menu {
  width: 100%;
}
.n-header .level-2 .brand-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.n-header .level-2 .brand-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #5f5f5f;
  font-weight: 500;
  font-size: 1.266rem;
  padding: 1rem;
}
.n-header .level-2 .brand-menu ul li a img {
  margin-right: 1rem;
}
@media (max-width: 1360px) {
  .n-header .level-2 .brand-menu ul li a {
    font-size: 1rem;
  }
}
.n-header .level-2 .brand-menu ul li:hover a {
  color: #00704E;
  text-decoration: underline;
}
.n-header .level-2 .brand-menu ul li:last-child a {
  padding-right: 0;
}
@media (max-width: 768px) {
  .n-header .level-0 .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
  }
  .n-header .level-0 ul.menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
  }
  .n-header .level-0 ul.menu li a {
    padding: 1rem;
  }
  .n-header .level-0 .phone-block {
    display: none;
  }
  .n-header .level-1 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .n-header .level-1 .flex .main-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .n-header .level-1 .flex .catalog-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 1rem 0;
  }
  .n-header .level-1 .flex .search {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 1rem 0;
  }
  .n-header .level-1 .flex .account-menu {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0;
  }
  .n-header .level-2 {
    display: none;
  }
  .n-header .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .n-header.menu-open .level-0 ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.shtorka {
  display: none;
  background: #fff;
  padding: 1rem;
}
@media (max-width: 860px) {
  .shtorka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1008;
  }
}
.shtorka .account-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.shtorka .account-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5F5F5F;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.5rem;
}
.shtorka .account-menu a svg {
  margin: 0 auto 0.5rem;
}
.shtorka .account-menu a span {
  display: block;
  font-size: 1.424rem;
  font-weight: 500;
}
@media (max-width: 1552px) {
  .shtorka .account-menu a span {
    font-size: 1.266rem;
  }
}
@media (max-width: 1250px) {
  .shtorka .account-menu a span {
    font-size: 1.125rem;
  }
}
.shtorka .account-menu a:hover {
  color: #00704E;
}

footer {
  margin-top: 4rem;
  padding: 2rem 0 0rem;
}
footer ul {
  list-style: none;
}
footer ul li {
  list-style: none;
}
footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .menu a {
  padding: 1rem;
}
footer .level-0 {
  background: #fff;
  padding: 2rem 0;
}
footer .level-0 .container .categories-table > li > ul > li > ul, footer .level-0 .content-area .categories-table > li > ul > li > ul {
  display: none;
}
footer .level-1 {
  padding: 2rem 0;
}
footer .level-1 .menu-title {
  font-size: 1.602rem;
  margin-bottom: 1.5rem;
}
footer .level-1 ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
footer .level-1 ul.menu li {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding: 0rem 0 1rem;
}
@media (max-width: 700px) {
  footer .level-1 ul.menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
footer .level-1 ul.menu li a {
  font-size: 0.889rem;
  text-decoration: none;
}
footer .level-1 ul.menu li a:hover {
  text-decoration: underline;
}
footer .level-2 {
  background: #00704E;
  padding: 2rem 0;
}
footer .level-2 h3 {
  font-size: 1.602rem;
  color: #fff;
}
footer .level-2 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
footer .level-2 .menu .item {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  width: calc(100% / 12 * 3 - 1rem);
}
@media (max-width: 1100px) {
  footer .level-2 .menu .item {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
    width: calc(100% / 12 * 6 - 1rem);
  }
}
@media (max-width: 1100px) {
  footer .level-2 .menu .item {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
    width: calc(100% / 12 * 12 - 1rem);
  }
}
footer .level-2 .menu .item h3 {
  margin-bottom: 2rem;
}
footer .level-2 .menu .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
footer .level-2 .menu .item ul li {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0.25rem;
  width: 100%;
}
footer .level-2 .menu .item ul li a {
  text-decoration: none;
  color: #fff;
}
footer .level-2 .menu .item ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .level-3 {
  background: #00704E;
  padding-bottom: 2rem;
}
footer .level-3 .footer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  footer .level-3 .footer-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .level-3 .footer-area .mail-text {
  text-align: right;
}
@media (max-width: 1300px) {
  footer .level-3 .footer-area .mail-text {
    text-align: center;
  }
}
footer .level-3 .footer-area .button {
  margin: 1rem 0 0;
}
footer .level-3 .footer-area .button .btn {
  margin-bottom: 0;
}
footer .level-3 .footer-area .button.tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1300px) {
  footer .level-3 .footer-area .area-left {
    margin-bottom: 1rem;
  }
}
footer .level-3 .footer-area .area-left a {
  text-decoration: none;
}
footer .level-3 .footer-area .area-left .links-footer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1300px) {
  footer .level-3 .footer-area .area-left .links-footer-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2rem;
  }
}
footer .level-3 .footer-area .area-left .links-footer-area a {
  width: 25%;
  margin-bottom: 1rem;
}
@media (max-width: 1300px) {
  footer .level-3 .footer-area .area-left .links-footer-area a {
    width: auto;
    margin: 0 1rem;
  }
}
footer .level-3 .footer-area .cell-mid {
  color: #fff;
}
footer .level-3 .footer-area .cell-mid .site-desc {
  text-align: center;
}
footer .level-3 .footer-area .cell-mid .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
footer .level-3 .footer-area .cell-mid .footer-logo img {
  margin: 1rem auto;
}
footer .level-3 .footer-area .cell-mid .copyright {
  text-align: center;
  color: #fff;
}
footer .level-3 .footer-area .phone-block-area .phone-block-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 1rem;
  align-items: center;
}
footer .level-3 .footer-area .phone-block-area .phone-block-line .phone-block-line--title {
  color: #fff;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
footer .level-3 .footer-area .phone-block-area .phone-block-line .phone-block-line--phone {
  margin-bottom: 0;
}
footer .level-3 .footer-area .phone-block-area .phone-block-line .phone-block-line--phone a {
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.602rem;
}
footer .level-3 .footer-area .phone-block-area .phone-block-line svg {
  margin-right: 1rem;
}
@media (max-width: 1300px) {
  footer .level-3 .footer-area .links-texts {
    text-align: center;
  }
}
@media (max-width: 1300px) {
  footer .level-3 .footer-area .button .btn {
    margin: 0 auto 1rem;
  }
}
@media (max-width: 1300px) {
  footer .level-3 .footer-area .area-right {
    padding-top: 2rem;
  }
}
@media (max-width: 1300px) {
  footer .level-3 .footer-area .area-right .phone-block-line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 500px) {
  footer .level-3 .footer-area .area-right .phone-block-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  footer .level-3 .footer-area .area-right .phone-block-line h3 {
    width: 100%;
    margin: 0.5rem 0 1rem;
  }
}
footer .level-3 .footer-area .area-right .phone-block-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .level-last {
  background: #00704E;
  padding: 2rem 0 2rem;
  color: #fff !important;
}



/* paxra: CF7 callback fullwidth */
.callback-form,.callback-form *{box-sizing:border-box}
.callback-form .form-row{margin:12px 0}
.callback-form .wpcf7{width:100%}
.callback-form .wpcf7-form{width:100%}
.callback-form .wpcf7-form-control-wrap{display:block;width:100%}
.callback-form input[type=text],
.callback-form input[type=email],
.callback-form input[type=tel],
.callback-form input[type=url],
.callback-form input[type=number],
.callback-form input[type=date],
.callback-form textarea,
.callback-form select{display:block;width:100%!important;max-width:100%!important;height:auto;border:1px solid #cfd6d3;border-radius:8px;padding:12px 14px;background:#fff}
.callback-form textarea{min-height:140px;resize:vertical}
.callback-form .wpcf7-acceptance{display:flex;gap:10px;align-items:flex-start;margin:10px 0}
.callback-form .wpcf7-acceptance input[type=checkbox]{width:18px;height:18px;margin-top:3px}
.callback-form .wpcf7-submit{display:block;width:100%!important;border:none;border-radius:8px;padding:14px 18px;background:#0b6e47;color:#fff;font-weight:600;cursor:pointer;transition:filter .2s ease}
.callback-form .wpcf7-submit:hover{filter:brightness(1.07)}
/* recaptcha v2 внутри строки */
.callback-form .grecaptcha-badge{z-index:1000}
.callback-form .g-recaptcha{width:100%;display:flex;justify-content:flex-start}
/* страховка против внешних ограничителей */
.callback-form [style*="max-width"]{max-width:100%!important}

/* WooCommerce: восстановление пароля / reset password */
.woocommerce form.woocommerce-ResetPassword,
.woocommerce form.lost_reset_password {
  max-width: 520px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
}

/* строки формы */
.woocommerce form.woocommerce-ResetPassword .form-row,
.woocommerce form.lost_reset_password .form-row {
  margin: 0 0 14px;
}

/* label */
.woocommerce form.woocommerce-ResetPassword label,
.woocommerce form.lost_reset_password label {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
  line-height: 1.2;
}

/* сам инпут */
.woocommerce form.woocommerce-ResetPassword .input-text,
.woocommerce form.lost_reset_password .input-text,
.woocommerce form.woocommerce-ResetPassword input[type="text"],
.woocommerce form.woocommerce-ResetPassword input[type="email"],
.woocommerce form.lost_reset_password input[type="text"],
.woocommerce form.lost_reset_password input[type="email"] {
  width: 100%;
  height: 44px;
  padding: 10px 12px;

  /* делаем бордер явно видимым */
  border: 1px solid rgba(0,0,0,.25) !important;
  border-radius: 10px;

  background: #fff;
  color: #111;

  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}

/* фокус */
.woocommerce form.woocommerce-ResetPassword .input-text:focus,
.woocommerce form.lost_reset_password .input-text:focus,
.woocommerce form.woocommerce-ResetPassword input:focus,
.woocommerce form.lost_reset_password input:focus {
  border-color: rgba(0,0,0,.55) !important;
  box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

/* плейсхолдер */
.woocommerce form.woocommerce-ResetPassword ::placeholder,
.woocommerce form.lost_reset_password ::placeholder {
  opacity: .55;
}

/* кнопка */
.woocommerce form.woocommerce-ResetPassword button.button,
.woocommerce form.lost_reset_password button.button {
  width: auto;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
}

/* Кабинет: карточка */
.account-box{
  max-width: 560px;
  margin: 40px auto;
  padding: 28px 26px;
  border-radius: 16px;
  background: #0b6b55; /* можно оставить твой */
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
  text-align: center;
}

/* Заголовок */
.account-box h2{
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

/* Блок с инфой */
.account-info{
  display: grid;
  gap: 10px;
  margin: 0 auto 18px;
  max-width: 360px;
}

/* Каждая строка */
.account-info p{
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
  text-align: left;
  line-height: 1.35;
}

/* Если у тебя "Имя:" жирным — подсветим */
.account-info p b,
.account-info p strong{
  color: #fff;
  font-weight: 700;
}

/* Кнопка выйти как нормальная кнопка */
.logout-btn{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  min-height: 42px;
  border-radius: 12px;

  background: rgba(255,255,255,.18);
  color: #fff !important;
  text-decoration: none;

  border: 1px solid rgba(255,255,255,.22);
  transition: transform .08s ease, background .15s ease, border-color .15s ease;
}

.logout-btn:hover{
  background: #00704e !important;
  border-color: rgba(255,255,255,.35);
  transform: translateY(-1px);
}

.logout-btn:active{
  transform: translateY(0);
}

/* На мобиле — чтобы не было огромных отступов */
@media (max-width: 640px){
  .account-box{
    margin: 18px 12px;
    padding: 18px 16px;
  }
}

/* PAXRA notice — аккуратная типографика без изменения размеров шрифта */
.paxra-notice{
  --paxra-accent:#0a6b4a;          /* под твой фирменный зелёный */
  --paxra-border:rgba(0,0,0,.08);
  --paxra-muted:rgba(0,0,0,.65);
  --paxra-bg:#fff;
  --paxra-soft:rgba(10,107,74,.06);

  background:var(--paxra-bg);
  border:1px solid var(--paxra-border);
  border-radius:14px;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
  padding:20px 22px;
  max-width:980px;
  margin:0 auto;

  line-height:1.55;              /* не размер шрифта, но резко улучшает читабельность */
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

/* Заголовки */
.paxra-notice h2{
  margin:0 0 12px 0;
  padding:0 0 12px 0;
  border-bottom:1px solid var(--paxra-border);
  font-weight:800;
}

.paxra-notice h3{
  margin:18px 0 10px 0;
  padding:10px 12px;
  border-left:4px solid var(--paxra-accent);
  background:var(--paxra-soft);
  border-radius:10px;
  font-weight:800;
}

/* Абзацы */
.paxra-notice p{
  margin:0 0 12px 0;
  color:inherit;
}

.paxra-notice p:last-child{ margin-bottom:0; }

/* Списки */
.paxra-notice ul,
.paxra-notice ol{
  margin:0 0 14px 0;
  padding-left:1.25em;
}

.paxra-notice li{
  margin:8px 0;
}

.paxra-notice li strong{
  color:rgba(0,0,0,.85);
}

/* Немного «воздуха» между блоками */
.paxra-notice h3 + p,
.paxra-notice h3 + ul,
.paxra-notice h3 + ol{
  margin-top:8px;
}

/* Ссылки */
.paxra-notice a{
  color:var(--paxra-accent);
  text-decoration:underline;
  text-decoration-thickness:from-font;
  text-underline-offset:.15em;
}

.paxra-notice a:hover{
  text-decoration-thickness:.18em;
}

/* Code/email */
.paxra-notice code{
  padding:.1em .35em;
  border:1px solid var(--paxra-border);
  border-radius:8px;
  background:rgba(0,0,0,.04);
  color:rgba(0,0,0,.85);
  white-space:nowrap;
}

/* Важно! — выделение последнего блока */
.paxra-notice h3 + ul li{
  color:inherit;
}

/* Мелкая адаптация под узкие экраны */
@media (max-width: 600px){
  .paxra-notice{
    padding:16px 14px;
    border-radius:12px;
  }
  .paxra-notice h3{
    padding:9px 10px;
    border-radius:9px;
  }
}

body.page-id-41456 main#main > h1 {
  text-align: center;
}

body.page-id-41456 .entry-header .entry-title {
  text-align: center;
}
body.page-id-1773 #primary #main > h1{
  text-align: center !important;
}