.club-finder-title-description{
	text-align: center;
    width: 100%;
	padding-top:30px;
	margin-bottom: -40px;
}

#map, #map-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: grey;
}
.categories .category .category-ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 15px;
    margin: 0 5px 0 0px;
    position: relative;
    /* top: 2px; */
    flex: 1 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.categories .category-ico img{
    height: 16px;
    }
    .filter-drop-container {
        border-radius: 2px;
        background: #fff;
        padding: 25px;
        max-height: calc(100vh - 30px);
        position: relative; }
        @media (max-width: 1023px) {
          .filter-drop-container {
            -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
                    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px); } }
        @media (min-width: 1024px) {
          .filter-drop-container {
            padding: 0 20px 24px;
            max-height: 100%;
            -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 8px rgba(0, 0, 0, 0.08);
                    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 8px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(25, 25, 25, 0.4);
            border-radius: 0 0 2px 2px;
            border-width: 0 1px 1px; } }
        .filter-drop-container .holder {
          overflow-x: auto;
          max-height: 80vh; }
          @media (min-width: 768px) {
            .filter-drop-container .holder {
              max-height: 700px; } }