.category_hotel_booking_frame{
    position: absolute;
    width: 100%;
    top: 480px;
    z-index: 10;
}

#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    margin: 0 auto;
    background: transparent;
    max-width: 1320px;
}

.category_hotel_title_h2{
    font-family: "Roboto Slab", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 133.333%;
    text-align: center;
}

.category_hotel_subtitle{
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}

.category_hotel_hero{
    position: relative;
    overflow: hidden;
}

.category_hotel_hero::after{
    content: "";
    min-height: 585px;
    width: 100%;
    /*background-image: url('/images/category_hotel/background_hero_1.jpg');*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: enlargeBackground 7.5s ease-out forwards;
}


@keyframes enlargeBackground {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.category_hotel_block_hero::after{
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00)0%, rgba(0, 0, 0, 0.80)100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.category_hotel_block_hero::before{
    content: "";
    position: absolute;
    height: 125px;
    bottom: 0;
    left: 0;
    z-index: 1;
    animation: line 4.5s ease-out forwards;
}

.category_hotel_block_hero_content{
    position: relative;
    z-index: 2;
    height: 585px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.category_hotel_booking-frame_search{
    padding: 0 30px;
    background-color: white;
}

.category_hotel_breadcrumbs{
    margin-top: 20px;
    margin-left: 0;
}

.category_hotel_breadcrumbs .breadcrumbs__item{
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;

    opacity: 1;
    cursor: pointer;
}

.category_hotel_breadcrumbs .breadcrumbs__item:not(.breadcrumbs__item_current):hover{
    opacity: 0.6;
}

.category_hotel_breadcrumbs .breadcrumbs__item_current{
    opacity: 0.6;
}

.category_hotel_title{
    margin-top: 140px;
    margin-bottom: 140px;
}

.category_hotel_title_h1{
    color: #FED797;

    font-family: "Roboto Slab", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
}

.category_hotel_stars{
    display: flex;
    width: 100%;
    justify-content: center;
}

.category_hotel_stars svg:not(:last-child){
    margin-right: 6px;
}

.category_hotel_hero_subtitle{
    margin-top: 115px;
    color: #FFF;

    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.category_hotel_benefits{
    margin: 40px 0 50px;
}

.category_hotel_benefits_group{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
}

.category_hotel_item{
    display: flex;
    align-items: center;
}

.category_hotel_caption{
    max-width: 230px;
    margin-left: 12px;

    color: #3C3C3C;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.category_hotel_cards{
	margin-top: 50px;
    padding-bottom: 95px;
    border-bottom: 1px solid #EBECF0;
}

.category_hotel_cards_title{
    margin-bottom: 40px;
}

.category_hotel_card_element{
    position: relative;
    display: flex;
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category_hotel_card_element:not(:last-child){
    margin-bottom: 50px;
}

.category_hotel_card_element::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width: 37%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00)0%, #000100);
    border-radius: 10px 0px 0px 10px;
    z-index: 1;
}

.category_hotel_card_element_content{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: transform 0.5s ease-in-out;
}

.category_hotel_card_top{
    position: absolute;
    left: 60px;
    top: 45px;
}

.category_hotel_card_top_icon{
    position: relative;
}

.category_hotel_card_top_icon_svg{
    position: absolute;
}

.category_hotel_card_top_icon_text{
    top: 8px;
    left: 23px;
    position: relative;
    color: #FFF;

    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.category_hotel_card_top_name{
    margin-top: 28px;

    color: #FFF;
    font-family: "Roboto Slab", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.category_hotel_card_top_count{
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.category_hotel_card_top_count_svg{
    margin-right: 10px;
}

.category_hotel_card_top_count_text{
    color: #FFF;

    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.category_hotel_card_top_count_text--mobile{
    display: none;
}

.category_hotel_card_bottom{
    position: absolute;

    bottom: 60px;
    left: 60px;
}

.category_hotel_card_bottom_price{
    color: #FFF;

    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.category_hotel_card_bottom_buttons{
    margin-top: 20px;

    display: flex;
    justify-content: center;
    align-items:  center;
}

.category_hotel_card_bottom_btn{
    display: flex;
    justify-content: center;
    align-items:  center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    height: 60px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.category_hotel_card_bottom_btn_book{
    margin-right: 10px;

    background-color: #FFF;
    width: 235px;
    color: #000;
}

.category_hotel_card_bottom_btn_book:hover{
    background-color: #FED797;
}

.category_hotel_card_bottom_btn_detail{
    width: 190px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #FFF;
}

.category_hotel_card_bottom_btn_detail:hover{
    background-color: #FFF;
    color: #000;
}

.category_hotel_card_side{
    box-sizing: border-box;

    position: relative;
    top: 0;
    right: 0;
    z-index: 2;

    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;

    width: 450px;
    height: 600px;
    border-radius: 0px 10px 10px 0px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(7px);
}

.category_hotel_card_caption{
    margin-bottom: 30px;

    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.category_hotel_card_list li{
    padding-left: 30px;
    padding-bottom: 24px;
    padding-right: 55px;
    position: relative;

    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.category_hotel_card_list li img{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.category_hotel_card_arrows{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.category_hotel_card_arrow{
    position: relative;
    cursor: pointer;
}

.category_hotel_card_arrow .circle{
    transition: 0.3s;
}

.category_hotel_card_arrow:hover .circle {
    fill-opacity: 0.2;
}

.category_hotel_card_video{
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    cursor: pointer;
    width: 131px;
    z-index: 3;
    bottom: 68px;
    right: 60px;
}

.category_hotel_card_video svg{
    padding-left: 14px;
}

.category_hotel_card_video::after{
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 40px;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.category_hotel_card_video:hover::after{
    opacity: 0.3;
}

.category_hotel_card_video_text{
    margin-top: 1px;
    margin-left: 10px;
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.category_hotel_card_slider{
    position: absolute;
    width: 100%;
    height: 100%;
}

.category_hotel_card_slider_element{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease-in;
}

.category_hotel_service{
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #EBECF0;
}

.category_hotel_service_title{
    margin-bottom: 11px;
}

.category_hotel_service_subtitle{
    margin-bottom: 64px;
}

.category_hotel_service_cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 315px);
    gap: 20px;
}

.category_hotel_service_card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.category_hotel_service_card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px 0px 0px 10px;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000000a8 100%);*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.category_hotel_service_card:hover::after {
    opacity: 0.8;
}

.category_hotel_service_card:hover img{
    transform: scale(1.1);
}

.category_hotel_service_card:nth-child(1){
    grid-column: 1/3;
    grid-row: 1/3;
}

/*.category_hotel_service_card:nth-child(5){*/
/*    grid-column: 2/4;*/
/*}*/

.category_hotel_service_card_background{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.category_hotel_service_card_top{
    padding-right: 35px;
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 34px;
}

.category_hotel_service_card_caption{
    margin-bottom: 6px;

    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.category_hotel_service_card_subtitle{
    opacity: 0;
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.3s ease-in-out;
    max-width: 700px;
}

.category_hotel_service_card:hover .category_hotel_service_card_subtitle{
    opacity: 1;
}

.category_hotel_service_card_arrow{
    position: absolute;
    width: 120px;
    height: 100px;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.category_hotel_service_card_arrow .arrow{
    transition: all 0.5s ease-in-out;
}

.category_hotel_service_card:hover .category_hotel_service_card_arrow .arrow{
    fill-opacity: 0.4;
}

.category_hotel_info{

    border-bottom: 1px solid #EBECF0;
}

.category_hotel_info_container{
    display: flex;
    justify-content: space-between;
}

.category_hotel_info_right{
    padding-top: 70px;
    padding-bottom: 70px;
}

.category_hotel_info_title{
    margin-bottom: 20px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.category_hotel_info_text{
    margin-bottom: 35px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 150%;
    max-width: 900px;
}

.category_hotel_info_text ul{
    padding: 15px 0 30px 30px;
    list-style: revert;
}

.category_hotel_info_link{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.category_hotel_info_link svg{
    margin-left: 10px;
}

.category_hotel_info_left{
    padding-top: 70px;
    padding-left: 40px;
    width: 350px;
    border-left: 1px solid #EBECF0;
    border-right: 1px solid #EBECF0;
}

.category_hotel_info_caption{
    margin-bottom: 21px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 101%;
}

.category_hotel_info_time{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.category_hotel_info_time_between{
    margin-right: 15px;
    margin-left: 15px;
    width: 25px;
    height: 1px;
    background-color: #DADADA
}

.category_hotel_info_time_txt{
    color: #575757;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.category_hotel_info_time_digit{
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.category_hotel_info_phone{
    margin-bottom: 21px;
}

.category_hotel_info_phone_caption{
    margin-bottom: 2px;
    color: #575757;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.category_hotel_info_phone_num{
    display: block;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.category_hotel_info_phone_num:hover{
    opacity: 0.6;
}

.category_hotel_info_button{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 273px;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.category_hotel_info_button:hover{
    opacity: 0.6;
}

.category_hotel_info_button_wa{
    margin-bottom: 17px;
    background-color: #006051;
}

.category_hotel_info_button_wa svg{
    position: absolute;
    left: 35px;
}

.category_hotel_info_button_book{
    background-color: #000;
}

.category_hotel_other{
    margin-top: 90px;
}

.category_hotel_other_title{
    margin-bottom: 40px;
}

.category_hotel_other_container{
    display: flex;
    height: 375px;
}

.category_hotel_other_background{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease-in-out;
    z-index: 0;
}

.category_hotel_other_element{
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.category_hotel_other_element:hover .category_hotel_other_background{
    transform: scale(1.1);
}

/*.category_hotel_other_element::after{
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/

/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    opacity: 0.85;*/
/*}*/

.category_hotel_other_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category_hotel_other_caption{
    margin-bottom: 9px;
    color: #FED797;
    font-family: "Roboto Slab", sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.category_hotel_other_subtitle{
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.category_hotel_prefer{
    margin-top: 80px;
    padding-bottom: 120px;
    border-bottom: 1px solid #EBECF0;
}

.category_hotel_prefer_title{
    margin-bottom: 15px;
}

.category_hotel_prefer_subtitle{
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
}

.category_hotel_prefer_container{
    position: relative;
    display: flex;
}

.category_hotel_prefer_group{
    display: flex;
    flex-wrap: nowrap;
}

.category_hotel_prefer_card{
    margin-right: 25px;
    position: relative;
    width: 400px;

    background-size: cover;
    background-repeat: no-repeat;

    border-radius: 10px;
    overflow: hidden;
}

.category_hotel_prefer_card::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    border-radius: 10px 0px 0px 10px;
    bottom: 0;
    left: 0;
}

.news__list-item.swiper-slide{
    width: 400px;
}

.category_hotel_prefer_card_content{
    z-index: 2;
    width: 400px;
    height: 482px;
}

.category_hotel_prefer_card_top{
    position: absolute;
    top: 30px;
    left: 0;
}

.category_hotel_prefer_card_top svg{
    position: absolute;
}

.category_hotel_prefer_card_top span{
    position: relative;
    z-index: 2;
    top: 6px;
    left: 18px;

    color: #000;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.category_hotel_prefer_card_bottom{
    position: absolute;
    z-index: 3;
    bottom: 23px;
    left: 18px;

    display: flex;
    flex-direction: column;
}

.category_hotel_prefer_card_stars{
    margin-bottom: 5px;
}

.category_hotel_prefer_card_stars span{
    margin-right: 4px;
}

.category_hotel_prefer_card_stars span{
    color: #FFF;
    font-size: 14px;
}

.category_hotel_prefer_card_caption{
    margin-bottom: 7px;
    color: #FFF;
    font-family: "Roboto Slab", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.category_hotel_prefer_card_descr{
    display: flex;
    align-items: center;
}

.category_hotel_prefer_card_descr svg{
    margin-right: 6px;
}

.category_hotel_prefer_card_descr span{
    margin-right: 6px;
    color: #FFF;
    font-size: 18px;
}

.category_hotel_prefer_arrows{
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;

    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.category_hotel_prefer_arrow{
    z-index: 5;
    border-radius: 100%;
    box-shadow: 0px 4px 7.6px 0px rgba(0, 0, 0, 0.10);
    transition: 0.2s all ease-in-out;
}

.scroll-block__nav-btn_prev{
    right: 24px;
}

.scroll-block__nav-btn_next{
    left: 24px;
}

.category_hotel_prefer_arrow:hover{
    opacity: 0.8;
}

.category_hotel_prefer_arrow_prev{
    margin-left: -30px;
}

.category_hotel_prefer_arrow_next{
    margin-right: -30px;
}

.category_hotel_prefer_group {
    transition: transform 0.3s ease;
}

.category_hotel_prefer_group.dragging {
    transition: none;
}

.category_hotel_review{
    padding-top: 90px;
}

.category_hotel_review_head{
    margin-bottom: 50px;

    display: flex;
    justify-content: space-between;
}

.category_hotel_review_title{
    color: #000;
    font-family: "Roboto Slab", sans-serif;
    font-size: 42px;
    font-weight: 700;
    max-width: 750px;
}

.category_hotel_review_circle_element{
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.category_hotel_review_circle_element:nth-child(1){
    z-index: 10;
}

.category_hotel_review_circle_element:nth-child(2){
    left: -10px;
    z-index: 9;
}

.category_hotel_review_circle_element:nth-child(3){
    left: -20px;
    z-index: 8;
}

.category_hotel_review_circle_element:nth-child(4){
    left: -30px;
    z-index: 7;
}

.category_hotel_review_circle_element:nth-child(5){
    left: -40px;
    z-index: 6;
}

.category_hotel_review_circle_element img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 5px solid #87D454; /* Внутренний бордер */
}

.category_hotel_review_circle_element::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 7px solid #ffffff;
    box-sizing: border-box;
    z-index: -4;
}

.category_hotel_review_gallery{
    margin-bottom: 42px;
    display: grid;
    gap: 10px;
    grid-template-columns: 0.9fr 1.3fr 0.8fr;
    grid-template-rows: 375px 325px;
}

.category_hotel_review_gallery_element{
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.category_hotel_review_gallery_element span{
    position: absolute;
    font-size: 52px;
    color: #FFF;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category_hotel_review_gallery_element img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.category_hotel_review_gallery_element:nth-child(1){
    grid-row: 1/3
}

.category_hotel_review_gallery_element:last-child{
    position: relative;
}

.category_hotel_review_gallery_element:last-child::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    border-radius: 10px;
    background: rgba(0, 0, 0, 0.50);
}

.category_hotel_review_statistic{
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
}

.category_hotel_review_statistic_element{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category_hotel_review_statistic_digit{
    color: #87D454;
    font-family: "Roboto Slab", sans-serif;
    font-size: 100px;
    font-weight: 700;
}

.category_hotel_review_statistic_digit span{
    font-size: 36px;
    font-weight: 900;
}

.category_hotel_review_statistic_text{
    text-align: center;
    max-width: 200px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

@media(max-width: 1400px){
    .category_hotel_review_head{
        flex-direction: column;
    }

    .category_hotel_review_circle_group{
        align-self: flex-end;
    }

    .category_hotel_review_statistic_digit{
        font-size: 60px;
    }

    .category_hotel_card_video{
        bottom: 190px;
        left: 45px;
    }
}

@media(max-width: 1076px){
     .tl-container{
         background-color: #fff;
         border-radius: 10px;
     }

    .category_hotel_benefits_group{
        grid-template-columns: repeat(3, 1fr);
    }

    .category_hotel_info_left{
        padding-right: 10px;
    }
}

@media(max-width: 986px){
    .category_hotel_card_side{
        display: none;
    }

    .category_hotel_service_card_caption{
        font-size: 19px;
    }

    .category_hotel_service_card_subtitle{
        opacity: 1;
        font-size: 15px;
    }

    .category_hotel_service_card_arrow .arrow{
        fill-opacity: 0.5;
    }
}

@media(max-width: 768px){
    .category_hotel_title_h2{
        font-size: 20px;
    }

    .category_hotel_cards_title{
        margin-bottom: 25px;
    }

    .category_hotel_subtitle{
        margin-bottom: 20px;
        font-size: 14px;
    }

    .category_hotel_benefits_group{
        grid-template-columns: repeat(2, 1fr);
    }

    .category_hotel_item{
        width: 260px;
    }

    .category_hotel_benefits_group{
        justify-items: center;
    }

    .category_hotel_cards{
        padding-bottom: 40px;
    }

    .category_hotel_service{
        padding-top: 20px;
    }

    .category_hotel_service_card{
        height: 230px;
    }

    .category_hotel_service_card:nth-child(1){
        height: 333px;
    }

    .category_hotel_service_card:nth-child(5),
    .category_hotel_service_card:nth-child(6){
        height: 162px;
    }

    .category_hotel_service_card:nth-child(5) .category_hotel_service_card_arrow,
    .category_hotel_service_card:nth-child(6) .category_hotel_service_card_arrow{
        display: none;
    }
    
    .category_hotel_service_card:nth-child(5) .category_hotel_service_card_subtitle{
        display: none;
    }

    .category_hotel_service_cards{
        grid-template-rows: unset;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .category_hotel_service_card:nth-child(1){
        grid-column: 1 / 3;
        grid-row: unset;
    }


    .category_hotel_service_card:nth-child(2),
    .category_hotel_service_card:nth-child(3),
    .category_hotel_service_card:nth-child(4),
    .category_hotel_service_card:nth-child(7),
    .category_hotel_service_card:nth-child(8) {
        grid-column: 1 / 3;
    }

    .category_hotel_service_card:nth-child(5) {
        grid-column: unset;
    }

    .category_hotel_info_container{
        flex-direction: column-reverse;
    }

    .category_hotel_info_left{
        border: unset;
        padding-top: 40px;
    }

    .category_hotel_info_text{
        font-size: 16px;
    }

    .category_hotel_info_right{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .category_hotel_other{
        margin-top: 40px;
    }

    .category_hotel_other_container{
        flex-direction: column;
    }

    .category_hotel_other_element{
        height: 225px;
    }

    .category_hotel_prefer{
        margin-top: 40px;
    }

    .category_hotel_prefer_title{
        margin-bottom: 10px;
    }

    .category_hotel_prefer_subtitle{
        margin-bottom: 40px;
        font-size: 14px;
    }

    .category_hotel_prefer_arrows{
        display: none;
    }

    .news__list-item.swiper-slide{
        min-width: unset;
        width: 237px;
    }

    .category_hotel_prefer_card_content{
        height: 285px;
    }

    .category_hotel_prefer_card::after{
        height: 50%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.63) 100%);
    }

    .category_hotel_prefer_card_caption{
        font-size: 16px;
    }

    .category_hotel_prefer_card_stars{
        margin-bottom: 0;
    }

    .category_hotel_prefer_card_descr span{
        font-size: 14px;
    }

    .category_hotel_prefer_card_descr svg{
        width: 8px;
    }

    .category_hotel_prefer{
        padding-bottom: 60px;
    }

    .category_hotel_review{
        padding-top: 50px;
    }

    .category_hotel_review_title{
        font-size: 24px;
    }

    .category_hotel_review_title{
        margin-bottom: 25px;
    }

    .category_hotel_review_circle_group{
        display: flex;
        flex-wrap: nowrap;
        align-self: unset;
    }

    .category_hotel_review_head{
        margin-bottom: 30px;
    }

    .category_hotel_review_gallery{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 120px 345px 220px 220px;
    }

    .category_hotel_review_gallery_element:nth-child(1){
        grid-row: unset;
    }

    .category_hotel_review_gallery_element:nth-child(3),
    .category_hotel_review_gallery_element:nth-child(4),
    .category_hotel_review_gallery_element:nth-child(5){
        grid-column: 1/3;
    }

    .category_hotel_review_statistic{
        grid-template-columns: repeat(2, 1fr);
    }

    .category_hotel_review_statistic_digit{
        font-size: 48px;
    }

    .category_hotel_review_statistic_digit span{
        font-size: 25px;
    }

    .category_hotel_review_statistic_text{
        font-size: 16px;
    }

    .category_hotel_review_statistic{
        margin-bottom: 30px;
    }
}

@media(max-width: 510px){
    #block-search {
        background: #ffffff;
        border-radius: 20px 20px 0 0;
        max-width: 1320px;
    }

    .tl-container {
        padding: 11px 15px;
    }

    .category_hotel_hero::after{
        /*background-image: url('/images/category_hotel/back_hero_mobile.png');*/
    }

    .category_hotel_title_h1{
        text-align: center;
        font-size: 32px;
    }

    .category_hotel_stars svg{
        width: 16px;
    }

    .category_hotel_booking_frame{
        top: 600px
    }

    .category_hotel_title{
        margin-bottom: 0;
    }

    .category_hotel_hero_subtitle{
        margin-bottom: 75px;
        margin-top: 10px;

        text-align: center;
        line-height: 120%;
        font-size: 14px;
        width: 80%;
    }

    .category_hotel_block_hero::after{
        display: none;
    }

    .category_hotel_block_hero::before{
        height: 242px;
        background: linear-gradient(0deg, #162947 34.78%, rgba(22, 41, 71, 0.00) 100%);
    }

    .category_hotel_block_hero_content{
        justify-content: flex-end;
    }

    .category_hotel_benefits{
        margin-top: 300px;
    }

    .category_hotel_item{
        width: 100%;
    }

    .category_hotel_caption{
        font-size: 12px;
    }

    .category_hotel_benefits_group{
        column-gap: 20px;
    }

    .category_hotel_icons svg{
        width: 30px;
    }

    .page__content--unset{
        width: unset;
    }

    .category_hotel_card_element{
        height: 550px;
    }

    .category_hotel_card_top{
        left: 15px;
        top: unset;
        bottom: 110px;
    }

    .category_hotel_card_bottom{
        left: 15px;
        bottom: 25px;
        width: 90%;
    }

    .category_hotel_card_bottom_buttons{
        width: 100%;
    }

    .category_hotel_card_bottom_btn_book{
        width: 60%;
    }

    .category_hotel_card_bottom_btn_detail{
        width: 40%;
    }

    .category_hotel_card_video svg{
        padding-left: 0;
    }

    .category_hotel_card_video{
        right: 0;
        left: unset;
        bottom: unset;
        top: 30px;
    }

    .category_hotel_cards{
      margin-top: 310px;
    }
    
    .category_hotel_card_bottom_price{
        display: none;
    }

    .category_hotel_card_top_count_text{
        font-size: 18px;
    }

    .category_hotel_card_top_count_text--mobile{
        padding-left: 5px;
        display: inline;
    }

    .category_hotel_card_top_count{
        align-items: unset;
    }

    .category_hotel_card_top_count_svg{
        margin-right: 5px;
    }

    .category_hotel_card_top_count_svg svg{
        width: 11px;
    }

    .category_hotel_card_top_name{
        font-size: 20px;
    }

    .category_hotel_card_top_count{
        margin-top: 10px;
    }

    .category_hotel_card_top_icon_text{
        top: 10px;
        font-size: 10px;
    }

    .category_hotel_card_top_icon_svg svg{
        width: 130px;
    }

    .category_hotel_card_slider{
        height: calc(100% - 100px);
    }

    .category_hotel_card_element::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100px;
        width: 100%;
        background-color: #000;
        z-index: 1;
    }

    .category_hotel_card_element::after{
        content: "";
        position: absolute;
        bottom: 100px;
        top: unset;
        left: 0;
        width: 100%;
        height: 275px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        z-index: 1;
        border-radius: unset;
    }

    .category_hotel_card_element:not(:last-child) {
        margin-bottom: 35px;
    }

    .category_hotel_service_card_top{
        left: 10px;
    }

    .category_hotel_info_left{
        padding-left: 0;
    }

    .category_hotel_other_stars svg{
        width: 13px;
        height: 13px;
    }

    .category_hotel_other_caption{
        font-size: 26px;
    }

    .category_hotel_other_subtitle{
        font-size: 12px;
    }
}