.selectors-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.selectors-wrapper .sort-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items:center;
    margin: 0 10px;
}

@media (min-width: 768px) {
	.selectors-wrapper .sort-wrapper {
		width: 38%;
	}
}

.selectors-wrapper .year-filter {
    width: 20%;
}

.selectors-wrapper .sort-wrapper .sort-title {
    margin-right: 10px;
    white-space: nowrap;
}

.item_result .control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wrap_panel .panel .bottom {
    margin-bottom: 40px;
}

.menu_panel a.search-tab-disabled {
    background-color: grey;
}

.search-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.item_result .info .place {
    position: inherit;
}