body{
    background-color: #FAFAFA !important;
}

#mapper, #mapper_big{
    min-height: 1120px;
    z-index: 0
}

.remove_all{
    position: absolute;
    top: 15px;
    font-size: 25px;
    font-family: 'arial';
    right: 10px;
    cursor: pointer;
    display: none
}

.remove_all.visible{
    display: block
}

#list_star_hotel .checkbox-text {
    line-height: 0 !important;
}
.pagination {
    justify-content: center;
}

.no-margin {
    margin: 0;
}
.pagination button{
    font-size: 110%;
    padding: 10px 20px
}

#main_search_form .form-group {
    width: 21%;
}

.main-block h1{
    text-indent: 0;
    margin: 73px auto 0
}

.list-box{
    margin-top: 10px
}

.custom-disabled{
    background: #c4c0c0;
}

.hotel-row{
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: white;
    position: relative;
    overflow: hidden
}

.top-line-block{
    margin: 0 0 25px !important;
    display: flex;
    flex-flow: row wrap;
}

.top-line-block p{
    line-height: 2em
}

.no-padding{
    margin: 0;
    padding: 0 !important;
}

.shadow-line{
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    font-size: 14px;
    color: black;
    text-align: left;
    padding: 10px;
    background: white;
    border-radius: 4px;
    display: flex;
    margin-right: 10px
}

.shadow-line .block-text-top span{
    display: block;
}

.first-line{
    font-weight: 800;
    font-size: 24px;
    color: black;
}

.last-line{
    font-weight: 600;
    color: #FAA030;
}

.calendar-block{
    border: 2px solid #00A6FA;
    border-radius: 50%;
    padding: 7px 13px;
    height: 60px;
    margin: 10px 28px;
}

.calendar{
    background: url(/redesigned_7/img/calendar.svg);
    width: 30px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 40px;
    margin: 0;
    padding: 0;
}

.calendar, .block-text-top{
    display: inline-block;
}

.map-back{
    background: #a9a8a8;
    width: 100%;
    height: auto;
    display: flex
}

.map-back a{
    color: white;
    background: #0180C0;
    padding: 10px 20px;
    margin: auto;
    font-size: 14px;
    border-radius: 4px
}

.map-back a:hover{
    color: white;
    text-decoration: none
}

.rating-text{
    padding: 5px 7px 5px;
    background-color: #A5C94B;
    margin-left: 10px;
    position: absolute;
    left: 15px;
    color: #ffffff;
    font-weight: 600;
    min-width: 22px;
    border-radius: 0 0 4px 4px;
    top: 0;
    font-size: 14px;
}

.star-line{
    padding: 0 0 10px
}

.hotel-image{
    height: 100%;
    display: inline-block;
    min-height: 200px;
    object-fit: cover;
    margin: 0 15px !important;
    max-width: 100%;
    border-radius: 4px;
    max-height: 230px;
    min-width: 100%
}

.image-block{
    margin: 0;
    padding: 0 !important;
}

.hotel-block-right{
    padding-left: 40px;
}

.product-title__link{
    display: block;
    margin: 0 0 15px;
}

.address-line{
    color: #707070;
    font-size: 16px;
}

.address-line:before, .hotels__item_name:before{
    content: '';
    background: url(/redesigned_7/img/geo_grey.svg);
    display: inline-block;
    width: 13px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}

