.filter-numbers {
	
}
.smart-filter-input-container {
	display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-right: 21px;
    margin-bottom: 17px;
}

.smart-filter-input-container input{
	background: #FFFFFF;
    border: 1px solid rgba(13, 12, 54, 0.3);
    box-shadow: 0px 0px 15px rgba(157, 157, 157, 0.14);
    border-radius: 5px;
    width: 59px;
    height: 27px;
    padding: 5px 11px 4px 12px;
}
.smart-filter-input-container span{
	font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #0D0C36;
    margin-right: 11px;
}
.developers .product-item__img-wrap {
	width: 100%;
    height: 100%;
    padding-top: 0px !important;
    position: relative;
    display: block;
	margin:0;
}

.developers .info-wrap__inner {
	font-size: 14px;
}
/* .catalog-sort-wrap__inner .select2-container {
    width: 250px !important;
} */
.detail-city-objects {
	display: flex;
	
}

.item-detail-city-objects {
	width: 250px;
}

.item-detail-city-objects span {
	font-weight: 600;
}

.detail-types-list {
	display: flex;
}

.ul-detail-types {
	list-style-type: none;
	padding-left: unset;
}

.ul-detail-types li {
	margin: 5px 0;
	break-inside: avoid-column;
}

.ul-detail-types-icon {
	margin-top: 4px;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background: #FF1626;
    margin-right: 7px;
    opacity: .4;
    border-radius: 100%;
    position: relative;
	display: inline-block;
}
.detail-year {
	margin: 20px 0 10px 0;
}

.detail-year span {
	font-weight: 600;
}

.detail-developers-btn a {
	width: 200px;
	margin: 0 0 20px 0;
}

.detail-developer .card-header-main-wrap-info {
    padding: 25px 40px 68px 57px;
}

.developer .text-block {
	max-width: 100%;
	padding: 30px 20px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(157, 157, 157, 0.14);
}

.developer-works {
	max-width: 100%;
	padding: 30px 20px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(157, 157, 157, 0.14);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.developer-works img {
	padding: 10px;
	max-width: 100%;
}

.detail-city-objects {
	margin: 20px 0 10px 0;
}
.detail-types {
	margin: 10px 0 10px 0;
}

.developers .select2-selection--single {width: 250px!important;}
.developers .catalog-sort-wrap__inner .select2-container {width: 250px!important;}

@media (max-width: 767px)  {
    .developer-works {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 450px)  {
    .developer-works {
		grid-template-columns: 1fr;
	}
	.detail-types-list, .detail-city-objects {
		display: block;
	}
}

.text-calc {margin: 50px 0;}