@charset "UTF-8";
@font-face {
  font-family: cambria;
  font-display: swap;
  src: url(../fonts/cambria-regular.woff2) format("woff2"),
    url(../fonts/cambria-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: candara;
  font-display: swap;
  src: url(../fonts/candara-regular.woff2) format("woff2"),
    url(../fonts/candara-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}
* {
  -webkit-tap-highlight-color: transparent;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header {
  background-color: #fff;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 65px 0 28px;
}
.header__logo {
  margin-right: 50px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo img,
.header__logo svg {
  max-width: 100%;
  width: 273px;
  height: 184px;
}
.header__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 10px;
}
.header__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -10px -20px;
}
.header__main-info a {
  font-family: candara, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  padding: 10px 30px 10px 20px;
  white-space: nowrap;
}
.header__main-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 10px 0 10px 20px;
  text-align: center;
  color: #154b61;
  word-spacing: -1px;
}
.header__main-search {
  position: relative;
}
.header__main-search input {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #87aebd;
  border: 1px solid #488ccb;
  padding: 9px 40px 13px 13px;
  margin: 15px 0;
  width: 100%;
  height: 44px;
  word-spacing: 5px;
}
.header__main-search input::-webkit-input-placeholder {
  color: #87aebd;
}
.header__main-search input:-moz-placeholder {
  color: #87aebd;
}
.header__main-search input::-moz-placeholder {
  color: #87aebd;
}
.header__main-search input:-ms-input-placeholder {
  color: #87aebd;
}
.header__main-search svg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 52%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  cursor: pointer;
}
.header__menu {
  margin-bottom: 20px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-collapse: collapse;
}
.header__link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 310px;
  flex: 1 1 310px;
  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;
  background-color: #e9f3f7;
  border: 1px solid #94bce0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.header__link.link-active {
  background-color: #bfdcf6;
}
.header__link:nth-of-type(3) a {
  margin-left: -7px;
}
.header__link a {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 41px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  -webkit-transform: scale(1.15, 1);
  -ms-transform: scale(1.15, 1);
  transform: scale(1.15, 1);
  word-spacing: 5px;
  letter-spacing: 0.6px;
  color: #000;
  margin-left: 11px;
}
.header__link a::first-letter {
  font-size: 24px;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}
