.cat-m__wrap {
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cat-m__item{
	width:calc((100% - 72px)/3);
	margin:12px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    height: 330px;
    border-radius: 5px;
    padding: 30px;
}
@media only screen and (max-width:1200px) and (min-width:771px) {
    .cat-m__item{
        width:calc((100% - 48px)/2);
    }
}
@media only screen and (max-width:770px) {
	.cat-m__item{
        width:100%;
        justify-content: center;
	    box-shadow: none;
	    height: unset;
    }
}

.cat-m__item ul li:last-child {
    margin-bottom: 0;
}


.cat-m__item-title{
/*     font-weight:500; */
    font-weight:700;
    margin-bottom:18px;
}
.cat-m__item ul li{
    margin-bottom:10px;
}

.cat-m__item ul li a {
    display:flex;
    align-items:center;
}
.cat-m__item ul li a{
    justify-content:space-between;
    font-size:16px;
/*     color: #fff; */
    color: #262626;
    font-weight: 400;
}
.cat-m__item ul li a:hover{
    color: #0156BF;
    text-decoration: underline;    
/*     text-shadow: 0 1px 1px rgb(0 0 0 / 90%); */
}

.cat-m__item-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*     color: #fff; */
    color: #262626;
}

.cat-m__item-title a:hover {
    color:#0156BF;
    text-decoration: underline;
/*     text-shadow: 0 1px 1px rgb(0 0 0 / 90%); */
}

.d-w h1,h2 {
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
    .d-w h1,h2 {
	    font-size: 24px;
	    margin: 10px;
	    color: #0156bf;
	}
}

.d-w {
    padding: 30px 0;
}

#edit-send-request-agree--description {
	font-size: 1rem;
}

.dist_flat-s {
/*     background: url(../../img/districts/flat-s.jpg) no-repeat; */
}

.dist_flat-r {
/*     background: url(../../img/districts/flat-r.jpg) no-repeat; */
}

.dist_flat-n {
/*     background: url(../../img/districts/flat-n.jpg) no-repeat; */
}

.dist_house {
/*     background: url(../../img/districts/house.jpg) no-repeat; */
}

.dist_com-s {
/*     background: url(../../img/districts/commerce-s.jpg) no-repeat; */
}
.dist_com-r {
/*     background: url(../../img/districts/commerce-r.jpg) no-repeat; */
}
