@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?4s00fl');
  src:  url('../fonts/icomoon.eot?4s00fl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?4s00fl') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg?4s00fl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-drop:before {
  content: "\e900";
}
.icon-arrow-long:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-Burger .path1:before {
  content: "\e903";
  color: rgb(35, 35, 35);
}
.icon-Burger .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(197, 52, 123);
}
.icon-Burger .path3:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(35, 35, 35);
}
.icon-call:before {
  content: "\e906";
}
.icon-cart:before {
  content: "\e907";
}
.icon-Close:before {
  content: "\e908";
}
.icon-delete:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-filter:before {
  content: "\e90b";
}
.icon-instagram:before {
  content: "\e90c";
}
.icon-location:before {
  content: "\e90d";
}
.icon-mail:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90f";
}
.icon-telegram:before {
  content: "\e910";
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-family: "Inter", sans-serif;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 800;
}

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

body {
  font-family: "Inter", sans-serif;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  padding: 0;
  margin: 0;
  height: 100%;
}

div {
  margin: 0;
  padding: 0;
  display: block;
}

image {
  display: block;
}

img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Inter", sans-serif;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 15px;
  color: #232323;
}

.wrapper {
  position: relative;
}

h1 {
  font-size: calc(30px + 10 * ((100vw - 320px) / 1320));
}

h2 {
  font-size: calc(28px + 7 * ((100vw - 320px) / 1320));
}

h3 {
  font-size: calc(22px + 2 * ((100vw - 320px) / 1320));
}

h4 {
  font-size: calc(18px + 2 * ((100vw - 320px) / 1320));
}

h5 {
  font-size: calc(16px + 2 * ((100vw - 320px) / 1320));
}

h6 {
  font-size: calc(15px + 1 * ((100vw - 320px) / 1320));
}

p,
a {
  line-height: 175%;
  font-weight: 500;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1320));
}

ul {
  text-decoration: none;
  text-transform: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
  text-transform: none;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #232323;
  display: inline-block;
}

