@charset 'UTF-8';

/**
* Шрифты
*/

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/Roboto-ThinItalic.woff') format('woff');
}

/**
* Normalize
*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  text-decoration-skip-ink: none;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #000000;
  background-color: #ffffff;
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  transition: all 0.3s;
  text-decoration: underline;
  color: #25729d;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: #ffb85f;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus {
  outline: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  transition: all 0.3s;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
* Общие
*/

.wrapper {
  overflow: hidden;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.item {
  position: relative;
}

.item__favorite {
  position: absolute;
  top: 10px;
  left: 10px;
}

.item__link {
  display: block;
  text-decoration: none;
}

.item__img {
  display: block;
  margin-bottom: 15px;
}

.item__img img {
  border-radius: 3px;
}

.item__author {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: block;
  margin-bottom: 5px;
  padding-left: 14px;
  color: #363a42;
  background: url(../img/svg/ico-author.svg) 0 center/9px auto no-repeat;
}

.item__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  display: block;
  color: #363a42;
  max-height: 38px;
  overflow: hidden;
}

.btn-favorite {
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #363a42 url(../img/svg/ico-favorite.svg) center center/12px 10px no-repeat;
}

.btn-favorite_added {
  background-color: #ffb85f;
}

.page {
  padding-top: 20px;
}

/**
* Кнопки
*/

.btn {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 14px;
  display: inline-block;
  padding: 20px 80px 20px 35px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 27px;
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) center;
  background-size: 24px auto;
}

.btn_gray {
  color: #ffffff;
  background-color: #363a42;
  background-image: url(../img/svg/ico-arrow-white.svg);
}

.btn_gray:hover {
  color: #ffffff;
  background-color: #4e5258;
}

.btn_orange {
  color: #363a42;
  background-color: #ffb85f;
  background-image: url(../img/svg/ico-arrow-black.svg);
}

.btn_orange:hover {
  color: #363a42;
  background-color: #ffcb72;
}

/**
* Шапка
*/

.header__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  padding-bottom: 34px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.header__favorite {
  display: none;
}

.header__favorite-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  padding-left: 22px;
  text-decoration: none;
  color: #ffb85f;
  background: url(../img/svg/ico-user-favorite.svg) 0 center/16px auto no-repeat;
}

.header__favorite-link:hover {
  color: #ffb85f;
}

.header__search-toggle {
  display: none;
}

.header__toggle {
  display: none;
}

.header__toggle-btn {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: url(../img/svg/ico-menu-open.svg) center center no-repeat;
  background-size: 20px auto;
}

.logo__link {
  display: block;
  padding: 2px 0 2px 80px;
  text-decoration: none;
  background: url(../img/logo.png) 0 center no-repeat;
}

.logo__name {
  font-size: 39px;
  font-weight: bold;
  line-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: #363a42;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.logo_footer .logo__name {
  color: #ffffff;
}

.logo__dot {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  margin-left: 6px;
  padding: 4px 8px;
  color: #ffffff;
  border-radius: 6px;
  background: #363a42;
}

.logo_footer .logo__dot {
  color: #363a42;
  background-color: #ffffff;
}

.logo__desc {
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
  color: #9398a2;
}

.search-form {
  position: relative;
}

.search-form__control {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 64px 0 20px;
  color: #000000;
  border: 1px solid #dbdbdb;
  background: #ffffff;
}

.search-form__btn {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  background: #ffb85f url(../img/svg/ico-search.svg) center center/18px auto no-repeat;
}

.search-form__btn:hover {
  background-color: #ffcb72;
}

