@charset "UTF-8";
/* line 14, styles.scss */
#insales-panel {
  display: none; }

/* line 18, styles.scss */
.color {
  color: #4ac4d6; }

/* line 21, styles.scss */
html {
  font-size: 16px;
  color: #454545;
  font-family: "Fira Sans";
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 0 !important; }

/* line 30, styles.scss */
body, html {
  height: 100%; }

/* line 33, styles.scss */
body {
  background: #fff; }

/* line 36, styles.scss */
h1 {
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 43, styles.scss */
.heading {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px; }

/* line 49, styles.scss */
.sidemenu-toggle {
  display: none;
  z-index: 900; }

/* line 53, styles.scss */
.mobile-search-toggle, .mobile-cart {
  display: none;
  width: 40px;
  height: 40px;
  background: #231f20;
  color: #fff;
  z-index: 1000;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  top: -3px;
  left: 42px; }

/* line 67, styles.scss */
.mobile-search-toggle {
  font-size: 22px;
  margin: 3px 0; }

/* line 71, styles.scss */
.mobile-cart {
  top: 0;
  right: 0;
  left: auto; }

/* line 76, styles.scss */
.mobile-search-toggle:hover, .mobile-cart:hover {
  color: #4ac4d6; }

/* line 79, styles.scss */
#sidemenu {
  background: #231f20;
  width: 210px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: visible;
  left: 0;
  z-index: 1000;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #fff;
  opacity: 0; }

/* line 95, styles.scss */
#sidemenu .catalog-toggle {
  background: #1d1a1b;
  font-size: 30px;
  display: none;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

/* line 108, styles.scss */
#sidemenu.minified .logo, #sidemenu.minified .cart {
  padding: 15px 0; }

/* line 111, styles.scss */
#sidemenu.minified .cart {
  width: 50%;
  float: left; }

/* line 115, styles.scss */
#sidemenu.minified .logo img {
  max-height: 80px; }

/* line 118, styles.scss */
#sidemenu.minified .catalog-toggle {
  display: block;
  padding: 8px 0;
  overflow: visible; }

/* line 124, styles.scss */
#sidemenu.minified .catalog {
  max-width: 0;
  max-height: 0;
  overflow: hidden; }

/* line 129, styles.scss */
#sidemenu .search {
  display: block;
  text-align: center;
  padding: 30px 0;
  font-size: 24px;
  background: #141313;
  color: #fff; }

/* line 137, styles.scss */
#sidemenu .search a {
  color: #fff; }

/* line 140, styles.scss */
#sidemenu .search a:hover {
  color: #4ac4d6; }

/* line 143, styles.scss */
.search-modal .modal-content {
  opacity: 0;
  transition: all 0.4s 0.5s;
  -moz-transition: all 0.4s 0.5s;
  -webkit-transition: all 0.4s 0.5s;
  -o-transition: all 0.4s 0.5s; }

/* line 150, styles.scss */
.animatedModal-on.search-modal .modal-content {
  opacity: 1; }

/* line 153, styles.scss */
.cross-wrap {
  display: block;
  width: 40px;
  height: 40px; }

/* line 158, styles.scss */
.search-modal .cross-wrap {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer; }

/* line 164, styles.scss */
.crossline {
  width: 38px;
  height: 1px;
  background: #fff;
  display: block; }

/* line 170, styles.scss */
.crossline:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 174, styles.scss */
.crossline:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 178, styles.scss */
#animatedModal {
  background: rgba(0, 0, 0, 0.9) !important;
  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;
  opacity: 0; }

/* line 191, styles.scss */
.search-modal button {
  background: none;
  border: 0;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 20px; }

/* line 198, styles.scss */
.search-modal input {
  border: 0;
  padding: 20px;
  line-height: 32px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-family: inherit;
  font-weight: 300;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 20px;
  outline: 0; }

/* line 211, styles.scss */
.search-modal input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff; }

/* line 214, styles.scss */
.search-modal input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1; }

/* line 218, styles.scss */
.search-modal input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1; }

/* line 222, styles.scss */
.search-modal input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff; }

/* line 226, styles.scss */
.logo, .logo img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

/* line 232, styles.scss */
.cart {
  transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s; }

/* line 238, styles.scss */
img {
  max-width: 100%; }

/* line 241, styles.scss */
a {
  color: #4ac4d6;
  text-decoration: none; }

/* line 245, styles.scss */
.site-wrapper {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

@media (max-width: 1640px) {
  /* line 252, styles.scss */
  .site-wrapper {
    margin-left: 210px; } }
/* line 256, styles.scss */
.sidemenu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  background: #231f20;
  padding: 2px 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s; }

/* line 279, styles.scss */
.sidemenu-toggle.opened {
  left: 210px; }

/* line 282, styles.scss */
.burgerbar {
  width: 28px;
  height: 4px;
  background: #fff;
  display: block;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

/* line 292, styles.scss */
#sidemenu.opened .sidemenu-toggle {
  top: 0;
  z-index: 1001; }

/* line 296, styles.scss */
.sidemenu-toggle.opened .burgerbar {
  display: none; }

/* line 299, styles.scss */
.sidemenu-toggle.opened .burgerbar:first-child {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 10px;
  width: 38px; }

/* line 307, styles.scss */
.sidemenu-toggle.opened .burgerbar:last-child {
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  bottom: 8px;
  width: 38px; }

/* line 316, styles.scss */
.wrapper {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto; }

/* line 321, styles.scss */
p {
  font-size: 13px;
  font-size: 0.8125rem; }

/* line 324, styles.scss */
.editor-content, .editor-content p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px; }

/* line 331, styles.scss */
.anchors-container {
  margin-top: 100px;
  height: 42px;
  padding-bottom: 9px;
  position: relative; }

/* line 338, styles.scss */
.anchors-container a {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  background: url(decor.svg) bottom center no-repeat #231f20; }

/* line 351, styles.scss */
.top-panel {
  height: 36px;
  background-color: #363636;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem; }

/* line 357, styles.scss */
.top-panel a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dotted #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 373, styles.scss */
.top-panel a:last-child {
  border: 0; }

/* line 376, styles.scss */
.top-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: space-between; }

/* line 389, styles.scss */
.top-panel i {
  margin-right: 18px;
  margin-left: -20px; }

/* line 394, styles.scss */
header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f3f3f3;
  margin-bottom: 15px;
  position: relative; }

/* line 401, styles.scss */
.template-index header {
  margin-bottom: -90px;
  background: transparent;
  position: relative;
  z-index: 100; }

/* line 409, styles.scss */
header .slogan {
  padding: 0 3%;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

/* line 415, styles.scss */
header .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  margin-left: auto; }

/* line 425, styles.scss */
header .phone-number {
  white-space: nowrap; }

/* line 426, styles.scss */
header .phone i {
  font-size: 26px;
  position: relative;
  bottom: -2px; }

/* line 431, styles.scss */
header .phone-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  text-align: right; }

/* line 442, styles.scss */
header .phone-content a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px; }

