/* regions name */
.regions__chooser {
	display: flex;
	align-items: center;
}
.regions__name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 170px;
}

.favorits__text-item {
    margin-right: 12px;
	font-size: 14px !important;  
    font-weight: 400 !important;

}

