/*!
Theme Name: snabio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: snabio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

@charset "UTF-8";

:root {
  --content-width: 1820px;
  --content-fluid-width: 1700px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-fluid-width: calc(
    var(--content-fluid-width) + (var(--container-offset) * 2)
  );
  --font-family: "Geologica", sans-serif;
  --outline: #e3ebf2;
  --main-color: #1a1a1a;
  --black: #333;
  --background: #f3f7fd;
  --green: #2da04b;
  --error: #e02828;
  --yellow: #ffc529;
  --disabled: #c5cfdc;
  --tetriary: #abc4e4;
  --primary: #2f80ed;
  --gray: #868686;
  --secondary: #2169c9;
  --secondary-color-black: #2b3e73;
  --secondary-text-color-black: #a9aaad;
}

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */

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

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  /* Скрывает слайдер, чтобы можно было создать свой */
  width: 100%;
  /* Указание параметра ширины требуется для Firefox. */
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
  /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
  border-color: transparent;
  color: transparent;
}

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

button,
input,
select,
textarea {
  font: inherit;
  outline: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
}

ul[class] {
  list-style: none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s linear, color 0.2s linear;
  -o-transition: opacity 0.2s linear, color 0.2s linear;
  transition: opacity 0.2s linear, color 0.2s linear;
}

a svg {
  -webkit-transition: fill 0.2s linear, stroke 0.2s linear;
  -o-transition: fill 0.2s linear, stroke 0.2s linear;
  transition: fill 0.2s linear, stroke 0.2s linear;
}

a:hover {
  opacity: 1;
  text-decoration: none;
}

button {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}

button svg {
  -webkit-transition: fill 0.2s linear, stroke 0.2s linear;
  -o-transition: fill 0.2s linear, stroke 0.2s linear;
  transition: fill 0.2s linear, stroke 0.2s linear;
}

button:hover {
  opacity: 1;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  border: none;
  background-color: transparent;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-footer button:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

html,
body {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: var(--main-color);
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 16px;
  line-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body.hidden {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  width: 100%;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sect-m {
  padding: 0;
  margin: 100px 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}

.sect.pb-0 {
  padding-bottom: 0;
}

.sect.pt-0 {
  padding-top: 0;
}

.formInput {
  height: 55px;
  border-radius: 10px;
  background-color: #f9f9f9;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
}

.formInput::-webkit-input-placeholder {
  color: #868686;
  font-size: 16px;
}

.formInput::-moz-placeholder {
  color: #868686;
  font-size: 16px;
}

.formInput:-ms-input-placeholder {
  color: #868686;
  font-size: 16px;
}

.formInput::-ms-input-placeholder {
  color: #868686;
  font-size: 16px;
}

.formInput::placeholder {
  color: #868686;
  font-size: 16px;
}

.formText {
  padding: 16px 20px;
  border-radius: 10px;
  width: 100%;
  height: 110px;
  font-weight: 300;
  background-color: #f9f9f9;
}

.formText::-webkit-input-placeholder {
  color: var(--gray);
}

.formText::-moz-placeholder {
  color: var(--gray);
}

.formText:-ms-input-placeholder {
  color: var(--gray);
}

.formText::-ms-input-placeholder {
  color: var(--gray);
}

.formText::placeholder {
  color: var(--gray);
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.sectHead {
  margin-bottom: 50px;
}

.sectHead--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  background-color: #fff;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  padding: 0 var(--container-offset);
}

.container {
  padding: 0 15px;
}

.container-fluid {
  max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-family);
  color: #1a1a1a;
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
  color: var(--green);
}

h1,
.h1 {
  font-size: 44px;
  line-height: normal;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 100%;
  font-weight: 500;
}

h3,
.h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
}

h4,
.h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}

.underline {
  text-decoration: underline;
}

