.menu-right .menu__level-1-a, .menu__header {
  font-weight: 600;
  font-size: 15px;
}
.pass-wrap {
  height: auto;
}
.product-thumb__wishlist, .product-thumb__compare {
display: none !important;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
margin-top:20px;
}
.social__item {
  width: 35px;
  height: 35px;
  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;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100%;
margin-right: 0.5rem;
}
.social__item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.title-grafik {
font-size: 1.3em;
font-weight: 600;
margin-bottom:20px;
}
.table-grafik {
  width: 100%;
  overflow: auto;
}

.header-block__item-cart, .fly-menu__cart {
    display: none !important;
}

.uni-form__heading {
  color: #000;
}

.header-phones__main {
  font-size: 1.3em;
}

.add_to_cart, .product-thumb__rating, .product-thumb__price, .product-thumb .product-page__request-price {
display: none;
}

.product-page__price {
  font-weight: 500;
margin: 30px 0 15px;
color: #f56700;
}

.product-thumb__name {
  text-align: center;
}

.product-page__request-price {
  background-image: linear-gradient(90deg, #4db028, #40722d 50%, #39a610);
  background-size: 200% auto;
  transition: background-position 0.2s ease-out;
  color: #fff;
  padding: 15px 30px;
  height: 100%;
  font-size: 18px;
  margin-bottom: 30px;
overflow: hidden;
position: relative;
font-weight: 500;
align-items: center;
  display: flex;
}
.product-page__request-price::after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f101";
  display: inline-block;
  padding-left: 6px;
  font-weight: 900;
  transition: all .2s;
}
.product-page__request-price:hover, .product-page__request-price:focus, .product-page__request-price:active {
  color: #fff;
  background-position: 100%;
  transition: background-position 0.2s ease-in;
}
.product-page__request-price::before {
  content: "";
  background: -webkit-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,.5));
  background: linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.5));
  height: calc(100% + 16px);
  width: 50px;
  position: absolute;
  z-index: 1;
  top: -8px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-animation: btn-anim 4.5s ease infinite;
  animation: btn-anim 4.5s ease infinite;
}
@-webkit-keyframes btn-anim{0%,55%{left:-100%}to{left:130%}}
@keyframes btn-anim{0%,55%{left:-100%}to{left:130%}}


/*@media (min-width: 1345px) {
  .container {
    width: 1320px;
  }
}*/

.category-wall__title {
  font-weight: 500;
}
.home-page div.heading, div.heading {
    justify-content: center;
text-align: center;
}
.uni-module, .home-banner {
  border-bottom: 3px dashed #4db028;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
.category-wall__title {
  font-size: 20px;
}
  .home-page div.heading {
    font-size: 2.6em;
    margin: 30px 0;
    color: #000;
  }
  div.heading {
    font-size: 2.6em;
  }
 h1 {
    font-size: 36px;
  }
}

.product-thumb__caption {
  flex-direction: unset;
}

.uni-slideshow_v2__image.text-over-image img {
  object-fit: cover;
}

@media (min-width: 768px){
.product-thumb__name {
  font-size: 1.2em;
}
}

@media (max-width: 767px) {
  div.heading {
    font-size: 1.8em;
  }
}


.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;max-height:420px;padding: 15px;text-align:center;background: radial-gradient(circle, rgba(255, 255, 255, .1) 0%, #4db028 100%);border-radius:6px}
.menu__banner div img {margin:20px 0;padding:15px}
.menu__banner span {font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.news-page__description h3.heading{font-weight:700}
.news-page__description .heading:before{padding:0 5px 0 0;content:'#';color:#f00}
.news-page__image-39, .news-page__image-40, .news-page__image-41, .news-page__image-41{display:none}