@charset "UTF-8";
@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=Roboto+Slab:100,200,300,regular,500,600,700,800,900);
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #000;
  line-height: 1;
  font-family: Roboto;
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Roboto;
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
}
a:link,
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-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.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;
  overflow: hidden;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 83.4375rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.quantity {
  width: 77px;
  height: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 90px;
  background: #fff;
  padding: 0.5rem;
  overflow: hidden;
}
.quantity__button {
  min-width: 1rem;
  display: block;
  height: 1rem;
  background-color: #cacaca;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.quantity__button::after,
.quantity__button::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 25%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  width: 9px;
  height: 2px;
}
.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.quantity__input input {
  padding: 0 3px;
  outline: 0;
  height: 100%;
  color: #7c7c7c;
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-family: Roboto Slab;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 1px;
}
.tabs__title._tab-active {
  background: #f0f0f0;
  border-radius: 4px;
  color: #0ac00a;
}
[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px!important;
}
[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  width: 100%;
}
.header__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 0;
}
.header__bottom {
  padding: 1.75rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1428571429;
  letter-spacing: 0;
  font-family: Roboto;
  text-transform: uppercase;
  color: #000;
}
.header__bottom ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}
.header__bottom li {
  margin: 0 0.75rem;
}
.header__adress {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  margin-right: 0.625rem;
}
.header__adress img {
  margin-right: 0.5rem;
}
.header__log {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  font-family: Roboto;
  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;
}
.header__log img {
  margin-right: 0.375rem;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 4px;
  background-color: #0ac00a;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 4px;
  padding-left: 30px;
}
.header__logo {
  max-width: 150px;
  margin-right: 0.625rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header__wrap {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-open .header__wrap {
  left: 0;
  width: 100%;
  background-color: #0ac00a;
  top: 67px;
  border-radius: 4px;
  min-height: 4.25rem;
}
.header__catalog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0;
  text-align: left;
  font-family: Roboto Slab;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  z-index: 4;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.4375rem 1.375rem;
  stroke: #fff;
  min-width: 15.625rem;
}
.header__catalog-body {
  position: absolute;
  -webkit-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  background: #fff;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 45.5rem;
  top: 75px;
}
.header__catalog-boxx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.125rem 1.9375rem;
  max-height: 35.625rem;
}
.header__catalog-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  padding-right: 0.6875rem;
}
.header__catalog-left-nav::-webkit-scrollbar {
  width: 5px;
}
.header__catalog-left-nav::-webkit-scrollbar-track {
  width: 5px;
}
.header__catalog-left-nav::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}
.header__catalog-btn-ttl {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  padding: 0.625rem 0.5625rem;
  font-family: Roboto;
  min-width: 15rem;
}
.header__catalog-body-tab {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-family: Roboto;
  padding-left: 1.625rem;
}
.header__catalog-body-tab ul {
  width: 100%;
}
.header__catalog-body-tab li {
  display: block;
  margin-bottom: 1.5625rem;
  width: 100%;
}
.header__catalog-body-tab a {
  width: 100%;
  display: block;
}
.header__search {
  max-width: 40.625rem;
  width: 100%;
  margin: 0 10px;
}
.header__search-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.6875rem;
  border-radius: 52px;
  padding: 0 2rem;
  padding-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.header__search-inp {
  min-height: 2.6875rem;
  border-radius: 52px;
  padding: 0 2rem;
  width: 100%;
  font-family: Roboto;
  font-weight: 400;
  line-height: 0.9285714286;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
}
.header__actions {
  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;
  gap: 55px;
}
.header__favorit {
  position: relative;
}
.header__favorit .header__favorit_count {
  position: absolute;
  top: -10px;
  right: -15px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  font-size: 15px;
  color: #fff;
}
.header__cart {
  position: relative;
}
.header__cart .header__cart_count {
  position: absolute;
  top: -10px;
  right: -15px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  font-size: 15px;
  color: #fff;
}
._spoller-active {
  background-color: #fff;
  color: #0ac00a;
  stroke: #0ac00a;
  border-radius: 4px 4px 0 0;
}
.icon-menu {
  display: none;
}
.footer__body {
  background: #f5f5f5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.4375rem;
  padding: 3rem;
  padding-bottom: 2.125rem;
  padding-right: 1.875rem;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__item {
  margin: 0 0.5rem;
  max-width: 10.625rem;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0;
  text-align: left;
  font-size: 15px;
}
.footer__item a {
  max-width: 9.125rem;
  margin-bottom: 1.25rem;
}
.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 28.125rem;
}
.footer__min-box {
  margin-bottom: 2.1875rem;
  margin: 0.25rem;
}
.footer__name {
  font-family: Roboto;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0.625rem;
  font-size: 17px;
}
.footer__value {
  font-family: Roboto;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  text-align: left;
  font-size: 23px;
}
.footer__mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__mod a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__mod a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.footer__ocen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #0ac00a;
  font-family: Roboto;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  font-size: 17px;
}
.footer__pos {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.footer__bottom {
  padding-bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__logo {
  margin-right: 1.5625rem;
}
.footer__block {
  font-family: Roboto;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  font-size: 14px;
}
.footer__block a {
  text-decoration: underline;
}
.footer__p {
  width: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}
.footer_r {
  margin-bottom: 1.25rem;
}
.hero__slider {
  position: relative;
}
.hero__body {
  position: relative;
  z-index: 0;
  height: 26.25rem;
  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;
  color: #fff;
  padding-left: 7.5625rem;
  padding-right: 2.5rem;

  background: black;

}
.hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;

  opacity: 0.6;
}
.hero__ttl {
  position: relative;
  z-index: 1;
  font-family: Roboto Slab;
  font-weight: 700;
  line-height: 1.3260869565;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 46px;
  margin-bottom: 0.5rem;
}
.hero__subttl {
  font-family: Roboto Slab;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.3103448276;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0.9375rem;
  position: relative;
  z-index: 1;
}
.hero__subrttl {
  position: relative;
  z-index: 1;
  font-family: Roboto Slab;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0;
  text-align: left;
  max-width: 46.5625rem;
}
.swiper-pagination {
  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;
  width: 100%;
  gap: 15px;
  padding-top: 1.3125rem;
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background-color: #8f8b8b;
}
.pagin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 47%;
  padding: 0 1.875rem;
}
.left {
  position: relative;
  z-index: 2;
}
.left img {
  z-index: 3;
  position: relative;
}
.right {
/*  position: relative;*/
  z-index: 2;
}
.right img {
  z-index: 1;
  position: relative;
}
.catalog {
  padding-bottom: 2.9375rem;
  padding-top: 2.4375rem;
}
.catalog__ttl {
  font-family: Roboto;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 1.5rem;
}
.catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 21px;
  row-gap: 31px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog__card {
  width: 100%;
  max-width: 200px;
  padding-bottom: 0.9375rem;
  min-height: 12.8125rem;
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog__card:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.catalog__card-image-ibg {
  padding-bottom: 73.1707317073%;
  margin-bottom: 1.5rem;
}
.catalog__txt {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto Slab;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  font-size: 18px;
  padding: 0 0.9375rem;
}
.populr {
  padding-bottom: 2.9375rem;
  padding-top: 2.4375rem;
}
.populr__ttl {
  font-family: Roboto;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 1.5rem;
}
.product-card {
  position: relative;
  width: 100%;
  max-width: 244px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
.product-card__actions {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}
.product-card__fav {
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #7b7b7b;
  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;
  margin-bottom: 0.4375rem;
}

.product-card__fav:hover {
  background-color: #6c6a6a;
}

.product-card__vision {
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #7b7b7b;
  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;
  display: none;
}
.product-card__image-ibg {
  width: 100%;
  height: 200px;
  /*padding-bottom: 69.2%;*/
}
.product-card__body {
  padding: 0.875rem 0.6875rem;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-card__ttl {
  font-size: 17px;
  line-height: 1.2941176471;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  font-family: Roboto Slab;
  margin-bottom: 1.375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-card__price {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0;
  text-align: center;
  font-family: Roboto Slab;
  margin-bottom: 1.75rem;
}
.product-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.625rem;
}
.product-card__btn {
  border-radius: 60px;
  background: #0ac00a;
  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;
  min-width: 6.25rem;
  padding: 0.4375rem 1.875rem;
  color: #fff;
  font-size: 14px;
  max-width: 8.5625rem;
  line-height: 1.1428571429;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  font-family: Roboto;
}
.product-card__btn:hover {
  background-color: #11d20d;
}
.option {
  padding-bottom: 3.125rem;
}
.option__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.option__card {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
}
.option__image-ibg {
  width: 100%;
  padding-bottom: 24.8259860789%;
}
.option__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto Slab;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0;
  text-align: center;
  font-size: 18px;
  padding: 0.9375rem 1.875rem;
}
.inf {
  padding-bottom: 4rem;
}
.inf__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 1.9375rem;
}
.inf__ttl {
  font-family: Roboto;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0;
  text-align: left;
}
.inf__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  font-family: Roboto;
}
.inf__link a {
  text-decoration: underline;
}
.inf__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.inf__card {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
}
.inf__card-ttl {
  font-family: Roboto Slab;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0;
  text-align: left;
  color: #0fc00b;
  margin-bottom: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inf__card-ttl a{
  font-family: Roboto Slab;
  font-size: 18px;
  font-weight: 700;

}
.inf__txt {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0.3125rem;
}
.inf__date {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0;
  text-align: right;
  color: #b9b9b9;
}
.dior {
  fill: rgba(255, 255, 255, 0.39);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dior:hover {
  fill: #fff;
}
.dior:active {
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
}
.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.dior {
  fill: rgba(255, 255, 255, 0.39);
  transition: all 0.3s ease;
}

.dior:hover {
  fill: #fff;
}

.dior:active {
  transform: scale(0.88);
}
.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}
/**
 * Swiper 8.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.scrollup img {
  width: 50px;
}

.page_inner {
  width: 100%;
  font-size: 18px;
  padding-bottom: 50px;
  z-index: 0;
}

.page_inner p {
  padding-bottom: 12px;
}

h1 {
  font-family: Roboto Slab;
  font-size: 26px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 40px;
}

h2 {
  font-family: Roboto Slab;
  font-size: 22px;
  /* text-align: center; */
  padding-top: 30px;
  padding-bottom: 30px;
  color: #0fc00b;
}

