@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__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 8px 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/SVGsprite13.svg") -234px 0 no-repeat; }
.page-header__login {
  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: 120px;
  height: 32px;
  border: none;
  border-radius: 20px;
  padding: 0 16px;
  margin: 5px 16px;
}
.page-header__login:hover,
.page-header__login:active {
  background: #3B91E0; }
/****/
.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/SVGsprite13.svg") 0 -26px no-repeat; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-header__item--active.icon-notify::before {
  background: url("/img/skins/ll2019/SVGsprite13.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;
  width: calc(100% - 12px);
  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 b {
  display: block;
  width: calc(100% - 12px); }

.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: 56px 40px 0;
  width: 100%; }

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

.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: auto 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;
  justify-content: center;
  margin: 0 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/SVGsprite13.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/SVGsprite13.svg") -200px -78px no-repeat; }

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

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

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

.search-res-objects__kv:before {
  background: url("/img/skins/ll2019/SVGsprite13.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: 57px;
  height: 57px;
  -o-object-fit: cover;
  object-fit: cover; }

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/30px "Source Sans Pro", sans-serif;
  margin: 0; }

.search-res-objects__read,
.search-res-objects__count {
  color: #88898C;
  font: 16px/20px "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: -35px;
  background: url("/img/skins/ll2019/SVGsprite13.svg") -88px -130px no-repeat; }

.res-objects-blog--limited .search-res-objects__title::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 0;
  right: -35px;
  background: url("/img/skins/ll2019/SVGsprite13.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;
  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;
  margin-bottom: 13px; }

.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 0 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 0 0; }

.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: 16px/24px "Source Sans Pro", sans-serif;
  margin: 0; }

.search-res-objects__desc p {
  font: 16px/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: #3e99ed url(/img/Banner_Reg_NG_02.jpg) 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 10px; }

.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/SVGsprite13.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/SVGsprite13.svg") -312px 0 no-repeat; }

/*
.user-nav__togle::before {
  background: url("/img/skins/ll2019/SVGsprite13.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/SVGsprite13.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/SVGsprite13.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/SVGsprite13.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 {
    min-height: 72px; }
  .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: #3e99ed url(/img/Banner_Reg_NG_01.jpg) 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: 432px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .page-header__login {
    height: 40px;
    margin: 0 0 0 16px;
  }
  .main-menu__limiter {
    overflow-x: hidden; }
  .main-menu__item {
    margin: 0 22px 0 0; }
  .main-menu__item:nth-child(n+5) {
    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: 88px; }
  .slide-book {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .slide-book__item {
    margin-right: 24px; } }


.light-bg {
  background-color: #edf0f7;
  color: #252626;
}

.dark-bg {
  color: white;
  background-image: linear-gradient(#3e99ed, #52bbfa);
}

.subscribe-button {
  width: 170px;
  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;
  border-radius: 24px;
  font: 600 18px/24px "Source Sans Pro", sans-serif;
  height: 48px;
  padding: 0 0 2px;
  background-color: #217dd1;
  color: white;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 2;
}
.subscribe-button:hover {
  background-color: #3e99ed;
}

.subscribe {
  background: #59c7ff;
  padding: 19px 48px 15px 30px;
  width: 100%;
  border-radius: 24px;
  position: relative;
}

.subscribe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}
.subscribe-wrapper .subscribe-image {
  margin: 4px 0 0;
}
.subscribe-wrapper .subscribe-image-768 {
  display: none;
}
.subscribe-wrapper > p {
  font: 600 28px/42px "Source Sans Pro", sans-serif;
  padding: 0 10px 4px 8px;
  max-width: 496px;
  flex: 1 1 496px;
  margin: 0;
}

.subscribe-form {
  max-width: 386px;
  width: 100%;
  flex: 1 1 386px;
}
.subscribe-form p {
  font: 400 12px/16px "Source Sans Pro", sans-serif;
  text-align: center;
  margin: 4px 0 0;
}
.subscribe-form p a {
  color: #217dd1;
}

.subscribe-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  height: 48px;
  background-color: white;
  padding: 0 0 0 24px;
}
.subscribe-form__wrapper p {
  font: 400 12px/16px "Source Sans Pro", sans-serif;
}
.subscribe-form__wrapper input {
  border: 0;
  outline: 0;
  height: 48px;
  background: none;
  font: 400 16px/24px "Source Sans Pro", sans-serif;
  color: #88898c;  
}
.subscribe-form__wrapper input::placeholder {
  font: 400 16px/24px "Source Sans Pro", sans-serif;
  color: #88898c;
}
.subscribe-form__wrapper input::-webkit-input-placeholder {
  font: 400 16px/24px "Source Sans Pro", sans-serif;
  color: #88898c;
}
.subscribe-form__wrapper input::-moz-placeholder {
  font: 400 16px/24px "Source Sans Pro", sans-serif;
  color: #88898c;
}
.subscribe-form__wrapper input:-ms-input-placeholder {
  font: 400 16px/24px "Source Sans Pro", sans-serif;
  color: #88898c;
}
.subscribe-form__wrapper input:-moz-placeholder {
  font: 400 16px/24px "Source Sans Pro", sans-serif;
  color: #88898c;
}

footer {
  padding: 0 28px;
  margin: 0 auto;
  /*max-width: 1196px;*/
  max-width: 1140px;
  box-sizing: border-box;
}

.footer-wrapper {
  position: relative;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px 48px 28px;
  gap: 77px;
  width: auto;
  height: auto;
  margin: 16px 0;
}

.footer-info {
  width: 30%;
}

.footer-soc,
.footer-apps,
.footer-logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-soc__item {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  min-width: 32px;
}
.footer-soc__item:nth-of-type(1) {
  background-image: url("/img/skins/ll2019/telegram.svg");
}
.footer-soc__item:nth-of-type(2) {
  background-image: url("/img/skins/ll2019/vkontakte.svg");
}
.footer-soc__item:nth-of-type(3) {
  background-image: url("/img/skins/ll2019/icon_zen.svg");
}
.footer-soc__item:nth-of-type(4) {
  background-image: url("/img/skins/ll2019/facebook.svg");
}

