.anchor_block { position: absolute; margin-top: -100px; }
.catalog-list-section .catalog-list {
    width: 100%;
    padding-bottom: 30px;
    margin-left: 0;
}
/*TAGS*/
.catalog-tags { padding:0 0 30px; font-size: 0; position: relative; overflow-y: hidden; }
.catalog-tags__link { font-size: 14px; display: inline-block; padding: 10px 15px 10px 40px; border:solid 1px rgba(0,0,0,0.3); border-radius: 10px; margin:0 10px 10px 0; white-space: nowrap; background-size: 20px; background-position: 10px center; background-repeat: no-repeat; }
.catalog-tags__link:last-child { margin-left: 0; }
.catalog-tags__link:hover { border:solid 1px rgba(0,0,0,0.8); }
.catalog-head { margin-bottom: 0; }
/**/

.landing .catalog-title { padding-bottom: 30px; }
.landing img { width: 100%; }
.landing__text { padding: 0 0 30px; font-size: 16px; line-height: 22px; }
.landing__img { margin-bottom: 30px; }
.landing__img img { border-radius: 10px; }
/* .landing .catalog-list-section { padding-bottom: 0 !important; } */

.mobile { display: none; }
.no-mobile { display: block; }

@media (max-width:900px){
	.mobile { display: block; }
	.no-mobile { display: none; }
	/* .landing .catalog-list-section ,.landing  .catalog-list { padding-bottom: 0 !important; } */
}