.modal {
    width: 580px;
    padding: 30px;
    display: none;

    background: white;

    border: 0px solid white;

    border-radius: 5px; 
    margin-top: -95px;

    color: black;
}

.modal_product {
    width: 710px;
    padding: 30px;
    display: none;

    background: white;
    /*color: white;*/
    border: 0px solid white;

    border-radius: 5px; 
    margin-top: -95px;
}

.modal_close {
  text-align: right;
  cursor: pointer;
}

#lean_overlay {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.msg_text {
  padding-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.left {
  float: left;
}


.right {
  float: right;
}

.sidebar input[type="text"] {
    box-shadow: inset 5px 1px 5px rgb(0 0 0 / 3%);
    border: 1px solid #e0dfdd;
    background-color: #ffffff;
    outline: 0;
    padding: 5px;
    padding-left: 10px;
    color: #4d4d4c;
   
    font-size: 15px;
    font-weight: 400;
    line-height: 25.38px;
    letter-spacing: 0.15px;
    width: 300px;
}

.filter-wrapper input[type="text"] {
    width: 80px;
}

.filter-wrapper > form > div {
    border-bottom: 0px solid #eec290;
    padding: 20px 20px 0;
}

.filter_popup_result {
  display: none;
}

.sidebar {
  margin-top: 65px;
}