body {
  font-family: cambria, sans-serif;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  min-width: 320px;
  min-height: 320px;
}
main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-page__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
  padding-bottom: 15px;
}
.main-page__category-item {
  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: 8px 8px 10px;
  width: 121px;
  height: 120px;
  background-color: #fff;
  border: 2px solid #488ccb;
  position: relative;
}
.main-page__category-item .main-page__category-name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main-page__category-item-active {
  color: #64819b;
  background-color: #d4e7f0;
}
.main-page__category-name {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: candara, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  color: #64819b;
  padding: 2px;
  margin-top: 2px;
  text-align: center;
}
.main-page__category-name span {
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.main-page__category-name span::first-letter {
  font-size: 20px;
}
.main-page__novelties-select {
  margin-top: 22px;
  background: #eee;
  border: 1px solid #80b9ee;
  margin-bottom: 43px;
  padding: 12px 19px 15px 24px;
  position: relative;
}
select + svg {
  pointer-events: none;
}
.main-page__novelties-select::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -15px;
  left: 0;
  display: block;
  border: 1px solid #488ccb;
}
.main-page__novelties-select > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}
.main-page__novelties-select article {
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: candara, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 181px;
  flex: 0 0 181px;
}
.main-page__novelties-select article label {
  font-size: 15px;
  margin-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.main-page__novelties-select article label::first-letter {
  font-size: 18px;
}
.main-page__novelties-select article div {
  position: relative;
}
.main-page__novelties-select article div select,
.main-page__novelties-select article div option {
  width: 100%;
  height: 26px;
  background: #fff;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 35px 5px 10px;
  min-width: 181px;
}
.main-page__novelties-select article div svg {
  position: absolute;
  top: 50%;
  left: calc(100% - 26px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 8px;
}
.main-page__novelties-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 11px;
}
.main-page__novelties-title h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
  max-width: 100%;
}
.main-page__novelties-title span {
  height: 2px;
  background: #488ccb;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  margin-bottom: 8px;
}
.main-page__novelties-books {
  margin: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
.novelties__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  border: 1px solid #9dc2e3;
  margin: 13px 13px 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  padding: 6px 17px 17px;
  cursor: pointer;
}
.novelties__item img {
  width: 214px;
  height: 224px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.novelties__item-antiques {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-variant: small-caps;
  line-height: 1.2;
  color: #9b7501;
  margin-top: 2px;
  margin-bottom: 12px;
  display: block;
}
.novelties__item-antiques::first-letter {
  font-size: 14px;
}
.novelties__item-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 7px;
  height: 106px;
  font-variant: small-caps;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.novelties__item-about {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 7px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.novelties__item-about * {
  display: inline;
  font-variant: small-caps;
  font-size: 18px;
}
.novelties__item-price {
  font-family: candara, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: auto;
  margin-bottom: 11px;
}
.novelties__item-price span {
  font-size: 30px;
  line-height: 1.23;
  color: #b20d0d;
}
.novelties__item-buy {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-variant: small-caps;
  border: 1px solid #009640;
  background-color: #afd39a;
  width: 200px;
  height: 30px;
  color: #000;
  cursor: pointer;
}
.novelties__more {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.novelties__more button {
  font-family: candara, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  background-color: inherit;
}
.error {
  border: 2px solid red !important;
}
.span-big {
  font-size: 20px;
  line-height: 1;
}
.book-single__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 44px;
}
.book-single__back a {
  font-size: 18px;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #426f97;
  font-weight: 700;
  font-variant: small-caps;
  display: block;
}
.book-single__back a::first-letter {
  font-size: 20px;
}
.book__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
}
.book__flex-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 310px;
  flex: 1 1 310px;
  margin: 0 80px 55px 20px;
}
.book__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 412px;
}
.book__images-antiques {
  font-size: 12px;
  line-height: 1.2;
  color: #9b7501;
  margin-bottom: 11px;
  margin-left: 9px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.book__images-antiques::first-letter {
  font-size: 16px;
}
.book__images-main {
  cursor: pointer;
  max-height: 451px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 28px;
}
.book__images-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}
.book__images-side img {
  cursor: pointer;
  width: 93px;
  height: 143px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 7px;
}
.book__flex-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 540px;
  flex: 0 1 540px;
  padding-top: 24px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.book__title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 37px;
  font-weight: 700;
  display: block;
  font-variant: small-caps;
}
.book__title::first-letter,
.book__title .span-big {
  font-size: 30px;
}
.book__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px;
  margin-bottom: 63px;
}
.book__buy-price {
  line-height: 1.2;
  padding: 6px;
  margin-right: auto;
  white-space: nowrap;
}
.book__buy-price span:nth-child(1) {
  font-size: 26px;
  color: #000;
}
.book__buy-price span:nth-child(2) {
  font-family: candara, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #b20d0d;
  margin-left: 12px;
}
.book__buy-price span:nth-child(3) {
  font-size: 22px;
  color: #000;
  margin-left: 10px;
  font-variant: small-caps;
}
.book__buy-button {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-variant: small-caps;
  border: 1px solid #009640;
  background-color: #95c11f;
  padding: 0 10px;
  margin: 6px;
  width: 200px;
  height: 44px;
  color: #000;
  cursor: pointer;
}
.book__buy-button--on-order,
.novelties__item-buy--on-order {
  background-color: #fdca67 !important;
}
.book__info {
  background: #eee;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.book__info-titles {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.book__info-title {
  padding: 7px 30px;
  width: 50%;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
}
.book__info-title::first-letter {
  font-size: 20px;
}
.book__info-title.js-title-active {
  background-color: transparent;
  border: none;
  cursor: default;
}
.book__info-content {
  display: none;
  padding: 2px 28px 10px;
}
.book__info-content ul,
.book__info-content ol {
  padding-left: 16px;
  margin: 0 0 16px;
}
.book__info-content ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin: 0 0 4px;
}
.book__info-content ol li {
  list-style-position: inside;
  margin: 0 0 4px;
}
.book__info-content p {
  display: block;
  margin: 0 0 16px;
}
.book__info-content blockquote {
  margin: 0 0 16px;
}
.book__info-content blockquote p {
  padding: 16px;
  background: #fff;
}
.book__info-content blockquote p::before {
  content: "\201C";
}
.book__info-content blockquote p::after {
  content: "\201D";
}
.book__info-content h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 16px;
}
.book__info-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
}
.book__info-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}
.book__info-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
}
.book__info-content h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}
.book__info-content h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
}
.book__info-content.js-info-active {
  display: block;
}
.book__postpone {
  color: #59955c;
  background: #effee7;
  border: 1px solid #009640;
  width: 200px;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.book__postpone--hidden {
  visibility: hidden;
  pointer-events: none;
}
.contacts {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 16px;
}
.contacts__info {
  margin-bottom: 26px;
  max-width: 100%;
}
.contacts__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
.contacts__info a {
  font-size: 18px;
  font-variant: small-caps;
  color: inherit;
  display: block;
}
.contacts__info a::first-letter {
  font-size: 18px;
}
.contacts__info span {
  font-size: 18px;
  font-variant: small-caps;
  margin-right: 10px;
  display: inline-block;
}
.contacts__info > * + * {
  margin-top: 10px;
}
.contacts__title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-left: 27px;
  font-variant: small-caps;
}
.contacts__title::first-letter {
  font-size: 26px;
}
.contacts__form {
  max-width: 540px;
}
.contacts__form article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.contacts__form article label {
  font-size: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 93px;
  flex: 0 0 93px;
  font-variant: small-caps;
}
.contacts__form article label::first-letter {
  font-size: 18px;
}
.contacts__form article input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 18px;
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 5px 10px;
  font-family: candara, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  max-width: 272px;
}
.contacts__form-message {
  margin-bottom: 30px;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  margin-bottom: 26px !important;
}
.contacts__form-message label {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  margin-bottom: 10px;
}
.contacts__form-message textarea {
  resize: none;
  min-height: 85px;
  width: 100%;
  background: #fff;
  border: 1px solid #888;
  padding: 5px 10px;
  font-family: candara, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.contacts__form-buttons {
  margin-bottom: 2px !important;
  margin-top: -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts__form-submit {
  font-size: 13px;
  line-height: 0;
  letter-spacing: 0.2px;
  color: #000;
  background: #f7fef3;
  border: 1px solid #73c794;
  font-family: inherit;
  width: 178px;
  height: 30px;
  text-align: center;
  font-variant: small-caps;
}
.contacts__form-submit::first-letter {
  font-size: 13px;
}
.horizontal {
  margin-bottom: 67px;
}
.horizontal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}
.horizontal__content-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.horizontal__content-reverse .horizontal__info,
.horizontal__content-reverse .horizontal__img {
  text-align: left;
}
.horizontal__content-reverse .horizontal__info-text,
.horizontal__content-reverse .horizontal__img img {
  margin-top: 50px;
}
.horizontal__content-reverse .horizontal__info-text {
  margin-left: -12px;
}
.horizontal__info,
.horizontal__img {
  margin: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
}
.horizontal__info img,
.horizontal__img img {
  max-width: 100%;
  margin-top: 36px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 488px;
  height: 533px;
}
.horizontal__info {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}
.horizontal__info > * + * {
  margin-top: 15px;
}
.horizontal__info-text {
  font-size: 18px;
  line-height: 1.6;
  font-variant: small-caps;
  display: block;
  margin-top: 36px;
}
.horizontal__img {
  text-align: right;
  width: 488px;
  height: 533px;
}
.main-horizontal {
  margin-bottom: 35px;
}
.main-horizontal .main-page__novelties-title {
  margin-top: 10px;
}
.main-page__novelties-title h2 {
  margin-right: 22px;
  font-size: 30px;
  font-variant: small-caps;
}
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal__body {
  background: #fff;
  border: 1px solid #b3b5b7;
  border-radius: 19px;
  padding: 27px 40px;
  width: 816px;
  height: auto;
  max-height: 100vh;
  overflow: auto;
}
.modal-postpone-active {
  display: block;
}
.modal-postpone__content {
  max-width: 100%;
}
.modal-postpone__title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #154b61;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.modal-postpone__book-info {
  background: #eee;
  border: 1px solid #a0c0d2;
  padding: 11px 35px;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.modal-postpone__book-info .span-big {
  font-size: 22px;
}
.modal-postpone__book-author {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.modal-postpone__book-price {
  font-size: 21px;
}
.modal-postpone__book-price span {
  font-family: candara, sans-serif;
  letter-spacing: 1.3px;
  font-size: 24px;
  line-height: 1.2;
  color: #b20d0d;
  font-weight: 700;
}
.modal-postpone__book-price span:last-child {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-left: 8px;
}
.modal-postpone__contacts {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #154b61;
  margin-bottom: 7px;
}
.modal-postpone__contacts-form article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.modal-postpone__contacts-form article label {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  position: relative;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 1.2px;
  font-size: 20px;
  line-height: 1.2;
}
.modal-postpone__contacts-form article input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 40px;
  background: #fff;
  border: 1px solid #888;
  padding: 5px 10px 5px 12px;
  font-family: candara, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  height: 26px;
}
.modal-postpone__contacts-info {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-postpone__contacts-email {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-postpone__contacts-phone {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.modal-postpone__contacts-phone label {
  margin-left: 19px;
}
.modal-postpone__contacts-checkbox {
  margin-bottom: 35px !important;
}
.modal-postpone__contacts-checkbox .checkbox {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.modal-postpone__contacts-checkbox .checkbox__input {
  width: 14px;
  height: 14px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.modal-postpone__contacts-checkbox
  .checkbox__input:checked
  + .checkbox__span
  svg {
  display: block;
}
.modal-postpone__contacts-checkbox .checkbox__span {
  position: relative;
  display: inline-block;
  margin-right: 9px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #000;
  vertical-align: sub;
  cursor: pointer;
}
.modal-postpone__contacts-checkbox .checkbox__span svg {
  display: none;
}
.modal-postpone__contacts-checkbox .checkbox__text {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-transform: lowercase;
  color: #154b61;
  white-space: normal;
  vertical-align: bottom;
}
.modal-postpone__contacts-checkbox .checkbox__text a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.modal-postpone__contacts-checkbox .checkbox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}
.modal-postpone__contacts-buttons {
  display: block !important;
  margin-bottom: 0 !important;
}
.modal-postpone__contacts-buttons .modal-buttons {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-postpone__contacts-buttons .modal-buttons__submit {
  color: #59955c;
  background: #effee7;
  border: 1px solid #009640;
}
.modal-postpone__contacts-buttons .modal-buttons__postpone {
  color: #000;
  background: #95c11f;
  border: 1px solid #009640;
}
.modal-postpone__contacts-buttons .modal-buttons__cancel {
  color: #b1b2b1;
  background: #fff;
  border: 1px solid #888;
}
.modal-postpone__contacts-buttons .modal-buttons__submit,
.modal-postpone__contacts-buttons .modal-buttons__postpone,
.modal-postpone__contacts-buttons .modal-buttons__cancel {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  padding: 9px;
  margin: 5px;
  -ms-flex-item-align: normal;
  -ms-grid-row-align: normal;
  align-self: normal;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.modal-postpone__contacts-buttons .modal-buttons__postpone {
  min-width: 240px;
}
.modal-postpone__contacts-buttons .modal-buttons__disabled {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0.5;
  pointer-events: none !important;
}
.modal-postpone__close {
  position: absolute;
  top: 6px;
  right: 11px;
  cursor: pointer;
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  z-index: 9;
}
.overlay-active {
  display: block;
}
.lock {
  overflow: hidden;
}
.input-plus {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.input-plus input {
  width: 100%;
}
.input-plus::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  display: block;
  background-color: #000;
  opacity: 0;
}
.input-plus::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  display: block;
  background-color: #000;
  opacity: 0;
}
.input-plus-active::before {
  opacity: 1;
}
.input-plus-active::after {
  opacity: 1;
}
.patch {
  position: absolute;
  height: 21px;
  width: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  display: block;
  background-color: #fff;
}
.single-photo-active {
  display: block;
}
.single-photo img,
.single-photo video {
  width: 80vw;
  max-width: 80vw;
  height: auto;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
.single-photo video {
  width: auto;
}
.single-photo video:-webkit-full-screen {
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  max-height: 100vh;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.single-photo video:-ms-fullscreen {
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  max-height: 100vh;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  -ms-transform: none !important;
  transform: none !important;
}
.single-photo video:fullscreen {
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  max-height: 100vh;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.docs {
  padding-bottom: 60px;
}
.docs__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 -15px;
}
.docs__flex-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 15px;
}
.docs__flex-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 15px;
}
.docs__item-title {
  font-size: 16px;
  line-height: 1.2;
  margin: 15px 0;
  font-weight: 700;
}
.docs__item-text {
  margin: 15px 0;
}
.docs__item-text a {
  text-decoration: underline;
}
.docs__item-list {
  margin: 15px 0;
}
.docs__item-list li {
  text-indent: 20px;
  position: relative;
}
.docs__item-list li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 10px;
  left: 8px;
  display: block;
  background-color: #000;
  border-radius: 50%;
}
.footer {
  margin-bottom: 135px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-collapse: collapse;
}
.footer__link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 270px;
  flex: 1 1 270px;
  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;
  background-color: #d4e7f0;
  border: 1px solid #488ccb;
  text-align: center;
  cursor: pointer;
}
.footer__link.link-active {
  background-color: #80b9ee;
}
.footer__link a {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  padding: 5px 8px;
  height: 42px;
  text-transform: uppercase;
}
.footer__link a::first-letter {
  font-size: 22px;
}
.text-link {
  color: #488ccb;
}
@media (min-width: 993px) {
  .header__link {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__link:hover {
    background-color: #80b9ee;
  }
  .main-page__category-item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-page__category-item:hover {
    color: #64819b;
    background-color: #c2d7f1;
  }
  .novelties__more {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .novelties__more:hover {
    background-color: #80b9ee;
  }
  .footer__link {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer__link:hover {
    background-color: #80b9ee;
  }
}
@media (max-width: 1200px) {
  .header__logo img,
  .header__logo svg {
    width: 180px;
    height: auto;
  }
  .header__main-title {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  .book__flex-left {
    margin-right: 40px;
  }
}
@media (max-width: 1050px) {
  .book__images-main {
    max-width: 306px;
    margin-bottom: 14px;
  }
  .book__flex-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 992px) {
  .header__logo img,
  .header__logo svg {
    width: 160px;
    height: auto;
  }
  .header__main-info a {
    font-size: 26px;
  }
  .header__main-title {
    font-size: 20px;
  }
  .header__main-search input {
    font-size: 20px;
    word-spacing: 0;
  }
  .book__flex-left {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 306px;
    flex: 0 0 306px;
  }
  .book__buy {
    margin-bottom: 30px;
  }
  .book__info-title::first-letter {
    font-size: 18px;
  }
  .book__info-title {
    font-size: 14px;
  }
  .contacts__title {
    font-size: 20px;
  }
  .horizontal__content-reverse .horizontal__info-text {
    margin-left: 0;
  }
  .horizontal__info img,
  .horizontal__img img {
    margin-top: 10px;
  }
  .horizontal__info-text {
    margin-top: 10px;
  }
  .footer {
    margin-bottom: 90px;
  }
}
@media (max-width: 992px), (max-height: 992px) {
  .header__link a {
    margin: 0;
    height: auto;
  }
}
@media (max-width: 816px) {
  .modal__body {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .header__logo {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 40px;
  }
  .header__logo img,
  .header__logo svg {
    width: auto;
    height: auto;
  }
  .header__main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .book__flex-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  .book__images-side {
    margin: -9px;
  }
  .book__images-side img {
    margin: 8px;
  }
  .book__title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .book__title::first-letter,
  .book__title .span-big {
    font-size: 20px;
  }
  .book__buy {
    margin-bottom: 15px;
  }
  .book__buy-button {
    font-size: 16px;
    width: 171px;
  }
  .book__info {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .book__info-title::first-letter {
    font-size: 16px;
  }
  .book__info-title {
    font-size: 12px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .contacts__form-message textarea {
    height: 94px;
  }
  .horizontal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .horizontal__content-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .horizontal__info,
  .horizontal__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .horizontal__info img,
  .horizontal__img img {
    width: calc(100vw - 30px);
    height: auto;
    max-height: calc(100vw - 30px);
    width: calc(100vh - 30px);
    height: auto;
    max-height: calc(100vh - 30px);
  }
  .horizontal__img--fix {
    width: calc(100% - 30px);
    text-align: left;
    height: auto;
  }
  .horizontal__info {
    font-size: 16px;
  }
  .modal-postpone__contacts-form article label {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
  }
  .modal-postpone__contacts-info {
    margin: -8px;
  }
  .modal-postpone__contacts-email {
    margin: 8px;
  }
  .modal-postpone__contacts-phone {
    margin: 8px;
  }
  .modal-postpone__contacts-buttons .modal-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .docs__flex-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .docs__flex-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (max-width: 576px) {
  .header__body {
    padding: 20px 0;
  }
  .header__logo {
    margin-right: 20px;
  }
  .header__logo img,
  .header__logo svg {
    max-width: 20vw;
  }
  .header__main-info {
    margin: -5px -10px;
  }
  .header__main-info a {
    font-size: 20px;
    padding: 5px 10px;
  }
  .header__main-title {
    font-size: 16px;
    padding: 5px 10px;
  }
  .header__main-search input {
    padding: 10px 25px 10px 15px;
    font-size: 16px;
  }
  .header__main-search svg {
    right: 5px;
  }
  .header__link a {
    font-size: 16px;
    padding: 5px 9px;
  }
  .main-page__novelties-title {
    margin-bottom: 20px;
  }
  .main-page__novelties-books {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .novelties__more {
    padding: 5px 9px;
  }
  .novelties__more button {
    font-size: 16px;
  }
  .book__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .book__flex-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .book__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }
  .book__images-main {
    max-width: calc(100vw - 30px);
    width: calc(100vw - 30px);
    max-height: calc(100vw + 20%);
    height: calc(100vw + 20%);
  }
  .book__flex-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .book__info {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .contacts {
    font-size: 14px;
  }
  .contacts__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .contacts__form article input {
    font-size: 12px;
  }
  .contacts__form-message textarea {
    font-size: 14px;
  }
  .horizontal {
    margin-bottom: 20px;
  }
  .horizontal__content {
    margin: -5px -15px;
  }
  .horizontal__info,
  .horizontal__img {
    margin: 5px 15px;
  }
  .horizontal__info {
    font-size: 14px;
  }
  .modal__body {
    border-radius: 0;
    padding: 44px 10px;
  }
  .modal {
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: auto;
  }
  .modal-postpone__title {
    font-size: 24px;
  }
  .modal-postpone__book-info {
    font-size: 14px;
  }
  .modal-postpone__contacts {
    font-size: 24px;
  }
  .modal-postpone__contacts-form article input {
    font-size: 14px;
  }
  .modal-postpone__contacts-buttons .modal-buttons__submit,
  .modal-postpone__contacts-buttons .modal-buttons__postpone,
  .modal-postpone__contacts-buttons .modal-buttons__cancel {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .docs {
    padding-bottom: 40px;
  }
  .footer {
    margin-bottom: 60px;
  }
  .footer__link a {
    font-size: 16px;
    padding: 5px 9px;
  }
}
@media (max-width: 440px) {
  .main-page__category-item {
    height: auto;
  }
  .main-page__novelties-select article {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .book__images-side {
    padding: 0;
    margin: -3px;
  }
  .book__images-side img {
    margin: 3px;
    width: 45px;
    height: 71px;
  }
  .modal__body {
    min-height: 100vh;
  }
}
@media (max-width: 375px) {
  .header__main-info a {
    font-size: 16px;
  }
  .header__main-title {
    font-size: 14px;
  }
  .header__main-search input {
    padding: 6px 25px 6px 4px;
    font-size: 14px;
    height: 30px;
  }
  .contacts__title {
    font-size: 16px;
  }
  .modal-postpone__title {
    font-size: 20px;
  }
  .modal-postpone__contacts {
    font-size: 20px;
  }
  .modal-postpone__close {
    top: 16px;
    right: 16px;
  }
  .footer {
    margin-bottom: 40px;
  }
}
@media (max-width: 375px), (max-height: 440px) {
  .header__main-search svg {
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
    right: 0;
  }
}
@media (max-width: 320px) {
  .book__images-side img {
    margin: 4px;
  }
}
@media (max-height: 440px) {
  .header__body {
    padding: 20px 0;
  }
  .header__logo img,
  .header__logo svg {
    max-width: 30vw;
  }
  .header__main-info {
    margin: -5px -10px;
  }
  .header__main-info a {
    padding: 5px 10px;
  }
  .header__main-title {
    padding: 5px 10px;
  }
  .header__main-search input {
    padding: 6px 40px 6px 10px;
    font-size: 20px;
    height: 30px;
  }
  .header__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header__link a {
    font-size: 16px;
    padding: 5px 9px;
  }
  .main-page__category-item {
    height: auto;
  }
  .main-page__novelties-title {
    margin-bottom: 20px;
  }
  .main-page__novelties-books {
    margin-bottom: 20px;
  }
  .novelties__more {
    padding: 5px 9px;
  }
  .novelties__more button {
    font-size: 16px;
  }
  .contacts__title {
    margin-bottom: 16px;
  }
  .horizontal__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .horizontal__content-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .horizontal__info {
    font-size: 14px;
  }
  .modal__body {
    width: 100vw;
  }
  .modal {
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: auto;
  }
  .footer {
    margin-bottom: 40px;
  }
  .footer__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer__link a {
    font-size: 16px;
    padding: 5px 9px;
  }
}
@media (max-height: 374px) {
  .header__link a {
    font-size: 13px;
    padding: 5px 6px;
  }
}
@media (max-width: 992px) {
  .br-desktop {
    display: none;
  }
}
.text-indent-0 {
  text-indent: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-6 {
  margin-top: 24px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-10 {
  margin-top: 40px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-10 {
  margin-bottom: 40px;
}
.content-block {
  display: grid;
  grid-template-columns: 57% auto;
  gap: 10px;
  align-items: start;
}
.content-block--second {
  display: grid;
  gap: 44px;
  grid-template-columns: auto minmax(150px, 487px);
}
.content-block--third {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(150px, 487px) auto;
}
@media (max-width: 768px) {
  .content-block {
    grid-template-columns: 1fr;
  }
  .content-block--second {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .content-block--third {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .content-block__info {
    order: 2;
  }
}
.content-block__text {
  font-size: 18px;
  line-height: 1.7;
  font-variant: small-caps;
  text-indent: 20px;
}
.content-block__text ul {
  padding: revert;
}
.content-block__text li {
  list-style: revert;
}
.content-block__text a {
  color: inherit;
  text-decoration: none;
}
.content-block__text > p {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .content-block__image {
    order: 1;
  }
}
.content-block__image img {
  display: block;
  width: 100%;
  height: auto;
}
.book_btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book__dwnld-pdf {
  color: #888;
  background: #efefef;
  border: 1px solid #888;
  width: 200px;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  /* margin: 0 auto; */
}
.modal-active {
  display: block;
}
.modal__body {
  position: relative;
}
.modal__close {
  position: absolute;
  right: 11px;
  top: 6px;
  cursor: pointer;
}
.modal__title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #154b61;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.modal-buttons {
  margin: 1.5rem 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-button {
  flex: 0 1 200px;
  flex-shrink: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  padding: 9px;
  margin: 5px 12px;
}
.modal__body.sm {
  width: 600px;
}
.modal-buttons__primary {
  color: #000;
  background: #95c11f;
  border: 1px solid #009640;
}
.modal-buttons__secondary {
  color: #000;
  background: #d4e7f0;
  border: 1px solid #488ccb;
}
