body {
  font-family: UniversNext, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: rgb(56 56 56);
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  min-height: 100vh;
  padding-top: 133px
}

body.common-home {
  padding: 0
}

header i {
  font-size: 20px
}

a {
  text-decoration: none;
  color: #fff
}

.btn {
  color: #fff
}

a:hover,
.btn:hover {
  color: #eee
}

.mw-btn {
  background: #00bc52;
  border: 1px solid #00bc52
}

button:focus {
  outline: none !important;
  box-shadow: none !important
}

.mw-alert {
  
}

.mw-alert i {
  margin-right: 10px
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline-block;
  margin: 0px 4px
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00bc52;
  background-color: transparent;
  border: 1px solid #00bc52;
  border-radius: 5px !important
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li>a:hover {
  color: #fff;
  background-color: #00bc52
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #fff;
  background-color: #00bc52
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.mw-btn-outline {
  color: #00bc52;
  border: 1px solid #00bc52
}

.mw-btn-outline:hover {
  background: #00bc52
}

.card {
  background: unset;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%)
}

.form-control {
  background: #4c4c4c;
  border: 0;
  border-radius: 0
}

#content {
  padding-bottom: 80px
}

.dropdown:hover>.dropdown-menu {
  display: block
}

.no-scroll-html {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1038;
  display: block;
  -moz-user-select: none;
  touch-action: pan-y
}

#logo img {
  padding: 8px 0
}

#mw-top {
  background: #00bc52;
  box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1001
}


/* #mw-top .mw-list_lang {
    margin-right: 8px
} */

#mw-top-links li {
  background: transparent;
  border: 0;
  padding: 0
}

#mw-top-links li a {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px
}

#mw-top-links li a:first-child {
  padding-left: 0
}

#top-fixed {
  left: 0;
  margin: 0;
  padding: 8px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
  background: rgb(56 56 56 / 90%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
  transition: all 600ms ease-in-out 0s
}


/* #search-block {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1010;
    display: none;
    width: 100%;
}

#search-block-inner {
    padding: 10px 10px 5px 10px;
    -webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
    box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
}

#search {
    padding: 0px;
    margin-bottom: 5px;
}

#search .input-lg {
    color: #fff;
    font-size: 14px;
    height: 38px;
    background: #223446;
    border: 0px;
    transition: all 0.1s;
}

#search .button_search {
    border: 0px;
    background: #223446;
} */

#search-block {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 118px;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: rgb(56 56 56 / 90%);
  z-index: 1010;
  width: 100%;
  border-top: 1px solid #464646;
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  opacity: 0
}

#search-block-inner {
  padding: 10px;
  -webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
  box-shadow: 3px 3px 10px rgb(0 0 0 / 7%)
}

#search .input-lg {
  color: #fff;
  font-size: 14px;
  height: 30px;
  background: #4c4c4c;
  border: 0px;
  transition: all 0.1s
}

#search-block.open {
  max-height: 55px;
  opacity: 1
}

#search-block input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block
}

.btn-search {
  color: #fff;
  background-color: #00BC52;
  border: 0px;
  padding: 2px;
  height: 30px;
  line-height: 0;
  margin-left: 20px;
  border-radius: 8px;
  box-shadow: none;
  margin-right: 5px;
  width: 30px
}

#input-search {
  margin-right: 20px
}

.mw-header {
  padding: 8px 0;
  margin-bottom: 15px;
  position: absolute;
  width: 100%;
  top: 38px;
  z-index: 1001;
  background: rgb(56 56 56 / 90%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%)
}

.mw-menu-box ul li {
  background: transparent;
  border: 0;
  padding: 0
}

.mw-menu-box .dropdown-menu {
  width: 650px;
  z-index: 30;
  top: 35px;
  left: calc((100% - 650px) / 2);
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 30px
}

