@charset "UTF-8";

*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}

html,body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;}

body{
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: normal;
    text-decoration: none;
    text-align: left;}

#app-searchForm-widget input[type="text"], #app-searchForm-widget select{
    outline: none;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;}

#app-searchForm-widget input[type="text"]{color: #4f4f4f;}

#app-searchForm-widget select{
    background-image: url('../images/arr-down.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 10px;
    border: 0 none;
    cursor: pointer;
    /*width: 100%;*/
    color: #4f4f4f}

#app-searchForm-widget input[type="checkbox"]{
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    top: 2px;}

.app-searchForm_productDrop{position: absolute; left: 0; /*bottom: 0; */top: 0; width: 130px;}

.app-searchForm_productDrop .t-searchForm_label{color: #999999;}

#app-searchForm-widget .app-searchForm_productDrop select{
    background-image: url('../images/arr-down-white.png');
    background-color: #323844;
    color: #fff;
    height: 50px;
    padding: 19px 5px 0;
    width: 100%;
    background-position: right+5px center;
    border-radius: 0}

.app-searchForm_productDrop select option{
    height: 65px;
    background: #fff;
    color: #4f4f4f;
    padding: 0 5px}

.app-searchForm_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0 -2px;
}

.app-searchForm_list .app-searchForm_item{
    padding: 0 16px 24px;
}

