.container-home {
    margin: 88px 0 20px;
}
.hot-list__container {
    width: calc(100% + 48px);
    position: relative;
    margin: -30px -24px -46px;
    padding: 30px 24px 22px;
}
.hot-list__list {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    top: 0;
}
.hot-list__item {
    width: calc(25% - 18px);
    flex-shrink: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: #fff;
    transition: box-shadow .2s;
    text-decoration: none;
    margin-right: 24px;
    margin-bottom: 24px;
}
.hot-list__item:nth-child(4n){
    margin-right: 0;
}
.hot-list__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);
}
.hot-list__item-photo {
    background: no-repeat center / cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 160px;
    border-radius: 5px 5px 0 0;
    padding: 12px;
    position: relative;
}
.hot-list__rating-list {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 104px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 5px 0 0 0;
}
.hot-list__item-info {
    padding: 12px 16px 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.hot-list__item-info-top > span {
    display: block;
}
.hot-list__item-info .hot-list__item-hotel-name {
    display: flex;
}
.hot-list__hotel-name {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .09px;
    color: #404a51;
    margin: 0 0 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-list__hotel-stars {
    min-width: 36px;
    font-size: 17px;
    font-weight: 700;
    color: #404a51;
}
.hot-list__hotel-stars i {
    vertical-align: middle;
    margin-bottom: 3px;
}
.hot-list__item-info .hot-list__item-decoration,
.hot-list__item-info .hot-list__item-duration-food {
    display: none;
}
.hot-list__item-duration-food i {
    margin-right: 14px;
}
.hot-list__item-decoration,
.hot-list__item-duration-food{
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600; font-family: 'Proxima Nova Lt', sans-serif;
    letter-spacing: .08px;
    color: #535c62;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.hot-list__item-location,
.hot-list__item-duration,
.hot-list__item-food {
    margin: 0 0 14px 0;
    font-size: 15px;
    font-weight: 600; font-family: 'Proxima Nova Lt', sans-serif;
    letter-spacing: .08px;
    color: #535c62;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 26px;
    position: relative;
}
.hot-list__item-location i,
.hot-list__item-duration i,
.hot-list__item-food i {
    position: absolute;
    left: 0;
}
.hot-list__item-total-sum {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .08px;
    color: #8f9397;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.hot-list__item-total-sum .item-sum {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .08px;
    color: #15ac5d;
}


.hots_container .container__header {
    margin-bottom: 20px;
}
.hots_controls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
}
.hots_tabs {
    display: flex;
    border-radius: 5px;
    background-color: #efefef;
    padding: 2px;
}
.hots_tab {
    width: 120px;
    height: 44px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.hots_tab.active::before,
.hots_tab::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    pointer-events: none;
}
.hots_tab::after {
    right: 0;
    background-color: #d8d8d8;
}
.hots_tab.active::before {
    left: -1px;
    background-color: #efefef;
}
.hots_tab.active {
    background: #fff;
}
.hots_tab:last-child::after,
.hots_tab.active::after,
.hots_content {
    display: none;
}
.hots_content.active {
    display: block;
}


/*tablet*/
@media (max-width: 1176px) {
    .hot-list__item {
        width: calc(50% - 12px);
        margin-bottom: 24px;
    }
    .hot-list__item:nth-child(even) {
        margin-right: 0;
    }
    .hot-list__container .spoiler__container .show-more-tours-button {
        display: flex;
    }
    .hot-list__container .show-more-tours-button {
        color: #0063d7;
        margin: 20px 0 24px;
    }
    .hot-list__container .icon-darr-blue {
        background-image: url(../icons/svg/other/darr-blue.svg);
        width: 10px;
        height: 6px;
    }
    /*spoiler*/
    .tour-slider .hot-swiper-slide:nth-child(n+5) {
        display: none;
    }
    .show-more-tours .hot-swiper-slide:nth-child(n+5) {
        display: inline-block;
    }
    .hot-list__container .spoiler__button .icon {
        position: absolute;
        right: calc(50% - 38px);
    }
    .hot-list__container [data-length="1"] .show-more-tours-button,
    .hot-list__container [data-length="2"] .show-more-tours-button,
    .hot-list__container [data-length="3"] .show-more-tours-button,
    .hot-list__container [data-length="4"] .show-more-tours-button {
        display: none;
    }
}
/*mobile*/
@media (max-width: 767px) {
    .container-home {
        margin: 48px 0 20px;
    }
    .hot-list__container {
        width: calc(100% + 40px);
        position: relative;
        margin: -30px -20px -46px;
        padding: 30px 20px 22px;
    }
    .hot-list__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .hot-list__item-info .hot-list__hotel-name {
        margin: 0 0 11px 0;
    }
    .hot-list__item-info .hot-list__item-location {
        margin: 0;
    }
    .hot-list__item-info .hot-list__item-decoration {
        display: block;
        padding: 6px 0;
    }
    .hot-list__item-info .hot-list__item-duration-food {
        display: block;
        margin: 0 0 12px 0;
    }
    .hot-list__item-info .hot-list__item-duration,
    .hot-list__item-info .hot-list__item-food {
        display: none;
    }
    .hot-list__item-info .hot-list__item-decoration::after {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background: #ededee;
    }
    .hot-list__item-total-sum .item-sum {
        color: #10a000;
    }
    .hots_controls {
        overflow: auto;
        width: 100vw;
        position: relative;
        left: -20px;
        padding: 0 20px;
    }
}
