.bonuses {
    flex: 1;
	flex-grow: 0;
	margin-bottom: 20px;
}
.top-block__bell {
    background-position: center;
    background-size: contain;
    background-image: url(../img/icons/bell.svg);
}
@media (max-width: 1300px) {
    .map-sidebar-filter__buttons {
        gap: 10px;
    }
}
@media (max-width: 1330px) {
	.header__logo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.header__logo img {
		margin: 0px 0px 2px 0px;
	}
	.header__logo p {
		font-size: 12px;
	}
}

.bonuses__topleft .balance__headlink._active {
    color: #267ded;
    text-decoration: underline;
}

.sidebar-slider1__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000c;
    z-index: 2;
}
.sidebar-slider1__content {
    z-index: 3;
}
@media (max-width: 480px) {
	.feedback-item__comment:not(a) {
		margin: 0;
	}
}
.top-block__about {
    font-family: inherit;
}
.top-block__balance {
    font-family: inherit;
}
.top-block__balance span {
    font-size: 16px;
	white-space: nowrap;
}
.btn {
    border-radius: 5px;
}

.header-cat._active .header-cat__block {
    overflow: auto;
}
.balance-wallet__buttons {
    gap: 20px;
}
@media (min-width: 993px) {
    .header-cat__block .block__item {
        padding: 0;
    }
}

/* rental table */
.rental-container {
    background-color: #FFF;
    border-radius: 13px;
    box-sizing: border-box;
    padding: 40px 0 30px;
    align-self: flex-start;
}
.rental-container__title {
    display: grid;
    padding: 0 35px 30px;
    gap: 30px;
}
.rental-container__title h3 {
    margin: 0;
    font-size: 24px;
    color: #267DED;
    opacity: 80%;
}
.rental-container__title .btn {
    padding: 10px;
    height: 44px;
    border-radius: 13px;
    background-color: #E5F0FF;
    width: 192px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.rental-container__table>* {
    padding: 0 25px;
    display: grid;
}
.rental-container__table>*>*:not(:first-child) {
    justify-content: center;
}
.rental-container__table>*>* {
    border-bottom: 1px solid #00000014;
    border-right: 1px solid #00000014;
    display: flex;
    align-items: center;
}
.rental-container__caption {
    background-color: #E5F0FF;
    min-height: 40px;
}
.rental-container__caption>:first-child {
    flex-wrap: wrap;
    gap: 3px;
    padding: 5px 5px 5px 0;
}
.rental-container__caption>:not(:first-child) {
    font-size: 14px;
}
.rental-container__data {
    grid-auto-rows: 26px;
    font-size: 12px;
    position: relative;
}
.rental-container__data .item-tooltip {
    top: auto;
    left: auto;
    display: none;
    opacity: 1;
}
.rental-container .current {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
}
.rental-container .selected {
    background-color: #267DED;
    border-color: #fff;
}
.rental-container .current:after {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #267DED;
    position: absolute;
    z-index: -1;
}
.rental-container select,
.rental-m-container select {
    border: none;
    background-color: transparent;
    color: #267DED;
    font-size: 20px;
    font-weight: 700;
}
.rental-container select {
    font-size: 14px;
}
.rental-container .name {
    padding: 4px;
    font-size: 14px;
    line-height: 20px;
    overflow-x: auto;
    cursor: pointer;
}
.rental-container .name span {
    color: #9D9D9D
}
.rental-container .name:hover {
    background-color: #E5F0FF;
    color: #267DED;
}

.rental-m-container {
    padding: 25px 10px;
    display: none;
    gap: 25px;
    flex: 1;
}
.rental-m-container h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.rental-m-container .btn {
    padding: 10px;
    height: 44px;
    border-radius: 5px;
    background-color: #E5F0FF;
    width: 192px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.rental-m-container__inner {
    padding: 0 15px;
    display: grid;
    gap: 20px;
}
.rental-m-container__options {
    display: flex;
    justify-content: space-between;
}
.rental-m-container__options select {
    background-color: #E5F0FF;
    padding: 5px 10px;
    border-radius: 5px;
    height: 34px;
    box-sizing: border-box;
    margin-right: 0;
    font-size: 16px;
    font-weight: 700;
}
.rental-m-container .day {
    font-size: 12px;
    color: #267DED;
    font-weight: 400;
    background-color: #E5F0FF;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rental-m-container__table {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #fff;
}
.rental-m-container__table>* {
    border-right: 1px solid #9D9D9D;
    border-bottom: 1px solid #9D9D9D;
}
.br0 {
    border-right-style: none;
}
.bb0 {
    border-block-end-style: none;
}
.rental-m-container .hide {
    opacity: .5;
}
.rental-m-container .cell {
    display: grid;
    align-content: flex-start;
}
.rental-m-container .date {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    color: #9D9D9D;
    background-color: #78788029;
    border-bottom: 1px solid #9D9D9D;
}
.rental-m-container .data {
    min-height: 50px;
    display: grid;
    align-content: flex-start;
    gap: 4px;
    width: 100%;
}
.rental-m-container .data-content {
    overflow: hidden;
    line-height: 12px;
    box-sizing: border-box;
    padding: 2px 4px;
    height: 16px;
    max-height: 16px;
    background-color: #267DED;
    font-size: 10px;
    color: #fff;
}
@media (max-width: 1200px) {
    .rental-m-container {
        display: grid;
    }
    .rental-container {
        display: none;
    }
}
.chat {
    margin-bottom: 0;
}
.chat-form {
    position: sticky;
    bottom: 0;
}
.chat__area {
    padding: 40px 0 20px 0;
}
.chat-m__progress {
    position: relative;
    top: 0;
    right: 0;
}
.chat-m__progress .active ~ * span::after {
    display: none;
}
.chat-popup {
    position:fixed;
    top:100px;
    left: calc(50% - 300px);
    width:600px;
    height:auto;
    z-index:1000;
    background:#fff;
    padding:20px;
    box-sizing: border-box;
    border-radius:10px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.chat-popup :last-child {
    align-self: flex-end;
    cursor: pointer;
}
.chat-msg__btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.chat-msg__msg {
    max-width: calc(100% - 37px);
}
.chat-msg {
    flex-wrap: wrap;
    max-width: calc(100% - 157px);
}
.chat-msg .chat-msg {
    margin-right: 0;
    max-width: 100%;
}
.chat-msg .chat-msg_to {
    transform: translate(37px, 0);
}

.chat-msg_to .chat-msg__msg  {
	background-color: #ffffff;
	min-width:250px;
}
@media (max-width: 850px) {
    .chat-msg {
        max-width: calc(100% - 37px);
        margin-right: 0;
    }
    .chat-msg .chat-msg_to {
        transform: translate(37px, 0);
    }
}
.product-user__links a span {
    font-size: 16px;
}



@media only screen and (max-width : 768px){
.chat{
	margin-bottom: 20px;
}
}