@font-face {
  font-family: "RobotoCondensedBold";
  src: url(../fonts/Roboto/RobotoCondensed-Bold.ttf); }

@font-face {
  font-family: "RobotoCondensedLight";
  src: url(../fonts/Roboto/RobotoCondensed-Light.ttf); }

@font-face {
  font-family: "RobotoCondensedRegular";
  src: url(../fonts/Roboto/RobotoCondensed-Regular.ttf); }

@font-face {
  font-family: "RobotoRegular";
  src: url(../fonts/Roboto/Roboto-Regular.ttf); }

@font-face {
  font-family: "RobotoMedium";
  src: url(../fonts/Roboto/Roboto-Medium.ttf); }

@font-face {
  font-family: "RobotoBold";
  src: url(../fonts/Roboto/Roboto-Bold.ttf); }

.owl-carousel {
    display: block !important;
}
.owl-carousel .item {
    display: inline-block;
}
.clear-button, .pages-body .desc-div .others-products .slides button {
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer; }

.desc-select {
  display: inline-block;
  padding-right: 20px;
  font-size: 1.3rem;
  font-family: "RobotoCondensedBold";
}

.filter-button-show {
  display: none;
}

.filter-out {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.filter-out > div {
  border: 1px solid #ddd;
  transition: 0.5s;
  text-align: center;
  padding: 30px 0;
}

.filter-out-parent .filter-out {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  transform: translateY(250px);
}

.filter-out-parent {
  /*transition: 0.3s ease;*/
  overflow: hidden;
  /*opacity: 0;*/
}

.show-more {
  width: 100%;
  height: 43px;
  font-size: 1rem;
  margin-top: 20px;
  border: 0px solid deeppink;
  background: deeppink;
  text-transform: uppercase;
  font-family: RobotoBold;
  color: white;
  cursor: pointer;
  display: none;
}

.show-more:hover {
  background: #d80d7b;
}

.filter-out-parent.active {
  /*opacity: 1;*/
}

.filter-out-parent.active .filter-out {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.filter-out > div img {
  max-width: 200px;
  display: inline-block;
}

.filter-out a {
  color: #333;
  text-decoration: none;
}

.filter-out > div strong {
  display: block;
  font-weight: normal;
  font-family: RobotoMedium;
  width: 100%;
  min-height: 50px;
}

.left-filter {
  background-color: #f2f2f2;
  padding: 10px;
}

.left-filter h3 {
  background-color: #fff;
  display: block;
  padding: 10px;
  font-weight: normal;
  margin: 0;
  font-family: "RobotoCondensedBold";
}

.left-filter ul {
  padding: 0;
  list-style-type: none;
}

.left-filter .labels {
  background-color: #fff;
  padding: 10px;
  margin: 10px 0;
}

.left-filter .labels li {
  display: block;
  padding: 5px;
  transition: 0.3s ease;
}

.left-filter label {
  display: block;
  padding-left: 30px;
  cursor: pointer;
}

.left-filter li:hover {
  background-color: #f2f2f2;
}

.left-filter input[type="checkbox"]:before {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #bdbdbc;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f6f6f6;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkbox-ajax {
  position: relative;
  padding: 0;
  outline: none;
  float: left;
  width: 0;
  margin: 0;
}

.checkbox-ajax:checked + label:before {
  background-color: #a33a93;
  border-color: #a33a93;
}

.checkbox-ajax:not(checked) + label {
  position: relative;
}

.checkbox-ajax:not(checked) + label:before {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #bdbdbc;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f6f6f6;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.filter-out > div span {
  border: 2px solid deeppink;
  padding: 8px 15px;
  background-color: deeppink;
  color: #fff;
  font-size: 0.9rem;
  font-family: RobotoMedium;
  -webkit-border-radius: 0 20px;
  border-radius: 0 20px;
  display: inline-block;
  margin: 5px 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.relative {
  position: relative;
}
.loader {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  height: 100vh;
  transition: 0.5s;
  display: grid;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 25;
  align-content: center;
}

.loader.visible {
  visibility: visible;
  opacity: 1;
}

#loader {
  /*display: block;*/
  /*position: absolute;*/
  /*left: 43%;*/
  /*top: 18%;*/

  width: 150px;
  height: 150px;
  /*transform: translateX(-50%) translateY(-50%);*/
  /*margin: -75px 0 0 -75px;*/
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.filter-empty-products {
  text-align: center;
  font-size: 2rem;
  padding: 40px 10px;
  text-transform: uppercase;
  font-family: "RobotoCondensedBold";
  color: #a33a93;
  display: none;
}
.filter-empty-products.active {
  display: block;
}
@-webkit-keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.button-bordered, .pages-body .products-list .one-div div a, .pages-body .product-info div:last-child a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #fff;
  padding: 8px 20px;
  font-size: 0.9rem;
  margin-top: 20px;
  font-family: RobotoMedium;
  -webkit-border-radius: 0 20px;
          border-radius: 0 20px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative; }

.bg-grey {
  background-color: #3A3A3A;
  overflow: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  .bg-grey .light-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  .bg-grey .menu-right {
    background-image: url("../img/home/bg-home-right.jpg");
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px;
    z-index: 15;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
    .bg-grey .menu-right h3 {
      color: #fff;
      margin: 0;
      font-weight: normal;
      font-family: "RobotoMedium";
      font-size: 1.4rem;
      line-height: 30px; }
    .bg-grey .menu-right nav.main ul {
      margin: 30px 0;
      padding: 20px 0;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      list-style-type: none; }
      .bg-grey .menu-right nav.main ul li {
        display: block; }
        .bg-grey .menu-right nav.main ul li a {
          display: block;
          padding: 10px 0;
          font-size: 1.2rem;
          text-transform: uppercase;
          color: #fff;
          text-decoration: none;
          position: relative;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          padding: 15px 0; }
          .bg-grey .menu-right nav.main ul li a i {
            visibility: hidden;
            position: absolute;
            left: -20px;
            top: 16px;
            opacity: 0;
            -webkit-transform: scale(0.7);
                -ms-transform: scale(0.7);
                    transform: scale(0.7);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .bg-grey .menu-right nav.main ul li a:hover {
            padding-left: 20px; }
            .bg-grey .menu-right nav.main ul li a:hover i {
              visibility: visible;
              left: 0;
              opacity: 1;
              -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                      transform: scale(1); }
    .bg-grey .menu-right .social ul {
      margin: 0;
      padding: 0; }
      .bg-grey .menu-right .social ul li {
        display: inline-block; }
    .bg-grey .menu-right .social a {
      color: #fff;
      display: inline-block;
      padding: 4px 6px;
      width: 15px;
      text-align: center;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      border: 2px solid #fff;
      margin-right: 4px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .bg-grey .menu-right .social a:hover {
        background-color: #fff;
        color: #b53f97; }
  .bg-grey.open-menu .div-3d {
    -webkit-transform: translate3d(0, 0, -300px);
            transform: translate3d(0, 0, -300px); }
  .bg-grey.open-menu .menu-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .bg-grey.open-menu .light-bg {
    visibility: visible;
    opacity: 1; }

.pages-body {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  overflow-x: hidden; }
  .pages-body.open {
    overflow: hidden; }
  .pages-body .div-3d {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff; }
  .pages-body header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #cc3792;
    background-image: -webkit-linear-gradient(left, #cc3792 0%, #7f3e94 100%);
    background-image: -o-linear-gradient(left, #cc3792 0%, #7f3e94 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#cc3792), to(#7f3e94));
    background-image: linear-gradient(to right, #cc3792 0%, #7f3e94 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3792', endColorstr='#FF7F3E94', GradientType=1); }
    .pages-body header .container {
      display: grid;
      grid-template-columns: 63% 37%; }
    .pages-body header .menu-header {
      display: grid;
      grid-template-columns: 171px 160px 100px;
      text-align: right;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      vertical-align: center; }
      .pages-body header .menu-header .user-info {
        display: grid;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        grid-template-columns: 30px auto;
        text-align: center; }
        .pages-body header .menu-header .user-info a {
          text-decoration: none;
          border-bottom: 1px dotted #fff; }
        .pages-body header .menu-header .user-info span {
          display: grid;
          -webkit-align-content: center;
              -ms-flex-line-pack: center;
                  align-content: center; }
      .pages-body header .menu-header .user-lang ul {
        display: grid;
        grid-template-columns: repeat(2, auto);
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin: 0;
        padding: 0; }
        .pages-body header .menu-header .user-lang ul li {
          margin-top: -2px;
          list-style-type: none; }
          .pages-body header .menu-header .user-lang ul li:first-child {
            text-align: right; }
          .pages-body header .menu-header .user-lang ul li:last-child {
            text-align: left; }
          .pages-body header .menu-header .user-lang ul li.current-lang a {
            background-color: #fff;
            -webkit-border-radius: 30px;
                    border-radius: 30px;
            color: #964394; }
            .pages-body header .menu-header .user-lang ul li.current-lang a::after {
              display: none; }
      .pages-body header .menu-header .user-lang a {
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 3px 9px 1px;
        font-size: 0.9rem;
        display: inline-block;
        position: relative;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        display: inline-block; }
        .pages-body header .menu-header .user-lang a:hover {
          opacity: 0.8; }
        .pages-body header .menu-header .user-lang a::after {
          content: '';
          position: absolute;
          left: 20%;
          width: 60%;
          bottom: 0;
          height: 0;
          border-bottom: 1px dotted #fff;
          display: inline-block; }
        .pages-body header .menu-header .user-lang a.active {
          background-color: #fff;
          -webkit-border-radius: 30px;
                  border-radius: 30px;
          color: #964394; }
          .pages-body header .menu-header .user-lang a.active::after {
            display: none; }
      .pages-body header .menu-header .user-menu {
        display: grid;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        grid-template-columns: auto 40px;
        text-align: right;
        cursor: pointer; }
        .pages-body header .menu-header .user-menu a {
          text-decoration: none;
          text-transform: uppercase; }
    .pages-body header img {
      width: auto; }
    .pages-body header a {
      color: #fff; }
  .pages-body .products-list {
    display: grid;
    padding: 40px 0;
    grid-template-columns: repeat(2, 50%); }
    .pages-body .products-list .one-div {
      position: relative; }
      .pages-body .products-list .one-div div {
        position: absolute;
        bottom: 20px;
        left: 0;
        padding: 30px;
        width: 60%; }
        .pages-body .products-list .one-div div strong {
          font-size: 2rem;
          color: #fff;
          font-weight: normal;
          font-family: RobotoMedium;
          display: block; }
        .pages-body .products-list .one-div div a:hover {
          background-color: #fff;
          color: #3c9dc0; }
      .pages-body .products-list .one-div:first-child {
        padding-right: 10px; }
      .pages-body .products-list .one-div:last-child {
        padding-left: 10px; }
  .pages-body .desc-div .bread {
    padding: 30px 0 30px; }
    .pages-body .desc-div .bread a {
      color: #333;
      text-decoration: none; }
    .pages-body .desc-div .bread .active {
      color: #bbb; }
  .pages-body .desc-div .tabs .header ul {
    padding: 30px 0 20px;
    margin: 0;
    height: 25px;
    display: grid;
    border-bottom: 1px solid #ddd;
    grid-template-columns: repeat(5, auto); }
    .pages-body .desc-div .tabs .header ul li div {
      position: relative; }
      .pages-body .desc-div .tabs .header ul li div:after {
        content: '';
        display: inline-block;
        left: 0;
        bottom: -18px;
        width: 100%;
        height: 0;
        position: absolute;
        background-color: deeppink;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
    .pages-body .desc-div .tabs .header ul li {
      list-style-type: none;
      text-align: center;
      cursor: pointer; }
      .pages-body .desc-div .tabs .header ul li.active > div, .pages-body .desc-div .tabs .header ul li:hover > div {
        position: relative; }
        .pages-body .desc-div .tabs .header ul li.active > div:after, .pages-body .desc-div .tabs .header ul li:hover > div:after {
          height: 3px; }
      .pages-body .desc-div .tabs .header ul li div {
        display: inline-block; }
        .pages-body .desc-div .tabs .header ul li div div {
          display: inline-block;
          vertical-align: middle; }
        .pages-body .desc-div .tabs .header ul li div img {
          width: auto;
          display: inline-block;
          height: 29px;
          vertical-align: top;
          margin-top: -1px;
          margin-right: 8px; }
  .pages-body .desc-div .tabs .body {
    padding: 30px 60px; }
    .pages-body .desc-div .tabs .body .tab {
      display: none; }
      .pages-body .desc-div .tabs .body .tab.tab-body-3 table {
        width: 100%;
        height: auto;
      }
      .pages-body .desc-div .tabs .body .tab img {
        width: initial;
        margin: 10px; }
      .pages-body .desc-div .tabs .body .tab.tab-body-2 ul li {
        background: url("../img/product/list-style-red.png") no-repeat left top; }
      .pages-body .desc-div .tabs .body .tab ul {
        padding: 0; }
        .pages-body .desc-div .tabs .body .tab ul li {
          background: url("../img/product/list-style-blue.png") no-repeat left top;
          background-position: center left;
          list-style: none;
          padding: 5px 0 5px 25px; }
      .pages-body .desc-div .tabs .body .tab .soveti {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center; }
        .pages-body .desc-div .tabs .body .tab .soveti div {
          text-align: center; }
          .pages-body .desc-div .tabs .body .tab .soveti div span {
            display: block;
            padding: 15px 0 30px 0; }
          .pages-body .desc-div .tabs .body .tab .soveti div img {
            width: auto;
            margin-top: 40px;
            -o-object-fit: scale-down;
               object-fit: scale-down;
            height: 50px; }
      .pages-body .desc-div .tabs .body .tab.active {
        display: block; }
      .pages-body .desc-div .tabs .body .tab .sizes {
        display: grid;
        grid-template-columns: 65% auto; }
        .pages-body .desc-div .tabs .body .tab .sizes div table {
          border-spacing: 1px;
          width: 100%; }
          .pages-body .desc-div .tabs .body .tab .sizes div table thead {
            color: #fff; }
            .pages-body .desc-div .tabs .body .tab .sizes div table thead th {
              font-family: RobotoMedium;
              font-weight: normal;
              padding: 15px 0; }
            .pages-body .desc-div .tabs .body .tab .sizes div table thead tr:first-child th {
              background-color: #C859AF; }
            .pages-body .desc-div .tabs .body .tab .sizes div table thead tr:last-child th {
              background-color: #5962B4; }
          .pages-body .desc-div .tabs .body .tab .sizes div table td, .pages-body .desc-div .tabs .body .tab .sizes div table th {
            padding: 10px;
            background-color: #f9f9f9;
            text-align: center;
            min-height: 40px; }
            .pages-body .desc-div .tabs .body .tab .sizes div table td img, .pages-body .desc-div .tabs .body .tab .sizes div table th img {
              max-height: 180px;
              width: auto;
              margin: 9px 0 11px; }
          .pages-body .desc-div .tabs .body .tab .sizes div table tbody tr:nth-child(2n) td {
            background-color: #f2f2f2; }
          .pages-body .desc-div .tabs .body .tab .sizes div table tbody .no-bg {
            background-color: #fff !important; }
        .pages-body .desc-div .tabs .body .tab .sizes div:first-child {
          padding-right: 5px; }
  .pages-body .desc-div .others-products {
    text-align: center;
    padding: 0 30px 60px; }
    .pages-body .desc-div .others-products .header {
      position: relative;
      margin: 30px 0 40px; }
      .pages-body .desc-div .others-products .header h2 {
        font-weight: normal;
        font-family: RobotoMedium;
        font-size: 1.3rem;
        z-index: 2;
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0 10px;
        background-color: #fff; }
      .pages-body .desc-div .others-products .header > span {
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        left: 0;
        top: 13px;
        z-index: 0; }
    .pages-body .desc-div .others-products .slides {
      display: grid;
		position: relative;
      grid-template-columns: 15% 70% 15%;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center; }
      .pages-body .desc-div .others-products .slides button {
        font-size: 2rem;
        color: #333;
        border: 1px solid #ccc;
        padding: 1px 10px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        .pages-body .desc-div .others-products .slides button:hover, .pages-body .desc-div .others-products .slides button:active {
          background-color: deeppink;
          border: 1px solid deeppink;
          color: #fff;
          cursor: pointer; }
      .pages-body .desc-div .others-products .slides .item .border {
        border: 1px solid #ddd;
        padding: 10px;
        margin: 10px 1px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .pages-body .desc-div .others-products .slides .item a {
        text-decoration: none;
        color: #333; }
      .pages-body .desc-div .others-products .slides .item img {
        max-width: 200px;
        display: inline-block; }
      .pages-body .desc-div .others-products .slides .item strong {
        display: block;
        font-weight: normal;
        font-family: RobotoMedium;
        width: 100%; }
      .pages-body .desc-div .others-products .slides .item span {
        border: 2px solid deeppink;
        padding: 8px 15px;
        background-color: deeppink;
        color: #fff;
        font-size: 0.9rem;
        font-family: RobotoMedium;
        -webkit-border-radius: 0 20px;
                border-radius: 0 20px;
        display: inline-block;
        margin: 5px 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
      .pages-body .desc-div .others-products .slides .item:hover .border {
        -webkit-box-shadow: 2px 2px 17px -2px rgba(0, 0, 0, 0.2);
                box-shadow: 2px 2px 17px -2px rgba(0, 0, 0, 0.2);
        border: 1px solid #fff; }
      .pages-body .desc-div .others-products .slides .item:hover span {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .pages-body .desc-div .others-products .slides .left {
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        display: grid; }
        .pages-body .desc-div .others-products .slides .left button {
          -webkit-border-radius: 0 20px;
                  border-radius: 0 20px;
          display: inline-block; }
      .pages-body .desc-div .others-products .slides .right {
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        display: grid; }
        .pages-body .desc-div .others-products .slides .right button {
          -webkit-border-radius: 20px 0;
                  border-radius: 20px 0; }
  .pages-body .desc-div .address-list-page, .pages-body .desc-div .address-my {
    display: grid;
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(2, 1fr); }
    .pages-body .desc-div .address-list-page .info-address-hide, .pages-body .desc-div .address-my .info-address-hide {
      padding: 0 0 20px;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scale(0.6) rotate(10deg);
          -ms-transform: scale(0.6) rotate(10deg);
              transform: scale(0.6) rotate(10deg);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .pages-body .desc-div .address-list-page .info-address-hide.active, .pages-body .desc-div .address-my .info-address-hide.active {
        -webkit-transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
                transform: scale(1) rotate(0deg);
        opacity: 1;
        visibility: visible; }
  .pages-body .desc-div #map {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1; }
    .pages-body .desc-div #map.wait {
      opacity: 0.3; }
  .pages-body .product-info {
    display: grid;
    grid-template-columns: repeat(2, 50%); }
    .pages-body .product-info div:first-child {
      padding-right: 20px;
      position: relative; }
      .pages-body .product-info div:first-child .orange {
        width: 100%;
        padding-top: 100%; }
      .pages-body .product-info div:first-child img {
        position: absolute;
        top: 0;
        padding: 4% 0 4% 4%;
        left: 0;
        width: 92%;
        height: 92%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
      .pages-body .product-info div:first-child img {
        border: 1px solid #ccc; }
    .pages-body .product-info div:last-child {
      padding-left: 20px; }
      .pages-body .product-info div:last-child h1 {
        margin: 0;
        line-height: initial;
        padding: 0;
        font-size: 2.4rem; }
      .pages-body .product-info div:last-child a {
        border-color: #333;
        padding: 15px 30px 12px;
        color: #333; }
        .pages-body .product-info div:last-child a:hover {
          background-color: deeppink;
          border-color: deeppink;
          color: #fff; }
  .pages-body .about h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem; }
  .pages-body .about .advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px; }
    .pages-body .about .advantages div:nth-child(1) .num, .pages-body .about .advantages div:nth-child(1) .header {
      color: #F0008C; }
    .pages-body .about .advantages div:nth-child(1) .skew {
      background-color: #FECFE8; }
    .pages-body .about .advantages div:nth-child(2) .num, .pages-body .about .advantages div:nth-child(2) .header {
      color: #3D8EDC; }
    .pages-body .about .advantages div:nth-child(2) .skew {
      background-color: #D6E1F5; }
    .pages-body .about .advantages div:nth-child(3) .num, .pages-body .about .advantages div:nth-child(3) .header {
      color: #950098; }
    .pages-body .about .advantages div:nth-child(3) .skew {
      background-color: #E7CEE9; }
    .pages-body .about .advantages div {
      position: relative;
      text-align: center; }
      .pages-body .about .advantages div .desc {
        margin-top: 5px;
        padding: 0 20%;
        text-align: center; }
      .pages-body .about .advantages div div {
        vertical-align: top;
        margin-top: -30px;
        margin-left: -3%; }
      .pages-body .about .advantages div span {
        z-index: 1;
        position: relative;
        vertical-align: middle; }
      .pages-body .about .advantages div .num {
        font-size: 5rem; }
      .pages-body .about .advantages div .header {
        font-size: 1.2rem;
        display: inline-block;
        width: 60%;
        margin-top: 30px;
      }
      .pages-body .about .advantages div .skew {
        background-color: red;
        text-align: center;
        padding: 28px;
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        position: absolute;
        left: 15%;
        top: 0;
        width: 50%;
        z-index: 0; }
  .pages-body .history .header {
    position: relative;
    margin: 80px 0 50px;
    text-align: center; }
    .pages-body .history .header h2 {
      font-weight: normal;
      font-family: RobotoMedium;
      font-size: 1.3rem;
      z-index: 2;
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 0 10px;
      background-color: #fff; }
    .pages-body .history .header > span {
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #ddd;
      left: 0;
      top: 13px;
      z-index: 0; }
  .pages-body .history .body > div {
    display: grid;
    grid-template-columns: 27% auto;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    margin-bottom: 15px; }
    .pages-body .history .body > div div {
      display: grid;
      position: relative;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center; }
      .pages-body .history .body > div div .year {
        position: absolute;
        padding: 20px !important;
        background-color: #fff;
        border: 2px solid #333;
        -webkit-border-radius: 0 20px;
                border-radius: 0 20px;
        width: 36px;
        right: -37px;
        z-index: 2;
        top: 50%;
        font-family: RobotoMedium;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .pages-body .history .body > div div:last-child {
        padding: 20px 70px;
        background-color: #f2f2f2; }
  .pages-body .where-buy h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 50px; }
  .pages-body .where-buy .row {
    /*display: grid;*/
    /*grid-template-columns: 25% 75%;*/
    /*margin-bottom: 70px;*/ }
.pages-body .where-buy .row .left select {
  border: 2px solid #cacaca;
  padding: 10px 10px;
  width: 500px;
  display: inline-block;
  color: #a9a9a9;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 1.1rem;
  transition: 0.3s ease;
  font-family: "RobotoMedium";
  cursor: pointer;
}
.pages-body .where-buy .row .left select:focus {
  color: #333;
  background-color: #f2f2f2;
}
    .pages-body .where-buy .row .left .border {
      text-align: center;
      /*margin-right: 30px; */
    }
      .pages-body .where-buy .row .left .border .block strong {
        font-weight: normal;
        text-transform: uppercase;
        padding: 18px 30px 18px 10px;
        display: block;
        background-color: #f2f2f2;
        border: 1px solid #ddd;
        border-bottom: 0; }
        .pages-body .where-buy .row .left .border .block strong img {
          width: auto;
          margin-right: 5px;
          height: 13px; }
        .pages-body .where-buy .row .left .border .block strong i {
          float: right; }
      .pages-body .where-buy .row .left .border .block div {
        border: 1px solid #ddd; }
        .pages-body .where-buy .row .left .border .block div a {
          display: block;
          padding: 15px 55px 15px 15px;
          cursor: pointer; }
          .pages-body .where-buy .row .left .border .block div a:hover,
          .pages-body .where-buy .row .left .border .block div a.active {
            background-color: #ddd; }
      .pages-body .where-buy .row .left .border .block:last-child strong {
        border-top: 0; }
    .pages-body .where-buy .row .right .center {
      display: grid;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      grid-template-columns: 25px auto;
      margin-top: 13px; }
      .pages-body .where-buy .row .right .center span b {
        font-weight: normal;
        font-family: RobotoMedium; }
    .pages-body .where-buy .row .right img {
          width: 25px; }
  .pages-body .good-info h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 50px; }
  .pages-body .good-info .row {
    display: grid;
    grid-template-columns: 25% 75%;
    margin-bottom: 70px; }
    .pages-body .good-info .row .left .border a {
      display: grid;
		grid-template-columns: 40px auto;
    align-content: center;
      padding: 15px;
      background-color: #f2f2f2;
      border: 1px solid #ddd;
      border-bottom: 0;
      color: #000;
      text-decoration: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
.pages-body .good-info .row .left .border a span {
	display: grid;
	align-content: center;
}
.pages-body .good-info .row .left .border a img {
	width: 25px;
}
      .pages-body .good-info .row .left .border a:hover, .pages-body .good-info .row .left .border a.active {
        background-color: #ccc; }
      .pages-body .good-info .row .left .border a:last-child {
        border-bottom: 1px solid #ddd; }
    .pages-body .good-info .row .right {
      padding: 0 0 0 20px; }

.container {
  width: 1170px;
  margin: 0 auto; }

section {
  opacity: 0.01;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  min-height: 70vh;
  padding-bottom: 50px; }
  section.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    z-index: 10; }

.fixed-btn {
  display: none;
  position: fixed;
  z-index: 6;
  top: 50%;
  margin-top: -20px;
  left: 0; }

.me-bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 1000%;
  z-index: 2;
  display: none; }

.my-button {
  border: 2px solid deeppink;
  background-color: deeppink;
  color: #fff;
  padding: 8px 15px;
  -webkit-border-radius: 0 20px;
          border-radius: 0 20px;
  font-family: RobotoMedium;
  text-decoration: none; }

.not-found {
  text-align: center;
  padding: 200px 0;
  min-height: 30vh;
  color: #747474; }
  .not-found h1 {
    line-height: initial; }

* {
  outline: none !important; }

body {
  padding: 0;
  margin: 0;
  font-family: "RobotoRegular";
  font-weight: normal;
  font-size: 100%;
  outline: none !important; }
  body .body-big-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2; }
  body:hover .body-big-pic {
    display: none; }
  body img {
    max-width: 100%;
    width: 100%; }
  body h1 {
    margin: 0;
    font-weight: normal;
    font-family: "RobotoMedium";
    font-size: 1.4rem;
    line-height: 35px; }

.home-page {
  display: grid;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  grid-template-columns: 54.5% 45.5%; }
  .home-page .home-row {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    display: grid;
    overflow: hidden;
    height: 100vh;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 2; }
    .home-page .home-row .content {
      position: absolute;
      height: 100vh; }
    .home-page .home-row.left .content {
      width: -webkit-calc(1170*0.6px - 10px);
      width: calc(1170*0.6px - 10px);
      right: 0; }
      .home-page .home-row.left .content .logo-veno {
        position: absolute;
        width: 40%;
        top: 14%;
        left: 33%; }
      .home-page .home-row.left .content .legs {
        position: absolute;
        width: 435px;
        background: url("../img/home/legs.png") no-repeat;
        background-position: center bottom;
        -webkit-background-size: contain;
                background-size: contain;
        right: 0;
        bottom: 0;
        height: 100vh; }
    .home-page .home-row.right {
      background-image: url("../img/home/bg-home-right.jpg");
      background-position: center;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      color: #fff; }
      .home-page .home-row.right .content {
        width: -webkit-calc(1170*0.4px - 10px);
        width: calc(1170*0.4px - 10px); }
        .home-page .home-row.right .content header {
          padding: 30px; }
          .home-page .home-row.right .content header nav.header {
            display: grid;
            grid-template-columns: auto 100px;
            width: 70%;
            margin: 10px 0 30px 30%; }
            .home-page .home-row.right .content header nav.header .user {
              display: grid;
              grid-template-columns: 30px auto;
              -webkit-align-content: center;
                  -ms-flex-line-pack: center;
                      align-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-transition: 0.6s;
              -o-transition: 0.6s;
              transition: 0.6s; }
              .home-page .home-row.right .content header nav.header .user:hover {
                opacity: 0.8; }
              .home-page .home-row.right .content header nav.header .user .icon {
                display: block; }
                .home-page .home-row.right .content header nav.header .user .icon img {
                  width: auto;
                  display: block; }
              .home-page .home-row.right .content header nav.header .user .link a {
                text-decoration: none;
                color: #fff;
                border-bottom: 1px dotted #fff; }
            .home-page .home-row.right .content header nav.header .lang {
              display: block;
              grid-template-columns: auto 50px;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              float: right;
              text-align: right; }
              .home-page .home-row.right .content header nav.header .lang ul {
                margin: 0;
                padding: 0; }
                .home-page .home-row.right .content header nav.header .lang ul li {
                  list-style: none;
                  display: inline-block; }
                  .home-page .home-row.right .content header nav.header .lang ul li.current-lang a {
                    background-color: #fff;
                    -webkit-border-radius: 30px;
                            border-radius: 30px;
                    color: #964394; }
                    .home-page .home-row.right .content header nav.header .lang ul li.current-lang a::after {
                      display: none; }
              .home-page .home-row.right .content header nav.header .lang a {
                color: #fff;
                text-decoration: none;
                text-align: center;
                padding: 3px 9px;
                font-size: 0.9rem;
                display: inline-block;
                position: relative;
                -webkit-transition: 0.6s;
                -o-transition: 0.6s;
                transition: 0.6s; }
                .home-page .home-row.right .content header nav.header .lang a:hover {
                  opacity: 0.8; }
                .home-page .home-row.right .content header nav.header .lang a::after {
                  content: '';
                  position: absolute;
                  left: 20%;
                  width: 60%;
                  bottom: 0;
                  height: 0;
                  border-bottom: 1px dotted #fff;
                  display: inline-block; }
                .home-page .home-row.right .content header nav.header .lang a.active {
                  background-color: #fff;
                  -webkit-border-radius: 30px;
                          border-radius: 30px;
                  color: #964394; }
                  .home-page .home-row.right .content header nav.header .lang a.active::after {
                    display: none; }
          .home-page .home-row.right .content header nav.main ul {
            margin: 30px 0;
            padding: 20px 0;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            list-style-type: none; }
            .home-page .home-row.right .content header nav.main ul li {
              display: block; }
              .home-page .home-row.right .content header nav.main ul li a {
                display: block;
                padding: 10px 0;
                font-size: 1.2rem;
                text-transform: uppercase;
                color: #fff;
                text-decoration: none;
                position: relative;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                padding: 15px 0; }
                .home-page .home-row.right .content header nav.main ul li a i {
                  visibility: hidden;
                  position: absolute;
                  left: -20px;
                  top: 16px;
                  opacity: 0;
                  -webkit-transform: scale(0.7);
                      -ms-transform: scale(0.7);
                          transform: scale(0.7);
                  -webkit-transition: 0.3s;
                  -o-transition: 0.3s;
                  transition: 0.3s; }
                .home-page .home-row.right .content header nav.main ul li a:hover {
                  padding-left: 20px; }
                  .home-page .home-row.right .content header nav.main ul li a:hover i {
                    visibility: visible;
                    left: 0;
                    opacity: 1;
                    -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                            transform: scale(1); }
          .home-page .home-row.right .content header .social ul {
            margin: 0;
            padding: 0; }
            .home-page .home-row.right .content header .social ul li {
              display: inline-block; }
          .home-page .home-row.right .content header .social a {
            color: #fff;
            display: inline-block;
            padding: 4px 6px;
            width: 15px;
            text-align: center;
            -webkit-border-radius: 50px;
                    border-radius: 50px;
            border: 2px solid #fff;
            margin-right: 4px;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .home-page .home-row.right .content header .social a:hover {
              background-color: #fff;
              color: #b53f97; }

footer {
  /*background-color: #747474;*/
	background-color: #cc3792;
    background-image: -webkit-linear-gradient(left, #7f3e94 0%, #cc3792 100%);
    background-image: -o-linear-gradient(left, #7f3e94 0%, #cc3792 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#7f3e94), to(#cc3792));
    background-image: linear-gradient(to right, #7f3e94 0%, #cc3792 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f3e94', endColorstr='#cc3792', GradientType=1); 
  width: 100%; }
  footer .footer-div {
    color: #fff;
    display: grid;
    max-width: 1170px;
    margin: 0 auto;
    font-family: RobotoRegular;
    font-size: 0.8rem;
    grid-template-columns: 138px 20% auto; }
    footer .footer-div .item {
      display: grid;
      padding: 20px; }
      footer .footer-div .item a {
        color: #fff;
        text-decoration: none; }
        footer .footer-div .item a:hover {
          text-decoration: underline; }
      footer .footer-div .item .copy {
        text-align: right;
        display: grid;
        -webkit-align-content: end;
            -ms-flex-line-pack: end;
                align-content: end; }
      footer .footer-div .item ul {
        padding: 10px;
        margin: 0;
        height: 18px;
        display: grid;
        grid-template-columns: repeat(5, auto);
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
        footer .footer-div .item ul li {
          list-style-type: none;
          text-align: center; }
          footer .footer-div .item ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
            text-transform: uppercase;
            font-family: RobotoRegular;
            position: relative;
            display: inline-block; }
            footer .footer-div .item ul li a:before {
              content: '';
              display: block;
              right: 0;
              width: 0;
              position: absolute;
              height: 1px;
              top: -11px;
              z-index: 2;
              background-color: #a93a93;
              -webkit-transition: 0.6s ease;
              -o-transition: 0.6s ease;
              transition: 0.6s ease; }
            footer .footer-div .item ul li a:after {
              content: '';
              display: block;
              left: 0;
              width: 0;
              position: absolute;
              height: 1px;
              bottom: -11px;
              z-index: 2;
              -webkit-transition: 0.6s ease;
              -o-transition: 0.6s ease;
              transition: 0.6s ease;
              background-color: #a93a93; }
            footer .footer-div .item ul li a:hover:before {
              width: 100%; }
            footer .footer-div .item ul li a:hover:after {
              width: 100%; }
    footer .footer-div img {
      width: auto; }

@media only screen and (min-width: 200px) {
  .not-found {
    padding: 100px 0; }
  .container {
    width: 100%;
    margin: 0 auto; }
    .container .row-padding {
      padding: 0 20px; }
  .bg-grey .menu-right {
    padding: 5%;
    width: 90%;
    height: auto;
    overflow-y: auto;
    top: 178px; }
  .bg-grey.open-menu .div-3d {
    -webkit-transform: initial !important;
        -ms-transform: initial !important;
            transform: initial !important; }
  .bg-grey .light-bg {
    display: none !important; }
    .bg-grey .light-bg.show-important {
      display: block !important;
      opacity: 1;
      visibility: visible; }
  .menu-home-mobile {
    padding: 20px 10px;
    background-color: #cc3792;
    text-align: center;
    background-image: -webkit-linear-gradient(left, #cc3792 0%, #7f3e94 100%);
    background-image: -o-linear-gradient(left, #cc3792 0%, #7f3e94 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#cc3792), to(#7f3e94));
    background-image: linear-gradient(to right, #cc3792 0%, #7f3e94 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3792', endColorstr='#FF7F3E94', GradientType=1); }
    .menu-home-mobile .menu-header {
      display: block;
      text-align: center;
      padding: 20px 0; }
      .menu-home-mobile .menu-header .user-info {
        display: inline-block;
        text-align: center; }
        .menu-home-mobile .menu-header .user-info a {
          text-decoration: none;
          border-bottom: 1px dotted #fff; }
        .menu-home-mobile .menu-header .user-info span {
          display: inline-block;
          -webkit-align-content: center;
              -ms-flex-line-pack: center;
                  align-content: center; }
        .menu-home-mobile .menu-header .user-info img {
          vertical-align: top;
          margin-right: 7px; }
      .menu-home-mobile .menu-header .user-lang {
        display: inline-block;
        padding: 0 0 0 23px; }
        .menu-home-mobile .menu-header .user-lang ul {
          text-align: center;
          margin: 0;
          padding: 0; }
          .menu-home-mobile .menu-header .user-lang ul li {
            margin-top: -2px;
            list-style-type: none;
            display: inline-block; }
            .menu-home-mobile .menu-header .user-lang ul li:first-child {
              text-align: right; }
            .menu-home-mobile .menu-header .user-lang ul li:last-child {
              text-align: left; }
            .menu-home-mobile .menu-header .user-lang ul li.current-lang a {
              background-color: #fff;
              -webkit-border-radius: 30px;
                      border-radius: 30px;
              color: #964394; }
              .menu-home-mobile .menu-header .user-lang ul li.current-lang a::after {
                display: none; }
        .menu-home-mobile .menu-header .user-lang a {
          color: #fff;
          text-decoration: none;
          text-align: center;
          padding: 3px 9px 1px;
          font-size: 0.9rem;
          display: inline-block;
          position: relative;
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s;
          display: inline-block; }
          .menu-home-mobile .menu-header .user-lang a:hover {
            opacity: 0.8; }
          .menu-home-mobile .menu-header .user-lang a::after {
            content: '';
            position: absolute;
            left: 20%;
            width: 60%;
            bottom: 0;
            height: 0;
            border-bottom: 1px dotted #fff;
            display: inline-block; }
          .menu-home-mobile .menu-header .user-lang a.active {
            background-color: #fff;
            -webkit-border-radius: 30px;
                    border-radius: 30px;
            color: #964394; }
            .menu-home-mobile .menu-header .user-lang a.active::after {
              display: none; }
      .menu-home-mobile .menu-header .user-menu {
        display: grid;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        grid-template-columns: auto 40px;
        text-align: right;
        cursor: pointer; }
        .menu-home-mobile .menu-header .user-menu a {
          text-decoration: none;
          text-transform: uppercase; }
    .menu-home-mobile .user-menu {
      text-transform: uppercase; }
      .menu-home-mobile .user-menu img {
        vertical-align: top;
        margin-left: 7px; }
    .menu-home-mobile .user-menu span {
        position: relative
    }
    .menu-home-mobile .user-menu img.bars-me {
        transition: 0.3s ease;
    }
    .menu-home-mobile .user-menu img.close-me {
        position: absolute;
        width: 19px;
        left: 4px;
        top: -1px;
        transform: scale(0) rotate(-90deg);
        transition: 0.3s ease;
    }
    .open-menu .menu-home-mobile .user-menu img.bars-me  {
        transform: scale(0);
    }
    .open-menu .menu-home-mobile .user-menu img.close-me  {
        transform: scale(1) rotate(0deg);
    }
    .menu-home-mobile a {
      color: #fff; }
    .menu-home-mobile img {
      width: auto; }
  .home-page {
    grid-template-columns: repeat(1, 100%) !important;
    height: auto; }
    .home-page .home-row .content {
      width: 100% !important; }
    .home-page .home-row.left {
      height: auto; }
      .home-page .home-row.left .content {
        position: initial;
        height: auto;
        text-align: center; }
        .home-page .home-row.left .content img {
          position: initial !important;
          left: auto !important;
          top: auto !important;
          width: 80% !important;
          margin: 30px 0; }
        .home-page .home-row.left .content .legs {
          height: 300px;
          position: relative !important;
          width: 80% !important;
          right: 0;
          margin: 20px 0;
          float: right;
          background-position: right; }
    .home-page .home-row.right {
      position: absolute;
      left: -100%;
      height: auto;
      display: block;
      width: 100%;
      visibility: hidden;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .home-page .home-row.right.open {
        left: 0;
        visibility: visible; }
      .home-page .home-row.right .content {
        position: initial; }
        .home-page .home-row.right .content header .header {
          display: none !important; }
        .home-page .home-row.right .content .social {
          text-align: center; }
  .desc-div .tabs .header {
    display: none; }
  .desc-div .tabs .body {
    padding: 20px 0 !important; }
    .desc-div .tabs .body .soveti {
      grid-template-columns: repeat(1, 1fr) !important; }
    .desc-div .tabs .body .sizes {
      display: block !important; }
      .desc-div .tabs .body .sizes div {
        padding: 0 !important;
        margin-bottom: 15px;
        overflow: auto; }
        .desc-div .tabs .body .sizes div table th, .desc-div .tabs .body .sizes div table td {
          padding: 10px !important; }
  .desc-div .tabs .header-mobi {
    border-bottom: 1px solid #eee;
    padding: 10px 0 5px; }
    .desc-div .tabs .header-mobi > div {
      display: inline-block; }
    .desc-div .tabs .header-mobi > div:first-child {
      width: 20%;
      float: left; }
      .desc-div .tabs .header-mobi > div:first-child button {
        -webkit-border-radius: 0 20px;
                border-radius: 0 20px; }
    .desc-div .tabs .header-mobi > div:nth-child(2) {
      width: 60%;
      float: left;
      text-transform: uppercase;
      padding-bottom: 10px;
      height: 33px;
      text-align: center;
      border-bottom: 3px solid deeppink; }
      .desc-div .tabs .header-mobi > div:nth-child(2) div {
        display: inline-block;
        padding-top: 11px;
        font-size: 0.9rem; }
    .desc-div .tabs .header-mobi > div:last-child {
      width: 20%;
      text-align: right; }
    .desc-div .tabs .header-mobi img {
      width: auto;
      height: 29px;
      vertical-align: top;
      margin-top: -7px;
      margin-right: 3px; }
    .desc-div .tabs .header-mobi button {
      font-size: 2rem;
      color: #333;
      border: 1px solid #ccc;
      -webkit-border-radius: 20px 0;
              border-radius: 20px 0;
      background-color: transparent;
      padding: 1px 10px;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      .desc-div .tabs .header-mobi button:hover, .desc-div .tabs .header-mobi button:active {
        background-color: deeppink;
        border: 1px solid deeppink;
        color: #fff;
        cursor: pointer; }
  .desc-div .product-info {
    grid-template-columns: repeat(1, 1fr); }
    .desc-div .product-info .text-center {
      text-align: center; }
    .desc-div .product-info div:first-child {
      padding-right: 0 !important; }
      .desc-div .product-info div:first-child img {
        padding: 4% !important; }
    .desc-div .product-info div:last-child {
      padding-left: 0 !important; }
    .desc-div .product-info h1 {
      padding-top: 20px !important; }
  .desc-div .address-list-page {
    grid-template-columns: repeat(1, 1fr) !important; }
  .pages-body header {
    display: none; }
  .pages-body.open {
    overflow: initial !important; }
  .pages-body .products-list {
      padding-bottom: 0;
      margin-bottom: -30px;
    grid-template-columns: repeat(1, 1fr); }
    .pages-body .products-list .one-div {
      padding: 0 !important;
      margin-bottom: 15px; }
      .pages-body .products-list .one-div div {
        width: 50% !important; }
        .pages-body .products-list .one-div div strong {
          font-size: 1.8rem !important;
          -moz-hyphens: auto;
          -webkit-hyphens: auto;
          -ms-hyphens: auto;
          word-wrap: break-word; }
  .pages-body .about .advantages {
    grid-template-columns: repeat(1, 1fr); }
    .pages-body .about .advantages div {
      margin-bottom: 20px; }
      .pages-body .about .advantages div .skew {
        left: 10%;
        width: 70%;
        padding: 33px 20px; }
  .pages-body .history {
    margin-top: -65px; }
    .pages-body .history h2 {
      text-transform: uppercase; }
    .pages-body .history .body > div {
      grid-template-columns: repeat(1, 1fr) !important; }
      .pages-body .history .body > div .year {
        left: auto !important;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(0%) scale(0.6 ) !important;
        height: 19px !important;
        right: -10px !important;
        bottom: 0px;
        font-size: 1.4rem;
        /* right: -50%; */
        top: -4px !important;
        width: 49px !important;
      }
  .pages-body .history .body > div p {
    margin: 5px 0;
  }
      .pages-body .history .body > div > div:last-child {
        padding: 20px !important; }
  .pages-body .desc-div .others-products {
    padding: 0 0 20px !important; }
    .pages-body .desc-div .others-products .slides {
      /*display: block !important;*/ }
      .pages-body .desc-div .others-products .slides .left, .pages-body .desc-div .others-products .slides .right {
        /*display: none !important;*/
	/*position: absolute;
    top: 40%;*/}
    .pages-body .desc-div .others-products .mobi-slides {
      display: grid;
		display: none;
      padding: 10px 0;
      grid-template-columns: 50% 50%;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      text-align: center; }
      .pages-body .desc-div .others-products .mobi-slides button {
        font-size: 2rem;
        color: #333;
        border: 1px solid #ccc;
        -webkit-border-radius: 20px 0;
                border-radius: 20px 0;
        background-color: transparent;
        padding: 1px 10px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        .pages-body .desc-div .others-products .mobi-slides button:hover, .pages-body .desc-div .others-products .mobi-slides button:active {
          background-color: deeppink;
          border: 1px solid deeppink;
          color: #fff;
          cursor: pointer; }
      .pages-body .desc-div .others-products .mobi-slides .left button {
        -webkit-border-radius: 0 20px;
                border-radius: 0 20px; }

  .fixed-btn .show-else-modal {
    border: 1px solid #ccc;
    background-color: #fff;
    outline: none;
    color: #ccc;
    cursor: pointer;
    /* margin: -25px 0 20px 0; */
    padding: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

  .filter-button-show .show-else-modal {
    border: 2px solid #ff1493;
    background-color: deeppink;
    outline: none;
    color: #fff;
    text-align: right;
    float: right;
    text-transform: uppercase;
    /* font-family: RonotoCondensedBold; */
    cursor: pointer;
    /* margin: -25px 0 20px 0; */
    padding: 6px 16px 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    /*.show-else-modal.open {*/
      /*margin-left: -100px; }*/
    .show-else-modal img {
      width: 20px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .good-info .row, .where-buy .row {
    grid-template-columns: repeat(1, 1fr) !important; }
    .good-info .row .left, .where-buy .row .left {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      background: #fff;
      -webkit-box-shadow: 3px 3px 14px -2px rgba(0, 0, 0, 0.3);
              box-shadow: 3px 3px 14px -2px rgba(0, 0, 0, 0.3);
      width: 90%;
      left: 5%;
      max-height: 80vh;
      overflow: auto;
/*
      max-height: 80vh;
      overflow: auto;
*/
      top: -100px;
      z-index: 6;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateY(-50px) scale(0.9);
          -ms-transform: translateY(-50px) scale(0.9);
              transform: translateY(-50px) scale(0.9); }
      .good-info .row .left .text-center, .where-buy .row .left .text-center {
        text-align: center; }
        .good-info .row .left .text-center .close-modal,
        .where-buy .row .left .text-center .close-modal,
        .button-filter-close .close-modal{
          border: 0;
          background-color: transparent;
          outline: none;
          cursor: pointer;
          padding: 15px 0 5px 0;
          font-size: 2rem; }
      .good-info .row .left .border, .where-buy .row .left .border {
        margin: 15px 0 !important; }
      .good-info .row .left.show, .where-buy .row .left.show {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
            -ms-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1); }
    .good-info .row .right, .where-buy .row .right {
      padding: 0 !important; }
    footer {
        position: relative;
    }
    .go-top-button {
      position: fixed;
      right: -55px;
      bottom: -55px;
      background: #ffffff;
      border: 3px solid #bb5092;
      color: #b95091;
      width: 50px;
      height: 50px;
      font-size: 1.2rem;
      text-align: center;
      line-height: 47px;
      z-index: 99;
      transition: 0.3s ease;
      transform: scale(0);
      visibility: hidden;
    }
  .go-top-button.active {
    visibility: visible;
    transform: scale(1);
    bottom: 25px;
    right: 25px;
  }
  .go-top-button.bottom {
    bottom: 205px;
  }
  footer .footer-div {
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 0 20px 30px; }
    
    footer .footer-div img {
      margin: 20px 0 0 0; }
    footer .footer-div .item {
      display: block;
      text-align: center;
      padding: 5px; }
    footer .footer-div ul {
      grid-template-columns: repeat(1, 100%) !important;
      height: auto !important;
      margin: 10px 0 0px !important;
      border-color: rgba(255, 255, 255, 0.4) !important; }
      footer .footer-div ul li {
        display: block; }
        footer .footer-div ul li a {
          padding: 10px 0;
          text-decoration: none !important; }
          footer .footer-div ul li a:before {
            visibility: hidden; }
          footer .footer-div ul li a:after {
            visibility: hidden; }
    footer .footer-div .copy-mobile {
      display: none !important;
      text-align: center !important; }
      footer .footer-div .copy-mobile span {
        display: block; }
    footer .footer-div .copy {
      display: none !important; } }

@media only screen and (min-width: 1170px) {
    .go-top-button {
        display: none;
    }
  .not-found {
    padding: 200px 0; }
  header {
    display: block !important; }
  .menu-home-mobile {
    display: none; }
  .container {
    width: 1170px;
    margin: 0 auto; }
    .container .row-padding {
      padding: 0 !important; }
  .bg-grey .menu-right {
    padding: 2%;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    top: 0; }
  .bg-grey.open-menu .div-3d {
    -webkit-transform: translate3d(0, 0, -300px) !important;
            transform: translate3d(0, 0, -300px) !important; }
  .bg-grey .light-bg {
    display: block !important; }
    .bg-grey .light-bg.show-important {
      display: none !important;
      opacity: 1;
      visibility: visible; }
  .home-page {
    grid-template-columns: 54.5% 45.5% !important;
    height: 100vh; }
    .home-page .home-row {
      position: relative;
      height: 100vh; }
      .home-page .home-row .content {
        height: 100vh; }
      .home-page .home-row.left .content {
        width: -webkit-calc(1170*0.6px - 10px) !important;
        width: calc(1170*0.6px - 10px) !important;
        text-align: center;
        height: 100vh; }
        .home-page .home-row.left .content img {
          position: absolute !important;
          left: 33% !important;
          top: 4% !important;
          width: 40% !important;
          margin: 0 !important;
          -webkit-transition: 1s ease;
          -o-transition: 1s ease;
          transition: 1s ease;
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5);
          opacity: 0;
          visibility: hidden; }
        .home-page .home-row.left .content .legs {
          height: 100vh;
          position: absolute !important;
          width: 435px !important;
          margin: 0 !important;
          float: right;
          background-position: center bottom;
          -webkit-transition: 1s ease;
          -o-transition: 1s ease;
          transition: 1s ease;
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5);
          opacity: 0;
          visibility: hidden;
          -webkit-transition-delay: 1s;
               -o-transition-delay: 1s;
                  transition-delay: 1s;
          right: -100%; }
        .home-page .home-row.left .content.active img {
          top: 14% !important;
          opacity: 1 !important;
          -webkit-transform: scale(1) !important;
              -ms-transform: scale(1) !important;
                  transform: scale(1) !important;
          visibility: visible !important; }
        .home-page .home-row.left .content.active .legs {
          right: 0 !important;
          opacity: 1 !important;
          -webkit-transform: scale(1) !important;
              -ms-transform: scale(1) !important;
                  transform: scale(1) !important;
          visibility: visible !important; }
      .home-page .home-row.right {
        position: initial;
        left: 0;
        height: auto;
        display: block;
        width: 100%;
        visibility: visible;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .home-page .home-row.right.open {
          left: 0;
          visibility: visible; }
        .home-page .home-row.right .content {
          position: initial;
          width: -webkit-calc(1170*0.4px - 10px) !important;
          width: calc(1170*0.4px - 10px) !important; }
          .home-page .home-row.right .content header .header {
            display: grid !important; }
          .home-page .home-row.right .content .social {
            text-align: left; }
  .desc-div .tabs .header {
    display: grid; }
  .desc-div .tabs .body {
    padding: 30px 60px !important; }
    .desc-div .tabs .body .soveti {
      grid-template-columns: repeat(3, 1fr) !important; }
    .desc-div .tabs .body .sizes {
      display: grid !important; }
      .desc-div .tabs .body .sizes div {
        padding: auto !important;
        margin-bottom: auto;
        overflow: auto; }
        .desc-div .tabs .body .sizes div table th, .desc-div .tabs .body .sizes div table td {
          padding: 10px !important; }
  .desc-div .tabs .header-mobi {
    display: none; }
  .desc-div .product-info {
    grid-template-columns: repeat(2, 50%); }
    .desc-div .product-info .text-center {
      text-align: left;
      padding-left: 0 !important; }
    .desc-div .product-info > div:first-child {
      padding-right: 20px !important; }
      .desc-div .product-info > div:first-child img {
        padding: 4% 0 4% 4% !important; }
    .desc-div .product-info > div:last-child {
      padding-left: 20px !important; }
    .desc-div .product-info h1 {
      padding-top: 0 !important; }
  .pages-body.open {
    overflow: hidden !important; }
    .pages-body .products-list {
        padding-bottom: 20px;
    }
  .pages-body .products-list .row-padding {
    display: grid;
    grid-template-columns: repeat(2, 50%) !important; }
    .pages-body .products-list .row-padding .one-div {
      padding: auto !important;
      cursor: pointer;
      margin-bottom: auto; }
      .pages-body .products-list .row-padding .one-div div {
        width: 60% !important; }
        .pages-body .products-list .row-padding .one-div div strong {
          font-size: 2rem !important;
          -moz-hyphens: none;
          -webkit-hyphens: none;
          -ms-hyphens: none; }
      .pages-body .products-list .row-padding .one-div:first-child {
        padding-right: 10px !important; }
      .pages-body .products-list .row-padding .one-div:last-child {
        padding-left: 10px !important; }
  .pages-body .about .advantages {
    grid-template-columns: repeat(3, 1fr) !important; }
    .pages-body .about .advantages div {
      margin-bottom: 20px; }
      .pages-body .about .advantages div .skew {
        left: 10%;
        width: 70%;
        padding: 33px 20px; }
  .pages-body .history {
    margin-top: -65px; }
    .pages-body .history h2 {
      text-transform: uppercase; }
    .pages-body .history .body > div {
      grid-template-columns: 27% auto !important; }
      .pages-body .history .body > div .year {
        left: auto !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
            -ms-transform: translateY(-50%) !important;
                transform: translateY(-50%) !important;
        height: auto !important;
        right: -37px !important;
        bottom: auto !important; }
      .pages-body .history .body > div > div:last-child {
        padding: 20px 70px !important; }
  .pages-body .desc-div .others-products {
    padding: 0 0 20px !important; }
    .pages-body .desc-div .others-products .slides {
      display: grid !important; }
      .pages-body .desc-div .others-products .slides .left, .pages-body .desc-div .others-products .slides .right {
        display: grid !important; }
    .pages-body .desc-div .others-products .mobi-slides {
      display: none; }
      .pages-body .desc-div .others-products .mobi-slides .left button {
        -webkit-border-radius: 0 20px;
                border-radius: 0 20px; }
  .pages-body .desc-div .address-list-page {
    grid-template-columns: repeat(2, 1fr) !important; }
  .show-else-modal {
    display: none; }
  .good-info .row, .where-buy .row {
    grid-template-columns: 25% 75% !important; }
    .good-info .row .left, .where-buy .row .left {
      opacity: 1;
      visibility: visible;
      position: initial;
      background: #fff;
      -webkit-box-shadow: initial;
              box-shadow: initial;
      width: auto;
      left: auto;
      top: auto;
      z-index: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .good-info .row .left .text-center, .where-buy .row .left .text-center {
        text-align: center; }
        .good-info .row .left .text-center .close-modal, .where-buy .row .left .text-center .close-modal {
          display: none; }
      .good-info .row .left .border, .where-buy .row .left .border {
        margin: 0 !important; }
      .good-info .row .left.show, .where-buy .row .left.show {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
            -ms-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1); }
    .good-info .row .right, .where-buy .row .right {
      padding: 0 0 0 20px !important; }
  footer .footer-div {
    display: grid;
    text-align: center;
    font-size: 0.8rem;
    padding: 0; }
    footer .footer-div div:nth-child(2) p {
      margin: 0 0 10px 0; }
      footer .footer-div div:nth-child(2) p:last-child {
        margin: 0; }
    footer .footer-div img {
      margin: 0; }
    footer .footer-div .item {
      display: grid;
      text-align: left;
      padding: 20px; }
    footer .footer-div ul {
      grid-template-columns: repeat(5, auto) !important;
      margin: 0 !important;
      border-color: rgba(255, 255, 255, 0.4) !important; }
      footer .footer-div ul li {
        display: block; }
        footer .footer-div ul li a {
          padding: 0; }
          footer .footer-div ul li a:before {
            visibility: visible; }
          footer .footer-div ul li a:after {
            visibility: visible; }
    footer .footer-div .copy {
      display: grid !important;
      text-align: right !important;
      -webkit-align-content: end;
          -ms-flex-line-pack: end;
              align-content: end; }
      footer .footer-div .copy span {
        display: inline-block; }
    footer .footer-div .copy-mobile {
      display: none !important; } }

@media only screen and (min-width: 1609px) {
  .home-page {
    grid-template-columns: 55% 45% !important; }
    .home-page .home-row.left .content .logo-veno {
      left: 13.3%;
      width: 53%;
      top: 12%; }
    .home-page .home-row.left .content .legs {
      width: 82%; }
    .home-page .home-row.right .content {
      width: -webkit-calc(1336*0.4px) !important;
      width: calc(1336*0.4px) !important; }
      .home-page .home-row.right .content header nav.header {
        grid-template-columns: auto 150px !important;
        width: 80% !important;
        margin: 0px 0 40px 20% !important; }
        .home-page .home-row.right .content header nav.header .user .link a {
          font-size: 1rem !important; }
        .home-page .home-row.right .content header nav.header .lang a {
          font-size: 1rem !important; }
      .home-page .home-row.right .content header nav.main ul {
        margin: 50px 0 20px 0 !important;
        padding: 40px 0 60px 0 !important; }
        .home-page .home-row.right .content header nav.main ul li a {
          font-size: 1.6rem !important;
          padding: 15px 0; }
          .home-page .home-row.right .content header nav.main ul li a i {
            top: 18px; }
      .home-page .home-row.right .content header .social a {
        padding: 3px 0 !important;
        width: 30px !important;
        font-size: 1.2rem; }
      .home-page .home-row.right .content header h1 {
        font-size: 1.8rem;
        margin-top: 20px !important;
        line-height: 40px; } }

  body .line-contact {
    display: grid;
    grid-template-columns: 46% 8% 46%;
    color: #4a4a4a;
    margin-bottom: 30px;
    overflow: hidden; }
    body .line-contact .hidden-font {
      opacity: 0; }
    body .line-contact .contact-empty {
      display: grid;
      background-color: #f1f1f1;
        background-color: #cc3792;
    background-image: -webkit-linear-gradient(left, #cc3792 0%, #7f3e94 100%);
    background-image: -o-linear-gradient(left, #cc3792 0%, #7f3e94 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#cc3792), to(#7f3e94));
    background-image: linear-gradient(to right, #cc3792 0%, #7f3e94 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3792', endColorstr='#FF7F3E94', GradientType=1);
      height: 100%;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      text-align: center;
      padding: 15px; }
body .line-contact .contact-empty img {
    width: auto !important;
    max-width: 100%;
}
      body .line-contact .contact-empty > div {
        margin-top: -56px; }
    body .line-contact .vertical-contact-logo {
      display: grid;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      height: 100%;
      text-align: center;
      padding-top: 23px;
      position: relative;
      overflow: hidden; }
      body .line-contact .vertical-contact-logo img {
        z-index: 2;
          background-color: #f1f1f1;
    border-radius: 100px;
    padding: 8px;
        position: relative; }
      body .line-contact .vertical-contact-logo:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: 49%;
        top: 43px;
        background-color: #f1f1f1;
        z-index: 1; }
    body .line-contact .city {
      display: block;
      text-align: center;
      text-transform: uppercase;
      padding: 10px;
      font-size: 18px; }
    body .line-contact .info {
      background-color: #f1f1f1; }
      body .line-contact .info strong {
        background-color: #d61126;
        color: #fff;
        font-size: 12px;
        display: block;
        text-align: center;
        padding: 13px;
        text-transform: uppercase; }
      body .line-contact .info .line {
        display: grid;
        grid-template-columns: 87px auto;
        text-align: center;
        font-size: 12.5px;
        padding: 10px 0; }
      body .line-contact .info .line a {
        text-decoration: none;
        color: #4a4a4a;
      }
        body .line-contact .info .line > div {
          display: grid;
          -webkit-align-content: center;
              -ms-flex-line-pack: center;
                  align-content: center; }
        body .line-contact .info .line > div:last-child {
          text-align: left;
          padding-right: 10px;
        }
.button-filter-close {
    display: none;
}
@media only screen and (max-width: 600px) {
  .pages-body .desc-div .tabs .body .tab.tab-body-3 table,
  .pages-body .desc-div .tabs .body .tab.tab-body-3 table tbody,
  .pages-body .desc-div .tabs .body .tab.tab-body-3 table td,
  .pages-body .desc-div .tabs .body .tab.tab-body-3 table tr {
    width: 100% !important;
    display: block;
  }
    .left-filter {
        padding-top: 60px;
    }
    .button-filter-close {
        position: fixed;
        left: 0;
        top: 75px;
        width: 100%;
        height: 50px;
        text-align: center;
        z-index: 11;
    }
    .desc-div .tabs .body {
padding-bottom: 0 !important;
    }
    .section-tax {
padding-bottom: 20px !important;}
  .filter-out {
    grid-template-columns: repeat(1, 1fr);
  }
    footer .footer-div .nav {
        display: none !important;
    }
    .pages-body .products-list .one-div div {
        width: 61% !important;
    }
    .pages-body .products-list .one-div div strong {
        font-size: 1.2rem !important;
    }
    body .line-contact {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    body .line-contact .contact-empty,
    body .line-contact .hidden-font,
    body .line-contact .vertical-contact-logo img {
        display: none !important;
    }
    .tab-body-5 table,
    .tab-body-5 tr,
    .tab-body-5 td {
        width: 100% !important;
        display: block !important;
    }
  .where-buy .row .left.map-p {
    position: relative;
    overflow: visible;
    max-height: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    margin-top: -30px;
  }

  .where-buy .row .left.map-p .text-center {
    display: none;
  }

  .where-buy .row .left.map-p .desc-select {
    padding-right: 0;
  }

  footer .footer-div {
    display: grid;
    grid-template-columns: 108px auto 0;
    padding: 10px;
    text-align: left;
  }

  footer .footer-div .item {
    text-align: left;
    font-size: 0.9rem;
    align-content: center;
    display: grid;
    padding: 0;
  }

  footer .footer-div .item p {
    margin: 0;
    padding: 5px 0;
  }

  footer .footer-div .item img {
    margin: 0;
  }
}



@media only screen and (max-width: 1024px) {
  .pages-body .desc-div .others-products .slides .owl-carousel {
      display: block;
  }
}

@media only screen and (max-width: 1170px) {
   .good-info .row .left, .where-buy .row .left {
        max-height: 80vh;
        overflow: auto;
    }
  .filter-button-show {
    display: block;
    width: 100%;
    height: 40px;
  }
  .relative {
    position: initial;
  }
}

@media only screen and (min-width: 1900px) {
  .home-page {
    grid-template-columns: 54% 46% !important; }
    .home-page .home-row.left .content .logo-veno {
      left: 0;
      width: 60%;
      top: 13%; }
    .home-page .home-row.left .content .legs {
      width: 96%; }
    .home-page .home-row.right .content header nav.header {
      grid-template-columns: auto 150px !important;
      width: 80% !important;
      margin: 30px 0 60px 20% !important; }
      .home-page .home-row.right .content header nav.header .user .link a {
        font-size: 1rem !important; }
      .home-page .home-row.right .content header nav.header .lang a {
        font-size: 1rem !important; }
    .home-page .home-row.right .content header nav.main ul {
      margin: 60px 0 20px 0 !important;
      padding: 60px 0 !important; }
      .home-page .home-row.right .content header nav.main ul li a {
        font-size: 1.7rem !important;
        padding: 20px 0; }
        .home-page .home-row.right .content header nav.main ul li a i {
          top: 22px; }
    .home-page .home-row.right .content header .social a {
      padding: 6px 3px !important;
      width: 30px !important;
      font-size: 1.2rem;
      border: 3px solid #fff; }
    .home-page .home-row.right .content header h1 {
      font-size: 1.9rem;
      line-height: 44px;
      margin-top: 20px !important; } }

.meScroll::-webkit-scrollbar{width:3px;height:5px}
.meScroll-mini::-webkit-scrollbar{width:7px;height:5px}
.meScroll::-webkit-scrollbar-track{background-color:transparent;}
.meScroll-mini::-webkit-scrollbar-track{background-color:#eaeaea;}
.meScroll::-webkit-scrollbar-thumb,
.meScroll-mini::-webkit-scrollbar-thumb{background-color:#a33a93;cursor:pointer;}
.meScroll::-webkit-scrollbar-thumb:hover,
.meScroll-mini::-webkit-scrollbar-thumb:hover{background-color:#a33a93;}