@charset "UTF-8";
header {
  position: relative; }

/********header**************/
/* изменила потому что поиск не работает с flex
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 14px;
  background-color: #fff; }
*/
.page-header {
  background-color: #fff; }

.page-header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.page-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px 4px;
  margin: 0 auto; }

/***/
.page-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 18px 6px 8px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.page-header__search form {
  z-index: 20; }

.page-header__search input[type="text"] {
  height: 40px;
  font: 16px/32px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  outline: none;
  color: #252626;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px 6px 56px;
  width: 0px;
  position: absolute;
  top: 16px;
  left: 48px;
  right: 16px;
  background: none;
  z-index: 3;
  -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer; }

.page-header__search input[type="text"]::-webkit-input-placeholder {
  color: #252626; }

.page-header__search input[type="text"]::-moz-placeholder {
  color: #252626; }

.page-header__search input[type="text"]:-ms-input-placeholder {
  color: #252626; }

.page-header__search input[type="text"]::-ms-input-placeholder {
  color: #252626; }

.page-header__search input[type="text"]::placeholder {
  color: #252626; }

.page-header__search .focus:hover {
  border: 1px solid #88898C; }

.page-header__search input[type="text"].focus {
  width: calc(100% - 75px);
  top: 4px;
  left: 59px;
  z-index: 2;
  border: none;
  background: #EDF0F7;
  border-radius: 20px;
  cursor: text; }

.page-header__search-btn {
  position: relative;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  z-index: 4;
  cursor: pointer; }

.page-header__search-btn:before {
  position: absolute;
  content: "";
  top: -4px;
  left: 11px;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  background: url("/img/skins/ll2019/SVGsprite12.svg") -234px 0 no-repeat; }

/****/
.page-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 51px; }

.page-header__item:not(.icon-notify) {
  display: none; }

.icon__notify {
  padding: 12px 8px 6px; }

.page-header__item::before {
  position: absolute;
  content: '';
  top: 12px;
  left: 8px;
  width: 24px;
  height: 24px; }

.icon-add::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") 0 -26px no-repeat; }

.icon-read::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -130px 0 no-repeat; }

.icon-buy::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -260px 0 no-repeat; }

.icon-mybook::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -156px 0 no-repeat; }

.icon-rec::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -286px 0 no-repeat; }

.icon-email::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -182px 0 no-repeat; }

.icon-notify::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -208px 0 no-repeat; }

.icon-lenta::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -416px 0 no-repeat; }

.icon-main::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -442px 0 no-repeat; }

.page-header__item--active.icon-lenta::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -382px -52px no-repeat; }

.page-header__item--active.icon-main::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -408px -52px no-repeat; }

.page-header__item--active.icon-read::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -156px -52px no-repeat; }

.page-header__item--active.icon-buy::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -260px -52px no-repeat; }

.page-header__item--active.icon-mybook::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -182px -52px no-repeat; }

.page-header__item--active.icon-rec::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -286px -52px no-repeat; }

.page-header__item--active.icon-email::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -208px -52px no-repeat; }

.page-header__item--active.icon-notify::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -234px -52px no-repeat; }

