.catalog-sorter {
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
}

	.catalog-sorter__sorting {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	.catalog-sorter__page-count {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

		.catalog-sorter__name {
			color: #8d8d90;
			display: inline-block;
			font-size: 14px;
			margin-right: 18px;
		}

		.catalog-sorter__page-count-list {
			display: inline-block;
			font-weight: bold;
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.catalog-sorter__page-count-list li {
				display: inline-block;
				font-size: 14px;
			}

				.catalog-sorter__page-count-list li:not(:last-child) {
					margin: 0 20px 0 0;
				}

@media (max-width: 767px) {
	.catalog-sorter__name {
		margin-bottom: 8px;
	}
}

@media (min-width: 768px) {
	.catalog-sorter__sorting {
		flex: 0 0 auto;
		margin-bottom: 0;
	}

	.catalog-sorter__page-count {
		flex: 0 0 auto;
		margin-bottom: 0;
	}

}

.popup-window-titlebar-text {
	color: #18191e;
	font: 20px/49px 'PFDinDisplayPro', sans-serif;
	margin: 0 0 16px 0;
}

.popup-window-close-icon {opacity: 0.9}