
.topline-fixed-button.fixed {
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    left: 0;
    padding: 9px 0;
    background: #e4e5ea;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.topline-fixed-button .content, .topline-fixed-button .container {
    display: flex;
    align-items: center;
}

.topline-fixed-button .topline-fixed-button__bb img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.topline-fixed-button .topline-fixed-button__bb {
    width: 25px;
    height: 25px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
}

.topline-fixed-button .topline-fixed-button__content {
    padding: 0 130px 0 255px;
    display: flex;
    align-items: center;
    width: auto;
}

.topline-fixed-button .topline-fixed-button__up:hover {
    color: #ff8e41;
}

.topline-fixed-button .breadcrumbs .breadcrumbs__link {
    line-height: 25px;
    font-size: 12px;
}

.topline-fixed-button .breadcrumbs {
    margin: 0;
    background: transparent !important;
    padding-left: 30px;
}

.topline-fixed-button .topline-fixed-button__up {
    margin-left: auto;
    width: 27px;
    height: 27px;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
    line-height: 27px;
    font-size: 21px;
    color: #666666;
}

.topline-fixed-button .topline__squares::before {
    background-color: #ffffff;
    -webkit-mask: url(https://tophotels.ru/csstx/i/squares-nine.svg) no-repeat center/15px;
    mask: url(https://tophotels.ru/csstx/i/squares-nine.svg) no-repeat center/15px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

.topline-fixed-button .bth__btn.bth__btn--27w:first-child {
    margin-right: 30px;
}

.topline-fixed-button .bth__btn.bth__btn--27w svg {
    margin-top: 5px;
}

.topline-fixed-button .bth__btn {
    border-radius: 5px !important;
    position: relative;
    margin-right: 10px !important;
}

.topline-fixed-button .bth__btn.bth__btn--27w {
    min-width: auto;
    width: 27px !important;
    height: 27px;
    padding: 0;
}

.topline-fixed-button {
    display: none;
}

.fixed-circle-bottom {
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    width: 40px;
    height: 40px;
    border: none;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: 100px;
    z-index: 22;
    border-radius: 100%;
    background: #e03a3a;
}

@media screen and (max-width: 1700px) {
    .topline-fixed-button .topline-fixed-button__content {
        padding: 0 15px;
    }

    .fixed-circle-bottom {
        left: 5px;
        bottom: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .topline-fixed-button.topline-fixed-button--hide1023 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .topline-fixed-button .bth__btn.w-auto {
        width: 125px !important;
        margin-right: 10px !important;
    }

    .topline-fixed-button .bth__btn.bth__btn--27w:first-child {
        margin-right: 10px !important;
    }

    .topline-fixed-button .topline__squares::before {
        -webkit-mask-size: 13px;
        mask-size: 13px;
    }

    .topline-fixed-button .bth__btn.bth__btn--27w i {
        display: block;
        line-height: 25px;
    }

    .topline-fixed-button .bth__btn.bth__btn--27w {
        font-size: 12px !important;
    }

    .topline-fixed-button .bth__btn.bth__btn--27w, .topline-fixed-button .topline-fixed-button__up {
        width: 27px;
        height: 25px;
        line-height: 25px;
        font-size: 17px;
    }

    .topline-fixed-button .bth__btn {
        font-size: 10px;
        padding: 0 10px;
        width: auto !important;
    }

    .topline-fixed-button .breadcrumbs .breadcrumbs__link {
        font-size: 10px;
    }
}