/*========== Google Fonts ==========*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);

/*========== VARS ==========*/
:root {
  /*==== Colors ====*/
  --primary-color: #86b62c;
  --primary-color-light: #a4cf54;
  --secondary-color: #244084;
  --secondary-color-light: #169fe6;
  --main-font-color: #222;
  --border-color: #ececec;

  /*=== Fonts ====*/
  --main-font-family: "Arial", sans-serif;
  /* --main-font-family: "Roboto", sans-serif;
  --main-font-family: "Open Sans", sans-serif; */
  --main-font-size: 15px;
  /* --main-font-size: 0,9375rem; */
  --letter-spacing: .07em;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100vh;
  min-width: 320px;
}

body {
  vertical-align: baseline;
  font-family: var(--main-font-family);
  font-size: var(--main-font-size);
  color: var(--main-font-color);
  line-height: 1.3;
  transition: 0.3s;
}

/*=== Reset ====*/
a {
  text-decoration: none;
  color: var(--main-font-color);
}

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

ul[class],
ol[class] {
  list-style-type: none;
}
/*END=== Reset ====*/


/*=== Commmon Styles ====*/
/*END=== Commmon Styles ====*/


body .pattern {
  background: url(../img/pattern.png) var(--primary-color);
  height: 100%;
  width: 100%;
  opacity: 0.1;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  width: 100%;
}

/* .content-wrapper {
  box-shadow: 0 0 3px #bfbfbf;
} */


/* .certificates__list,
.list-menu,
.list-menu li ul,
.products-list ul,
.footer__list {
  list-style-type: none;
} */





/* .header {} */

.header-top {
  min-height: 150px;
  color: #fff;
  background-image: linear-gradient(#fff, var(--primary-color));
  /* background-repeat: no-repeat; */
  position: relative;
}

@media (max-width: 768px) {
  .header-top {
    min-height: unset;
  }
}

header .header-adress,
header .header-phone {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

header .header-top__body {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: space-between;
}

header .header-adress p,
header .header-phone p {
  margin: 0;
}

/* .header__logo {} */

.header-logo__link {
  display: block;
}

.header-logo__img {
  width: 200px;
}

header .header-image {
  height: 70px;
  background: url(../img/logo_black.png) center center no-repeat;
  background-size: 322px 68px;
}

header .header-content {
  height: auto;
  position: relative;
}

header .header-content h1 {
  color: #000;
  padding: 0;
  margin: -13px 0;
  font-size: 70px;
  text-align: center;
  letter-spacing: 5px;
}

header .header-content p {
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
}

/*=== Header Nav ====*/
/* .header__nav {} */

.header-nav {
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  background: #f2f2f2;
  /* border-bottom: 1px solid #ddd;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin: 5px 0; */
}

@media (max-width: 767px) {
  .header-nav {
    position: fixed;
    top: 0;
    /* right: 0; */
    right: -100%;
    padding: 6rem 2rem 3.5rem;
    height: 100%;
    width: 70%;
    background: #fff;
    z-index: 10000;
    transition: all .5s;
  }
}

@media (max-width: 480px) {
  .header-nav {
    width: 100%;
  }
}

.header-nav__list {
  display: flex;
  justify-content: center;
  /* list-style-type: none; */
  /* margin: 0;
  padding: 0;
  position: relative; */
  text-align: center;
}

@media (max-width: 767px) {
  .header-nav__list {
    flex-direction: column;
  }
}

/* .header-nav__item { */
  /* display: inline-block; */
  /* height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: bottom; */
  /* position: relative; */
/* } */

/* .header-nav__item:hover {
  top: -2px;
  background-color: #eee;
} */

.header-nav__link {
  display: inline-block;
  color: var(--secondary-color-light);
  /* float: left; */
  /* font-size: 14px; */
  /* font-weight: 400; */
  letter-spacing: var(--letter-spacing);
  /* height: 45px; */
  /* line-height: 45px; */
  padding: 16px 16px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header-nav__link {
    display: block;
  }
}

.header-nav__link:hover {
  background-color: var(--border-color);
}

.header-nav__open {
  padding: 5px;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.header-nav__close {
  position: absolute;
  top: 1.7rem;
  right: 1rem;
  padding: 5px;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header-nav__open,
  .header-nav__close {
    display: none;
  }
}

.show-menu {
  right: 0;
}

/* #nav-main .menu-list ul ul {
  height: 0;
  position: absolute;
  left: 0;
  top: 45px;
  visibility: hidden;
  background: #ededed;
  border-top: 1px solid var(--secondary-color-light);
  width: 330px;
  z-index: 110;
  padding: 0;
  margin: 0;
}

#nav-main .menu-list ul li:hover ul {
  height: auto;
  padding-bottom: 0;
  visibility: visible;
  z-index: 300;
}

#nav-main .menu-list ul ul li {
  border-bottom: 1px dotted #ccc;
  display: block;
  height: auto;
  line-height: 39px;
  margin: 0;
  padding: 0;
  min-height: 39px;
  position: relative;
  width: 330px;
}

#nav-main .menu-list ul ul a {
  color: #333 !important;
  display: block;
  float: none;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  line-height: 39px;
  margin: 0;
  min-height: 39px;
  padding: 0 0 0 7px;
  text-align: left;
  width: 323px;
} */
/*End=== Header Nav ====*/

.content-wrapper {
  flex: 1;
  background: #fff;
  /* height: auto; */
}

.content-wrapper .container {
  display: flex;
}

/* .content-wrapper.catalog-page {
  display: flex;
} */

/*=== Sidebar ====*/
/* #nav-main .menu-list a,
.list-menu li a {
  text-decoration: none;
  text-transform: uppercase;
} */

.sidebar {
  flex-shrink: 0;
  position: absolute;
  /* float: left; */
  padding: 15px;
  min-height: 600px;
  width: 320px;
  background-color: rgba(036, 100, 148, 0.5);
  transition: background 1s ease;
  overflow-y: auto;
  z-index: 200;
}

@media (max-width: 767px) {
  .sidebar {
    /* display: none; */
    background-color: rgba(036, 100, 148, 0.9);
  }
}

.sidebar:hover {
  background-color: rgba(036, 100, 148, 0.8);
}


.sidebar_category {
  position: relative;
  background-color: rgba(036, 100, 148, 0.9);
}

/* .content-wrapper .sidebar a.category:hover {
  color: #a5d123;
} */

.sidebar__title {
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  /* margin-top: 10px; */
  margin: 20px 0;
}


/* .category-nav {
  list-style-type: none;
} */

.category-nav__item {
  cursor: pointer;
  position: relative;
  margin-bottom: 7px;
}

.category-nav__link {
  color: #fff;
  font-weight: bolder;
  font-size: 13px;
  letter-spacing: var(--letter-spacing);
  padding: 10px;
  margin: 5px 0;
  display: block;
  opacity: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7),
    rgba(16, 20, 22, 0.7)
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7),
    rgba(16, 20, 22, 0.7)
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7),
    rgba(16, 20, 22, 0.7)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7),
    rgba(16, 20, 22, 0.7)
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0.7),
    rgba(16, 20, 22, 0.7)
  );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

