.search .search-input {
    padding-right: 60px;
    border-radius: 25px;
    border: 1px solid #858585;
  }

.search-button-div button{
    border-radius: 0px 25px 25px 0px!important;
    border: 1px solid #858585;
}

/* allow first item in last header__main-item to be visible */
.header__main-item:last-child .line-block.line-block--40 .line-block__item:first-child {
    display: block;
    padding-right: 10px!important;
}

.header__main-item:last-child .line-block.line-block--40 .line-block__item:first-child:has(a[title="Войти"]) {
    padding-right: 16px!important;
}

/* Скрываем блок привязки Telegram на странице /personal/private/, так как он теперь в кнопке профиля */
.personal__wrapper .auth__services,
.personal__top-form .auth__services,
.soc-avt ~ .auth__services,
.personal__block .auth__services,
.personal__block--private .auth__services,
.personal__wrapper .soc-avt .socserv .auth__services,
.personal__wrapper .socserv .auth__services {
    display: none !important;
}

/* Скрываем блок привязки Telegram в компоненте socserv.auth.split на странице /personal/private/ */
.personal__block--private .soc-avt .socserv .auth__services,
.personal__block--private .socserv .auth__services {
    display: none !important;
}