.footer-apps {
  gap: 16px;
  margin: 20px 0 14px;
}

.footer-apps__item {
  max-width: 138px;
  max-height: 40px;
  width: 138px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-apps__item:nth-of-type(1) {
  background-image: url("/img/skins/ll2019/google_play.svg");
}
.footer-apps__item:nth-of-type(2) {
  background-image: url("/img/skins/ll2019/app_store.svg");
}

.footer-logo-block {
  color: #6f7073;
  gap: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-logo-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 78%;
  gap: 0 20px;
}

.footer-copyright {
  font: 400 12px/16px "Source Sans Pro", sans-serif;
  flex: 0 0 auto;
  display: block;
  margin: 1px 0 0;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 0 0 auto;
}

.footer-age {
  font: 300 26px/26px "Source Sans Pro", sans-serif;
  margin: 0 0 8px;
  flex: 0 0 auto;
  display: block;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 2px 0 0;
  width: 687px;
  width: 70%;
}
.footer-menu a {
  color: #252626;
  font: 400 16px/24px "Source Sans Pro", sans-serif;
}

.footer-livelib,
.footer-cooperation,
.footer-support {
  width: auto;
  padding: 0 20px 0 0;
}
.footer-livelib p,
.footer-cooperation p,
.footer-support p {
  font: 600 18px/28px "Source Sans Pro", sans-serif;
  margin: 0;
}

.footer-support {
  padding: 0;
}

.footer-livelib__item,
.footer-cooperation__item,
.footer-support__item {
  display: block;
}

.footer-cooperation__item--selfpub {
  white-space: nowrap;
}

.footer-menu-mob {
  display: none;
}
.footer__ablock {
  position: relative;
  border-radius: 24px;
  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;
  margin-top: 16px;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  max-height: 260px;
}
.footer__ablock img {
  object-fit: contain;
  width: 100%;
}
.prm-block-101:not([style="display: none;"]) ~ .footer-wrapper {
  margin-top: -32px;
  padding-top: 68px;
  border-radius: 0 0 24px 24px;
}

@media (max-width: 1024px) {
  .about-ll-project-wrapper {
    max-width: 768px;
    padding: 0 0 16px;
  }

  .subscribe {
    padding: 24px 40px 11px;
  }

  .subscribe-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 30% auto;
    grid-template-rows: auto auto;
    grid-template-areas: "headline headline" "img form";
    max-width: 100%;
    align-items: center;
    gap: 0 14px;
  }
  .subscribe-wrapper .subscribe-image {
    grid-area: img;
    display: none;
  }
  .subscribe-wrapper .subscribe-image-768 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 176px;
    margin: -3px 0 0 10px;
    width: 100%;
  }
  .subscribe-wrapper > p {
    text-align: center;
    font: 600 32px/40px "Source Sans Pro", sans-serif;
    grid-area: headline;
    padding: 0;
    max-width: 100%;
  }
  .subscribe-wrapper .subscribe-form {
    grid-area: form;
    max-width: 429px;
    -ms-grid-column-align: end;
    justify-self: end;
    margin: 2px 0 0 0;
  }
  .subscribe-wrapper .subscribe-form p {
    font: 400 12px/16px "Source Sans Pro", sans-serif;
  }

  footer {
    padding: 0 16px;
    max-width: 768px;
  }

  .footer-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 34px 40px 28px;
    gap: 18px;
  }

  .footer-info {
    order: 2;
    display: -ms-grid;
    display: grid;
    grid-template-columns: calc(45% - 3px) 1fr;
    grid-template-rows: auto auto;
    justify-content: space-between;
    align-items: center;
    grid-template-areas: "footer-soc footer-apps" "footer-logo-block footer-apps";
    max-width: 100%;
    width: 100%;
    gap: 0 55px;
  }

  .footer-soc {
    grid-area: footer-soc;
    margin: 0 0 18px;
  }

  .footer-apps {
    grid-area: footer-apps;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo-block {
    grid-area: footer-logo-block;
  }

  .footer-menu {
    order: 1;
    gap: 40px;
    width: 100%;
    margin: 0;
  }

  .footer-livelib,
  .footer-cooperation,
  .footer-support {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .subscribe {
    padding: 24px 40px;
  }

  .subscribe-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "headline" "img" "form";
    width: 100%;
  }
  .subscribe-wrapper .subscribe-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .subscribe-wrapper .subscribe-image-768 {
    display: none;
  }
  .subscribe-wrapper > p {
    font: 600 28px/36px "Source Sans Pro", sans-serif;
  }
  .subscribe-wrapper .subscribe-form {
    max-width: 100%;
    width: auto;
    flex: 1 1 auto;
    justify-self: center;
  }
  .subscribe-wrapper .subscribe-form p {
    font: 400 12px/16px "Source Sans Pro", sans-serif;
    margin: 10px 0 0;
  }

  .footer-wrapper {
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-logo-block-wrapper {
    display: none;
  }

  .footer-menu-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    font: 400 14px/16px "Source Sans Pro", sans-serif;
  }
  .footer-menu-mob .menu-mob-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .footer-menu-mob a {
    color: #252626;
  }

  .footer-menu {
    display: none;
  }

  .footer-info {
    order: 2;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: start;
    grid-template-areas: "footer-soc" "footer-apps";
    max-width: 100%;
    width: 100%;
    gap: 0;
    max-width: 240px;
  }

  .footer-apps {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 15px;
  }

  .footer-logo-block {
    grid-area: none;
    position: absolute;
    right: 16px;
    bottom: 20px;
  }
}
@media (max-width: 500px) {

  .subscribe {
    padding: 16px 16px 12px;
    margin: 0;
  }
  
  .footer__ablock {
    border-radius: 16px;
  }
  .prm-block-101:not([style="display: none;"]) ~ .footer-wrapper {
    border-radius: 0 0 16px 16px;
  }

  .subscribe-wrapper > p {
    font: 600 18px/20px "Source Sans Pro", sans-serif;
  }
  .subscribe-wrapper .subscribe-image {
    max-width: 130px;
    margin: 8px 0 0;
  }
  .subscribe-wrapper .subscribe-form {
    margin: 8px 0 0;
  }
  .subscribe-wrapper .subscribe-form p {
    margin: 12px 0 0;
  }

  .subscribe-form__wrapper {
    height: 32px;
    padding: 0 0 0 16px;
    flex: 0 0 auto;
  }
  .subscribe-form__wrapper input {
    height: 32px;
    width: calc(100% - 126px);
  }
  .subscribe-form__wrapper input::placeholder {
    font: 400 14px/16px "Source Sans Pro", sans-serif;
  }
  .subscribe-form__wrapper input::-webkit-input-placeholder {
    font: 400 14px/16px "Source Sans Pro", sans-serif;
  }
  .subscribe-form__wrapper input::-moz-placeholder {
    font: 400 14px/16px "Source Sans Pro", sans-serif;
  }
  .subscribe-form__wrapper input:-ms-input-placeholder {
    font: 400 14px/16px "Source Sans Pro", sans-serif;
  }
  .subscribe-form__wrapper input:-moz-placeholder {
    font: 400 14px/16px "Source Sans Pro", sans-serif;
  }
  .subscribe-form__wrapper .subscribe-button {
    min-width: 126px;
    min-height: 32px;
    max-width: 126px;
    font: 600 16px/16px "Source Sans Pro", sans-serif;
  }

  .footer-wrapper {
    border-radius: 16px;
    gap: 21px;
    padding: 16px 16px 24px;
  }

  .footer-info {
    gap: 6px;
  }

  .footer-apps {
    margin: 0;
  }

  .footer-age {
    margin: 0;
  }
}