.mw-menu-box .dropdown-menu:after {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translate(-6px, -12px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 6px solid transparent;
  width: 0px;
  height: 0px;
  content: ""
}

.mw-menu-box .dropdown-menu ul li a {
  line-height: 1.15;
  width: 100%;
  padding: 12px 20px;
  color: #000 !important;
  letter-spacing: .35px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mw-list_lang {
  background: #00a94a;
  border-radius: 20px;
  box-shadow: inset 0 1px 4px 0 rgb(0 0 0 / 10%);
  padding: 4px;
  height: 30px;
  margin-top: 4px;
  margin-bottom: 4px
}

.mw-item_lang {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px !important;
  background: transparent;
  display: inline-block;
  line-height: 21px
}

.mw-item_lang.active {
  background: #00bc52;
  color: #fff;
  box-shadow: 0px 1px 0px rgb(0 0 0 / 20%);
  padding-left: 12px;
  padding-right: 12px
}

.mw-menu-buttons-text {
  background: #00bc52 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  right: 0;
  position: absolute;
  top: -5px;
  line-height: 20px;
  height: 20px;
  min-width: 20px;
  font-size: 11px;
  font-weight: 600;
  z-index: 1
}

#popup-okno {
  background: rgb(56 56 56);
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
  border-radius: 2px
}

#popup-okno.support {
  max-width: 500px
}

#popup-okno .popup-heading {
  text-align: left;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
  position: relative;
  min-height: 40px;
  line-height: 40px;
  overflow: hidden;
  background-color: #00bc52
}

#popup-okno .mfp-close {
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer !important;
  outline: 0;
  border: 0;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .mfp-close:hover {
  color: #079b47;
  background-color: #fafafa;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-footer {
  padding: 15px 25px 15px 25px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: bottom
}

#popup-okno .popup-footer button {
  padding: 6px 35px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  border: 0;
  background: #4c4c4c;
  border-radius: 2px;
  outline: 0;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-footer button:hover {
  background-color: #404040;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-footer a {
  float: right;
  background: #00bc52;
  color: #fff;
  font-size: 16px;
  padding: 6px 35px;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-footer a:hover {
  background: #079b47;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear
}

#popup-okno .popup-center {
  background: rgb(56 56 56);
  padding: 10px 25px 0 25px
}

#popup-okno .popup-center.empty-cart {
  padding: 25px
}

/* .mfp-ready .mfp-figure {
  opacity: 0
} */

.mfp-zoom-in .mfp-figure {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.9)
}

.sert .mfp-zoom-in .mfp-figure {
  opacity: 1;
}

.cert-view {
  border-color: #00ba51;
  border-radius: 6px;
  font-size: 18px;
  padding: 10px
}

.cert-view img {
  width:190px;
  height:275px
}

.cert-view .cert-series {
  padding-top: 20px;
  font-size: 20px;
  color: #00ba51
}

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8
}

.mfp-zoom-in.mfp-removing .mfp-figure {
  transform: scale(0.9);
  opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0
}

.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #fff;
  opacity: 0.65;
  margin: 0 auto;
  animation: rotateplane 1.2s infinite ease-in-out
}

.mfp-bg {
  z-index: 1042
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.table-totals-cart {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  margin: 15px 0
}

.table-totals-cart tr td:last-child {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 34px;
  padding-left: 15px
}

.display-products-cart {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%
}

.display-products-cart #main-price.spec {
  text-decoration: line-through;
  font-size: 12px
}

.display-products-cart #special-price {
  color: #079b47
}

#quitog {
  display: block;
  clear: both;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  margin: 5px 0;
  text-align: right
}

#itogo {
  display: inline-block;
  width: 40%;
  font-size: 16px;
  vertical-align: middle
}

#itogo #main-price,
#itogo #special-price {
  font-size: 18px;
  padding-left: 5px
}

#itogo s #main-price {
  font-size: 16px;
  color: #555
}

.display-products-cart tr td {
  border-bottom: 1px solid #464646;
  padding: 0;
  vertical-align: middle
}

.display-products-cart tr td.remove {
  vertical-align: middle;
  min-width: 20px;
  padding: 0;
  text-align: right
}

.display-products-cart tr td.remove button {
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: 0
}

