@media only screen and (max-width: 768px) {
  .c_portalResPublic_codeContainer-01001037 {
    min-height: 500px;
    width: 100%;
  }
  

.products .swiper-slide {
    min-height: 225px !important;
}

  
  .products .swiper-wrapper .swiper-slide {
    list-style: none;
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
  }
  .products .swiper-wrapper .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0px;
    left: 0px;
    display: block;
  }
  .products_main {
    transition: all 0.5s;
    padding:20px 20px 0;
    text-align: center;
    border:1px solid rgba(255,255,255,0.5);
    position: relative;
            margin: 5px;
  }
  .products_main .p_sum {
    font-size: 14px;
    color: #fff;
    padding: 0px 0px 20px!important;
    line-height: 2em;
    display:-webkit-box;
    overflow:hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    display:none;
  }
  .products_main .p_title {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 10px 30px 15px !important;
    position: relative;
  }
  .products_main .p_title:before {
    content: '';
    width: 28px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -14px;
  }
}
.products .row {
  margin-left: -15px;
  margin-right: -15px;
  padding: 19px;
  background: #fff;
}

.products {
    position: relative;
    padding-bottom: 0px;
  
   
}
.swiper-container-products{

overflow: hidden;
}

.products .swiper-slide {
  min-height: 325px;
}
.products .swiper-slide-active {
  height: auto
}
.products .swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.products .swiper-button-prev {

}

.products .swiper-button-prev:hover, .products .swiper-button-next:hover {

}
.products .swiper-container {
  box-shadow: 0 0 10px rgba(0,0,0,0);
}
@media only screen and (min-width: 769px) {
  .products .swiper-wrapper .swiper-slide {
    list-style: none;
    position: relative;
    text-align: left;
    float: left;
    background:none;
    overflow: hidden;
  }
  .products .swiper-wrapper .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0px;
    left: 0px;
    display: block;
  }
  .products_main {
    transition: all 0.5s;
    padding: 50px 20px 50px;
    text-align: center;
    border:1px solid rgba(255,255,255,0.5);
    position: relative;
  }
  .products_main .p_sum {
    font-size: 14px;
    color: #fff;
    padding: 0px !important;
    line-height: 2em;
    text-align: center;
    display:-webkit-box;
    overflow:hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    display: none;
  }
  .products_main .p_title {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 10px 30px 15px !important;
    position: relative;
  }
  .products_main .p_title:before {
    content: '';
    width: 28px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -14px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
.products_main mark {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(230,0,39,0);
  background: #007ac5\9;
  filter: alpha(opacity=0);
  z-index: 20;
  opacity: 0;
  transform: skewX(45deg);
  visibility: hidden;
  transition: 360ms;
}
.products_main mark b {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -23px;
  z-index: 30;
}
.products_main mark b:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #E60027;
  position: absolute;
  left: 0;
  top: 23px;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
}
.products_main mark b:after {
  content: "";
  width: 1px;
  height: 100%;
  background:#E60027;
  position: absolute;
  left: 23px;
  top: 0;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
}
.products_main mark:before {
  content: "";
  width: 100%;
  height: 0%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms;
}
.products_main mark:after {
  content: "";
  width: 0%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms;
}
.products .swiper-slide:hover .products_main mark {
  opacity: 1;
  transform: skewX(0);
  visibility: visible;
}
.products .swiper-slide:hover .products_main mark:before {
  height: 100%;
  transition: 330ms 200ms;
}
.products .swiper-slide:hover .products_main mark:after {
  width: 100%;
  transition: 330ms 200ms;
}
.products .products_main .p_ico {
  transition: all 0.5s;
}
.products .swiper-slide:hover .products_main .p_ico {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
}
.products .swiper-slide:hover .products_main mark b:before {
  transition: 355ms 180ms;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.products .swiper-slide:hover .products_main mark b:after {
  transition: 355ms 240ms;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}