/* =========Стили 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: 0.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: -72px;
  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;
  top: 120px;
  -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;
  max-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 {
  height: 180px;
  width: 100%;
}

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

.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/SVGsprite13.svg") -50px -286px no-repeat;
}

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

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

.main-join__wrap .icon-odnoklassniki,
.unreg-header__soc .icon-odnoklassniki {
  background: url("/img/skins/ll2019/SVGsprite13.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);
}

/* @media (max-width: 695px) {
  .page-header__logo {
    padding: 14px 0 0;
    margin: 0 auto 0 0;
    height: 20px;
  }

  .site-nav {
    padding: 0;
    margin: 12px 16px 6px;
  }

  .page-header__logo-image {
    width: 99px;
    height: 20px;
  }

  .page-header__search {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
    z-index: 4;
  }

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

  .page-header__item {
    width: 24px !important;
    height: 24px !important;
    margin: 12px 0 0;
  }

  .page-header__item::before {
    top: 0;
    left: 0;
  }

  .page-header__item i {
    top: -7px;
    left: 12px;
  }

  .page-header__search input[type=text] {
    height: 32px;
    font: 14px/24px "Source Sans Pro", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    outline: none;
    color: #252626;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: 8px;
    left: auto;
    right: 100px;
    background: none;
    z-index: 3;
    cursor: pointer;
    width: 32px;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

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

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

  .page-header__search input[type=text]:focus {
    right: 50px;
    padding: 0 16px 2px 40px;
    opacity: 1;
    width: calc(100% - 98px);
    z-index: 2;
    border: 0;
    border-radius: 32px;
    cursor: text;
    background: #edf0f7;
  }

  .page-header__search input[type=text]:focus:hover {
    border: 0 !important;
  }

  .page-header__search input[type=text]:not(:focus) {
    color: white;
  }

  .page-header__search .page-header__search-btn {
    height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    margin: 12px 0 0;
    border: none;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    left: calc(100% - 128px);
  }

  .page-header__search .page-header__search-btn:before {
    top: 0;
    left: 0;
  }

  .page-header__search input.ll-input-search:focus ~ .page-header__search-btn {
    position: absolute;
    right: auto;
    left: 56px;
  }

  .unreg-header-mob .page-header__search input[type=text] {
    right: 73px;
  }

  .unreg-header-mob .page-header__search input[type=text]:focus {
    left: auto;
    right: 69px;
    width: calc(100% - 117px);
  }

  .unreg-header-mob .page-header__search input[type=text]:focus:hover {
    border: 0 !important;
  }

  .unreg-header-mob .page-header__search .page-header__search-btn {
    left: calc(100% - 101px);
  }
} */
.page-header__registration {
  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;
  padding: 1px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-header__registration a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 600 16px/20px "Source Sans Pro", sans-serif;
  color: #252626;
}

.main-menu__item a {
  color: #252626 !important;
  text-decoration: none !important;
}

.main-menu__item a:visited {
  color: #252626 !important;
  text-decoration: none !important;
}

/** Временно - верстальщица должна добавить это в свои стили */
.book-item__item {
  position: relative;
  width: 170px;
  height: 424px;
  display: grid;
  grid-template-areas:
    "img"
    "wrap";
  border-radius: 8px 8px 24px 24px;
  background-color: #ffffff;
  margin: 32px 16px 0 0;
}

.book-item__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;
}

.book-item__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;
}

.btn-add-plus--add + .book-item__status-lists {
  top: -272px;
}

.book-item__link {
  grid-area: img;
  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;
}

.book-item__link-edition {
  border-radius: 8px;
  width: 73px;
  height: 112px;
  position: absolute;
  content: "";
  overflow: hidden;
  top: 150px;
  left: 104px;
  z-index: 3;
}
.book-item__date {
  color: #88898c;
  font: 16px/24px "Source Sans Pro", sans-serif;
  margin: 0;
  position: absolute;
  top: 236px;
  left: 144px;
}
.book-item__link::after,
.book-item__link-edition::after {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.book-item__link img,
.book-item__link-edition img {
  -o-object-fit: contain;
  object-fit: contain;
}

.book-item__wrapper {
  display: grid;
  grid-area: wrap;
  grid-template-rows: min-content 1fr 40px 45px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "book book"
    "author author"
    "rating link"
    "btn-add btn-add";
  position: relative;
  border: 1px solid #d9dbe0;
  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;
}

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

.book-item__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;
}

.book-item__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;
}

.book-item__menu-block a,
.book-item__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;
}

.book-item__menu-block a:hover {
  background-color: #edf0f7;
}