.display-products-cart tr td.remove button i {
  color: #4b4b4b
}

.display-products-cart tr td.remove button:hover {
  color: #4b4b4b
}

.display-products-cart tr td.image {
  vertical-align: middle;
  padding: 0
}

.display-products-cart.porder tr td.image {
  padding: 10px 0;
  text-align: center
}

.display-products-cart tr td.image img {
  border: 0;
  background-color: transparent
}

.display-products-cart tr td.name {
  padding: 10px;
  font-size: 13px;
  vertical-align: middle
}

.display-products-cart.porder tr td.name {
  font-size: 14px
}

.display-products-cart.porder tr td.name .discounts {
  font-size: 13px;
  color: #555;
  line-height: 1.3;
  padding-left: 5px
}

.display-products-cart tr td.name a {
  font-size: 14px
}

.display-products-cart tr td.qt {
  min-width: 110px;
  text-align: right;
  vertical-align: middle;
  padding: 0
}

.display-products-cart tr td.price {
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
  min-width: 115px;
  vertical-align: middle
}

.display-products-cart tr td.totals {
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
  min-width: 110px;
  vertical-align: middle
}

.display-products-cart .porder tr td.totals {
  padding: 0
}

.display-products-cart .number {
  border: 1px solid #4c4c4c;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 2px
}

#quitog .display-products-cart .number {
  margin-left: 5px
}

.display-products-cart .frame-change-count {
  width: 110px
}

.display-products-cart .btn-plus button {
  width: 30px;
  height: 26px;
  font-size: 12px;
  line-height: 0;
  color: #fff;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  background: #00bc52;
  border: 0;
  outline: 0;
  text-align: center
}

.display-products-cart .btn-minus button {
  width: 30px;
  height: 26px;
  font-size: 17px;
  line-height: 0;
  color: #fff;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  background: #00bc52;
  border: 0;
  outline: 0;
  text-align: center
}

.display-products-cart .btn-plus {
  float: right;
  height: 26px;
  width: 30px
}

.display-products-cart .btn-minus {
  float: left;
  height: 26px;
  width: 30px
}

.display-products-cart .btn-plus button:hover,
.display-products-cart .btn-minus button:hover {
  background-color: #079b47;
  color: #fff
}

.display-products-cart input.plus-minus {
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  color: #fff;
  background: #4c4c4c;
  width: 50px;
  height: 26px;
  outline: 0;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 30px
}

#quitog .display-products-cart input.plus-minus {
  margin-left: 0;
  margin-right: -1px
}

.masked {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .7;
  left: 0;
  top: 0
}

.masked_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0
}

.mobile-products-cart {
  display: none;
  position: relative
}

.mobile-products-cart>div {
  width: 100%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 15px;
  display: inline-block
}

.mobile-products-cart .remove button {
  font-size: 14px;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0
}

.mobile-products-cart .remove button:hover {
  color: #079b47
}

.mobile-products-cart .image {
  margin-bottom: 10px
}

.mobile-products-cart .image img {
  border: 0
}

.mobile-products-cart .name {
  font-size: 13px
}

.mobile-products-cart .name a {
  display: inline;
  line-height: 1.4;
  font-size: 15px;
  padding-right: 5px
}

.mobile-products-cart .qt {
  padding-top: 10px;
  text-align: center
}

.mobile-products-cart .totals {
  font-size: 14px;
  padding-top: 15px
}

.mobile-products-cart .remove {
  padding: 0 0 0 15px
}

.all-total {
  float: right;
  padding: 15px 0
}

.all-total .totals-left {
  float: right;
  text-align: right;
  line-height: 26px;
  font-size: 14px
}

.all-total .totals-right {
  float: right;
  margin-left: 10px;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  min-width: 70px
}

.all-total .clear-total {
  clear: both
}

.all-total .clear-total:first-child {
  display: none
}

.mobile-products-cart .number {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 2px
}

.mobile-products-cart .frame-change-count {
  width: 110px
}

.mobile-products-cart .btn-plus button {
  width: 30px;
  height: 26px;
  font-size: 12px;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  background: #00bc52;
  color: #fff;
  border: 0;
  outline: 0;
  text-align: center
}

