.hots-block {
    padding: 80px 0 36px;
}
.hots-block--theme-sand {
    background: #FBF8EC;
}

.hots-block--theme-sand .header-title-link,
.hots-block--theme-honey .header-title-link {
    color: #FF5935;
}

.hots-block--theme-honey {
    background: #FBF8EC;
}

.container-home:not(.container-countries) {
    margin: 0 0 32px;
}

.container-countries {
    margin-top: 53px;
    margin-bottom: 33px;
}

.hot-list__container {
    position: relative;
    padding: 0 0 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: 16px;
    background-color: #fff;
    transition: box-shadow .2s;
    text-decoration: none;
    margin-right: 24px;
    margin-bottom: 32px;
}
.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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 160px;
    border-radius: 16px 16px 0 0;
    padding: 12px;
    position: relative;
}
.hot-list__item-img {
    position: absolute;
    left: 0;
    top: 0;
}
.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: 800;
    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: 800;
    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: 700;
    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: 700;
    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 svg,
.hot-list__item-duration svg,
.hot-list__item-food svg {
    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: 800;
    letter-spacing: .08px;
    color: #15ac5d;
}

[lang="pl"] .hot-list__hotel-name,
[lang="pl"] .hot-list__item-location,
[lang="pl"] .hot-list__item-duration,
[lang="pl"] .hot-list__item-food,
[lang="pl"] .hot-list__hotel-stars,
[lang="pl"] .hot-list__item-duration-food {
    color: #2A004A;
}
[lang="pl"] .hot-list__hotel-name {
    line-height: 1.18;
    letter-spacing: 0;
    margin: 0 0 14px 0;
}
[lang="pl"] .hot-list__item-total-sum {
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0;
}
[lang="pl"] .hot-list__item-total-sum .item-sum {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #15AC5D;
}
[lang="pl"] .hot-list__item-location,
[lang="pl"] .hot-list__item-duration,
[lang="pl"] .hot-list__item-food,
[lang="pl"] .hot-list__item-duration-food {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}

.hots_container {
    padding: 48px 0 90px;
    background: #E1F2FF;
}
.hots_yellow {
    background: #FFF7D9;
}
[data-market="pl"] .hots_yellow {
    background: #EEE6EE;
}

.hots_yellow .hots_tab.active {
    background: #FFD839;
}

.hots_container .container__header {
    margin-bottom: 20px;
    margin-top: 0;
}

.hots_container.catalog_ta .container__header {
    margin-bottom: 32px;
}
.hots_controls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
}
.hots_tabs {
    display: flex;
    border-radius: 36px;
    background-color: #fff;
    padding: 2px;
}
.hots_tab {
    width: 120px;
    height: 44px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.hots_tab::after {
    right: 0;
    background-color: #d8d8d8;
}

.hots_tab.active {
    background: #74C2FF;
}
[data-market="pl"] .hots_tab.active,
[data-market="pl"] .hots_yellow .hots_tab.active {
    background: #FF5935;
    color: #fff;
}
.hots_tab:last-child::after,
.hots_tab.active::after,
.hots_content {
    display: none;
}
.hots_content.active {
    display: block;
}

@media (min-width: 1176px) {
    [lang="pl"] .hots-block {
        padding: 32px 0 10px;
    }
}

/*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;
        margin: 0;
    }
    .hot-list__container.show-more-tours .spoiler__container .show-more-tours-button {
        display: none;
    }
    .hot-list__container .hot-list__item--hidden {
        display: none;
    }
    .hot-list__container.show-more-tours .hot-list__item--hidden {
        display: inline-block;
    }
}

/*mobile*/
@media (max-width: 767px) {
    .hots-block {
        padding: 40px 0;
    }

    .container-home:not(.container-countries) {
        margin: 0;
    }

    .hots_container {
        padding: 48px 0 40px;
    }
    .hot-list__container {
        width: calc(100% + 40px);
        position: relative;
        margin: 0 -20px;
        padding: 30px 20px 0;
    }
    .hots_tab {
        width: 110px;
    }
    .hot-list__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .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-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;
    }

    [lang="pl"] .hot-list__item-info .hot-list__item-duration,
    [lang="pl"] .hot-list__item-info .hot-list__item-food {
        display: block;
    }
    [lang="pl"] .hot-list__item-info .hot-list__item-duration-food {
        display: none;
    }
    [lang="pl"] .hot-list__item-info .hot-list__hotel-name,
    [lang="pl"] .hot-list__item-info .hot-list__item-location,
    [lang="pl"] .hot-list__item-info .hot-list__item-duration,
    [lang="pl"] .hot-list__item-info .hot-list__item-food {
        margin: 0 0 16px 0;
    }

    .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;
    }
}