.book-item__menu:hover .book-item__menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-item__title,
.book-item__title:visited {
  grid-area: book;
  font: 600 16px/16px "Source Sans Pro", sans-serif;
  color: #252626;
  margin: 0 0 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 32px;
  width: 100%;
}
.book-item__author-wrap {
  grid-area: author;
  font: 14px/17px "Source Sans Pro", sans-serif;
  color: #252626;
  width: 100%;
  margin: 0;
}
.book-item__author,
.book-item__author:visited {
  grid-area: author;
  font: 14px/17px "Source Sans Pro", sans-serif;
  color: #252626;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.book-item__rating {
  grid-area: rating;
  position: relative;
  padding: 0 0 0 28px;
  font: 300 26px/40px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.book-item__rating::before {
  position: absolute;
  content: "";
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/img/skins/ll2019/SVGsprite13.svg") -138px -182px no-repeat;
}

.book-item__mymark {
  grid-area: link;
  position: relative;
  font: 300 26px/24px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #252626;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 28px;
  margin: 0 0 0 auto;
}

.book-item__mymark::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url("/img/skins/ll2019/SVGsprite13.svg") -112px -182px no-repeat;
  width: 24px;
  height: 24px;
}

.book-item__item .btn-buy-holder {
  grid-area: link;
  margin-top: 0px;
  position: relative;
  display: flex;
}

.book-item__buy,
.book-item__buy:visited {
  font: 14px/20px "Source Sans Pro", sans-serif;
  color: #252626;
  padding-top: 4px;
  margin: auto 0 auto auto;
}

.book-item__btn-del,
.book-item__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;
}

.book-item__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;
}

.book-item__remove {
  position: absolute;
  display: block;
  top: 206px;
  left: calc(50% - 63px);
  color: #fff;
  padding: 0 0 0 30px;
  z-index: 5;
  font: 16px/26px "Source Sans Pro", sans-serif;
}

.book-item__remove::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: 0;
  background: url("/img/skins/ll2019/SVGsprite13.svg") -200px -104px no-repeat;
}

.book-item__remove ~ .book-item__link::after {
  background-image: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(50%, rgba(0, 0, 0, 0.05)),
          to(black)
  );
  background-image: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.05) 50%,
          black 100%
  );
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.book-item__item .btn-add-plus,
.book-item__item .btn-add-plus:visited {
  grid-area: btn-add;
  color: #fff;
  margin: 13px 0 0;
}

.book-item-edition {
  grid-area: table;
  margin: 12px 0 0;
}

.book-item-edition td {
  color: #252626;
  font: 18px/24px "Source Sans Pro", sans-serif;
}

td.book-item-edition__col1 {
  color: #88898c;
  width: 120px;
}

.book-item-edition__link,
.book-item-edition__link:visited {
  color: #217dd1;
}
.book-item-desc {
  grid-area: desc;
  display: flex;
  flex-direction: column;
  margin: 0 0 22px;
}
.book-item-desc summary {
  display: block;
  position: relative;
  color: #88898c;
  cursor: pointer;
  font: 18px/24px "Source Sans Pro", sans-serif;
}
.book-item-desc summary::-webkit-details-marker {
  display: none;
}
.book-item-desc summary::after {
  position: relative;
  content: "";
  display: inline-block;
  margin: 0 0 4px 13px;
  width: 7px;
  height: 7px;
  border-left: 1px solid #88898c;
  border-top: 1px solid #88898c;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.book-item-desc details[open] summary::after {
  margin: 4px 0 0 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.book-item-desc > .book-item__text {
  margin-top: 24px;
}
.book-item__text {
  font: 18px/24px "Source Sans Pro", sans-serif;
}
.book-item__text p {
  font: 18px/24px "Source Sans Pro", sans-serif;
}

#book-item__text-full img {
  max-width: 100%;
  border-radius: 14px;
  margin: 24px auto 24px;
}
.book-item-stat {
  grid-area: stat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 36px;
  width: 100%;
}

.book-item-stat a,
.book-item-stat a:visited {
  position: relative;
  color: #88898c;
  font: 14px/16px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 3px 31px;
  margin: 0 15px 0 0;
}

.book-item-stat a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 24px;
  height: 24px;
}

.icon-added-grey::before {
  background: url("/img/skins/ll2019/SVGsprite13.svg") -278px -78px no-repeat;
}

.icon-read-grey::before {
  background: url("/img/skins/ll2019/SVGsprite13.svg") -330px -78px no-repeat;
}

.icon-review-grey::before {
  background: url("/img/skins/ll2019/SVGsprite13.svg") -226px -78px no-repeat;
}

.icon-quote-grey::before {
  background: url("/img/skins/ll2019/SVGsprite13.svg") -252px -78px no-repeat;
}
.icon-kv-grey::before {
  background: url("/img/skins/ll2019/SVGsprite13.svg") -304px -78px no-repeat;
}
.icon-bookmark-grey::before {
  background: url("/img/skins/ll2019/SVGsprite13.svg") -200px -78px no-repeat;
}