.search-overlay {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nav-bar {
  background: #363a42;
}

.nav-bar__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.main-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu__item:not(:last-child) {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #4c515b;
}

.main-menu__link {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.user-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-menu__item:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #4c515b;
}

.user-menu__link {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.user-menu__link_favorite {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
  background: url(../img/svg/ico-user-favorite.svg) 0 center/20px 18px no-repeat;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.user-menu__link_checkin {
  padding-left: 29px;
  background: url(../img/svg/ico-user-checkin.svg) 0 center/14px 18px no-repeat;
}

.user-menu__link_login {
  padding-left: 33px;
  background: url(../img/svg/ico-user-login.svg) 0 center/18px 18px no-repeat;
}

.user-menu__count {
  font-size: 10px;
  font-weight: 900;
  line-height: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  text-align: center;
  color: #000000;
  border-radius: 50%;
  background: #ffb85f;
}

.mobile-bar {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  flex-direction: column;
  background-color: #f3f3f3;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.mobile-bar_open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-bar__head {
  background: #363a42;
}

.mobile-bar__head-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.mobile-bar__checkin {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #3f4551;
}

.mobile-bar__checkin-btn {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  padding: 0 0 0 22px;
  color: #f3f3f3;
  border: none;
  background: url(../img/svg/ico-user-checkin.svg) 0 center/10px 12px no-repeat;
}

.mobile-bar__login-btn {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  padding: 0 0 0 22px;
  color: #f3f3f3;
  border: none;
  background: url(../img/svg/ico-user-login.svg) 0 center/12px 12px no-repeat;
}

.mobile-bar__close {
  margin-left: auto;
}

.mobile-bar__close-btn {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: url(../img/svg/ico-close-menu.svg) center center/12px 12px no-repeat;
}

.mobile-bar__body {
  margin-bottom: 20px;
}

.mobile-bar__foot {
  margin-top: auto;
  margin-bottom: 20px;
}

.menu-opened {
  overflow: hidden;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__item {
  border-bottom: 1px solid #e2e2e2;
}

.mobile-menu__link {
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 20px 10px 20px 0;
  text-decoration: none;
  color: #363a42;
  background: url(../img/svg/ico-arrow-slider.svg) right center/9px auto no-repeat;
}

/**
* Подвал
*/

.footer {
  background: #363a42;
}

.footer__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.footer__logo {
  margin-right: auto;
}

.footer-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu__item {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #4c515b;
}

.footer-menu__link {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.social__link {
  display: block;
  margin-right: 30px;
  text-decoration: none;
}

.social__link:last-child {
  margin-right: 0;
}

.social__link:hover {
  opacity: 0.8;
}

/**
* Модальные окна
*/

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal_active {
  display: block;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal__overlay {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  background: #000000;
}

.modal__inner {
  position: relative;
  z-index: 5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.modal__content {
  position: relative;
  width: 100%;
  padding: 50px 107px;
  background: #f4f4f4;
  box-shadow: 0 4px 85px #000000;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: url(../img/svg/ico-close-modal.svg) center center/20px 20px no-repeat;
}

.modal__close:hover {
  opacity: 0.9;
}

.modal-form__head {
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.166666666666667;
  margin: 0 0 40px 0;
  text-align: center;
  color: #363a42;
}

.modal-form__body {
  padding: 20px 15px;
}

.modal-form__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.modal-form__forgot {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.modal-form__forgot-link {
  text-decoration: none;
  color: #25729d;
}

.modal-form__group {
  margin-bottom: 15px;
}

.modal-form__control {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #000000;
  border: 1px solid #dbdbdb;
  background: #ffffff;
}

.modal-form__control:focus {
  border-color: #c3c3c3;
}

.modal-form__captcha {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.modal-form__captcha-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43.11688%;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.modal-form__captcha-group {
  width: 56.62338%;
  padding-left: 15px;
}

.modal-form__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  padding-left: 16px;
  color: #363a42;
  background: url(../img/svg/ico-required.svg) 0 2px/6px 6px no-repeat;
}

.modal-form__submit {
  margin-top: 20px;
  text-align: center;
}

.checkbox {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.checkbox__control {
  position: absolute;
  opacity: 0;
}

.checkbox__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  display: block;
  padding: 6px 0 6px 38px;
  color: #363a42;
}

.checkbox__label:before,
.checkbox__label:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  content: '';
}

.checkbox__label:before {
  border: 1px solid #dbdbdb;
  background: #ffffff;
}

.checkbox__label:after {
  display: none;
  -webkit-transform: scale(0.46154);
  -ms-transform: scale(0.46154);
  transform: scale(0.46154);
  background: #ffb85f;
}

.checkbox__control:checked + .checkbox__label:after {
  display: block;
}

/**
* Типографика
*/

.heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.166666666666667;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  color: #363a42;
}

.heading:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 5px;
  content: '';
  background: #ffb85f;
}

.page-note {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 20px;
  color: #000000;
}

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

.read {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 30px;
  color: #000000;
}

.read h1,
.read h2,
.read h3,
.read h4,
.read h5,
.read h6 {
  font-weight: 500;
  line-height: 1.166666666666667;
  margin: 20px 0;
  color: #363a42;
}

.read h1 p {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center; 
  text-indent: 0pt; 
}

.read h2 p {
  font-size: 25px;
  text-align: center; 
  text-indent: 0pt; 

}

.read h3 p {
  font-size: 22px;
  text-align: center; 
  text-indent: 0pt; 
}

.read h4 p {
  font-size: 20px;
  text-align: center; 
  text-indent: 0pt; 

}

.read h5 {
  font-size: 18px;
  text-align: center; 
  text-indent: 0pt; 
}

.read h6 {
  font-size: 18px;
  text-align: center; 
  text-indent: 0pt; 
}

.read blockquote {
	display:block;
	padding-left:100px;
}

.read p {
  text-align: justify; margin: 1px 0px 0px 0px; text-indent: 27pt;
}

.read p:last-child {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}

.aligncenter {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.page-read {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}

.offer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  padding: 40px;
  background: #f4f4f4;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.offer__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
  padding-right: 100px;
  color: #363a42;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.page-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.page-nav__group {
  margin: 0 30px;
}

.page-nav__control {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  width: 62px;
  height: 38px;
  padding: 0 5px;
  text-align: center;
  color: #363a42;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background: #ffffff;
}

.page-nav__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  padding: 11px 15px;
  text-decoration: none;
  color: #363a42;
  border-radius: 3px;
  background: #f4f4f4;
}

.top-read-advertising {
  float: left;
  min-width: 336px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.read ins {
  margin: 20px 0px;
}

.google-auto-placed {
  margin: 20px 0px;
}

.admixer {
  margin: 20px 0px;
  display: block;
  clear: both;
}

.read-niz {
  display: block;
  text-align: center;
  margin: 20px auto;
}


/**
* Пагинация
*/

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.pagination_comments {
  margin: 0;
}

.pagination_text {
  margin: 0 0 30px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.pagination__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  min-width: 38px;
  margin: 5px;
  padding: 11px 15px;
  text-align: center;
  text-decoration: none;
  color: #363a42;
  border-radius: 3px;
  background: #f4f4f4;
}

.pagination__item:hover:not(.pagination__item_dots),
.pagination__item_current {
  color: #363a42;
  background: #ffb85f;
}

.pagination__item_read {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  min-width: 38px;
  margin: 5px;
  padding: 11px 15px;
  text-align: center;
  text-decoration: none;
  color: #363a42;
  border-radius: 3px;
  background: #f4f4f4;
}

.pagination__item_read:hover:not(.pagination__item_dots),
.pagination__item_read_current {
  color: #363a42;
  background: #ffb85f;
}

/**
* Хлебные крошки
*/

.breadcrumbs {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 30px;
  color: #000000;
}

.breadcrumbs__link {
  color: #000000;
}

/**
* Главная страница
*/

.home {
  padding-top: 40px;
}

.carousel_novelty {
  margin-bottom: 40px;
}

.carousel_popular {
  margin-bottom: 40px;
}

.carousel__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.carousel__title {
  margin-bottom: 0;
}

.carousel__more-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.142857142857143;
  display: block;
  padding-right: 40px;
  text-decoration: none;
  color: #363a42;
  background: url(../img/svg/ico-arrow-black.svg) right center/26px auto no-repeat;
}

.carousel__more-link:hover {
  text-decoration: underline;
  color: #363a42;
}

.carousel__body {
  position: relative;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-left: -15px;
}

.carousel__slider {
  overflow: hidden;
}

.carousel__slider > .carousel__item {
  display: none;
  float: left;
  width: 50%;
}

.carousel__slider > .carousel__item:nth-child(-n+2) {
  display: block;
}

.carousel__item {
  padding: 0 15px;
}

.carousel__arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 34px;
  margin-top: -17px;
  border: none;
  background: url(../img/svg/ico-arrow-slider.svg) center center/18px auto no-repeat;
}

.carousel__arrow_prev {
  left: -40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carousel__arrow_next {
  right: -40px;
}

.carousel__dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  height: 2px;
  margin-top: 50px;
  background: #eeeeee;
}

.carousel__unit {
  display: block;
  height: 4px;
  margin-top: -2px;
  padding: 0;
  border: none;
  background: none;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.carousel__unit_current {
  background: #ffb85f;
}

.home-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-group__main {
  width: 74.47154%;
}

.home-group__aside {
  width: 25.52846%;
  padding-left: 94px;
}

.home-hit__item {
  margin-bottom: 30px;
}

.home-hit__item:last-child {
  display: none;
}

.related {
  padding-top: 40px;
  padding-bottom: 10px;
  background: #f4f4f4;
}

.related__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.related__title {
  margin-bottom: 0;
}

.related__more-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.142857142857143;
  display: block;
  padding-right: 40px;
  text-decoration: none;
  color: #363a42;
  background: url(../img/svg/ico-arrow-black.svg) right center/26px auto no-repeat;
}

.related__more-link:hover {
  text-decoration: underline;
  color: #363a42;
}

.related__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.related__item {
  width: 16.66667%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.related-main {
  padding-top: 40px;
  padding-bottom: 10px;
  background: #f4f4f4;
}

/**
* Авторы
*/

.author {
  padding-top: 40px;
}

.author-section {
  margin-bottom: 10px;
}

.author-section__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 18px 20px;
  background: #f4f4f4;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.author-section__plate {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 8px 20px 8px 50px;
  color: #363a42;
  border-radius: 3px;
  background: #ffb85f url(../img/svg/ico-book-black.svg) 20px center/20px auto no-repeat;
}

.author-section__plate_no {
  color: #ffb85f;
  background-color: #363a42;
  background-image: url(../img/svg/ico-book-orange.svg);
}

.author-section__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 20px;
  color: #363a42;
}

.author-section__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.author-section__item {
  width: 16.66667%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.alphabet {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 11px 20px;
  background: #f4f4f4;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alphabet__link {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  width: 32px;
  margin: 2px;
  padding: 9px 2px;
  text-align: center;
  text-decoration: none;
  color: #363a42;
  border-radius: 5px;
}

.alphabet__link_current,
.alphabet__link:hover {
  color: #363a42;
  background: #ffb85f;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.25);
}

.author-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  transition: background-color 0.3s;
  border-bottom: 1px solid #dbdbdb;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.author-list__item:last-child {
  border-bottom: none;
}

.author-list__item:hover {
  background-color: #f4f4f4;
}

.author-list__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #363a42;
}

.author-list__link {
  text-decoration: none;
  color: #363a42;
}

.author-list__count {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  color: #88898a;
}

/**
* Книга
*/

.book {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 29.26829%;
}

.book__img {
  position: absolute;
  top: 40px;
  left: 0;
  width: 26.82927%;
  padding: 40px;
  background: #f4f4f4;
}

.book__img-inner {
  position: relative;
}

.book__img img {
  border-radius: 3px;
}

.book__favorite {
  position: absolute;
  top: 10px;
  left: 10px;
}

.book__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.166666666666667;
  margin: 0 0 15px 0;
  color: #363a42;
}