.mobile-products-cart .btn-minus button {
  width: 30px;
  height: 26px;
  font-size: 17px;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  background: #00bc52;
  color: #fff;
  border: 0;
  outline: 0;
  text-align: center
}

.mobile-products-cart .btn-plus {
  float: right
}

.mobile-products-cart .btn-minus {
  float: left
}

.mobile-products-cart .btn-plus button:hover,
.mobile-products-cart .btn-minus button:hover {
  background-color: #079b47;
  color: #fff
}

.mobile-products-cart input.plus-minus {
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  color: #fff;
  background: #4c4c4c;
  width: 50px;
  height: 26px;
  outline: 0;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 30px
}

#popup-okno .popup-footer button.quickorder_b {
  margin: 0 20px 0 0;
  float: right
}

@media(max-width:767px) {
  #popup-okno .popup-heading {
    font-size: 15px
  }

  #popup-okno .popup-footer button {
    width: 100%
  }

  #popup-okno .popup-footer button.quickorder_b {
    margin: 14px 0 0 0;
    float: initial
  }

  #popup-okno .popup-footer a {
    width: 100%;
    margin-top: 5px
  }

  .mobile-products-cart {
    display: block
  }

  .display-products-cart {
    display: none
  }

  .display-products-cart.porder tr td.qt {
    min-width: 100px
  }

  .display-products-cart.porder tr td.name {
    min-width: 100px
  }

  .display-products-cart.porder tr td.image img {
    width: 60px
  }

  h1.home_h1 {
    padding-top: 10px !important;
    font-size: 15px
  }
}

#pagefader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1042;
  background-color: rgba(4, 8, 12, 0.52);
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.common-home .owl-carousel {
  background: transparent !important;
  position: sticky !important;
  top: 0px;
  left: 0px;
  height: 100vh;
  z-index: 1
}

.common-home .owl-carousel .owl-wrapper {
  height: 100%
}

.common-home .owl-carousel .owl-wrapper-outer {
  height: 100%;
  border: 0;
  box-shadow: unset
}

.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100%
}

.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1;
  margin-top: -70px
}

.common-home .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.common-home .owl-controls .owl-buttons .owl-prev {
  left: 20px
}

.common-home .owl-controls .owl-buttons .owl-next {
  right: 20px
}

.common-home .owl-controls .owl-buttons .owl-prev,
.common-home .owl-controls .owl-buttons .owl-next {
  transform: translateY(-50%);
  z-index: 99;
  width: 48px;
  height: 48px;
  margin-top: -22px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.common-home .owl-carousel .owl-controls .owl-buttons div i {
  font-size: 24px;
  margin: 0
}

.product-thumb {
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  padding: 20px;
  transition: all 1s;
  margin-bottom: 24px
}

.product-thumb:hover {
  box-shadow: 0 5px 15px rgb(0 0 0 / 40%)
}

.product-thumb .image {
  text-align: center
}

.product-thumb .price {
  font-size: 26px;
  font-weight: bold
}

/* banner */

.mw-quote {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 1em 7em
}

.mw-quote .mw-blockquote {
  position: relative;
  text-align: left;
  padding: 1.2em 0 2em 38px;
  border: none;
  margin: 20px auto 20px;
  max-width: 800px;
  width: 100%
}

.mw-quote .mw-blockquote:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  color: #00bc52;
  top: 0;
  background: -moz-linear-gradient(top, #00bc52 0%, #00bc52 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #00bc52 0%, #00bc52 60%, rgba(255, 255, 255, 0) 100%)
}

.mw-quote .mw-blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  display: block;
  margin-bottom: 0.8em;
  font-weight: 400;
  color: #00bc52
}

.mw-quote .mw-blockquote>cite,
.mw-quote .mw-blockquote>p>cite {
  display: block;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  font-style: normal;
  margin-top: 1.1em;
  letter-spacing: 0;
  font-style: italic
}