.book-item__text-link {
  color: #88898c;
  font: 16px/18px "Source Sans Pro", sans-serif;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.book-item--full {
  grid-template-areas:
    "img inner"
    "wrap inner";
  grid-template-columns: 170px auto;
  grid-template-rows: auto;
  grid-gap: 0 37px;
  width: 100%;
  width: 816px;
  margin: 24px 0;
  height: auto;
}
.book-item--full .book-item__status {
  border-radius: 8px 8px 8px 0;
  padding: 3px 8px;
  height: 24px;
  left: 206px;
  width: auto;
}
.book-item--full .book-item__wrapper {
  border: none;
  padding: 20px 16px 15px;
  height: fit-content;
  grid-template-areas:
    "rating link"
    "btn-add btn-add";
  grid-template-rows: min-content 1fr auto auto !important;
}

.book-item--full .book-item__menu {
  top: -6px;
}

.book-item--full .book-item__title {
  font: 600 26px/32px "Source Sans Pro", sans-serif;
  max-width: 95%;
  max-height: 64px;
  margin: 0;
}

.book-item--full .book-item__author {
  font: 18px/22px "Source Sans Pro", sans-serif;
  margin: 0 0 15px;
}
.book-item--full .book-item__author-wrap {
  font: 18px/22px "Source Sans Pro", sans-serif;
}
.book-item--full .review-card {
  margin: 0 0 16px -12px;
}
/*************************/
.book-item--short {
  grid-template-areas: "img wrap";
  grid-gap: 0 32px;
  grid-template-columns: 57px 1fr;
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0 0 24px;
}
.book-item--short .book-item__wrapper {
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
  grid-gap: 0 38px;
  grid-template-rows: 27px 22px 18px 40px;
  grid-template-columns: 58px 1fr 120px;
  grid-template-areas:
    "book book book"
    "author author author"
    "link link ."
    "rating stat .";
}
.book-item--short .book-item__link {
  width: 57px;
  height: 88px;
  border-radius: 6px;
}
.book-item--short .book-item__title {
  font: 600 20px/24px "Source Sans Pro", sans-serif;
  -webkit-line-clamp: 1;
  min-height: 24px;
}
.book-item--short .book-item__author-wrap,
.book-item--short .book-item__author {
  font: 16px/18px "Source Sans Pro", sans-serif;
  margin: 0;
}
.book-item--short .link-menu__list a {
  font: 16px/20px "Source Sans Pro", sans-serif;
}
/*************************/
.book-item--min {
  grid-template-areas: "img wrap";
  grid-gap: 0 32px;
  grid-template-columns: 57px 1fr;
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0 0 24px;
}
.book-item--min .book-item__status {
  border-radius: 8px 8px 8px 0;
  padding: 3px 8px;
  height: 24px;
  left: 89px;
  top: -2px;
  width: auto;
}
.book-item--min .book-item__wrapper {
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
  grid-gap: 0 30px;
  grid-template-rows: 29px 28px 18px;
  grid-template-columns: 1fr 57px 61px 112px 10px;
  grid-template-areas:
    ". . . . ."
    "book link rating btn-add ."
    "author . . . .";
}

.book-item--min .book-item__link {
  width: 57px;
  height: 88px;
  border-radius: 6px;
}
.book-item--min .book-item__title {
  font: 600 20px/24px "Source Sans Pro", sans-serif;
  -webkit-line-clamp: 1;
  min-height: 24px;
}
.book-item--min .book-item__author-wrap,
.book-item--min .book-item__author {
  font: 16px/18px "Source Sans Pro", sans-serif;
  margin: 0;
}
.book-item--min .book-item__menu {
  top: 29px;
}
.book-item--min .book-item__rating {
  height: 28px;
}
.book-item--min .btn-add-plus {
  height: 28px;
  border-radius: 14px;
  margin: 0;
}
.book-item--min .btn-add-plus::before {
  font-size: 14px;
}
.link-menu__list {
  grid-area: link;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 12px;
}

.link-menu__list a,
.link-menu__list a:visited {
  color: #217dd1;
  font: 18px/24px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px 0 0;
}
.book-item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 12px;
}
.book-item-tag a,
.book-item-tag a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  border-radius: 16px;
  background: #edf0f7;
  color: #252626;
  font: 16px/29px "Source Sans Pro", sans-serif;
  padding: 0 16px;
  margin: 0 16px 0 0;
}

.book-item-tag a:hover {
  background: #e6e9f0;
}

/* Редизайн редакторских функций на странице изданий и произведений */

.book-item--full .book-item__inner {
  width: 100%;
}
.book-item--full .book-item__inner .left-internal-block {
  grid-area: left-internal-block;
}
.book-item-internal-block .right-internal-block {
  grid-area: right-internal-block;
  background-color: #edf0f7;
  border-radius: 8px;
  padding: 16px;
  margin: 7px 0 0;
  max-height: 155px;
  box-sizing: border-box;
}
.right-internal-block .editor-tools {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.right-internal-block .editor-tools__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(136, 137, 140);
}

.right-internal-block .main-edition__link,
.right-internal-block .active-content__link {
  color: #009b0a;
}
.right-internal-block .editor-tools__link::before {
  content: " ";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  background: url("/img/skins/ll2019/active-tick-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px 0 0;
}
.right-internal-block .detach-tool__link::before {
  background: url("/img/skins/ll2019/detach-icon.svg");
}
.right-internal-block .fill-content__link::before {
  background: url("/img/skins/ll2019/inactive-tick-icon.svg");
}
.right-internal-block .make-edition-main__link::before {
  background: url("/img/skins/ll2019/inactive-tick-icon.svg");
}
.right-internal-block .clone-tool__link::before {
  background: url("/img/skins/ll2019/clone-content-icon.svg");
}
.book-item-internal-block .editor-tools {
  margin: 0;
}
.book-item--full .book-item__inner .book-item-internal-block {
  grid-area: inner;
  display: grid;
  grid-template-columns: auto 260px;
  grid-template-rows: auto;
  grid-template-areas: "left-internal-block right-internal-block";
  gap: 0 16px;
  align-items: start;
}

#friend-ratings {
  min-height: 30px;
  margin-top: 0px;
}
.book-item__fr-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px 0;
}

.book-item__fr-rating__image {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.book-item__fr-rating__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #252626;
  font: 300 18px/24px "Source Sans Pro", sans-serif;
  width: 89px;
}

.book-item__fr-rating__link:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #252626;
  font: 300 18px/24px "Source Sans Pro", sans-serif;
  width: 89px;
}

.book-item__fr-rating__link span {
  margin: 0 0 0 11px;
}

.book-item__genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
}

.book-item__genre__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.book-item__genre__list li {
  margin: 0 16px 0 0;
  min-width: 68px;
}
.book-item__genre__list a {
  color: #217dd1;
  font: 18px/26px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.book-item__genre__list a:visited {
  color: #217dd1;
  font: 18px/26px "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-item__genre__list a:hover {
  color: #0f5699;
}

.book-item__genre__list a:active {
  color: #217dd1;
}

input[type="checkbox"] {
  margin: 2px 3px;
  padding: 1px;
  border: 0;
}

.choose-book-tool__checkbox {
  display: none;
}
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  cursor: pointer;
}
.choose-book-tool__checkbox-label {
  display: block;
}

