.items {
    margin: -20px -20px 0 0;
}

.item {
    margin-top: 20px;
}

.item-mr {
    height: 100%;
    margin-right: 20px;
}

.w2, .w50 {
    width: 50%;
}

.w4, .w25 {
    width: 25%;
}

@media(max-width: 1260px) {
    .w4 {
        width: 33.33%;
    }
    .items-sm .w4, .w25 {
        width: 50%;
    }
}

@media(max-width: 991px) {
    .w4 {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .w4, .items-sm .w4, .w25, .w50 {
        width: 100%;
    }
    .items-sm .item {
        max-width: 400px;
        margin: 0 auto;
        margin-top: 20px;
    }
}

.item-block, .item-cont {
    position: relative;
    height: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    overflow: hidden;
}

.item-block {
    padding-bottom: 66px;
}

@media(max-width: 1260px) {
    .item-block {
        padding-bottom: 86px;
    }
}

.item-block p {
    line-height: 1.4;
}

.tour-value p {
    padding-left: 5px;
}

.item-image-block {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: .3s;
}

.hover a.item:hover .item-image {
    transform: scale(1.1);
    transition: .3s;
}

.item-block-text {
    padding: 15px;
    padding-bottom: 0;
}

.item-note {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 11;
    display: inline-block;
    background-color: #2F80ED;
    border-radius: 5px;
    padding: 9px 15px;
}

.item-note p {
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
}

.item-tags {
    margin-top: -7px;
    padding-top: 13px;
}

.item-tags p {
    font-size: 14px;
    line-height: 1.2;
    border-radius: 5px;
    background-color: #e6e6e6;
    padding: 5px 10px;
    margin-top: 7px;
    margin-right: 7px;
}

.item-tags .bg-lgreen {
    background-color: #d7fef2;
}

.item-price-line {
    position: absolute;
    width: 100%;
    bottom: 22px;
    padding: 0 15px;
}

@media(max-width: 1260px) {
    .item-price-line {
        border-top: 1px solid rgba(0,0,0,0.3);
        padding-top: 15px;
    }
}

.item-price-line p {
    line-height: 1.3;
    margin-top: 0;
}

.price {
    font-size: 18px;
}

.item-title {
    position: absolute;
    z-index: 11;
    width: 100%;
    text-shadow: 0 2px 2px rgba(0,0,0,0.15);
    text-align: center;
    padding: 0 20px;
    bottom: 20px;
}