.voyage-date-time-blocks p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: normal;
}

.news-date {
    margin-top: 10px;
    color: #6e6e6e;
}

.pagination {
    display: flex;
    margin: 10px 0;
}

.pagination .page-activ,
.pagination a {
    display: block;
    width: 40px;
    height: 40px;
    border: solid 1px rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);
    text-align: center;
    line-height: 40px;
    margin-right: 2px;
    transition: all .3s ;
    font-weight: bold;
}
.pagination .page-activ{
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}
.pagination a:hover {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}


.news-header{
    margin-top: 111px;
}
.map-graycycle{
    webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.become-a-member{
    height:1100px !important;
}