.nav-pager{
/*    margin:0 auto;
    width:265px;*/
}
 .nav-pager li{
    display:inline-block;
    margin:0 3px 0 0;
}
 .nav-pager li a, .nav-pager li span{
  color: #5b5e5b;
  display: block;
  font-size: 15px;
}
 .nav-pager li span{
    padding:0 14px;
}
 .nav-pager li a{
  background: #fff;
  border: 2px solid #0fc00b;
  height: 29px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  width: 29px;
  border-radius: 50px;
}


 .nav-pager li a.select_page, .nav-pager li a:hover{
    background: #0fc00b;
    border-color: #0fc00b;
    color: #fff;
    border-radius: 50px;
}

input[type="submit"] {
  border-radius: 60px;
  background: #0AC00A;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6.25rem;
  padding: 0.4375rem 1.875rem;
  color: #fff;
  font-size: 14px;
  max-width: 8.5625rem;
  line-height: 1.1428571429;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  font-family: Roboto;
  cursor: pointer;
}


input[type="submit"]:hover {
  background-color: #11d20d;
}

#modal_popup_rating input[type="submit"] {
  margin: 0 auto;
  cursor: pointer;
}

.search_text_query {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.news{
    margin-top: 20px;
    margin-bottom: 40px;
}
.news__item {
  /*width: 383px;*/
  /* height: 132px; */
  -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 17%);
  box-shadow: 0 0 24px rgb(0 0 0 / 17%);
  background-color: #ffffff;
  overflow: hidden;
  padding: 15px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  padding-top: 21px;
  padding-left: 25px;
}

