.suggest {
    border-radius: 2px;
    height: 100%;
}

.suggest-wrap {
    display: none;
    padding-top: 80px;
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    left: 0;
    background: rgba(0, 0, 0, 0.56);
}

.suggest__content {
    padding: 0 50px;
    position: relative;
    margin: 0 auto;
}

.suggest__navigator {
    margin-bottom: 15px;
    padding: 10px 10px 1px 10px;
    background: #f3f3f3;
    border-radius: 5px;
    text-transform: uppercase;
}

.suggest__navigator .suggest__nav-soon:hover .hint {
    display: block;
}

.suggest__navigator .suggest__nav:not(:last-child) {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
}

.suggest__navigator .suggest__nav-icon svg {
    width: 20px;
    height: 20px;
    fill: #e05c00;
    position: absolute;
    left: 0;
    top: 14px;
}

.suggest__navigator .suggest__nav-icon {
    font-size: 19px;
    display: block;
    position: absolute;
    top: -5px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 25px;
    height: 25px;
    color: #e05c00;
    background: center/20px no-repeat;
    left: 7px;
}

.suggest__nav a {
    font-size: 11px;
    color: #215f86;
    text-transform: uppercase;
    display: inline-block;
    margin: 6px 8px 10px 0;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px 9px;
}

.suggest__navigator .suggest__nav-link.grey {
    background-color: #eeeeee;
}

.suggest__navigator .suggest__nav-link.grey .suggest__nav-icon {
    border-color: #cccccc;
    color: #cccccc;
}

.suggest__navigator .suggest__nav-link.grey .suggest__nav-icon svg {
    fill: #cccccc;
}

.suggest__btn.active {
    background-color: #def0de !important;
    cursor: inherit;
}

.suggest__tabs {
    margin: 0 0 15px 0;
}

.suggest__btn.suggest__btn--red {
    background-color: #f9ebea;
    color: #e03a3a;
    margin: 0 0 0 auto;
}

.suggest__btn.suggest__btn--blue {
    background-color: #d4e4f2;
    color: #318cc6;
}

.suggest__btn.suggest__btn--red:hover {
    background-color: #e03a3a;
    color: #ffffff;
}

.suggest__btn.suggest__btn--blue:hover {
    background-color: #318cc6;
    color: #ffffff;
}

.suggest__btn:hover {
    background-color: #f8e4d5;
}

.suggest__btn {
    line-height: 20px;
    font-size: 11px;
    color: #475669;
    background-color: #fff6ec;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    font-family: 'apercu_pro', sans-serif;
    padding: 0 10px;
}

.suggest__header .suggest__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
}

.suggest__header {
    border-bottom: 2px solid #ff8e41;
    background: #ffffff;
}

