.pencil-svg {
	display: inline-block; margin-left: 10px; 
}

.pencil-svg:hover .pencil-img>g>path {
	fill: #3A5787!important;
}

.title-h1 {

}

@media (min-width: 990px) {
	.bg-white.total-pad {
		min-height: 450px;
	}
}

.mt-40 {
	margin-top: 40px;
}
.catalog-element-container {
	position: relative;
}

.right_detail .right_detail__favorite_wrap.favorite_wrap-absolute{
	position: relative;
    top: 20%;
}
.history-images{
	display: flex;
	flex-wrap: wrap;
}
.history-images .history-images__item{
	
	padding: 2px;
}
.history-images .history-images__item img{
	height: 160px;
}
@media (max-width: 540px) {
	.history-images{
		justify-content: center;
	}
}