.mw-quote .mw-blockquote>cite>span {
  color: #ccc;
  font-weight: 200;
  font-style: normal;
  line-height: 1.7em
}

.mw-quote .mw-blockquote .mw-quote-author {
  color: #00bc52
}

.mw-banner-container {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  padding: 1em 7em
}

.mw-banner-container .mw-banner-title {
  position: relative;
  text-align: left;
  padding: 1.2em 0 2em 38px;
  border: none;
  /*margin: 20px auto 20px;*/
  max-width: 800px;
  width: 100%
}

.mw-banner-container .mw-banner-title h4 {
  font-size: 5rem;
  font-weight: bold;
  text-shadow: 3px 3px 5px rgb(0 0 0 / 80%)
}

.mw-banner-container .mw-banner-title:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  color: #00bc52;
  top: 0;
  background: -moz-linear-gradient(top, #00bc52 0%, #00bc52 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #00bc52 0%, #00bc52 60%, rgba(255, 255, 255, 0) 100%)
}

.mw-banner-img {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  max-width: 30rem;
  padding: 1em
}

/* banner end */

/* mobile_menu */


/*@media (max-width: 991px) {
  body.padding-top {
    padding-top: 60px;
  }
}*/

#mw_sidebar {
  position: fixed;
  z-index: 10023;
  top: 0;
  bottom: 0;
  left: -320px;
  max-height: 100vh;
  width: 320px;
  background: #383838;
  -webkit-transition: left .5s ease, box-shadow .5s ease;
  transition: left .5s ease, box-shadow .5s ease;
  box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0)
}

#mw_sidebar.active {
  left: 0;
  box-shadow: 10px 0 20px -10px rgba(0, 0, 0, .6)
}

@media (min-width: 992px) {
  #mw_sidebar.active {
    box-shadow: 10px 0 20px -10px rgba(0, 0, 0, .18)
  }
}

#mw_sidebar .mw_sidebar-title {
  height: 91px;
  background: #383838;
  color: #373941
}

@media (min-width: 992px) {
  #mw_sidebar .mw_sidebar-title {
    height: 66px
  }
}

#mw_sidebar .mw_sidebar-title-text {
  font-size: 24px;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 20px
}

#mw_sidebar .mw_sidebar-title-close {
  width: 84px;
  background: url("/image/catalog/icons/sidebar-close.svg") no-repeat center center;
  background-size: 40px;
  cursor: pointer
}

@media (min-width: 992px) {
  #mw_sidebar .mw_sidebar-title-close {
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease
  }
  #mw_sidebar .mw_sidebar-title-close:hover {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

#mw_sidebar .mw_sidebar-content {
  position: absolute;
  top: 91px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  right: 0
}

@media (min-width: 992px) {
  #mw_sidebar .mw_sidebar-content {
    top: 66px
  }
}

#mw_sidebar .mw_sidebar-content .mw-product-one-click {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #f6f6f6
}

#mw_sidebar .mw_sidebar-content .mw-product-one-click .mw-product-one-click-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #373941;
  margin-bottom: 10px
}

#mw_sidebar .mw_sidebar-content.noscroll {
  overflow: hidden
}

#mw_sidebar .mw_sidebar-content .group-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 16px
}

#mw_sidebar .mw_sidebar-content .group-title>* {
  padding: 0 20px
}

#mw_sidebar .mw_sidebar-content .group-title strong {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .3px;
  color: #373941;
  margin-bottom: 6px
}

#mw_sidebar .mw_sidebar-content .group-title a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .3px;
  text-decoration: underline;
  color: #e30613
}

#mw_sidebar .mw_sidebar-content .group-title a:hover {
  text-decoration: none
}

#mw_sidebar .mw_sidebar-content .group-title a:not(:last-child) {
  margin-bottom: 8px
}

#mw_sidebar #mw_mobile_menu_toggle_button {
  background: #00bc52
}

#mw_sidebar #mw_mobile_menu_toggle_button:before {
  content: "";
  display: inline-block;
  background: url("/image/catalog/icons/menu-icon.svg") no-repeat center center;
  margin-right: 20px;
  width: 24px;
  height: 24px
}