/****************/
.page-header__item i {
  position: absolute;
  top: 5px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 600 12px/18px "Source Sans Pro", sans-serif;
  padding: 0 6px;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #FA385D;
  color: #fff; }

.site-nav {
  padding: 12px 16px 6px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.user-nav {
  padding: 12px 16px 6px; }

.site-nav__toggle {
  display: block;
  position: relative;
  width: 24px;
  height: 24px; }

.site-nav__toggle::before {
  position: absolute;
  content: '';
  top: 12px;
  left: 3px;
  width: 18px;
  height: 1px;
  background: #252626;
  -webkit-box-shadow: 0 -5px 0 0 #252626, 0 5px 0 0 #252626;
  box-shadow: 0 -5px 0 0 #252626, 0 5px 0 0 #252626; }

.site-nav__toggle::-webkit-details-marker {
  display: none; }

.site-nav__list,
.user-nav__list {
  position: absolute;
  background: #fff;
  top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px 0;
  z-index: 112;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  max-height: calc(100vh - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.site-nav__list {
  left: 16px;
  width: 243px; }

.user-nav__list {
  right: 16px;
  width: 300px; }

.site-nav__list a,
.user-nav__list a,
.site-nav__list a:visited,
.user-nav__list a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-grow: 1;*/
  color: #252626;
  font: 16px/24px "Source Sans Pro", sans-serif;
  padding: 6px 32px 10px; }

.site-nav__list summary:hover,
.user-nav__list summary:hover,
.site-nav__list a:hover,
.user-nav__list a:hover,
.site-nav__list a:active,
.user-nav__list a:active {
  background: #EDF0F7; }

.user-nav__item > a,
.site-nav__item > a,
.user-nav__item summary a,
.site-nav__item summary a {
  text-transform: uppercase;
  font-weight: 600; }

.user-nav__item div > a,
.site-nav__item div > a {
  padding: 0 32px; }

.user-nav__item summary,
.site-nav__item summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.user-nav__item summary::-webkit-details-marker,
.site-nav__item summary::-webkit-details-marker {
  display: none; }

.user-nav__item summary::after,
.site-nav__item summary::after {
  position: absolute;
  content: '';
  right: 23px;
  top: 11px;
  width: 9px;
  height: 9px;
  border-left: 1px solid #252626;
  border-top: 1px solid #252626;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.user-nav__item details[open] summary::after,
.site-nav__item details[open] summary::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px; }

.user-nav__item div,
.site-nav__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 8px; }

.user-nav__item b,
.site-nav__item b {
  color: #3E99ED;
  margin: 0 0 0 4px; }

.page-header__item.icon-notify object {
  display: none;
  position: absolute;
  content: "";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  height: 80px;
  width: 340px;
  top: 44px;
  right: 17px;
  border-radius: 20px 0 20px 20px;
  background: #fff;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 600 20px/24px "Source Sans Pro", sans-serif;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25); }

.page-header__item .btn-close {
  top: 29px;
  right: 32px; }

.page-header__item.icon-notify a {
  color: #3E99ED; }

.btn-close--small {
  position: absolute;
  top: 3px;
  right: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5005 10.7929L8.96493 7.25732L8.25782 7.96443L11.7934 11.5L8.25781 15.0355L8.96492 15.7426L12.5005 12.2071L16.036 15.7426L16.7431 15.0355L13.2076 11.5L16.7431 7.96445L16.036 7.25734L12.5005 10.7929Z' fill='%2388898C'/%3e%3c/svg%3e "); }

#system-notice {
  display: none;
  position: absolute;
  max-height: calc(100vh - 86px);
  top: 56px;
  right: 59px;
  border-radius: 20px 0 20px 20px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  background: #fff;
  width: 440px; }

.system-notice__list {
  width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px 0 0 0; }

.system-notice__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px 44px 15px 32px; }

.system-notice__item h4 {
  margin: 0 0 9px;
  font: 600 20px/24px "Source Sans Pro", sans-serif; }

.system-notice__item p {
  font: 18px/24px "Source Sans Pro", sans-serif; }

.system-notice__item p > a {
  color: #3E99ED; }

.system-notice__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.system-notice__item div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  border-radius: 16px;
  font: 600 16px/24px "Source Sans Pro", sans-serif;
  padding: 0 16px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #3E99ED; }

.system-notice__item div a:nth-of-type(2n) {
  border: 1px solid #88898C;
  color: #88898C;
  background: transparent;
  font-weight: 400;
  margin-left: 16px; }

.system-notice-friends__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.system-notice-friends__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 104px;
  margin: 0 16px 0 0; }

.system-notice-friends__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.system-notice-friends__item img {
  border-radius: 50%;
  margin: 15px 0 6px; }

.system-notice-friends__item p {
  font: 16px/20px "Source Sans Pro", sans-serif;
  color: #252626;
  text-align: center;
  margin: 0;
  width: 104px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.system-notice-friends__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  width: 104px;
  border-radius: 16px;
  font: 600 16px/24px "Source Sans Pro", sans-serif;
  padding: 0 0 2px;
  margin: 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #3E99ED;
  border: none; }

/**/
#search-res {
  position: absolute;
  display: none;
  top: 30px;
  right: 16px;
  width: calc(100% - 75px);
  background: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 15; }

/*.search-res__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}*/
.search-res-objects {
  height: calc(100vh - 194px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 40px 0;
  width: 100%; }

.search-res-objects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.search-res-objects__book-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.search-res-objects__status {
  font: 14px/18px "Source Sans Pro", sans-serif;
  background-color: #EAE9D6;
  border-radius: 16px;
  color: #252626;
  padding: 3px 8px;
  position: absolute;
  height: 48px;
  min-width: 138px;
  max-width: 162px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -4px;
  left: 0;
  z-index: 1; }

.search-res-objects__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
  z-index: 2; }

.search-res-objects__link img {
  width: 78px;
  height: 120px;
  border-radius: 6px; }

.search-res-objects__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 8px 0 0 32px;
  width: 100%; }

a.search-res-objects__title,
a.search-res-objects__book-title {
  position: relative;
  color: #252626;
  font: 600 20px/26px "Source Sans Pro", sans-serif; }

.search-res-objects__author-wrap,
.search-res-objects__author-wrap a {
  color: #252626;
  font: 16px/24px "Source Sans Pro", sans-serif;
  margin: 0 0 4px; }

.search-res-objects__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

a.search-res-objects__genres {
  color: #3E99ED;
  font: 16px/32px "Source Sans Pro", sans-serif;
  white-space: nowrap;
  margin: 0 16px 0 0; }

a.search-res-objects__buy,
a.search-res-objects__edition {
  color: #88898C;
  font: 16px/24px "Source Sans Pro", sans-serif;
  margin-left: auto; }

.search-res-objects__rating {
  position: relative;
  font: 300 26px/40px "Source Sans Pro", sans-serif;
  color: #252626;
  padding-left: 27px;
  margin: 0 38px 0 0; }

.search-res-objects__rating::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/img/skins/ll2019/SVGsprite12.svg") -138px -182px no-repeat; }

.search-res-objects__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.search-res-objects__soc a {
  position: relative;
  color: #88898C;
  font: 14px/24px "Source Sans Pro", sans-serif;
  width: 38px;
  padding-left: 28px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.search-res-objects__soc a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px; }

.search-res-objects__bookmark:before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -200px -78px no-repeat; }

.search-res-objects__review:before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -226px -78px no-repeat; }

.search-res-objects__quote:before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -252px -78px no-repeat; }