.book__author {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 20px;
}

.book__author-link {
  text-decoration: underline;
  color: #25729d;
}

.book__info {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 15px;
  color: #363a42;
}

.book__genre {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
  padding: 15px 0;
  color: #363a42;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.book__genre-title {
  font-size: 16px;
  font-weight: 500;
}

.book__desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 30px;
  color: #000000;
}

.book__desc p {
  margin-bottom: 20px;
}

.book__desc p:last-child {
  margin-bottom: 0;
}

.book__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 25px 30px;
  background: #f4f4f4;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.book__data-unit {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  margin-top: 5px;
  margin-right: 35px;
  padding-bottom: 5px;
  color: #363a42;
}

.book__data-unit:last-child {
  margin-right: 0;
}

.book__data-label {
  font-weight: 500;
}

.book__action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.book__action-item {
  margin-right: 30px;
  margin-bottom: 30px;
}

.book__action-item:last-child {
  margin-right: 0;
}

.book__share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.book__share-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-right: 30px;
  color: #363a42;
}

.book__share-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.book__share-link {
  display: block;
  margin-right: 24px;
  text-decoration: none;
}

.book__share-link:last-child {
  margin-right: 0;
}

.book__series {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}

.book__buy {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}

.book__buy-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
  margin: 0 0 30px 0;
  color: #363a42;
}

.book__buy-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding: 15px 30px;
  transition: background-color 0.3s;
  background-color: #f4f4f4;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.book__buy-item:hover {
  background-color: #eeeeee;
}

.book__buy-site {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.book__buy-url {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  text-decoration: none;
  color: #25729d;
}

.book__buy-url:hover {
  text-decoration: underline;
  color: #25729d;
}

.book__buy-ico {
  margin-right: 20px;
}

.book__buy-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #363a42;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.book__buy-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 70px;
  color: #363a42;
}

.book__buy-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  padding-right: 48px;
  text-decoration: none;
  color: #25729d;
  background: url(../img/svg/ico-arrow-blue.svg) right center/30px auto no-repeat;
}

.book__buy-link:hover {
  text-decoration: underline;
  color: #25729d;
}

.book__comments {
  margin-bottom: 30px;
}

.book__note {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin-top: 30px;
  margin-left: 40px;
  color: #000000;
}

.series__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 18px 20px;
  background: #f4f4f4;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.series__plate {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 8px 20px 8px 50px;
  color: #363a42;
  border-radius: 3px;
  background: #ffb85f url(../img/svg/ico-book-black.svg) 20px center/20px auto no-repeat;
}

.series__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 20px;
  color: #363a42;
}

.series__title-link {
  text-decoration: none;
}

.series__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -21px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.series__item {
  position: relative;
  width: calc(12.5% - 21px);
  margin-right: 21px;
  margin-bottom: 20px;
}

.series__item-favorite {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 10px;
  display: block;
}

.series__item-link {
  display: block;
  text-decoration: none;
}

.series__item-img {
  position: relative;
  display: block;
}

.series__item-img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  transition: all 0.3s;
  opacity: 0;
  border: 3px solid #ffb85f;
  border-radius: 3px;
}

.series__item-link:hover .series__item-img:before,
.series__item_active .series__item-img:before {
  opacity: 1;
}

.series__item-img img {
  border-radius: 3px;
}