@-webkit-keyframes shows {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes shows {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.content > p {
  margin-bottom: 15px;
}

.content > p a {
  display: inline;
  border-bottom: 1px solid #000;
}

.content > ul {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 20px;
}

.content > ul li {
  margin-bottom: 8px;
}

.content > a {
  display: inline;
  border-bottom: 1px solid #000;
}

.content-box > *:not(:last-child) {
  margin-bottom: 16px;
}
.content-box ul,
.content-box li {
  list-style: disc;
}
.content-box li {
  margin-left: 25px;
  line-height: 1.4;
}
.content-box li:not(:last-child) {
  margin-bottom: 3px;
}
.content-box img {
  width: auto;
  object-fit: contain;
}
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  font-weight: 600;
  line-height: 1.2;
}
.content-box h2:not(:first-child),
.content-box h3:not(:first-child),
.content-box h4:not(:first-child),
.content-box h5:not(:first-child),
.content-box h6:not(:first-child) {
  padding-top: 10px;
}
.content-box h2 {
  font-size: 32px;
}
.content-box h3 {
  font-size: 24px;
}
.content-box h4 {
  font-size: 20px;
}
.content-box h5 {
  font-size: 16px;
}
.content-box h6 {
  font-size: 14px;
}
.content-box .wp-block-heading {
  margin-bottom: 1em;
}
@media (max-width: 575px) {
  .content-box h2 {
    font-size: 26px;
  }
  .content-box h3 {
    font-size: 20px;
  }
  .content-box h4 {
    font-size: 18px;
  }
}
.content-box .alignright {
  float: right;
  margin-bottom: 16px;
}
.content-box .alignleft {
  float: left;
  margin-bottom: 16px;
}
@media (min-width: 481px) {
  .content-box .alignright {
    padding-left: 16px;
  }
  .content-box .alignleft {
    padding-right: 16px;
  }
}
.content-box ol li {
  list-style: decimal;
}
.content-box a {
  text-decoration: underline;
}
.content-box a:hover {
  text-decoration: none;
}
.content-box table {
  width: fit-content;
  border-top: 1px solid #000 3f;
  border-left: 1px solid #000 3f;
}
.content-box table td {
  padding: 3px;
  border-right: 1px solid #000 3f;
  border-bottom: 1px solid #000 3f;
}

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

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gap-1 {
  gap: 5px;
}

.gap-2 {
  gap: 10px;
}

.gap-5 {
  gap: 50px;
}

.fw-100 {
  font-weight: 100;
}

.color--gray {
  color: var(--gray);
}

.color--green {
  color: var(--green);
}

.color--green-line {
  border-bottom: 1px dashed var(--green);
  -webkit-transition: border-color 0.2s linear, color 0.2s linear;
  -o-transition: border-color 0.2s linear, color 0.2s linear;
  transition: border-color 0.2s linear, color 0.2s linear;
}

.color--green-line:hover {
  border-color: var(--main-color);
}

.bg--gray {
  background: #f9f9f9;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-8 {
  margin-bottom: 80px;
}

a.color--green {
  color: var(--green);
}

a.color--green:hover {
  color: var(--main-color);
}

button.color--green {
  color: var(--green);
}

button.color--green:hover {
  color: var(--main-color);
}

a.color--gray {
  color: var(--gray);
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.navArrowW {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.navArrow {
  width: 40px;
  height: 40px;
  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: 50%;
  background-color: #f5f5f5;
}

.navArrow.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.text--lg {
  font-size: 18px;
  line-height: normal;
}

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

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

.fz-15 {
  font-size: 15px;
  line-height: normal;
}

.hover-link:hover {
  color: var(--green);
}

.pageHead {
  padding-top: 25px;
  padding-bottom: 40px;
}

.searchW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  border-radius: 14px;
  border: 2px solid rgba(45, 160, 75, 0.3);
  background: #f4f9f5;
  padding: 6px 6px 6px 20px;
  width: 100%;
}

.searchW input {
  width: 100%;
}

.searchW input::-webkit-input-placeholder {
  color: var(--main-color);
}

.searchW input::-moz-placeholder {
  color: var(--main-color);
}

.searchW input:-ms-input-placeholder {
  color: var(--main-color);
}

.searchW input::-ms-input-placeholder {
  color: var(--main-color);
}

.searchW input::placeholder {
  color: var(--main-color);
}

.shopSortW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.selectItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.selectItem select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url("assets/img/icons/arrow-down.svg") no-repeat right center/12px;
  padding-right: 20px;
  padding-left: 10px;
}

.selectItemName {
  color: var(--gray);
}

.searchItemWeight {
  min-width: 250px;
}

.searchItemWeightName {
  font-size: 13px;
  font-weight: 100;
  margin-bottom: 5px;
  color: #868686;
}

.searchItemWeight ul {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
}

.searchItemWeight ul li:not(:last-child)::after {
  content: "/";
  font-size: 14px;
  color: #868686;
}

.showType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.showTypeBtn {
  cursor: pointer;
}

.showTypeBtn:hover svg {
  fill: var(--main-color);
}

.showTypeBtn svg {
  fill: #c7c7c7;
  height: 19px;
  max-width: 24px;
  -webkit-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.showTypeBtn.active {
  pointer-events: none;
}

.showTypeBtn.active svg {
  fill: var(--main-color);
}

.searchItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.searchItemContent {
  max-width: 300px;
}

.searchItemContentT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 3px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 5px;
}

.searchItemTitle {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

.searchItemTitle:hover {
  color: var(--green);
}

.searchItemImg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.searchItemImg:hover {
  opacity: 0.8;
}

.searchItemImg img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
}

.searchItemR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.searchItemPrice {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  min-width: 124px;
  text-align: end;
}

.searchItemL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.agreement {
  font-size: 14px;
  line-height: normal;
}

.agreement label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #868686;
}

.agreement input {
  display: none;
}

.agreement:has(input:checked) label .rect {
  background: url("assets/img/icons/check-arrow-black.svg") no-repeat center
    center/10px;
}