.choose-book-tool__checkbox-label {
  position: relative;
  width: 100%;
  height: 18px;
  display: block;
  font-size: 100%;
  padding: 1px 0 0 28px;
  color: rgb(136, 137, 140);
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16' height='16' rx='3' fill='%23fff' stroke='%23D0D2D6' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left;
}

.choose-book-tool__checkbox:checked + .choose-book-tool__checkbox-label {
  background-image: url("/img/skins/ll2019/checkbox-tick.svg");
  background-size: 18px;
  background-position: left center;
}
#lenta-card__text-edition-escaped p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.book-item-edition__language-select input {
  width: 100%;
}

.book-item-edition__language-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-item-edition__language-select details {
  position: absolute;
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
}

.book-item-edition__language-select summary {
  display: block;
  position: relative;
  font: 16px/24px "Source Sans Pro", sans-serif;
  color: #252626;
  padding: 6px 12px 8px;
  width: 100%;
  height: 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #d2d4d6;
}

.book-item-edition__language-select summary::-webkit-details-marker {
  display: none;
}

.book-item-edition__language-select summary::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-left: 1px solid #252626;
  border-top: 1px solid #252626;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.book-item-edition__language-select details[open] {
  -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);
}

.book-item-edition__language-select details[open] summary::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
}

.book-item-edition__language-select details[open] summary {
  border-radius: 20px 20px 0 0;
  border: none;
}

.book-item-edition__language-select div {
  border-top: 1px solid #d2d4d6;
  background: #fff;
  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: 0 0 20px 20px;
  overflow: auto;
  max-height: 160px;
}

.book-item-edition__language-select a {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #252626;
  padding: 3px 12px 6px;
}

.book-item-edition__language-select a:hover {
  background-color: #edf0f7;
}
.language-select-closed {
  z-index: 10;
}
.book-item-edition__col-with-select {
  padding: 7px 0 0;
}

.book-item--full .book-item-desc {
  margin: 0;
}

.subscribe {
  width: auto;
  margin-top: 10px;
}

.selection-creating__captcha {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.selection-creating__captcha .selection-creating__popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 412px;
  height: 616px;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.6);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.selection-creating__captcha .selection-creating__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 70px 14px;
}
.selection-creating__captcha .selection-creating__header-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #252626;
}
.selection-creating__captcha .selection-creating__header-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.94 12l6.248-6.247-.94-.94L12 11.06 5.753 4.812l-.94.94L11.06 12l-6.248 6.247.94.94L12 12.94l6.247 6.248.94-.94L12.94 12z' fill='%23252626'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}
.selection-creating__captcha .selection-creating__body {
  display: flex;
  flex: auto;
  justify-content: center;
  align-items: center;
}
.selection-creating__captcha .selection-creating__content {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(6px);
}
.selection-creating__captcha .selection-creating__image {
  width: 50px;
  height: 30px;
  margin-right: 35px;
  display: inline-block;
}
.selection-creating__captcha .selection-creating__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selection-creating__captcha .selection-creating__input {
  display: inline-block;
  font-size: 16px;
  width: 73px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  border: 1px solid #d0d2d6;
  border-radius: 20px;
  text-align: center;
}
.selection-creating__captcha .selection-creating__input::placeholder {
  color: #88898c;
}
.selection-creating__captcha .selection-creating__footer {
  padding: 40px;
  margin-top: 0;
  display: flex;
}
.selection-creating__captcha .selection-creating__footer-button {
  background-color: #3e99ed;
  border: 1px solid #3e99ed;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px 13px;
  flex: auto;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 24px;
  cursor: pointer;
}
.selection-creating__captcha .selection-creating__footer-button:hover {
  background-color: #3b91e0;
  border-color: #3b91e0;
}
.selection-creating__captcha .selection-creating__footer-button:active {
  background-color: #217dd1;
  border-color: #217dd1;
}

.footer-menu a {
  text-decoration: none!important;
}

.user-nav__list a {
  color: #252626 !important;
}

.page-header a {
  text-decoration: none;
}

.page-header__item i span {
  font: inherit;
}

.user-nav__item > a, .site-nav__item > a,
.user-nav__item > a, .site-nav__item > a,
.user-nav__item summary a, .site-nav__item summary a,
.user-nav__item div > a, .site-nav__item div > a {
  color: #252626 !important;
}

#fixed-menu-2019 {
  background: white;
}

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

/** Чтобы при поиске через ctrl+f не открывались боковые меню, фильтры и т.д. */
details:not([open]) > :not(summary) {
  display: none;
}

.icon-notify--alert::before {
  background: url(/img/skins/ll2019/alert.svg) center center no-repeat;
}

.icon-notify--alert i {
  display:none;
}

#system-notice {
  z-index: 1014;
}

.page-header__item.hidden {
  display:none !important;
}

/** header avatar */
.user-nav {
  padding: 8px 16px 2px;
}

.page-header__search-btn:before {
  top:0;
  left:0;
}

@media (min-width: 1140px) {
  .user-nav {
    padding: 8px 0 8px 10px;
  }

  .page-header__item {
    margin-left:48px;
  }

  .page-header__search-btn:before {
    top: -4px;
    left: 11px;
  }
}

.user-nav__toggle, .user-nav__toggle img {
  width:24px;
  height:24px;
}

.message-new-event {
  top: -7px;
  left: 20px;
}

.site-nav__item-discounts {
  border-radius: 8px;
  margin: auto 16px 8px;
  background: linear-gradient(85.01deg, rgba(251, 96, 125, 0.1) 0%, rgba(141, 105, 236, 0.1) 53.83%, rgba(62, 153, 237, 0.1) 100%), #FFFFFF;
}

.site-nav__item-discounts a,
.site-nav__item-discounts a:hover,
.site-nav__item-discounts a:visited {
  padding: 8px 16px;
  display: -webkit-box;
  background: linear-gradient(85.01deg, #FB607D 0%, #8D69EC 53.83%, #3E99ED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* White Label header – start */
.page-header__lightlabel {
  background-color: #EDF0F7;
  font-family: "Source Sans Pro", Arial, sans-serif;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
}

.page-header__lightlabel-container {
  margin: 0 auto;
  display: flex;
}

.page-header__lightlabel .location-d__link-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #6F7073;
}

.page-header__lightlabel .location-d__link-icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  fill: #6F7073;
}