.news-date-time {
    display: none;
}
.news__desc{
    color: #090909;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1875;
    letter-spacing: 0;
    margin-top: 15px;
    display: block;
    margin-bottom: 15px;
}

.news__desc b {
    font-size: 16px;
}

.news__title{
  color: #0fc00b;
  font-weight: bold;
  line-height: 25.38px;
  display: block;
  font-family: Roboto Slab;
  font-size: 18px;
  text-decoration: none!important;
}
.news__more{
    display: block;
    color: #ff7600;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.38px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}
.news__item div span{
    color: #ada7a2;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.38px;
    float: left;
}

.news__item div a{
    float: right;
}
.newsTitle{
    color: #252725;
   
    font-size: 26px;
    font-weight: 400;
    line-height: 25.38px;
    letter-spacing: 0.26px;
    margin-bottom: 20px;
}
.news__last{
    margin-right: 0px;
}

.page_o_kompanii img {
  margin: 20px;
  border-radius: 6px;
  width: 450px;
  height: auto;
}

.inner_content p {
    padding-bottom: 20px;
}

.page_inner a {
  /*border-radius: 60px;*/
  color: #0ac00a;
  text-decoration: underline;
}

.page_inner a:hover {
  color: #11d20d;
}


.link_button {
  border-radius: 60px;
  background: #0ac00a;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  font-family: Roboto;
  color: white!important;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none!important;
}

.link_button:hover {
  background-color: #11d20d;
}

.bread_crumbs-block {
  margin-top: 15px;
  margin-bottom: 20px;
}

.bread_crumbs {
  height: 25px;
  display: block;
}

.bread_crumbs li {
  float: left;
}


.bread_crumbs li {
  color: #b1b1b1;
  font-size: 15px;
}

.bread_crumbs li a {
  color: #555;
  font-size: 15px;
  text-decoration: none;
}

.bread_crumbs li a:hover {
  color: black;
  font-size: 15px;
}

.bread_arrow svg {
  fill: #000000;
  transition: all 0.3s ease;
  width: 6px;
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 10px;

} 

.clear {
  clear: both;
}

table.price td {
    border: 1px solid #a5b59e;
    text-align: center;
   /* padding: 12px;*/
    font-size: 12px;
    white-space: nowrap;
}

table.price tbody tr:nth-child(1) {
    background-color: #fff;
}

table.price tbody tr:nth-child(2n-1) {
    background-color: white;
}

table.price tbody tr:nth-child(2n-2) {
    background-color: #f6f6f6; 
}

table.price tbody tr td:nth-child(1) {
    /*text-align: left;*/
    /*font-weight: 500;*/
    font-size: 14px;
    white-space: normal;
}


table.price tbody td {
    color: #1e470d;
    min-width: 40px;
}

table.price td {
    border: 1px solid #cdcdcd;
    text-align: center;
   /* padding: 12px;*/
    font-size: 14px;
    white-space: nowrap;
}

table.price th {
    background-color: #99cc32;
    padding: 15px 0px;
    text-align: center;
    color: #1e1e1e;
    font-size: 16px;

    border-right: 1px solid #bbda80;
}

.fixed-header-table {
    position: fixed;
    top: 120px; 
    /*top: 101px;*/
    /* left: 0; */
    width: 1220px;
    margin: 0 auto;
    z-index: 9;
    /* margin-top: 200px; */
    display: table;
}

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

table td {
    padding: 8px;
}

.download_price {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;


}

.table {
  margin-bottom: 30px;
  margin: auto;
}


.table td {
    border: 1px solid #cdcdcd;
    padding: 12px;
    font-size: 14px;
}


.selected_menu_top_new {
  font-weight: bold;
}

.news_date {
  float: left;
  color: #9b9a9a;
  font-size: 14px;
  margin-top: 10px;
}

.text_center {
  text-align: center;
}

h3 {
  font-family: Roboto Slab;
  font-size: 19px;
  text-align: center;
  /* padding-top: 20px; */
  padding-bottom: 40px;
  color: #0fc00b;


}

.page_inner img {
  border-radius: 6px;
}

.h1_articles {

}

.left-contacts-info p {
  padding-top: 12px;
  padding-bottom: 5px;
  font-weight: bold;
}

.catalog_page {
  width: 1330px;
}

.catalog_page .product-card {
  max-width: 256px;
}

.title-filter {
  text-decoration: none!important;
}


.product-card__ttl a {
  text-decoration: none!important;
  color: black;
  font-size: 18px;
}

.product-card__ttl a:hover {
  color: #11d20d;
}

.sidebar .menu-block {
  display: none;
}

.tabs_block {
  display: none;
}


.header__catalog-box {
  display: none;
}


.select-page {
    padding: 20px 0 10px;
    text-align: center;
}

.pagination_all {
  display: none;
}

.wrapper_you_see .product-card {
  width: 248px;
}

.modal h2 {
  text-align: center;
}


.modal_product h2 {
  text-align: center;
}

.modal input[type="text"], .modal_product input[type="text"]{
  min-width: 300px;
  /* background: #d0d0d0; */
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;

}


#modal_popup_pod_zakaz input[type="submit"] {
  margin: auto;
}