.series__item-label {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 10px;
  display: block;
  padding: 5px 14px;
  transition: background-color 0.3s;
  text-align: center;
  text-transform: uppercase;
  color: #363a42;
  border-radius: 15px;
  background-color: #ffffff;
}

.series__item-link:hover .series__item-label,
.series__item_active .series__item-label {
  background-color: #ffb85f;
}

.series__item-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: block;
  margin-top: 10px;
  color: #363a42;
  max-height: 42px;
  overflow: hidden;
}

.comments__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
  margin: 0 0 30px 0;
  color: #363a42;
}

.comments__item {
  margin-bottom: 30px;
}

.comments__pagination {
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
}

.comments__info {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  margin-top: 20px;
  text-align: center;
  color: #363a42;
}

.comments__info-count {
  font-weight: 400;
}

.comment {
  position: relative;
  min-height: 100px;
  padding-left: 130px;
}

.comment__img {
  position: absolute;
  top: 0;
  left: 0;
}

.comment__img img {
  border-radius: 50%;
}

.comment__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.comment__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #25729d;
}

.comment__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-left: 16px;
  color: #363a42;
  background: url(../img/svg/ico-date.svg) 0 center/12px 12px no-repeat;
}

.comment__desc {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  color: #000000;
}

.form {
  padding: 40px;
  background: #f4f4f4;
}

.form__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
  margin: 0 0 30px 0;
  color: #363a42;
}

.form__group {
  margin-bottom: 20px;
}

.form__control {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  width: 100%;
  padding: 19px;
  color: #000000;
  border: 1px solid #dbdbdb;
  background: #ffffff;
}

.form__control:focus {
  border-color: #c3c3c3;
}

.form__captcha {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.form__captcha-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47.87234%;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.form__captcha-group {
  width: 52.12766%;
  padding-left: 20px;
}

.form__submit {
  margin-top: 30px;
}

/**
* Жанры
*/

.genre-page {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.genre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.genre__main {
  width: 68.29268%;
  padding-right: 40px;
}

.genre__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.166666666666667;
  margin: 0 0 30px 0;
  color: #363a42;
}

.genre__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.genre__group {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 15px;
}

.genre__item {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 20px;
  color: #363a42;
}

.genre__link {
  text-decoration: none;
}

.genre__sub-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
  color: #363a42;
}

.genre__sub-item:last-child {
  margin-bottom: 0;
}

.genre__sub-link {
  text-decoration: none;
}

.genre__aside {
  width: 31.70732%;
}

.genre__heading {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 30px;
  color: #363a42;
}

.popular-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.popular-item__img {
  position: relative;
  width: 46.15385%;
}

.popular-item__img img {
  border-radius: 3px;
}

.popular-item__favorite {
  position: absolute;
  top: 10px;
  left: 10px;
}

.popular-item__inner {
  width: 53.84615%;
  padding-left: 30px;
}

.popular-item__author {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 5px;
  padding-left: 14px;
  color: #363a42;
  background: url(../img/svg/ico-author.svg) 0 center/9px auto no-repeat;
}

.popular-item__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 17px;
  color: #363a42;
}

.popular-item__title-link {
  text-decoration: none;
  color: #363a42;
}

.popular-item__genre {
  margin-bottom: 17px;
}

.popular-item__genre-head {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #363a42;
}

.popular-item__genre-body {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #363a42;
}

.popular-item__genre__link {
  text-decoration: none;
  color: #25729d;
}

.popular-item__desc {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #363a42;
}

.head-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.head-group__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.166666666666667;
  margin: 0;
  color: #363a42;
}

.view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.view__btn {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  position: relative;
  display: block;
  margin-right: 30px;
  padding: 6px 0 6px 36px;
  text-transform: uppercase;
  color: #000000;
  border: none;
  background: none;
}

.view__btn:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  content: '';
  border-radius: 2px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}

.view__btn_tile:before {
  background-image: url(../img/svg/ico-tile-default.svg);
}

.view__btn_tile.view__btn_active:before {
  background-color: #363a42;
  background-image: url(../img/svg/ico-tile-active.svg);
}

.view__btn_list:before {
  background-image: url(../img/svg/ico-list-default.svg);
}

.view__btn_list.view__btn_active:before {
  background-color: #363a42;
  background-image: url(../img/svg/ico-list-active.svg);
}

.view__btn:last-child {
  margin-right: 0;
}

.search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px 40px;
  background: #f4f4f4;
}

.search__group {
  margin-right: 20px;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.search__control {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #000000;
  border: 1px solid #dbdbdb;
  background: #ffffff;
}

.search__select {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #000000;
  border: 1px solid #dbdbdb;
  background: #ffffff url(../img/svg/ico-arrow-select.svg) calc(100% - 20px) center/20px auto no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search__select::-ms-expand {
  display: none;
}

.search__btn {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  display: inline-block;
  padding: 17px 70px 17px 30px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #000000;
  border: none;
  border-radius: 3px;
  background: #ffb85f url(../img/svg/ico-arrow-black.svg) calc(100% - 28px) center/24px auto no-repeat;
}

.search__btn:hover {
  background-color: #ffcb72;
}

.book-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.book-list__img {
  position: relative;
  width: 180px;
  margin-right: 30px;
}

.book-list__img img {
  border-radius: 3px;
}

.book-list__favorite {
  position: absolute;
  top: 10px;
  left: 10px;
}

.book-list__inner {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.book-list__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 10px;
  color: #363a42;
}

.book-list__title-link {
  text-decoration: none;
  color: #363a42;
}

.book-list__author {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 10px;
  color: #363a42;
}

.book-list__genre {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 20px;
  color: #363a42;
}

.book-list__desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  color: #363a42;
}

.book-list__desc p {
  margin-bottom: 16px;
}

.book-list__desc p:last-child {
  margin-bottom: 0;
}

/**
* Закладки
*/

.page-favorite {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.favorites__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.166666666666667;
  margin: 0 0 15px 0;
  color: #363a42;
}

.favorites__bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.favorites__count {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
}

.favorites__remove-btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  padding-right: 25px;
  color: #363a42;
  border: none;
  background: url(../img/svg/ico-remove.svg) right center/10px 10px no-repeat;
}

.favorites__remove-btn:hover {
  text-decoration: underline;
}

.favorites__item {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}

.favorite-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.favorite-item__img {
  width: 90px;
  margin-right: 30px;
}

