.collections-tours_list {
    counter-reset: collections-tours-counter;
}
.collections-tours_item {
    height: 184px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 24px;
    display: flex;
    width: 100%;
}
.collections-tours_item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 20px 24px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 24px 0 rgba(0, 0, 0, 0.04);
}
.collections-tours_item,
.collections-tours_item:hover {
    text-decoration: none;
}
.collections-tours_item-img {
    height: 184px;
    width: 240px;
    padding: 4px;
    background: no-repeat center / cover;
    border-radius: 5px 0 0 5px;
}
.collections-tours_item-img-num {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #474f55;
    counter-increment: collections-tours-counter;
}
.collections-tours_item-img-num::after {
    content: counter(collections-tours-counter);
    display: block;
    font-size: 17px;
    font-weight: 800;
    margin-top: -2px;
}
.collections-tours_item-body {
    display: block;
    height: 184px;
    width: calc(100% - 240px);
    padding: 15px 16px;
}
.collections-tours_item-header {
    display: flex;
    position: relative;
}
.collections-tours_item-header .rating-list__progressbar {
    width: 40px;
}
.collections-tours_item-name {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #676e73;
    width: 100%;
}
.collections-tours_item-name span {
    line-height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 125px);
    white-space: nowrap;
    padding-left: 8px;
    border-left: 1px solid #ededee;
    color: #404a51;
}
.collections-tours_item-name i {
    margin: 0 8px 0 4px;
    position: relative;
    top: -1px;
    min-width: 16px;
}
.collections-tours_item .tour-list__rating-list {
    position: absolute;
    bottom: auto;
    right: -10px;
    top: -1px;
}
.collections-tours_item .rating-list__bar-wrapper {
    font-size: 16px;
    color: #474f55;
}
.collections-tours_item-geo {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #8f9397;
    margin: 12px 0 9px;
}
.collections-tours_item-geo i {
    margin: 0 10px 0 2px;
    opacity: .6;
}
.collections-tours_item-characteristics {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 50px;

    /*position: relative;*/
    /*z-index: 1;*/
    /*background: #fff;*/
    /*width: calc(100% + 14px);*/
}
.collections-tours_item-characteristic {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin: 8px 14px 0 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #535c62;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.collections-tours_item-characteristic i {
    position: absolute;
    left: 0;
    opacity: .8;
    transform: scale(.9);
}
.collections-tours_item-price {
    font-size: 15px;
    color: #8f9397;
    margin-top: 15px;
    display: block;
}
.collections-tours_item-price span {
    font-size: 18px;
    font-weight: bold;
    color: #15ac5d;
}

/*tablet*/
@media (max-width: 1020px) {
    .collections-tours_item-geo {
        margin-bottom: 6px;
    }
    .collections-tours_item-characteristics {
        height: 56px;
    }
    .collections-tours_item-characteristic {
        padding-left: 24px;
        margin: 8px 16px 0 0;
        font-size: 16px;
    }
    .collections-tours_item-characteristic i {
        transform: scale(1);
    }
}

/*mobile*/
@media (max-width: 767px) {
    .collections-tours_item {
        flex-wrap: wrap;
    }
    .collections-tours_item-img,
    .collections-tours_item-body {
        width: 100%;
    }
    .collections-tours_item-img {
        height: 251px;
        border-radius: 5px 5px 0 0;
    }
    .collections-tours_item,
    .collections-tours_item-body {
        height: auto;
    }
    .collections-tours_item .tour-list__rating-list {
        background: #fff;
        right: -16px;
        top: -33px;
        border-radius: 5px 0 0 0;
    }
    .collections-tours_item .rating-list__bar-wrapper {
        padding: 3px 16px;
    }
    .collections-tours_item-name span {
        max-width: 100%;
    }
}
