

.collection__items {
    font-size: 0;
}

.collection__items--left {
    text-align: left;
    margin: 0 0 20px 0;
}

.collection__item {
    position: relative;
    z-index: 0;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    width: calc(33.3% - 3px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.index-section__flex-triple {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 5px;
    padding: 5px 5px 2px 5px;
}

.collection__item--big {
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
}

.collection__item--right {
    width: 35%;
    float: right;
    padding: 0;
}

.collection__item--left {
    width: 63%;
    padding: 0;
}

.collection__items--left .collection__item {
    text-align: center;
}

.collection__cover {
    position: relative;
    background-color: #999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
    border-radius: 3px;
}

.collection__cover--big {
    height: 500px;
}

.collection__cover--right {
    height: 730px;
}

.collection__cover--left {
    height: 358px;
}


.collection__cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
}

.collection__item:hover .collection__cover:before {
    background: rgba(0, 0, 0, 0.6);
}

.collection__data {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.collection__name {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: apercu_pro, Arial, sans-serif;
    font-size: 29px;
    font-weight: bold;
}

.collection__data-bot {
    max-height: 0px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.collection__item:hover .collection__data-bot {
    max-height: 300px;
    opacity: 1;
}

.collection__line {
    display: inline-block;
    width: 130px;
    height: 2px;
    background: #ffffff;
    margin-bottom: 35px;
    margin-top: 35px;
}

.collection__link-block {
    margin-bottom: 10px;
}

.collection__link-box {
    display: inline-block;
    margin-right: 20px;
}

.collection__link {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding-left: 25px;
}

.collection__link:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 21px;
    top: 2px;
    left: 0;
    background: url(/i/tourvision/search-2x.png);
}

.collection__item--right .collection__link-box {
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;
}

.collection__items.direction {
    margin-left: -15px;
    margin-right: -15px;
}

.collection__item.collection__item--bottom {
    padding: 0;
    width: 33%;
    margin: 0 15px;
    margin-bottom: 20px;

}

.collection__country {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 3px;
}