input[name="pz_email_form"] {
  display: none;
}

.mymyini {
  padding-bottom: 20px; 
}


.active_fav {
  background-color: #0fc00b!important;
}


.search_btn {
  cursor: pointer;
}

.header_email {
  margin-left: 40px;
}

.black_tr td {

}

.fix_header_table {
  background: #6d6d6d;
  color: #fff;
}

.fix_header_table table {
  margin: auto;
  width: 592px;
  text-align: center;
  margin-right: 145px;


}

.fix_header_table table td {
  color: #1e470d;
  min-width: 40px;
  border: 1px solid #cdcdcd;
  text-align: center;
  /* padding: 12px; */
  font-size: 14px;
  white-space: nowrap;
}

.fixed {
  position: fixed;
  width: 593px;
  left: 50%;
  top: 0%;
  margin-left: -75px;
}


.fixed table td {
 color: white;
}

.black_td {
  background: #6d6d6d;
  color: #fff!important;
}

.black_td:nth-child(1) {
  text-align: left!important;
}

.polez_banner {
  /* border: 2px solid #f00; */
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  background: #07c00a;
  color: #fff;
}

.sales_img_big {
  display: none;
}

@font-face { 
    font-family: "rouble";
    src: url("/rouble.otf") format("opentype");
}
.rub { font-family: "rouble"!important; }

.test {

}