.agreement .rect {
  border-radius: 2px;
  border: 1px solid var(--main-color);
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.inputGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.inputGrid .inputW {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.copyBtnW {
  position: relative;
}

.copyText {
  display: none;
  position: absolute;
  right: 0;
  font-size: 12px;
}

.copyText.active {
  display: block;
}

.button {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  border-radius: 10px;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 100%;
  font-weight: 300;
}

.button--lg {
  height: 65px;
}

.button--green {
  background-color: var(--green);
  color: #fff;
  border: 1px solid transparent;
}

.button--green:hover {
  background-color: transparent;
  border-color: #2da04b;
  color: var(--green);
}

.button--light-green {
  background-color: #9ce99c;
  color: var(--main-color);
}

.button--light-green:hover {
  background-color: #fff;
}

.button--transparent {
  border: 2px solid #2da04b;
}

.button--transparent:hover {
  background-color: var(--green);
  color: #fff;
}

.button svg {
  width: 16px;
  height: 16px;
  stroke: #000;
}

.button.button-w-100 {
  width: 100%;
}

.headerSearchBtn {
  font-size: 16px;
  height: 45px;
}

.headerBtn {
  font-size: 16px;
}

.headerCatalogBtn {
  font-weight: 200;
  font-size: 16px;
  border-radius: 10px;
  background: #f4f9f5;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  padding-left: 16px;
  padding-right: 16px;
}

.headerCatalogBtn:hover {
  color: var(--green);
}

.headerCatalogBtn .rectW {
  width: 20px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
}

.headerCatalogBtn .rectW span {
  border-radius: 6px;
  width: 100%;
  height: 2px;
  background-color: #2da04b;
  display: block;
}

.headerCatalogBtn .rectW span:nth-child(2) {
  width: 60%;
}

.catListMore {
  border-radius: 10px;
  border: 2px dashed #f5f5f5;
  height: 48px;
  width: 290px;
  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: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.catListMore:hover {
  background-color: #ebf1ed;
}

.searchItemBtn {
  height: 44px;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
}

.reqBtn:hover {
  background-color: rgba(45, 160, 75, 0.1);
  color: var(--main-color);
}

/* Hamburger Menu */

.hamburger {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 25px;
  height: 14px;
  min-width: 20px;
  margin-right: 0;
  cursor: pointer;
  position: relative;
  display: none;
}

.hamburger div {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 2px;
  width: 100%;
  background: #222;
  border-radius: 10px;
}

.hamburger .meat {
  width: 100%;
}

.top-bun.active,
.meat.active,
.bottom-bun.active {
  opacity: 0;
}

.burgerW {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal {
  display: none;
  border-radius: 12px;
  border: 1px solid #efefef;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  padding: 50px;
}

.modal .sectHead {
  margin-bottom: 40px;
}

.modal .btn-close {
  background: none;
  opacity: 1;
}

.modal .h2 {
  font-size: 24px;
  line-height: 120%;
}

.modalDescr {
  opacity: 0.7;
  margin-top: 10px;
}

.modal .fileW label {
  color: var(--main-color);
}

#modalCity {
  width: 900px;
}

.modalCityW {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 10px;
}

.modalCityW a {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.modalCityW a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--green);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modalCityW a:hover {
  color: var(--green);
}

.fancybox__backdrop {
  background: rgba(26, 26, 26, 0.5);
}

.modalOrder {
  width: 100%;
  max-width: 750px;
}

.breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
}

.aioseo-breadcrumbs {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #868686;
}

.aioseo-breadcrumbs a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: var(--main-color);
}

.aioseo-breadcrumbs a:hover {
  color: var(--green);
}

.woocommerce-pagination {
  border-bottom: 1px solid #f1f1f1;
}

.woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  width: 39px;
  height: 39px;
  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-bottom: 2px solid transparent;
  font-size: 18px;
}

.woocommerce-pagination .page-numbers li a.current,
.woocommerce-pagination .page-numbers li span.current {
  border-color: var(--green);
}

.woocommerce-pagination .page-numbers li a:hover {
  color: var(--green);
}