.app-searchForm_list .app-searchForm_item .app-searchForm_link{
    /*color: #fff;*/
    color: #3E3E3E;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

.app-searchForm_list .app-searchForm_item .app-searchForm_link:before{
    content: '';
    height: 4px;
    background: #0064CE;
    position: absolute;
    bottom: -7px;
    border-radius: 20px;
    left: 50%;
    right: 50%;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.app-searchForm_list .app-searchForm_item .app-searchForm_link:hover:before,
.app-searchForm_list .app-searchForm_item.t-searchForm_tabCurrent .app-searchForm_link:before{
    left: 0;
    right: 0;
}

.app-searchForm_ver-1 .app-searchForm_list .app-searchForm_item{padding: 0 2px;}

.app-searchForm_ver-1 .app-searchForm_list .app-searchForm_item .app-searchForm_link:before{display: none}

.app-searchForm_ver-1 .app-searchForm_list .app-searchForm_item .app-searchForm_link{
    height: 44px;
    border-radius: 8px 8px 0 0;
    background: rgba(0,0,0,.2);
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    font-weight: 900;
    display: flex;
    align-items: center;}

.app-searchForm_ver-1 .app-searchForm_list .app-searchForm_item.t-searchForm_tabCurrent .app-searchForm_link,
.app-searchForm_ver-1 .app-searchForm_list .app-searchForm_item:hover .app-searchForm_link{
    background: rgba(0,0,0,.4);}

.app-searchForm_ver-1 .app-searchForm_nav{padding: 0 16px;}

.app-searchForm_content{padding-bottom: 1px;}

.app-searchForm_wrapper{display: none; position: relative}

.app-searchForm_wrapper.t-searchForm_visible{display: block}

.app-searchForm_ver-1 .app-searchForm_content .app-searchForm_inner{
    padding: 8px;
    background: rgba(0,0,0,.4);
    border-radius: 16px;}

.app-searchForm_content .app-searchForm_body{
    display: flex;
    border: 1px solid #cfd7df;
    background: #fff;
    padding: 8px;
    border-radius: 16px;}

.app-searchForm_content .app-searchForm_fieldsContainer{
    flex-basis: 100%;}

.app-searchForm_content .app-searchForm_buttonContainer{
    flex-basis: 96px;}

.t-searchForm_formPart{
    border-right: 1px solid #CFD7DF;
    /*padding: 0 5px;*/
    height: 64px;
    float: left;
    font-size: 14px;
    color: #3E3E3E}

.t-searchForm_formPart:last-of-type{border-right: 0 none}

.t-searchForm_flightsRoute_left .t-searchForm_formPart:last-of-type{ border-right: 1px solid #CFD7DF;}

.app-search_productTour .t-searchForm_formPart.t-formPart1{width: 14%}
.app-search_productTour .t-searchForm_formPart.t-formPart2{width: 40%}
.app-search_productTour .t-searchForm_formPart.t-formPart3{width: 21%}
.app-search_productTour .t-searchForm_formPart.t-formPart4{width: 14%}
.app-search_productTour .t-searchForm_formPart.t-formPart5{width: 11%}

.app-search_productHotel .t-searchForm_formPart.t-formPart1{width: 52%}
.app-search_productHotel .t-searchForm_formPart.t-formPart2{width: 16%}
.app-search_productHotel .t-searchForm_formPart.t-formPart3{width: 16%}
.app-search_productHotel .t-searchForm_formPart.t-formPart4{width: 16%}

.app-search_productPackage .t-searchForm_formPart.t-formPart1{width: 17%}
.app-search_productPackage .t-searchForm_formPart.t-formPart2{width: 34%}
.app-search_productPackage .t-searchForm_formPart.t-formPart3{width: 21%}
.app-search_productPackage .t-searchForm_formPart.t-formPart4{width: 17%}
.app-search_productPackage .t-searchForm_formPart.t-formPart5{width: 11%}

.app-search_productFlight .t-searchForm_formPart.t-formPart1{width: 28%}
.app-search_productFlight .t-searchForm_formPart.t-formPart2{width: 46%}
.app-search_productFlight .t-searchForm_formPart.t-formPart3{width: 26%}
.app-search_productFlight .t-searchForm_formPart.t-formPart4{width: 40%}
.app-search_productFlight .t-searchForm_formPart.t-formPart5{width: 30%}
.app-search_productFlight .t-searchForm_formPart.t-formPart6{width: 30%}

.app-search_productExcursion .t-searchForm_formPart.t-formPart1{width: 60%}
.app-search_productExcursion .t-searchForm_formPart.t-formPart2{width: 20%}
.app-search_productExcursion .t-searchForm_formPart.t-formPart3{width: 20%}

.app-search_productTransfer.t-form__oneWay .t-searchForm_formPart{width: 25%}
.app-search_productTransfer.t-form__roundTrip .t-searchForm_formPart.t-formPart1,
.app-search_productTransfer.t-form__roundTrip .t-searchForm_formPart.t-formPart2{width: 25%}
.app-search_productTransfer.t-form__roundTrip .t-searchForm_formPart.t-formPart3,
.app-search_productTransfer.t-form__roundTrip .t-searchForm_formPart.t-formPart4,
.app-search_productTransfer.t-form__roundTrip .t-searchForm_formPart.t-formPart5{width: 16.6667%}

.app-search_productRcar .t-searchForm_formPart.t-formPart1{width: 60%}
.app-search_productRcar .t-searchForm_formPart.t-formPart2,
.app-search_productRcar .t-searchForm_formPart.t-formPart3{width: 20%}

.t-searchForm_label{
    color: #3E3E3E;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    top: 11px;
    line-height: 16px;
    padding: 0 5px;
    pointer-events: none;}

.t-searchForm_formPart .t-searchForm_field{position: relative}

#app-searchForm-widget select.t-searchForm_styledSelect{
    outline: none;
    width: 100%;
    display: block;
    border: 0 none;
    background-color: #fff;
    height: 100%;
    font-size: 1em;
    padding: 22px 5px 0;
    background-position: right+5px center}

select.t-searchForm_styledSelect:focus{outline: 0;}

#app-searchForm-widget .t-searchForm_input{
    background-color: #fff;
    padding: 23px 5px 0;
    outline: none;
    border: 0 none;
    border-radius: 0;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}

#app-searchForm-widget .t-searchForm_input.hasDatepicker.t-searchForm_hasFlexDate{padding-right: 90px;}

.t-searchForm_flexDate{
    font-size: 0.875em;
    letter-spacing: -0.8px;
    margin-left: 3px;
    line-height: 14px;
    display: inline-block;
    position: absolute;
    right: 31px;
    top: 35px;
    color: #000}

.t-checkedPlace_close{
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #757575;
    cursor: pointer;
    font-family: 'Arial';
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    font-weight: 700;}

.t-checkedPlace_close:hover{background: #FFB900}

.t-searchForm_value{position: relative; height: 63px; }

.t-searchForm_placeContainer{height: 100%; overflow: hidden; padding: 33px 5px 0;}

.t-searchForm_placeContainerInner{
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 65px;}

.t-searchForm_placeContainer .t-inputPlace{
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;}

.t-searchForm_placeContainer .t-inputEnterText{
    width: 100%;
    display: inline-block;
    min-width: 50px;
    position: relative;
    z-index: 2;}

.t-searchForm_placeContainer .t-inputEnterText input[type="text"] {
    width: 100%;
    height: 20px;
    display: inline-block;
    padding: 0 5px 0 0;
    border: 0 none;
    box-shadow: none;
    min-width: 50px;
    line-height: normal;}

.t-searchForm_placeContainer .t-checkedPlaceBox{
    display: inline-block;
    vertical-align: top;}

.t-searchForm_placeContainer .t-checkedPlace{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 20px;
    line-height: 20px;
    cursor: pointer;
    margin-right: 3px;}

.t-searchForm_placeContainer .t-checkedPlace_close{
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;}

.t-searchForm_placeContainer .t-inputBuffer{
    visibility: hidden;
    position: absolute;
    width: auto;
    height: auto;}

.t-searchForm_value .t-under_checkedPlace{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.t-searchForm_calendarContainer, .t-searchForm_guestContainer, .t-searchForm_nightsContainer{height: 100%}

.t-searchForm_calendarDropDown{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;}

.t-searchForm_calendarDropDown #ui-datepicker-div{
    position: relative!important;
    left: 0!important;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;}

.t-searchForm_nightsGrid{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 22px 5px 0;
    margin: 0 -3px;}

.t-searchForm_nightsCol{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    padding: 0 3px;}

.t-searchForm_nightsCol select{margin-left: 5px;}

.app-searchForm_radio{
    padding-bottom: 8px}

.app-searchForm_radio .t-form__radioPoint{
    margin-right: 15px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer}

.app-searchForm_radio .t-form__radioPoint:last-child{margin-right: 0}

.app-searchForm_radio .t-form__circle{
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #cecece;
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%) inset;
    position: absolute;
    left: 0;
    top: 0}

.app-searchForm_radio .t-form__radioPoint.t-form__radioActive .t-form__circle{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}

.app-searchForm_radio .t-form__radioPoint.t-form__radioActive .t-form__circle:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffd400;
    top: 2px;
    left: 2px;
    border-radius: 100%;}

.t-searchForm_flightsRoute_left{
    float: left;
    width: 60%;}

.t-searchForm_flightsRoute_right{
    float: left;
    width: 40%;}

.app-searchForm_buttonContainer{
    padding: 4px 5px 4px 4px;}

.app-searchForm_buttonContainer .app-searchForm_btn{
    cursor: pointer;
    border: 0 none;
    text-align: center;
    outline: none;
    -webkit-appearance: none;
    color: #fff;
    font-weight: 700;
    display: block;
    font-size: 1em;
    line-height: normal;
    background: #0064CE;
    height: 64px;
    line-height: normal;
    width: 100px;
    border-radius: 16px;
    padding: 20px 0;
    border: 0 none;
    color: #fff;}

.app-searchForm_buttonContainer .app-searchForm_btn:hover{background: #0540D0}

.app-searchForm_buttonContainer .app-searchForm_btn svg{display: none; fill: #0d4689; height: 24px; width: 24px; margin: 0 auto}

#content.is-busy {-webkit-filter: blur(2px);filter: blur(2px);}

.app-searchForm_wrapper .contact-form textarea,
.app-searchForm_wrapper .contact-form input[type="text"],
.app-searchForm_wrapper .contact-form input[type="email"]{
    background: #fff;
    font-size: 14px;
    width: 100%;
    color: #1e1e1e;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #CFD7DF;
    border-radius: 8px;
    outline: none;
}

.app-searchForm_wrapper .contact-form textarea{
    max-width: 100%;
    display: block;
    height: 80px;
    resize: none;
    vertical-align: top;
    overflow: auto;
    padding: 10px 12px;
    font-family: 'Roboto';
}

.app-searchForm_wrapper .contact-form input[type="text"],
.app-searchForm_wrapper .contact-form input[type="email"]{
    height: 50px;
    padding: 0 12px;
}

.app-searchForm_wrapper .contact-form .offset-form-col{
    padding-right: 235px;
    position: relative;
    margin: 0 -4px;
}

.app-searchForm_wrapper .contact-form.horizontal-pos .form-field{
    float: left;
    padding: 0 4px;
    margin-top: 8px;
}

.app-searchForm_wrapper .contact-form .error-message{font-size: 12px; color: red}

.app-searchForm_wrapper .contact-form.horizontal-pos .form-col-3 .form-field.col-1 {
    width: 33.3333%;
}

.app-searchForm_wrapper .contact-form.horizontal-pos .col-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 236px;
}

.app-searchForm_wrapper .contact-form .yellow-btn-50{
    display: block;
    width: 100%;
}

.app-searchForm_wrapper input.yellow-btn-50,
.app-searchForm_wrapper .yellow-btn-50 {
    height: 50px;
    background: #0064CE;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 50px;
    border-radius: 8px;
    border: 0 none;
}

.app-searchForm_wrapper input.yellow-btn-50:hover,
.app-searchForm_wrapper .yellow-btn-50:hover {
    background: #0540D0;
}

.app-searchForm_wrapper input.yellow-btn-50.disable,
.app-searchForm_wrapper input.yellow-btn-50.disable:hover,
.app-searchForm_wrapper .yellow-btn-50.disable,
.app-searchForm_wrapper .yellow-btn-50.disable:hover {
    background: #CCCCCC !important;
    color: rgba(0, 0, 0, 0.4) !important;
    opacity: 1;
    cursor: default;
}

.app-searchForm_wrapper .contact-form .rfp_name_field_1 {
    display: none;
    visibility: hidden;
}

.app-searchForm_params{
    padding: 12px 0 0;
    font-size: 12px;
    line-height: 16px;
}

.app-searchForm_params .formParams-grid{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: -12px;
}

.app-searchForm_params .formParams-grid .formParams-grid_col{
    padding: 12px;
}

.app-searchForm_params .app-searchForm_checkBox{
    position: relative;
    padding-left: 20px;
    display: inline-block;
    margin: 0 16px 8px 0;
}

.app-searchForm_params .app-searchForm_checkBox:last-of-type{margin-right: 0}

#app-searchForm-widget .app-searchForm_checkBox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 1px;
    margin: 0;
}

.app-searchForm_params input[type="text"]{
    height: 35px !important;
    border: 1px solid #CFD7DF;
    border-radius: 8px;
    padding: 0 8px;
}

.app-searchForm_params .t-searchForm_label{
    position: relative;
    top: 0;
    padding: 0 0 6px;
}
/************************************************************************/
/****************************** DROPDOWN ********************************/
/************************************************************************/

/******************************** UI-DATEPICKER **********************************/

.ui-helper-hidden { display: none; }

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;}

.ui-widget-overlay{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-widget-content {
    border: 1px solid #F5F5F5;
    background: #fff;
    color: #4F4F4F;
    padding: 24px;}

.app-searchForm_container.t-searchForm_viewVertical .ui-widget-content{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    right: 0;
}

.ui-widget-content a {color: #4F4F4F; text-decoration: none}

.ui-widget-header {font-weight: 700;}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #fff;
    font-weight: normal;
    outline: none;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    padding: 0;
    font-size: 0.8125em;
    border-radius: 100%;}

.ui-datepicker .ui-state-disabled .ui-state-default {
    color: #BDBDBD;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {background-color: #0064CE; ; font-weight: 700; color: #fff; outline: none; }

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover{background: none}

.ui-state-hover a,
.ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }

.ui-state-active,
.ui-widget-content .ui-state-active {background-color: #0064CE; font-weight: 700; color: #fff; outline: none; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {font-weight: 700;background: #fff; color: #3E3E3E}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a { color: #363636; }

.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }

.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }

.ui-slider-horizontal{padding: 0}

.datepicker-box{position: fixed; top: 0; left: 0; z-index: 8;}

.ui-datepicker .ui-datepicker-header { position:relative; padding: 0 40px 15px; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 34px; height: 14px;}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover { border: none; cursor: pointer;}

.ui-datepicker .ui-datepicker-prev { left:4px; }

.ui-datepicker .ui-datepicker-next { right:4px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {width: 34px; height: 14px; display: block; position: absolute; left:0;top: 0; background: none; overflow: visible }

.ui-datepicker .ui-datepicker-prev span:before{
    content: '';
    height: 6px;
    width: 6px;
    border-left: 1px solid #4F4F4F;
    border-bottom: 1px solid #4F4F4F;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 4px;}

.ui-datepicker .ui-datepicker-next span:after,
.ui-datepicker .ui-datepicker-prev span:after{
    content: '';
    width: 34px;
    height: 1px;
    background: #4F4F4F;
    position: absolute;
    right: 0;
    display: block;
    top: 50%;}

.ui-datepicker .ui-datepicker-next span:before{
    content: '';
    height: 6px;
    width: 6px;
    border-left: 1px solid #4F4F4F;
    border-bottom: 1px solid #4F4F4F;
    position: absolute;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 0;
    top: 4px;}

.ui-datepicker .ui-datepicker-title { margin: 0 5px; line-height: 1.8em; text-align: center; }

.ui-datepicker .ui-datepicker-title select { float:left; margin:5px 0 0; }

.ui-datepicker select.ui-datepicker-month-year {width: 100%;}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; height: 20px;}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }

.ui-datepicker table {width: 100%; border-collapse: collapse; }

.ui-datepicker th {text-align: center; text-transform: capitalize; font-size: 0.875em}

.ui-datepicker td { border: 0; padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }

a.t-searchForm_ticketBtn{
    color: #4F4F4F;
    border: 1px solid #BDBDBD;
    line-height: 38px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    font-weight: 500;
    margin-top: 24px;
    text-decoration: none;
}

a.t-searchForm_ticketBtn:hover{background: #E4E4E4; border-color: #E4E4E4;}

.t-form__datepicker.is-disabled {background-color: #eeeeee;}
/****************************** GUEST ********************************/
.t-searchForm_drop {
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    border: 1px solid #F5F5F5;
    border-top: 0 none;
    padding: 15px;
    line-height: 25px;
    display: inline-block;
    min-width: 300px;
    font-size: 0.875em;
    position: relative;
    z-index: 8}

.t-searchForm_activeGuests{
    font-size: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px;
    cursor: pointer}

.t-activeGuests_item{
    background: url('/static/images/sprites/people_small_icons.png') 0 0 no-repeat;
    width: 11px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;}

.t-activeGuests_item.t-searchForm_adult{background-position: center -10px;}
.t-activeGuests_item.t-searchForm_child{background-position: center -58px;}

.t-searchForm_guestsDropdown,
.t-searchForm_nightsDropdown{
    width: 320px;
    display: none;
    padding: 15px;
    /*position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    line-height: 25px;
    cursor: default;
    border-top: 0 none;
    font-size: 0.875em;
    padding: 15px;*/}

.t-room-label{
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;}

.t-room-label:before {
    content: ' ';
    position: absolute;
    background: #d4d7da;
    height: 1px;
    display: block;
    top: 13px;
    left: 0;
    right: 0;}

.t-room-label span {
    display: inline-block;
    color: #999999;
    padding: 0 5px;
    background: #fff;
    position: relative;
    font-size: 12px;}

.t-room-remove{
    font-size: 12px;
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 0 0 15px;
    float: right;
    text-decoration: none;
    color: #4F4F4F;
    font-weight: 500;}

.t-room-remove:hover{text-decoration: underline}

.t-adult-quantityItem{
    display: flex;
    justify-content: space-between;}

.t-adult-quantityItem_count{
    width: 115px;
    padding-left: 10px;}

.t-quantityItem_count:after{
    content: "";
    display: block;
    clear: both;}

.t-quantityItem_count + .t-quantityItem_count{margin-top: 20px;}

.t-quantityItem__field{
    height: 30px;
    text-align: center;
    width: calc(100% - 60px);
    line-height: 30px;
    float: left;
    font-weight: 700;
    cursor: default;}

.t-quantityItem__minus,
.t-quantityItem__plus{
    line-height: 28px;
    font-size: 24px;
    background: none;
    border: 1px solid #BDBDBD;
    color: #4F4F4F;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;}

.t-quantityItem__minus:hover,
.t-quantityItem__plus:hover{
    background: #4F4F4F;
    border-color: #4F4F4F;
    color: #fff;}

.t-child-quantityItem_row{
    margin-top: 15px;
    display: block;
    position: relative;
    padding-right: 20px;}

.t-checkedPlace_close{
    position: absolute;
    right: 0;
    top: 3px;}

.t-child-quantityItem_add,
.t-item_add{
    border: 1px solid #BDBDBD;
    background: none;
    height: 40px;
    font-weight: 500;
    color: #4F4F4F;
    border-radius: 8px;
    padding: 12px 0;
    margin-top: 15px;
    text-align: center;
    display: block;
    line-height: 16px;
    position: relative;
    cursor: pointer}

.t-child-quantityItem_add:hover span,
.t-item_add:hover span{text-decoration: underline}

.t-child-quantityItem_add span,
.t-item_add span{
    display: inline-block;
    position: relative;
    padding-left: 15px;}

.t-child-quantityItem_add span:before,
.t-item_add span:before{
    content: '+';
    position: absolute;
    font-size: 17px;
    left: 0;
    top: 0;}

select.t-child_agesSelect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    opacity: 0!important;
    z-index: 5;
    background: 0 0;
    outline: none;
    height: 100%!important;
    cursor: pointer;}
/*
.t-searchForm_nightsContainer .t-searchForm_nightsDropdown{
    width: 220px;
}*/

/****************************** DROPDOWN ********************************/
.t-searchForm_placeList{
    max-height: 340px;
    overflow-y: auto;
    padding-right: 10px;}

.t-searchForm_placeList .t-searchForm_categoryName{
    position: relative;
    line-height: 16px;
    padding: 8px 15px;
    cursor: default;
    background: #F5F5F5;
    font-weight: 700;;
    font-size: 13px;
    color: #4F4F4F;
    margin: 8px 0;}

.t-searchForm_placeList .t-searchForm_categoryName .clear-link{
    color: #FFB900;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    font-weight: 500;}

.t-searchForm_placeList .t-searchForm_categoryName .clear-link:hover{text-decoration: underline}

.t-searchForm_placeList .place-list-item{
    cursor: pointer;
    font-size: 13px;
    position: relative;
    line-height: 16px;
    padding: 8px 15px;}

.t-searchForm_placeList .place-list-item:hover,
.t-searchForm_placeList .place-list-item.is-check {
    background: #eef5fc;}

.custom-checkbox{
    background-color: #fff;
    height: 14px;
    width: 14px;
    border-radius: 2px;
    border: 1px solid #4F4F4F;
    text-align: center;
    position: relative;
    line-height: 14px;}

.custom-checkbox.checked{
    border-color: #FFB900;
    background: #FFB900;}

.custom-checkbox.checked:after{
    content: '';
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    text-align: center;
    position: absolute;
    left: 1px;
    top: 2px;
    color: #fff;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);}

.t-searchForm_placeList .custom-checkbox {
    position: absolute;
    right: 5px;
    top: 9px;
    display: none;}

.t-searchForm_placeList .place-list-item:hover,
.t-searchForm_placeList .place-list-item.hover{padding-right: 40px;}

.t-searchForm_placeList .place-list-item:hover .custom-checkbox,
.t-searchForm_placeList .place-list-item.hover .custom-checkbox {
    display: block;}

.t-searchForm_currentNights .t-searchForm_input{cursor: pointer}
/************************************************************************/
/************************** ADDITIONAL PARAMS ***************************/
/************************************************************************/
.app-additionalParams_drop{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    border: 1px solid #F5F5F5;
    z-index: 8;
    border-radius: 0 0 0 8px;
    padding: 14px;
    font-size: 13px;
    display: none}

.app-additionalParams_show{
    text-align: right;
    padding-top: 5px;}

.app-additionalParams_show span,
.app-additionalParams_close{
    font-size: 13px;
    cursor: pointer;
    padding-right: 16px;
    position: relative
}

.app-additionalParams_show svg,
.app-additionalParams_close svg{
    height: 16px;
    position: absolute;
    right: 0;
    top: 0}

.app-additionalParams_close{
    position: absolute;
    top: 100%;
    right: 0;
    padding: 2px 22px 4px 8px;
    background: #FDFDFD;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);}

.app-additionalParams_close svg{right: 6px; top: 1px;}

.app-additionalParams_close:hover,
.app-additionalParams_show span:hover{text-decoration: underline}

.app-additionalParams_wrap{margin: 0 -7px;}

.app-additionalParams_wrap.is-blur{
    -webkit-filter: blur(2px);
    filter: blur(2px);}

.app-additionalParams_wrap.t-fake{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/loading.gif") no-repeat center;
}

.app-additionalParams_col{
    float: left;
    padding: 0 7px;}

.app-additionalParams_col:nth-child(1){width: 21%}
.app-additionalParams_col:nth-child(2){width: 19%}
.app-additionalParams_col:nth-child(3){width: 38%}
.app-additionalParams_col:nth-child(4){width: 22%}

.app-additionalParams_spacer{padding: 0 15px;}

.app-additionalParams_title{
    position: relative;
    line-height: 16px;
    padding: 8px 15px;
    cursor: default;
    background: #F5F5F5;
    font-weight: 700;
    font-size: 13px;
    color: #4F4F4F;
    margin: 8px 0;}

.app-additionalParams_scrollWrap{
    overflow-y: auto;
    max-height: 180px;
    padding: 0 4px;
    margin: 0 -4px;}

.app-additionalParams_col:nth-child(3) .app-additionalParams_scrollWrap{max-height: 140px;}

.app-additionalParams_field{margin: 7px 0}

.app-additionalParams_drop .t-stdInput[type="text"]{
    border: 1px solid #cecece;
    width: 100%;
    height: 30px;
    padding: 0 10px;}

.app-searchForm_checkList{
    padding: 0;
    margin: 0}

.app-searchForm_groupName{
    font-weight: 700;
    padding: 5px 0;
    cursor: default;}

.app-searchForm_checkList li{
    list-style: none;
    display: block;
    position: relative;
    margin: 1px -4px;}

.app-searchForm_checkList li label{
    padding: 2px 4px;
    display: block;
    cursor: pointer}

.app-searchForm_checkList li label.t-upper-text{text-transform: uppercase}

.app-searchForm_checkList li > label:hover,
.app-searchForm_checkList li.t-check label{background: #FFF0A0}

.app-searchForm_checkList li.t-level1{padding-left: 19px; margin-left: 0; margin-right: 0}

.app-searchForm_checkList li.t-level1 > label{margin: 0 -4px;}

.app-searchForm_checkList li .t-listToggle{
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #999999;
    border-radius: 2px;
    left: 0;
    top: 4px;}

.app-searchForm_checkList li .t-listToggle:before,
.app-searchForm_checkList li .t-listToggle:after{
    content: '';
    background: #999999;
    position: absolute;}

.app-searchForm_checkList li .t-listToggle:before{
    width: 7px;
    height: 1px;
    left: 2px;
    top: 5px;}

.app-searchForm_checkList li .t-listToggle:after{
    height: 7px;
    width: 1px;
    top: 2px;
    left: 5px;}

.app-searchForm_checkList li .t-listToggle.t-minus:after{display: none}

.app-additionalParams_label{
    margin-bottom: 2px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;}

.app-additionalParams_optionGrid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -7px;}

.app-additionalParams_optionCol{padding: 0 7px;}

.app-additionalParams_optionVal{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;}

.app-additionalParams_optionVal label{white-space: nowrap}

.app-additionalParams_entryGrid{margin: 7px -7px;}

.app-additionalParams_entryCol{
    padding: 0 7px;
    float: left;
    width: 50%}

.app-additionalParams_bordered + .app-additionalParams_bordered{
    padding-top: 12px;
    border-top: 1px solid #cecece;
    margin-top: 15px;
}

/************************************************************************/
/****************************** SHORT FORM ******************************/
/************************************************************************/
.t-searchForm_viewShort .app-searchForm_content .app-searchForm_inner{
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}

.t-searchForm_viewShort .app-searchForm_content{font-size: 0.875em; position: relative}

.t-searchForm_viewShort .app-searchForm_content.has-product-switcher{padding-left: 130px;}

.t-searchForm_viewShort .t-searchForm_formPart{height: 48px;}

.t-searchForm_viewShort .t-searchForm_value{height: 47px;}

.t-searchForm_viewShort .app-searchForm_content .app-searchForm_body{padding: 0; border-radius: 0}

.t-searchForm_viewShort .t-searchForm_label{top: 7px;}

.t-searchForm_viewShort select.t-searchForm_styledSelect,
.t-searchForm_viewShort .t-searchForm_input{padding-top: 19px;}

.t-searchForm_viewShort .t-searchForm_placeContainer{padding-top: 25px;}

.t-searchForm_viewShort .t-searchForm_flexDate{top: 26px;}

.t-searchForm_viewShort .app-searchForm_buttonContainer .app-searchForm_btn{height: 40px; width: 42px; font-size: 0; padding: 0; border-radius: 8px;}

.t-searchForm_viewShort .app-searchForm_buttonContainer .app-searchForm_btn svg{display: block;}

.t-searchForm_viewShort .app-searchForm_content .app-searchForm_buttonContainer {flex-basis: 51px;}

.t-searchForm_viewShort .t-checkedPlace_close{
    height: 14px;
    width: 14px;
    line-height: 12px;}

.t-searchForm_viewShort .t-searchForm_placeContainer .t-checkedPlace{padding-right: 17px;}

.t-searchForm_viewShort .app-searchForm_productDrop{display: block!important;}

.t-searchForm_viewShort .app-searchForm_radio{color: #fff;}

.top_filters_box #app-searchForm-widget{padding: 10px 0}

/************************************************************************/
/**************************** VERTICAL FORM *****************************/
/************************************************************************/
.t-searchForm_viewVertical{max-width: 380px;}

.t-searchForm_viewVertical .app-searchForm_buttonContainer .app-searchForm_btn{width: 100%; height: 45px; padding: 10px 0;}

.t-searchForm_viewVertical .app-searchForm_content .app-searchForm_inner{border-radius: 0}

.t-searchForm_viewVertical .t-searchForm_flightsRoute_left,
.t-searchForm_viewVertical .t-searchForm_flightsRoute_right{
    float: none;
    width: 100%;
}

.t-searchForm_viewVertical .t-searchForm_formPart{width: 100%!important; border: 1px solid #CFD7DF; margin-bottom: 8px;}

.t-searchForm_viewVertical .t-searchForm_formPart:last-of-type{border-bottom: 1px solid #F5F5F5;}

.t-searchForm_viewVertical .app-searchForm_content .app-searchForm_body{flex-direction: column; border: 0 none; padding: 0}

.t-searchForm_viewVertical  .t-searchForm_formPart,
.t-searchForm_viewVertical  .t-searchForm_formPart select,
#app-searchForm-widget .t-searchForm_viewVertical .t-searchForm_input.hasDatepicker{border-radius: 8px}

#app-searchForm-widget .t-searchForm_viewVertical select.t-searchForm_styledSelect,
#app-searchForm-widget .t-searchForm_viewVertical .t-searchForm_input.hasDatepicker{height: calc(100% - 2px)}

.t-searchForm_viewVertical .app-searchForm_content .app-searchForm_buttonContainer{flex-basis: auto;}

.t-searchForm_viewVertical .app-searchForm_buttonContainer{padding: 8px 0 0}

.t-searchForm_viewVertical .app-searchForm_list .app-searchForm_item{display: none}

.t-searchForm_viewVertical .app-searchForm_list .app-searchForm_item:nth-child(1),
.t-searchForm_viewVertical .app-searchForm_list .app-searchForm_item:nth-child(2),
.t-searchForm_viewVertical .app-searchForm_list .app-searchForm_item:nth-child(3){display: block}

.t-searchForm_viewVertical .app-searchForm_list{justify-content: flex-start}

.t-searchForm_viewVertical .app-searchForm_nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: visible;
}

.app-searchForm_more{display: none}

.t-searchForm_viewVertical .app-searchForm_more{display: block}

.app-searchForm_more .app-searchForm_moreBtn{display: inline-block; color: #3E3E3E; font-size: 14px; text-decoration: underline; cursor: pointer; position: relative; margin-right: 10px;}

.app-searchForm_more .app-searchForm_moreBtn:hover{text-decoration: none}

.app-searchForm_more .app-searchForm_moreBtn:before{
    content: '';
    border-top: 5px solid #ffffff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -2px;
}

.app-searchForm_more .app-searchForm_moreDrop{
    background: white;
    -webkit-box-shadow: 3px -4px 14px rgba(53, 59, 64, 0.12), 3px 12px 14px rgba(53, 59, 64, 0.12);
    -moz-box-shadow: 3px -4px 14px rgba(53, 59, 64, 0.12), 3px 12px 14px rgba(53, 59, 64, 0.12);
    box-shadow: 3px -4px 14px rgba(53, 59, 64, 0.12), 3px 12px 14px rgba(53, 59, 64, 0.12);
    border-radius: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0 12px;
    overflow: hidden;
}

.app-searchForm_more .app-searchForm_moreItem{padding: 8px 16px; cursor: pointer; font-size: 14px; color: #3E3E3E}

.app-searchForm_more .app-searchForm_moreItem:hover{background: #eef5fc}
/*
body.style-cabinet .hotel_search,
body.style-cabinet .transfer,
body.style-cabinet .listing-content,
body.styled-content .hotel_search,
body.styled-content .transfer,
body.styled-content .listing-content{background: transparent}
.hotel_search .top_filters .options_block{background: transparent!important;}*/
/*
.t-searchForm_mobile{display: none}*/

.hotel_point .rating-block .hint-rating-block{left: auto; margin-left: 0; right: 0}

.price_list .hover-hint-container.top-hint-pos .hover-hint-wrap{right: 0; left: auto; margin: 0}

.price_list .hover-hint-container.top-hint-pos .hover-hint-wrap:after{right: 15px; margin: 0;}

body .options_block, body .hotel_detail, body .change-search-container, body .hotel_search, body .transfer, body .listing-content{background: transparent}

.t-searchForm_modalHeader{background: #f8f8f8;border-bottom: 1px solid #e7e7e7; height: 45px; padding: 13px 40px; position: relative; line-height: normal}
.t-searchForm_modalTitle{text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-weight: 700;font-size: 14px;color: #4F4F4F;}
.t-searchForm_modalClose{position: absolute; right: 10px; top: 50%; height: 24px; width: 24px; margin-top: -12px; cursor: pointer}
.t-searchForm_modalClose:before, .t-searchForm_modalClose:after,
.t-searchForm_modalInputClear:before, .t-searchForm_modalInputClear:after{content:''; height: 24px; width: 4px; background: #C6C6C6; position: absolute; left: 10px;}
.t-searchForm_modalClose:before, .t-searchForm_modalInputClear:before{transform: rotate(45deg);}
.t-searchForm_modalClose:after, .t-searchForm_modalInputClear:after{transform: rotate(-45deg);}
.t-searchForm_drop, .datepicker-box{/*position: fixed; top: 0; left: 0; right: 0; bottom: 0; */padding: 0; z-index: 99999; background: #fff; width: 100%}
.t-adult-quantityItem, .t-child-quantityItem_select{padding: 10px 0;}
.t-drop_inner{padding: 15px;}
.datepicker-box{display: none}

.thankyou-box .thankyou-icon{margin: 0 auto; text-align: center}
.thankyou-box .thankyou-title{text-align: center; font-weight: 700; font-size: 30px; line-height: 40px; padding: 20px 0 8px}
.thankyou-box .thankyou-subtitle{text-align: center; font-size: 16px; line-height: 24px;}
.thankyou-box .thankyou-back{cursor: pointer; padding-left: 26px; position: relative; color: #0064CE; font-size: 14px; font-weight: 700; margin-bottom: 60px}
.thankyou-box .thankyou-back svg{position: absolute; left: 0; top: 0;}
.thankyou-box .thankyou-back:hover{text-decoration: underline}

.content-spacer {
    padding-top: 16px;
}

.title-grid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: -6px -12px;
    padding-bottom: 30px;
}

.title-grid.spd16{padding-bottom: 16px;}

.title-grid.bottom-pos{padding-bottom: 0; padding-top: 30px;}

.title-grid .title-grid_col{
    padding: 6px 12px;
}

.default-grid{
    display: flex;
    margin: -8px;
    align-items: center;
}

.default-grid.spaceBetween{justify-content: space-between}

.default-grid.end{justify-content: flex-end}

.default-grid.isRow{
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0;
}

.default-grid:not(.isRow) .column{padding: 8px;}

.default-grid:not(.isRow) .column.w-50{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.default-grid .column.w-50 .blue_btn{display: block}

.default-grid.isRow > .column{width: 100%}

.reviews-counter{
    display: flex;
    flex-wrap: wrap;
    margin: -12px -6px -12px -18px;
}

.reviews-counter ._col{padding: 12px 6px}

.reviews-counter .item{
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px 12px;
}

.reviews-counter.isDefault .item{cursor: default}

.reviews-counter .active .item,
.reviews-counter:not(.isDefault) .item:hover{box-shadow: 0 0 0 2px #3085E0;}

.reviews-counter .icon-row{
    margin-top: 8px;
    position: relative;
    padding-left: 40px;
}

.reviews-counter .icon-row.notIcon{padding: 0}

.reviews-counter .icon-row .ico{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.reviews-counter .icon-row .num,
.reviews-counter .advisor-rating{
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.reviews-counter .advisor-rating svg{
    width: 26px;
    height: 25px;
}

.hotel_star.isStar{
    background: url("../images/star.svg") 0 0 repeat-x;
    height: 13px;
    display: block;
}

.hotel_star.isStar.star_0{display: none}

.hotel_star.isStar.star_1{width: 14px;}

.hotel_star.isStar.star_2{width: 28px;}

.hotel_star.isStar.star_3{width: 42px;}

.hotel_star.isStar.star_4{width: 56px;}

.hotel_star.isStar.star_5{width: 71px;}

.reviewPoint{
    border: 1px solid #E5E9F8;
    background: #F9FAFE;
    border-radius: 16px;
    padding: 16px;
    margin-top: 24px;
}

.reviewPoint.isDisable,
.reviewPoint.isDisable .reviewOptions-item,
.reviewPoint.isDisable .reviewOptions-item a,
.reviewPoint.isDisable .reviewAvatar-name,
.reviewPoint.isDisable .reviewAvatar-location,
.reviewPoint.isDisable .reviewPoint-top .reviewPoint-date{
    color: #8F959A;
}

.reviewPoint.isDisable .reviewAvatar-location img{filter: grayscale(0.50);}

.reviewPoint-grid{
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.reviewPoint-grid .reviewPoint-grid_col{padding: 16px;}

.reviewPoint-grid .reviewPoint-grid_col:nth-child(1){
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.reviewPoint-grid .reviewPoint-grid_col:nth-child(2){
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.reviewPoint .reviewAvatar{
    display: flex;
    align-items: center;
}

.reviewPoint .reviewAvatar-photo{
    height: 54px;
    width: 54px;
    border-radius: 100%;
    background: #DCE6FD;
    overflow: hidden;
    text-align: center;
}

.reviewPoint .reviewAvatar-photo svg{margin: 6px}

.reviewPoint .reviewAvatar-photo img{
    height: 100%;
    max-width: none;
    min-width: 100%;
}

.reviewPoint .reviewAvatar-info{padding-left: 16px; flex: 1}

.reviewPoint .hotel-star-box{margin-bottom: 6px;}

.reviewAvatar-name{
    font-size: 18px;
    font-weight: 700;
    color: #1C375F;
}

.reviewAvatar-aboutUser{
    color: #526678;
    font-size: 12px;
    padding-top: 6px;
}

.reviewAvatar-location{
    color: #526678;
    margin-top: 6px;
    position: relative;
}

.reviewAvatar-location.withFlag{
    padding-left: 30px;
}

.reviewAvatar-location img{
    position: absolute;
    left: 0;
    top: 1px;
    height: 16px;
}

.reviewOptions-item{
    margin: 16px 0 0 6px;
    position: relative;
    padding-left: 30px;
    color: #526678;
}

.reviewOptions-item a{color: #0064CE}

.reviewOptions-item svg{
    position: absolute;
    left: 0;
    top: 0;
}

.review-wrap{font-size: 14px;}

.reviewPoint-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -12px -12px 12px;
}

.reviewPoint-top.noSpaced{margin-bottom: 0}

.reviewPoint .rating-block{max-width: none; font-size: 14px;}

.reviewPoint .rating-block .number{
    font-size: 16px;
}

.reviewPoint-recommend{
    color: #23AC21;
    padding-left: 32px;
    position: relative;
}

.reviewPoint-recommend svg{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.reviewPoint-recommend.v1{
    padding-left: 22px;
}

.reviewPoint-recommend.no{
    color: #EB606B;
}

.reviewPoint-top > div{padding: 12px;}

.reviewPoint-top .reviewPoint-date{
    font-size: 12px;
    color: #475F74;
}

.reviewPoint-top .reviewPoint-title{
    font-weight: 700;
    font-size: 16px;
    padding-top: 8px;
}

.reviewPoint-answer{
    border: 1px solid #FAF4E5;
    border-radius: 12px;
    padding: 12px;
    position: relative;
    background: #FCF8E8;
    margin-top: 16px;
}

.blue_btn{
    color: #0064CE;
    border: 1px solid #0064CE;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    font-size: 15px;
    height: 37px;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
}

.blue_btn:hover{
    opacity: .9;
}

.blue_btn.main-btn{
    background: #0064CE;
    color: #fff;
}

.blue_btn.main-btn:hover{
    background: #0540D0;
}


.pages.right-side{
    padding: 16px 0;
    text-align: center;
}

.pages.right-side .h6{font-weight: bold; color: #626463; margin-bottom: 10px;}

.pages.right-side li{
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 0 2px;
    font-weight: 500;
    position: relative;
}

.pages.right-side li a{
    display: block;
    color: #3E3E3E;
    text-decoration: none;
    border-radius: 8px;
    padding: 8px 4px;
    min-width: 32px;
    height: 32px;
    line-height: 16px;
}

.pages.right-side li.delimiter{color: #5a5957; background: none;}

.pages.right-side li.current a{
    background: #0064CE;
    color: #fff;
}

.pages li:not(.next, .prev, .current):hover a{
    text-decoration: underline;
}

.pages.right-side li.delimiter:hover{background: transparent;}

.pages.right-side li.prev a,
.pages.right-side li.next a{
    padding: 4px;
}

@media only screen and (max-width : 660px) {
    /*.t-searchForm_mobile{display: block}*/
    .t-searchForm_formPart{width: 100%!important; float: none; border-right: 0 none; border-bottom: 1px solid #CFD7DF;}
    .app-searchForm_params .formParams-grid{flex-direction: column; align-items: stretch}
    .app-searchForm_params input[type="text"]{width: 100%}
    .t-searchForm_viewVertical .t-searchForm_formPart:last-of-type{border-bottom: 1px solid #CFD7DF}
    .t-searchForm_flightsRoute_left, .t-searchForm_flightsRoute_right{width: 100%; float: none}
    .app-searchForm_content .app-searchForm_body{flex-direction: column;}
    .app-searchForm_content .app-searchForm_buttonContainer{flex-basis: 100%}
    .app-searchForm_buttonContainer .app-searchForm_btn{width: 100%}
    .app-searchForm_nav{overflow: auto}
    .app-searchForm_list .app-searchForm_item .app-searchForm_link{white-space: nowrap}
    .app-searchForm_list{justify-content: flex-start; margin: 0}
    .app-searchForm_ver-1 .app-searchForm_content .app-searchForm_inner{border-radius: 0}
    .app-searchForm_ver-1 .app-searchForm_list .app-searchForm_item .app-searchForm_link{border-radius: 0}
    .app-searchForm_ver-1 .app-searchForm_list .app-searchForm_item{padding: 0}
    .t-searchForm_drop, .datepicker-box{position: fixed; top: 0; left: 0; right: 0; bottom: 0; padding: 0; z-index: 99999; background: #fff; width: 100%}
    .t-searchForm_placeList{height: calc(100% - 45px); max-height: 100%; padding: 10px;}
    .arr-point .t-searchForm_placeList{height: calc(100% - 105px);}
    #app-searchForm-widget .t-searchForm_nightsCol select{width: 100%}
    .t-searchForm_modalAutocomplete{padding: 10px; background: #f0f0f3; position: relative}
    .t-searchForm_modalAutocomplete .search-field-input{height: 40px; border: 1px solid #cecece; width: 100%; padding: 0 30px 0 7px; font-size: 13px!important;}
    .t-searchForm_modalInputClear{height: 17px; width: 17px; border-radius: 100%; position: absolute; right: 18px; top: 21px; border: 1px solid #cecece;}
    .t-searchForm_modalInputClear:before, .t-searchForm_modalInputClear:after{height: 9px; width: 1px; left: 7px; top: 3px;}
    .datepicker-box{display: none}
    .datepicker-box .ui-datepicker{position: relative!important; top: 0!important; left: 0!important; width: 100%; box-shadow: none; border: 0 none; padding: 10px;}
    .t-searchForm_viewShort .app-searchForm_content.has-product-switcher{padding-left: 0}
    .t-searchForm_viewShort .app-searchForm_productDrop{position: relative; width: 100%}
    .t-searchForm_viewShort .app-searchForm_buttonContainer .app-searchForm_btn{width: 100%}
    .app-searchForm_wrapper .contact-form.horizontal-pos .form-col-3 .form-field.col-1{width: 100%}
    .app-searchForm_wrapper .contact-form .offset-form-col{padding-right: 0}
    .app-searchForm_wrapper .contact-form.horizontal-pos .col-btn{position: relative; width: 100%}
    .tabs-grid-container{flex-direction: column}
    .reviewPoint-grid{flex-direction: column}
    .reviewPoint-grid .reviewPoint-grid_col:nth-child(1),
    .reviewPoint-grid .reviewPoint-grid_col:nth-child(2){-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%}
    .reviewPoint .hotel-star-box{margin-bottom: 0}
   /* .t-adult-quantityItem, .t-child-quantityItem_select{padding: 10px;}*/
}