.suggest {
    max-width: 1346px;
    border-radius: 2px;
    padding: 0;
    height: 100%;
}

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

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

.suggest__cut {
    max-width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
}

.suggest__btn.active {
    background-color: #def0de;
}

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

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

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

.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: flex;
    justify-content: space-between;
    align-items: center;
}

div.suggest__input {
    padding-top: 13px;
}

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

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

.suggest__body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #f5f5f5;
    z-index: 10;
}

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

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

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

}

.suggest__result:hover {
    background: #e5e5e5;
}

.suggest__result.pl41 {
    padding-left: 41px;
}

.suggest__result.active {
    background-color: #cccccc !important;
}

.suggest__result {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    margin: 5px 0 0 0;
    display: block;
    background: #f3f3f3;
    color: #475669 !important;
    padding: 7px 10px;
}


.suggest__left {
    display: inline-block;
    width: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    margin-left: -6px;
    min-height: 13px;
}

.suggest__city {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 26px);
}

.suggest__right .lsfw-flag {
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
}

.suggest__right {
    width: 240px;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    text-align: right;
}

.suggest__user img {
    border-radius: 50%;
}

.suggest__left.fa-h-square {
    background: url(/i/tophotels/hotel-icon.svg) center/21px no-repeat;
}

.suggest__left.fa-h-square::before {
    content: '';
}

.suggest__ttl {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.suggest.container {
    padding: 0;
}

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

.suggest__user {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
}

.suggest__footer .suggest__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suggest__center {
    width: calc(100% - 282px);
    display: inline-block;
    vertical-align: middle;
}

.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://css.tophotels.ru/i/cross-thin.svg) center/18px no-repeat;
}

.suggest .lsfw-flag.lsfw-flag-sm:hover .hint {
    right: 0;
    min-width: auto;
    top: -38px;
    left: auto;
}

.suggest .suggest__loader:last-of-type {
    margin-bottom: 0;
}

.suggest__loader {
    height: 36px;
    margin: 5px 0 0 0;
    background: #f3f3f3;
    border-radius: 5px;
    display: block;
    animation: suggestLoader 5s infinite;
}

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


@media screen and (max-width: 1700px) {
    .suggest-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .suggest__content {
        padding: 0 100px;
    }

    .suggest__result {
        width: 100%;
    }

    .suggest__body::-webkit-scrollbar {
        width: 0;
    }
}

@media screen and (max-width: 1023px) {
    .suggest__content {
        padding: 0 10px;
    }

    .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 25px;
    }

    .suggest-wrap {
        padding-top: 115px;
    }

}

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


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

    .suggest__input {
        width: 100%;
    }

    .suggest__ttl {
        /* margin-top: -5px; */
        font-size: 13px;
        line-height: 18px;
    }

    .suggest__left {
        position: absolute;
        left: 3px;
        top: 5px;
        font-size: 13px;
        line-height: 20px;
    }

    .suggest__sm {
        font-size: 10px;;
    }

    .suggest__result {
        padding: 8px 10px 10px 10px;
    }

    .suggest__right {
        width: 100%;
        text-align: left;
    }

    .suggest__ttl * {
        display: inline;
        vertical-align: bottom;
    }

    .suggest__cut {
        max-width: none;
        white-space: normal;
    }

    .suggest__user {
        width: 20px;
        height: 20px;
    }

    .suggest__left {
        display: none;
    }

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

    .suggest__center {
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .suggest__input {
        font-size: 14px;
    }

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


    .suggest__input::-webkit-input-placeholder {
        font-size: 13px !important;
    }

    .suggest__input::-moz-placeholder {
        font-size: 13px !important;
    }

    .suggest__input:-moz-placeholder {
        font-size: 13px !important;
    }

    .suggest__input:-ms-input-placeholder {
        font-size: 13px !important;
    }

    .suggest__city {
        font-size: 10px;
    }

    .suggest__loader {
        height: 47px;
    }
}