.search-res-objects__user:before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -278px -78px no-repeat; }

.search-res-objects__kv:before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -304px -78px no-repeat; }

.res-objects-game .search-res-objects__link img,
.res-objects-user .search-res-objects__link img,
.res-objects-blog .search-res-objects__link img,
.res-objects-author .search-res-objects__link img {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
  object-fit: cover; }

/* https://livelib.fixlist.net/livelib/task/16772-ispravleniya-posle-chekauta-24-dekabrya-2020#comment114389 */
/*a.search-res-objects__user,*/
a.search-res-objects__author {
  color: #252626;
  font: 600 20px/22px "Source Sans Pro", sans-serif; }

.search-res-objects__town,
.search-res-objects__author-eng {
  color: #252626;
  font: 16px/32px "Source Sans Pro", sans-serif; }

.search-res-objects__read,
.search-res-objects__count {
  color: #88898C;
  font: 16px/32px "Source Sans Pro", sans-serif;
  margin: 0; }

.search-res-objects__best {
  color: #3E99ED;
  font: 16px/20px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  margin: 0 0 0 12px; }

.res-objects-blog--close .search-res-objects__title::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 0;
  right: -40px;
  background: url("/img/skins/ll2019/SVGsprite12.svg") -88px -130px no-repeat; }

.res-objects-blog--limited .search-res-objects__title::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 0;
  right: -40px;
  background: url("/img/skins/ll2019/SVGsprite12.svg") -114px -130px no-repeat; }

.search-res-objects__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.search-res-objects__btn {
  width: 123px;
  height: 32px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #3E99ED;
  margin: 6px 0;
  padding: 0 0 4px;
  font: 600 16px/16px "Source Sans Pro", sans-serif; }