.category-nav__link.active,
.category-nav__link:hover {
  color: #a5d123;
  background: #101416;
  background: -webkit-linear-gradient(
    top,
    rgba(16, 20, 22, 0.7),
    rgba(255, 255, 255, 0.7)
  );
  background: -moz-linear-gradient(
    top,
    rgba(16, 20, 22, 0.7),
    rgba(255, 255, 255, 0.7)
  );
  background: -ms-linear-gradient(
    top,
    rgba(16, 20, 22, 0.7),
    rgba(255, 255, 255, 0.7)
  );
  background: -o-linear-gradient(
    top,
    rgba(16, 20, 22, 0.7),
    rgba(255, 255, 255, 0.7)
  );
  background: linear-gradient(
    top,
    rgba(16, 20, 22, 0.7),
    rgba(255, 255, 255, 0.7)
  );
}

/* .list-menu li ul {
  font-size: 8px;
  padding-left: 15px;
}
.list-menu li ul li a {
  font-size: 9px;
  text-align: left;
  padding: 5px;
} */

.sidebar-search {
  margin: 10px auto 0;
  height: 50px;
}

.sidebar-search__container {
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.sidebar-search__input {
  width: 100%;
  height: 40px;
  background: #2b303b;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

.sidebar-search__input:active,
.sidebar-search__input:focus,
.sidebar-search__input:hover {
  outline: 0;
  background: #fff;
}

.sidebar-search__icon {
  position: absolute;
  left: 17px;
  top: 10px;
  color: #4f5b66;
}

.toggle-mnu {
  display: none;
  width: 28px;
  height: 28px;
  float: left;
  margin: 18px 5px 0;
  z-index: 1000;
  position: relative;
}

.toggle-mnu span {
  position: relative;
  display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #22133e;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-mnu span:after {
  top: 18px;
}
/*END=== Sidebar ====*/

/* .content-wrapper #main {
  overflow: hidden;
  background: #fff;
  position: relative;
  height: inherit;
} */

/*=== Slider ====*/
.home-slider {
  height: 600px;
  overflow: hidden;
}

@media (max-width: 1230px) {
  .home-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* @media (max-width: 767px) {
  .home-slider {
    height: unset;
  }
} */

.home-slider__img {
  max-width: unset;
}
/*END=== Slider ====*/

/*=== Catalog Page ====*/
.products-list {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  min-height: 600px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .products-list {
    margin-left: 0;
  }
}

.products-list__title {
  margin: 20px 0;
  font-size: 20px;
  text-align: center;
  color: var(--secondary-color-light);
}

/* .products-list__list {
  margin: 0;
  padding: 0;
} */


/*END=== Catalog Page ====*/

.product-item {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  margin: 10px 5px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: box-shadow .2s;
}

@media (max-width: 767px) {
  .product-item {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    border: 0;

  }
}

@media (hover: none) {
  a:hover { color: inherit; }
}

@media (min-width: 767px) {
  .product-item:hover {
    box-shadow: 0 0 5px #d6d6d6;
  }
}


.product-item__img {
  flex-shrink: 0;
  height: 140px;
  width: 120px;
  padding: 0;
  margin-right: 10px;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 120px;
  overflow: hidden;
}

.product-item__img img {
  max-height: 150px;
  max-width: 120px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}

.product-item__img img.size-130-130,
.product-item__img.image.size-130-130 {
  width: 130px;
}

.product-item__data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  /* max-width: 720px; */
  /* height: 130px; */
  /* margin-bottom: 10px; */
}

/* .product-item__title {
  margin: 5px 0;
} */

.product-item__title a:hover {
  color: #777;
}

/* .product-item__description,
.product-item__price {
  text-align: justify;
  margin: 0;
  cursor: default;
  overflow: hidden;
} */

/* .product-item__description {
  color: #565656;
  margin-bottom: 5px;
} */

.product-item .price {
  display: block;
  height: 30px;
  padding: 0;
  font-style: italic;
  color: red;
  line-height: 30px;
}

.product-item__btn {
  align-self: flex-start;
  padding: 8px 25px;
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
  background-color: var(--primary-color-light);
  border-radius: .2em;
  transition: .5s;
}

.product-item__btn:hover {
  /* color: #111; */
  color: var(--primary-color);
  background-color: #efefef;
}

.product-item__btn:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}


/*===== Product Page =====*/
.product-page {
  background-image: linear-gradient(#e0f0c2, #fff, #fff, #fff);
}

.product-page .content-top {
  margin-bottom: 50px;
  position: relative;
  /* background-image: linear-gradient(#cee1aa, #fff); */
  background-repeat: no-repeat;
  /* padding: 20px 0; */
}

.product-page .breadcrumbs {
  margin: 30px 0;
  color: #555;
  /* font-size: 13px; */
  /* position: relative;
  z-index: 999; */
}

.product-page .breadcrumbs a {
  color: #555;
}

.product-page .breadcrumbs a:hover {
  color: #000;
}

.product-page .bars {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -60px;
}

.product-page .bar-top-left {
  width: 40%;
  height: 85px;
  position: relative;
  box-shadow: 0 8px 6px -6px #7d7d7d;
  background-color: #fff;
}

.product-page .bar-top-left:after {
  width: 0;
  height: 0;
  border-bottom: 85px solid #fff;
  border-right: 35px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  content: "";
  right: -35px;
  box-shadow: 0 8px 6px -6px #7d7d7d;
}

.product-page .bar-top-right {
  width: 53%;
  height: 85px;
  position: relative;
  box-shadow: 0 8px 6px -6px #7d7d7d;
  background-color: var(--secondary-color);
  padding-right: 60px;
}

.product-page .bar-top-right:after {
  width: 0;
  height: 0;
  border-top: 85px solid var(--secondary-color);
  border-left: 35px solid transparent;
  border-right: 1px solid var(--secondary-color);
  position: absolute;
  content: "";
  left: -35px;
}

.product-page .bar-top-right h1,
.product-page .bar-top-right h2 {
  color: #fff;
  font-size: 46px;
  font-weight: bolder;
  margin: 0;
  text-align: right;
  float: right;
}

.product-page .bar-top-right h1.font-size-50 {
  font-size: 50px;
}

.product-page .bar-top-right h1.font-size-40 {
  font-size: 40px;
  margin-bottom: 15px;
}

.product-page .bar-top-right h1.font-size-35 {
  font-size: 35px;
  margin-bottom: 20px;
}

.product-page .bar-top-right h1.font-size-30 {
  font-size: 30px;
  margin-bottom: 25px;
}

.product-page .bar-top-right h1 + h2 {
  font-size: 18px;
  text-transform: lowercase;
  clear: both;
}

.product-page .bar-top-right h1 span {
  display: block;
  font-size: 18px;
  text-transform: lowercase;
}

.product-page .bar-top-right h1 span.font-size-16,
.product-page .bar-top-right h1 + h2.font-size-16 {
  font-size: 16px;
  margin-top: 3px;
}

.product-page .img-price-specification {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  min-height: 240px;
}

.product-page .image-top-wrapper {
  min-height: 320px;
  min-width: 320px;
  width: 42%;
  position: relative;
}

.product-page .content-top .image-top {
  background: left center no-repeat;
  background-size: contain;
  position: absolute;
  margin-top: -125px;
}

.product-page .content-top .image-top a {
  display: block;
  cursor: pointer;
}

.content-wrapper .content-top .image-top a,
.product-page .content-top .image-top {
  height: 500px;
  width: 500px;
}

.product-page .image-top-wrapper img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -125px;
  max-height: 600px;
  max-width: 500px;
}

.product-page .content-top .price {
  margin: 0;
  margin-right: 20px;
  padding: 0;
  color: red;
  font-size: 22px;
}

.contacts h2 {
  position: relative;
}

.product-page .top-table-block {
  margin-top: 20px;
  width: 600px;
}

.product-page .top-table {
  /* font-size: 14px; */
  /* line-height: 15px; */
  font-weight: 600;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.product-page .top-table th {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 5px 0;
  border: 1px solid #bbb;
  /* height: 15px; */
  letter-spacing: var(--letter-spacing);
}

.product-page .top-table td {
  border-bottom: 1px solid #bbb;
  padding: 3px 0;
  padding-left: 3px;
}

.product-page__description {
  position: relative;
  margin-bottom: 50px;
  z-index: 100;
  /* height: auto; */
  /* padding: 0 60px 20px; */
  /* position: relative; */
}

.product-page-description__item:not(:last-child) {
  margin-bottom: 30px;
}

.product-page-description__title {
  margin-bottom: 10px;
  color: var(--secondary-color);
  /* text-shadow: 1px 1px 0 #fff, 1px 1px 10px #000; */
  font-weight: bolder;
  text-transform: uppercase;
  font-size: var(--main-font-size);
  letter-spacing: var(--letter-spacing)
}

.product-page-description__content {
  text-align: justify;
}

/* .product-page__description .item_title {
  font-size: 24px;
} */


.product-page__consumption {
  margin-bottom: 70px;
}

/* .product-page__consumption .title.paragraph-name {
  color: red;
  font-size: 20px;
} */

/* .product-page .bottom-table-block {
  margin: 10px 60px 0 0;
} */

.product-page .bottom-table,
.product-page-consumption__table {
  font-size: 14px;
  line-height: 14px;
  font-weight: bolder;
  border-collapse: collapse;
  width: 100%;
}

.product-page .bottom-table th,
.product-page-consumption__table th {
  padding: 7px 0;
  color: #fff;
  background-color: var(--secondary-color);
  border: 1px solid #bbb;
  line-height: 1.3;
}

.product-page .bottom-table td,
.product-page-consumption__table td {
  padding: 7px 0;
  padding-left: 3px;
  width: 20%;
  text-align: center;
  border: 1px solid #bbb;
}

.product-page .bottom-table.col7 td,
.product-page-consumption__table.col7 td {
  width: 14.28%;
}

.content-wrapper.pages {
  /* padding: 30px 60px; */
  padding-bottom: 80px;
}

/* .page-title {
  color: red;
} */

.page-title {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  /* color: red; */
  /* text-align: left; */
  font-size: 2rem;
}

/* .pages h2 {
  font-size: 18px;
} */

.pages p.about-us {
  line-height: 30px;
  text-align: justify;
}
.page-404,
.scroll-top,
.side {
  text-align: center;
}
.pages .contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 120px;
}
.address,
.phones,
.wholesale {
  line-height: 25px;
}
.map {
  margin: 30px 0;
}
.mail-form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.mail-form input[type="submit"] {
  height: 30px;
}
.page-404 {
  font-family: Lato;
  color: #b0bec5;
  font-size: 72px;
  padding-top: 200px;
  width: 100%;
}
.clear {
  clear: both;
}

.footer {
  /* min-height: 150px; */
  /* box-shadow: 0 0 3px #444; */
  /* margin-top: 5px; */
  background-color: #2b303b;
  padding: 60px 0;
  /* line-height: 18px; */
  color: #fff;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 120px;
}

.footer__logo {
  margin-right: 70px;
}

.footer__logo-img {
  margin-bottom: 20px;
  width: 130px;
}

/* footer:hover {
  box-shadow: 0 0 5px 1px #000;
} */

.footer__items {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px 60px;
  /* flex-basis: 320px; */
}

/* .footer__item {
  margin: 20px 0;
} */
@media (max-width: 480px) {
  .footer__item {
    width: 100%;
  } 
}

.footer__item-title {
  margin-bottom: 15px;
  color: var(--primary-color);
  /* font-weight: 600; */
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
}

.footer__list-item:not(:last-child) {
  margin-bottom: 7px;
}

.footer__list-link {
  color: #fff;
}

.footer__list-link:hover {
  color: var(--primary-color-light);
}

.footer__copyright {
  align-self: flex-end;
  flex-grow: 2;
}

.footer__copyright p {
  text-align: right;
  margin: 5px;
  font-size: 12px;
  color: #8eac58;
}
.scroll-top {
  height: 21px;
  width: 21px;
  background: #fff;
  border: 1px solid #111;
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0.3;
  cursor: pointer;
  font-size: 21px;
  z-index: 2000;
  transition: all 1s ease;
}
.scroll-top:hover {
  background: #ddd;
  color: #a5d123;
  opacity: 0.7;
}
.triangle-up {
  width: 0;
  height: 0;
  border-bottom: 100px solid green;
  border-top: 100px solid red;
  border-left: 100px solid #00f;
  border-right: 100px solid #ff0;
}
.triangle-down {
  width: 0;
  height: 0;
  border-top: 100px solid #000;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
#cube1,
#cube2,
.side {
  width: 150px;
  height: 150px;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cube-wrapper1,
#cube-wrapper2 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -ms-perspective: 900px;
  -o-perspective: 900px;
  perspective: 900px;
  margin: 0 10px;
}
#cube1,
#cube2 {
  position: relative;
  -webkit-transform-origin: 50% 50% -75px;
  -moz-transform-origin: 50% 50% -75px;
  -ms-transform-origin: 50% 50% -75px;
  -o-transform-origin: 50% 50% -75px;
  transform-origin: 50% 50% -75px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 5s linear;
}
.side {
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: -o-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  position: absolute;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 3em;
  color: #fff;
  line-height: 150px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-transform-origin: 50% 50% -75px;
  -moz-transform-origin: 50% 50% -75px;
  -ms-transform-origin: 50% 50% -75px;
  -o-transform-origin: 50% 50% -75px;
  transform-origin: 50% 50% -75px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.side a {
  display: block;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.side img {
  display: block;
  margin: 0 auto;
  height: 180px;
  max-width: 150px;
}

/* #side2,
#side22 {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
#side23,
#side3 {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
#side24,
#side4 {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}
#side25,
#side5 {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
#side26,
#side6 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
} */

.side2 {
  transform: rotateY(-90deg);
}
.side3 {
  transform: rotateY(-180deg);
}
.side4 {
  transform: rotateY(90deg);
}

header .side .best-price,
header .side .new-item,
header .side .product-name {
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  color: red;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
header .side .product-name {
  color: #fff;
  font-weight: 400;
  line-height: 11px;
  font-size: 12px;
  bottom: 24px;
}

.header-cube__nav {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 63px;
  transition: 0.2s;
  cursor: pointer;
}

.header-cube__nav:hover,
.header-cube__nav:active {
  transform: scale(1.15);
}

.header-cube__nav.prev1,
.header-cube__nav.prev2 {
  left: 0;
  background: url(../img/prev.png) center / contain no-repeat;
}

.header-cube__nav.next1,
.header-cube__nav.next2 {
  right: 0;
  background: url(../img/next.png) center / contain no-repeat;
}

@media (max-width: 992px) {
  /* header .header-top__body {
    justify-content: space-around !important;
  } */
  #cube-wrapper1,
  #cube-wrapper2 {
    display: none;
  }
  .product h2 {
    text-align: center;
  }
  .product .product-data {
    flex-direction: column;
    align-items: center;
    height: auto !important;
  }
  .product .description {
    height: auto !important;
  }
  .product .more,
  .product .price {
    margin-top: 10px !important;
  }

  /* .product-page__consumption,
  .product-page__description,
  .product-page .content-top {
    padding: 0 10px !important;
  }
  .product-page__consumption {
    padding-bottom: 20px !important;
  } */

  .product-page .content-top {
    padding-top: 20px !important;
  }
  .product-page .bar-top-left {
    order: 1;
  }
  .product-page .bar-top-left,
  .product-page .bar-top-right {
    width: 100% !important;
  }
  .product-page .bar-top-right {
    height: auto !important;
    min-height: 85px !important;
    padding-left: 60px !important;
  }
  .product-page .img-price-specification {
    justify-content: space-around !important;
  }
  /* .content-wrapper.pages {
    padding: 30px 10px !important;
  } */
}

@media (min-width: 768px) {
  .catalog-page .sidebar {
    display: block !important;
  }
}

@media (max-width: 768px) {
  header .header-top__body {
    justify-content: space-between;
  }

  .header-logo__img {
    /* order: 0;
    flex-basis: 768px;
    margin-bottom: 20px; */
    width: 100px;
  }
  header .header-phone {
    /* order: 1;
    margin-right: 10px; */

    display: none;
  }
  header .header-adress {
    /* order: 2; */
    display: none;
  }

  .catalog-page .sidebar {
    display: none;
    position: absolute !important;
    width: 100% !important;
  }

  .toggle-mnu {
    display: block !important;
  }

  .content-wrapper.catalog-page #main {
    width: 100%;
  }
  .product {
    flex-direction: column !important;
    align-items: center;
  }
  .products-list .product-data .description {
    display: none;
  }
  .mail-form {
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* header .header-logo {
    order: 0;
    flex-basis: 480px;
    margin-bottom: 20px;
  } */
  header .header-phone {
    order: 1;
    margin-right: 10px;
  }
  header .header-adress {
    order: 2;
    display: none;
  }
  .product-page .top-table {
    font-size: 12px !important;
  }
  .product-page .bottom-table {
    font-size: 11px !important;
  }
  .product-page .bottom-table tr th:nth-child(3) {
    word-break: break-word;
  }
}

.section-title {
  margin-bottom: 25px;
  width: 100%;
  font-size: 1,125rem;
}

.certificates__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
  /* display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex; */
  /* display: flex;
  flex-wrap: wrap;
  gap: 20px; */
  /* padding: 0; */

}

@media (max-width: 992px) {
  .certificates__list {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 762px) {
  .certificates__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* @media (max-width: 480px) {
  .certificates__list {
    grid-template-columns: repeat(1, 1fr);
  }
} */

.certificates__list:last-child {
  margin-bottom: 0;
}

.certificates__item {
  padding-bottom: 140%;
  /* margin-right: 15px; */
  /* margin-bottom: 20px; */
  /* width: 198px; */
  width: 100%;
  /* height: 300px; */
  /* height: 420px; */
  height: 0;
  /* text-align: center; */
  border: 1px solid var(--border-color);
  overflow: hidden;
}



.certificates__link {
  display: block;
}

.certificates__img {
  max-width: 100%;
  max-height: 100%;
  transition: .3s;
}

.certificates__img:hover {
  transform: scale(1.1);
}

.to-the-shop {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bolder;
  font-size: 13px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
}
.to-the-shop:hover {
  background: #97ca35;
}
.new-site-banner {
  display: block;
  color: #ff1414;
  padding: 15px 10px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #8fbb3b;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: var(--letter-spacing);
}
.new-site-banner-site {
  display: block;
  margin-top: 5px;
  font-weight: 600;
}
.new-site-banner {
  animation: new-site-banner-animate 3s ease infinite;
}
@keyframes new-site-banner-animate {
  50% {
    color: #eee;
  }
}
.shop-product-link-btn {
  display: inline-block;
  padding: 10px;
  min-width: 200px;
  color: #fff;
  font-weight: bolder;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
  background: var(--primary-color);
  border-radius: 5px;
  text-decoration: none;
  transition: .5s;
}
.shop-product-link-btn:hover {
  /* background: #97ca35; */
  color: var(--primary-color);
  background-color: #efefef;
}
.product-price-btn {
  display: flex;
  align-items: center;
}