.hotels__item_name:before{
    background: url(/redesigned_7/img/geo.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.resort__item_name{
    font-size: 16px;
    font-weight: 500
}

.hotels__item_name{
    font-size: 16px;
    font-weight: 600
}

.hotel-result{
    display: block;
    border-left: 1px solid #EAF2D5;
    padding: 0 10px;
    margin-top: 15px;
    color: black;
}

.product-price__sum{
    color: black;
    display: block;
    font-size: 24px;
    text-align: right;
    font-weight: 800;
}

.hotel-product-price{
    color: white;
    background: #FAA030;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px
}

.hotel-product-price:hover{
    color: white;
    background: #ff970b;
    text-decoration: none;
}

.tour-detail{
    color: black;
    font-size: 14px;
    text-align: right;
}

.hotel-meal{
    font-size: 16px;
    margin: 10px 0
}

.hotel-meal strong{
    font-size: 100%;
    margin: 10px 0;
    color: black;
}

.hotel-price-block{
    border-left: 2px solid #F3F3F3;
    margin: -10px 0 -50px;
    align-self: stretch;
}

.hotel-price-block .row{
    height: 100%;
    padding: 50px 0;
}

.modal-dialog.new-modal-dialog{
    max-width: 879px;
    margin: auto;
    top: calc(50% - 200px);
}

.new-modal-dialog .modal-content{
    border-radius: 4px;
    color: black;
    padding: 35px 42px;
}

.close-hotel{
    color: #C7C3C3;
    font-weight: 100;
    font-size: 45px
}

.new-modal-dialog .modal__title{
    font-size: 32px;
    color: black;
    font-weight: 600
}

.new-modal-dialog .modal-header{
    border: none;
    padding: 0
}

.new-modal-dialog .modal__close{
    top: 15px;
    right: 30px;
}

.new_form_tours .form-group{
    border: 1px solid #AEAEAE;
    padding: 10px 0 0;
    display: inline-block;
}

.new_form_tours .form-group.width-100{
    width: 100%;
}

.new_form_tours .form-group.width-100 input{
    width: 100%
}

.new_form_tours{
    margin-top: 15px
}

.new_form_tours label{
    color: #858585;
    font-size: 14px;
}

.new_form_tours .form-group input{
    color: black;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 10px 10px;
}

.two-blocks, .modal-hotel-people{
    display: inline-block;
}

.two-blocks .form-group, .two-blocks .form-group input{
    width: 206px;
    margin-right: -10px;
    max-width: -webkit-fill-available;
    cursor: pointer
}

.form-group.modal-hotel-people{
    width: 373px;
    margin-left: 20px;
    vertical-align: bottom;
    padding: 10px 0 0;
}

.new_form_tours .form-group{
    margin-bottom: 17px
}

.hotel-button-search{
    background: #0098E5;
    color: white !important;
    width: 100%;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    margin: 5px 0 10px;
    cursor: pointer;
    text-decoration: none
}

.hotel-button-search:hover{
    text-decoration: none;
}

#main_id_resorts{
    width: 100%;
    cursor: auto;
}

.new_form_tours .filter-people{
    display: inline
}

#search_modal .filter-people{
    color: black;
    -webkit-text-fill-color: inherit;
    -webkit-text-size-adjust: auto;
    -webkit-opacity: 1;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Panton';
}

#search_modal .form-group .btn{
    padding: 18px 10px 4px 10px;
}

#search_modal  .dropdown-toggle::after {
    border: none !important;
    background: url(../img/arrow-down-grey.svg) center no-repeat;
    background-size: contain;
    width: 18px !important;
    height: 10px !important;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

#search_modal .child{
    width: 160px;
}

#search_modal .new_form_tours .form-group input.child__input {
    color: black;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;
    width: 70px;
    text-align: center;
}

.ui-widget.ui-widget-content{
    z-index: 10000;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    max-width: 100%
}

#main_id_resorts{
    padding: 30px 10px 10px;
    font-weight: 600;
}

.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.selected a, .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-hover, .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-active, .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a:hover
{
    background-color: #0098E5 !important;
    color: #fff;
}

.ui-datepicker .ui-datepicker-group-first{
    max-width: 100% !important;
}

.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a, .ui-datepicker td span{
    border-radius: 4px !important
}

.form_tours .form-group:first-child {
    width: 30% !important;
    border-radius: 4px 0 0 4px !important
}

.btn_tours{
    border-radius: 0 3px 3px 0 !important;
    line-height: inherit;
    font-weight: 600
}

#main_search_form .dateFrom {
    background-color: white !important;
    background-image: url(../img/calendar-grey.svg) !important;
    bacgkround-repeat: no-repeat !important;
    background-position: center right 10px !important;
    /*background: #fff url(../img/calendar-grey.svg) center right 10px no-repeat !important;*/
    background-size: contain;
    max-width: 15%
}

#main_search_form .dateFrom:hover{
    background-color: #fbf4e3 !important;
}

#main_search_form .form-group{
    border-right: 1px solid #AEAEAE;
    width: 25%;
}

.form_tours .dropdown-toggle::after{
    background: url(../img/arrow-down-grey.svg) center no-repeat !important;
    background-size: contain !important;
    width: 11px!important
}

.link-to-modal{
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: right;
}

.link-to-modal:hover{
    text-decoration: none
}