.search-res-objects__btn:first-of-type {
  border: 1px solid #88898C;
  color: #88898C;
  background: #fff;
  font-weight: 400; }

.rec-objects-book {
  margin: 24px 0; }

.rec-objects-book .search-res-objects__link {
  margin: 20px 0 12px; }

.rec-objects-book .search-res-objects__wrap {
  margin: 20px 0 0 36px; }

.rec-objects-book .search-res-objects__book-title {
  font-size: 26px;
  line-height: 30px; }

.rec-objects-book .search-res-objects__author-wrap a {
  font-size: 18px; }

.rec-objects-book .search-res-objects__link img {
  width: 170px;
  height: 256px;
  border-radius: 8px; }

.rec-objects-book .search-res-objects__desc {
  -webkit-line-clamp: 8;
  max-height: 192px;
  margin: 0 16px 10px 0; }

.rec-objects-book .search-res-objects__soc {
  margin: 22px 0 30px; }

.rec-objects-book .search-res-objects__rating {
  margin: 0 0 12px 8px; }

.rec-objects-book .search-res-objects__buy {
  font-size: 14px;
  color: #252626;
  position: absolute;
  top: 297px;
  right: 8px; }

.rec-objects-novelties,
.rec-objects-selection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0; }

.rec-objects-novelties h3,
.rec-objects-selection h3 {
  margin: 0 0 7px;
  font: 600 26px/32px "Source Sans Pro", sans-serif; }

.search-res-objects__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 48px;
  margin: 0 16px 10px 0; }

.res-objects-blog .search-res-objects__desc {
  margin-top: 8px; }

.res-objects-game .search-res-objects__desc {
  -webkit-line-clamp: 1;
  max-height: 24px; }

.rec-objects-selection .search-res-objects__desc {
  -webkit-line-clamp: 3;
  max-height: 72px;
  margin-right: 70px; }

.search-res-objects__time {
  font: 18px/24px "Source Sans Pro", sans-serif;
  margin: 12px 0 0; }

.search-res-objects__desc p {
  font: 18px/24px "Source Sans Pro", sans-serif;
  margin: 0; }

.search-res-objects__time span {
  color: #88898C; }

.search-res-objects__desc a {
  font: 18px/24px "Source Sans Pro", sans-serif;
  color: #003569; }

.rec-objects-selection .slide-book__list {
  margin: 0; }

.rec-objects-selection .search-res-objects__count {
  position: absolute;
  top: 29px;
  right: 0; }

#search-res .find-hint {
  background: #f9e28f;
  border-radius: 4px; }

.search-res__show-all {
  width: 100%; }

.search-res__show-all a {
  background: #3E99ED;
  border-radius: 20px;
  height: 40px;
  color: #fff;
  font: 600 18px/24px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px 40px; }

/*******/
.unreg-header {
  width: 100%;  
  background: #F8DB73 url(/img/skins/ll2019/Challenge2021_Tablet_reg_1440x272.png) no-repeat center; }

.unreg-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1140px;
  height: 272px;
  margin: 0 auto; }

.unreg-header__wrapper img,
.unreg-header__slogn {
  display: none; }

.unreg-header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 24px;
  width: 420px;
  height: 212px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 22px 32px; }

.unreg-header__form h3 {
  font: 600 20px/24px "Source Sans Pro", sans-serif;
  margin: 0; }

.unreg-header__form input {
  width: 208px;
  height: 40px;
  border-radius: 20px;
  border: none;
  background: #E6E9F0;
  font: 16px/24px "Source Sans Pro", sans-serif;
  color: #6F7073;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.unreg-header__form button {
  font: 600 18px/24px "Source Sans Pro", sans-serif;
  color: #fff;
  background: #3E99ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 144px;
  height: 40px;
  border: none;
  border-radius: 20px;
  padding: 0;
  margin: 0 0 8px 8px; }

.unreg-header__form button:hover {
  background: #3b91e0; }

.unreg-header__form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.unreg-header__soc a {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 7px; }

.main-body .header {
  margin-bottom: 0; }

.main-menu {
  width: 100%;
  overflow: hidden; }

.main-menu__limiter {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 20px;
  margin: 0 0 -20px; }

.main-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 18px; }

.main-menu__item {
  margin: 0 19px 0 0; }

