.mainPhoto{
    position: relative;
    width:100%;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.mainPhoto span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 37px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 23px;
    font-weight: bold;
    padding: 0 14px 12px 14px;
    overflow: hidden;
    margin-bottom: 10px;
}
.mainPhoto:hover {
    border:2px solid black;
}
.secondLink {
    display: block;
    width: 100%;
}
.secondLink .photoL {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.borderBS {
    border-bottom: 2px solid silver;
    margin-bottom: 5px;
    margin-top: 10px;
}
.secondLink .base2 {
    height: 40px;
    overflow: hidden;
}
.secondLink .base2:hover {
    color: silver;
}
.arrowBlock {
    float: left;
    padding: 18px 9px 0;
}
.monthBlock {
    float: left;
    line-height: 1;
    padding-top: 10px;
}
.blockMonth {
    margin: auto;
    display: inline-block;
}
.column {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}