Каталог
			
#wrapper #content img{
        width:100%;
        object-fit: cover;
    object-position: center;
}
#wrapper #content a{
    width:100%;
}
    #wrapper{margin-left:-6px;}
    #wrapper .elementor-container.elementor-column-gap-no{
  display: grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  grid-template-areas:
    "one two"
    "one three"
    "six five"
    "six four";
}
.one {
	grid-area: one;
}
.two {
	grid-area: two;
}
.three {
	grid-area: three;
}
.four {
	grid-area: four;
}
.five {
	grid-area: five;
}
.six {
	grid-area: six;
}
#mobile_bg .elementor-widget-wrap.elementor-element-populated.ui-sortable{
    margin:0!important;
}
		
				

								
								



