.catalog-carousel__brand{
    width: 65px;
    height: 25px;
	padding: 4px;
}

.catalog-carousel__brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dop {
  padding-top: 40px;
}

.dops:hover .dop {
  padding-top: 45px!important;
}

.items {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 427px;
  border: 1px solid #e5e5e5;
  margin: auto;
}

.item {
  width: 50%;
  
  color: black;
}

.item:nth-of-type(1) {}

.item:nth-of-type(2) {
 
}

.bold{
	font-weight: bold;
	
}

.slick-slide a{
	text-decoration:none;
}