#mw_sidebar #mw_mobile_menu_toggle_button:after {
  content: "";
  display: inline-block;
  background: url("/image/catalog/icons/mobile-menu-back.svg") no-repeat center center;
  margin-left: auto;
  width: 24px;
  height: 24px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#mw_sidebar #mw_mobile_menu_toggle_button span {
  font-size: 18px;
  letter-spacing: .3px;
  color: #fff;
  font-weight: bold;
  text-decoration: underline
}

#mw_sidebar .mw_mobile_menu_first {
  transition: -ms-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease
}

#mw_sidebar .mw_mobile_menu_second {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -ms-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease
}

#mw_sidebar .mw_mobile_menu_third {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 100%;
  transition: -ms-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease;
  visibility: hidden
}

#mw_sidebar .mw_mobile_menu_fourth {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 200%;
  transition: -ms-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transition: -webkit-transform .5s ease;
  visibility: hidden
}

#mw_sidebar .mw_mobile_menu-list {
  height: calc(100% - 51px);
  overflow: visible;
  overflow-y: auto
}

#mw_sidebar .mw_mobile_menu-list-item {
  padding: 5px 20px;
  height: 51px
}

#mw_sidebar .mw_mobile_menu-list-item:not(:last-child) {
  border-bottom: 1px solid #00bc52
}

#mw_sidebar .mw_mobile_menu-list-item a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  -ms-flex-align: center;
  align-items: center
}

#mw_sidebar .mw_mobile_menu-list-item span {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .3px;
  color: #fff
}

#mw_sidebar .mw_mobile_menu-list-item button {
  background: #383838;
  border: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px
}

#mw_sidebar .mw_mobile_menu-list-item button .fas {
  color: #fff
}

#mw_sidebar .mw_mobile_menu_back {
  padding: 13px 20px;
  background: #00bc52
}

#mw_sidebar .mw_mobile_menu_back-icon {
  display: inline-block;
  background: url("/image/catalog/icons/mobile-menu-back.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-right: 10px
}

#mw_sidebar .mw_mobile_menu_back-text {
  letter-spacing: .3px
}

#mw_sidebar .third-level-landing-parent {
  height: auto;
  position: relative
}

#mw_sidebar .third-level-landing-parent>a {
  height: 41px
}

#mw_sidebar .third-level-landing-button {
  position: absolute;
  top: 5px;
  right: 5px
}

#mw_sidebar .third-level-landing-button i {
  transition: -ms-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease
}

#mw_sidebar .third-level-landing-button.active i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#mw_sidebar .third-level-landing {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease
}

#mw_sidebar .third-level-landing.expanded {
  max-height: 1000px
}

#mw_sidebar .third-level-landing .group-title>* {
  padding: 0
}

#mw_sidebar .third-level-landing .group-title:last-child {
  margin-bottom: 16px
}

#mw_sidebar .mw_mobile_menu_info-list {
  margin-bottom: 16px
}

#mw_sidebar .mw_mobile_menu_info-list .mw-main-footer-social-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

#mw_sidebar .mw_mobile_menu_info-list .mw-main-footer-social-item .mw-main-footer-social-link {
  font-size: 14px;
  padding: 4px 0 5px 0;
  transition: all .15s ease .05s;
  width: 30px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 1px;
}

#mw_sidebar .mw_mobile_menu_info-list .mw-mobile-social-link-fa-facebook-f {
  background-color: #0078FF;
}

#mw_sidebar .mw_mobile_menu_info-list .mw-mobile-social-link-fa-vk {
  background-color: #43638B;
}

#mw_sidebar .mw_mobile_menu_info-list .mw-mobile-social-link-fa-twitter {
  background-color: #41ABE1;
}

.mw_mobile_menu_info-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #fff
}

.mw_mobile_menu_info-list {
  margin-top: 15px
}

.mw_mobile_menu_info-list-item {
  color: #fff
}

.mw_mobile_menu_info-list-item:not(:last-child) {
  margin-bottom: 8px
}