.main-menu__item a,
.main-menu__item a:visited {
  color: #252626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 16px/32px "Source Sans Pro", sans-serif; }

.main-menu__item.main-menu__item--active a {
  color: #3E99ED;
  font-weight: 600; }

.user-nav__toggle {
  display: block;
  position: relative;
  width: 24px;
  height: 24px; }

.user-nav__toggle button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: url("/img/skins/ll2019/SVGsprite12.svg") -312px 0 no-repeat; }

.user-nav__toggle img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  object-fit: cover;
  -o-object-fit: cover; }

/*
.user-nav__toggle::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url("/img/skins/ll2019/SVGsprite12.svg") -312px 0 no-repeat; }

/*
.user-nav__togle::before {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -410px -48px no-repeat; }*/
.user-nav__toggle::-webkit-details-marker {
  display: none; }

.user-nav__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px; }

.user-nav__login img {
  border-radius: 50%;
  width: 40px;
  height: 40px; }

.user-nav__login p {
  margin: 0 0 0 16px;
  color: #252626;
  text-transform: none;
  font: 600 18px/24px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 56px; }

/**************************/
.slide-book {
  overflow: hidden;
  min-width: 100%; }

.slide-book__limiter {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  margin-bottom: -20px; }

.slide-book__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  /*
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;*/
  margin: 0 30px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.slide-book__item {
  position: relative;
  width: 170px !important;
  height: 424px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px 8px 24px 24px;
  background-color: #ffffff;
  margin: 32px 16px 0 0; }

.slide-book__status {
  font: 14px/16px "Source Sans Pro", sans-serif;
  background-color: #EDF0F7;
  border-radius: 16px;
  color: #252626;
  position: absolute;
  padding: 3px 25px 0 16px;
  height: 48px;
  width: 138px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -24px;
  left: 0;
  z-index: 1; }

.slide-book__status-lists {
  font: 600 14px/16px "Source Sans Pro", sans-serif;
  background-color: #3E99ED;
  border-radius: 16px;
  color: #fff;
  position: absolute;
  padding: 3px 0 0 16px;
  height: 48px;
  width: 138px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -246px;
  -webkit-transition: top 400ms;
  transition: top 400ms;
  left: 0;
  z-index: 1; }

header .btn-add-plus--add + .slide-book__status-lists {
  top: -272px; }