.favorite-item__img img {
  border-radius: 3px;
}

.favorite-item__inner {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.favorite-item__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 10px;
  color: #363a42;
}

.favorite-item__title-link {
  text-decoration: none;
  color: #363a42;
}

.favorite-item__author {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 5px;
  color: #363a42;
}

.favorite-item__genre {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 10px;
  color: #363a42;
}

.favorite-item__pages {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-left: 22px;
  color: #363a42;
  background: url(../img/svg/ico-pages.svg) 0 center/11px auto no-repeat;
}

.favorite-item__remove {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.favorite-item__remove-btn {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  opacity: 0.25;
  border: none;
  background: url(../img/svg/ico-remove.svg) 0 0/24px 24px no-repeat;
}

.favorite-item__remove-btn:hover {
  opacity: 1;
}

/**
* Медиазапросы
*/

@media (min-width: 461px) {
  .carousel__slider > .carousel__item {
    width: 33.33333%;
  }

  .carousel__slider > .carousel__item:nth-child(-n+3) {
    display: block;
  }
}

@media (min-width: 601px) {
  .carousel__slider > .carousel__item {
    width: 25%;
  }

  .carousel__slider > .carousel__item:nth-child(-n+4) {
    display: block;
  }
  
  .read blockquote {
	padding-left:50px;
}
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }

  .header__search {
    margin-left: 116px;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }

  .pagination__item_start {
    margin-right: 45px;
  }

  .pagination__item_end {
    margin-left: 45px;
  }

  .carousel_novelty .carousel__slider > .carousel__item {
    width: 20%;
  }

  .carousel_novelty .carousel__slider > .carousel__item:nth-child(-n+5) {
    display: block;
  }

  .carousel_popular .carousel__dots {
    display: none;
  }

  .book-list_tile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .book-list_tile .book-list__item {
    width: 50%;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .carousel_novelty .carousel__slider > .carousel__item {
    width: 16.66667%;
  }

  .carousel_novelty .carousel__slider > .carousel__item:nth-child(-n+6) {
    display: block;
  }

  .book-list_tile .book-list__img {
    width: 250px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1260px;
  }
}

@media (max-width: 1199px) {
  .header__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-menu__item:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }

  .user-menu__item:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }

  .footer-menu__item {
    margin-right: 20px;
    padding-right: 20px;
  }

  .social__link {
    margin-right: 20px;
  }

  .carousel__body {
    margin-right: -10px;
    margin-left: -10px;
  }

  .carousel__item {
    padding: 0 10px;
  }

  .carousel__arrow_prev {
    left: -30px;
  }

  .carousel__arrow_next {
    right: -30px;
  }

  .home-group__aside {
    padding-left: 58px;
  }

  .related__body {
    margin-right: -10px;
    margin-left: -10px;
  }

  .related__item {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .author-section__body {
    margin-right: -10px;
    margin-left: -10px;
  }

  .author-section__item {
    width: 20%;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .book__img {
    padding: 20px;
  }

  .popular-item__inner {
    padding-left: 15px;
  }

  .search {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .header {
    background: #363a42;
  }

  .header__inner {
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__favorite {
    display: block;
    margin-right: 20px;
  }

  .header__search-toggle {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: url(../img/svg/ico-search-toggle.svg) center center/16px auto no-repeat;
  }

  .header__search-form {
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 47px;
    left: 15px;
    display: none;
  }

  .header__search-form_open {
    display: block;
  }

  .header__toggle {
    display: block;
    margin-left: 20px;
  }

  .logo__link {
    padding-left: 36px;
    background-size: 26px auto;
  }

  .logo__name {
    font-size: 18px;
    line-height: 20px;
    color: #f3f3f3;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .logo__dot {
    font-size: 8px;
    font-weight: 900;
    line-height: 12px;
    padding: 0;
    text-transform: uppercase;
    color: #f3f3f3;
    border-radius: 0;
    background-color: transparent;
  }

  .logo_footer .logo__dot {
    display: none;
  }

  .logo__desc {
    display: none;
  }

  .search-form__control {
    height: 36px;
    padding-right: 40px;
    padding-left: 14px;
  }

  .search-form__btn {
    top: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }

  .nav-bar {
    display: none;
  }

  .footer__inner {
    padding-top: 0;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__nav {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #4c515b;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .footer-menu {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .footer-menu__item {
    margin-right: 15px;
    padding-right: 15px;
  }

  .footer-menu__item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }

  .footer-menu__link {
    font-size: 12px;
    line-height: 14px;
  }

  .heading {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .offer {
    padding: 20px;
  }

  .offer__title {
    font-size: 22px;
    padding-right: 60px;
  }

  .pagination__item_start {
    font-size: 0;
    line-height: 0;
  }

  .pagination__item_start:before {
    font-size: 14px;
    line-height: 16px;
    display: block;
    content: '<';
  }

  .pagination__item_end {
    font-size: 0;
    line-height: 0;
  }

  .pagination__item_end:before {
    font-size: 14px;
    line-height: 16px;
    display: block;
    content: '>';
  }

  .home {
    padding-top: 20px;
  }

  .carousel__title {
    margin-bottom: 0;
  }

  .carousel__dots {
    margin-top: 30px;
  }

  .home-group {
    display: block;
  }

  .home-group__main {
    width: auto;
  }

  .home-group__aside {
    width: auto;
    padding-left: 0;
  }

  .home-hit {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }

  .home-hit__item {
    width: 33.333333%;
    padding: 0 15px;
  }

  .home-hit__item:last-child {
    display: block;
  }

  .related__title {
    margin-bottom: 0;
  }

  .related__item {
    width: 25%;
  }

  .author {
    padding-top: 20px;
  }

  .author-section__head {
    padding: 12px 15px;
  }

  .author-section__title {
    font-size: 23px;
  }

  .author-section__item {
    width: 25%;
  }

  .alphabet {
    padding: 5px 10px;
  }

  .author-list__item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .book {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .book__img {
    position: static;
    width: auto;
    margin-bottom: 30px;
  }

  .book__img-inner {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }

  .book__title {
    font-size: 28px;
  }

  .book__data {
    padding: 15px 20px;
  }

  .book__buy-title {
    font-size: 22px;
  }

  .book__buy-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .book__note {
    margin-left: 30px;
  }

  .series__head {
    padding: 12px 15px;
  }

  .series__title {
    font-size: 23px;
  }

  .series__item {
    width: calc(16.66666666666667% - 21px);
  }

  .comments__title {
    font-size: 22px;
  }

  .form {
    padding: 30px;
  }

  .form__title {
    font-size: 22px;
  }

  .genre {
    display: block;
  }

  .genre__main {
    width: auto;
    padding-right: 0;
  }

  .genre__title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .genre__item {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .genre__aside {
    display: none;
  }

  .head-group {
    display: block;
    margin-bottom: 0;
  }

  .head-group__title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .head-group__view {
    display: none;
  }

  .favorites__title {
    font-size: 26px;
  }

  .favorite-item__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .btn {
    padding: 15px 75px 15px 30px;
    background-position: calc(100% - 30px) center;
  }

  .modal__inner {
    display: block;
    max-width: none;
    padding: 0;
  }

  .modal__content {
    min-height: 100%;
    padding: 0;
  }

  .modal__close {
    top: 13px;
    right: 15px;
    background-image: url(../img/svg/ico-close-menu.svg);
    background-size: 12px 12px;
  }

  .modal-form__head {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 15px 25px 15px 37px;
    text-align: left;
    color: #f3f3f3;
    background-color: #363a42;
    background-repeat: no-repeat;
    background-position: 15px center;
  }

  .modal-form_chekin .modal-form__head {
    background-image: url(../img/svg/ico-user-checkin.svg);
    background-size: 10px 12px;
  }

  .modal-form_login .modal-form__head {
    background-image: url(../img/svg/ico-user-login.svg);
    background-size: 12px 12px;
  }

  .modal-form__group {
    margin-bottom: 10px;
  }

  .modal-form__control {
    height: 40px;
    padding: 0 15px;
  }

  .modal-form__captcha {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .modal-form__captcha-img img {
    width: auto;
    max-height: 38px;
  }

  .author-section__head {
    margin-right: -15px;
    margin-bottom: 20px;
    margin-left: -15px;
  }

  .author-section__title {
    font-size: 20px;
  }

  .alphabet {
    margin-right: -15px;
    margin-bottom: 20px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .book__note {
    margin-left: 0;
  }

  .series__head {
    margin-right: -15px;
    margin-bottom: 20px;
    margin-left: -15px;
  }

  .series__title {
    font-size: 20px;
  }

  .form {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .search {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .search__group {
    margin-right: 15px;
  }
}

@media (max-width: 600px) {
  .alignleft {
    display: table;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .alignright {
    display: table;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .offer {
    display: block;
    text-align: center;
  }

  .offer__title {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .page-nav {
    margin: 40px 0;
  }

  .top-read-advertising {
    margin-top: 20px;
	margin-bottom: 40px;
	min-height: 280px;
  }

  .recommend {
    margin: 30px 0;
  }

  .pagination {
    margin: 30px 0;
  }

  .pagination_comments {
    margin: 0;
  }

  .pagination_text {
    margin: 0 0 20px 0;
  }

  .pagination__item {
    min-width: 32px;
    margin: 3px;
    padding: 7px 8px;
  }

  .pagination__item_read {
    display: none;
  }
  
  .pagination__item_read_current {
    display: block;
	margin: 0 30px;
  }

  .carousel__body {
    margin-right: -8px;
    margin-left: -8px;
  }

  .carousel__item {
    padding: 0 8px;
  }

  .carousel__dots {
    margin-top: 20px;
  }

  .home-hit {
    margin-right: -10px;
    margin-left: -10px;
  }

  .home-hit__item {
    padding: 0 10px;
  }

  .related__body {
    margin-right: -8px;
    margin-left: -8px;
  }

  .related__item {
    width: 33.333333%;
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .author-section__body {
    margin-right: -8px;
    margin-left: -8px;
  }

  .author-section__item {
    width: 33.333333%;
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .alphabet__link {
    font-size: 13px;
    width: 28px;
    padding: 6px 2px;
  }

  .author-list__item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .author-list__title {
    font-size: 14px;
    line-height: 16px;
  }

  .author-list__count {
    font-size: 14px;
    line-height: 16px;
  }

  .author-list__count-title {
    display: none;
  }

  .book__buy-title {
    font-size: 20px;
  }

  .book__buy-name {
    display: none;
  }

  .book__buy-price {
    margin-left: auto;
  }

  .series__body {
    margin-right: -8px;
    margin-left: -8px;
  }

  .series__item {
    width: 20%;
    margin-right: 0;
    padding: 0 8px;
  }

  .series__item-favorite {
    left: 18px;
  }

  .comments__title {
    font-size: 20px;
  }

  .comment {
    padding-left: 0;
  }

  .comment__img {
    position: static;
    width: 60px;
    margin-right: 16px;
  }

  .comment__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .comment__group {
    display: block;
    margin-bottom: 0;
  }

  .comment__name {
    margin-bottom: 10px;
  }

  .form__title {
    font-size: 20px;
  }

  .genre__list {
    display: block;
  }

  .genre__group {
    width: auto;
    margin-bottom: 25px;
  }

  .search {
    display: block;
  }

  .search__group {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .search__submit {
    text-align: center;
  }

  .book-list__img {
    width: 160px;
    margin-right: 20px;
  }

  .book-list__title {
    font-size: 22px;
  }

  .favorite-item {
    padding-right: 20px;
  }

  .favorite-item__img {
    margin-right: 20px;
  }

  .favorite-item__title {
    font-size: 20px;
  }

  .favorite-item__remove-btn {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-size: 10px 10px;
  }
}

@media (max-width: 460px) {
  .heading {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .heading:before {
    height: 3px;
  }

  .read {
    font-size: 18px;
    line-height: 25px;
  }

  .read h1 {
    font-size: 22px;
  }

  .read h2 {
    font-size: 20px;
  }

  .read h3 {
    font-size: 18px;
  }

  .read h4 {
    font-size: 18px;
  }

  .read h5 {
    font-size: 18px;
  }

  .read h6 {
    font-size: 18px;
  }

  .offer__title {
    font-size: 18px;
  }

  .page-nav__group {
    margin: 0 15px;
  }

  .page-nav__control {
    height: 32px;
  }

  .page-nav__btn {
    font-size: 12px;
    padding: 8px 12px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .carousel__title {
    margin-bottom: 0;
  }

  .carousel__more-link {
    font-size: 12px;
    padding-right: 0;
    background: none;
  }

  .carousel__body {
    margin-right: -20%;
  }

  .home-hit {
    margin-right: -15px;
    margin-left: -15px;
  }

  .home-hit__item {
    width: 50%;
    padding: 0 15px;
  }

  .home-hit__item:last-child {
    display: none;
  }

  .related {
    padding-top: 20px;
  }

  .related__title {
    margin-bottom: 0;
  }

  .related__more-link {
    font-size: 12px;
    padding-right: 0;
    background: none;
  }

  .related__body {
    margin-right: -15px;
    margin-left: -15px;
  }

  .related__item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .author-section__plate {
    padding-right: 12px;
    padding-left: 40px;
    background-position-x: 12px;
  }

  .author-section__plate-inner {
    display: none;
  }

  .author-section__title {
    font-size: 16px;
    margin-left: 10px;
  }

  .author-section__body {
    margin-right: -15px;
    margin-left: -15px;
  }

  .author-section__item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .book__img {
    margin-bottom: 25px;
    padding: 0;
    background: none;
  }

  .book__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .book__author {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .book__info {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .book__genre {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .book__genre-title {
    font-size: 14px;
  }

  .book__desc {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
  }

  .book__desc p {
    margin-bottom: 16px;
  }

  .book__data {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
  }

  .book__data-unit {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .book__action {
    display: block;
    padding-bottom: 5px;
    text-align: center;
  }

  .book__action-item {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .book__share {
    display: block;
    padding: 15px 0;
  }

  .book__share-head {
    display: none;
  }

  .book__share-body {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .book__series {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .book__buy {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .book__buy-title {
    font-size: 16px;
  }

  .book__buy-url {
    font-size: 12px;
    line-height: 14px;
  }

  .book__buy-name {
    font-size: 12px;
    line-height: 14px;
  }

  .book__buy-price {
    font-size: 12px;
    line-height: 14px;
    width: 50px;
  }

  .book__buy-link {
    font-size: 12px;
    line-height: 14px;
    padding-right: 0;
    background: none;
  }

  .book__comments {
    margin-bottom: 15px;
  }

  .book__note {
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
  }

  .series__plate {
    padding-right: 12px;
    padding-left: 40px;
    background-position-x: 12px;
  }

  .series__title {
    font-size: 16px;
    margin-left: 10px;
  }

  .series__item {
    width: 25%;
  }

  .comments__title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .comments__item {
    margin-bottom: 20px;
  }

  .comments__pagination {
    padding-top: 15px;
  }

  .comments__info {
    margin-top: 15px;
  }

  .comment__img {
    width: 40px;
  }

  .comment__name {
    margin-bottom: 5px;
  }

  .comment__desc {
    font-size: 12px;
    line-height: 14px;
  }

  .form {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form__title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .form__group {
    margin-bottom: 15px;
  }

  .form__control {
    padding: 11px 14px;
  }

  .form__captcha-img img {
    width: auto;
    max-height: 38px;
  }

  .form__captcha-group {
    padding-left: 15px;
  }

  .form__submit {
    margin-top: 20px;
  }

  .genre__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .genre__item {
    font-size: 18px;
  }

  .genre__sub-item {
    font-size: 12px;
    line-height: 14px;
  }

  .head-group__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .search__group {
    margin-bottom: 10px;
  }

  .search__control {
    height: 40px;
    padding: 0 15px;
  }

  .search__select {
    height: 40px;
    padding: 0 15px;
  }

  .search__submit {
    margin-top: 20px;
  }

  .search__btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .book-list__img {
    width: 120px;
    margin-right: 16px;
  }

  .book-list__title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .book-list__author {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .book-list__genre {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .book-list__desc {
    font-size: 14px;
    line-height: 16px;
  }

  .favorites__title {
    font-size: 20px;
  }

  .favorites__bar {
    margin-bottom: 20px;
    padding: 10px 0;
  }

  .favorites__remove-btn span {
    display: none;
  }

  .favorites__item {
    margin-bottom: 15px;
    padding: 0;
    border-bottom: none;
  }

  .favorite-item {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .favorite-item__img {
    width: 58px;
    margin-right: 16px;
  }

  .favorite-item__title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .favorite-item__author {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  .favorite-item__genre {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}

@media (max-width: 425px) {
  .home-hit {
    margin-right: -8px;
    margin-left: -8px;
  }

  .home-hit__item {
    padding: 0 8px;
  }

  .related__body {
    margin-right: -8px;
    margin-left: -8px;
  }

  .related__item {
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .author-section__body {
    margin-right: -8px;
    margin-left: -8px;
  }

  .author-section__item {
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .book-list__img {
    width: 80px;
  }
}

@media (max-width: 375px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header__search-form {
    right: 42px;
    left: 10px;
  }

  .footer-menu__item {
    margin-right: 12px;
    padding-right: 12px;
  }

  .footer-menu__link {
    font-size: 11px;
  }

  .modal-form__note br {
    display: none;
  }

  .carousel__more-link {
    font-size: 11px;
  }

  .related__more-link {
    font-size: 11px;
  }

  .series__item {
    width: 33.333333%;
  }
}

@charset 'UTF-8';

/**
* Контакты
*/

.page-contact {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.heading_no-line {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.heading_no-line:before {
  display: none;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form .form__submit {
  text-align: center;
}

.contact-form .form__captcha {
  margin-right: auto;
  margin-left: auto;
}

.form__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #363a42;
}

.form__note span {
  color: #e20404;
}

.contact-form .form__note {
  text-align: center;
}

/**
* Пользователь
*/

.page-user {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.user {
  margin-bottom: 40px;
}

.user__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  background-color: #f4f4f4;
}

.user__item:nth-child(2n+2) {
  background-color: #fbfbfb;
}

.user__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 40.625%;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  color: #363a42;
}

.user__label-note {
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  display: block;
  color: #88898a;
}

.user__value {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  width: 59.375%;
  padding: 7px 0;
  color: #88898a;
}

.user__value_radio {
  padding: 2px 0;
}

.user__value_select {
  padding: 0;
}

.user__value_control {
  padding: 0;
}

.user__value-note {
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  display: block;
  margin-top: 5px;
  color: #88898a;
}

.user__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.user__list-item {
  margin-right: 38px;
}

.user__list-item:last-child {
  margin-right: 0;
}

.user__list-link {
  text-decoration: none;
  color: #25729d;
}

.user__radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.user__radio-item {
  margin-right: 30px;
}

.user__radio-item:last-child {
  margin-right: 0;
}

.user__date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.user__date-item {
  width: 33.333333%;
  padding: 0 5px;
}

.user__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.user__group {
  width: 50%;
  margin-top: 10px;
  padding: 0 5px;
}

.radio {
  position: relative;
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}

.radio__control {
  position: absolute;
  opacity: 0;
}

.radio__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  position: relative;
  display: block;
  padding: 5px 0 5px 36px;
  color: #88898a;
}

.radio__label:before,
.radio__label:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  content: '';
}

.radio__label:before {
  border: 1px solid #dbdbdb;
  background: #ffffff;
}

.radio__label:after {
  display: none;
  -webkit-transform: scale(0.46154);
  -ms-transform: scale(0.46154);
  transform: scale(0.46154);
  background: #ffb85f;
}

.radio__control:checked + .radio__label:after {
  display: block;
}

.user-select {
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 24px 0 9px;
  color: #363a42;
  border: 1px solid #dbdbdb;
  background: #ffffff url(../img/svg/ico-arrow-select.svg) calc(100% - 9px) center/12px auto no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.user-select::-ms-expand {
  display: none;
}

.user-file {
  position: relative;
}

.user-file__control {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.user-file__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #959697;
}

.user-file__label-link {
  display: block;
  cursor: pointer;
  color: #25729d;
}

.user-file__label-link:hover {
  text-decoration: underline;
}

.user-file__label-note {
  display: block;
  margin-left: 30px;
}

.user-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  width: 100%;
  padding: 6px 9px;
  resize: none;
  border: 1px solid #dbdbdb;
  background: #ffffff;
}

.btn_default {
  border-radius: 3px;
}

.user-table {
  width: 100%;
  margin-bottom: 30px;
}

.user-table__head {
  background-color: #f4f4f4;
}

.user-table__th {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 30px 20px;
  color: #363a42;
}

.user-table__sort {
  margin-left: 8px;
}

.user-table__td {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  padding: 15px 20px;
  color: #88898a;
}

.user-table__link {
  text-decoration: none;
}

.user-table__flag {
  margin-right: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.user-filter {
  margin-bottom: 40px;
  padding: 30px;
  background: #fbfbfb;
}

.user-filter__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 18px;
  color: #363a42;
}

.user-filter__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.user-filter__group {
  padding: 0 15px;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.user-filter__submit {
  padding: 0 15px;
}

.user-filter__btn {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
  padding: 8px 20px;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  border: none;
  border-radius: 3px;
  background: #ffb85f;
}

.user-filter__btn:hover {
  color: #000000;
  background-color: #ffcb72;
}

.user-filter__pagination {
  margin: 30px 0;
}

.user-filter__note {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: center;
  color: #000000;
}

.profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.profile__user {
  width: 28.03922%;
  padding: 30px 45px;
  text-align: center;
  background-color: #fbfbfb;
}

.profile__user-img {
  margin-bottom: 20px;
}

.profile__user-img img {
  border-radius: 50%;
}

.profile__user-name {
  font-size: 25px;
  font-weight: 500;
  line-height: 29px;
  color: #000000;
}

.profile__user-status {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 10px;
  color: #363a42;
}

.profile__info {
  width: 71.96078%;
  padding-left: 30px;
}

.profile__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  background: #f4f4f4;
}

.profile__item:nth-child(2n+2) {
  background: #fbfbfb;
}

.profile__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 55.39773%;
  padding: 5px 20px 5px 0;
  color: #363a42;
}

.profile__value {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  width: 44.60227%;
  padding: 7px 0;
  color: #969697;
}

.profile__link {
  text-decoration: none;
}

.profile__flag {
  display: inline-block;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 2px;
  vertical-align: bottom;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.profile__message {
  display: inline-block;
  margin-top: -3px;
  margin-bottom: -3px;
  vertical-align: bottom;
}

/**
* Медиазапросы
*/

@media (max-width: 991px) {
  .user__item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .user__label {
    font-size: 14px;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .user-table__th {
    padding-right: 10px;
    padding-left: 10px;
  }

  .user-table__td {
    padding-right: 10px;
    padding-left: 10px;
  }

  .user-filter__main {
    margin-right: -10px;
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .user-filter__group {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 10px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -ms-flex-preferred-size: auto;
  }

  .user-filter__submit {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .profile {
    display: block;
  }

  .profile__user {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 25px;
    text-align: left;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .profile__user-img {
    width: 164px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .profile__info {
    width: auto;
    margin-top: 20px;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .user__item {
    display: block;
  }

  .user__label {
    width: auto;
    margin-bottom: 10px;
    padding: 0;
  }

  .user__value {
    width: auto;
    padding: 0;
  }

  .user-table {
    display: block;
  }

  .user-table__head {
    display: none;
  }

  .user-table__body {
    display: block;
  }

  .user-table__tr {
    display: block;
    margin-bottom: 15px;
    padding: 9px 0;
    border: 1px solid #f4f4f4;
    background: #ffffff;
  }

  .user-table__tr:last-child {
    margin-bottom: 0;
  }

  .user-table__td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .user-table__td:before {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: block;
    width: 50%;
    content: attr(data-head);
    color: #363a42;
  }
  
  .admixer_mobile {
  margin: 20px 0px;
  }
}

@media (max-width: 460px) {
  .user-filter {
    padding: 15px;
  }

  .user-filter__title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .user-filter__group {
    width: 100%;
  }

  .user-filter__pagination {
    margin: 20px 0;
  }

  .profile__user {
    padding: 15px;
  }

  .profile__user-img {
    width: 104px;
  }

  .profile__user-name {
    font-size: 18px;
    line-height: 21px;
  }

  .profile__user-status {
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
  }

  .profile__info {
    margin-top: 10px;
  }

  .profile__item {
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #eeeeee;
    background: none;
  }

  .profile__item:nth-child(2n+2) {
    background: none;
  }

  .profile__label {
    font-size: 14px;
    line-height: 16px;
  }
}

/**
* Google recaptcha
*/
.grecaptcha-badge {
	visibility: hidden;
}

.modal-form__grecaptcha {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  padding-left: 16px;
  color: #B6BAC3;
}