li a {
  text-decoration: none;
  text-transform: none;
  color: #232323;
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: inline-block;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:visited {
  color: inherit;
}

.container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1660px;
  width: 92%;
  margin: 0 auto;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
    min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

html,
body {
  scrollbar-color: #5B9900 #F5F5F5;
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
  /* толщина */
}

::-webkit-scrollbar {
  width: 4px;
  /* ширина для вертикального скролла */
  height: auto;
  /* высота для горизонтального скролла */
  background-color: #F5F5F5;
  margin-right: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #5B9900;
  border-radius: 3em;
}

a {
  color: #232323;
}

.button-next {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  padding: 12px;
  background-color: #5B9900;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 3;
  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-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.button-next:hover {
  background-color: #fff;
  color: #5B9900;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

.button-prev {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  padding: 12px;
  background-color: #5B9900;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 3;
  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-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.button-prev:hover {
  background-color: #fff;
  color: #5B9900;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

.hidden {
  display: none;
}

header {
  background-color: #fff;
  width: 100%;
}

header.fix {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

header .header__wrapper .topHead {
  border-bottom: 1px solid #E9E9E9;
  padding: 10px 0;
}

header .header__wrapper .topHead .topHead__Wprapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .logo__Wrapper {
  margin-right: 50px;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .logo__Wrapper img {
  max-width: 324px;
  height: auto;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .logo__Wrapper a img {
  max-width: 324px;
  height: auto;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper {
  position: relative;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper form input {
  width: 400px;
  padding: 16px 14px;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper form input::-webkit-input-placeholder {
  font-size: 13px;
  color: #9e9e9e;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper form input::-moz-placeholder {
  font-size: 13px;
  color: #9e9e9e;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper form input:-ms-input-placeholder {
  font-size: 13px;
  color: #9e9e9e;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper form input::-ms-input-placeholder {
  font-size: 13px;
  color: #9e9e9e;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper form input::placeholder {
  font-size: 13px;
  color: #9e9e9e;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper form input:valid {
  background-color: #F9F9F9;
  font-weight: 400;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper form input:focus {
  border: 0px solid #E9E9E9;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
  color: #232323;
  font-weight: 700;
  font-size: 16px;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems {
  opacity: 1;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 300;
  width: 100%;
  padding: 18px;
  min-height: 180px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem {
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 70%;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodInfo .imgHolder {
  width: 15%;
  margin-right: 10px;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodInfo .imgHolder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodInfo .sProdData {
  width: 80%;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodInfo .sProdData .name {
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodInfo .sProdData .article {
  font-size: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodPrice .oldprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodPrice .oldprice span.oPrice {
  font-size: 12px;
  line-height: 100%;
  color: red;
  text-decoration: line-through;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodPrice .oldprice span.rub {
  font-size: 11px;
  color: #232323;
  line-height: 100%;
  margin-left: 3px;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodPrice .realPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodPrice .realPrice span.rPrice {
  font-size: 15px;
  color: #232323;
  font-weight: 700;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem a.sProd .prodPrice .realPrice span.rub {
  font-size: 11px;
  color: #232323;
  line-height: 100%;
  margin-left: 3px;
}

header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .searchProductItems li.sProdItem:last-child {
  padding: 12px 0 0 0;
  border-bottom: 0;
}

/*header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper .search-results.active {
  display: block;
}*/

header .header__wrapper .topHead .topHead__Wprapper .rightSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .social__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  margin-right: 30px;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .social__Wrapper a {
  font-size: 30px;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .social__Wrapper a:hover {
  color: #5B9900;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .contacts_Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .contacts_Wrapper span {
  font-size: 24px;
  margin-right: 5px;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .contacts_Wrapper p {
  font-weight: bold;
  font-size: 17px;
  line-height: 100%;
  margin-right: 2px;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .contacts_Wrapper .arr {
  font-size: 10px;
  color: #5B9900;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .contacts_Wrapper:hover .contOpen {
  opacity: 1;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  top: 0px;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper a .cartView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper a .cartView span {
  font-size: 16px;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper a .cartView .count {
  font-size: 10px;
  background-color: #232323;
  color: #fff;
  line-height: 100%;
  position: absolute;
  top: -4px;
  left: 7px;
  padding: 3px 5px;
  border-radius: 50%;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper a .cartView .count.active {
  background-color: #5B9900;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper a span.text {
  padding-left: 10px;
  font-size: 12px;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper:hover a > span.text {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .searchMB {
  display: none;
}

header .header__wrapper .topHead .topHead__Wprapper .rightSide .burger {
  display: none;
}

header .header__wrapper .contOpen {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 20;
  top: -500px;
  left: -35px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 65px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 14px 65px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

header .header__wrapper .contOpen .conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
}

header .header__wrapper .contOpen .conts .contItem {
  padding: 3px 0;
}

header .header__wrapper .contOpen .conts .contItem p.ctit {
  font-size: 13px;
  line-height: 120%;
  font-weight: 400;
  color: #575757;
  margin-bottom: 2px;
}

header .header__wrapper .contOpen .conts .contItem a.contData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
}

header .header__wrapper .contOpen .conts .contItem a.contData span {
  font-size: 24px;
  margin-right: 5px;
  line-height: 100%;
}

header .header__wrapper .contOpen .conts .contItem a.contData:hover {
  color: #5B9900;
}

header .header__wrapper .contOpen .conts .messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 16px;
}

header .header__wrapper .contOpen .conts .messengers a img {
  width: 28px;
  height: 28px;
}

header .header__wrapper .contOpen .conts a.callUs {
  background-color: #5B9900;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  padding: 16px 0;
  width: 100%;
  display: inline;
  text-align: center;
  border-radius: 4px;
}

header .header__wrapper .contOpen .conts a.callUs:hover {
  background-color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

header .header__wrapper .mobMenu {
  display: none;
}

header .header__wrapper .searchModal {
  display: none;
}

header .header__wrapper .navMenu {
  border-bottom: 1px solid #E9E9E9;
  padding: 5px 0;
}

header .header__wrapper .navMenu .menu .menuItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 20px;
  position: relative;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem:hover .link {
  color: #5B9900;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem:hover span {
  color: #232323;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem:hover .submenu {
  display: block;
  visibility: visible;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 1;
  z-index: 3;
  position: absolute;
  width: 320px;
  padding: 15px 24px;
  top: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 24px 85px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 24px 85px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem:hover .submenu .subItem {
  border-bottom: 1px solid #ececec;
  width: 100%;
  padding: 12px 0px;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem:hover .submenu .subItem:last-child {
  border-bottom: 0;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem:hover .submenu .subItem .sublink {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem:hover .submenu .subItem .sublink:hover {
  color: #5B9900;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem .link {
  font-size: 15px;
  color: #232323;
  font-weight: 500;
  line-height: 14px;
  padding: 14px 2px;
}

header .header__wrapper .navMenu .menu .menuItems .menuItem span {
  font-size: 10px;
  color: #5B9900;
  line-height: 0px;
  margin-left: 0px;
}

header .header__wrapper .navMenu .menu .menuItems .submenu {
  display: none;
  visibility: hidden;
  opacity: 0;
}

footer {
  background-color: #232323;
  width: 100%;
}

footer .footer__wrapper {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer__wrapper .left {
  width: 12%;
}

footer .footer__wrapper .left img {
  display: block;
  width: 90%;
  height: auto;
  margin-bottom: 5px;
}

footer .footer__wrapper .left p.copyright {
  color: #BDBDBD;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

footer .footer__wrapper .left .socialBlock {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer__wrapper .left .socialBlock p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
  font-weight: 400;
}

footer .footer__wrapper .left .socialBlock .socialWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

footer .footer__wrapper .left .socialBlock .socialWrapper a {
  font-size: 30px;
  color: #fff;
  line-height: 100%;
}

footer .footer__wrapper .left .socialBlock .socialWrapper a:hover {
  color: #5B9900;
}

footer .footer__wrapper .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 38%;
}

footer .footer__wrapper .middle .navcol {
  width: 30%;
}

footer .footer__wrapper .middle .navcol .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer__wrapper .middle .navcol .title p {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #5B9900;
  margin-bottom: 8px;
}

footer .footer__wrapper .middle .navcol .title span {
  display: none;
}

footer .footer__wrapper .middle .navcol .navcolItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer__wrapper .middle .navcol .navcolItems .navcolItem {
  margin-bottom: 5px;
}

footer .footer__wrapper .middle .navcol .navcolItems .navcolItem a {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  max-width: 180px;
}

footer .footer__wrapper .middle .navcol .navcolItems .navcolItem a:hover {
  color: #5B9900;
}

footer .footer__wrapper .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer__wrapper .right .colContacts {
  width: 40%;
}

footer .footer__wrapper .right .colContacts .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #5B9900;
  margin-bottom: 8px;
}

footer .footer__wrapper .right .colContacts ul.contactItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

footer .footer__wrapper .right .colContacts ul.contactItems li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  margin-bottom: 8px;
}

footer .footer__wrapper .right .colContacts ul.contactItems li span {
  color: #B8B8B8;
  font-size: 20px;
  line-height: 100%;
  margin-right: 8px;
}

footer .footer__wrapper .right .colContacts ul.contactItems li a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

footer .footer__wrapper .right .colContacts ul.contactItems li:last-child {
  margin-bottom: 0px;
}

footer .footer__wrapper .right .colContacts ul.contactItems li:hover span,
footer .footer__wrapper .right .colContacts ul.contactItems li:hover a {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

footer .footer__wrapper .right .colContacts .location {
  color: #fff;
}

footer .footer__wrapper .right .colContacts .location p.subtitle {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 2px;
  font-weight: 400;
}

footer .footer__wrapper .right .colContacts .location p.loc {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

footer .footer__wrapper .right .colRek {
  width: 55%;
}

footer .footer__wrapper .right .colRek .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #5B9900;
  margin-bottom: 8px;
}

footer .footer__wrapper .right .colRek p.organization {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 2px;
  font-weight: bold;
}

footer .footer__wrapper .right .colRek p.subinfo {
  color: #BDBDBD;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

footer .footer__wrapper .right .colRek p.subinfo:last-child {
  margin-bottom: 0px;
}

footer .payments {
    width: 100%;
    padding: 32px 0px 0px 0;
}

footer .payments img {
    width: 40%;
    height: auto;
}

@media (max-width:767px) {
    footer .payments img {
    width: 100%;
    height: auto;
}
}

#categories {
  margin-top: 20px;
}

#categories .categories__wrapper .categories__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

#categories .categories__wrapper .categories__items .category__item {
  width: 100%;
  height: 100%;
}

#categories .categories__wrapper .categories__items .category__item .catBody {
  position: relative;
  width: 100%;
}

#categories .categories__wrapper .categories__items .category__item .catBody img {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#categories .categories__wrapper .categories__items .category__item .catBody .shadow {
  position: absolute;
  background: -o-linear-gradient(254deg, rgba(197, 52, 123, 0) 0%, #232323 100%);
  background: linear-gradient(196deg, rgba(197, 52, 123, 0) 0%, #232323 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

#categories .categories__wrapper .categories__items .category__item .catBody .catName {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  z-index: 2;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  width: 70%;
}

#categories .categories__wrapper .categories__items .category__item .catBody .open {
  position: absolute;
  bottom: 25px;
  right: 30px;
  background-color: #fff;
  padding: 9px;
  font-size: 28px;
  line-height: 0px;
  -webkit-transform: rotate(145deg);
      -ms-transform: rotate(145deg);
          transform: rotate(145deg);
  border-radius: 50%;
  z-index: 2;
}

#categories .categories__wrapper .categories__items .category__item .catBody:hover {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transform: scale(1.006);
      -ms-transform: scale(1.006);
          transform: scale(1.006);
  -webkit-box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.12);
}

#categories .categories__wrapper .categories__items .category__item .catBody:hover .shadow {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  background: -o-linear-gradient(250deg, rgba(197, 52, 123, 0) 0%, #5B9900 80%);
  background: linear-gradient(200deg, rgba(197, 52, 123, 0) 0%, #5B9900 80%);
}

#categories .categories__wrapper .categories__items .category__item .catBody:hover .catName {
  bottom: 24px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

#categories .categories__wrapper .categories__items .category__item .catBody:hover .open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

#categories .categories__wrapper .categories__items .cat_item_2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

#categories .categories__wrapper .categories__items .cat_item_4 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#LastNews {
  padding: 70px 0px;
}

#LastNews .newsBlock .blockTitle__wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#LastNews .newsBlock .blockTitle__wrapper .blockTitle {
  max-width: 900px;
}

#LastNews .newsBlock .blockTitle__wrapper .blockTitle .bTitle {
  font-size: calc(28px + 12 * ((100vw - 320px) / 1320));
  line-height: 140%;
}

#LastNews .newsBlock .blockTitle__wrapper .btn .viewall {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 5px;
}

#LastNews .newsBlock .blockTitle__wrapper .btn .borderbtn {
  display: block;
  width: 100%;
  height: 2px;
  background: -o-linear-gradient(134deg, #5B9900 0%, #232323 100%);
  background: linear-gradient(316deg, #5B9900 0%, #232323 100%);
}

#LastNews .newsBlock .blockTitle__wrapper .btn:hover .viewall {
  color: #5B9900;
}

#LastNews .newsBlock .blockTitle__wrapper .btn:hover .borderbtn {
  background: -o-linear-gradient(134deg, #5B9900 100%, #5B9900 100%);
  background: linear-gradient(316deg, #5B9900 100%, #5B9900 100%);
}

#LastNews .newsBlock .news__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.newItem a.body {
  position: relative;
  width: 100%;
  height: auto;
}

.newItem a.body .imgPrev {
  position: relative;
}

.newItem a.body .imgPrev img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newItem a.body .imgPrev span.blackShadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(243deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(207deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.newItem a.body .content {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 80%;
}

.newItem a.body .content p.date {
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 4px;
  color: #5B9900;
}

.newItem a.body .content p.title {
  font-size: calc(19px + 5 * ((100vw - 320px) / 1320));
  color: #fff;
  line-height: 140%;
  font-weight: 700;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.newItem a.body .btn__open {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #5B9900;
  bottom: 30px;
  right: 30px;
  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%;
}

.newItem a.body .btn__open span {
  color: #fff;
  -webkit-transform: rotate(145deg);
      -ms-transform: rotate(145deg);
          transform: rotate(145deg);
  font-size: 28px;
  margin-bottom: 2px;
  margin-right: 2px;
}

.newItem a.body:hover {
  -webkit-box-shadow: 0px 24px 120px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 24px 120px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.newItem a.body:hover .imgPrev,
.newItem a.body:hover .content,
.newItem a.body:hover .btn__open {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.newItem a.body:hover .imgPrev > .blackShadow {
  -webkit-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  transition: ease 0.8s;
  background: -o-linear-gradient(243deg, rgba(0, 0, 0, 0) 24%, #000 100%);
  background: linear-gradient(207deg, rgba(0, 0, 0, 0) 24%, #000 100%);
}

.newItem a.body:hover .content > p.title {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.newItem a.body:hover .content > p.date {
  color: #fff;
}

.newItem a.body:hover .btn__open {
  background-color: #fff;
}

.newItem a.body:hover .btn__open span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #5B9900;
}

.newItem .btn__mobile {
  display: none;
}

.more__news {
  display: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.more__news .btn {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}

.more__news .btn .viewall {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 5px;
}

.more__news .btn .borderbtn {
  display: block;
  width: 100%;
  height: 2px;
  background: -o-linear-gradient(134deg, #CB0566 0%, #232323 100%);
  background: linear-gradient(316deg, #CB0566 0%, #232323 100%);
}

.more__news .btn:hover .viewall {
  color: #5B9900;
}

.more__news .btn:hover .borderbtn {
  background: -o-linear-gradient(134deg, #CB0566 100%, #CB0566 100%);
  background: linear-gradient(316deg, #CB0566 100%, #CB0566 100%);
}

#pageContent {
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#pageContent .contentWrapper {
  padding: 50px 0;
  width: 70%;
  word-break: break-word;
}

#pageContent .contentWrapper h2,
#pageContent .contentWrapper h3,
#pageContent .contentWrapper h4,
#pageContent .contentWrapper h5,
#pageContent .contentWrapper h6 {
  margin-bottom: 5px;
  margin-top: 15px;
}

#pageContent .contentWrapper h2 {
  font-size: calc(22px + 2 * ((100vw - 320px) / 1320));
  font-weight: bold;
  line-height: 140%;
}

#pageContent .contentWrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  margin-bottom: 20px;
}

#pageContent .contentWrapper ul li {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 180%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 14px;
}

#pageContent .contentWrapper ul li span.dot {
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #5B9900;
  display: block;
}

#pageContent .contentWrapper ul li a {
  font-size: 14px;
  color: #5B9900;
  line-height: 180%;
}

#pageContent .contentWrapper ul li a:hover {
  color: #232323;
  text-decoration: underline;
}

#pageContent .contentWrapper p {
  font-size: calc(14px + 0 * ((100vw - 320px) / 1320));
  color: #636363;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 8px;
}

#pageContent .contentWrapper p:last-child {
  margin-bottom: 0px;
}

#pageContent .contentWrapper img {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
}

.MainSliderArea {
  padding-top: 1rem;
}

.MainSliderArea .mainSlider .swiper-wrapper .swiper-slide .mainFull {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  border-radius: 8px;
}

.swiper-slide .sliderItem {
  position: relative;
  width: 100%;
  border-radius: 8px;
  height: 420px;
}

.swiper-slide .sliderItem .imgView {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide .sliderItem .imgView img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.swiper-slide .sliderItem .content {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-width: 740px;
  z-index: 2;
}

.swiper-slide .sliderItem .content p.title {
  font-size: 48px;
  line-height: 115%;
  font-weight: bold;
  max-width: 600px;
  margin-bottom: 10px;
  padding: 0;
  color: #fff;
}

.swiper-slide .sliderItem .content p.subtext {
  font-size: 17px;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px;
}

.swiper-slide .sliderItem .content .btn_more {
  font-size: 13px;
  color: #fff;
  background-color: #5B9900;
  padding: 12px 24px;
  border-radius: 4px;
}

.swiper-slide .sliderItem .content .btn_more:hover {
  background-color: #fff;
  color: #232323;
}

.swiper-slide .sliderItem .shadow {
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#232323), to(rgba(35, 35, 35, 0)));
  background: -o-linear-gradient(left, #232323 0%, rgba(35, 35, 35, 0) 100%);
  background: linear-gradient(90deg, #232323 0%, rgba(35, 35, 35, 0) 100%);
}

#brands {
  margin: 25px 0;
}

#brands .brandSliderArea .brandSlider .shadow {
  background: -webkit-gradient(linear, right top, left top, color-stop(45%, #FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #FFF 45%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFF 45%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 6.5%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

#brands .brandSliderArea .brandSlider .swiper-wrapper {
  padding: 20px 0;
}

#brands .brandSliderArea .brandSlider .swiper-wrapper .swiper-slide .brandItem {
  width: 100%;
}

#brands .brandSliderArea .brandSlider .swiper-wrapper .swiper-slide .brandItem a {
  padding: 20px 45px;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  display: block;
  text-align: center;
}

#brands .brandSliderArea .brandSlider .swiper-wrapper .swiper-slide .brandItem a .imgHolder {
  width: 100%;
  text-align: center;
}

#brands .brandSliderArea .brandSlider .swiper-wrapper .swiper-slide .brandItem a .imgHolder img {
  max-height: 50px;
  width: auto;
  margin: 0 auto;
}

#brands .brandSliderArea .brandSlider .swiper-wrapper .swiper-slide .brandItem a:hover {
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

#brands .brandSliderArea .brandSlider .swiper-wrapper .swiper-slide .brandItem a:hover .imgHolder img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.button-next-brand {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  padding: 12px;
  background-color: #5B9900;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  right: 20px;
  z-index: 3;
  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-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.button-next-brand:hover {
  background-color: #fff;
  color: #5B9900;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

#bestSellers {
  background-color: #fbfbfb;
  width: 100%;
  padding: 70px 0;
}

#bestSellers .bestSellersArea h2 {
  margin-bottom: 0px;
}

#bestSellers .bestSellersArea .bestSellers {
  padding: 24px 0;
}

#bestSellers .bestSellersArea .bestSellers .button-next-prod {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  padding: 12px;
  background-color: #5B9900;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: 40px;
  z-index: 3;
  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-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

#bestSellers .bestSellersArea .bestSellers .button-next-prod:hover {
  background-color: #fff;
  color: #5B9900;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

.otherProds .button-next {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  padding: 12px;
  background-color: #5B9900;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  right: 40px;
  z-index: 3;
  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-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.otherProds .button-next:hover {
  background-color: #fff;
  color: #5B9900;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

.breadcrumbs {
  padding: 15px 0 20px 0;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #969696;
}

.breadcrumbs ul li a:hover {
  color: #5B9900;
}

.breadcrumbs ul .active {
  color: #5B9900;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
}

.breadcrumbs ul span {
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.newItem a.body {
  position: relative;
}

.newItem a.body .imgPrev {
  position: relative;
}

.newItem a.body .imgPrev img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newItem a.body .imgPrev span.blackShadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(243deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(207deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.newItem a.body .content {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 80%;
}

.newItem a.body .content p.date {
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 4px;
  color: #5B9900;
}

.newItem a.body .content p.title {
  font-size: calc(19px + 5 * ((100vw - 320px) / 1320));
  color: #fff;
  line-height: 140%;
  font-weight: 700;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.newItem a.body .btn__open {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #5B9900;
  bottom: 30px;
  right: 30px;
  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%;
}

.newItem a.body .btn__open span {
  color: #fff;
  -webkit-transform: rotate(145deg);
      -ms-transform: rotate(145deg);
          transform: rotate(145deg);
  font-size: 28px;
  margin-bottom: 2px;
  margin-right: 2px;
}

.newItem a.body:hover {
  -webkit-box-shadow: 0px 24px 120px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 24px 120px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.newItem a.body:hover .imgPrev,
.newItem a.body:hover .content,
.newItem a.body:hover .btn__open {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.newItem a.body:hover .imgPrev > .blackShadow {
  -webkit-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  transition: ease 0.8s;
  background: -o-linear-gradient(243deg, rgba(0, 0, 0, 0) 24%, #000 100%);
  background: linear-gradient(207deg, rgba(0, 0, 0, 0) 24%, #000 100%);
}

.newItem a.body:hover .content > p.title {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.newItem a.body:hover .content > p.date {
  color: #fff;
}

.newItem a.body:hover .btn__open {
  background-color: #fff;
}

.newItem a.body:hover .btn__open span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #5B9900;
}

.newItem .btn__mobile {
  display: none;
}

.pagetitle {
  margin-bottom: 30px;
}

.pagetitle h1 {
  font-size: calc(30px + 10 * ((100vw - 320px) / 1320));
  margin: 0;
  width: 100%;
}

.pagination {
  margin-top: 30px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 8px;
}

.pagination ul li.active {
  width: 48px;
  height: 48px;
  background-color: #5B9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.pagination ul li.active a {
  font-size: 15px;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
}

.pagination ul li {
  width: 48px;
  height: 48px;
  background-color: #F2F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.pagination ul li a {
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  color: #636363;
  padding: 18px;
}

.pagination ul li:hover {
  background-color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.pagination ul li:hover a {
  color: #fff;
}

.pagination ul .separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  margin: 0 5px;
}

.pagination ul .separator span {
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background-color: #5B9900;
}

.product {
  position: relative;
  background-color: #fff;
}

.product:hover {
  -webkit-box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  -webkit-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  transition: ease 0.8s;
  z-index: 5;
}

.product .prodBody {
  padding: 0.5rem;
}

.product .prodBody a.imgCover {
  margin-bottom: 0.5rem;
  max-height: 10rem;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .prodBody a.imgCover img {
  display: block;
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .prodBody a.imgFull {
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .prodBody a.imgFull img {
  display: block;
  width: 70%;
  height: auto;
}

.product .prodBody a.prodname {
  color: #232323;
  font-weight: bold;
  line-height: 160%;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1320));
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  margin-bottom: 5px;
}

.product .prodBody a.prodname:hover {
  color: #5B9900;
}

.product .prodBody .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 5px;
  margin-bottom: 10px;
}

.product .prodBody .options .label {
  font-size: calc(11px + 1 * ((100vw - 320px) / 1320));
  line-height: 100%;
  color: #5B9900;
  font-weight: 500;
}

.product .prodBody .options .optionData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 3px;
}

.product .prodBody .options .optionData span.option {
  font-size: calc(11px + 1 * ((100vw - 320px) / 1320));
  line-height: 100%;
}

.product .prodBody .prodPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 8px;
  margin-bottom: 15px;
}

.product .prodBody .prodPrice .oldPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 3px;
}

.product .prodBody .prodPrice .oldPrice p {
  color: #D70000;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1320));
  line-height: 100%;
  font-weight: bold;
  text-decoration: line-through;
}

.product .prodBody .prodPrice .oldPrice span {
  font-size: calc(11px + 1 * ((100vw - 320px) / 1320));
  line-height: 100%;
  font-weight: 400;
}

.product .prodBody .prodPrice .realPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 3px;
}

.product .prodBody .prodPrice .realPrice p {
  color: #232323;
  font-size: calc(18px + 4 * ((100vw - 320px) / 1320));
  line-height: 100%;
  font-weight: bold;
}

.product .prodBody .prodPrice .realPrice span {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1320));
  line-height: 100%;
  font-weight: 400;
}

.product .prodBody .btnOrder {
  background-color: #fbfbfb;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .prodBody .btnOrder a {
  width: 100%;
  font-size: 12px;
  line-height: 100%;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  padding: 12px;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .prodBody .btnOrder a span {
  margin-right: 5px;
  color: #232323;
  font-size: 18px;
  line-height: 100%;
}

.product .prodBody .btnOrder:hover {
  background-color: #5B9900;
  border-radius: 4px;
  -webkit-transition: ease 0.9s;
  -o-transition: ease 0.9s;
  transition: ease 0.9s;
}

.product .prodBody .btnOrder:hover a,
.product .prodBody .btnOrder:hover span {
  color: #fff;
  -webkit-transition: ease 0.9s;
  -o-transition: ease 0.9s;
  transition: ease 0.9s;
}

.product .prodLabels {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 5px;
}

.product .prodLabels .sale {
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  background-color: #E20000;
  padding: 5px 8px;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(226, 0, 0, 0.18);
          box-shadow: 0px 4px 18px 0px rgba(226, 0, 0, 0.18);
  border-radius: 4px;
}

.product .prodLabels .discount {
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  background-color: #232323;
  padding: 5px 8px;
  border-radius: 4px;
}

.filterSide {
  width: 21%;
}

.filterSide form {
  background-color: #fbfbfb;
}

.filterSide form .formBody {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filterSide form .formBody .formTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  margin-bottom: 40px;
}

.filterSide form .formBody .formTitle span {
  color: #5B9900;
  font-size: 20px;
  line-height: 100%;
  margin-right: 8px;
}

.filterSide form .formBody .formTitle .fName {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #232323;
  margin: 0;
  padding: 0;
}

.filterSide form .formBody fieldset {
  padding: 0;
  margin-bottom: 20px;
}

.filterSide form .formBody fieldset .formSubTitle .paramCat {
    display: inline-block;
  font-size: 16px;
  color: #232323;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
}

.filterSide form .formBody fieldset .formSubTitle .params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;
}

.filterSide form .formBody fieldset .formSubTitle .moreFilterBtn {
  font-size: 12px;
  color: #5B9900;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 14px;
  cursor: pointer;
}

.filterSide form .formBody fieldset .formSubTitle .moreFilterBtn span {
  font-size: 12px;
  line-height: 100%;
  color: #5B9900;
  margin-left: 2px;
  margin-top: 2px;
}

.filterSide form .formBody fieldset .formSubTitle .moreFilterBtn:hover {
  color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.filterSide form .formBody fieldset .formSubTitle .moreFilterBtn:hover span {
  color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.filterSide form .formBody fieldset:last-child {
  margin-bottom: 0px;
}

input[type=checkbox]:checked,
input[type=checkbox]:not(:checked),
input[type=radio]:checked,
input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:not(:checked) + label,
input[type=radio]:checked + label,
input[type=radio]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  line-height: 18px;
  font-size: 14px;
  color: #232323;
  cursor: pointer;
  color: #232323;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before,
input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #C3C3C3;
  background-color: #ffffff;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}

input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before {
  border-radius: 100%;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after,
input[type=radio]:checked + label:after,
input[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  background-color: #5B9900;
}

input[type=radio]:checked + label:after,
input[type=radio]:not(:checked) + label:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #5B9900;
}

input[type=checkbox]:not(:checked) + label:after,
input[type=radio]:not(:checked) + label:after {
  opacity: 0;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}

.price-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 0px;
}

.price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.field input {
  width: 90%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-left: 0px;
  border-radius: 5px;
  text-align: center;
  border: 0px solid #999;
  -moz-appearance: textfield;
  background-color: #F3F3F3;
  color: #818181;
}

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

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #5B9900;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 13px;
  top: -5px;
  background: none;
  z-index: 2;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #5B9900;
  pointer-events: auto;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #5B9900;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.filterMB {
  display: none;
}

.news__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.brandsWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  height: 100%;
}

.brandsWrapper .brandItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brandsWrapper .brandItem a {
  background-color: #fff;
  padding: 10px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #fcfcfc;
}

.brandsWrapper .brandItem a img {
  width: 70%;
  min-width: 100px;
  height: auto;
  margin: 0 auto;
  padding: 50px 50px;
}

.brandsWrapper .brandItem a:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.07);
}

.brandPage_wrapper .brandCover {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

.brandPage_wrapper .brandCover img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.brandPage_wrapper .brandData {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.brandPage_wrapper .brandData .leftData {
  width: 24%;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 140px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 140px 0px rgba(0, 0, 0, 0.07);
}

.brandPage_wrapper .brandData .leftData .brandLogo__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  margin: 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.brandPage_wrapper .brandData .leftData .brandLogo__Wrapper img {
  width: 100%;
  margin: 0;
  height: auto;
}

.brandPage_wrapper .brandData .rightData {
  width: 73%;
}

.brandPage_wrapper .brandData .rightData h1 {
  font-size: calc(30px + 10 * ((100vw - 320px) / 1320));
}

.brandPage_wrapper .brandData .rightData .desc-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.brandPage_wrapper .brandData .rightData .desc-wrapper p {
  font-size: calc(15px + 0 * ((100vw - 320px) / 1320));
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 5px;
}

.brandPage_wrapper .brandData .rightData .desc-wrapper p:last-child {
  margin-bottom: 0;
}

.brandPage_wrapper .brandData .rightData .fulltext {
  display: block;
}

.brandPage_wrapper .brandData .rightData .more-info button {
  margin-top: 15px;
  color: #5B9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  font-size: 13px;
  line-height: 100%;
  background-color: transparent;
}

.brandPage_wrapper .brandData .rightData .more-info span {
  margin-left: 2px;
  font-size: 12px;
  line-height: 100%;
}

.brandPage_wrapper .brandProducts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px;
}

.brandPage_wrapper .brandProducts .product {
  width: 20%;
}

.faqItems {
  width: 100%;
  margin-top: 40px;
}

.faqItems .faqItem .faqQuestion {
  padding: 20px 30px;
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.faqItems .faqItem .faqQuestion p {
  width: 90%;
  font-size: 16px;
  line-height: 30px;
  color: #232323;
  font-weight: 500;
}

.faqItems .faqItem .faqQuestion .arrowArea {
  width: 34px;
  height: 34px;
  background-color: #5B9900;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faqItems .faqItem .faqQuestion .arrowArea span {
  font-size: 15px;
  line-height: 100%;
  color: #fff;
}

.faqItems .faqItem .faqQuestion:hover {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.07);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.faqItems .faqItem .faqQuestion:hover p {
  color: #5B9900;
}

.faqItems .faqItem .faqQuestion:last-child {
  margin-bottom: 0;
}

.faqItems .faqItem .faqItem__Content {
  display: none;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.faqItems .active .faqQuestion {
  background-color: #5B9900;
}

.faqItems .active .faqQuestion p {
  color: #fff;
}

.faqItems .active .faqQuestion .arrowArea {
  width: 34px;
  height: 34px;
  background-color: #232323;
}

.faqItems .active .faqQuestion .arrowArea span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 2px;
}

.faqItems .active .faqQuestion:hover {
  background-color: #5B9900;
  opacity: 0.98;
}

.faqItems .active .faqQuestion:hover p {
  color: #fff;
}

.faqItems .active .faqItem__Content {
  display: block;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.faqItems .active .faqItem__Content p {
  font-size: 14px;
  line-height: 160%;
  color: #232323;
  font-weight: 400;
}

.contactsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
  margin-top: 50px;
}

.moreProds {
    width: 100%;
    grid-column: span 4;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
}

.moreProds .btnCast {
    display: inline-block;
    background-color: #5B9900;
    color: #fff;
    padding: 16px 24px;
    text-align: center;
    border-radius: 4px;
}

.moreProds .btnCast:hover {
    background-color: #232323;
}

.contactsWrapper .leftSide {
  width: 48%;
}

.contactsWrapper .leftSide .contactItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contactsWrapper .leftSide .contactItems .contactItem {
  margin-bottom: 40px;
  width: 47%;
}

.contactsWrapper .leftSide .contactItems .contactItem p {
  color: #5B9900;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 8px;
}

.contactsWrapper .leftSide .contactItems .contactItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

.contactsWrapper .leftSide .contactItems .contactItem .item span {
  font-size: 28px;
  line-height: 100%;
  margin-right: 8px;
}

.contactsWrapper .leftSide .contactItems .contactItem .item a {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.contactsWrapper .leftSide .contactItems .contactItem .item a:hover {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.contactsWrapper .leftSide .contactItems .contactItem .socialItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.contactsWrapper .leftSide .contactItems .contactItem .socialItems a img {
  width: 38px;
  height: 38px;
}

.contactsWrapper .leftSide .contactItems .contactItem .socialItems a:hover img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.contactsWrapper .leftSide .contactItems .contactItem .location p {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #232323;
}

.contactsWrapper .leftSide .contactItems .contactItem .location span {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.contactsWrapper .leftSide .contactItems .contactItem:last-child {
  width: 100%;
}

.contactsWrapper .leftSide .contentArea {
  margin-bottom: 40px;
}

.contactsWrapper .leftSide .contentArea p {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 10px;
}

.contactsWrapper .leftSide .contentArea p:last-child {
  margin-bottom: 0px;
}

.contactsWrapper .leftSide .company h2 {
  font-size: 16px;
  color: #232323;
  font-weight: 0;
  line-height: 150%;
  margin-bottom: 5px;
}

.contactsWrapper .leftSide .company p {
  font-size: 13px;
  line-height: 150%;
  color: #232323;
  font-weight: 500;
  margin-bottom: 2px;
}

.contactsWrapper .leftSide .company p:last-child {
  margin-bottom: 0;
}

.contactsWrapper .rightSide {
  width: 48%;
  height: auto;
}

.contactsWrapper .rightSide iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.newContent__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newContent__Wrapper .leftSide {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.newContent__Wrapper .leftSide .newPrevImg {
  width: 100%;
  margin-bottom: 20px;
}

.newContent__Wrapper .leftSide .newPrevImg img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

.newContent__Wrapper .leftSide .date {
  font-size: 13px;
  line-height: 120%;
  color: #5B9900;
  font-weight: 700;
  margin-bottom: 5px;
}

.newContent__Wrapper .leftSide .content {
  margin-bottom: 90px;
}

.newContent__Wrapper .leftSide .content h1,
.newContent__Wrapper .leftSide .content h2,
.newContent__Wrapper .leftSide .content h3,
.newContent__Wrapper .leftSide .content h4,
.newContent__Wrapper .leftSide .content h5,
.newContent__Wrapper .leftSide .content h6 {
  color: #232323;
  margin-bottom: 15px;
  font-weight: bold;
}

.newContent__Wrapper .leftSide .content h1 {
  font-size: calc(24px + 21 * ((100vw - 320px) / 1320));
}

.newContent__Wrapper .leftSide .content h2 {
  font-size: calc(28px + 6 * ((100vw - 320px) / 1320));
}

.newContent__Wrapper .leftSide .content h3 {
  font-size: calc(24px + 6 * ((100vw - 320px) / 1320));
}

.newContent__Wrapper .leftSide .content h4 {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1320));
}

.newContent__Wrapper .leftSide .content h5 {
  font-size: calc(18px + 4 * ((100vw - 320px) / 1320));
}

.newContent__Wrapper .leftSide .content h6 {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1320));
}

.newContent__Wrapper .leftSide .content p {
  font-size: calc(15px + 1 * ((100vw - 320px) / 1320));
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 12px;
}

.newContent__Wrapper .leftSide .content p:last-child {
  margin-bottom: 0;
}

.newContent__Wrapper .leftSide .content a {
  color: #5B9900;
  font-size: calc(15px + 1 * ((100vw - 320px) / 1320));
  line-height: 180%;
}

.newContent__Wrapper .leftSide .content a:hover {
  color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.newContent__Wrapper .leftSide .content .twoImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

.newContent__Wrapper .leftSide .content .twoImg img {
  width: 49%;
  height: auto;
}

.newContent__Wrapper .leftSide .content img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.newContent__Wrapper .leftSide .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
  list-style: disc;
}

.newContent__Wrapper .leftSide .content ul li {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
          list-style: disc;
}

.newContent__Wrapper .leftSide .content ul li span {
  width: 5px;
  height: 5px;
  background-color: #5B9900;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
}

.newContent__Wrapper .leftSide .content ul li p {
  font-size: calc(15px + 1 * ((100vw - 320px) / 1320));
  font-weight: 500;
  line-height: 180%;
}

.newContent__Wrapper .leftSide .content ul li {
  font-size: calc(15px + 1 * ((100vw - 320px) / 1320));
  font-weight: 400;
  line-height: 160%;
}

.newContent__Wrapper .rightSide {
  width: 26%;
}

.newContent__Wrapper .rightSide .otherNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.newContent__Wrapper .rightSide .otherNews .newItem .body .content {
  width: 70%;
}

.newContent__Wrapper .rightSide .otherNews .newItem .body .content .date {
  font-size: 11px;
}

.newContent__Wrapper .rightSide .otherNews .newItem .body .content .title {
  font-size: 15px !important;
}

.cartWpapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.cartWpapper .prodSide {
  width: 70%;
}

.cartWpapper .prodSide .cartItemsWrap {
  width: 100%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem {
  padding: 18px 0;
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .photo {
  width: 18%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .photo a img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo {
  width: 78%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo a.ProdName {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo a.ProdName:hover {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .attrItems span.artlabel {
  font-size: 12px;
  color: #A0A0A0;
  line-height: 100%;
  font-weight: 400;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .attrItems span.num {
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  color: #232323;
  margin-left: 2px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optSize span.tit {
  font-size: 12px;
  color: #A0A0A0;
  line-height: 100%;
  font-weight: 400;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optSize span.data {
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  color: #232323;
  margin-left: 2px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optColor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optColor span.tit {
  font-size: 12px;
  color: #A0A0A0;
  line-height: 100%;
  font-weight: 400;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optColor span.data {
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  color: #232323;
  margin-left: 2px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData {
  width: 48%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 8px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .oldPrice,
.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .newPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .oldPrice .price {
  color: #E20000;
  text-decoration: line-through;
  font-weight: 500;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1320));
  line-height: 100%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .oldPrice .rub {
  font-weight: 400;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1320));
  line-height: 100%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .newPrice .price {
  font-size: calc(20px + 4 * ((100vw - 320px) / 1320));
  color: #232323;
  font-weight: 700;
  line-height: 100%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .newPrice .rub {
  font-weight: 400;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1320));
  line-height: 100%;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter {
  padding-left: 40px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter #decrement {
  font-size: 30px;
  padding: 2px;
  background-color: #fff;
  cursor: pointer;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter #decrement:hover {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter #increment {
  background-color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter #increment:hover {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter input {
  width: 60px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #B7B7B7;
  padding: 18px 18px;
  font-size: 18px;
  color: #232323;
  font-weight: 700;
  line-height: 100%;
  margin: 0px 10px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .deleteProd {
  margin-left: 15px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .deleteProd button {
  background-color: transparent;
  padding: 12px 16px;
  color: #D70000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .deleteProd button span {
  margin-right: 3px;
  font-size: 24px;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .deleteProd:hover {
  background-color: #fbfbfb;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .deleteProd:hover button {
  color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.cartWpapper .totalCountWrap {
  width: 24%;
}

.cartWpapper .totalCountWrap .totalBody {
  padding: 24px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .allCost {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .allCost span.allName {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .allCost .priceData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .allCost .priceData span.priceFull {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .allCost .priceData span.rub {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .separator {
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
  display: block;
  margin: 24px 0;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .orderCounter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .orderCounter span.tit {
  font-size: 15px;
  line-height: 140%;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .orderCounter span.prodCount {
  font-size: 15px;
  line-height: 140%;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm .dataTite {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm .dataTite span {
  color: #5B9900;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm input {
  width: 100%;
  font-size: 18px;
  padding: 16px 14px;
  background-color: #fbfbfb;
  margin-bottom: 10px;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm input::-webkit-input-placeholder {
  font-size: 15px;
  color: #9e9e9e;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm input::-moz-placeholder {
  font-size: 15px;
  color: #9e9e9e;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm input:-ms-input-placeholder {
  font-size: 15px;
  color: #9e9e9e;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm input::-ms-input-placeholder {
  font-size: 15px;
  color: #9e9e9e;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm input::placeholder {
  font-size: 15px;
  color: #9e9e9e;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm input:valid {
  background-color: #F9F9F9;
  font-weight: 400;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm input:focus {
  border: 0px solid #E9E9E9;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
  color: #232323;
  font-weight: 700;
  font-size: 16px;
}

.cartWpapper .totalCountWrap .totalBody .orderForm .dataForm input:last-child {
  margin-bottom: 24px;
}

.cartWpapper .totalCountWrap .totalBody .orderForm button {
  background-color: #5B9900;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  padding: 18px 0;
  width: 100%;
  color: #fff;
  border-radius: 4px;
}

.cartWpapper .totalCountWrap .totalBody .orderForm button span {
  font-size: 18px;
  margin-right: 4px;
  line-height: 100%;
}

.cartWpapper .totalCountWrap .totalBody .orderForm button:hover {
  background-color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

#orderSuccess {
  display: none;
}

#orderSuccess .wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 90px auto;
}

#orderSuccess .wrapper h2,
#orderSuccess .wrapper p {
  color: black;
}

#orderSuccess .wrapper h2 {
  margin-bottom: 25px;
}

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

.noProductMessage p {
  width: 40%;
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  color: #636363;
  margin-bottom: 30px;
}

.noProductMessage a {
  font-size: 15px;
  background-color: #5B9900;
  line-height: 100%;
  padding: 18px 44px;
  border-radius: 4px;
  color: #fff;
}

.noProductMessage a:hover {
  background-color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.topProdData {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.topProdData .photoSlider {
  background-color: #fff;
  width: 41%;
}

.topProdData .photoSlider .prodPageSwiper2 {
  width: 100%;
}

.topProdData .photoSlider .prodPageSwiper2 .swiper-wrapper .swiper-slide img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
}

.topProdData .photoSlider .prodPageSwiper {
  margin-top: 10px;
}

.topProdData .photoSlider .prodPageSwiper .swiper-wrapper .swiper-slide {
  width: 100px;
  height: 100px;
}

.topProdData .photoSlider .prodPageSwiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
}

.topProdData .photoSlider .prodPageSwiper .swiper-wrapper .swiper-slide-thumb-active {
  border: 2px #5B9900 solid;
  border-radius: 2px;
}

.topProdData .prodData {
  width: 54%;
}

.topProdData .prodData .labelsData {
  width: 100%;
  margin-bottom: 10px;
}

.topProdData .prodData .labelsData .sale,
.topProdData .prodData .labelsData .discount {
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 2px;
}

.topProdData .prodData .labelsData .sale {
  background-color: #E20000;
}

.topProdData .prodData .labelsData .discount {
  background-color: #232323;
}

.topProdData .prodData .nameData {
  width: 100%;
  margin-bottom: 10px;
}

.topProdData .prodData .nameData h1 {
  font-size: calc(24px + 14 * ((100vw - 320px) / 1320));
  line-height: 140%;
  margin: 0;
}

.topProdData .prodData .nameData p.subDataInfo {
  font-size: calc(13px + 1 * ((100vw - 320px) / 1320));
  color: #232323;
  font-weight: 400;
  line-height: 140%;
  margin-top: 4px;
}

.topProdData .prodData .dataAttr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topProdData .prodData .dataAttr .article,
.topProdData .prodData .dataAttr .country,
.topProdData .prodData .dataAttr .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 4px;
}

.topProdData .prodData .dataAttr span {
  font-size: 12px;
  color: #636363;
  line-height: 100%;
}

.topProdData .prodData .dataAttr p {
  font-size: 13px;
  color: #232323;
  font-weight: 700;
}

.topProdData .prodData .dataAttr a {
  font-size: 13px;
  color: #232323;
  font-weight: 700;
}

.topProdData .prodData .dataAttr a:hover {
  color: #5B9900;
}

.topProdData .prodData .aboutMini {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.topProdData .prodData .aboutMini p.tit {
  font-size: calc(16px + 2 * ((100vw - 320px) / 1320));
  font-weight: 700;
  color: #232323;
}

.topProdData .prodData .aboutMini .desc-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.topProdData .prodData .aboutMini .desc-wrapper p {
  font-size: calc(14px + 0 * ((100vw - 320px) / 1320));
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 4px;
  color: #636363;
}

.topProdData .prodData .aboutMini .desc-wrapper p:last-child {
  margin-bottom: 0;
}

.topProdData .prodData .aboutMini .fulltext {
  display: block;
}

.topProdData .prodData .aboutMini .more-info span.more {
  margin-top: 10px;
  color: #5B9900;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  font-size: 13px;
  line-height: 100%;
  background-color: transparent;
}

.topProdData .prodData .aboutMini .more-info span {
  margin-left: 2px;
  font-size: 12px;
  line-height: 100%;
}

.topProdData .prodData .chooseOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.topProdData .prodData .chooseOptions .option_one,
.topProdData .prodData .chooseOptions .option_two {
  width: 48%;
}

.topProdData .prodData .chooseOptions .option_one .contentData,
.topProdData .prodData .chooseOptions .option_two .contentData {
  margin-bottom: 20px;
}

.topProdData .prodData .chooseOptions .option_one .contentData .head,
.topProdData .prodData .chooseOptions .option_two .contentData .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

.topProdData .prodData .orderBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

.topProdData .prodData .orderBlock .priceFunct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

.topProdData .prodData .orderBlock .priceFunct .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 8px;
}

.topProdData .prodData .orderBlock .priceFunct .price .oldPrice,
.topProdData .prodData .orderBlock .priceFunct .price .newPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topProdData .prodData .orderBlock .priceFunct .price .oldPrice span.price {
  color: #E20000;
  text-decoration: line-through;
  font-weight: 500;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1320));
  line-height: 100%;
}

.topProdData .prodData .orderBlock .priceFunct .price .oldPrice span.rub {
  font-weight: 400;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1320));
  line-height: 100%;
}

.topProdData .prodData .orderBlock .priceFunct .price .newPrice span.price {
  font-size: calc(26px + 4 * ((100vw - 320px) / 1320));
  color: #232323;
  font-weight: 700;
  line-height: 100%;
}

.topProdData .prodData .orderBlock .priceFunct .price .newPrice span.rub {
  font-weight: 400;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1320));
  line-height: 100%;
}

.topProdData .prodData .orderBlock .priceFunct .counter {
  padding-left: 40px;
}

.topProdData .prodData .orderBlock .priceFunct .counter #decrement {
  font-size: 30px;
  padding: 2px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.topProdData .prodData .orderBlock .priceFunct .counter #decrement:hover {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.topProdData .prodData .orderBlock .priceFunct .counter #increment {
  background-color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.topProdData .prodData .orderBlock .priceFunct .counter #increment:hover {
  color: #5B9900;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.topProdData .prodData .orderBlock .priceFunct .counter #product_price {
  width: 60px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #B7B7B7;
  padding: 18px 18px;
  font-size: 18px;
  color: #232323;
  font-weight: 700;
  line-height: 100%;
  margin: 0px 10px;
}

.topProdData .prodData .orderBlock .finOrder p.noBtn {
  background-color: #5B9900;
  opacity: 0.5;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 14px 24px;
  border-radius: 4px;
}

.topProdData .prodData .orderBlock .finOrder p.noBtn span {
  margin-right: 5px;
}

.topProdData .prodData .orderBlock .finOrder .order {
  background-color: #5B9900;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 20px 24px;
  border-radius: 4px;
}

.topProdData .prodData .orderBlock .finOrder .order span {
  margin-right: 5px;
}

.topProdData .prodData .orderBlock .finOrder .order:hover {
  background-color: #232323;
}

.prodDataOther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.prodDataOther .technical {
  width: 34%;
}

.prodDataOther .technical .title p {
  width: 100%;
  font-size: calc(24px + 4 * ((100vw - 320px) / 1320));
  font-weight: 700;
  color: #232323;
  line-height: 140%;
  margin-bottom: 15px;
}

.prodDataOther .technical .paramsItems {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prodDataOther .technical .paramsItems .paramItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px dashed #EAEAEA;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prodDataOther .technical .paramsItems .paramItem span.name,
.prodDataOther .technical .paramsItems .paramItem span.value {
  display: block;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1320));
  font-weight: 500;
  line-height: 130%;
}

.prodDataOther .technical .paramsItems .paramItem span.name {
  width: 50%;
}

.prodDataOther .technical .paramsItems .paramItem span.value {
  width: 45%;
  text-align: end;
}

.prodDataOther .technical .paramsItems .paramItem:last-child {
  border-bottom: 0;
}

.prodDataOther .someProds {
  width: 60%;
}

.prodDataOther .someProds .title {
  margin-bottom: 30px;
}

.prodDataOther .someProds .title p {
  width: 100%;
  font-size: calc(24px + 4 * ((100vw - 320px) / 1320));
  font-weight: 700;
  color: #232323;
  line-height: 140%;
  margin-bottom: 15px;
}

.sizeModal {
  position: absolute;
  top: 0;
  right: -2000px;
  z-index: 950;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.sizeModal .contentBody {
  -webkit-box-shadow: 0px 4px 140px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 140px 0px rgba(0, 0, 0, 0.1);
  width: 550px;
  height: 100%;
  background-color: #fff;
}

.sizeModal .contentBody .sizeWrapper {
  padding: 70px 70px;
}

.sizeModal .contentBody .sizeWrapper .headTitle {
  margin-bottom: 30px;
}

.sizeModal .contentBody .sizeWrapper .headTitle p.tit {
  font-size: 24px;
  font-weight: 700;
}

.sizeModal .contentBody .sizeWrapper .headTitle p.subtit {
  font-size: 13px;
  line-height: 145%;
  color: #636363;
}

.sizeModal .contentBody .sizeWrapper .sizeTable .headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sizeModal .contentBody .sizeWrapper .sizeTable .headers span.long,
.sizeModal .contentBody .sizeWrapper .sizeTable .headers span.size {
  width: 43%;
  font-size: 12px;
  color: #636363;
  line-height: 140%;
}

.sizeModal .contentBody .sizeWrapper .sizeTable ul.sizeTableData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sizeModal .contentBody .sizeWrapper .sizeTable ul.sizeTableData li.sizeItem {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px dashed #dddddd;
  padding: 15px 0;
}

.sizeModal .contentBody .sizeWrapper .sizeTable ul.sizeTableData li.sizeItem span.keyData,
.sizeModal .contentBody .sizeWrapper .sizeTable ul.sizeTableData li.sizeItem span.keyValue {
  font-size: 13px;
  color: #232323;
  font-weight: 700;
  line-height: 130%;
  width: 43%;
}

.sizeModal .contentBody .sizeWrapper .sizeTable ul.sizeTableData li.sizeItem:last-child {
  border-bottom: 0;
}

.sizeModal .contentBody .closeModalSizes {
  position: fixed;
  right: 24px;
  top: 24px;
}

.sizeModal .contentBody .closeModalSizes .btnModClose {
  z-index: 952;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5B9900;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.sizeModal .contentBody .closeModalSizes .btnModClose span {
  margin-top: 2px;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}

.sizeModal .contentBody .closeModalSizes .btnModClose:hover {
  background-color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.sizeModal.openMod {
  opacity: 1;
  display: block;
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

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

.catalogItems .catalogItem {
  width: 100%;
}

.catalogItems .catalogItem .preview {
  position: relative;
}

.catalogItems .catalogItem .preview a {
  width: 100%;
  height: 240px;
}

.catalogItems .catalogItem .preview a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.catalogItems .catalogItem .preview .btn__open {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  bottom: 25px;
  right: 30px;
  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%;
}

.catalogItems .catalogItem .preview .btn__open span {
  color: #232323;
  -webkit-transform: rotate(145deg);
      -ms-transform: rotate(145deg);
          transform: rotate(145deg);
  font-size: 28px;
  margin-bottom: 2px;
  margin-right: 2px;
}

.catalogItems .catalogItem .content {
  margin-top: 10px;
}

.catalogItems .catalogItem .content a {
  font-size: 18px;
  color: #232323;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 140%;
}

.catalogItems .catalogItem .content p {
  font-size: calc(13px + 0 * ((100vw - 320px) / 1320));
  color: #7E7E7E;
}

.catalogItems .catalogItem:hover .preview {
  -webkit-box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.07);
}

.catalogItems .catalogItem:hover .preview a img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.catalogItems .catalogItem:hover .preview .btn__open {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: #5B9900;
}

.catalogItems .catalogItem:hover .preview .btn__open span {
  color: #fff;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.catalogItems .catalogItem:hover .content {
  margin-top: 10px;
}

.catalogItems .catalogItem:hover .content a {
  color: #5B9900;
}

.catalogItems .catalogItem:hover .content p {
  color: #232323;
}

#catalog #LastNews {
  padding: 0 0 70px 0;
}

.pageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pageWrapper .filterSide {
  width: 21%;
}

.pageWrapper .filterSide form {
  background-color: #fbfbfb;
}

.pageWrapper .filterSide form .formBody {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pageWrapper .filterSide form .formBody .formTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  margin-bottom: 40px;
}

.pageWrapper .filterSide form .formBody .formTitle span {
  color: #5B9900;
  font-size: 20px;
  line-height: 100%;
  margin-right: 8px;
}

.pageWrapper .filterSide form .formBody .formTitle h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #232323;
  margin: 0;
  padding: 0;
}

.pageWrapper .filterSide form .formBody fieldset {
  padding: 0;
  margin-bottom: 20px;
}

.pageWrapper .filterSide form .formBody fieldset .formSubTitle h4 {
  font-size: 16px;
  color: #232323;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
}

.pageWrapper .filterSide form .formBody fieldset .formSubTitle .params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;
}

.pageWrapper .filterSide form .formBody fieldset .formSubTitle .moreFilterBtn {
  font-size: 12px;
  color: #5B9900;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 14px;
  cursor: pointer;
}

.pageWrapper .filterSide form .formBody fieldset .formSubTitle .moreFilterBtn span {
  font-size: 12px;
  line-height: 100%;
  color: #5B9900;
  margin-left: 2px;
  margin-top: 2px;
}

.pageWrapper .filterSide form .formBody fieldset .formSubTitle .moreFilterBtn:hover {
  color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.pageWrapper .filterSide form .formBody fieldset .formSubTitle .moreFilterBtn:hover span {
  color: #232323;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.pageWrapper .filterSide form .formBody fieldset:last-child {
  margin-bottom: 0px;
}

.pageWrapper input[type=checkbox]:checked,
.pageWrapper input[type=checkbox]:not(:checked),
.pageWrapper input[type=radio]:checked,
.pageWrapper input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.pageWrapper input[type=checkbox]:checked + label,
.pageWrapper input[type=checkbox]:not(:checked) + label,
.pageWrapper input[type=radio]:checked + label,
.pageWrapper input[type=radio]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  line-height: 18px;
  font-size: 14px;
  color: #232323;
  cursor: pointer;
  color: #232323;
}

.pageWrapper input[type=checkbox]:checked + label:before,
.pageWrapper input[type=checkbox]:not(:checked) + label:before,
.pageWrapper input[type=radio]:checked + label:before,
.pageWrapper input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #C3C3C3;
  background-color: #ffffff;
}

.pageWrapper input[type=checkbox]:checked + label:before,
.pageWrapper input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}

.pageWrapper input[type=radio]:checked + label:before,
.pageWrapper input[type=radio]:not(:checked) + label:before {
  border-radius: 100%;
}

.pageWrapper input[type=checkbox]:checked + label:after,
.pageWrapper input[type=checkbox]:not(:checked) + label:after,
.pageWrapper input[type=radio]:checked + label:after,
.pageWrapper input[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pageWrapper input[type=checkbox]:checked + label:after,
.pageWrapper input[type=checkbox]:not(:checked) + label:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  background-color: #5B9900;
}

.pageWrapper input[type=radio]:checked + label:after,
.pageWrapper input[type=radio]:not(:checked) + label:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #5B9900;
}

.pageWrapper input[type=checkbox]:not(:checked) + label:after,
.pageWrapper input[type=radio]:not(:checked) + label:after {
  opacity: 0;
}

.pageWrapper input[type=checkbox]:checked + label:after,
.pageWrapper input[type=radio]:checked + label:after {
  opacity: 1;
}

.pageWrapper .price-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 0px;
}

.pageWrapper .price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.pageWrapper .field input {
  width: 90%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-left: 0px;
  border-radius: 5px;
  text-align: center;
  border: 0px solid #999;
  -moz-appearance: textfield;
  background-color: #F3F3F3;
  color: #818181;
}

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

.pageWrapper .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.pageWrapper .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #5B9900;
}

.pageWrapper .range-input {
  position: relative;
}

.pageWrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 13px;
  top: -5px;
  background: none;
  z-index: 2;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.pageWrapper input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #5B9900;
  pointer-events: auto;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.pageWrapper input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #5B9900;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.pageWrapper .filterMB {
  display: none;
}

.pageWrapper .prodView {
  width: 77%;
}

.pageWrapper .prodView .subline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.pageWrapper .prodView .subline .tagsWrapper {
  width: 80%;
}

.pageWrapper .prodView .subline .tagsWrapper ul.tagItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}

.pageWrapper .prodView .subline .tagsWrapper ul.tagItems li.tagItem a {
  border-radius: 4px;
  font-size: 13px;
  line-height: 160%;
  color: #6F6F6F;
  background-color: #FBFBFB;
  padding: 4px 10px;
}

.pageWrapper .prodView .subline .tagsWrapper ul.tagItems li.tagItem a:hover {
  background-color: #232323;
  color: #fff;
}

.pageWrapper .prodView .subline .tagsWrapper ul.tagItems li.tagItem .active {
  background-color: #5B9900;
  color: #fff;
}

.pageWrapper .prodView .subline .sort {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pageWrapper .prodView .subline .sort .label {
  color: #646464;
  font-size: 12px;
  line-height: 140%;
  margin-right: 4px;
}

.pageWrapper .prodView .subline .sort ._value {
  font-size: 12px;
  color: #232323;
  display: inline-block;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageWrapper .prodView .subline .sort ._value span {
  margin-left: 0px;
  color: black;
  font-size: 14px;
  display: inline-block;
  line-height: 100%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pageWrapper .prodView .subline .sort ._value span.down {
  transform: rotate(-90deg);
}


.pageWrapper .prodView .subline .sort ._value._active_ span,
.pageWrapper .prodView .subline .sort ._value:hover {
  color: #5B9900;
}

.pageWrapper .prodView .subline .sort ._value:hover span {
  color: #232323;
}

.pageWrapper .prodView .productList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.headBlock {
  position: relative;
}

.headBlock .backImg {
  width: 100%;
  height: 280px;
  position: relative;
}

.headBlock .backImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.headBlock .backImg .shadow {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #232323;
  opacity: 40%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.headBlock .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 5%;
}

.headBlock .content h1 {
  color: #fff;
  max-width: 540px;
  line-height: 130%;
  font-size: calc(30px + 10 * ((100vw - 320px) / 1320));
}

.contentPageBody {
  margin: 50px auto 90px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contentPageBody .content {
  width: 70%;
}

.contentPageBody .subnav {
  width: 23%;
}

.contentPageBody .subnav .subNavBar {
  background-color: #fbfbfb;
}

.contentPageBody .subnav .subNavBar ul {
  padding: 35px 35px;
}

.contentPageBody .subnav .subNavBar ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #E2E2E2;
  padding: 4px 0;
}

.contentPageBody .subnav .subNavBar ul li a {
  font-size: 15px;
  line-height: 24px;
  color: #232323;
  font-weight: 400;
  width: 95%;
  padding: 10px 0;
}

.contentPageBody .subnav .subNavBar ul li span {
  width: 5%;
  font-size: 12px;
  color: #232323;
}

.contentPageBody .subnav .subNavBar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contentPageBody .subnav .subNavBar ul li:hover > a,
.contentPageBody .subnav .subNavBar ul li span {
  color: #5B9900;
}

.contentPageBody > .content h2,
.contentPageBody > .content h3,
.contentPageBody > .content h4,
.contentPageBody > .content h5,
.contentPageBody > .content h6 {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 140%;
}

.contentPageBody > .content h2 {
  font-size: calc(28px + 4 * ((100vw - 320px) / 1320));
  margin-top: 25px;
}

.contentPageBody > .content h3 {
  font-size: calc(22px + 4 * ((100vw - 320px) / 1320));
  margin-top: 25px;
}

.contentPageBody > .content h4 {
  font-size: calc(20px + 2 * ((100vw - 320px) / 1320));
  margin-top: 25px;
}

.contentPageBody > .content h5 {
  font-size: calc(18px + 2 * ((100vw - 320px) / 1320));
  margin-top: 25px;
}

.contentPageBody > .content h6 {
  font-size: calc(17px + 1 * ((100vw - 320px) / 1320));
  margin-top: 25px;
}

.contentPageBody > .content p {
  font-size: calc(14px + 1 * ((100vw - 320px) / 1320));
  font-weight: 400;
  line-height: 180%;
  padding-bottom: 8px;
}

.contentPageBody > .content p:last-of-type {
  padding-bottom: 0px;
}

.contentPageBody > .content ul.textUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: disc !important;
  list-style-type: disc !important;
  list-style-position: outside !important;
}

.contentPageBody > .content ul.textUl li {
  padding: 4px 14px;
  position: relative;
}

.contentPageBody > .content ul.textUl li p,
.contentPageBody > .content ul.textUl li a {
  font-size: calc(14px + 0 * ((100vw - 320px) / 1320));
}

.contentPageBody > .content ul.textUl li span.bullet {
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #5B9900;
  border-radius: 50%;
}

.contentPageBody > .content a {
  font-size: calc(14px + 1 * ((100vw - 320px) / 1320));
  color: #5B9900;
}

.contentPageBody > .content a:hover {
  opacity: 0.75;
}

.contentPageBody > .content img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.contentPageBody > .content .img_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contentPageBody > .content .img_two img {
  width: 49.5%;
  height: auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.faqItems {
  width: 100%;
  margin-top: 40px;
}

.faqItems .faqItem .faqQuestion {
  padding: 20px 30px;
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.faqItems .faqItem .faqQuestion p {
  width: 90%;
  font-size: 16px;
  line-height: 30px;
  color: #232323;
  font-weight: 500;
}

.faqItems .faqItem .faqQuestion .arrowArea {
  width: 34px;
  height: 34px;
  background-color: #5B9900;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faqItems .faqItem .faqQuestion .arrowArea span {
  font-size: 15px;
  line-height: 100%;
  color: #fff;
}

.faqItems .faqItem .faqQuestion:hover {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.07);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

.faqItems .faqItem .faqQuestion:hover p {
  color: #5B9900;
}

.faqItems .faqItem .faqQuestion:last-child {
  margin-bottom: 0;
}

.faqItems .faqItem .faqItem__Content {
  display: none;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.faqItems .active .faqQuestion {
  background-color: #5B9900;
}

.faqItems .active .faqQuestion p {
  color: #fff;
}

.faqItems .active .faqQuestion .arrowArea {
  width: 34px;
  height: 34px;
  background-color: #232323;
}

.faqItems .active .faqQuestion .arrowArea span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 2px;
}

.faqItems .active .faqQuestion:hover {
  background-color: #5B9900;
  opacity: 0.98;
}

.faqItems .active .faqQuestion:hover p {
  color: #fff;
}

.faqItems .active .faqItem__Content {
  display: block;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.faqItems .active .faqItem__Content p {
  font-size: 14px;
  line-height: 160%;
  color: #232323;
  font-weight: 400;
}

.errorPage__wrapper {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.errorPage__wrapper .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.errorPage__wrapper .content__wrapper h1 {
  font-size: calc(120px + 130 * ((100vw - 320px) / 1320));
  font-weight: 700;
  line-height: 100%;
  background: -o-linear-gradient(134deg, #CB0566 60%, #232323 100%);
  background: linear-gradient(316deg, #CB0566 60%, #232323 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.errorPage__wrapper .content__wrapper p {
  font-size: calc(15px + 7 * ((100vw - 320px) / 1320));
  text-align: center;
  line-height: 150%;
}

.errorPage__wrapper .content__wrapper .btnBack {
  margin-top: 30px;
}

.errorPage__wrapper .content__wrapper .btnBack a {
  font-size: 14px;
  display: inline-block;
  padding: 18px 30px;
  background-color: #5B9900;
  color: #fff;
  border-radius: 4px;
}

.errorPage__wrapper .content__wrapper .btnBack a:hover {
  background-color: #232323;
}

@media (min-width: 769px) {
  .filterMBbtn {
    display: none;
  }

  .filterMBclose {
    display: none;
  }

  .pageWrapper .filterMBbtn {
    display: none;
  }

  .pageWrapper .filterMBclose {
    display: none;
  }
}

@media (max-width: 1024px) {
  header .header__wrapper .topHead {
    border-bottom: 1px solid #E9E9E9;
    padding: 20px 0;
    position: relative;
  }

  header .header__wrapper .topHead .topHead__Wprapper .leftSide .logo__Wrapper {
    margin-right: 0px;
  }
  
    header .header__wrapper .topHead .topHead__Wprapper .leftSide .logo__Wrapper img {
    max-width: 224px;
  }


  header .header__wrapper .topHead .topHead__Wprapper .leftSide .logo__Wrapper a img {
    max-width: 168px;
  }

  header .header__wrapper .topHead .topHead__Wprapper .leftSide .search__Wrapper {
    display: none;
  }

  header .header__wrapper .topHead .topHead__Wprapper .rightSide {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header .header__wrapper .topHead .topHead__Wprapper .rightSide .social__Wrapper {
    display: none;
  }

  header .header__wrapper .topHead .topHead__Wprapper .rightSide .contacts_Wrapper {
    display: none;
  }

  header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper a .cartView span {
    font-size: 24px;
  }

  header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper a .cartView .count {
    font-size: 11px;
    background-color: #232323;
    color: #fff;
    line-height: 100%;
    position: absolute;
    top: -4px;
    left: 7px;
    padding: 3px 5px;
    border-radius: 50%;
  }

  header .header__wrapper .topHead .topHead__Wprapper .rightSide .cart__Wrapper a span.text {
    display: none;
  }

  header .header__wrapper .topHead .topHead__Wprapper .rightSide .searchMB {
    display: block;
    font-size: 24px;
    line-height: 100%;
  }

  header .header__wrapper .topHead .topHead__Wprapper .rightSide .burger {
    display: block;
    width: 30px;
    height: 30px;
  }

  header .header__wrapper .topHead .mobMenu {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
    left: -1000px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 500;
    overflow-y: scroll;
    padding: 25px 20px;
  }

  header .header__wrapper .topHead .mobMenu .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header .header__wrapper .topHead .mobMenu .head a {
    width: 45%;
  }

  header .header__wrapper .topHead .mobMenu .head a img {
    width: 100%;
    height: auto;
  }

  header .header__wrapper .topHead .mobMenu .head span {
    font-size: 30px;
  }

  header .header__wrapper .topHead .mobMenu .contactsData {
    padding: 28px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .phoneWrap {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .phoneWrap span.subTitle {
    font-size: 13px;
    width: 100%;
    line-height: 120%;
    margin-bottom: 4px;
    color: #5B9900;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .phoneWrap .phNumber {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .phoneWrap .phNumber span {
    font-size: 24px;
    color: #232323;
    line-height: 100%;
    width: auto;
    margin-right: 5px;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .phoneWrap .phNumber p {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    line-height: 130%;
  }

  header .header__wrapper .topHead .mobMenu .contactsData span.openContacts {
    width: 15%;
    font-size: 14px;
    line-height: 100%;
    color: #5B9900;
    text-align: end;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts {
    background-color: #fff;
    padding: 40px 20px 0px 20px;
    height: calc(100% - 150px);
    position: absolute;
    top: 55px;
    left: -1000px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts.active {
    left: 0;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts .contactItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts .contactItem span.contTitle {
    font-size: 13px;
    color: #575757;
    line-height: 120%;
    margin-bottom: 0px;
    width: 100%;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts .contactItem .phWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts .contactItem .phWrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    color: #232323;
    line-height: 140%;
    font-weight: 700;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts .contactItem .phWrapper a span {
    font-size: 28px;
    line-height: 100%;
    margin-right: 5px;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts .contactItem .phWrapper a span:last-child {
    margin-top: 4px;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts .social {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header .header__wrapper .topHead .mobMenu .contactsData .fullContacts .social a img {
    display: block;
    width: 40px;
    height: 40px;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems {
    width: 100%;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems li.mobNavItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e6e6e6;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems li.mobNavItem a {
    width: 85%;
    font-size: 17px;
    color: #232323;
    font-weight: 700;
    padding: 16px 0;
    line-height: 150%;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems li.mobNavItem span {
    width: 14%;
    font-size: 14px;
    line-height: 100%;
    color: #5B9900;
    text-align: end;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems li.mobNavItem:last-child {
    border-bottom: 0;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems li.mobNavItem ul.mobSubMenu {
    z-index: 501;
    background-color: #fff;
    position: absolute;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
    left: -1000px;
    top: 60px;
    padding: 10px 20px;
    height: calc(100% - 171px);
    width: 100%;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems li.mobNavItem ul.mobSubMenu li.mobSubItem {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems li.mobNavItem ul.mobSubMenu li.mobSubItem a {
    font-size: 16px;
    line-height: 150%;
    color: #232323;
    padding: 14px 0;
    font-weight: 700;
    width: 100%;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems li.mobNavItem ul.mobSubMenu li.mobSubItem:last-child {
    border-bottom: 0;
  }

  header .header__wrapper .topHead .mobMenu .mobileNav ul.mobNavItems li.mobNavItem ul.mobSubMenu.active {
    left: 0;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  header .header__wrapper .topHead .mobMenu .fixedCall {
    bottom: 0px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 502;
    position: fixed;
    background-color: #fff;
    width: 100%;
  }

  header .header__wrapper .topHead .mobMenu .fixedCall a {
    margin: 20px 20px;
    font-size: 15px;
    line-height: 100%;
    background-color: #5B9900;
    font-weight: 500;
    color: #fff;
    width: 100%;
    padding: 14px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
  }

  header .header__wrapper .topHead .mobMenu .fixedCall a span {
    margin-right: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
  }

  header .header__wrapper .topHead .mobMenu.active {
    opacity: 1;
    left: 0;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  header .header__wrapper .searchModal {
    display: none;
    position: absolute;
    opacity: 0;
    top: 0;
    left: -1000px;
    display: block;
    background-color: #fff;
    padding: 30px 20px 0px 20px;
    height: 100vh;
    width: 100%;
    z-index: 5;
  }

  header .header__wrapper .searchModal .searchBody .headLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }

  header .header__wrapper .searchModal .searchBody .headLine .imgHolder {
    width: 50%;
  }

  header .header__wrapper .searchModal .searchBody .headLine .imgHolder img {
    width: 100%;
  }

  header .header__wrapper .searchModal .searchBody .headLine span {
    font-size: 28px;
    line-height: 100%;
  }

  header .header__wrapper .searchModal .searchBody form input {
    width: 100%;
    padding: 16px 14px;
  }

  header .header__wrapper .searchModal .searchBody form input::-webkit-input-placeholder {
    font-size: 13px;
    color: #9e9e9e;
  }

  header .header__wrapper .searchModal .searchBody form input::-moz-placeholder {
    font-size: 13px;
    color: #9e9e9e;
  }

  header .header__wrapper .searchModal .searchBody form input:-ms-input-placeholder {
    font-size: 13px;
    color: #9e9e9e;
  }

  header .header__wrapper .searchModal .searchBody form input::-ms-input-placeholder {
    font-size: 13px;
    color: #9e9e9e;
  }

  header .header__wrapper .searchModal .searchBody form input::placeholder {
    font-size: 13px;
    color: #9e9e9e;
  }

  header .header__wrapper .searchModal .searchBody form input:valid {
    background-color: #F9F9F9;
    font-weight: 400;
  }

  header .header__wrapper .searchModal .searchBody form input:focus {
    border: 0px solid #E9E9E9;
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
            box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
    color: #232323;
    font-weight: 700;
    font-size: 16px;
  }

  header .header__wrapper .searchModal .searchBody #SearchResults {
    margin-top: 30px;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    width: 75%;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodInfo .imgHolder {
    height: 40px;
    width: 15%;
    margin-right: 10px;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodInfo .imgHolder img {
    width: 100%;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodInfo .sProdData {
    width: 80%;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodInfo .sProdData .name {
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    color: #232323;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodInfo .sProdData .article {
    font-size: 12px;
    font-weight: 400;
    color: #9e9e9e;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodPrice .oldprice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodPrice .oldprice .oPrice {
    color: red;
    font-size: 13px;
    text-decoration: line-through;
    line-height: 100%;
    margin-right: 3px;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodPrice .oldprice .rub {
    font-size: 11px;
    color: #232323;
    line-height: 100%;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodPrice .realPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodPrice .realPrice .rPrice {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    margin-right: 3px;
  }

  header .header__wrapper .searchModal .searchBody .searchProductItems .sProdItem .sProd .prodPrice .realPrice .rub {
    font-size: 11px;
    color: #232323;
    line-height: 100%;
  }

  header .header__wrapper .searchModal .searchBody .search-resultsMB.active {
    display: block;
  }

  header .header__wrapper .searchModal.active {
    display: block;
    opacity: 1;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
    left: 0;
  }

  header .header__wrapper .backNav {
    margin-top: 5px;
    display: inline-block;
    background-color: #fbfbfb;
    padding: 10px 18px;
    font-size: 13px;
    margin-bottom: 8px;
    border-radius: 4px;
  }

  header .header__wrapper .backNav span {
    display: inline-block;
    color: #5B9900;
    margin-right: 4px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    font-size: 12px;
    line-height: 100%;
  }

  header .header__wrapper .navMenu {
    display: none;
  }

  .breadcrumbs {
    padding: 15px 0 15px 0;
  }

  .contactsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
    margin-top: 25px;
  }

  .contactsWrapper .leftSide {
    width: 100%;
    margin-bottom: 50px;
  }

  .contactsWrapper .leftSide .contactItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .contactsWrapper .leftSide .contactItems .contactItem {
    margin-bottom: 20px;
    width: 100%;
  }

  .contactsWrapper .leftSide .contactItems .contactItem p {
    font-size: 13px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 8px;
  }

  .contactsWrapper .leftSide .contactItems .contactItem .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .contactsWrapper .leftSide .contactItems .contactItem .item span {
    font-size: 28px;
    line-height: 100%;
    margin-right: 5px;
  }

  .contactsWrapper .leftSide .contactItems .contactItem .item a {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
  }

  .contactsWrapper .leftSide .contactItems .contactItem .location p {
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
  }

  .contactsWrapper .leftSide .contactItems .contactItem .location span {
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
  }

  .contactsWrapper .leftSide .contactItems .contactItem:nth-child(4) {
    padding: 10px 0;
  }

  .contactsWrapper .rightSide {
    width: 100%;
  }

  .contactsWrapper .rightSide iframe {
    height: 400px;
  }

  .newContent__Wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .newContent__Wrapper .leftSide {
    width: 100%;
  }

  .newContent__Wrapper .leftSide .newPrevImg {
    margin-bottom: 15px;
  }

  .newContent__Wrapper .leftSide .newPrevImg img {
    height: 300px;
  }

  .newContent__Wrapper .leftSide .date {
    font-size: 13px;
    line-height: 120%;
    color: #5B9900;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .newContent__Wrapper .leftSide .content {
    margin-bottom: 50px;
  }

  .newContent__Wrapper .leftSide .content h1 {
    margin-top: 0px !important;
  }

  .newContent__Wrapper .leftSide .content h1,
  .newContent__Wrapper .leftSide .content h2,
  .newContent__Wrapper .leftSide .content h3,
  .newContent__Wrapper .leftSide .content h4,
  .newContent__Wrapper .leftSide .content h5,
  .newContent__Wrapper .leftSide .content h6 {
    color: #232323;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 25px;
    line-height: 115%;
  }

  .newContent__Wrapper .leftSide .content .twoImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 30px 0;
  }

  .newContent__Wrapper .leftSide .content .twoImg img {
    width: 100%;
    height: auto;
    margin-bottom: 15;
  }

  .newContent__Wrapper .leftSide .content .twoImg img:last-child {
    margin-bottom: 0;
  }

  .newContent__Wrapper .leftSide .content .twoImg:last-child {
    margin: 20px 0;
  }

  .newContent__Wrapper .leftSide .content img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .newContent__Wrapper .leftSide .content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
  }

  .newContent__Wrapper .leftSide .content ul li {
    width: 100%;
  }

  .newContent__Wrapper .rightSide {
    width: 100%;
    margin-bottom: 50px;
  }

  .newContent__Wrapper .rightSide .otherNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .newContent__Wrapper .rightSide .otherNews .newItem .body .content {
    width: 70%;
  }

  .newContent__Wrapper .rightSide .otherNews .newItem .body .content .date {
    font-size: 11px;
  }

  .newContent__Wrapper .rightSide .otherNews .newItem .body .content .title {
    font-size: 15px !important;
  }
}

@media (max-width: 768px) {
  footer .footer__wrapper {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  footer .footer__wrapper .left {
    width: 100%;
    margin-bottom: 40px;
  }

  footer .footer__wrapper .left img {
    width: 50%;
    margin-bottom: 5px;
  }

  footer .footer__wrapper .left p.copyright {
    font-size: 11px;
    line-height: 18px;
  }

  footer .footer__wrapper .left .socialBlock {
    margin-top: 30px;
  }

  footer .footer__wrapper .left .socialBlock .socialWrapper {
    gap: 10px;
  }

  footer .footer__wrapper .left .socialBlock .socialWrapper a {
    font-size: 34px;
  }

  footer .footer__wrapper .middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  footer .footer__wrapper .middle .navcol {
    width: 100%;
  }

  footer .footer__wrapper .middle .navcol .title {
    border-bottom: 1px solid #676767;
    padding-bottom: 8px;
    padding-top: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .footer__wrapper .middle .navcol .title p {
    color: #fff;
    margin-bottom: 8px;
  }

  footer .footer__wrapper .middle .navcol .title span {
    display: block;
    color: #5B9900;
    font-size: 14px;
    line-height: 100%;
  }

  footer .footer__wrapper .middle .navcol .title.active {
    border-bottom: 0;
  }

  footer .footer__wrapper .middle .navcol .title.active p {
    color: #5B9900;
  }

  footer .footer__wrapper .middle .navcol .title.active span {
    color: #fff;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  footer .footer__wrapper .middle .navcol .navcolItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 0;
    opacity: 0;
  }

  footer .footer__wrapper .middle .navcol .navcolItems .navcolItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
    padding: 4px 0;
    width: 100%;
  }

  footer .footer__wrapper .middle .navcol .navcolItems .navcolItem a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
  }

  footer .footer__wrapper .middle .navcol .navcolItems.active {
    overflow: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  footer .footer__wrapper .right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  footer .footer__wrapper .right .colContacts {
    width: 100%;
    margin-bottom: 40px;
  }

  footer .footer__wrapper .right .colContacts .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #5B9900;
    margin-bottom: 8px;
  }

  footer .footer__wrapper .right .colContacts ul.contactItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  footer .footer__wrapper .right .colContacts ul.contactItems li {
    -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;
    margin-bottom: 8px;
  }

  footer .footer__wrapper .right .colContacts ul.contactItems li span {
    font-size: 20px;
    line-height: 100%;
    margin-right: 8px;
  }

  footer .footer__wrapper .right .colContacts ul.contactItems li a {
    font-size: 18px;
    line-height: 26px;
  }

  footer .footer__wrapper .right .colContacts .location p.subtitle {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 2px;
    font-weight: 400;
  }

  footer .footer__wrapper .right .colContacts .location p.loc {
    font-size: 14px;
    line-height: 24px;
  }

  footer .footer__wrapper .right .colRek {
    width: 100%;
  }

  footer .footer__wrapper .right .colRek .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  footer .footer__wrapper .right .colRek p.organization {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 2px;
    font-weight: bold;
  }

  footer .footer__wrapper .right .colRek p.subinfo {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  footer .footer__wrapper .right .colRek p.subinfo:last-child {
    margin-bottom: 0;
  }

  #pageContent .contentWrapper {
    padding: 40px 0;
    width: 100%;
  }

  #pageContent .contentWrapper h2,
  #pageContent .contentWrapper h3,
  #pageContent .contentWrapper h4,
  #pageContent .contentWrapper h5,
  #pageContent .contentWrapper h6 {
    margin-bottom: 10px;
    margin-top: 25px;
  }

  #pageContent .contentWrapper ul {
    width: 100%;
  }

  #bestSellers {
    padding: 40px 0;
  }

  #bestSellers .bestSellersArea h2 {
    margin-bottom: 20px;
  }

  #bestSellers .bestSellersArea .bestSellers {
    padding: 10px 0;
  }

  #bestSellers .bestSellersArea .bestSellers .button-next-prod {
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    padding: 12px;
    background-color: #5B9900;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    right: 20px;
    z-index: 3;
  }

  .pagination {
    margin-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .filterSide {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: -1000px;
    opacity: 0;
    z-index: 950;
    background-color: #fff;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
  }

  .filterSide form {
    padding-top: 2px;
    padding-bottom: 70px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    overflow-y: scroll;
  }

  .filterSide form .formBody .formTitle h3 {
    font-size: 28px;
  }

  .filterSide form .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }

  .filterSide form .btns .filterMBbtn {
    width: 50%;
    font-size: 16px;
    width: 50%;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    padding: 24px 0;
    background-color: #5B9900;
  }

  .filterSide form .btns .filterMBclose {
    width: 50%;
    font-size: 16px;
    width: 50%;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    padding: 24px 0;
    background-color: #232323;
  }

  .filterSide.openFilter {
    left: 0px;
    opacity: 1;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
  }

  .filterMB {
    font-size: 16px;
    background-color: #5B9900;
    padding: 18px 24px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: -10px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .filterMB span {
    color: #fff;
    line-height: 100%;
    font-size: 24px;
    margin-right: 8px;
  }

  .brandPage_wrapper .brandCover {
    height: 300px;
    margin-bottom: 0px;
  }

  .brandPage_wrapper .brandCover img {
    border-radius: 8px 8px 0 0;
  }

  .brandPage_wrapper .brandData {
    width: 100%;
    -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;
    margin-bottom: 50px;
  }

  .brandPage_wrapper .brandData .leftData {
    width: 100%;
  }

  .brandPage_wrapper .brandData .leftData .brandLogo__Wrapper {
    width: 50%;
    border-radius: 0 0 8px 8px;
  }

  .brandPage_wrapper .brandData .leftData .brandLogo__Wrapper img {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 30px 30px;
  }

  .brandPage_wrapper .brandData .rightData {
    margin-top: 25px;
    width: 100%;
  }

  .brandPage_wrapper .brandData .rightData .desc-wrapper {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }

  .brandPage_wrapper .brandData .rightData .desc-wrapper p {
    font-weight: 400;
  }

  .brandPage_wrapper .brandProducts {
    row-gap: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .brandPage_wrapper .brandProducts .product {
    width: 49%;
  }

  .faqItems {
    width: 100%;
    margin-top: 20px;
  }

  .faqItems .faqItem .faqQuestion {
    padding: 16px 24px;
    margin-bottom: 14px;
  }

  .faqItems .faqItem .faqQuestion p {
    width: 85%;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }

  .cartWpapper {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
  }

  .cartWpapper .prodSide {
    width: 100%;
    margin-bottom: 20px;
  }

  .cartWpapper .prodSide .cartItemsWrap {
    width: 100%;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem {
    padding: 18px 0;
    border-bottom: 1px solid #EAEAEA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData {
    width: 100%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .photo {
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .photo a {
    width: 100%;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .photo a img {
    object-fit: cover;
    object-position: center;
    -o-object-position: center;
    -o-object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo {
    width: 78%;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo a.ProdName {
    font-size: 1.35rem;
    margin-bottom: 1px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .attrItems {
    margin-bottom: 15px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .attrItems span.artlabel {
    font-size: 11px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .attrItems span.num {
    font-size: 11px;
    margin-left: 2px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px;
    width: 100%;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optSize {
    margin-right: 15px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optSize span.tit {
    font-size: 11px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optSize span.data {
    font-size: 11px;
    margin-left: 2px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optColor span.tit {
    font-size: 11px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .leftData .prodDataInfo .optionsWrap .optColor span.data {
    font-size: 11px;
    margin-left: 2px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData {
    width: 100%;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price {
    width: 58%;
    gap: 0px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .oldPrice,
  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .newPrice {
    display: inline-block;
    -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;
    gap: 0px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .oldPrice .price,
  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .newPrice .price {
    display: inline;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .oldPrice .rub,
  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .newPrice .rub {
    padding-left: 0px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .price .oldPrice {
    margin-right: 8px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter {
    width: auto;
    padding-left: 0px;
    text-align: end;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter input {
    margin: 0 4px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter #decrement {
    font-size: 30px;
    background-color: #fff;    
    padding: 1rem;
    background-color: #fcfcfc;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter #increment {
    background-color: #fff;
    font-size: 30px;
    padding: 1rem;
    background-color: #fcfcfc;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .counter #quantity {
    padding: 18px 18px;
    font-size: 13px;
    margin: 0px 10px;
    display: inline-block;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .deleteProd {
    width: 100%;
    margin-left: 0px;
    margin-top: 18px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .deleteProd button {
    width: 100%;
    background-color: #fbfbfb;
    padding: 12px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem .rightData .priceFunct .deleteProd button span {
    margin-right: 3px;
    font-size: 24px;
  }

  .cartWpapper .prodSide .cartItemsWrap .cartItem:last-child {
    border-bottom: 0;
  }

  .cartWpapper .totalCountWrap {
    width: 100%;
  }

  .cartWpapper .totalCountWrap .totalBody {
    padding: 0px;
    border: 0;
  }

  form#msOrder {
    margin-top: 0;
  }

  .noProductMessage {
    margin-top: 0px;
    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;
    text-align: center;
  }

  .noProductMessage p {
    text-align: left;
    width: 100%;
    font-size: 15px;
    line-height: 160%;
    font-weight: 400;
    color: #636363;
    margin-bottom: 30px;
  }

  .noProductMessage a {
    line-height: 100%;
    padding: 18px 44px;
    border-radius: 4px;
    margin-bottom: 400px;
  }

  .pageWrapper .filterSide {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: -1000px;
    opacity: 0;
    z-index: 950;
    background-color: #fff;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
  }

  .pageWrapper .filterSide form {
    padding-top: 2px;
    padding-bottom: 70px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    overflow-y: scroll;
  }

  .pageWrapper .filterSide form .formBody .formTitle h3 {
    font-size: 28px;
  }

  .pageWrapper .filterSide form .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }

  .pageWrapper .filterSide form .btns .filterMBbtn {
    width: 50%;
    font-size: 16px;
    width: 50%;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    padding: 24px 0;
    background-color: #5B9900;
  }

  .pageWrapper .filterSide form .btns .filterMBclose {
    width: 50%;
    font-size: 16px;
    width: 50%;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    padding: 24px 0;
    background-color: #232323;
  }

  .pageWrapper .filterSide.openFilter {
    left: 0px;
    opacity: 1;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
  }

  .pageWrapper .filterMB {
    font-size: 16px;
    background-color: #5B9900;
    padding: 18px 24px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: -10px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .pageWrapper .filterMB span {
    color: #fff;
    line-height: 100%;
    font-size: 24px;
    margin-right: 8px;
  }

  .pageWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .pageWrapper .prodView {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .pageWrapper .prodView .subline {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 14px;
  }

  .pageWrapper .prodView .subline .tagsWrapper {
    width: 100%;
  }

  .pageWrapper .prodView .subline .tagsWrapper ul.tagItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }

  .pageWrapper .prodView .subline .tagsWrapper ul.tagItems li.tagItem a {
    font-size: 11px;
    padding: 4px 6px;
  }

  .pageWrapper .prodView .subline .tagsWrapper ul.tagItems li.tagItem a:hover {
    background-color: #232323;
    color: #fff;
  }

  .pageWrapper .prodView .subline .sort {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .pageWrapper .prodView .subline .sort .label {
    font-size: 12px;
    margin-right: 6px;
  }

  .pageWrapper .prodView .subline .sort .value {
    font-size: 13px;
  }

  .pageWrapper .prodView .subline .sort .value span {
    margin-left: -2px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .pageWrapper .prodView .productList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }

  .headBlock .backImg {
    height: 160px;
  }

  .headBlock .backImg .shadow {
    opacity: 55%;
  }

  .headBlock .content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 5%;
  }

  .headBlock .content h1 {
    max-width: 540px;
  }

  .contentPageBody {
    margin: 30px auto 40px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .contentPageBody .content {
    width: 100%;
  }

  .contentPageBody .subnav {
    width: 100%;
    margin-top: 30px;
  }

  .contentPageBody .subnav .subNavBar {
    background-color: #fbfbfb;
  }

  .contentPageBody .subnav .subNavBar ul {
    padding: 25px 24px;
  }

  .contentPageBody .subnav .subNavBar ul li {
    padding: 4px 0;
  }

  .contentPageBody .subnav .subNavBar ul li a {
    padding: 10px 0;
  }

  .contentPageBody > .content ul.textUl li {
    padding: 4px 14px;
  }

  .contentPageBody > .content ul.textUl li span.bullet {
    left: 0;
    top: 14px;
  }

  .contentPageBody > .content img {
    width: 100%;
    height: auto;
    margin: 30px 0;
  }

  .contentPageBody > .content .img_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }

  .contentPageBody > .content .img_two img {
    width: 100%;
    margin: 15px auto;
  }

  .faqItems {
    width: 100%;
    margin-top: 20px;
  }

  .faqItems .faqItem .faqQuestion {
    padding: 16px 24px;
    margin-bottom: 14px;
  }

  .faqItems .faqItem .faqQuestion p {
    width: 85%;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .topProdData {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
  }

  .topProdData .photoSlider {
    width: 100%;
    margin-bottom: 30px;
  }

  .topProdData .photoSlider .prodPageSwiper2 {
    width: 100%;
  }

  .topProdData .photoSlider .prodPageSwiper2 .button-next {
    right: 10px;
    top: 45%;
  }

  .topProdData .photoSlider .prodPageSwiper2 .button-prev {
    left: 10px;
    top: 45%;
  }

  .topProdData .photoSlider .prodPageSwiper {
    margin-top: 10px;
  }

  .topProdData .photoSlider .prodPageSwiper .swiper-wrapper .swiper-slide {
    width: 100px;
    height: 100px;
  }

  .topProdData .photoSlider .prodPageSwiper .swiper-wrapper .swiper-slide img {
    aspect-ratio: 2/3;
  }

  .topProdData .prodData {
    width: 100%;
  }

  .topProdData .prodData .labelsData {
    width: 100%;
    margin-bottom: 14px;
  }

  .topProdData .prodData .labelsData .sale,
  .topProdData .prodData .labelsData .discount {
    font-size: 13px;
  }

  .topProdData .prodData .nameData {
    width: 100%;
    margin-bottom: 10px;
  }

  .topProdData .prodData .nameData h1 {
    line-height: 120%;
  }

  .topProdData .prodData .dataAttr {
    gap: 15px;
    row-gap: 5px;
  }

  .topProdData .prodData .dataAttr .article,
  .topProdData .prodData .dataAttr .country,
  .topProdData .prodData .dataAttr .brand {
    gap: 3px;
  }

  .topProdData .prodData .aboutMini {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 24px;
  }

  .topProdData .prodData .aboutMini .desc-wrapper {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  .topProdData .prodData .aboutMini .desc-wrapper p {
    line-height: 160%;
    margin-bottom: 5px;
  }

  .topProdData .prodData .chooseOptions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }

  .topProdData .prodData .chooseOptions .option_one,
  .topProdData .prodData .chooseOptions .option_two {
    width: 100%;
  }

  .topProdData .prodData .chooseOptions .option_one .contentData,
  .topProdData .prodData .chooseOptions .option_two .contentData {
    margin-bottom: 14px;
  }

  .topProdData .prodData .chooseOptions .option_one .contentData .head p.tit,
  .topProdData .prodData .chooseOptions .option_two .contentData .head p.tit {
    line-height: 140%;
  }

  .topProdData .prodData .chooseOptions .option_one .contentData .head span.modalSize,
  .topProdData .prodData .chooseOptions .option_two .contentData .head span.modalSize {
    font-size: 13px;
    margin-left: 15px;
  }

  .topProdData .prodData .chooseOptions .option_one .contentData p.sub,
  .topProdData .prodData .chooseOptions .option_two .contentData p.sub {
    font-size: 13px;
    max-width: auto;
    width: 100%;
  }

  .topProdData .prodData .chooseOptions .option_one .optStyle,
  .topProdData .prodData .chooseOptions .option_two .optStyle {
    gap: 8px;
  }

  .topProdData .prodData .chooseOptions .option_one .optStyle button,
  .topProdData .prodData .chooseOptions .option_two .optStyle button {
    font-size: 15px;
    padding: 8px 8px;
  }

  .topProdData .prodData .chooseOptions .option_one {
    margin-bottom: 24px;
  }

  .topProdData .prodData .orderBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .topProdData .prodData .orderBlock .priceFunct {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .topProdData .prodData .orderBlock .priceFunct .price {
    gap: 8px;
  }

  .topProdData .prodData .orderBlock .priceFunct .counter {
    padding-left: 0px;
  }

  .topProdData .prodData .orderBlock .priceFunct .counter #decrement {
    font-size: 30px;
    padding: 2px;
    border-radius: 50%;
  }

  .topProdData .prodData .orderBlock .priceFunct .counter #increment {
    font-size: 30px;
  }

  .topProdData .prodData .orderBlock .priceFunct .counter #quantity {
    padding: 18px 20px;
    font-size: 18px;
    margin: 0px 10px;
  }

  .topProdData .prodData .orderBlock .finOrder {
    width: 100%;
    text-align: center;
  }

  .prodDataOther {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
  }

  .prodDataOther .technical {
    width: 100%;
    margin-bottom: 40px;
  }

  .prodDataOther .technical .title p {
    width: 100%;
    font-weight: 700;
    color: #232323;
    line-height: 140%;
    margin-bottom: 15px;
  }

  .prodDataOther .technical .paramsItems {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .prodDataOther .technical .paramsItems .paramItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px dashed #EAEAEA;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .prodDataOther .technical .paramsItems .paramItem span.name {
    width: 50%;
  }

  .prodDataOther .technical .paramsItems .paramItem span.value {
    width: 45%;
  }

  .prodDataOther .someProds {
    width: 100%;
  }

  .prodDataOther .someProds .title {
    margin-bottom: 30px;
  }

  .prodDataOther .someProds .otherProds .button-next {
    right: 15px;
    top: 40%;
  }

  .prodDataOther .someProds .otherProds .button-prev {
    left: 15px;
    top: 40%;
  }

  .sizeModal {
    position: absolute;
    position: fixed;
    top: 0;
    right: -1000px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: none;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
  }

  .sizeModal .contentBody {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  .sizeModal .contentBody .sizeWrapper {
    background-color: #fff;
    padding: 70px 30px;
  }

  .sizeModal .contentBody .sizeWrapper .headTitle {
    margin-bottom: 30px;
  }

  .sizeModal .contentBody .sizeWrapper .headTitle p.tit {
    font-size: 24px;
  }

  .sizeModal .contentBody .sizeWrapper .headTitle p.subtit {
    font-size: 13px;
  }

  .sizeModal .contentBody .sizeWrapper .sizeTable .headers {
    margin-bottom: 10px;
  }

  .sizeModal .contentBody .sizeWrapper .sizeTable .headers span.long,
  .sizeModal .contentBody .sizeWrapper .sizeTable .headers span.size {
    width: 43%;
  }

  .sizeModal .contentBody .sizeWrapper .sizeTable ul.sizeTableData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sizeModal .contentBody .sizeWrapper .sizeTable ul.sizeTableData li.sizeItem {
    border-bottom: 1px dashed #dddddd;
    padding: 15px 0;
  }

  .sizeModal .contentBody .sizeWrapper .sizeTable ul.sizeTableData li.sizeItem span.keyData,
  .sizeModal .contentBody .sizeWrapper .sizeTable ul.sizeTableData li.sizeItem span.keyValue {
    font-size: 13px;
    width: 43%;
  }

  .sizeModal .contentBody .closeModalSizes {
    right: 24px;
    top: 24px;
  }
}

@media (max-width: 760px) {
  ::-webkit-scrollbar {
    width: 0;
  }
}

@media (max-width: 650px) {
  #categories {
    margin-top: 20px;
  }

  #categories .categories__wrapper .categories__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #categories .categories__wrapper .categories__items .category__item .catBody img {
    border-radius: 8px;
    height: 335px;
  }

  #categories .categories__wrapper .categories__items .category__item .catBody .catName {
    bottom: 25px;
    left: 20px;
    font-size: 18px;
    line-height: 28px;
    font-size: 18px;
    line-height: 26px;
    width: 70%;
  }

  #categories .categories__wrapper .categories__items .category__item .catBody .open {
    right: 25px;
  }

  #categories .categories__wrapper .categories__items .cat_item_1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
  }

  #categories .categories__wrapper .categories__items .cat_item_2 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
  }

  #categories .categories__wrapper .categories__items .cat_item_3 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
  }

  #categories .categories__wrapper .categories__items .cat_item_4 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
  }

  #categories .categories__wrapper .categories__items .cat_item_5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
  }

  #categories .categories__wrapper .categories__items .cat_item_6 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
  }

  .newItem a.body .content {
    display: none;
  }

  .newItem a.body .btn__open {
    width: 54px;
    height: 54px;
    bottom: 15px;
    right: 15px;
  }

  .newItem a.body .btn__open span {
    font-size: 20px;
    margin-bottom: 2px;
    margin-right: 2px;
  }

  .newItem .btn__mobile {
    display: block;
    width: 97%;
    margin: 0 auto;
  }

  .newItem .btn__mobile p.date {
    margin-top: 3px;
    font-size: 12px;
    color: #5B9900;
    margin-bottom: 0px;
    font-weight: 500;
  }

  .newItem .btn__mobile a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
  }

  #LastNews {
    padding: 40px 0px;
  }

  #LastNews .newsBlock .blockTitle__wrapper {
    margin-bottom: 24px;
  }

  #LastNews .newsBlock .blockTitle__wrapper .blockTitle {
    max-width: 100%;
  }

  #LastNews .newsBlock .blockTitle__wrapper .blockTitle .bTitle {
    margin: 0;
  }

  #LastNews .newsBlock .blockTitle__wrapper .btn {
    display: none;
  }

  #LastNews .newsBlock .news__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .more__news {
    display: inline-block;
  }

  .swiper-slide {
    width: 100%;
    border-radius: 8px;
  }

  .swiper-slide .sliderItem {
    position: relative;
    width: 100%;
    border-radius: 8px;
    height: 540px;
  }

  .swiper-slide .sliderItem a {
    height: 100%;
  }

  .swiper-slide .sliderItem .imgView {
    height: 100%;
  }

  .swiper-slide .sliderItem .imgView img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }

  .swiper-slide .sliderItem .content {
    position: absolute;
    top: 77%;
    left: 7%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    max-width: 600px;
    width: 90%;
    z-index: 2;
  }

  .swiper-slide .sliderItem .content p.title {
    font-size: 20px;
    line-height: 28px;
    max-width: 600px;
    width: 100%;
    margin-bottom: 8px;
  }

  .swiper-slide .sliderItem .content p.subtext {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .swiper-slide .sliderItem .content .btn_more {
    font-size: 13px;
    color: #fff;
    background-color: #5B9900;
    padding: 12px 24px;
    border-radius: 4px;
  }

  .swiper-slide .sliderItem .content .btn_more:hover {
    background-color: #fff;
    color: #232323;
  }

  .swiper-slide .sliderItem .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#232323), to(rgba(35, 35, 35, 0)));
    background: -o-linear-gradient(left, #232323 0%, rgba(35, 35, 35, 0) 100%);
    background: linear-gradient(90deg, #232323 0%, rgba(35, 35, 35, 0) 100%);
  }

  .MainSliderArea .mainSlider .button-next {
    font-size: 30px;
    line-height: 26px;
    padding: 12px;
    top: 88%;
    right: 20px;
  }

  #brands {
    margin: 15px 0;
  }

  #brands .brandSliderArea .brandSlider .shadow {
    background: -webkit-gradient(linear, right top, left top, color-stop(45%, #FFF), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #FFF 45%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFF 45%, rgba(255, 255, 255, 0) 100%);
    width: 30.5%;
  }

  #brands .brandSliderArea .brandSlider .swiper-wrapper {
    padding: 15px 0;
  }

  #brands .brandSliderArea .brandSlider .swiper-wrapper .swiper-slide .brandItem {
    width: 100%;
  }

  #brands .brandSliderArea .brandSlider .swiper-wrapper .swiper-slide .brandItem a {
    padding: 0;
  }

  #brands .brandSliderArea .brandSlider .button-next-brand {
    font-size: 26px;
    padding: 12px;
    top: 23%;
    right: 15px;
  }

  .newItem a.body .content {
    display: none;
  }

  .newItem a.body .btn__open {
    width: 54px;
    height: 54px;
    bottom: 15px;
    right: 15px;
  }

  .newItem a.body .btn__open span {
    font-size: 20px;
    margin-bottom: 2px;
    margin-right: 2px;
  }

  .newItem .btn__mobile {
    display: block;
    width: 97%;
    margin: 0 auto;
  }

  .newItem .btn__mobile p.date {
    margin-top: 3px;
    font-size: 12px;
    color: #5B9900;
    margin-bottom: 0px;
    font-weight: 500;
  }

  .newItem .btn__mobile a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
  }

  .news__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .catalogItems {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .catalogItems .catalogItem .preview a {
    height: 420px;
  }
}

@media (max-width: 565px) {
  .pagetitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .product .prodBody {
    padding: 10px;
  }

  .product .prodBody a.imgCover {
    max-height: 10rem;
  }

  .product .prodBody a.imgCover img {
    height: 10rem;
  }

  .product .prodBody a.imgFull {
    padding: 1rem;
    width: 100%;
    height: auto;
  }

  .product .prodBody a.imgFull img {
    height: auto;
  }

  .product .prodBody a.prodname {
    color: #232323;
    font-weight: bold;
    line-height: 140%;
    font-size: 3vw;
    margin-bottom: 5px;
  }

  .product .prodBody .options {
    gap: 3px;
    margin-bottom: 8px;
  }

  .product .prodBody .options .label {
    font-size: 10px;
  }

  .product .prodBody .options .optionData {
    gap: 3px;
  }

  .product .prodBody .options .optionData span.option {
    font-size: 10px;
  }

  .product .prodBody .prodPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    gap: 8px;
    margin-bottom: 15px;
  }

  .product .prodBody .prodPrice .oldPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    gap: 3px;
  }

  .product .prodBody .prodPrice .oldPrice p {
    color: #D70000;
    font-size: calc(14px + 4 * ((100vw - 320px) / 1320));
    line-height: 100%;
    font-weight: bold;
  }

  .product .prodBody .prodPrice .oldPrice span {
    font-size: calc(11px + 1 * ((100vw - 320px) / 1320));
    line-height: 100%;
    font-weight: 400;
  }

  .product .prodBody .prodPrice .realPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    gap: 3px;
  }

  .product .prodBody .prodPrice .realPrice p {
    color: #232323;
    font-size: calc(18px + 4 * ((100vw - 320px) / 1320));
    line-height: 100%;
    font-weight: bold;
  }

  .product .prodBody .prodPrice .realPrice span {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1320));
    line-height: 100%;
    font-weight: 400;
  }

  .product .prodBody .btnOrder {
    background-color: #fbfbfb;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product .prodBody .btnOrder a {
    width: 100%;
    font-size: 12px;
    line-height: 100%;
    color: #232323;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    padding: 12px;
    border-radius: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product .prodBody .btnOrder a span {
    margin-right: 5px;
    color: #232323;
    font-size: 18px;
    line-height: 100%;
  }

  .product .prodLabels {
    top: 3px;
    left: 3px;
    gap: 2px;
  }

  .product .prodLabels .sale {
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 4px;
  }

  .product .prodLabels .discount {
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 4px;
  }
  
  .moreProds {
    grid-column: span 2;
    padding-top: 32px;
}

  .brandsWrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .brandsWrapper .brandItem a img {
    width: 70%;
    padding: 20px 5px;
  }
}

@media (min-width: 1368px) and (max-width: 1660px) {
  footer .footer__wrapper .left {
    width: 12%;
  }

  footer .footer__wrapper .middle {
    width: 36%;
  }

  footer .footer__wrapper .right {
    width: 43%;
  }

  footer .footer__wrapper .right .colContacts {
    width: 44%;
  }

  footer .footer__wrapper .right .colRek {
    width: 50%;
  }
}

@media (min-width: 1170px) and (max-width: 1367px) {
  footer .footer__wrapper .left {
    width: 12%;
  }

  footer .footer__wrapper .middle {
    width: 36%;
  }

  footer .footer__wrapper .right {
    width: 43%;
  }

  footer .footer__wrapper .right .colContacts {
    width: 44%;
  }

  footer .footer__wrapper .right .colRek {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .newItem a.body {
    width: 100%;
  }

  .newItem a.body .content {
    width: 50%;
  }

  .newItem .btn__mobile {
    display: none;
  }

  #LastNews {
    padding: 40px 0px;
  }

  #LastNews .newsBlock .blockTitle__wrapper {
    margin-bottom: 20px;
  }

  #LastNews .newsBlock .news__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .newItem a.body {
    width: 100%;
  }

  .newItem a.body .content {
    width: 50%;
  }

  .newItem .btn__mobile {
    display: none;
  }

  .news__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1440px) and (max-width: 1660px) {
  .brandsWrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .brandsWrapper .brandItem a img {
    width: 70%;
    padding: 30px 45px;
  }

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

  .catalogItems .catalogItem .preview a {
    height: 450px;
  }
}

@media (min-width: 1170px) and (max-width: 1400px) {
  .brandsWrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .brandsWrapper .brandItem a img {
    width: 70%;
    padding: 30px 45px;
  }

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

  .catalogItems .catalogItem .preview a {
    height: 400px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .brandPage_wrapper .brandCover {
    height: 300px;
    margin-bottom: 0px;
  }

  .brandPage_wrapper .brandCover img {
    border-radius: 8px 8px 0 0;
  }

  .brandPage_wrapper .brandData {
    width: 100%;
    -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;
    margin-bottom: 50px;
  }

  .brandPage_wrapper .brandData .leftData {
    width: 100%;
  }

  .brandPage_wrapper .brandData .leftData .brandLogo__Wrapper {
    width: 50%;
    border-radius: 0 0 8px 8px;
  }

  .brandPage_wrapper .brandData .leftData .brandLogo__Wrapper img {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 30px 30px;
  }

  .brandPage_wrapper .brandData .rightData {
    margin-top: 25px;
    width: 100%;
  }

  .brandPage_wrapper .brandData .rightData .desc-wrapper {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }

  .brandPage_wrapper .brandData .rightData .desc-wrapper p {
    font-weight: 400;
  }

  .brandPage_wrapper .brandProducts {
    row-gap: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .brandPage_wrapper .brandProducts .product {
    width: 32%;
  }
}

@media (min-width: 1024px) and (max-width: 1160px) {
  .catalogItems {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .catalogItems .catalogItem .preview a {
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 1020px) {
  .catalogItems {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .catalogItems .catalogItem .preview a {
    height: 320px;
  }
}

@media (min-width: 1170px) and (max-width: 1660px) {
  .contentPageBody .content {
    width: 72%;
  }

  .contentPageBody .subnav {
    width: 25%;
  }
}