.dis
{
	 display: flex;
    padding: 20px;
    
}
.city-new{
padding: 10px;
}

.aboutmob{
	display:none !important;
}
.promo{
	padding-top: 8rem;
}

.contact {
   background: #d32024;
}

.about{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.customer-img{
	max-width: 100%;
	width: 115px;
}
.retailer{
	
}

.gallery-item {
  position: relative;
}
.gallery-item img {
  opacity: 1;
  transition: opacity 0.35s;
}
.gallery-item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #14222d;
  background-image: url(http://randomsite.zzz.com.ua/cabel/img/s8_zoom.png);
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-item:hover img {
  opacity: 0.2;
  transition: opacity 0.35s;
}

.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*  Mobile Responsive */

@media only screen and (max-width: 600px){

.customer-img{
	width: 140px !important;
	padding: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}


.contact {
    background: #343434;
   
}
.bg-soft-form{
    background-color: #f5f5f5 !important;
    padding-top: 3rem; 
}
.card-icon retailer{
	    width: 150px;
}
.city-new{
padding: 3px;
}
.cities{
	   padding: 0.5rem 1rem;
}
.aboutmob{
	display:block !important;
}
.about {
    display:none !important;
}
}

.retailer img{
    width:160px;
}