.mobile-rating-text{
    display: none;
}

.filter_count_span{
    display: inline-block;
    border-radius: 4px;
    background: #00A4F9;
    color: white;
    padding: 1px 10px 1px 8px;
    margin-left: 5px;
    text-align: center;
}

.wrap-for-list-hotel{
    top: 61px;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    border-radius: 5px;
    z-index: 100;
    border: 1px solid grey;
}

.result-list{
    height: auto;
    max-height: 500px;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    border: 2px solid #fff;
    z-index: 100000;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    color: black
}

.wrap-title{
    color: black;
    font-size: 16px;
    padding: 15px 10px 0;
    font-weight: 800;
}

.hotel-country{
    color: grey;
}

.hotel-addr{
    color: grey;
    font-size: 14px;
    padding-left: 0 !important;
    font-weight: 400
}

#main_search_form_mobile, .aside-mob-header{
    display: none
}

.search-block-params:before{
    content: '';
    background: url(/redesigned_7/img/search-icon.svg);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-position: center;
    float: left;
}

.search-block-params{
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer
}

.search-block-params span{
    white-space: nowrap
}

.form-group input.input-with-plus__input{
    max-width: 150px;
}

.geo-marker-img {
    display: block;
    max-height: 200px;
    max-width: 350px;
    margin: 0 auto 15px;
}

.geo-marker-span{
    word-break: break-word;
    font-size: 16px;
    font-weight: 600;
}

.leaflet-container a {
    color: #00a6e3;
    font-size: 16px;
    font-weight: 600;
}

.leaflet-popup-content{
    color: black;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden
}

.variant {
    padding: 30px;
    /*margin-top: 50px*/
}
.hotel-info-white-line {
    background: white;
    color: #001330;
    font-size: 16px;
}

.variant .h2 {
    color: #232323;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
}
.variant-name {
    font-weight: 800;
    font-size: 20px;
    color: #232323;
    /* padding: 0 0 10px;*/
    padding: 10px 0 0
}

.row-5 {
    width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(5, calc((100% - 60px) / 5));
}

.variant a {
    display: block;
    border: 1px solid #00A6FA4D;
    font-size: 18px;
    color: #00A6FA;
    padding: 13px;
    width: 90%;
    margin: 15px 0;
    border-radius: 3px;
}

@media screen and (max-width: 991px){
    .row-5 {
        grid-gap: 10px;
        grid-template-columns: repeat(3, calc(100% / 3));
    }

    #main_id_resorts{
        padding: 27px 10px 5px;
    }

    #main_search_form .dateFrom{
        max-width: 19%;
    }

    .btn_tours{
        width: 100%;
        border-radius: 4px !important
    }

    #main_search_form .form-group{
        width: 30.8%
    }

    .main-block h1{
        margin: 10px auto 0
    }

    .form_tours .form-group:last-of-type {
        border-radius: 0 4px 4px 0 !important
    }

    #main_search_form{
        padding-bottom: 20px;
    }

    .hotel-price-block, .hotel-meal{
        margin: 0
    }

    .hotel-price-block{
        border-top: 3px solid #F3F3F3;
        margin-top: 15px;
        padding: 10px 15px 0;
    }

    .hotel-price-block .row{
        padding: 0
    }

    .tour-detail{
        text-align: left
    }

    .map-back{
        display: none
    }

    .shadow-line{
        margin-right: 0
    }

    #search_modal .form-group .btn{
        height: 60px;
        min-height: 60px;
    }

    .link-to-modal{
        padding: 0;
        margin: 0
    }

    .side-bar{
        position: fixed;
        margin: 0;
        padding: 5px 0 0 10px;
        max-width: 450px;
    }

    #flyBlockSearch{
        display: none !important
    }

    .aside-shadow .btn-start-search{
        max-width: 430px;
        width: calc(100% - 13px)
    }

    .side-bar .aside-shadow {
        padding-bottom: 300px;
    }

    .aside_mob{
        width: 100%;
        margin: 0 10px 15px;
    }

    .filter-button-new{
        font-size: 18px;
        color: #737373 !important;
        box-shadow: 0 2px 6px #0000000F;
        border-radius: 4px;
        background: white;
        width: 100%;
        padding: 10px 30px;
        margin: 0 5px;
        font-weight: 800;
        text-align: center;
        white-space: nowrap
    }

    .filter-button-back:before{
        content: '';
        background: url(/redesigned_7/img/icon-filter.svg);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .sort-button-back:before{
        content: '';
        background: url(/redesigned_7/img/icon-sort.svg);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .map-button-back:before{
        content: '';
        background: url(/redesigned_7/img/feather-map.svg);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
}

@media(max-width: 878px){
    .new-modal-dialog .modal__title{
        font-size: 24px;
    }

    .close-hotel{
        font-size: 40px;
    }

    .new_form_tours .form-group input{
        font-size: 18px;
        padding: 15px 10px 5px;
    }

    .two-blocks{
        width: 100%;
    }

    .two-blocks .form-group{
        width: 50%;
        margin-right: -5px;
    }

    .form-group.modal-hotel-people {
        width: 100%;
        margin-left: 0;
    }

    #search_modal .form-group .btn{
        height: 47px;
        min-height: 47px;
        padding: 14px 8px 4px 0;
    }

    .hotel-button-search{
        margin: 0;
        padding: 15px;
    }

    .modal-hotel-people .control-label, #search_modal .form-group .btn{
        padding-left: 10px
    }
}

