    :focus {
        outline-style: none;
        outline-width: 0px !important;
        outline-color: none !important;
    }
    .ts_wr_tour{
        display: flex;
        justify-content: space-between;
    }
    .ts_tour_list{
        width: calc(100% - 290px);
    }
    .ts_assets_bar{
        width: 250px;
    }
    .ts_select_city{
        display: flex;
        flex-direction: column;
        max-height: 0;
        overflow-y: scroll;
        visibility: hidden;
    }
    .tur_dur{
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 30px 0;
    }
    .ts_filtr_tour{
        position: sticky;
        top: 30px;
    }
    .ts_wrItemTour{
        margin: 20px 0;
        border: 1px solid #33333317;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        box-shadow: 0px 0px 23px -4px #33333336;
        align-items: stretch;
    }
    .ts_imgItemTour img{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -2px;
    }
    .ts_imgItemTour{
        padding: 0;
        width: 30%;
        position: relative;
        cursor: pointer;
    }
    .ts_contentItemTour{
        flex-grow: 1;
        max-width: calc(70% - 40px);
        padding: 15px;
    }
    .ts_tour-contentHeader{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ts_tour-contentBody h3{
        font-weight: bold;
        margin: 10px 0 15px 0;
        cursor: pointer;
    }
    .ts_tour-contentDuration{
        display: flex;
        align-items: center;
        FONT-WEIGHT: BOLD;
    }
    .ts_tour-contentPrice{
        padding: 10px 22px;
        background: #81e164;
        font-size: 20px;
        color: #080808cc;
        border-radius: 30px;
        font-weight: bold;
    }
    .ts_san{
        background-image: url(https://tourseven.ru/temp/img/icons8-sun.svg);
        width: 30px;
        height: 30px;
        display: inline-block;
        background-position: center;
        background-size: contain;
    }
    .ts_moon{
        background-image: url(https://tourseven.ru/temp/img/8726101_moon_icon.svg);
        width: 24px;
        height: 23px;
        display: inline-block;
        background-position: center;
        background-size: contain;
        margin: -1PX 0 0 10PX;
    }
    .ts_toPrice{
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 4px;
    }
    .ts_toPriceListOnTour{
        font-size: 14px;
    }
    .ts_tour-contentFooter{
        margin: 10px 0;
        display: flex;
        justify-content: space-between;
    }
    .ts_beach_line{
        font-size: 12px;
        margin: 10px 0 -7px 0;
    }
    .ts_dateTour{
        font-size: 20px;
        margin: 10px 0 0;
        font-weight: bold;
    }
    .ts_buttonTour{
        border: 0;
        background: #ffca00;
        padding: 10px 30px;
        border-radius: 4px;
        cursor: pointer;
    }
    .ts_wrPopUp {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        backdrop-filter: blur(8px);
    }
    .ts_wrContent {
        position: absolute;
        top: 50%;
        left: calc(50% - 10px);
        transform: translate(-50%, -50%);
        background: white;
        padding: 20px;
        border-radius: 5px;
        width: calc(100% - 70px);
        max-width: calc(1200px - 40px);
        height: 93vh;
        margin: 0 10px;
    }
    .ts_clouse {
        cursor: pointer;
        font-weight: bold;
        float: right;
    }
    .departCities{
        display: flex;
        align-items: center;
    }
    .ts_filtr_tour input[type=text]{
        padding: 10px;
        width: calc(100% - 20px);
        margin: 3px 0 15px 0;
    }
    .ts_select_filtr{
        display: block;
        padding: 10px 10px;
        width: calc(100% - -2px);
        margin: 3px 0 15px 0;
    }
    .ts_search_tour{
        cursor: pointer;
        border: 0;
        padding: 15px 50px;
        border-radius: 4px;
        background: #8f3b8c;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        transition: all .4s;
        
    }
    .ts_filtr_hotelStar{
        padding-top: 20px;
    }
    .ts_wrItemTour.fixOfer .ts_tour-contentPrice{
        background: #ddd;
    }
    .ts_loader{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 10vh;
    }
    .ts_pu_content{
        width: 100%;
        height: 100%;
    }
    .ts_loader span{
        font-size: 23px;
        text-transform: uppercase;
    }
    .ts_wraper_description_hotel{
        display: flex;
        justify-content: space-between;
        margin: 20px 15px;
        height: calc(100% - 40px);
    }
    .ts_mane_hotel_col{
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: calc(100% - 280px);
        align-content: start;
    }
    .ts_order_col_hotel{
        width: 280px;
    }
    .ts_left_hotel_col{
        width: calc(100% - 315px);
    }
    .ts_tour_conditions_col{
        width: 285px;
        margin: 0 0 0 30px;
    }
    .ts_hotelReviews, .ts_hotelService, .ts_hotelRooms{
        width: 100%;
    }
    .ts_order_data{
        display: flex;
        justify-content: space-between;
    }
    .ts_order_price{
        font-size: 40px;
        font-weight: bold;
        color: #333;
        margin: 0 0 20px auto;
    }
    .ts_order_date{
        font-weight: bold;
        font-size: 19px;
        color: #333;
        display: block;
    } 
    .ts_order_date_title{
        margin: 0 0px 2px 0;
    }
    .ts_order_form_label{
        display: flex;
        flex-direction: column;
    }
    .ts_order_form_label input[type=text]{
        padding: 14px;
        margin: 3px 0px 15px 0;
        border: 1px solid #0089ff;
        background: #fff;
        border-radius: 4px;
    }
    .ts_order_form_buttonSend{
        width: 100%;
        text-transform: uppercase;
        padding: 20px;
        border: 0;
        background: #ddd;
        border-radius: 0px;
        cursor: default;
        transition: all .4s;
    }
    .ts_order_wr_form{
        padding: 24px 20px 40px 20px;
        background: #0088cc14;
        border-radius: 10px;
            position: relative;
    }
    .ts_order_wr_form:before, 
    .ts_order_wr_form:after{
        content: "";
        width: 30px;
        height: 41px;
        display: block;
        position: absolute;
        background: #fff;
        border-radius: 50px;
        top: 50%;
        transform: translateY(-50%);
    }
    .ts_order_wr_form:before{
        left: -21px;
    }
    .ts_order_wr_form:after{
        right: -21px;
    }
    .ts_coichTurister{
        margin: -10px 0 15px 0;
        font-size: 14px;
    }
    .ts_NameHotel{
        font-weight: bold;
        font-size: 23px;
        margin: 0 0 20px 0;
        color: #333;

    }
    .ts_hotelStar{
        background-image: url(https://tourseven.ru/temp/img/hotelStar.jpg);
        padding: 0px 19px 0 0;
        background-size: 49%;
        background-repeat: no-repeat;
        background-position: 14px 9%;
    }
    .ts_order_form_soglasie{
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    .ts_order_form_soglasie span{
        font-size: 13px;
        line-height: 1;
    }
    .buttonSend_active{
        width: 100%;
        text-transform: uppercase;
        padding: 20px 20px 19px 20px;
        border: 0;
        background: #41ef0d;
        border-radius: 10px;
        cursor: pointer;
        border-bottom: 1px solid #2fb707;
    }
    .ts_detail_tour{
        margin: 0 0 20px 0;
    }
    .ts_sostav_tura, .ts_sostav_placement, .ts_sostav_miat{
        margin: 0 0 20px 0;
    }
    .ts_sostav_tura strong, .ts_sostav_placement strong, .ts_sostav_miat strong{
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
    }
    .ts_sostav_tura div, .ts_typemiat_hotel{
        font-size: 14px;
    }
    .ts_sostav_name_place, .ts_typemiat_hotel{
        font-size: 14px;
    }
    .ts_typemiat_hotel, .ts_typemiat_hotel_menu{
        font-size: 14px
    }
     .ts_sostav_typeId_place span, .ts_typemiat_hotel{
        font-weight: bold;
    }
    .ts_feedback_ya-body{
        padding: 15px 0 0 0;
        overflow: hidden;
        max-height: 78px;
    }
    .ts_feedback_ya{
        margin: 0 0 60px 0;
    }
    .ts_feedback_ya-header{
        display: flex;
        align-items: center;
        border-radius: 10px;
        padding: 5px 0 5px 5px;
    }
    .ts_feedback_ya-header_ava{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 10px 0 0;
        box-shadow: 0px 1px 4px 0px #333;
    }
    .ts_feedback_ya-header_ava img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ts_feedback_ya-header_autorName{
        font-weight: bold;
    }
    .ts_feedback_ya-header_date{
        font-size: 13px;
    }
    .ts_feedback_ya-1{
        background-image: url(https://tourseven.ru/temp/img/hotelStar.jpg);
        height: 20px;
        width: 20px;
        margin: 2px 0 2px 1PX;
        background-position: left;
        background-size: contain;
    }
    .ts_feedback_ya-2{
        background-image: url(https://tourseven.ru/temp/img/hotelStar.jpg);
        height: 20px;
        width: 41px;
        margin: 2px 0 2px 1PX;
        background-position: left;
        background-size: contain;
    }
    .ts_feedback_ya-3{
        background-image: url(https://tourseven.ru/temp/img/hotelStar.jpg);
        height: 20px;
        width: 61px;
        margin: 2px 0 2px 1PX;
        background-position: left;
        background-size: contain;
    }
    .ts_feedback_ya-4{
        background-image: url(https://tourseven.ru/temp/img/hotelStar.jpg);
        height: 20px;
        width: 81px;
        margin: 2px 0 2px 1PX;
        background-position: left;
        background-size: contain;
    }
    .ts_feedback_ya-5{
        background-image: url(https://tourseven.ru/temp/img/hotelStar.jpg);
        height: 20px;
        width: 101px;
        margin: 2px 0 2px 1PX;
        background-position: left;
        background-size: contain;
    }
    .ts_items_tour_link{
        color: #333;
        text-decoration: none;
        line-height: 1;
    }
    .ts_items_tour_link span{
        font-size: 9px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .ts_items_tour_link h3{
        margin: 2px 0 10px !important;
    }
    .ts_sostav_placement{
        
    }
    .ts_sostav_miat{
        
    }
    .ts_wr_hoteldetail{
        
    }
    .ts_tourwer_night{
        display: flex;
        align-items: center;
    }
    
    
      
    @media (max-width: 1100px) {
        
    }
    
      
    @media (max-width: 950px) {
        .ts_wraper_description_hotel {
            display: flex;
            justify-content: space-between;
            margin: 20px 16px;
            height: calc(100% - 23px);
            flex-direction: column;
            max-width: calc(100% - 37px);
        }
        .ts_wrContent {
            position: absolute;
            top: 50%;
            left: calc(50% - 10px);
            transform: translate(-50%, -50%);
            background: white;
            padding: 17px;
            border-radius: 5px;
            width: calc(100% - 38px);
            max-width: calc(1200px - 40px);
            height: 90vh;
            margin: 0 10px;
        }
        .ts_pu_content {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            overflow-y: scroll;
        }
        .ts_left_hotel_col {
            width: 100%;
            margin: -12px 0 20px 0;
        }
        .ts_order_col_hotel {
            width: 100%;
        }
        .ts_mane_hotel_col {
            height: auto;
            width: 100%;
        }
        .ts_tour_conditions_col {
            width: 100%;
            margin: 0 0 21px 0px;
        }
        .ts_clouse {
            margin: -14px -10px 0 0;
        }
        .ts_pu_content {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .ts_wr_tour {
            flex-direction: column;
        }
        .ts_tour_list {
            width: 100%;
        }
        .ts_filtr_tour {
            width: calc(100% - -20px);
            margin: 20px -16px -100px -17px;
            padding: 20px;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0px 0px 9px -3px #333;
        }
        .ts_assets_bar {
            
        }
    }
    
      
    @media (max-width: 650px) {
        .ts_toPriceListOnTour {
            font-size: 12px;
        }
        .ts_items_tour_link h3 {
            margin: 4px 0 9px !important;
            font-size: 17px;
        }
        .ts_toPrice, .ts_buttonTour {
            display: none;
        }
        .ts_tour-contentPrice {
            padding: 7px 16px;
            font-size: 16px;
            color: #080808cc;
            border-radius: 30px;
            font-weight: bold;
        }
        .ts_wrItemTour.fixOfer .ts_tour-contentPrice {
            background: #fdcf31;
        }
        .ts_tour-contentDuration {
            font-size: 12px;
        }
        .ts_san {
            width: 23px;
            height: 23px;
        }
        .ts_moon {
            width: 19px;
            height: 19px;
            margin: -1PX 3px 0 10PX;
        }
        .ts_dateTour {
            font-size: 15px;
        }
        .ts_contentItemTour {
            padding: 15px 15px 8px 15px;
        }
        .tur_dur {
            font-size: 24px !important;
            font-weight: normal;
            margin: 0px 0 18px 0;
        }
        
    }
    
      
    @media (max-width: 500px) {
        .ts_search_tour {
            
            width: 100%;
        }
        .ts_toPriceListOnTour {
            display: flex;
            margin: -3px 0 2px 0;
            font-size: 9px;
        }
        .ts_toPriceListOnTour span{
            display: none;
        }
        ts_tour-contentFooter {
            margin: -6px 0 10px;
            display: flex;
            justify-content: space-between;
        }
        .ts_wrItemTour.fixOfer .ts_tour-contentPrice {
            background: #ffffff;
        }
        .ts_tour-contentPrice {
            padding: 0px 0px;
            font-size: 18px;
            color: #080808cc;
            border-radius: 30px;
            font-weight: bold;
        }
        .ts_toPrice {
            font-weight: bold;
            font-size: 9px;
            margin-bottom: 0px;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: none;
        }
        .ts_tour-contentFooter{
            margin: -5px 0 10px 0;
        }
        #ts_fly{
            margin: 0 0 0 0px;
        }
        #ts_hotel{
            margin: 0 0 0 5px;         
        }
        #ts_miat{
            margin: 0 0 0 5px;          
        }
        .ts_tourwer_night{
            margin: 0 0 0 5px;
        }
        .ts_items_tour_link h3 {
            margin: -1px 0 7px !important;
            font-size: 14px;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 103%;
            overflow: hidden;
        }
        .ts_dateTour {
            font-size: 11px;
        }
        .ts_toPrice{
            display: none;
        }
        .ts_tour-contentPrice {
            padding: 0px 0px;
            font-size: 15px;
            color: #080808cc;
            border-radius: 30px;
            font-weight: bold;
        }
        .ts_tour-contentFooter {
            margin: -12px 0 0px 0;
        }
        .ts_contentItemTour {
            padding: 9px 10px 8px 10px;
        }
        .ts_contentItemTour {
            flex-grow: 1;
            max-width: calc(70% - 25px);
        }
        .ts_items_tour_link span {
            font-size: 7px;
            text-transform: uppercase;
            font-weight: bold;
        }
        .ts_tour-contentBody{
            margin: -8px 0 0 0;
        }
        .ts_san {
            width: 15px;
            height: 15px;
            /* display: none; */
        }
        .ts_moon {
            width: 12px;
            height: 13px;
            margin: -1PX 3px 0 0PX;
            /* display: none; */
        }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    