.page-header__lightlabel .location-d__link {
  padding-top: 6px;
  padding-bottom: 6px;
}

.page-header__lightlabel .location-d__popup {
  left: 0;
  right: auto;
}

.page-header__lightlabel .location-d__popup:before {
  right: 200px;
}

.lightlabel-book24 .book24-widget-basket-mini__counter {
  background-color: #FA385D;
  height: 18px;
  min-width: 18px;
  font: 600 12px/18px "Source Sans Pro", sans-serif;
  border-radius: 9px;
  border: none;
  box-sizing: border-box;
  top: 5px;
  left: 20px;
  padding-right: 6px;
  padding-left: 6px;
}

.lightlabel-book24 .book24-widget-basket-mini:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23252626' fill-rule='evenodd' d='M12 3a4 4 0 0 1 4 4v1H8V7a4 4 0 0 1 4-4ZM7 9v3.5a.5.5 0 0 0 1 0V9h8v3.5a.5.5 0 0 0 1 0V9h4.435A3476.43 3476.43 0 0 1 20 19c-.09.56-.55 1-1 1H5c-.5 0-.93-.505-1-1-.245-1.72-1.178-8.214-1.434-10H7Zm0-1V7a5 5 0 0 1 10 0v1h5a.5.5 0 0 1 .498.543h.002S21.16 18.003 21 19c-.16.996-.828 2-2 2H5c-1.14 0-1.84-1-2-2-.16-1-1.5-10.457-1.5-10.457h.002A.5.5 0 0 1 2 8h5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.lightlabel-book24 .page-header__search-btn:before {
  top: 0;
}

.lightlabel-book24__shipping {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #6F7073;
  align-self: center;
  margin-left: 28px;
}

.lightlabel-book24_unreg .book24-widget-basket-mini {
  margin-right: 4px;
}

#book24-widget-app-entrypoint .modal-content._map-pvz-list {
  box-sizing: border-box;
}

@media (min-width: 1140px) {
  .page-header__lightlabel {
    padding-right: 0;
    padding-left: 0;
  }

  .lightlabel-book24 .page-header__item {
    margin: 0 0 0 46px;
  }

  .lightlabel-book24 .page-header__item.icon-email {
    right: 78px;
  }

  .lightlabel-book24 .page-header__search input[type="text"] {
    right: 196px;
    width: 280px;
    padding: 0 16px 0 48px;
  }

  .lightlabel-book24 .page-header__search input[type="text"]::placeholder {
    color: #88898C;
  }

  .lightlabel-book24 .page-header__search input[type="text"].focus {
    width: calc(100% - 260px);
  }

  .lightlabel-book24 .page-header__search .focus ~ .page-header__search-btn:before {
    left: -566px;
  }

  .lightlabel-book24 #search-res {
    right: 197px;
    width: calc(100% - 262px);
  }

  .lightlabel-book24 .page-header__search-btn:before {
    left: 34px;
    top: -4px;
  }

  .page-header__lightlabel-container {
    width: 1140px;
  }

  .lightlabel-book24_unreg .page-header__search-btn:before {
    left: 46px;
    top: -4px;
  }

  .lightlabel-book24_unreg .page-header__search .focus ~ .page-header__search-btn:before {
    left: -550px;
  }

  .lightlabel-book24_no-msg .icon-notify {
    margin-left: 2px;
  }

  .lightlabel-book24_no-msg .page-header__search-btn:before {
    left: -10px;
    top: -4px;
  }

  .lightlabel-book24_no-msg .page-header__search .focus ~ .page-header__search-btn:before {
    left: -610px;
  }
}
/* White Label header - end */

/* White Label fixes - start */
#lightlabel-b24-type-paper:checked ~ label[for="lightlabel-b24-type-paper"], #lightlabel-b24-type-digital:checked ~ label[for="lightlabel-b24-type-digital"], #lightlabel-b24-type-audio:checked ~ label[for="lightlabel-b24-type-audio"] {
  border: 2px solid #3E99ED;
  /* color: #252626;  убираем цвет */
  background-color: #fff;
  padding: 10px 14px;
}

#book24-widget-app-entrypoint {
  flex: auto;
  min-height: 726px;
}

[data-book24-widget-cabinet] {
  min-height: 726px;
}

[data-book24-widget-location] {
  z-index: 1000;
}

.location-widget .b24-input-control__input {
  color: inherit !important;
  height: auto;
  line-height: normal !important;
}

.b24-input-control__input {
  border: 0 !important;
  color: inherit !important;
  background-color: transparent !important;
  padding: 0 8px !important;
  font-family: Open Sans,system-ui,Arial,sans-serif !important;
}

[data-book24-widget-location] .app-coupon .b24-input-control__input {
  align-self: center;
}

[data-book24-widget-cabinet] {
  flex: auto;
}

[data-book24-widget-cabinet] .b24-input-control__input {
  border: 0 !important;
  font-family: Open Sans,system-ui,Arial,sans-serif !important;
  color: inherit !important;
  background-color: transparent !important;
  padding: 0 8px !important;
  align-self: center;
}

#book24-widget-app-entrypoint .b24-input-control__input {
  border: 0 !important;
  font-family: Open Sans,system-ui,Arial,sans-serif !important;
  color: inherit !important;
  background-color: transparent !important;
  padding: 0 8px !important;
  align-self: center;
}

.lightlabel-book24__shipping:hover {
  color: #242424;
}