/* line 447, styles.scss */
header .phone-content span {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

/* line 453, styles.scss */
header a {
  color: #454545; }

/* line 456, styles.scss */
header a:hover {
  color: #4ac4d6; }

/* line 459, styles.scss */
header .social nav a {
  color: #454545;
  font-size: 20px;
  margin: 0;
  margin-right: 12px; }

/* line 465, styles.scss */
header .social nav a:hover {
  color: #fff; }

/* line 468, styles.scss */
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 479, styles.scss */
.search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 25px;
  font-size: 15px; }

/* line 490, styles.scss */
.search form input {
  border: 0;
  height: 44px;
  line-height: 44px;
  font-family: inherit;
  font-weight: 300; }

/* line 497, styles.scss */
.logo {
  display: block;
  text-align: center;
  padding: 37px 0; }

/* line 502, styles.scss */
.cart {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 30px 0;
  background: #1d1a1b;
  text-align: center;
  display: block; }

/* line 509, styles.scss */
.cart i {
  font-size: 34px;
  font-size: 2.125rem; }

/* line 512, styles.scss */
.cart.empty {
  color: #fff; }

/* line 515, styles.scss */
.search button {
  background: transparent;
  border: 0; }

/* line 519, styles.scss */
.catalog {
  color: #4ac4d6;
  transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  -webkit-transition: max-width 0.5s;
  -o-transition: max-width 0.5s; }

/* line 526, styles.scss */
.catalog a {
  color: #4ac4d6; }

/* line 529, styles.scss */
.catalog ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 534, styles.scss */
.catalog ul:first-child {
  background: #1a1819;
  position: relative; }

/* line 538, styles.scss */
.catalog ul li {
  padding: 18px 50px 18px 26px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #4ac4d6; }

/* line 545, styles.scss */
.catalog ul li.highlight {
  background: #4ac4d6; }

/* line 548, styles.scss */
.catalog ul li.highlight a {
  color: #000; }

/* line 551, styles.scss */
.catalog ul li li {
  border: 0;
  font-size: 1.3em;
  width: 50%;
  padding: 5px;
  float: left; }

/* line 558, styles.scss */
.catalog ul li li:nth-child(2n+3) {
  clear: both; }

/* line 561, styles.scss */
.catalog ul li li .subsub {
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin: 4px 0; }

/* line 568, styles.scss */
.catalog ul li li a {
  color: #fff; }

/* line 571, styles.scss */
.catalog ul li li a:hover {
  color: #4ac4d6; }

/* line 574, styles.scss */
.catalog ul > li:last-child {
  border-bottom: 0; }

/* line 577, styles.scss */
.catalog ul ul {
  padding: 20px;
  height: auto;
  line-height: 1.4;
  padding-bottom: 50px;
  min-width: 1000px;
  min-height: 200px; }

/* line 585, styles.scss */
.catalog .side-links {
  background: transparent;
  padding: 5px 0;
  margin-bottom: 10px;
  margin-top: 10px; }

/* line 591, styles.scss */
.catalog .side-links li {
  border-bottom: 0;
  padding: 12px 50px 12px 26px; }

/* line 595, styles.scss */
.side-links a {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem; }

/* line 601, styles.scss */
.catalog-sub {
  position: absolute;
  top: 0;
  left: 210px;
  /*width: 0px;
  overflow: hidden;*/
  background: rgba(0, 0, 0, 0.9);
  max-width: 0px;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  z-index: 1500;
  min-height: 380px; }

/* line 617, styles.scss */
.catalog-bg {
  width: 90px;
  max-width: 0px;
  overflow: hidden;
  transition: all  0.5s;
  -moz-transition: all  0.5s;
  /* Firefox 4 */
  -webkit-transition: all  0.5s;
  /* Safari and Chrome */
  -o-transition: all  0.5s;
  /* Opera */
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 997;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 0% 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 0% 100%); }

/* line 635, styles.scss */
.sub-toggle {
  position: absolute;
  top: 10px;
  right: -90px;
  z-index: 3000;
  width: 90px;
  text-align: center;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  transition: all 0.5s 0.5s;
  -moz-transition: all 0.5s 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s 0.5s;
  /* Opera */ }

/* line 661, styles.scss */
.catalog ul li.opened .sub-toggle {
  opacity: 1; }

/* line 666, styles.scss */
.cat-title {
  color: white;
  font-family: "Fira Sans";
  font-size: 35px;
  font-weight: 600;
  padding: 10px 35px;
  line-height: 57px; }

/* line 674, styles.scss */
.catalog ul li.opened .catalog-sub {
  overflow: visible;
  max-width: 900px; }

/* line 678, styles.scss */
.catalog ul li.opened .catalog-bg {
  max-width: 90px;
  right: -89.5px; }

/* line 683, styles.scss */
.sub-toggle .burgerbar {
  height: 1px; }

/* line 686, styles.scss */
.sub-toggle .burgerbar:first-child {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 12px;
  width: 38px; }

/* line 694, styles.scss */
.sub-toggle .burgerbar:last-child {
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  bottom: 8px;
  width: 38px; }

/* line 702, styles.scss */
.no-touchevents .catalog li:hover > ul {
  display: block; }

/* line 705, styles.scss */
.catalog a:hover {
  opacity: 0.8; }

/* line 709, styles.scss */
.catalog.opened {
  position: absolute;
  top: 0;
  overflow: visible !important;
  left: 210px;
  background: #231f20;
  width: 100%;
  height: 100%;
  max-width: 1000px !important;
  max-height: 6000px !important; }

/* line 720, styles.scss */
.catalog li.hassubs i {
  float: right;
  margin-right: -20px;
  font-size: 1.5em;
  margin-top: -3px; }

/* line 726, styles.scss */
.catalog li.hassubs.opened i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* line 730, styles.scss */
.catalog ul .brands-subcat {
  padding: 10px 0 0 20px; }

/* line 733, styles.scss */
.brands-subcat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 380px;
  padding-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 745, styles.scss */
.catalog .brands-subcat li {
  border: 0;
  font-size: 1.3em;
  padding: 10px;
  width: 8%;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
  min-width: 8%; }

/* line 754, styles.scss */
.banners {
  background: transparent url("net.png") left top repeat;
  padding-top: 20px; }

/* line 758, styles.scss */
.banners a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 254px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */ }

/* line 774, styles.scss */
.banners a:hover:after {
  content: "";
  background: url("net.png") left top repeat rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 783, styles.scss */
.banners .button {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  width: 180px;
  height: 69px;
  background-color: #4e5f64;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  position: absolute;
  top: 50%;
  margin-top: -34px;
  left: 50%;
  margin-left: -90px;
  z-index: 100;
  line-height: 69px;
  text-align: center; }

/* line 806, styles.scss */
.banners .button:hover {
  background-color: #4ac4d6; }

/* line 809, styles.scss */
.decor span {
  background: #fff;
  padding: 0 40px;
  display: inline-block;
  position: relative;
  z-index: 20; }

/* line 816, styles.scss */
.decor {
  position: relative;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: normal;
  height: 98px;
  line-height: 98px;
  text-align: center;
  z-index: 20; }

/* line 827, styles.scss */
.decor.small {
  height: 67px;
  line-height: 67px; }

/* line 831, styles.scss */
.decor:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  z-index: 10;
  border-top: 1px dotted #454545; }

/* line 841, styles.scss */
.slider .wrapper {
  position: relative; }

/* line 845, styles.scss */
.slider .swiper-pagination {
  text-align: left;
  top: -72px;
  left: 30px; }

/* line 850, styles.scss */
.slider .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.6;
  margin-right: 7px; }

/* line 859, styles.scss */
.slider a {
  display: block;
  height: 600px;
  background-position: center;
  background-size: cover; }

/* line 865, styles.scss */
.slider .swiper-pagination-bullet-active {
  opacity: 1; }

/* line 868, styles.scss */
.slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px; }

/* line 871, styles.scss */
.slider .swiper-button-prev {
  background-image: url("prev.png");
  left: 38px; }

/* line 875, styles.scss */
.slider .swiper-button-next {
  background-image: url("next.png");
  right: 38px; }

/* line 879, styles.scss */
.slider .swiper-button-next:hover, .slider .swiper-button-prev:hover {
  opacity: 0.6; }

/* line 882, styles.scss */
.slider a .wrapper {
  display: block;
  height: calc(100% - 90px);
  padding-top: 90px; }

/* line 887, styles.scss */
.slider .swiper-slide {
  position: relative; }

/* line 890, styles.scss */
.slider-block {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  width: 45%;
  font-size: 41px;
  font-weight: 700;
  line-height: 57px;
  text-transform: uppercase;
  color: #fff;
  z-index: 100; }

/* line 911, styles.scss */
.subscribe-line {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0; }

/* line 918, styles.scss */
.subscribe-line [class*="cell-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 2px; }

/* line 928, styles.scss */
.subscribe-line .cell-6 {
  padding-left: 30px; }

/* line 931, styles.scss */
.subscribe-line .cell-4 span, .subscribe-line .cell-6 span {
  width: 100%;
  display: block;
  height: 1px;
  background: #fff;
  position: relative; }

/* line 938, styles.scss */
.subscribe-line span:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 6px;
  width: 18px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 949, styles.scss */
.subscribe-line span:before {
  content: "";
  position: absolute;
  right: -2px;
  top: -6px;
  width: 18px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 961, styles.scss */
.news .swiper-container-wrap {
  padding: 0 16.6% 0 0;
  position: relative;
  margin: 0; }

/* line 967, styles.scss */
.news .swiper-container-wrap.single-article {
  padding: 0; }

/* line 970, styles.scss */
.news .swiper-container-wrap.single-article .nav {
  display: none; }

/* line 973, styles.scss */
.date {
  font-size: 12px; }

/* line 976, styles.scss */
.news .date {
  margin-bottom: 40px;
  text-align: right;
  position: relative; }

/* line 982, styles.scss */
.offers .date {
  visibility: hidden; }

/* line 985, styles.scss */
body .news .swiper-slide {
  background: #fff;
  z-index: -1; }

/* line 989, styles.scss */
body .news .swiper-slide-active {
  z-index: 10; }

/* line 992, styles.scss */
body .news .swiper-button-next {
  background: transparent;
  right: 3%;
  -webkit-transform: rotate(90deg) translate(200%, 0);
  transform: rotate(90deg) translate(200%, 0); }

/* line 998, styles.scss */
body .news .swiper-button-prev {
  background: transparent;
  right: 3%;
  left: auto;
  -webkit-transform: rotate(90deg) translate(-200%, 0);
  transform: rotate(90deg) translate(-200%, 0); }

/* line 1005, styles.scss */
.news .heading {
  position: relative;
  z-index: 100;
  margin-bottom: -35px;
  color: #444; }

/* line 1011, styles.scss */
.news-block .content {
  background: #f3f3f3;
  padding-left: 25px;
  padding-top: 40px;
  padding-bottom: 13px; }

/* line 1017, styles.scss */
.news-block .content .editor-content {
  position: relative;
  z-index: 10;
  margin-bottom: 15%;
  font-size: 14px; }

/* line 1024, styles.scss */
.news-block .image img {
  margin: 13px 0; }

/* line 1027, styles.scss */
.news-block .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 1031, styles.scss */
.news-block .content .button {
  padding: 0;
  width: 100%; }

/* line 1035, styles.scss */
.product-block {
  margin-bottom: 20px;
  padding: 15px; }

/* line 1039, styles.scss */
.product-block .title {
  font-size: 15px;
  line-height: 22px; }

/* line 1043, styles.scss */
.product-block .title a {
  color: #454545; }

/* line 1047, styles.scss */
.product-block .price {
  font-size: 16px;
  font-weight: bold; }

/* line 1051, styles.scss */
.buyzone del, .product-block del {
  font-size: 13px;
  font-weight: bold;
  color: #454545; }

/* line 1056, styles.scss */
.product-block .old-price .price {
  color: #c53939; }

/* line 1059, styles.scss */
.product-block {
  position: relative; }

/* line 1062, styles.scss */
.status {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  text-align: left; }

/* line 1070, styles.scss */
.status span {
  text-transform: uppercase;
  color: #5bc47b;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px; }

/* line 1080, styles.scss */
.status .status-hit {
  width: 20px;
  height: 20px;
  background: url(status-hit.svg) top center no-repeat;
  position: absolute;
  right: 0;
  left: auto;
  top: 0; }

/* line 1090, styles.scss */
.status .status-hit span {
  display: none; }

/* line 1093, styles.scss */
.item-img .img, .product-block .img {
  display: block;
  width: 99%;
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden; }

/* line 1102, styles.scss */
.item-img .img {
  display: block;
  width: 87px;
  height: 0;
  padding-top: 87px;
  position: relative;
  margin-bottom: 0px;
  max-width: 87px;
  overflow: hidden;
  background: #fff; }

/* line 1113, styles.scss */
.product-block .product-hover {
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  color: #fff;
  background: transparent;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  z-index: 200;
  padding: 10%; }

/* line 1145, styles.scss */
.product-block .props {
  text-align: left;
  font-size: 13px;
  margin-top: 10px;
  width: 100%; }

/* line 1151, styles.scss */
.product-block .product-hover .button {
  background: #4ac4d6;
  padding: 0;
  width: 43px;
  font-size: 24px; }

/* line 1157, styles.scss */
.product-block:hover .product-hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8); }

/* line 1161, styles.scss */
.prod-price {
  white-space: nowrap;
  -ms-flex-item-align: inherit;
  -ms-grid-row-align: inherit;
  align-self: inherit;
  line-height: 43px;
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  border-top: 1px solid #4ac4d6; }

/* line 1172, styles.scss */
.prod-price-inner {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle; }

/* line 1177, styles.scss */
.prod-buyzone {
  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;
  width: 100%; }

/* line 1189, styles.scss */
.prod-qty {
  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;
  width: 100%; }

/* line 1201, styles.scss */
.prod-qty input {
  width: 61px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.24);
  border: 1px solid white;
  color: #fff;
  text-align: center; }

/* line 1209, styles.scss */
.prod-qty label {
  font-size: 13px; }

/* line 1212, styles.scss */
.item-img img, .product-block img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 1222, styles.scss */
.promo {
  margin: 20px 0 40px;
  background: transparent url("net.png") left top repeat;
  color: #fff;
  text-transform: uppercase; }

/* line 1228, styles.scss */
.promo .cell-7 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

/* line 1237, styles.scss */
.promo a {
  color: #fff; }

/* line 1240, styles.scss */
.promo-1 {
  background-color: #555357;
  font-size: 19px;
  width: 100%;
  padding: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 31px;
  position: relative;
  background-size: contain; }

/* line 1251, styles.scss */
.promo-1 .promo-text {
  width: 345px;
  position: absolute;
  bottom: 30px;
  left: 30px; }

/* line 1257, styles.scss */
.promo-2 {
  background-color: #4ac4d6;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
  line-height: 25px;
  background: #4ac4d6 url("icon-mail2.png") 125% 50% no-repeat; }

/* line 1266, styles.scss */
.promo-3 {
  background-color: #4e5f64;
  font-size: 16px;
  padding: 20px;
  line-height: 25px;
  position: relative;
  background: #4e5f64 url("icon-face.png") 125% 50% no-repeat; }

/* line 1274, styles.scss */
.promo-2 p, .promo-3 p {
  font-size: 16px;
  padding-bottom: 66px;
  max-width: 300px;
  margin: 0; }

/* line 1280, styles.scss */
.promo .button {
  height: 44px;
  display: inline-block;
  opacity: 0.97;
  background-color: white;
  line-height: 44px;
  color: #555;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 30px;
  position: absolute;
  right: 20px;
  bottom: 20px; }

/* line 1296, styles.scss */
.subscribe {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* line 1308, styles.scss */
.subscribe-text {
  line-height: 1.8; }

/* line 1311, styles.scss */
.subscribe-text p {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400; }

/* line 1317, styles.scss */
.subscribe-form {
  margin-top: -10px; }

/* line 1320, styles.scss */
.subscribe input {
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  height: 44px;
  line-height: 44px;
  width: 100%;
  font-family: inherit;
  font-weight: 300;
  padding: 0 20px;
  float: left;
  background: #f3f3f3;
  border: 1px solid #636363;
  font-size: 12px; }

/* line 1334, styles.scss */
.subscribe .input-wrap {
  padding: 30px 25px;
  background: #f3f3f3;
  width: 100%; }

/* line 1342, styles.scss */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.8;
  color: #4ac4d6; }

/* line 1354, styles.scss */
.social nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 1360, styles.scss */
.social nav a {
  color: #4ac4d6;
  font-size: 34px;
  margin: 0 10px;
  text-transform: uppercase; }

/* line 1366, styles.scss */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px; }

/* line 1373, styles.scss */
.promo .button:hover, .subscribe button:hover {
  opacity: 0.8; }

/* line 1376, styles.scss */
.italic {
  font-style: italic; }

/* line 1379, styles.scss */
.cols {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }

/* line 1387, styles.scss */
.button {
  height: 43px;
  line-height: 43px;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  background-color: #231f20;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 300;
  letter-spacing: 1px; }

/* line 1403, styles.scss */
.button:hover {
  opacity: 0.8; }

/* line 1406, styles.scss */
.main {
  margin-bottom: 50px; }

/* line 1409, styles.scss */
#map {
  background: #ccc;
  height: 332px; }

/* line 1414, styles.scss */
.ymaps-2-1-45-copyrights-pane {
  display: none !important; }

/* line 1417, styles.scss */
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

/* line 1423, styles.scss */
.contacts {
  background: #231f20; }

/* line 1426, styles.scss */
.contacts .wrapper {
  position: relative; }

/* line 1429, styles.scss */
.contacts-inner {
  position: relative; }

/* line 1432, styles.scss */
.contacts-bg {
  position: absolute;
  background: #231f20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 60%; }

/* line 1440, styles.scss */
.contacts .address {
  position: absolute;
  left: 0;
  top: -333px;
  bottom: 0;
  z-index: 1000;
  right: 65%;
  background: #231f20;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 60px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 1467, styles.scss */
.contacts .address p {
  font-size: 16px; }

/* line 1470, styles.scss */
.contacts .address > div {
  -ms-flex-item-align: start;
  align-self: flex-start; }

/* line 1476, styles.scss */
.contacts .heading {
  color: #383838;
  line-height: 130px;
  padding-bottom: 15px; }

/* line 1477, styles.scss */
.feat-1, .feat-2 {
  border-bottom: 1px solid #cccece; }

/* line 1480, styles.scss */
.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 1491, styles.scss */
.feat {
  width: 50%;
  margin-bottom: 30px; }

/* line 1494, styles.scss */
.feat p {
  padding-right: 20px;
  margin-bottom: 30px;
  font-size: 12px; }

/* line 1499, styles.scss */
.about {
  padding-bottom: 7%;
  padding-top: 2%; }

/* line 1503, styles.scss */
.about .heading {
  color: #444; }

/* line 1506, styles.scss */
.about .editor-content {
  padding-left: 30px;
  padding-top: 10px; }

/* line 1510, styles.scss */
.products {
  padding: 2% 0; }

/* line 1513, styles.scss */
.products .heading {
  color: #444; }

/* line 1516, styles.scss */
.brands {
  background: #eee;
  padding-top: 2%;
  padding-bottom: 2%; }

/* line 1521, styles.scss */
.brands .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1529, styles.scss */
.swiper-brands .swiper-slide {
  text-align: center; }

/* line 1532, styles.scss */
body .swiper-button-next {
  background: transparent;
  right: 0%; }

/* line 1537, styles.scss */
body .swiper-button-next:hover:before, body .swiper-button-next:hover:after {
  background: #4ac4d6; }

/* line 1540, styles.scss */
body .swiper-button-next:after {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 10px;
  background: #707070;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1551, styles.scss */
body .swiper-button-next:before {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  background: #707070;
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 1563, styles.scss */
body .swiper-button-prev {
  background: transparent;
  left: 0%; }

/* line 1568, styles.scss */
body .swiper-button-prev:hover:before, body .swiper-button-prev:hover:after {
  background: #4ac4d6; }

/* line 1571, styles.scss */
body .swiper-button-prev:after {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 10px;
  background: #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 1582, styles.scss */
body .swiper-button-prev:before {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  background: #707070;
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1593, styles.scss */
.swiper-container-wrap {
  padding: 0 4%;
  position: relative;
  margin: 10px 0; }

/* line 1598, styles.scss */
.swiper-slide .product-block {
  padding: 0; }

/* line 1601, styles.scss */
.brands .heading {
  color: #444; }

/* line 1604, styles.scss */
footer {
  padding-top: 65px;
  padding-bottom: 0px;
  position: relative; }

/* line 1609, styles.scss */
.footer-bottom {
  background: #f3f3f3; }

/* line 1612, styles.scss */
.footer-bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 20px;
  margin-top: 65px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1628, styles.scss */
.footer-bottom a {
  color: #454545; }

/* line 1631, styles.scss */
.footer-menus {
  padding-left: 40px; }

/* line 1634, styles.scss */
.wholesale-block a {
  display: block;
  color: #fff;
  margin-bottom: 10px; }

/* line 1639, styles.scss */
.wholesale-block a i {
  color: #4ac4d6;
  vertical-align: middle;
  font-size: 26px;
  width: 28px;
  margin-right: 7px; }

/* line 1646, styles.scss */
.payment {
  margin-left: 10%;
  white-space: nowrap; }

/* line 1650, styles.scss */
.payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1658, styles.scss */
.payment img {
  margin: 0 10px; }

/* line 1661, styles.scss */
footer nav {
  position: relative; }

/* line 1664, styles.scss */
footer nav a {
  display: block;
  padding: 7px 0;
  color: #525252;
  font-size: 13px;
  text-transform: uppercase; }

/* line 1671, styles.scss */
.callback, .decor-link {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #4ac4d6; }

/* line 1678, styles.scss */
.callback-modal {
  padding: 35px !important;
  max-width: 400px !important; }

/* line 1682, styles.scss */
.callback-modal h2 {
  margin-top: 0; }

/* line 1685, styles.scss */
.callback:hover, .decor-link:hover {
  border-bottom-color: transparent; }

/* line 1688, styles.scss */
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px; }

/* line 1697, styles.scss */
footer .logo span {
  vertical-align: top; }

/* line 1700, styles.scss */
footer .address-block {
  padding-right: 50px;
  background: transparent url("place.png") right top no-repeat;
  border-bottom: 1px dotted #888;
  margin-bottom: 25px; }

/* line 1706, styles.scss */
footer .address-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 0; }

/* line 1712, styles.scss */
footer .address-block p.small {
  color: #848484;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px; }

/* line 1718, styles.scss */
footer .phone {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
  color: #546469; }

/* line 1725, styles.scss */
.form-label {
  display: block;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px; }

/* line 1731, styles.scss */
.form-row input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 15px; }

/* line 1737, styles.scss */
.callback-modal {
  text-align: left; }

/* line 1740, styles.scss */
.is-error {
  border-color: red;
  outline-color: red; }

/* line 1744, styles.scss */
label.is-error {
  display: none !important; }

/* line 1747, styles.scss */
.breadcrumbs {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: -35px;
  height: 35px;
  line-height: 35px;
  position: relative;
  z-index: 100;
  text-align: right; }

/* line 1758, styles.scss */
.breadcrumbs span {
  color: #4ac4d6; }

/* line 1761, styles.scss */
.breadcrumbs a {
  color: #454545; }

/* line 1764, styles.scss */
.breadcrumbs a:hover {
  color: #4ac4d6; }

/* line 1767, styles.scss */
.template-cart .breadcrumbs {
  margin-bottom: 0; }

/* line 1770, styles.scss */
.cart-heading {
  padding: 35px 0; }

/* line 1773, styles.scss */
.cart-heading p {
  letter-spacing: normal; }

/* line 1776, styles.scss */
.template-cart header {
  margin-bottom: 0 !important; }

/* line 1779, styles.scss */
.cart-page {
  background: #f9f9f9; }

/* product page */
/* line 1784, styles.scss */
.big-img {
  border: 1px dotted #888;
  padding: 30px;
  display: block;
  margin-bottom: 20px; }

/* line 1790, styles.scss */
.product-page .decor {
  margin-bottom: 20px; }

/* line 1793, styles.scss */
.big-img img {
  display: block;
  width: 100%; }

/* line 1797, styles.scss */
.gallery {
  margin-bottom: 20px; }

/* line 1800, styles.scss */
.gallery a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border: 1px dotted #888; }

/* line 1808, styles.scss */
.gallery img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 1818, styles.scss */
.gallery a:hover {
  opacity: 0.8; }

/* line 1821, styles.scss */
.photo .mz-thumb-selected img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

/* line 1825, styles.scss */
.product-info h1 {
  font-size: 18px;
  font-weight: normal; }

/* line 1829, styles.scss */
.avl {
  font-size: 16px; }

/* line 1832, styles.scss */
.avl i {
  background: #beae60;
  color: #fff;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  line-height: 26px;
  text-align: center; }

/* line 1842, styles.scss */
.product-info .props, .product-info .sku {
  color: #868686;
  font-size: 15px; }

/* line 1846, styles.scss */
.options {
  padding: 25px 0;
  border-top: 1px dotted #888;
  margin-top: 35px;
  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; }

/* line 1860, styles.scss */
.buyzone {
  padding: 25px 20px;
  background: #f7f7f7;
  margin-bottom: 50px;
  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; }

/* line 1874, styles.scss */
.buyzone label, .options label {
  font-size: 11px;
  color: #909090;
  margin-right: 20px; }

/* line 1879, styles.scss */
.qty input {
  max-width: 80px;
  height: 35px;
  width: 60%;
  border: 1px solid #ccc;
  text-align: center;
  background: transparent;
  min-width: 35px;
  font-size: 13px;
  margin-right: 10px; }

/* line 1890, styles.scss */
.options select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("select.png") right center no-repeat;
  border: 0;
  font-size: 15px;
  color: #414a51;
  padding-right: 35px; }

/* line 1900, styles.scss */
.buyzone .price {
  color: #414a51;
  font-size: 24px;
  font-weight: 700;
  display: inline-block; }

/* line 1906, styles.scss */
.tabs {
  margin-bottom: 20px; }

/* line 1909, styles.scss */
.tabs-content .tab-content {
  display: none; }

/* line 1912, styles.scss */
.tabs-content .tab-content:first-child {
  display: block; }

/* line 1915, styles.scss */
.tabs-head {
  border-bottom: 1px dotted #888;
  padding: 20px 0;
  text-transform: uppercase;
  margin-bottom: 25px; }

/* line 1921, styles.scss */
.tabs-head a {
  display: inline-block;
  margin-right: 20px; }

/* line 1925, styles.scss */
.tabs-head a.active, .tabs-head a:hover {
  color: #4ac4d6; }

/* line 1928, styles.scss */
.star-rating:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
  font-size: 0;
  vertical-align: top;
  width: 100%; }

/* line 1937, styles.scss */
.star-rating .star-radio {
  display: none; }

/* line 1940, styles.scss */
.star-rating .star-radio:checked ~ .star-label:after, .star-rating .star-radio:hover ~ .star-label:after {
  content: ""; }

/* line 1943, styles.scss */
.star-rating .star-radio:hover ~ .star-label:after {
  color: #4ac4d6 !important; }

/* line 1946, styles.scss */
.star-rating .star-radio:checked ~ .star-label:after {
  color: #8b0000; }

/* line 1949, styles.scss */
.star-rating .star-label {
  cursor: pointer; }

/* line 1952, styles.scss */
.star-rating .star-label:after {
  color: #daa520;
  content: "";
  display: inline-block;
  font-family: "FontAwesome"; }

/* line 1958, styles.scss */
.star-rating .star-label:hover:after {
  color: gold; }

/* line 1961, styles.scss */
.star-rating .star-label.active ~ .star-label:after, .star-rating .star-label.active:after {
  content: ""; }

/* line 1964, styles.scss */
.star-rating .star-item {
  color: #daa520;
  float: right;
  overflow: hidden; }

/* line 1969, styles.scss */
.star-rating .star-item:after {
  content: "";
  display: inline-block;
  font-family: "FontAwesome"; }

/* line 1974, styles.scss */
.star-rating .star-item.active ~ .star-item:after, .star-rating .star-item.active:after {
  color: #8b0000;
  content: ""; }

/* line 1978, styles.scss */
.form-row {
  margin-bottom: 20px; }

/* line 1981, styles.scss */
.form-row input {
  border: 1px solid #888; }

/* line 1984, styles.scss */
.form-row textarea {
  width: 100%;
  border: 1px solid #888;
  height: 100px; }

/* line 1989, styles.scss */
#review-form {
  width: 60%;
  padding-top: 20px; }

/*=========================================
COLLAPSE
=========================================*/
/* line 1998, styles.scss */
[data-toggle="collapse"]:after {
  content: ' \f0d7';
  display: inline;
  font-family: "FontAwesome"; }

/* line 2003, styles.scss */
[data-toggle="collapse"].active:after {
  content: ' \f0d8'; }

/* line 2006, styles.scss */
.collapse.in {
  max-height: 3000px; }

/* line 2009, styles.scss */
.collapse {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height; }

/* line 2015, styles.scss */
#review-form {
  display: none; }

/* line 2018, styles.scss */
#review-form.in {
  display: block !important; }

/* line 2021, styles.scss */
.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 2026, styles.scss */
.star-rating label {
  margin-right: 2px; }

/* line 2029, styles.scss */
.star-rating label:first-child {
  margin-right: 20px; }

/* line 2032, styles.scss */
.star-rating span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 2041, styles.scss */
.item-sku {
  color: #a3a3a3;
  font-size: 12px; }

/* line 2045, styles.scss */
.item-price {
  font-size: 15px;
  font-weight: bold; }

/* line 2049, styles.scss */
.item-del a {
  font-size: 34px;
  display: inline-block;
  color: #454545; }

/* line 2054, styles.scss */
.cart-table {
  font-size: 13px;
  letter-spacing: normal; }

/* line 2058, styles.scss */
.cart-table .cart-row {
  padding: 20px;
  border-top: 1px solid #e6e6e6; }

/* line 2062, styles.scss */
.cart-table .item-title p {
  margin-top: 0;
  margin-bottom: 10px; }

/* line 2066, styles.scss */
.cart-table .item-title strong {
  font-size: 16px; }

/* line 2069, styles.scss */
.cart-table .button {
  width: 162px;
  height: 55px;
  background-color: #231f20;
  font-size: 15px; }

/* line 2075, styles.scss */
.cart-foot .row {
  margin: 0 !important; }

/* line 2078, styles.scss */
.total-summ {
  text-align: left;
  line-height: 20px;
  margin-right: 54px; }

/* line 2083, styles.scss */
.total-summ .summ-number {
  font-size: 17px;
  font-weight: bold; }

/* line 2087, styles.scss */
.cart-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2092, styles.scss */
.cart-row > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2097, styles.scss */
.cart-head {
  opacity: 0.75;
  color: #909090;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: -15px; }

/* line 2104, styles.scss */
.cart-body {
  margin-bottom: 34px; }

/* line 2107, styles.scss */
.cart-page {
  padding-bottom: 40px; }

/* line 2110, styles.scss */
.filter {
  margin-bottom: 15px; }

/* line 2113, styles.scss */
.filter .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 2118, styles.scss */
.filter-toggle {
  padding: 15px;
  color: #333;
  border: 1px solid #f2f2f2;
  display: block;
  width: 100%; }

/* line 2125, styles.scss */
.filter-toggle i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 5px; }

/* line 2130, styles.scss */
.filter-props {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 2141, styles.scss */
.filter-props label {
  margin-right: 30px; }

/* line 2144, styles.scss */
.filter .selectric .button {
  background: url("select2.png") 50% 55% no-repeat transparent;
  width: 42px;
  height: 53px;
  padding: 0; }

/* line 2150, styles.scss */
.selectric .button:after {
  display: none; }

/* line 2153, styles.scss */
.filter .selectric-wrapper {
  margin: 0; }

/* line 2156, styles.scss */
.selectric-items li {
  word-wrap: break-word; }

/* line 2159, styles.scss */
.filter .selectric {
  border: 0;
  background: #fff; }

/* line 2163, styles.scss */
.filter-props .selectric .label {
  border: 0;
  height: 59px;
  line-height: 59px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 42px 0 15px; }

/* line 2173, styles.scss */
.filter .selectric-open .selectric {
  background: #f2f2f2; }

/* line 2176, styles.scss */
.filter .selectric-items {
  border: 0;
  background: #f2f2f2; }

/* line 2180, styles.scss */
.filter .selectric-items li {
  font-size: 13px;
  text-transform: uppercase;
  color: #8a8a8a; }

/* line 2185, styles.scss */
.filter .selectric-items li:hover {
  background: #f2f2f2;
  color: #4ac4d6; }

/* line 2189, styles.scss */
.filter .selectric-items li.highlighted {
  background: #f2f2f2; }

/* line 2192, styles.scss */
.filter label {
  color: #848484;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase; }

/* line 2198, styles.scss */
.filter-catalog a {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 20px; }

/* line 2203, styles.scss */
.filter-catalog a.active, .filter-catalog a:hover {
  color: #4ac4d6;
  text-decoration: underline; }

/* line 2207, styles.scss */
.cancel-filter {
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  white-space: nowrap; }

/* line 2214, styles.scss */
.cancel-filter:after {
  content: "✕";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -1px;
  right: 0; }

/* line 2223, styles.scss */
.cancel-filter:hover {
  color: #4ac4d6; }

/* sorting */
/* line 2229, styles.scss */
.sorting .selectric .button {
  background: url("select2.png") 50% 55% no-repeat transparent;
  width: 42px;
  height: 19px;
  padding: 0; }

/* line 2235, styles.scss */
.selectric .button:after {
  display: none; }

/* line 2238, styles.scss */
.sorting .selectric-wrapper {
  margin: 0; }

/* line 2241, styles.scss */
.sorting .selectric {
  border: 0;
  background: transparent; }

/* line 2245, styles.scss */
.sorting .selectric .label {
  border: 0;
  height: auto;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 42px 0 15px;
  color: #4ac4d6; }

/* line 2253, styles.scss */
.sorting .selectric-open .selectric {
  background: transparent; }

/* line 2256, styles.scss */
.sorting .selectric-items {
  border: 0;
  background: #f2f2f2; }

/* line 2260, styles.scss */
.sorting .selectric-items li {
  font-size: 13px;
  text-transform: uppercase;
  color: #8a8a8a; }

/* line 2265, styles.scss */
.sorting .selectric-items li:hover {
  background: #f2f2f2;
  color: #4ac4d6; }

/* line 2269, styles.scss */
.sorting .selectric-items li.highlighted {
  background: #f2f2f2; }

/* line 2272, styles.scss */
.sorting {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2287, styles.scss */
.prods-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 2292, styles.scss */
.sorting input[type="checkbox"] {
  display: none; }

/* line 2295, styles.scss */
.color {
  color: #4ac4d6;
  font-weight: normal; }

/* line 2299, styles.scss */
.prods-count, .prods-show {
  margin-left: 20px; }

/* line 2302, styles.scss */
.prods-show label {
  cursor: pointer; }

/* line 2305, styles.scss */
.prods-show label:hover {
  color: #4ac4d6; }

/* line 2309, styles.scss */
.pagination {
  margin-left: 30px; }

/* line 2312, styles.scss */
.pagination a {
  color: #454545; }

/* line 2315, styles.scss */
.pagination a:hover {
  color: #4ac4d6; }

/* line 2318, styles.scss */
.pagination > * {
  padding: 0 3px;
  display: inline-block; }

/* line 2323, styles.scss */
.pagination span {
  color: #4ac4d6;
  position: relative; }

/* line 2328, styles.scss */
.bottom-pagination .pagination {
  margin-left: 0;
  text-align: right;
  padding: 20px 0; }

/* line 2333, styles.scss */
.tooltipster-content .editor-content p, .tooltipster-content .editor-content {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: normal; }

/* line 2340, styles.scss */
.tooltip {
  cursor: help; }

/* line 2343, styles.scss */
.products-table {
  font-size: 13px; }

/* line 2346, styles.scss */
.products-table .image img {
  cursor: pointer; }

/* line 2349, styles.scss */
.products-table .body .row:hover {
  background: #f6f6f6; }

/* line 2352, styles.scss */
.products-table .head {
  opacity: 0.7;
  border-top: 1px solid #e3e3e3; }

/* line 2356, styles.scss */
.products-table .row div {
  width: 8.444%;
  padding: 0 1%;
  white-space: nowrap; }

/* line 2362, styles.scss */
.products-table-default.products-table .row div.title {
  width: 40%; }

/* line 2365, styles.scss */
.products-table-default.products-table .row div {
  width: 20%;
  padding: 0 1%;
  word-wrap: break-word; }

/* line 2370, styles.scss */
.products-table-special.products-table .row div {
  width: 9.56%; }

/* line 2373, styles.scss */
.products-table-special.products-table .row div.title {
  width: 23.5%; }

/* line 2376, styles.scss */
.products-table .row div.title {
  width: 24%;
  white-space: normal;
  word-wrap: break-word; }

/* line 2381, styles.scss */
.products-table .quantity input {
  width: 100%;
  text-align: center;
  height: 27px;
  line-height: 27px;
  border: 1px solid #ccc;
  max-width: 60px; }

/* line 2389, styles.scss */
.products-table .body .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

/* line 2395, styles.scss */
.products-table .row {
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 0; }

/* line 2399, styles.scss */
.products-table .total-price {
  font-weight: bold; }

/* line 2402, styles.scss */
.products-table .title a {
  color: #454545; }

/* line 2405, styles.scss */
.products-table .title a:hover, .products-table .row.active .title a {
  color: #4ac4d6; }

/* line 2408, styles.scss */
.products-table .title a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

/* line 2418, styles.scss */
.products-table .title a:before {
 /* content: "\f06e";
  display: block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 6px;
font-size: 22px;
margin-top: -2px;*/ }

/* line 2430, styles.scss */
.products-table .cart-buy a {
  font-size: 22px;
  color: #454545; }

/* line 2434, styles.scss */
.products-table .cart-buy a:hover, .products-table .row.active .cart-buy a {
  color: #4ac4d6; }

/* line 2437, styles.scss */
.products-table .row.active {
  background: #f6f6f6; }

/* line 2440, styles.scss */
.products-table .body .row div.price, .products-table .body .row div.total-price {
  white-space: nowrap;
  word-wrap: normal;
  font-weight: bold;
  font-size: 14px; }

/* line 2446, styles.scss */
.products-table .body .row div.price {
  color: #6c6c6c; }

/* line 2449, styles.scss */
.products-table .body .row div.price.active {
  color: #454545; }

/* line 2452, styles.scss */
.product-popup .prod-info-bg {
  background: #f9f9f9; }

/* line 2455, styles.scss */
.product-popup .prod-info {
  text-align: left;
  padding: 25px;
  font-size: 14px;
  line-height: 1.8; }

/* line 2462, styles.scss */
.product-popup .props {
  word-wrap: break-word;
  margin-top: 20px; }

/* line 2466, styles.scss */
.product-popup .props .cell-5 {
  opacity: 0.7; }

/* line 2469, styles.scss */
.product-popup .props .row {
  padding: 7px 0;
  border-bottom: 1px solid #e1e1e1; }

/* line 2473, styles.scss */
.product-popup .prod-share {
  text-transform: uppercase;
  color: #767474;
  line-height: 43px; }

/* line 2478, styles.scss */
.product-popup .prod-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2486, styles.scss */
.product-popup .prod-img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

/* line 2491, styles.scss */
.product-popup .props .row:last-child {
  border-bottom: 0; }

/* line 2494, styles.scss */
.remodal-overlay {
  background: transparent; }

/* line 2497, styles.scss */
.remodal {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  padding-right: 15px; }

/* line 2502, styles.scss */
.remodal-close {
  left: auto;
  right: 0; }

/* line 2507, styles.scss */
body .ya-share2__container_size_m .ya-share2__popup_direction_bottom {
  top: auto;
  bottom: 28px; }

/* line 2511, styles.scss */
body .ya-share2__icon_more:before {
  content: "\f1e0";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #767474; }

/* line 2521, styles.scss */
body .ya-share2__container_size_m .ya-share2__icon_more:before {
  font-size: 18px;
  line-height: 24px; }

/* line 2525, styles.scss */
#ya-share {
  text-align: left;
  display: inline-block;
  text-transform: none; }

/* line 2530, styles.scss */
body .ya-share2__icon_more {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  position: relative;
  top: -3px; }

@media only screen and (min-width: 641px) {
  /* line 2540, styles.scss */
  .remodal {
    max-width: 825px; } }
/* line 2548, styles.scss */
#comment_form .form-row {
  margin-left: -10px; }

/* line 2551, styles.scss */
.alertify-notifier .ajs-message.ajs-success {
  background: #4ac4d6; }

@media (max-width: 1250px) {
  /* line 2556, styles.scss */
  .footer-menus {
    padding-left: 10px; }

  /* line 2559, styles.scss */
  .footer-bottom .wrapper {
    padding-left: 20px; }

  /* line 2562, styles.scss */
  footer {
    padding-top: 4%; }

  /* line 2565, styles.scss */
  .footer-bottom .wrapper {
    margin-top: 4%; }

  /* line 2568, styles.scss */
  .subscribe-line [class*="cell-"] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  /* line 2573, styles.scss */
  .subscribe-line .cell-5 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 2578, styles.scss */
  .feat {
    width: 100%; }

  /* line 2581, styles.scss */
  .feat-3, .feat-4 {
    border-bottom: 1px solid #cccece; }

  /* line 2584, styles.scss */
  .news-block .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  /* line 2592, styles.scss */
  .news-block .image img {
    margin: 0; }

  /* line 2595, styles.scss */
  .swiper-container-wrap {
    margin: 4% 0; }

  /* line 2598, styles.scss */
  header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2608, styles.scss */
  header .slogan {
    line-height: 1.4; }

  /* line 2611, styles.scss */
  .slider-block {
    font-size: 34px;
    line-height: 1.4; }

  /* line 2615, styles.scss */
  .slider a {
    height: 450px; }

  /* line 2618, styles.scss */
  .products-table .row div {
    width: 9.5%;
    padding: 0 1%;
    white-space: nowrap; }

  /* line 2624, styles.scss */
  .products-table-default.products-table .row div.title {
    /*width: auto!important;*/
    padding: 0 1%;
    word-wrap: break-word; }

  /* line 2629, styles.scss */
  .products-table-default.products-table .row div {
    /*width: auto!important;*/
    padding: 0 1%;
    word-wrap: break-word; }

  /* line 2634, styles.scss */
  .products-table-default.products-table .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2640, styles.scss */
  .products-table-special.products-table .row div {
    width: 13%; }

  /* line 2643, styles.scss */
  .products-table-special.products-table .row div.title {
    width: 35%; } }
@media (max-width: 1100px) {
  /* line 2650, styles.scss */
  .breadcrumbs {
    margin-bottom: 0; }

  /* line 2653, styles.scss */
  h1 {
    margin-bottom: 0.5em; }

  /* line 2656, styles.scss */
  .mobile-logo {
    display: block !important;
    /*margin-right: 20px;*/ }

  /* line 2660, styles.scss */
  .mobile-logo img {
    max-height: 90px;
    display: block; }

  /* line 2664, styles.scss */
  .mobile-cart, .mobile-search-toggle {
    display: block; }

  /* line 2667, styles.scss */
  .template-index header {
    margin-bottom: -114px; }

  /* line 2670, styles.scss */
  header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
    padding-right: 60px; }

  /* line 2678, styles.scss */
  #sidemenu {
    /*  height: 40px;
      width: 40px;
      overflow: hidden;*/
    left: -210px; }

  /* line 2685, styles.scss */
  #sidemenu.opened {
    width: 210px;
    height: 100%;
    overflow: visible; }

  /* line 2690, styles.scss */
  .sidemenu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2696, styles.scss */
  .site-wrapper {
    margin-left: 0; } }
@media (max-width: 1024px) {
  /* line 2701, styles.scss */
  .item-img .img {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    overflow: hidden;
    background: #fff; }

  /* line 2712, styles.scss */
  .cart-row .item-img {
    padding: 0; }

  /* line 2715, styles.scss */
  .products-table .row div {
    /*width: 10.9%;*/ } }
@media (max-width: 768px) {
  /* line 2721, styles.scss */
  .cart-heading {
    padding: 20px 0; }

  /* line 2724, styles.scss */
  .qty input {
    margin-right: 0; }

  /* line 2727, styles.scss */
  .cart-row .item-img {
    padding-bottom: 20px; }

  /* line 2730, styles.scss */
  .products-table .title a:before {
    display: none; }

  /* line 2733, styles.scss */
  .products-table .row div.title {
    width: 30%; }

  /* line 2736, styles.scss */
  .products-table .row div.image {
    width: 20%; }

  /* line 2739, styles.scss */
  .products-table-special.products-table .row div.title {
    width: 30%; }

  /* line 2742, styles.scss */
  .products-table-special.products-table .row div {
    width: 12.5%; }

  /* line 2745, styles.scss */
  .products-table .row div {
    width: 16.6666%; }

  /* line 2750, styles.scss */
  .top-pagination {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 1.25em; }

  /* line 2756, styles.scss */
  .sorting {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 2760, styles.scss */
  .pagination {
    margin-left: 0; }

  /* line 2763, styles.scss */
  .filter-props {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-top-color: #fff;
    margin-top: -1px; }

  /* line 2776, styles.scss */
  .sorting {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px; }

  /* line 2783, styles.scss */
  .catalog {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }

  /* line 2789, styles.scss */
  .catalog.mobile-hide {
    left: 0; }

  /* line 2793, styles.scss */
  .heading {
    font-size: 40px; }

  /* line 2796, styles.scss */
  header .phone-content a {
    font-size: 16px; }

  /* line 2799, styles.scss */
  header .social {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    padding: 0; }

  /* line 2807, styles.scss */
  header .phone-content {
    padding: 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 2815, styles.scss */
  .template-index header {
    height: auto;
    line-height: 1.4; }

  /* line 2819, styles.scss */
  header {
    padding: 20px 60px; }

  /* line 2822, styles.scss */
  header .phone {
    position: absolute;
    top: 0;
    right: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 2844, styles.scss */
  .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 2853, styles.scss */
  .slider-block {
    font-size: 18px;
    width: 55%;
    left: 0;
    top: 0; }

  /* line 2859, styles.scss */
  .slider .swiper-pagination {
    text-align: left;
    top: -30px;
    left: 30px; }

  /* line 2864, styles.scss */
  .slider a {
    height: 0px;
    padding-bottom: 35%; }

  /* line 2868, styles.scss */
  .slider a .wrapper {
    display: block;
    height: 100%;
    padding-top: 0; }

  /* line 2873, styles.scss */
  .template-index header {
    margin-bottom: 0; }

  /* line 2877, styles.scss */
  .footer-bottom .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 2883, styles.scss */
  .payment {
    margin-left: 0;
    white-space: normal; }

  /* line 2887, styles.scss */
  .contacts-bg {
    display: none; }

  /* line 2890, styles.scss */
  .contacts .address {
    position: static;
    padding: 5% 3%; }

  /* line 2894, styles.scss */
  .about .editor-content {
    padding-left: 0; }

  /* line 2897, styles.scss */
  .about {
    padding-bottom: 0; }

  /* line 2900, styles.scss */
  .feat {
    width: 50%; }

  /* line 2903, styles.scss */
  .feat-3, .feat-4 {
    border-bottom: 0;
    margin-bottom: 15px; }

  /* line 2907, styles.scss */
  body .swiper-button-prev {
    left: 0; }

  /* line 2910, styles.scss */
  body .swiper-button-next {
    right: 0; } }
@media (max-width: 600px) {
  /* line 2915, styles.scss */
  .cat-title {
    display: none; } }
@media screen and (max-width: 1100px) {
  /* line 2920, styles.scss */
  a.whatsapp_icon.w_show {
    display: none; }

  /* line 2924, styles.scss */
  .catalog ul ul {
    max-width: 100% !important;
    min-width: 100% !important; }

  /* line 2928, styles.scss */
  .catalog .brands-subcat li {
    border: 0;
    font-size: 1.3em;
    padding: 10px;
    width: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    min-width: 80px; }

  /* line 2937, styles.scss */
  .catalog ul li.opened .catalog-sub {
    overflow: visible;
    max-width: 85vw !important;
    min-width: calc(100vw - 340px) !important; }

  /* line 2942, styles.scss */
  .catalog ul .brands-subcat {
    padding: 10px 10px 0 20px; } }
@media (max-width: 480px) {
  /* line 2947, styles.scss */
  .catalog_icon img {
    position: relative;
    z-index: 9999;
    max-width: 70px;
    max-height: 70px;
    margin-top: -33px;
    margin-left: 39px; }

  /* line 2955, styles.scss */
  .catalog_icon {
    position: absolute;
    overflow: visible;
    top: 50%;
    z-index: 1;
    left: 50%; }

  /* line 2962, styles.scss */
  .catalog ul li li {
    width: 100%; }

  /* line 2965, styles.scss */
  .search-modal input {
    width: 180px; }

  /* line 2968, styles.scss */
  .catalog .brands-subcat li {
    border: 0;
    font-size: 1.3em;
    padding: 10px;
    width: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    min-width: 80px; }

  /* line 2978, styles.scss */
  .products-table-special.products-table .row div {
    width: 16.666%; }

  /* line 2981, styles.scss */
  .cart-row .item-packsize {
    padding-left: 0;
    padding-right: 0; }

  /* line 2985, styles.scss */
  .cart-row .item-price {
    padding: 0;
    padding-top: 10px; }

  /* line 2989, styles.scss */
  .top-pagination {
    font-size: 1.5em; }

  /* line 2992, styles.scss */
  .prods-sort {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 2998, styles.scss */
  .prods-count, .prods-show {
    display: none; }

  /* line 3001, styles.scss */
  .catalog ul .brands-subcat {
    padding: 10px 10px 0 20px; }

  /* line 3004, styles.scss */
  .catalog ul li.opened .catalog-bg {
    max-width: 27px;
    right: -27px; }

  /* line 3008, styles.scss */
  .sub-toggle {
    right: -37px; }

  /* line 3011, styles.scss */
  .catalog ul ul {
    max-width: 230px; }

  /* line 3014, styles.scss */
  .brands .swiper-brands-prev, .brands .swiper-brands-next {
    display: none; }

  /* line 3018, styles.scss */
  .brands .swiper-container-wrap {
    padding: 0; }

  /* line 3021, styles.scss */
  .news .swiper-container-wrap {
    padding: 0;
    padding-bottom: 20px; }

  /* line 3025, styles.scss */
  .blog .nav {
    display: none; }

  /* line 3028, styles.scss */
  .payment img {
    margin: 0 5px; }

  /* line 3031, styles.scss */
  .header-inner img {
    max-height: 80px;
    margin: 0 auto;
    margin-bottom: 20px; }

  /* line 3036, styles.scss */
  .header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 3041, styles.scss */
  .subscribe-line .cell-6 {
    padding-left: 0; }

  /* line 3044, styles.scss */
  header .phone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0 0;
    position: static; }

  /* line 3052, styles.scss */
  header .phone-content {
    text-align: center;
    padding-left: 0px; }

  /* line 3056, styles.scss */
  header .phone i {
    display: none; }

  /* line 3059, styles.scss */
  header .social {
    display: none; }

  /* line 3062, styles.scss */
  .subscribe-line [class*="cell-"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 3067, styles.scss */
  .feat {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px !important; }

  /* line 3080, styles.scss */
  .feat p {
    padding-right: 20px;
    margin-bottom: 30px;
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 30px;
    margin-top: 0; }

  /* line 3088, styles.scss */
  .feat-4 {
    margin-bottom: 30px; }

  /* line 3091, styles.scss */
  .feat-3 {
    border-bottom: 1px solid #cccece;
    margin-bottom: 30px; } }
/* line 3098, styles.scss */
.mobile-header {
  display: none;
  background: #231f20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  text-align: center; }

/* line 3109, styles.scss */
.mobile-header .phone a, .mobile-header .phone i {
  color: #fff; }

@media (max-width: 1100px) {
  /* line 3113, styles.scss */
  body {
    padding-top: 40px !important; }

  /* line 3116, styles.scss */
  .mobile-header {
    display: block;
    z-index: 500; } }
@media (max-width: 350px) {
  /* line 3122, styles.scss */
  .mobile-header .phone i {
    display: none; }

  /* line 3125, styles.scss */
  .mobile-header .phone {
    font-size: 14px; } }
/* line 3130, styles.scss */
.sub-brands {
  text-align: center;
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0; }

/* line 3137, styles.scss */
.sub-brands li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  width: 19%;
  padding: 0 10px;
  margin-bottom: 20px; }

/* line 3146, styles.scss */
.sub-brands .sub-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 10px; }

/* line 3153, styles.scss */
.sub-brands .sub-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%; }

/* line 3164, styles.scss */
.sub-brands span {
  font-size: 16px; }

@media all and (max-width: 768px) {
  /* line 3169, styles.scss */
  .sub-brands li {
    width: 24%; } }
@media all and (max-width: 550px) {
  /* line 3174, styles.scss */
  .sub-brands li {
    width: 32%; } }
@media all and (max-width: 400px) {
  /* line 3179, styles.scss */
  .sub-brands li {
    width: 49%; } }
/* line 3183, styles.scss */
.product-popup .props {
  opacity: 0; }

/* line 3186, styles.scss */
.catalog_icon img {
  position: relative;
  z-index: 9999;
  max-width: 100px;
  max-height: 100px;
  margin-top: -45px;
  margin-right: -25px; }

/* line 3194, styles.scss */
.catalog_icon {
  position: absolute;
  overflow: visible;
  top: 50%;
  z-index: 1;
  right: 0; }

/* line 3201, styles.scss */
.sub_icon {
  position: relative; }

/* line 3204, styles.scss */
section#brands img {
  max-width: 100px;
  max-height: 100px; }

/* line 3209, styles.scss */
.button_blue {
  background-color: #4ac4d6;
  color: #1a1819;
  font-weight: bold; }