.mw_mobile_menu_info-list-item a {
  color: #00bc52;
  text-decoration: underline
}

.mw_mobile_menu_info-list-item-address {
  color: #373941;
  margin-bottom: 20px
}

.mw_mobile_menu_info-list-item .fa-phone-volume,
.mw_mobile_menu_info-list-item .fa-map-marker-alt {
  font-size: 18px;
  color: #bfbfbf;
  position: relative;
  top: 1px;
  margin-right: 4px
}

.mw_mobile_menu_info-map {
  margin-top: 15px
}

.mw_mobile_menu_info-map.not_in {
  margin-top: 0
}

.mw_mobile_menu_info .btn-group {
  width: 100%
}

.mw_mobile_menu_info .dropdown-toggle {
  display: none
}

.mw_mobile_menu_info button {
  padding: 0;
  white-space: normal
}

.mw_mobile_menu_info .dropdown-menu {
  display: block;
  position: relative;
  box-shadow: none;
  border: 0;
  width: 100%;
  padding: 0;
  margin-top: 15px
}

.mw_mobile_menu_info .dropdown-menu button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #373941;
  font-size: 13px;
  font-size: 13px;
  text-decoration: underline;
  border: 0;
  background: transparent;
  line-height: 24px
}

.mw_mobile_menu_info .dropdown-menu button:not(:last-child) {
  margin-bottom: 8px
}

.mw_mobile_menu_info .dropdown-menu button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #eef2f5;
  margin-right: 15px
}

.mw_mobile_menu_info .dropdown-menu button:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 4px;
  top: 8px
}

.mw_mobile_menu_info .dropdown-menu button.active-item {
  color: #e30613
}

.mw_mobile_menu_info .dropdown-menu button.active-item:before {
  border-color: #e30613
}

.mw_mobile_menu_info .dropdown-menu button.active-item:after {
  background: #e30613
}

.mw_mobile_menu_info .dropdown-menu button img {
  margin-right: 10px
}

.mw_mobile_menu_cart-text {
  text-align: center
}

.mw_mobile_menu_cart-text p {
  font-size: 14px;
  color: #373941;
  margin-bottom: 10px
}

.mw_mobile_menu_cart-text a {
  font-weight: 600;
  font-size: 13px;
  text-decoration: underline;
  color: #e30613
}

.mw_mobile_menu_cart-text a:hover {
  text-decoration: none
}

.mw_mobile_menu_cart-text span {
  font-weight: 600
}

.mw_mobile_menu_cart-item-img {
  margin-right: 20px;
  border: 1px solid #f9f9f9;
  display: block
}

.mw_mobile_menu_cart-item-img img {
  width: 70px
}

.mw_mobile_menu_cart-item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .3px;
  text-decoration-line: underline;
  color: #373941;
  margin-bottom: 10px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.mw_mobile_menu_cart-item-title:hover {
  color: #e30613
}

.mw_mobile_menu_cart-item-options-box {
  margin-bottom: 10px
}

.mw_mobile_menu_cart-item-options {
  font-size: 13px;
  line-height: 16px;
  color: #a6a6a6
}

.mw_mobile_menu_cart-item-del {
  color: #eb5757;
  font-size: 16px;
  margin-left: 20px;
  padding: 0;
  background: transparent
}

.mw_mobile_menu_cart-item-buttons {
  margin: 10px 0
}

.mw_mobile_menu_cart-item-right {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.mw_mobile_menu_cart-item-right .mw-module-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #373941
}

.mw_mobile_menu_cart-item-right .mw-module-price .mw-module-price-old {
  margin-left: 10px;
  margin-right: 0
}

.mw_mobile_menu_cart-empty {
  padding: 20px
}

.mw_mobile_menu_cart-empty img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 20px auto 40px;
  -ms-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px)
}

.mw_mobile_menu_cart-empty p {
  font-size: 14px
}

.sidebar-viewed-item .mw-module-item {
  border-right: 1px solid #f7f7f7;
  padding: 15px
}