.tabs__nav {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

.tabs__nav-btn {
  height: 40px;
  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;
  font-size: 18px;
  line-height: normal;
  font-weight: 200;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  white-space: nowrap;
}

.tabs__nav-btn:hover {
  color: var(--green);
}

.tabs__nav-btn--active {
  border-color: var(--green);
}

.tabs__panel {
  display: none;
  padding-top: 40px;
}

.tabs__panel--active {
  display: block;
}

.headerT {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.headerB {
  border-bottom: 1px solid #f1f1f1;
}

.header .socials ul {
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  border-bottom: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .logo:hover {
  opacity: 0.85;
}

.header .logo img {
  width: 170px;
}

.headerPhoneItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  border: 1px dashed rgba(45, 160, 75, 0.5);
  padding: 8px 12px;
  padding-left: 44px;
  background-size: 22px;
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-image: url("assets/img/icons/phone-green.svg");
}

.headerPhoneItem a {
  font-size: 19px;
  line-height: normal;
  font-weight: 300;
}

.headerPhoneItem a:hover {
  color: var(--green);
}

.headerPhoneItem span {
  line-height: normal;
  font-size: 15px;
}

.headerNav.active {
  display: block;
  -webkit-animation: shows 0.5s;
  animation: shows 0.5s;
}

.headerNav ul li a {
  font-size: 16px;
}

.headerNav ul li a:hover {
  color: var(--green);
}

.headerAddressSm {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.headerNavCloseBtn {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.headerNavCloseBtn img {
  width: 15px;
}

.mob-menu-overlay {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.75);
  -webkit-animation: hideOverlay 0.5s;
  animation: hideOverlay 0.5s;
}

.mob-menu-overlay.active {
  display: block;
  -webkit-animation: showsOverlay 0.5s;
  animation: showsOverlay 0.5s;
}

.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials ul li a:hover {
  opacity: 0.8;
}

.socials ul li a img {
  width: 23px;
}

.intro {
  padding-top: 50px;
  padding-bottom: 0;
}

.intro .navArrow {
  background-color: #fff;
}

.intro .navArrow:hover {
  opacity: 0.8;
}

.introSlider {
  border-radius: 20px;
}

.introSliderW {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.introSliderW::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: calc(100% - 60px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--green);
  left: 0;
}

.productCenter {
  width: 100%;
}

.introSlider .navArrowW {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  right: 650px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.introSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height: auto;
}

.introSlideContent {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f5f5f5),
    to(#f5f5f5)
  );
  background: -o-linear-gradient(bottom, #f5f5f5 0%, #f5f5f5 100%);
  background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 100%);
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 20px;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.introSlideTitle {
  margin-bottom: 30px;
  max-width: 500px;
}

.introSlideDescr {
  margin-bottom: 30px;
  max-width: 370px;
  font-size: 20px;
  line-height: 150%;
}

.introSlideImg {
  width: 570px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  min-height: 525px;
}

.introSlideImg img {
  position: absolute;
  width: 100%;
  min-width: 678px;
  height: 100%;
  right: 0;
  top: 0;
  -o-object-position: left;
  object-position: left;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.cat {
  overflow: hidden;
}

.catGrid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
}

.catGrid .catCard {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  height: 100%;
}

.catGrid .productCard {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.catGrid--list .productCard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-span: 12;
  grid-column: 12 span;
}

.catGrid--list .productCardImg {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.catGrid--list .productCardImg img {
  width: 100%;
  height: 100%;
}

.catGrid--list .productCardContent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 10px;
}

.catGrid--list .productCardContentB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 0;
}

.catGrid--list .productCardContentT {
  max-width: 400px;
}

.catGrid--list .productCardPrice {
  margin-bottom: 0;
}

.catCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catCardB {
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  background: #fff;
  padding: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.catCardList {
  font-size: 18px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.catCardList a:hover {
  color: var(--green);
}

.catCardMain {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s linear, background 0.2s linear;
  -o-transition: border-color 0.2s linear, background 0.2s linear;
  transition: border-color 0.2s linear, background 0.2s linear;
  min-height: 267px;
}

@media (max-width: 575px) {
  .catCardMain {
    min-height: unset;
  }
}

.catCardMain:hover {
  border: 1px solid #2da04b;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(45, 160, 75, 0.05)),
      to(rgba(45, 160, 75, 0.05))
    ),
    #f5f5f5;
  background: -o-linear-gradient(
      bottom,
      rgba(45, 160, 75, 0.05) 0%,
      rgba(45, 160, 75, 0.05) 100%
    ),
    #f5f5f5;
  background: linear-gradient(
      0deg,
      rgba(45, 160, 75, 0.05) 0%,
      rgba(45, 160, 75, 0.05) 100%
    ),
    #f5f5f5;
}

.catCardMain:hover .catCardMainTitle {
  color: var(--green);
}

.catCardMain::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 25px;
  width: 18px;
  height: 18px;
  background: url("assets/img/icons/arrow-card.svg") no-repeat center
    center/contain;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.catCardMainTitle {
  margin-top: 25px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.catCardMainImg {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.catCardLink {
  margin-top: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.catList.active ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}

.catList ul li {
  display: none;
}

.catList ul li:nth-child(1),
.catList ul li:nth-child(2),
.catList ul li:nth-child(3),
.catList ul li:nth-child(4),
.catList ul li:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catList ul li a {
  border-radius: 10px;
  background: #f5f5f5;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  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: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  font-weight: 300;
}

.catList ul li a:hover {
  background-color: #ebf1ed;
}

.productSlider .swiper-slide {
  height: auto;
}

.productSlider .swiper-slide .productCard {
  height: 100%;
}

.productCard {
  border-radius: 16px;
  background: #f5f5f5;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.productCard:hover {
  border-color: var(--green);
}

.productCardImg {
  width: 100%;
}

.productCardImg:hover {
  opacity: 0.8;
}

.productCardImg img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
  border-radius: 10px;
}

.productCardContent {
  padding-top: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productCardContentT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.productCardContentB {
  margin-top: 20px;
}

.productCardId {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.productCardTitle:hover {
  color: var(--green);
}

.productCardPrice {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 30px;
  white-space: nowrap;
}

.productW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding-top: 50px;
}

.productImg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.productImg:hover {
  opacity: 0.85;
}

.productImg img {
  width: 360px;
  height: 360px;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.productTitle {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}

.productTitle--sm {
  display: none;
}

.productVar label {
  cursor: pointer;
}

.productVar label span {
  display: block;
}

.productVar label:hover .productVarImg img {
  border-color: var(--main-color);
}

.productVar input {
  display: none;
}

.productVar input:checked + label .productVarImg img {
  border-color: var(--main-color);
}

.productVars {
  border-radius: 12px;
  background: #f9f9f9;
  padding: 20px;
}

.productVarImg img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.productVarList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productVarTitle {
  max-width: 100px;
  margin-top: 13px;
}

.productParam {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(45, 160, 75, 0.1);
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productParam span {
  width: 50%;
}

.productPriceW {
  border-radius: 12px;
  border: 1px dashed #2da04b;
  overflow: hidden;
}

.productPriceTop {
  padding: 20px 30px;
  background-color: #f9f9f9;
  border-bottom: 1px dashed var(--green);
}

.productPriceBottom {
  background-color: #f9f9f9;
  padding: 20px 30px;
}

.productRight {
  width: 430px;
  flex-shrink: 0;
}

.productPriceCenter {
  padding: 20px 30px;
}

.productPrice {
  font-size: 23px;
  font-weight: 500;
  line-height: normal;
}

.productPriceRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.productPriceNds {
  position: relative;
  bottom: 2px;
}

.productPriceBottom {
  border-top: 1px dashed var(--green);
}

.productDeliveryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.productDelivery {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.productInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #efefef;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin-top: 60px;
}

.productInfoTextW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.productInfoText {
  width: 50%;
}

.productInfoText li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 10px;
  line-height: normal;
}

.productInfoText li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--green);
  border-radius: 50%;
  position: relative;
  top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.productInfoIcon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.productVarWeight {
  margin-top: 5px;
  color: #868686;
}

@media (max-width: 767px) {
  .productVarWeight {
    font-size: 14px;
  }
}

.docList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 15px;
}

.docItem {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(45, 160, 75, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.docItem .button {
  font-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
}

.docItem .button:hover {
  background-color: rgba(45, 160, 75, 0.1);
  color: var(--main-color);
}

.productParamsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.productParamsGrid .productParam {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.adv {
  background-color: #fafafa;
  overflow: hidden;
}

.adv .container {
  position: relative;
}

.adv .container::before {
  content: "";
  position: absolute;
  left: -300px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 615px;
  height: 615px;
  background: url("assets/img/adv/adv-round-l.svg") no-repeat center
    center/contain;
}

.adv .container::after {
  content: "";
  position: absolute;
  right: -300px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 615px;
  height: 615px;
  background: url("assets/img/adv/adv-round-r.svg") no-repeat center
    center/contain;
}

.adv .sectHead {
  position: relative;
  z-index: 1;
}

.advGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}

.advItem {
  border-radius: 10px;
  border: 1px solid rgba(45, 160, 75, 0.2);
  background: #fff;
  padding: 20px;
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.advItemImg {
  width: 70px;
  margin-bottom: 30px;
}

.advAboutGrid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 50px;
}

.advAboutItem {
  border-radius: 10px;
  border: 1px solid rgba(45, 160, 75, 0.2);
  background: #fff;
  padding: 30px 20px;
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.advAboutItemNum {
  color: #2da04b;
  font-size: 100px;
  font-weight: 900;
  line-height: 100%;
  opacity: 0.2;
}

.advAboutItemName {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.advAboutItemText {
  line-height: normal;
}

.about {
  overflow: hidden;
  position: relative;
}

.aboutW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.aboutContent .content {
  font-size: 20px;
  line-height: 150%;
}

.aboutContent .button {
  margin-top: 50px;
}

.aboutImg {
  width: 550px;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
}

.aboutLogoImg {
  position: absolute;
  right: 0;
  bottom: 100px;
}

.introAboutW {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  line-height: normal;
}

.introAboutL {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.introAboutL img {
  border-radius: 10px;
}

.introAboutR {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.introAboutR img {
  border-radius: 10px;
}

.order {
  background-color: #2da04b;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.order .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.orderTitle,
.orderDescr {
  color: #fff;
}

.orderTitle {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.orderDescr {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.orderForm {
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.order .agreement {
  color: #fff;
}

.order .agreement label {
  color: #fff;
}

.order .agreement:has(input:checked) label .rect {
  background: url("assets/img/icons/check-arrow.svg") no-repeat center
    center/10px;
}

.order .agreement .rect {
  border: 1px solid #fff;
}

.order .formInput {
  border: 3px solid transparent;
  background: #fff;
}

.order .formInput::-webkit-input-placeholder {
  color: #868686;
}

.order .formInput::-moz-placeholder {
  color: #868686;
}

.order .formInput:-ms-input-placeholder {
  color: #868686;
}

.order .formInput::-ms-input-placeholder {
  color: #868686;
}

.order .formInput::placeholder {
  color: #868686;
}

.order .formInput:focus {
  border-color: #a7dfb4;
}

.order .formText {
  border: 3px solid transparent;
  background: #fff;
  height: 110px;
}

.order .formText:focus {
  border-color: #a7dfb4;
}

.orderRound {
  height: 100%;
  position: absolute;
  left: -800px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.orderRoundRight {
  height: 100%;
  position: absolute;
  right: -800px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.orderW {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.orderL {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.orderR {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.orderLogo {
  position: absolute;
  z-index: 2;
  left: -161px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fileW label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  cursor: pointer;
}

.order-product {
  border-top: 5px dashed rgba(255, 255, 255, 0.2);
  border-bottom: 5px dashed rgba(255, 255, 255, 0.2);
}

.galSlider {
  overflow: visible;
  padding-right: 80px;
}

.galSlide {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.galSlide:hover {
  opacity: 0.8;
}

.galSlide img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.galSliderW {
  overflow: hidden;
}

.teamSlide {
  padding: 20px;
  border-radius: 16px;
  background: #f5f5f5;
  height: auto;
}

.teamSlideTitle {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
}

.teamSlideWork {
  color: var(--gray);
}

.teamSlideImg {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -o-object-position: top;
  object-position: top;
}

.contactsW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.contactsIframe iframe {
  width: 670px;
  height: 500px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  border-radius: 10px;
}

.contactsContent {
  width: 100%;
}

.req {
  overflow: hidden;
}

.reqW {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.reqCol {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.reqItem {
  line-height: 150%;
}

.reqItem strong {
  font-weight: 600;
}

.reqItemName {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contactsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  border-bottom: 1px solid rgba(45, 160, 75, 0.15);
  padding-bottom: 30px;
  line-height: normal;
  margin-bottom: 30px;
}

.contactsRow--block {
  display: block;
}

.contactsRow .contactsRowCol {
  width: 50%;
}

.contactsRowName {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}

.contactsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.contactsLinksCol {
  width: 50%;
}

.contactsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 16px;
}

.contactsBtnW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.footerT {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 70px;
}

.footerTW {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.footerB {
  background: #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footerText {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}

.footerContacts {
  width: 300px;
}

.footerNav {
  width: 220px;
}

.footerNav--offset {
  padding-top: 44px;
}

.footerNavTitle {
  margin-bottom: 25px;
  font-size: 20px;
}

.footerNav ul li {
  margin-bottom: 15px;
}

.footerNav ul li a {
  font-size: 18px;
  line-height: normal;
}

.footerNav ul li a:hover {
  color: var(--green);
}

.footer .logo {
  margin-bottom: 40px;
  display: block;
}

.footer .logo img {
  width: 240px;
}

.footerPhone {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer .socials {
  margin-bottom: 25px;
}

.footer .socials ul {
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.footerCallback {
  font-size: 18px;
  line-height: normal;
  display: block;
  margin-bottom: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footerMail,
.footerAddress,
.footerWork {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 575.98px) {
  .container {
    max-width: 540px;
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 991.98px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1199.98px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}

@media (max-width: 1500px) {
  .aboutLogoImg {
    width: 700px;
  }
}

@media (max-width: 1400px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sect-m {
    padding: 0;
    margin: 80px 0;
  }

  h1,
  .h1 {
    font-size: 32px;
  }

  .introSlideImg {
    width: 400px;
    min-height: 400px;
  }

  .introSlideImg img {
    min-width: 500px;
  }

  .catGrid .productCard {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }

  .catCardB {
    padding: 20px;
  }

  .catCardList {
    font-size: 16px;
  }

  .catCardMain {
    padding: 20px;
  }

  .catCardMainTitle {
    font-size: 18px;
  }

  .productW {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .productImg img {
    width: 275px;
  }

  .productTitle {
    font-size: 27px;
  }

  .order .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contactsBtnW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
}

@media (max-width: 1199px) {
  .formInput {
    padding-left: 20px;
  }

  .gap-5 {
    gap: 30px;
  }

  .button {
    height: 50px;
    font-size: 16px;
  }

  .headerSearchBtn {
    height: 40px;
  }

  .header .socials ul {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .header .logo img {
    width: 140px;
  }

  .headerPhoneItem a {
    font-size: 16px;
  }

  .introSlider .navArrowW {
    right: 500px;
  }

  .catGrid .catCard {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }

  .productCenter {
    width: calc(100% - 307px);
  }

  .productW {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .advGrid {
    gap: 20px;
  }

  .advAboutGrid {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }

  .aboutW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 70px;
  }

  .aboutLogoImg {
    bottom: 400px;
  }

  .introAboutW {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .galSlide img {
    height: 300px;
  }

  .contactsIframe iframe {
    height: 400px;
    width: 500px;
  }

  .footerTW {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .footerNav ul li {
    margin-bottom: 10px;
  }

  .footerNav ul li a {
    font-size: 16px;
  }

  .footer .logo {
    margin-bottom: 30px;
  }

  .footer .logo img {
    width: 200px;
  }

  .footerPhone {
    font-size: 22px;
  }

  .footerCallback {
    font-size: 16px;
  }

  .footerMail,
  .footerAddress,
  .footerWork {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  section {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .sect-m {
    padding: 0;
    margin: 45px 0;
  }

  .sectHead {
    margin-bottom: 20px;
  }

  h1,
  .h1 {
    font-size: 24px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 16px;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-lg-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gap-lg-2 {
    gap: 10px;
  }

  .mb-4 {
    margin-bottom: 30px;
  }

  .text--lg {
    font-size: 16px;
  }

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .pageHead {
    padding-bottom: 25px;
  }

  .searchItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .button--lg {
    height: 50px;
  }

  .headerCatalogBtn {
    min-width: 192px;
  }

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

  .burgerW {
    display: block;
  }

  .header .socials {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header .socials ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .headerNav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    padding: 26px 15px 60px;
    z-index: 1;
    background-color: #fff;
    max-width: 320px;
    width: 100%;
    z-index: 2;
  }

  .headerNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray);
  }

  .intro {
    padding-top: 30px;
  }

  .introSlider .navArrowW {
    right: 0;
    left: 0;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 40px;
  }

  .introSlide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .introSlideTitle {
    margin-bottom: 20px;
    font-weight: 400;
  }

  .introSlideDescr {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .introSlideImg {
    width: 100%;
    min-height: unset;
  }

  .introSlideImg img {
    width: 100%;
    min-width: 100%;
    position: unset;
  }

  .catGrid .catCard {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .catGrid .productCard {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .catGrid--list .productCardContentT {
    max-width: 210px;
  }

  .catList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }

  .docList {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .docItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .productParamsGrid {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .productParamsGrid .productParam {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .advItem {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }

  .advAboutItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .aboutW {
    row-gap: 50px;
  }

  .aboutContent .content {
    font-size: 16px;
  }

  .aboutContent .button {
    margin-top: 25px;
  }

  .aboutImg {
    height: auto;
  }

  .contactsW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .contactsIframe iframe {
    width: 100%;
  }

  .reqW {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .reqCol {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .footerText {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .justify-content-md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .align-items-md-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-md-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gap-md-30 {
    gap: 30px;
  }

  .mt-8 {
    margin-top: 20px;
  }

  .mb-8 {
    margin-bottom: 20px;
  }

  .showType {
    display: none;
  }

  .modal .sectHead {
    margin-bottom: 20px;
  }

  .introSliderW {
    padding-left: 10px;
    padding-right: 10px;
  }

  .introSlideContent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .catGrid .productCard {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .productCardContentB {
    margin-top: 10px;
  }

  .productCardPrice {
    margin-bottom: 15px;
  }

  .productCenter {
    width: 100%;
  }

  .productW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
  }

  .productImg img {
    height: 300px;
  }

  .productTitle--lg {
    display: none;
  }

  .productTitle--sm {
    display: block;
  }

  .productVarImg img {
    width: 50px;
    height: 50px;
  }

  .productRight {
    width: 100%;
  }

  .productInfoTextW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productInfoText {
    width: 100%;
  }

  .advItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .advAboutItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advAboutItemNum {
    font-size: 70px;
    margin-bottom: 10px;
  }

  .advAboutItemName {
    margin-bottom: 10px;
  }

  .introAboutL {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .introAboutR {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .order {
    background-size: cover;
    background-position: left;
  }

  .order .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .orderDescr {
    margin-bottom: 25px;
  }

  .orderW {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .orderL {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .orderR {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .footerTW {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .footerContacts {
    width: 250px;
  }

  .footerNav {
    width: 200px;
  }

  .footerNavTitle {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 12px;
  }

  .headerCatalogBtn {
    width: 100%;
  }

  .flex-sm-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gap-2 {
    gap: 6px;
  }

  .gap-sm-0 {
    gap: 0;
  }

  .text-sm-center {
    text-align: center;
  }

  .mb-20 {
    margin-bottom: 10px;
  }

  .py-sm-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .shopSortW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }

  .searchItemR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 15px;
  }

  .inputGrid .inputW {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .catListMore {
    width: 100%;
  }

  .modal {
    padding: 30px 25px;
  }

  .modalCityW {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .modalCityW a {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .tabs__nav {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -15px;
    padding-left: 20px;
    width: calc(100% + 30px);
    padding-right: 15px;
  }

  .headerAddressSm {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro .container {
    padding-left: 0;
    padding-right: 0;
  }

  .introSlide {
    row-gap: 10px;
  }

  .introSlideDescr {
    font-size: 16px;
  }

  .catGrid .catCard {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .catList ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .productCardImg img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .productW {
    row-gap: 20px;
  }

  .productImg img {
    height: 250px;
    width: 100%;
  }

  .productVarTitle {
    margin-top: 8px;
    font-size: 15px;
  }

  .productPriceTop {
    padding: 20px;
  }

  .productPriceBottom {
    padding: 20px;
  }

  .productPriceCenter {
    padding: 20px;
  }

  .productInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .productInfoIcon {
    width: 40px;
  }

  .docItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
  }

  .advGrid {
    gap: 10px;
  }

  .advItemImg {
    width: 40px;
    margin-bottom: 15px;
  }

  .advAboutItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .advAboutItemName {
    font-size: 20px;
  }

  .aboutW {
    row-gap: 30px;
  }

  .aboutImg {
    width: 100%;
    height: auto;
  }

  .aboutLogoImg {
    bottom: 74vw;
  }

  .introAboutW {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .galSlider {
    padding-right: 50px;
  }

  .galSlide img {
    height: 55vw;
  }

  .contactsRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .contactsRowName {
    margin-bottom: 15px;
  }

  .contactsLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactsLinksCol {
    width: 100%;
  }

  .contactsBtnW .button {
    width: 100%;
  }

  .footerT {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footerTW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerText {
    margin-top: 25px;
  }

  .footerContacts {
    width: 100%;
  }

  .footerNav {
    width: 100%;
  }

  .footerNav--offset {
    padding-top: 0;
  }

  .footerNavTitle {
    text-align: center;
  }

  .footerNav ul li {
    text-align: center;
  }

  .footer .logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .footerPhone {
    margin-left: auto;
    margin-right: auto;
  }

  .footer .socials ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footerCallback {
    margin-left: auto;
    margin-right: auto;
  }

  .footerMail,
  .footerAddress,
  .footerWork {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .advItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}

@media (max-width: 375px) {
  .header .logo img {
    width: 120px;
  }
}

@media (max-width: 359px) {
  .modalCityW a {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}

.order .agreement {
  display: flex;
}

.wpcf7-list-item {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.dnd-upload-status .dnd-upload-details {
  font-size: 14px;
}

.order .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

.codedropz-upload-inner h3,
.codedropz-upload-inner h3 + span {
  display: none;
}

.fileW input {
  display: none;
}

.order .codedropz-upload-inner h3 {
  color: #fff;
}

.order .codedropz-btn-wrap {
  color: #fff;
}

.order .codedropz-upload-inner {
  color: #fff;
}

.order .dnd-upload-counter {
  color: #fff;
}

.order .dnd-upload-status .dnd-upload-image {
  border-color: #fff;
}

.order .dnd-upload-status .dnd-upload-details {
  color: #fff;
}

.order .dnd-upload-status .dnd-upload-details .name span {
  color: #fff;
}

.wpcf7-spinner {
  display: none;
}

@media (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .headerB {
    border-bottom: none;
  }

  .headerT {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  .socials-lg ul li:last-child {
    display: none;
  }
}

@media (max-width: 575px) {
  .headerCatalogBtn {
    justify-content: flex-start;
  }

  .intro {
    padding-top: 0;
  }
}

.phone-mobile {
  display: none;
}

@media (max-width: 991px) {
  .phone-mobile {
    display: flex;
  }
}

.phone-sm-active-block {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 30px);
  border-radius: 10px;
  border: 1px solid rgba(37, 140, 58, 0.3);
  background: #fff;
  top: 60px;
  padding: 15px 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.phone-sm-active-block .headerPhoneItem {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.phone-sm-active-block.active {
  visibility: visible;
  opacity: 1;
}

.phone-sm-active-block::before {
  content: "";
  top: -19px;
  right: 34px;
  position: absolute;
  width: 28px;
  height: 26px;
  background: url("assets/img/icons/menu-phone-rect.svg") no-repeat center
    center / contain;
}

@media (max-width: 575px) {
  .headerT {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
  }
}

@media (max-width: 575px) {
  .wrapper {
    padding-top: 60px;
  }
}

.form-wppp-select {
  display: flex !important;
  margin-left: 0 !important;
  float: none !important;
}

/* .wppp-select {
  padding-left: 0!important;
} */
.catListMore {
  display: none;
}

.catList:has(li:nth-child(5)) .catListMore {
  display: flex;
}

.content h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.content h2 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.content p {
  line-height: normal;
}

.errorDescr {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

.errorTitle {
  text-align: center;
}

.searchBtn {
  margin-left: auto;
  margin-right: auto;
}

.onsale {
  display: none;
}

.inputW--hidden {
  display: none;
}

.product_v_nalicii {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.product_v_nalicii::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgb(15, 187, 15);
  display: block;
  border-radius: 50%;
}

.product_pod_zakaz {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.product_pod_zakaz::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: red;
  display: block;
  border-radius: 50%;
}

/* ajax search */

.search-form {
  position: relative;
}

.ajax-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 5px;
  max-height: calc(100vh - 220px);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
  width: 6px;
  background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 4em;
}

.ajax-search__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}

.ajax-search__link {
  color: var(--accent);
  line-height: 130%;
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.ajax-search__excerpt {
  cursor: default;
  font-size: 11px;
  line-height: 140%;
}

.ajax-search__not-found {
  font-size: 12px;
}

.position-relative {
  position: relative;
}

.ajax-search .searchItem:nth-child(1) {
  margin-top: 10px;
}

.ajax-search .searchItem {
  margin-left: 30px;
  margin-right: 30px;
}
.ajax-search .not-found {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.searchCatsW {
  display: flex;
  row-gap: 4px;
  flex-wrap: wrap;
  column-gap: 7px;
}

.whatsapp-button {
  position: fixed;
  right: 13px;
  bottom: 60px;
  transform: translate(-50%, -50%);
  background: #43d854;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 10;
}

.whatsapp-button a {
  color: #fff;
}

.whatsapp-button:before,
.whatsapp-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #43d854;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.whatsapp-button:after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@media (max-width: 800px) {
  .whatsapp-button {
    bottom: 5px;
    /*отступ кнопки снизу от экрана*/
  }
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 500px;
  overflow: hidden;
  cursor: zoom-in;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

#popup-msg {
  max-width: 700px;
  line-height: normal;
}
#popup-msg a {
  text-decoration: underline;
}

.is-hidden {
  display: none !important;
}

.pa-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
}

.pa-item {
  padding: 8px;
  cursor: pointer;
}

.pa-item:hover {
  background-color: #f0f0f0;
}

.pa-no-results {
  padding: 8px;
  color: #888;
  font-style: italic;
}

.product-search-container {
  position: relative;
  margin-bottom: 20px;
}

.product-search-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wpcf7-not-valid .product-search-input {
  border-color: #f00;
}

.cf7-autocomplete-list {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  display: none;
  z-index: 999;
}

.cf7-autocomplete-list li {
  padding: 8px 12px;
  cursor: pointer;
}

.cf7-autocomplete-list li:hover {
  background: #f5f5f5;
}

li.no-results {
  pointer-events: none;
  font-weight: 500;
  color: red;
}

.pcat-desc .content-box {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
}