.suggest__txt {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.suggest__body {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 15px;
    background: #ffffff;
}

.suggest__footer .suggest__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.suggest__footer {
    padding: 10px 0 15px 0;
    background: #ffffff;
}

.suggest__input {
    height: 50px;
    font-size: 16px;
    width: calc(100% - 150px);
    border: none;
    color: #475669;
    padding: 0;
    font-weight: bold;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
}

.suggest__cross:hover {
    opacity: 0.7;
}

.suggest__cross {
    top: 0;
    width: 50px;
    position: absolute;
    right: 0;
    cursor: pointer;
    height: 100%;
    background: url(https://tophotels.ru/csstx/i/cross-thin.svg) center/18px no-repeat;
}

.search:hover {
    background-color: #e5e5e5;
}

.search {
    padding: 9px 15px 9px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eeeeee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 13px;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    font-family: 'apercu_pro',sans-serif;
}

.search:hover .search__ttl {
    color: #215f86;
}

.search:hover .fa-chevron-right, .search a:not(.bth__btn):hover {
    color: #318cc6 !important;
}

.search a:not(.search__link, .bth__btn) {
    color: #475669;
    position: relative;
    z-index: 2;
}

.search .search__rate, .search .search__heart {
    vertical-align: middle !important;
    margin-left: 10px;
    font-weight: bold;
    display: inline-block;
}

.search .search__cut {
    max-width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search .search__cut-hotel {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    max-width: calc(100% - 84px);
}

.search .search__link {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.search .search__right {
    position: relative;
    z-index: 3;
    margin-left: auto;
}

.search .search__ttl {
    width: 38%;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    padding-right: 40px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.search .search__act:hover {
    color: #e27c36;
}

.search .search__act {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #999999;
}

.search .search__bb > * {
    line-height: inherit;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
}

.search .search__bbs .search__bb:last-child {
    margin-right: 0 !important;
}

.search .search__bb i {
    color: #999999;
    font-size: 10px;
}

.search .search__type i.fa-brand::before, .search .search__type i.fa-h-square::before {
    content: '';
}

.search .search__type i {
    width: 20px;
    height: 20px;
    background-color: #ffffff !important;
    border-radius: 3px;
    color: #475669;
    margin: 0 5px 0 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    font-size: 12px;
}

.search .search__type i + span {
    display: inline-block;
    vertical-align: middle;
}

.search .search__type i.fa-h-square {
    background: url(https://tophotels.ru/csstx/i/hotel-icon.svg) center/16px no-repeat;
}

.search .search__type i.fa-brand {
    background: url(https://tophotels.ru/csstx/i/brand.svg) center/10px no-repeat;
}

.search .search__bb.fz10 {
    width: 220px;
    padding-right: 0;
}

.search .search__bb {
    text-transform: uppercase;
    line-height: 25px;
    border: none;
    font-size: 14px;
    height: 25px;
    color: #475669;
    vertical-align: top;
    display: inline-block;
    width: 160px;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 5px;
}

.search .search__loc {
    width: 300px;
}

.search .search__stars {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 140px;
}

.search .search__ttl .bth__img60x40 + div {
    width: calc(100% - 90px);
}

.search .search__right .bth__btn {
    width: 100px;
    min-width: auto;
    font-size: 11px;
    border: none;
}

.search .search__bb.fas {
    width: 30px;
}

.search .search__bb.fa-map-marker-alt:hover {
    background: #ff8e41;
    color: #ffffff !important;
}

.search .search__stars .search__bb {
    width: 95px;
    font-weight: bold;
    padding: 0 0 0 10px;
    line-height: 20px;
    height: 20px;
}

.search .search__stars .search__bb i {
    margin: 0;
    color: inherit;
    font-size: 10px;
}


.search .search__inline {
    display: inline-block;
    vertical-align: middle;
}

.search .search__city {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    width: 250px;
}

.search .lsfw-flag {
    vertical-align: middle;
    margin: 3px 0 0 0;
}

.search .search__ttl .lsfw-flag {
    margin: -2px 2px 0 0;
}

.search .search__heart, .search .search__rate {
    font-size: 12px;
}

.search-paginator:hover {
    color: #e27c36 !important;
}

.search-paginator {
    font-weight: bold;
    font-size: 14px;
    color: #ff8e41;
    text-transform: uppercase;
    padding: 10px 15px 10px 45px;
    display: block;
    background: #eeeeee;
}

.search-paginator .bth__loader-spin {
    display: inline-block !important;
}

.search-paginator .bth__loader-spin i {
    margin: 0;
    font-size: 3px;
}

.search-loader {
    height: 40px;
    margin-bottom: 5px;
    background: #eeeeee;
    display: block;
    -webkit-animation: searchLoader 5s infinite;
    animation: searchLoader 5s infinite;
}

html body .page .search .search__target-link {
    color: #999999;
    width: 100px;
}

.search .fa-chevron-right {
    color: #999999;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.search a.search__bb:hover i {
    color: inherit !important;
}

.search a.search__bb:hover {
    background: #318cc6;
    color: #ffffff !important;
}

.search .search__action {
    width: 30px;
    color: #999999;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    border: none;
    background: transparent;
    height: 25px;
    line-height: 25px;
}

.search .search__action:hover {
    color: #ff8e41;
}

@-webkit-keyframes searchLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #cbcbcb;
    }
    100% {
        background-color: #eeeeee;
    }
}

@keyframes searchLoader {
    0% {
        background-color: #f3f3f3;
    }
    50% {
        background-color: #cbcbcb;
    }
    100% {
        background-color: #f3f3f3;
    }
}

.search.search--hotel .search__rating {
    display: block;
    margin-top: 4px;
    padding-left: 10px;
}

html body .page .search.search--hotel .bth__btn .fa-ban {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: inherit;
    font-size: 10px;
}

html body .page .search.search--hotel .search__target-link {
    width: 50px;
}

.suggest__content .search .search__action,
.suggest__content .search .search__right {
    display: none;
}


@media screen and (min-width: 1024px) {
    .suggest__body::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-radius: 2px;
        background-color: #f5f5f5;
        z-index: 10;
    }

    .suggest__body::-webkit-scrollbar {
        height: 0;
        margin-top: 5px;
        width: 7px;
        background-color: #f5f5f5;
    }

    .suggest__body::-webkit-scrollbar-thumb {
        -webkit-box-shadow: none;
        height: 0;
        border-radius: 2px;
        background-color: #cccccc;
    }

    html body .page .suggest__content .search {
        padding: 10px 50px 10px 15px;
    }

    html body .page .suggest__content .search .search__target-link {
        position: absolute;
        right: 15px;
        display: block;
        margin: 0;
        top: 14px;
        width: auto;
    }
}

@media screen and (max-width: 1500px) {
    .search .search__ttl {
        width: 40%;
    }

    .suggest__content .search .search__type {
        width: 180px;
    }

    .suggest__content .search .search__ttl {
        width: 49%;
    }
}

@media screen and (max-width: 1450px) {
    .search.search--hotel .search__bb.fas.mr40 {
        margin-right: 20px !important;
    }

    .search.search--hotel .search__ttl {
        padding-right: 10px;
    }

    .search.search--hotel .search__city {
        width: calc(100% - 40px);
    }

    .search.search--hotel .search__loc {
        width: 220px;
    }

    .search.search--hotel .search__ttl {
        width: 440px;
    }

    html body .page .search.search--hotel .search__target-link {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .search .search__type {
        width: 150px;
    }

    .search .search__type span {
        font-size: 10px;
        width: calc(100% - 30px);
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 1300px) {
    .search .search__city {
        width: 190px;
    }

    .search .search__type {
        margin-left: auto;
    }
}

@media screen and (max-width: 1200px) {
    .suggest__body::-webkit-scrollbar {
        width: 0;
    }

    .search .hide-1200 {
        display: none;
    }

    .suggest__content .search .search__type {
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1170px) {
    .search.search--hotel .search__ttl {
        width: 340px;
    }

    .search.search--hotel .search__cut-hotel {
        max-width: calc(100% - 50px);
    }

    .search.search--hotel .search__loc {
        width: 165px;
        padding: 0;
    }

    .search .search__target-link {
        display: none;
    }

    .search .search__type {
        width: 160px;
    }

    .search .search__target-link {
        display: none;
    }

    .search .search__city {
        width: calc(100% - 50px);
    }

    .search .search__loc {
        width: 220px;
    }
}

@media screen and (max-width: 1023px) {
    .search.search--hotel .search__right, .search.search--hotel .search__loc, .search.search--hotel .search__ttl {
        padding-left: 68px;
    }

    .search.search--hotel .search__bb.fa-map-marker-alt {
        display: none;
    }

    .search.search--hotel .search__action {
        position: absolute;
        left: 5px;
        top: 9px;
    }

    .search.search--hotel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-left: 50px;
    }

    .search.search--hotel .search__ttl {
        width: 100%;
        margin-top: -2px;
        padding-right: 100px;
    }

    .search.search--hotel .search__ttl > * {
        vertical-align: top;
    }

    .search.search--hotel .bth__img60x40 {
        position: absolute;
        left: 45px;
        top: 10px
    }

    .search.search--hotel .no-transform {
        display: none;
    }

    .search.search--hotel .search__loc {
        width: 100%;
        margin: 3px 0 0 0;
    }

    .search .search__stars .search__bb i {
        font-size: 7px;
    }

    .search .search__stars {
        width: auto;
        position: absolute;
        top: 7px;
        right: 10px;
        text-align: right;
    }

    .search .search__stars .search__bb.fz10 {
        font-size: 7px !important;
    }

    .search .search__stars .search__bb {
        text-align: center;
        font-size: 12px;
        padding: 0;
        width: 75px;
    }

    .search.search--hotel .search__right {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .search .search__type span {
        display: none;
    }

    .search .search__right .bth__btn {
        width: 110px !important;
        margin-right: 10px !important;
        font-size: 11px;
        line-height: 20px;
    }


    .search .search__type {
        margin-left: auto;
        width: 130px;
    }

    .search .search__loc {
        width: 190px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .search .search__cut-hotel {
        white-space: normal;
        display: inline;
    }

    .search .search__bb .fz10 {
        font-size: 8px !important;
    }

    .search .search__bb {
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .search .search__cut {
        white-space: normal;
        vertical-align: top;
    }

    .search .search__ttl {
        white-space: normal;
        width: calc(100% - 405px);
    }

    .search .search__heart, .search .search__rate {
        font-size: 9px;
        line-height: 10px;
        margin-left: 5px;
    }

    .search .search__rate {
        font-size: 10px;
    }

    .search-paginator {
        font-size: 13px;
    }

    .suggest__content {
        padding: 0 15px;
    }

    .suggest__header .suggest__left {
        display: none;
    }

    .suggest__header .suggest__right {
        display: none;
    }

    .suggest__header .suggest__center {
        width: 100%;
    }

    .suggest__header .suggest__content {
        padding: 0 80px 0 15px;
    }

    .suggest__header {
        border-radius: 5px 5px 0 0;
    }

    .suggest__footer {
        padding-bottom: 10px;
        border-radius: 0 0 5px 5px;
    }

    .search.search--hotel .search__loc .lsfw-flag {
        margin-left: -2px;
    }

    .search .search__right {
        display: none;
    }

    .search .search__bb.fz10:not(.grey) {
        width: 175px;
        padding-right: 0;
        font-size: 8px !important;
    }

    .suggest__content .search {
        padding: 10px;
        flex-wrap: wrap;
        margin-bottom: 10px;
        align-items: flex-start;
        border-radius: 5px;
    }

    .suggest__content .search .lsfw-flag {
        margin-left: -2px;
    }

    .suggest__content .search > * {
        order: 0;
    }

    .suggest__content .search .search__loc {
        order: 1;
        width: 100%;
        margin: 0;
    }

    .suggest__content .search .search__type i {
        margin: 0 0 0 10px;
    }

    .suggest__content .search .search__type {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
    }

    .suggest .suggest__header .bth__btn.bth__btn--28 {
        line-height: 20px;
        font-size: 10px;
    }

    .suggest__content .search .search__city {
        width: calc(100% - 30px);
    }

    .suggest__content .search .search__ttl {
        width: calc(100% - 180px);
    }

    .suggest__tabs::-webkit-scrollbar {
        height: 0;
    }

    .suggest__tabs {
        white-space: nowrap;
        overflow-x: auto;
    }
}

@media screen and (max-width: 767px) {
    .suggest__header .suggest__content {
        padding: 0 40px 0 15px;
    }

    .suggest__content .search .search__type {
        order: 3;
        width: auto;
        text-align: left;
        display: block;
    }

    .search .search__type i + span {
        vertical-align: top;
        width: auto;
        white-space: normal;
        overflow: visible;
    }

    .suggest__content .search .lsfw-flag {
        margin-left: 0;
    }

    .search .search__type {
        text-transform: uppercase;
        line-height: 20px;
        height: 20px;
        background: #ffffff;
        border-radius: 5px;
        width: auto;
        margin: 0;
        padding: 0 30px 0 5px;
        min-width: 100px;
    }

    .search .search__bb, .search .search__type i {
        height: 20px;
        line-height: 20px;
    }

    .search .search__type i {
        vertical-align: top;
    }

    .suggest .bth__btn.bth__btn--28 {
        display: none;
    }

    .suggest__input {
        width: 100%;
    }

    .suggest__cross {
        background-size: 13px;
    }

    .suggest__sm {
        font-size: 10px;
        position: absolute;
        right: 9px;
        top: 6px;
    }

    .suggest__content {
        padding: 0 10px;
    }

    .suggest__txt {
        font-size: 10px;
    }

    .suggest__input {
        font-size: 14px;
    }

    .suggest__body {
        height: calc(100% - 105px);
        max-height: none;
    }

    .search-paginator {
        text-align: center;
    }

    .search .search__ttl {
        width: 100%;
        padding-right: 30px;
    }

    .search {
        padding: 10px !important;
        border-radius: 5px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .suggest__content .search .search__loc, .search .search__loc {
        width: 100%;
        margin: 1px 0 10px -1px;
    }

    .search .search__bbs {
        order: 3;
    }

    .page .search .search__action {
        position: absolute;
        bottom: 7px;
        right: 0;
        top: auto;
        left: auto;
        z-index: 3;
        margin: 0;
    }

    .search .search__rate {
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .search .search__heart {
        position: absolute;
        right: 13px;
        top: 35px;
        font-size: 12px;
    }

    .search .search__stars .search__bb {
        display: none;
    }

    .search.search--hotel .bth__img60x40 {
        left: 10px;
    }

    .suggest-wrap {
        padding: 10px 0;
    }

    .suggest__content .search .search__type i {
        margin: 0 5px 0 0;
    }

    .suggest__content .search .search__heart {
        top: auto;
        bottom: 15px;
    }

    .suggest__content .search .search__ttl {
        width: calc(100% - 30px);
        padding: 0;
    }

    .search .search__cut-hotel {
        max-width: none;
    }

    .search.search--hotel .search__right, .search.search--hotel .search__loc, .search.search--hotel .search__ttl {
        padding-left: 70px;
    }

    .search.search--hotel .search__rating .fz13 {
        font-size: 10px !important;
    }

    .search.search--hotel .search__rating {
        margin: 0;
        padding: 0;
    }

    .search.search--hotel .search__ttl {
        padding-right: 25px;
    }

    .search.search--hotel .search__ttl .bth__img60x40 + div {
        width: 100%;
    }

    .search.search--hotel .search__rating .fz9 {
        display: none;
    }
}

@media screen and (max-width: 413px) {
    .search.search--hotel .search__right {
        padding: 0;
    }

    .search .search__right .bth__btn {
        width: 100px !important;
        font-size: 10px;
        margin-right: 6px !important;
    }
}