.sidebar-viewed-item .mw-module-buttons-list {
  right: 15px;
  opacity: 1;
  top: 15px;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 6 !important
}

.sidebar-viewed-item .mw-btn {
  padding: 10px;
  margin-top: 20px
}

.sidebar-viewed-item:nth-child(even) .mw-module-item {
  border-right: 0
}

#mw_sidebar .mw_mobile_menu_info-item {
  padding: 20px 20px 0 20px
}

#mw_sidebar_overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #000;
  opacity: .3
}

#mw_sidebar_overlay.visible {
  z-index: 1023
}

#mw_mobile_nav {
  position: fixed;
  z-index: 10000;
  right: 0;
  left: 0;
  height: 60px;
  background: #eef2f5;
  /*box-shadow:0 0 33px rgba(0, 0, 0, .23);*/
  -webkit-transition: bottom .5s ease .05s;
  transition: bottom .5s ease .05s;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

#mw_mobile_nav.hidden.fixed-bottom {
  bottom: -60px
}

#mw_mobile_nav.hidden.fixed-top {
  box-shadow: 0 0 33px rgba(0, 0, 0, .15)
}

#mw_mobile_nav .mw_mobile_nav-item {
  height: 100%;
  padding: 0;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1
}

#mw_mobile_nav .mw_mobile_nav-item .mw-menu-buttons-index {
  left: auto;
  right: calc(50% - 20px);
  top: calc(50% - 17px)
}

#mw_mobile_nav .mw_mobile_nav-item:focus {
  box-shadow: none
}

#mw_mobile_nav #mw_mobile_menu_button {
  background: #e30613 url("/image/catalog/icons/mobile-nav-burger.svg") no-repeat center center;
  max-width: 70px
}

#mw_mobile_nav #mw_mobile_viewed_button {
  background: transparent url("/image/catalog/icons/mobile-nav-seen.svg") no-repeat center center
}

#mw_mobile_nav #mw_mobile_user_button {
  background: transparent url("/image/catalog/icons/mobile-nav-user.svg") no-repeat center center
}

#mw_mobile_nav #mw_mobile_compare_button {
  background: transparent url("/image/catalog/icons/mobile-nav-compare.svg") no-repeat center center
}

#mw_mobile_nav #mw_mobile_wishlist_button {
  background: transparent url("/image/catalog/icons/mobile-nav-wishlist.svg") no-repeat center center
}

#mw_mobile_nav #mw_mobile_cart_button {
  background: transparent url("/image/catalog/icons/mobile-nav-cart.svg") no-repeat center center
}

.conts {
  margin-bottom: 20px
}

.conts i {
    width: 15px;
    font-size: 1.0em;
    margin-right: 10px;
    text-align: center
}

/* mobile_menu END */

@media(max-width:1200px) {
  #search-block {
    top: 80px
  }
}

@media(max-width:1024px) {
  .mw-banner-img {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    max-width: 20rem;
    padding: 1em;
  }
}

@media(max-width:992px) {
  .mw-menu-box .nav-link {
	font-size: 12px;
    padding: .3rem .7rem
  }
}

@media(max-width:768px) {
  #input-search {
	margin-bottom: 20px
  }

  #button-search {
	width: 100%;
	margin-bottom: 40px
  }

  .mw-header {
    top: 0
  }

  .mw-quote {
    padding: 1em 1em;
    bottom: 30px
  }

  .mw-quote .mw-blockquote {
    padding: 0 0 0 20px
  }

  .mw-banner-container {
    padding: 1em 1em;
    bottom: 30px
  }

  .mw-banner-container .mw-banner-title {
    padding: 0 0 0 20px
  }

  .mw-banner-img {
    position: absolute;
    padding: 1em;
  }
  .mw-banner-container .mw-banner-title h4 {
    font-size: 4rem;
    font-weight: bold;
  }
}

@media(max-width:425px) {
  .mw-banner-img {
    position: absolute;
    bottom: 60px;
    right: 10px;
    max-width: 15rem;
    padding: 1em;
  }
}