.lightlabel-book24 .book24-widget-basket-mini {
  width: 40px;
  height: 40px;
  position: relative;
  background-repeat: no-repeat;
  margin-right: 0;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23252626' fill-rule='evenodd' d='M12 3a4 4 0 0 1 4 4v1H8V7a4 4 0 0 1 4-4ZM7 9v3.5a.5.5 0 0 0 1 0V9h8v3.5a.5.5 0 0 0 1 0V9h4.435A3476.43 3476.43 0 0 1 20 19c-.09.56-.55 1-1 1H5c-.5 0-.93-.505-1-1-.245-1.72-1.178-8.214-1.434-10H7Zm0-1V7a5 5 0 0 1 10 0v1h5a.5.5 0 0 1 .498.543h.002S21.16 18.003 21 19c-.16.996-.828 2-2 2H5c-1.14 0-1.84-1-2-2-.16-1-1.5-10.457-1.5-10.457h.002A.5.5 0 0 1 2 8h5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.lightlabel-book24 .book24-widget-basket-mini__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 6px;
  position: absolute;
}

.page-header__search#header-top-search {
  z-index: 999;
}
/* White Label fixes - end */

.lightlabel-book24 .book24-widget-basket-mini__counter {
  display: none;
}



.slide-book__item_type_ad {
  width: 186px !important;
  padding-top: 8px;
  margin-top: 24px;
  margin-left: -8px;
  margin-right: 8px;
  background: linear-gradient(180deg, #76CEF1 0%, #3E99ED 100%);
}

@media (min-width: 1140px) {
  .slide-book__item_type_ad {
    margin-right: 16px;
  }
}

.slide-book__item_type_ad .bc-menu__status {
  left: 0;
  top: -16px;
  min-width: 115px;
  max-width: max-content;
  color: #FFFFFF;
  background: #75CDF1;
}

.slide-book__item_type_ad .slide-book__link {
  margin: auto;
}

.slide-book__item_type_ad .slide-book__wrapper {
  color: #FFFFFF;
  border-color: transparent;
}

.slide-book__item_type_ad .slide-book__title {
  color: #FFFFFF;
}

.slide-book__item_type_ad .slide-book__menu:after {
  background-color: #FFFFFF;
  box-shadow: 0 -6px 0 0 #FFFFFF, 0 6px 0 0 #FFFFFF;
}

.slide-book__item_type_ad .slide-book__author, .slide-book__item_type_ad .slide-book__author:visited {
  color: #FFFFFF;
}

.slide-book__item_type_ad .slide-book__rating::before {
  background-position-x: -190px;
}

.slide-book__item_type_ad .slide-book__buy {
  color: #FFFFFF;
}

.slide-book__item_type_ad .btn-add-plus {
  max-width: 138px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FA385D;
  border: 1px solid #FA385D;
}

.slide-book__item_type_ad .btn-add-plus:hover {
  background-color: #EB002B;
  border: 1px solid #EB002B;
}

.slide-book__item_type_ad .btn-add-plus--add {
  background-color: #FFFFFF;
  border-color: #3E99ED;
}

.slide-book__item_type_ad .btn-add-plus--add:hover {
  background-color: #F0FAFF;
  border-color: #F0FAFF;
}

header.fixd-2019 {
  position: fixed;
  top: -252px;
  left: 0px;
  right: 0px;
  z-index: 1003;
  width: 100%;
  border-bottom: 1px solid #d9dbe0;
}

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

header.hide-fixd-2019 {
  transition-property: top;
  transition-duration: 500ms;
  top: -180px !important;
}

.prm-header {
  background:#fff;
}

.page-header__item.icon-kv {
  display: flex;
}

.icon-kv::before {
  content: 'КВ';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: #626368;
  text-transform: uppercase;
  background: #D9DBE0;
  border-radius: 100px;
}

.icon-kv_accepted::before {
  color: #FFFFFF;
  background: conic-gradient(from 135deg at 50% 50%, #3E99ED 0deg, #FA385D 192.6deg, #F8DB73 360deg);
}
.page-header__wrapper:has(input[type="text"].focus) .page-header__logo {
  display: none;
}

.page-header__wrapper:has(input[type="text"].focus) .page-header__item {
  display: none;
}

.page-header__wrapper:has(input[type="text"].focus) .page-header__search {
  position: relative;
  flex-grow: 1;
}

.page-header__wrapper:has(input[type="text"].focus) form {
  width: 100%;
}

.page-header__wrapper:has(input[type="text"].focus) #search-res {
  top: 21px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.page-header__search input[type="text"].focus {
  top: 4px;
  left: 0;
  width: 100%;
}

.page-header__search .focus ~ .page-header__search-btn:before {
  top: 0;
  left: 11px;
}

@media (min-width: 1140px) {
  .page-header__search form {
    position: relative;
  }
  .page-header__wrapper:has(input[type="text"].focus) .page-header__item {
    display: block;
  }
  .page-header__wrapper:has(input[type="text"].focus) .main-menu {
    display: none;
  }
  .page-header__search input[type="text"] {
    right: 0;
    left: 0;
    top: -12px;
  }
  .page-header__search input[type="text"].focus {
    top: -12px;
  }
  .page-header__wrapper:has(input[type="text"].focus) .page-header__search-btn {
    width: 24px;
  }
  .page-header__search .focus ~ .page-header__search-btn:before {
    top: -4px;
  }
  .page-header__wrapper:has(input[type="text"].focus) #search-res {
    width: calc(100% - 16px);
  }
  .page-header__item {
    margin-left: 12px;
  }
  .page-header__item + .page-header__item {
    margin-left: 0;
  }
  .page-header__item.icon-email {
    position: relative;
    right: unset;
    top: unset;
  }
  .page-header__item::before {
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }
}


.bc-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.main-nav__link[aria-expanded] {
  position: relative;
  padding-right: 14px;
}

.main-nav__link[aria-expanded]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-left: 1px solid var(--dark-main, #252626);
  border-top: 1px solid var(--dark-main, #252626);
  transition: all .3s linear;
}

.main-nav__link[aria-expanded="false"]::before {
  transform: rotate(-135deg);
}

.main-nav__link[aria-expanded="true"]::before {
  top: 6px;
  transform: rotate(45deg);
}

.main-nav__link[aria-expanded]::after {
  display: none;
}

.genres-menu-link_status_loading::before {
  animation: loading 1.5s 0.25s infinite normal ease forwards;
}

@keyframes loading {
  0% {
      top: -26px;
  }
  100% {
      top: 21px;
  }
}

.menu-nav {
  z-index: 1002 !important;
}