@media(max-width: 767px){
    #search_modal .child {
        width: 100%;
        max-width: 280px;
    }

    .form-group input.input-with-plus__input {
        max-width: 125px;
    }
}

@media(max-width: 755px){
    #main_search_form{
        display: none;
    }

    /* .aside_mob{
        display: none
    } */

    #main_search_form_mobile{
        display: flex
    }

    .aside-mob-header{
        display: inline-flex;
        margin: 0 -10px 10px;
        width: calc(100% + 10px);
    }

    #main_search_form .form-group{
        width: 30.9%
    }

    .pagination button{
        display: block;
        width: 100%
    }
}

@media(max-width: 575px){
    #mapper, #mapper_big{
        min-height: 500px;
    }

    .row-5 {
        width: 100%;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(1, 100%);
    }

    .first-line{
        font-size: 18px
    }

    .calendar-block{
        margin: 10px 15px;
    }

    .hotel-image{
        min-width: calc(100% - 30px);
        max-height: 200px
    }

    .product-price__sum{
        font-size: 18px;
        text-align: left
    }

    .tour-detail, .hotel-meal{
        font-size: 12px;
    }

    .tour-detail{
        margin-top: -10px
    }

    .hotel-block-right{
        padding-left: 20px
    }

    .star-line{
        padding: 0
    }

    .product-title__link{
        font-size: 18px;
        font-weight: 800;
        margin: 0 0 5px;
        max-width: 75%
    }

    .address-line{
        font-size: 12px;
        margin-bottom: 10px
    }

    .address-line:before{
        height: 12px
    }

    .image-block{
        position: inherit
    }

    .rating-text{
        /*display: none;*/
        position: absolute;
        top: 0;
        right: 15px;
        left: auto;
        text-align: center
    }

    .count-review-hotel{
        display: block;
    }

    .mobile-rating-text{
        display: block;
        text-align: center;
        padding: 5px 7px 5px;
        background-color: #A5C94B;
        margin-left: 10px;
        /*position: absolute; */
        right: 15px;
        color: #ffffff;
        font-weight: 600;
        min-width: 22px;
        border-radius: 0 0 4px 4px;
        top: 0;
        font-size: 14px;
        float: right;
        margin-top: -10px;
    }

    .link-to-modal{
        font-size: 16px;
    }

    .new-modal-dialog .modal-content {
        padding: 30px 20px
    }
}

/**/

.progressbar {
    height: 8px;
    position: relative;
    background: #F8F8F8;
    background-image: linear-gradient(to bottom, #F8F8F8, #EEEEEE);
    border-radius: 5px;
    box-shadow: inset 0 -1px 1px rgb(255 255 255 / 30%);
}

.progressbar > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.orange > span {
    /*background-color: #F4B562; */
    background-color: #f1961e;
/*    background-image: linear-gradient(to bottom, #F4B562, #EAAE5E); */
    border-radius: 5px;
}

.progressbar:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    overflow: hidden;
}

.progressbar > span:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    overflow: hidden;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

#collapse_dates{
    width: 100%
}

.text-align-center{
    text-align: center
}

.white-block-back{
    background: white;
    padding: 20px
}

.white-block-back img{
    max-width: 100%
}