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

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

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

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

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

.page-header__search input[type="text"] {
  height: 40px;
  font: 300 20px/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 54px;
  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: #88898C; }
.page-header__search input[type="text"]::-moz-placeholder {
  color: #88898C; }
.page-header__search input[type="text"]:-ms-input-placeholder {
  color: #88898C; }
.page-header__search input[type="text"]::-ms-input-placeholder {
  color: #88898C; }
.page-header__search input[type="text"]::placeholder {
  color: #88898C; }

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

.page-header__search input[type="text"].focus {
  width: calc(100% - 64px);
  z-index: 2;
  background: #fff;
  border: 1px solid #88898C;
  border-radius: 20px;
  cursor: text; }

.page-header__search input[type="submit"] {
  position: relative;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("/img/skins/ll2019/SVGsprite8.svg") -234px 0 no-repeat;
  border: none;
  z-index: 2;
  cursor: pointer; }

/****/
.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/SVGsprite8.svg") 0 -26px no-repeat; }

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

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

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

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

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

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

.icon-lenta::before {
  background: url("/img/skins/ll2019/SVGsprite8.svg") -182px 0 no-repeat; }
.icon-main::before {
  background: url("/img/skins/ll2019/SVGsprite8.svg") -208px 0 no-repeat; }

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


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

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

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

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

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

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

/*******v2******/
.icon-lenta::before {
  background-image: url("data:image/svg+xml,%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='M5 10H19C19.3735 10 19.712 9.90994 20 9.75118V19C20 19.5 19.5 20 19 20H5C4.5 20 4 19.5 4 19V9.74595C4.29075 9.90824 4.63063 10 5 10ZM4 8V5C4 4.5 4.5 4 5 4H19C19.5 4 20 4.5 20 5V8C20 8.5 19.5 9 19 9H5C4.5 9 4 8.5 4 8ZM21 8V5C21 3.85156 20.1719 3 19 3H5C3.84375 3 3 3.85938 3 5V8V19C3 20.125 3.85938 21 5 21H19C20.1719 21 21 20.1133 21 19V8Z' fill='%23252626'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.page-header__item--active.icon-lenta::before {
  background-image: url("data:image/svg+xml,%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='M21 9.24609C21 9.24609 21 17.8633 21 19.0039C21 20.1445 20.125 21.0039 19 21.0039C17.875 21.0039 6.14062 21.0039 5 21.0039C3.85937 21.0039 3 20.1523 3 19.0039C3 17.8555 3 9.26562 3 9.26562C3.35156 9.57812 4.03906 10.0039 5 10.0039C5.96094 10.0039 19 10.0039 19 10.0039C19.8125 10.0039 20.5664 9.65625 21 9.24609Z' fill='%233E99ED'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 5C21 12.813 21 5.85937 21 7C21 8.14062 20.125 9 19 9C17.875 9 6.14062 9 5 9C3.85938 9 3 8.15625 3 7C3 5.84375 3 6.17187 3 5C3 3.82812 3.85156 3 5 3C6.14844 3 19 3 19 3C20.1133 3 21 3.82812 21 5Z' fill='%233E99ED'/%3E%3C/svg%3E ");
} 

.header-v2 .site-nav{
  order: 0;
  padding-right: 14px; }
.header-v2 .user-nav{
  padding-left: 14px; }
.header-v2 .page-header__item  {
  width: 52px; }
.header-v2 .page-header__item.icon-add:before {
  left: 0; }
.header-v2 .page-header__item:not(.icon-notify) {
  display: flex; }
.header-v2 .page-header__search {
  order: 0; }
.header-v2 .page-header__search input[type="text"].focus {
  left: 204px;
  width: calc(100% - 224px); }
/******v3*******/
.header-v3 .page-header__logo {
  order: -2;
  margin: 0;
  padding: 14px 0 4px 16px; }
.header-v3 .page-header__item,
.header-v3 .page-header__item:visited {
  font: 600 18px/48px "Source Sans Pro", sans-serif;
  width: auto;
  color: #252626;
  min-width: 24px; }
.header-v3 .page-header__item--active {
  color: #3E99ED;
}  

.header-v3 .page-header__item:not(.icon-notify) {
  display: flex; }
.header-v3 .page-header__search {  
  min-width: 147px; }
.header-v3 .page-header__search input[type="text"] {
  width: 177px;
  border-radius: 20px;
  background-color: #EDF0F7;
  left: 200px;
  z-index: -1; }
.header-v3 .page-header__search input[type="text"].focus {
  width: calc(100% - 208px); }
.header-v3 .page-header__item.icon-add,
.header-v3 .page-header__item.icon-rec {
  display: none; }

/********v4***************/
.header-v4 .page-header__logo {
  margin: 0; }
.header-v4 .page-header__search {  
  min-width: 434px;
  position: relative;
  order: 0;}
.header-v4 .page-header__search input[type="text"] {
  width: 434px;
  border-radius: 20px;
  background-color: #EDF0F7;
  left: 0;
  top: 0;
  z-index: 0;
  order: 0; }
.header-v4 .page-header__item,
.header-v4 .page-header__item:visited {
  font: 600 18px/48px "Source Sans Pro", sans-serif;
  width: auto;
  color: #252626;
  min-width: 24px; }
  
.header-v4 {}
.header-v4 {}
.header-v4 {}


/*********v5**************/
.header-v5 {}
.header-v5 {}
.header-v5 {}


/*********v6**************/
.header-v6 {}
.header-v6 {}
.header-v6 {}


/*********v7***************/
.header-v7 {}
.header-v7 {}
.header-v7 {}


/****************/
.page-header__item i {
  position: absolute;
  top: 5px;
  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; }

.icon-notify i {
  left: 20px; }

.icon-email i {
  left: 35px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-res-objects__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 8px 0 0 32px;
  width: 100%; }

.search-res-objects__title,
.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%;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

.search-res-objects__buy,
.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/SVGsprite8.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/SVGsprite8.svg") -200px -78px no-repeat; }

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

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

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

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

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

.search-res-objects__user,
.search-res-objects__author {
  color: #252626;
  font: 600 20px/22px "Source Sans Pro", sans-serif; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*******/
.unreg-header {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#52bbfa), to(#3e99ed));
  background: linear-gradient(to top, #52bbfa, #3e99ed); }

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

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

/*
.user-nav__togle::before {
  background: url("/img/skins/ll2019/SVGsprite8.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;
  transition: top 400ms;
  left: 0;
  z-index: 1; }
.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/SVGsprite8.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; }

.slide-book__item .btn-add-plus,
.slide-book__item .btn-add-plus:visited {
  color: #fff;
  margin: 10px 0 0; }



@media (min-width: 1140px) {
  /*****/
  .page-header__search .focus {
    width: calc(100% - 32px); }
  .page-header__search input[type="text"] {
    left: 32px;
    right: 0px; }
  .unreg-header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .unreg-header__wrapper img {
    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: flex;
    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: 12px 0 18px;
    margin: 0 auto;
    width: 1140px; }
  .site-nav {
    padding-left: 0; }
  .user-nav {
    padding: 12px 0 6px 18px; }
  .site-nav__list {
    left: 0; }
  .user-nav__list {
    right: 0; }
  .main-menu {
    margin-top: 6px;
    width: 375px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .main-menu__limiter {
    overflow-x: hidden; }
  .main-menu__item {
    margin: 0 32px 0 2px; }
  .main-menu__item:nth-child(n+5) {
    display: none; }
  .page-header__search {
    padding: 12px 8px 6px; }
  .page-header__item {
    width: 59px; }
  .page-header__item::before {
    left: calc(50% - 12px); }
  .page-header__item:not(.icon-notify) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .icon-notify i {
    left: 30px; }
  .slide-book {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .slide-book__item {
    margin-right: 24px; }  


  /******v2*******/
  .header-v2 .page-header__search {  
    order: 0;
    margin: 0 0 0 12px;
    min-width: 207px; }
  .header-v2 .page-header__search input[type="text"] {
    width: 223px;
    border-radius: 20px;
    background-color: #EDF0F7;
    left: 206px;
    z-index: -1; }
  .header-v2 .page-header__search input[type="text"].focus {
    width: calc(100% - 402px);
  }
  .header-v2 #search-res {
    width: calc(100% - 402px);
    left: 204px;
    display: block; }  
  .header-v2 .page-header__item.icon-add::after {
    position: absolute;
    content: "Добавить книгу";
    left: 35px;
    top: 0; 
    font: 18px/48px "Source Sans Pro", sans-serif;
    justify-content: center;
    color: #252626; }
  .header-v2 .page-header__item.icon-add {
    width: 235px;
  }
  /********v3***********/
  .header-v3 .page-header__logo {   
    padding: 14px 16px 4px 0; }
  .header-v3 .page-header__search {  
    min-width: 435px; }
  .header-v3 .page-header__search input[type="text"] {
    width: 435px;
    border-radius: 20px;
    background-color: #EDF0F7;
    left: 206px;
    z-index: -1; }
  .header-v3 .page-header__search input[type="text"].focus {
    width: calc(100% - 388px);
  }
  .header-v3 #search-res {
    width: calc(100% - 388px);
    left: 206px;
    display: block;
  }
  .header-v3 .page-header__item.icon-add,
  .header-v3 .page-header__item.icon-rec {
  display: flex; }

  }


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

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

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

header {
    z-index: 1001;
}

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

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

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


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

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

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


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

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

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

#search-res, #search-res-block { z-index: 1005; }
.page-header__search form {
    z-index: 1006;
}

#search-res {
    display: block;
}