@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialMT.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia";
  src: url("../fonts/Georgia.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --scroll-offset: 0px;
  --animation-left: -100%;
  --animation-right: 100%;
  --animation-top: -100%;
  --animation-bottom: 100%;
  --columns: 12;
  --adaptive-box: 100%;
  --body-font-size: 0.12rem;
  --gap-x: 0.1rem;
  --gap-y: 0.1rem;
  --container-gap: 0.1rem;
}
body {
  line-height: 1.5;
  font-weight: 400;
  font-size: var(--body-font-size);
  font-family: "Arial", sans-serif;
  font-style: normal;
  margin: 0;
  color: #3f3f3f;
  background-color: #f5f5f5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: currentColor;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: currentColor;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial", sans-serif;
  line-height: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.1rem;
  color: currentColor;
}

p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 0.12rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  line-height: inherit;
}

address {
  font-style: normal;
}

blockquote {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  transition-duration: 400ms;
  color: currentColor;
  background-color: transparent;
}

a,
button,
[role=button],
input,
label,
select,
textarea {
  touch-action: manipulation;
  margin: 0;
}

a:not([href]) {
  text-decoration: none;
  color: inherit;
}
a:not([href]):hover, a:not([href]):focus {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[role=button] {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

input[type=radio],
input[type=checkbox] {
  padding: 0;
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

textarea {
  overflow: auto;
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

a:focus, a:active, a:hover {
  outline: 0;
}

svg:not(:root) {
  overflow: hidden;
}

:root {
  --width-max-window: 1920px;
  --width-min-window: 320;
  --width-min-window-px: 320px;
  --min-value: 100;
  --min-value-px: 100px;
  --max-value: 100;
  --layout-size: 1920;
  font-size: calc(var(--min-value-px) + (var(--max-value) - var(--min-value)) * (var(--width-max-window) - var(--width-min-window-px)) / (var(--layout-size) - var(--width-min-window)));
}
.wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.container-full, .container\@lg, .container\@md, .container\@xs, .container {
  --local-container-gap: var(--container-gap);
  --dp-block: block;
  display: var(--dp-block);
  width: 100%;
  padding-left: var(--local-container-gap);
  padding-right: var(--local-container-gap);
  margin-left: auto;
  margin-right: auto;
}

br {
  --dp-inline: inline;
  display: var(--dp-inline);
}

.loader {
  height: 1em;
  width: 1em;
  display: block;
  overflow: hidden;
  position: relative;
}
.loader:after, .loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid currentColor;
  border-radius: 50%;
}
.loader:after {
  opacity: 0.15;
}
.loader:before {
  border-bottom-color: transparent;
  border-top-color: transparent;
  animation: loading 1.5s linear infinite;
}
.loader--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.loader--size-sm {
  font-size: 0.4rem;
}
.loader--size-md {
  font-size: 0.6rem;
}
.loader--size-lg {
  font-size: 0.8rem;
}

.adaptive-box {
  position: relative;
  width: 100%;
  --dp-block: block;
  display: var(--dp-block);
}
.adaptive-box:after {
  content: "";
  padding: 0px 0px var(--adaptive-box) 0px;
  width: 100%;
  display: block;
}
.adaptive-box > * {
  position: absolute;
}
.adaptive-box__image, .adaptive-box__item {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.adaptive-box__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.link {
  color: currentColor;
}
.link:active {
  color: #557100;
}
.link-decor {
  color: currentColor;
  position: relative;
}
.link-decor:before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  border-bottom: 1px solid currentColor;
  transform: scaleX(0);
  transition-duration: 400ms;
}
.link--line {
  text-decoration: underline;
}

.list li {
  position: relative;
  padding-left: 0.15rem;
}
.list li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  height: 1em;
  width: 1em;
  font-size: 0.08rem;
  border-radius: 50%;
  background-color: #000;
}

.logo {
  display: inline-block;
  flex-shrink: 0;
  line-height: 0;
}
.logo img {
  width: 250px;
  height: 81px;
}

.title {
  --dp-block: block;
  display: var(--dp-block);
  font-weight: 700;
  word-wrap: break-word;
  color: #2a2828;
}
.title--size-sm {
  font-size: 0.24rem;
}
.title--size-md {
  font-size: 17px;
  line-height: 41px;
  padding: 0 15px;
  background: linear-gradient(#ffffff, #eeeeee);
}
.title--size-lg {
  font-size: 18px;
  line-height: 30px;
  color: #2d2d2d;
  background: linear-gradient(#ffffff, #eeeeee);
  padding: 0 15px;
  text-shadow: 1px 1px 1px #d7d7d7;
}

.burger {
  --dp-flex: flex;
  display: var(--dp-flex);
  flex-direction: column;
  align-items: center;
  width: 28px;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 900;
  padding: 0;
  border: 0;
}
.burger span {
  display: block;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: #3f3f3f;
}
.burger span:nth-child(1) {
  top: 0;
}
.burger span:nth-child(3) {
  top: auto;
  bottom: 0%;
}
.burger.burger--close span {
  transform: scale(0);
}
.burger.burger--close span:nth-child(1) {
  transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}
.burger.burger--close span:nth-child(3) {
  transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.nav-menu {
  display: flex;
}
.nav-menu.nav-menu--open {
  right: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.2);
}
.nav-menu.nav-menu--open .nav-menu__item.active .nav-menu__link {
  background: none;
}
.nav-menu.nav-menu--open .nav-menu__link:hover {
  background: none;
  box-shadow: none;
}
.nav-menu.nav-menu--open .nav-menu__item.first .nav-menu__link {
  background: url("../../images/global/mainmenu-home.png") no-repeat 0 0;
}
.nav-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  background-color: #f1f1f1;
  height: 100%;
  min-height: 100vh;
  padding: 150px 10px 50px;
  overflow-y: scroll;
  gap: 20px;
}
.nav-menu__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu__item {
  text-align: center;
}
.nav-menu--open .nav-menu__item {
  text-align: left;
}
.nav-menu__item.active .nav-menu__link {
  color: #c45205;
  background: linear-gradient(#ffffff, #f2f2f2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-menu__item.first .nav-menu__link {
  padding-left: 40px;
  background: url("../../images/global/mainmenu-home.png") no-repeat 0 0;
}
.nav-menu__item.first.active .nav-menu__link {
  color: #557100;
}
.nav-menu__link {
  display: inline-block;
  line-height: 45px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 1px 1px 0px #fff;
  padding: 0 10px 2px;
  transition: 0.2s;
}
.nav-menu__link:hover {
  color: #89b700;
  background: linear-gradient(#ffffff, #f2f2f2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: -5px 0 5px -3px rgba(0, 0, 0, 0.3), 5px 0 5px -3px rgba(0, 0, 0, 0.3);
}

.btn {
  position: relative;
  text-decoration: none;
  transition-duration: 400ms;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border: none;
}

.btn--theme-gradient {
  background: linear-gradient(#86D901, #477300);
  color: #fff;
}
.btn--theme-gradient:after, .btn--theme-gradient:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 400ms;
  opacity: 0;
}
.btn--theme-gradient:after {
  background: linear-gradient(#86D901, #477300);
  z-index: 2;
}
.btn--theme-gradient:before {
  background: linear-gradient(#86D901, #477300);
  z-index: 3;
}
.btn--theme-gradient:active:before {
  opacity: 1;
}
.btn--theme-gradient span {
  position: relative;
  z-index: 4;
}

.scroll-offset {
  overflow: hidden !important;
  --scroll-offset: var(--scroll-offset-init);
  touch-action: none;
}
.scroll-offset[data-scroll-offset], .scroll-offset [data-scroll-offset] {
  padding-right: var(--scroll-offset);
}

.box,
.box-center,
.box-center-x,
.box-center-y,
.box-reverse,
.box-y,
.box-y-reverse {
  --dp-flex: flex;
  display: var(--dp-flex);
}

.item {
  --dp-block: block;
  display: var(--dp-block);
}

.t\:100 {
  font-weight: 100;
}

.t\:200 {
  font-weight: 200;
}

.t\:300 {
  font-weight: 300;
}

.t\:400 {
  font-weight: 400;
}

.t\:500 {
  font-weight: 500;
}

.t\:600 {
  font-weight: 600;
}

.t\:700 {
  font-weight: 700;
}

.t\:800 {
  font-weight: 800;
}

.t\:900 {
  font-weight: 900;
}

.t\:left {
  text-align: left;
}

.t\:right {
  text-align: right;
}

.t\:center {
  text-align: center;
}

.t\:italic {
  font-style: italic;
}

.t\:no-italic {
  font-style: normal;
}

.t\:uppercase {
  text-transform: uppercase;
}

.t\:transform-none {
  text-transform: none;
}

.inline {
  --dp-inline: inline;
  display: var(--dp-inline);
}

.box-reverse {
  flex-direction: row-reverse;
}

.box-y {
  flex-direction: column;
}

.box-y-reverse {
  flex-direction: column-reverse;
}

.box-center {
  --justify: center;
  justify-content: var(--justify);
}

.box-center,
.box-center-y {
  --align: center;
  align-items: var(--align);
}

.box-center-x {
  --justify: center;
  justify-content: var(--justify);
}

.m\:inline {
  --dp-flex: inline-flex;
  --dp-grid: inline-grid;
  --dp-block: inline-block;
  --dp-inline: inline ;
}

.m\:block {
  --dp-flex: flex;
  --dp-grid: grid;
  --dp-block: block;
  --dp-inline: block ;
}

.m\:hide,
.m\:show\@lg,
.m\:show\@md {
  --dp-flex: none;
  --dp-grid: none;
  --dp-block: none;
  --dp-inline: none ;
}

.m\:show {
  --dp-flex: flex;
  --dp-grid: grid;
  --dp-block: block;
  --dp-inline: inline ;
}

.m\:left {
  margin-right: auto;
  margin-left: 0;
}

.m\:left-0,
.m\:right {
  margin-right: 0;
}

.m\:right {
  margin-left: auto;
}

.m\:right-0 {
  margin-left: 0;
}

.m\:top {
  margin-bottom: auto;
  margin-top: 0;
}

.m\:bottom,
.m\:top-0 {
  margin-bottom: 0;
}

.m\:bottom {
  margin-top: auto;
}

.m\:bottom-0 {
  margin-top: 0;
}

.m\:center {
  margin: auto;
}

.m\:center-0 {
  margin: 0;
}

.m\:center-x {
  margin-left: auto;
  margin-right: auto;
}

.m\:center-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.m\:center-y {
  margin-top: auto;
  margin-bottom: auto;
}

.m\:center-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m\:relative {
  position: relative;
}

.m\:static {
  position: static;
}

.m\:nowrap {
  flex-wrap: nowrap;
}

.m\:wrap {
  flex-wrap: wrap;
}

.m\:wrap-reverse {
  flex-wrap: wrap-reverse;
}
.header._menu-active .header-hide {
  opacity: 0;
  pointer-events: none;
}
.header-hide {
  transition-duration: 400ms;
}
.header__top {
  background: url("../images/global/header_bg.png") #fff repeat-x 0 0;
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__phone {
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  padding: 15px 20px;
  color: #a5a5a5;
  font-size: 18px;
  line-height: 1;
  box-shadow: 2px 2px 2px #eeeeee;
  background: #fff;
  white-space: nowrap;
}
.header__phone_mob {
  font-size: 18px;
  color: #a5a5a5;
  display: none;
}
.header__bottom {
  border-top: 3px solid #f8f8f8;
  background: url("../images/global/mainmenu_bg.png") repeat-x 0 0;
}
.header__bottom-inner {
  min-height: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.search button {
  color: #ffffff;
  cursor: pointer;
  border: none;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #89b700;
  border-radius: 5px;
  padding: 5px;
}
.search input {
  padding: 6px 0 6px 25px;
  border: none;
  margin: 0;
  color: #5b5b5b;
  width: 189px;
  background: url("../images/global/search_bg.png") repeat-x 0 0;
  font-size: 12px;
}

.footer {
  margin-top: auto;
}
.footer__inner {
  padding: 10px;
  text-align: center;
}
.footer__inner a {
  color: #557100;
}
.footer__inner a:hover {
  text-decoration: underline;
}

.content {
  margin: 5px 0;
}
.content__intro {
  line-height: 0;
  padding: 10px 9px 9px;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: -1px 0 5px -3px rgba(0, 0, 0, 0.3), 1px 0 5px -3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.aside {
  display: none;
}
.aside--sm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}
.aside--sm .aside__item-menu {
  flex-grow: 1;
}
.aside__item {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: -1px 0 5px -3px rgba(0, 0, 0, 0.3), 1px 0 5px -3px rgba(0, 0, 0, 0.3);
}
.aside__title {
  margin-bottom: 0;
  text-shadow: 1px 1px 0px #fff;
}
.aside__content {
  padding: 10px;
}
.aside__content-catalog {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.aside__content-catalog a {
  color: #557100;
  font-size: 16px;
  line-height: 18px;
}
.aside__content-catalog a:hover {
  text-decoration: underline;
}
.aside__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside__menu li {
  padding: 3px 0;
  border-top: 1px solid #f1f1f1;
}
.aside__menu a {
  font-size: 12px;
  line-height: 22px;
  padding-left: 20px;
  color: #557100;
  display: block;
  background: url("../images/content/arrow1.png") no-repeat 10px -24px;
  transition: none;
}
.aside__menu a:hover {
  background: url("../images/content/arrow1.png") no-repeat 10px 9px;
}

.products {
  display: grid;
  grid-template-columns: 1fr;
}
.products__wrapper {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: -1px 0 5px -3px rgba(0, 0, 0, 0.3), 1px 0 5px -3px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.products__title {
  text-shadow: 1px 1px 1px #d7d7d7;
}
.products__item {
  padding: 6px;
}

.item__title {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
.item__title a {
  color: #557100;
}
.item__title a:hover {
  text-decoration: underline;
}

.item__rating {
    
  padding: 8px 0;
  display: flex;
  gap: 4px;
  align-items: center;
  display:none;
}
.item__rating .item__rating-title {
  color: #999;
}
.item__rating-log {
  font-size: 11px;
  line-height: 25px;
}
.item__rating-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item__rating-list li {
  display: inline;
}

.item__links {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
  margin: 16px 0;
}
.item__links a {
  color: #557100;
  margin-left: 4px;
}
.item__links a:hover {
  text-decoration: underline;
}

.item__body {
  padding: 8px 0;
}

.item__footer {
  color: #999;
  padding: 4px;
  margin: 16px 0 4px 0;
  border-top: 1px solid #ddd;
}

.item__image {
  margin-bottom: 8px;
  text-align: center;
}
.item__image a {
  border: 1px solid #ccc;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  line-height: 0;
}
.item__image img {
  border-radius: 10px;
}

.item-fields {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #ddd;
}
.item-fields li {
  padding: 2px;
  border-bottom: 1px dotted #ccc;
  display: flex;
  gap: 4px;
}
.item-fields li:nth-child(odd) {
  background: #fffff0;
}
.item-fields li strong {
  min-width: 30%;
}

.pagination {
  margin: 10px auto;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  color: #3B5468;
}
.pagination__wrapper {
  padding: 8px;
  margin: 24px 0 4px 0;
}
.pagination li {
  display: inline-block;
  margin: 5px 2px;
}
.pagination a {
  color: #557100;
  font-weight: bold;
  padding: 2px 10px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #afaeae;
}
.pagination span {
  color: #ffffff;
  font-weight: bold;
  padding: 2px 10px;
  display: inline-block;
  background: #3B5468;
  border: 1px solid #3B5468;
}

.pagination a:hover {
  text-decoration: underline;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
.breadcrumb__wrapper {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: -1px 0 5px -3px rgba(0, 0, 0, 0.3), 1px 0 5px -3px rgba(0, 0, 0, 0.3);
}
.breadcrumb li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb a {
  padding-right: 12px;
  color: #557100;
  position: relative;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: 0;
  top: 3px;
  background-image: url("../images/global/arrow.png");
  background-size: cover;
}

.page__content {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: -1px 0 5px -3px rgba(0, 0, 0, 0.3), 1px 0 5px -3px rgba(0, 0, 0, 0.3);
}

.page__title {
  padding: 0 10px;
}

.page__content-inner {
  padding: 10px;
}

.page__content-contacts h4 {
  color: #C30;
  font-size: 15px;
  line-height: 18px;
  margin: 1em 0;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gallery__item {
  display: block;
  text-align: center;
}
.gallery__item .adaptive-box {
  --adaptive-box: 80%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.gallery__item img {
  transform: scale(1);
  transition: 0.3s;
}
.gallery__item-title {
  margin: 1em 0;
  color: #557100;
  font-size: 13px;
}
.gallery__item:hover .gallery__item-title {
  text-decoration: underline;
}
.gallery__item:hover img {
  transform: scale(1.1);
}

.gallery__item-card {
  text-align: center;
}
.gallery__item-card .adaptive-box {
  --adaptive-box: 75%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.gallery__item-card-title {
  margin: 1em 0;
  font-size: 14px;
}
.video_gallery_box {
  margin-bottom: 30px;
}
.video_gallery_box .video_gallery_iframe iframe {
  width: 100%;
}
h4.video_gallery_title {
  font-size: 15px;
  margin: 1em 0;
  color: #557100;
}
.category__title {
  font-size: 21px;
  line-height: 40px;
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 4px 0;
  padding: 18px 8px;
}

.product__title {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  padding: 20px 10px 4px;
  margin: 0;
}
.product__content {
  padding: 0 10px 10px;
  margin: 0 0 24px 0;
  border-bottom: 1px dotted #ccc;
}
.product__content .item__image {
  padding: 8px;
  margin-bottom: 16px;
}

.item-fields-wrapper {
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
  margin-top: 24px;
}

.item-fields-title {
  font-size: 18px;
  line-height: normal;
}

.item-top {
  text-align: right;
}
.item-top a {
  color: #557100;
  text-decoration: underline;
}

.color-primary {
  color: #557100;
}

.color-white {
  color: #fff;
}

.flex-0-0-a {
  flex: 0 0 auto;
}

.flex-1-0-a {
  flex: 1 0 auto;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.max-w-none {
  max-width: none;
}

.lh-auto {
  line-height: normal;
}

@media (min-width: 480px) {
  .container {
    max-width: 440px;
  }
  .title--size-lg {
    line-height: 41px;
  }
  .t\:left\@sm {
    text-align: left;
  }
  .t\:right\@sm {
    text-align: right;
  }
  .t\:center\@sm {
    text-align: center;
  }
  .m\:inline\@sm {
    --dp-flex: inline-flex;
    --dp-grid: inline-grid;
    --dp-block: inline-block;
    --dp-inline: inline;
  }
  .m\:block\@sm {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: block;
  }
  .m\:hide\@sm {
    --dp-flex: none;
    --dp-grid: none;
    --dp-block: none;
    --dp-inline: none;
  }
  .m\:show\@sm {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: inline;
  }
  .m\:left\@sm {
    margin-right: auto;
    margin-left: 0;
  }
  .m\:left-0\@sm,
  .m\:right\@sm {
    margin-right: 0;
  }
  .m\:right\@sm {
    margin-left: auto;
  }
  .m\:right-0\@sm {
    margin-left: 0;
  }
  .m\:top\@sm {
    margin-bottom: auto;
    margin-top: 0;
  }
  .m\:bottom\@sm,
  .m\:top-0\@sm {
    margin-bottom: 0;
  }
  .m\:bottom\@sm {
    margin-top: auto;
  }
  .m\:bottom-0\@sm {
    margin-top: 0;
  }
  .m\:center\@sm {
    margin: auto;
  }
  .m\:center-0\@sm {
    margin: 0;
  }
  .m\:center-x\@sm {
    margin-left: auto;
    margin-right: auto;
  }
  .m\:center-x-0\@sm {
    margin-left: 0;
    margin-right: 0;
  }
  .m\:center-y\@sm {
    margin-top: auto;
    margin-bottom: auto;
  }
  .m\:center-y-0\@sm {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m\:relative\@sm {
    position: relative;
  }
  .m\:static\@sm {
    position: static;
  }
  .m\:nowrap\@sm {
    flex-wrap: nowrap;
  }
  .m\:wrap\@sm {
    flex-wrap: wrap;
  }
  .m\:wrap-reverse\@sm {
    flex-wrap: wrap-reverse;
  }
}

@media (min-width: 640px) {
  .container\@xs, .container {
    max-width: 520px;
  }
  .t\:left\@xs {
    text-align: left;
  }
  .t\:right\@xs {
    text-align: right;
  }
  .t\:center\@xs {
    text-align: center;
  }
  .m\:inline\@xs {
    --dp-flex: inline-flex;
    --dp-grid: inline-grid;
    --dp-block: inline-block;
    --dp-inline: inline;
  }
  .m\:block\@xs {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: block;
  }
  .m\:hide\@xs {
    --dp-flex: none;
    --dp-grid: none;
    --dp-block: none;
    --dp-inline: none;
  }
  .m\:show\@xs {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: inline;
  }
  .m\:left\@xs {
    margin-right: auto;
    margin-left: 0;
  }
  .m\:left-0\@xs,
  .m\:right\@xs {
    margin-right: 0;
  }
  .m\:right\@xs {
    margin-left: auto;
  }
  .m\:right-0\@xs {
    margin-left: 0;
  }
  .m\:top\@xs {
    margin-bottom: auto;
    margin-top: 0;
  }
  .m\:bottom\@xs,
  .m\:top-0\@xs {
    margin-bottom: 0;
  }
  .m\:bottom\@xs {
    margin-top: auto;
  }
  .m\:bottom-0\@xs {
    margin-top: 0;
  }
  .m\:center\@xs {
    margin: auto;
  }
  .m\:center-0\@xs {
    margin: 0;
  }
  .m\:center-x\@xs {
    margin-left: auto;
    margin-right: auto;
  }
  .m\:center-x-0\@xs {
    margin-left: 0;
    margin-right: 0;
  }
  .m\:center-y\@xs {
    margin-top: auto;
    margin-bottom: auto;
  }
  .m\:center-y-0\@xs {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m\:relative\@xs {
    position: relative;
  }
  .m\:static\@xs {
    position: static;
  }
  .m\:nowrap\@xs {
    flex-wrap: nowrap;
  }
  .m\:wrap\@xs {
    flex-wrap: wrap;
  }
  .m\:wrap-reverse\@xs {
    flex-wrap: wrap-reverse;
  }
  .aside--sm {
    flex-direction: row;
  }
  .gallery__item-title {
    font-size: 15px;
  }
  .product__title {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .container\@md, .container, .container\@xs {
    max-width: 720px;
  }
  .title--size-lg {
    font-size: 0.26rem;
  }
  .t\:left\@md {
    text-align: left;
  }
  .t\:right\@md {
    text-align: right;
  }
  .t\:center\@md {
    text-align: center;
  }
  .m\:inline\@md {
    --dp-flex: inline-flex;
    --dp-grid: inline-grid;
    --dp-block: inline-block;
    --dp-inline: inline ;
  }
  .m\:block\@md {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: block ;
  }
  .m\:hide\@md {
    --dp-flex: none;
    --dp-grid: none;
    --dp-block: none;
    --dp-inline: none ;
  }
  .m\:show\@md {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: inline ;
  }
  .m\:left\@md {
    margin-right: auto;
    margin-left: 0;
  }
  .m\:left-0\@md,
  .m\:right\@md {
    margin-right: 0;
  }
  .m\:right\@md {
    margin-left: auto;
  }
  .m\:right-0\@md {
    margin-left: 0;
  }
  .m\:top\@md {
    margin-bottom: auto;
    margin-top: 0;
  }
  .m\:bottom\@md,
  .m\:top-0\@md {
    margin-bottom: 0;
  }
  .m\:bottom\@md {
    margin-top: auto;
  }
  .m\:bottom-0\@md {
    margin-top: 0;
  }
  .m\:center\@md {
    margin: auto;
  }
  .m\:center-0\@md {
    margin: 0;
  }
  .m\:center-x\@md {
    margin-left: auto;
    margin-right: auto;
  }
  .m\:center-x-0\@md {
    margin-left: 0;
    margin-right: 0;
  }
  .m\:center-y\@md {
    margin-top: auto;
    margin-bottom: auto;
  }
  .m\:center-y-0\@md {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m\:relative\@md {
    position: relative;
  }
  .m\:static\@md {
    position: static;
  }
  .m\:nowrap\@md {
    flex-wrap: nowrap;
  }
  .m\:wrap\@md {
    flex-wrap: wrap;
  }
  .m\:wrap-reverse\@md {
    flex-wrap: wrap-reverse;
  }
  .products {
    grid-template-columns: 1fr 1fr;
  }
  .gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .product__title {
    font-size: 36px;
  }
  .max-w-none\@md {
    max-width: none;
  }
}

@media (min-width: 992px) {
  :root {
    --body-font-size: 0.12rem;
  }
  .container\@lg, .container, .container\@md, .container\@xs {
    max-width: 9.7rem;
  }
  .title--size-sm {
    font-size: 0.36rem;
  }
  .nav-menu__inner {
    flex-direction: row;
    width: 100%;
    background-color: transparent;
    height: auto;
    min-height: inherit;
    padding: 0;
    overflow: visible;
  }
  .nav-menu__list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .t\:left\@lg {
    text-align: left;
  }
  .t\:right\@lg {
    text-align: right;
  }
  .t\:center\@lg {
    text-align: center;
  }
  .m\:inline\@lg {
    --dp-flex: inline-flex;
    --dp-grid: inline-grid;
    --dp-block: inline-block;
    --dp-inline: inline ;
  }
  .m\:block\@lg {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: block ;
  }
  .m\:hide\@lg {
    --dp-flex: none;
    --dp-grid: none;
    --dp-block: none;
    --dp-inline: none ;
  }
  .m\:show\@lg {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: inline ;
  }
  .m\:left\@lg {
    margin-right: auto;
    margin-left: 0;
  }
  .m\:left-0\@lg,
  .m\:right\@lg {
    margin-right: 0;
  }
  .m\:right\@lg {
    margin-left: auto;
  }
  .m\:right-0\@lg {
    margin-left: 0;
  }
  .m\:top\@lg {
    margin-bottom: auto;
    margin-top: 0;
  }
  .m\:bottom\@lg,
  .m\:top-0\@lg {
    margin-bottom: 0;
  }
  .m\:bottom\@lg {
    margin-top: auto;
  }
  .m\:bottom-0\@lg {
    margin-top: 0;
  }
  .m\:center\@lg {
    margin: auto;
  }
  .m\:center-0\@lg {
    margin: 0;
  }
  .m\:center-x\@lg {
    margin-left: auto;
    margin-right: auto;
  }
  .m\:center-x-0\@lg {
    margin-left: 0;
    margin-right: 0;
  }
  .m\:center-y\@lg {
    margin-top: auto;
    margin-bottom: auto;
  }
  .m\:center-y-0\@lg {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m\:relative\@lg {
    position: relative;
  }
  .m\:static\@lg {
    position: static;
  }
  .m\:nowrap\@lg {
    flex-wrap: nowrap;
  }
  .m\:wrap\@lg {
    flex-wrap: wrap;
  }
  .m\:wrap-reverse\@lg {
    flex-wrap: wrap-reverse;
  }
  .footer__inner {
    text-align: left;
    margin-left: 25px;
  }
  .content__items {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 10px;
  }
  .aside {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .aside--sm {
    display: none;
  }
  .max-w-none\@lg {
    max-width: none;
  }

}
.link_title_menu_catalog {
  display: none;
}
@media (max-width: 991px) {
  .nav-menu {
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -105%;
    height: auto;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    z-index: 899;
  }
  .header__phone_mob {
    display: block;
  }
  .aside_download {
    display: none;
  }
  .aside__menu {
    display: flex;
    flex-wrap: wrap;
  }
  .aside__menu li {
    width: 30%;
  }
  .title_menu_catalog {
    display: flex;
    justify-content: space-between;
  }
  .link_title_menu_catalog {
    display: flex;
    align-items: center;
    color: #557100;
  }
  .link_title_menu_catalog img {
    height: 28px;
    margin-right: 10px;
  }
}

@media (max-width: 639px) {
  .header__phone {
    display: none;
  }
  .aside__menu li {
    width: 50%;
}
}

@media (pointer: fine) {
  .link:hover {
    color: #557100;
  }
  .link:active {
    color: #557100;
  }
  .link-decor:hover:before {
    transform: scaleX(1);
  }
  .btn--theme-gradient:hover:after {
    opacity: 1;
  }
  .btn--theme-gradient:active:before {
    opacity: 1;
  }
}


.item__rating .rating {
  height: 25px;
}
.item__rating .rating__best {
  height: 25px;
}
.item__rating .rating__current {
  height: 25px;
}
.item__rating .rating__star {
  height: 25px;
}

.simplesearch-result h3 {
    font-size: 21px;
}
.simplesearch-result h3 a {
    color: #557100;
    text-decoration: underline;
}

.simplesearch-paging {
    display: none;
}