.slide-book__link {
  height: 256px;
  width: 170px;
  border-radius: 8px;
  z-index: 2;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.slide-book__link::after {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.slide-book__link img {
  -o-object-fit: contain;
  object-fit: contain; }

.slide-book__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 1px solid #e3e5e6;
  border-top: none;
  border-radius: 0 0 24px 24px;
  margin-top: -8px;
  color: #252626;
  padding: 18px 15px 15px;
  height: 176px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.slide-book__menu,
.slide-book__menu:visited {
  width: 16px;
  height: 16px;
  padding: 5px 5px 5px 11px;
  position: absolute;
  margin: 0;
  top: 16px;
  right: -1px; }

.slide-book__menu::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 18px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #88898C;
  -webkit-box-shadow: 0 -6px 0 0 #88898C, 0 6px 0 0 #88898C;
  box-shadow: 0 -6px 0 0 #88898C, 0 6px 0 0 #88898C; }

.slide-book__menu-block {
  display: none;
  position: absolute;
  padding: 0 12px;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 20px;
  right: 22px;
  top: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 11; }

.slide-book__menu-block a,
.slide-book__menu-block a:visited {
  font: 16px/37px "Source Sans Pro", sans-serif;
  color: #252626;
  border-bottom: 1px solid #DCDEE0;
  width: 100%;
  text-align: center;
  padding: 0 12px 2px; }

.slide-book__menu-block a:hover {
  background-color: #EDF0F7; }

.slide-book__menu:hover .slide-book__menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slide-book__title,
.slide-book__title:visited {
  font: 600 16px/16px "Source Sans Pro", sans-serif;
  color: #252626;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 32px;
  width: 100%; }

.slide-book__author,
.slide-book__author:visited {
  font: 14px/17px "Source Sans Pro", sans-serif;
  color: #252626;
  margin: 9px 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.slide-book__rating {
  position: relative;
  padding: 0 0 11px 28px;
  font: 300 26px/24px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.slide-book__rating::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/img/skins/ll2019/SVGsprite12.svg") -138px -182px no-repeat; }

.slide-book__item .btn-buy-holder {
  margin-top: 0px;
  position: relative; }

.slide-book__buy,
.slide-book__buy:visited {
  font: 14px/20px "Source Sans Pro", sans-serif;
  color: #252626;
  position: absolute;
  bottom: 9px;
  right: 0; }

.slide-book__btn-del,
.slide-book__btn-del:visited {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  color: #88898C;
  border: 1px solid #88898C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  height: 32px;
  font: 16px/20px "Source Sans Pro", sans-serif;
  padding: 4px; }

.slide-book__btn-del i {
  position: absolute;
  content: "";
  right: 4px;
  top: 4px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #88898C;
  font-style: normal;
  text-align: center; }

header .slide-book__item .btn-add-plus,
header .slide-book__item .btn-add-plus:visited {
  color: #fff;
  margin: 10px 0 0; }
/******************************/
header .btn-add-plus {
  position: relative;
  border-radius: 16px;
  border: 1px solid #3E99ED;
  background-color: #3E99ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  width: 100%; }

header .btn-add-plus:hover {
  border-color: #3B91E0;
  background-color: #3B91E0; }

header .btn-add-plus::before {
  position: absolute;
  content: "Добавить";
  font: 600 16px/16px "Source Sans Pro", sans-serif;
  color: #fff;
  height: 18px;
  left: calc(50% - 27px);
  top: 0;
  bottom: 0;
  margin: auto; }

header .btn-add-plus::after {
  position: absolute;
  content: '';
  height: 24px;
  width: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(50% - 53px);
  background: url("/img/skins/ll2019/SVGsprite12.svg") -114px -156px no-repeat; }

header .btn-add-plus--add {
  border-color: #3E99ED;
  background-color: #fff; }

header .btn-add-plus--add:hover {
  background: rgba(89, 199, 255, 0.07); }

header .btn-add-plus--add::before {
  content: 'Изменить';
  color: #3B91E0; }

header .btn-add-plus--add::after {
  background: url("/img/skins/ll2019/SVGsprite12.svg") -140px -156px no-repeat; }
@-webkit-keyframes show {
  0% {
    display: none; }
  25% {
    display: -webkit-box;
    display: flex; }
  75% {
    display: -webkit-box;
    display: flex; }
  100% {
    display: none; } }

@keyframes show {
  0% {
    display: none; }
  25% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  75% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  100% {
    display: none; } }

header .btn-add-plus__menu-block {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: calc(50% - 92px);
  bottom: 96px;
  background-color: #fff;
  padding: 24px 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 10; }

header .btn-add-plus__status {
  font: 300 18px/28px "Source Sans Pro", sans-serif;
  color: #252626;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

header .btn-add-plus__change, header .btn-add-plus__change:visited {
  display: none;
  font: 600 18px/28px "Source Sans Pro", sans-serif;
  color: #3E99ED;
  margin-top: 4px; }

header .btn-add-plus:active ~ .btn-add-plus__menu-block {
  -webkit-animation: show 1s ease;
  animation: show 1s ease; }




@media (min-width: 1140px) {
  /*****/
  .page-header__search {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 322px;
    padding: 12px 8px 6px; }
  .page-header__search .focus {
    width: calc(100% - 32px); }
  .page-header__search input[type="text"] {
    border-radius: 20px;
    background-color: #EDF0F7;
    width: 322px;
    right: 149px;
    left: auto; }
  .page-header__item i {
    left: 50%; }  
  .unreg-header {
    background: #F8DB73 url(/img/skins/ll2019/Challenge2021_Desktop_reg_1440x272.png) no-repeat center; }
  .unreg-header__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .unreg-header__wrapper img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 27px; }
  .unreg-header__slogn {
    display: block;
    width: 350px; }
  .unreg-header__slogn p {
    color: #fff;
    font: 300 43px/46px "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .unreg-header__slogn svg {
    margin: 33px 0 0 6px; }
  .header-card-user__name {
    max-width: 300px; }
  /*****************/
  .page-header__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 16px 0 14px;
    margin: 0 auto;
    width: 1140px; }
  .page-header__logo {
    padding: 9px 16px 4px; }
  .site-nav {
    padding: 8px 24px 8px 0; }
  .user-nav {
    padding: 8px 0 8px 10px; }
  .site-nav__list {
    left: 0; }
  .user-nav__list {
    right: 0; }
  .main-menu {
    margin-top: 2px;
    width: 424px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .main-menu__limiter {
    overflow-x: hidden; }
  .main-menu__item {
    margin: 0 22px 0 0; }
  .main-menu__item:nth-child(n+6) {
    display: none; }
  .page-header__search-btn {
    width: 322px; }
  .page-header__search .focus ~ .page-header__search-btn:before {
    left: -602px; }
  #search-res {
    top: 30px;
    right: 150px;
    width: calc(100% - 212px); }
  
  .page-header__search input[type="text"].focus {
    left: auto;
    top: 16px;
    z-index: 4;
    width: calc(100% - 210px); }
  .page-header__item {
    width: 24px;
    margin: 0 0 0 56px;
    padding: 0 10px; }
  .page-header__item::before {
    top: 8px;
    left: calc(50% - 12px); }
  .page-header__item.icon-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 16px;
    right: 78px; }
  .slide-book {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .slide-book__item {
    margin-right: 24px; } }

/* =========Стили LL========== */

/* .user-nav__toggle::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/img/skins/ll2019/SVGsprite5.svg) -312px 0 no-repeat;
} */

.searchhint-background {
    display: block;
    background: transparent !important;
    opacity: .3;
    z-index: 999;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
}

/* header {
    z-index: 1001;
} */

.find-hint {
    background-color: #fde77e;
}

.page-header__search input.focus {
    width: calc(100% - 64px);
    z-index: 2;
    background: #fff;
    border: 1px solid #898B8C;
    border-radius: 20px;
    cursor: text;
}

@media (min-width: 1140px) {
    /*****/
    .page-header__search input.focus {
        width: calc(100% - 32px);
    }
}


/* #fixed-menu-2019 {
        top: 0px; 
        left:0px; 
        right:0px; 
        z-index: 1003; 
        width:100%; 
        height:58px; 
    } */

#fixed-menu-2019.show-fixd-2019 {
    transition-property: top;
    transition-duration: 500ms;
    top: 0px !important;
}

#fixed-menu-2019.fixd-2019 {
    position: fixed;
    top: -58px;
    left: 0px;
    right: 0px;
    z-index: 1003;
    width: 100%;
    /* height: 58px; */
    border-bottom: 1px solid #D9DBE0;
}


/* При display: flex не работает главный поиск  */

.page-header {
    display: block !important;
}

@media (min-width: 1140px) {
    /* .bc-header {
        width: 100%;
    } */
    .header-tag {
        margin: 0;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#search-res, #search-res-block { z-index: 1005; }

#search-res {
    display: block;
}

.page-header__item.icon-notify object, #system-notice {
    z-index: 1001;
}
.user-nav__list {
    z-index: 1006;
}

.bc-reader__popup,
.bc-curator__popup {
position: absolute;
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
bottom: -88px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 39px 24px 24px;
left: 0;
right: 0;
margin: 0 auto;
background: #fff;
z-index: 15;
height: 416px;
width: 412px;
border-radius: 20px;
-webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25); }

.bc-reader__popup h3,
.bc-curator__popup h3 {
text-align: center;
margin: 0;
font: 600 26px/32px "Source Sans Pro", sans-serif; }

.bc-reader__popup button,
.bc-curator__popup button {
border: 1px solid #3E99ED;
height: 40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 170px; }

.bc-reader__btn-n,
.bc-curator__btn-n {
font: 18px/24px "Source Sans Pro", sans-serif;
color: #3B91E0;
background: #fff; }

.bc-reader__btn-y,
.bc-curator__btn-y {
color: #fff;
font: 600 18px/24px "Source Sans Pro", sans-serif;
background: #3E99ED; }

@media (min-width: 1140px) {
    .icon-notify {
        width: 24px !important;
        position: relative !important;
    }
}

.search-res-objects__read,
.search-res-objects__count {
  color: #88898C !important; }

  .search-res-objects__town,
.search-res-objects__author-eng {
  color: #252626 !important;
}

.zindex1006 {
    z-index: 1006 !important;
}

.prm-header .header-pshadow {
  max-height: 180px !important;
  box-shadow: none !important;
}

.unreg-header {
    width: 100%;      display: block;
    background: #F8DB73 url("/img/skins/ll2019/Challenge2021_Tablet_reg_1440x272.png") no-repeat center; }

@media (min-width: 1140px) {
    .unreg-header {
        background: #F8DB73 url("/img/skins/ll2019/Challenge2021_Desktop_reg_1440x272.png") no-repeat center; }
    .unreg-header__wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
}

.main-join__wrap .icon-vkontakte,
.unreg-header__soc .icon-vkontakte {
background: url("/img/skins/ll2019/SVGsprite11.svg") 0px -286px no-repeat; }

.main-join__wrap .icon-facebook,
.unreg-header__soc .icon-facebook {
background: url("/img/skins/ll2019/SVGsprite11.svg") -50px -286px no-repeat; }

.main-join__wrap .icon-mailru,
.unreg-header__soc .icon-mailru {
background: url("/img/skins/ll2019/SVGsprite11.svg") -200px -286px no-repeat; }

.main-join__wrap .icon-twitter,
.unreg-header__soc .icon-twitter {
background: url("/img/skins/ll2019/SVGsprite11.svg") -150px -286px no-repeat; }

.main-join__wrap .icon-odnoklassniki,
.unreg-header__soc .icon-odnoklassniki {
background: url("/img/skins/ll2019/SVGsprite11.svg") -100px -286px no-repeat; }

.main-join__wrap .icon-google,
.unreg-header__soc .icon-google {
background: url("/img/skins/ll2019/SVGsprite11.svg") -400px -286px no-repeat; }

.main-join__wrap .icon-litres,
.unreg-header__soc .icon-litres {
  background: url("/img/skins/ll2019/SVGsprite13.svg") -500px -286px no-repeat; }

/* Стили ЛЛ */
.header a:hover {
    opacity: 1 !important;
}

.main-join__wrap .icon-facebook,
.unreg-header__soc .icon-facebook {
background: url("/img/skins/ll2019/SVGsprite12.svg") -50px -286px no-repeat; }

.main-join__wrap .icon-mailru,
.unreg-header__soc .icon-mailru {
background: url("/img/skins/ll2019/SVGsprite12.svg") -200px -286px no-repeat; }

.main-join__wrap .icon-twitter,
.unreg-header__soc .icon-twitter {
background: url("/img/skins/ll2019/SVGsprite12.svg") -150px -286px no-repeat; }

.main-join__wrap .icon-odnoklassniki,
.unreg-header__soc .icon-odnoklassniki {
background: url("/img/skins/ll2019/SVGsprite12.svg") -100px -286px no-repeat; }

.dot-new-event {
    color: #FA385D;
    margin-left: 5px;
    font-size: 17px;
}

.message-new-event {
    position: absolute;
    top: -9px;
    left: 12px;
}

.user-nav__toggle {
    position: relative;
}

.page-header a {
    opacity: 1 !important;
}

#system-msgs {
  position: relative;
  left: inherit;
  top: inherit;
  background: none;
  width: 51px;
  height: initial;
}

.page-header__search a.slide-book__title, .page-header__search a.slide-book__title:visited,
.page-header__search a.slide-book__author, .page-header__search a.slide-book__author:visited,
.page-header__search a.slide-book__buy, .page-header__search a.slide-book__buy:visited,
.page-header__search a.bc-menu__status, .page-header__search a.bc-menu__status:visited {
  color: #252626;
}

.btn-close {
  position: absolute;
  height: 24px;
  right: 24px;
  top: 16px;
  width: 24px;
  background-color: transparent;
  border: none;
  padding: 0; }
.btn-close::before, .btn-close::after {
  position: absolute;
  content: '';
  background-color: #88898C;
  width: 1.33px;
  height: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 12px; }
.btn-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }