a,
article,
aside,
audio,
b,
body,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
ol,
p,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  font-family: "bookmanc", serif;
  font-size: 18px;
  line-height: 1.2;
  color: #5b5756;
  background-color: #f8e1d7
}

ol,
ul {
  list-style: none
}

br {
  line-height: 1;
  font-size: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
  outline: 0
}

a {
  text-decoration: none
}

button {
  border: 0;
  display: block;
  padding: 0
}

::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0
}

:active,
:focus,
:hover,
:visited {
  outline: 0 !important
}

::-ms-clear {
  display: none
}

* {
  -webkit-tap-highlight-color: transparent
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important
}

::-moz-focus-inner {
  border: 0;
  outline: 0
}


button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0
}

:not(#fake) {
  outline: 0
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

img {
  display: block;
  max-width: 100%;
  height: auto
}

svg {
  overflow: hidden
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}

@font-face {
  font-family: 'userfont';
  src: url('../fonts/style2.woff') format('woff'),
    url('../fonts/style2.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'bookmanc';
  src: url('../fonts/bookmanc.woff') format('woff'),
    url('../fonts/bookmanc.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bookmanc';
  src: url('../fonts/bookmanc-bold.woff') format('woff'),
    url('../fonts/bookmanc-bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

.title {
  font-family: 'userfont';
  font-weight: 700;
  color: #000;
}

.header {
  padding-top: 30px;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
}

.header__title {
  font-size: 50px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 20px;

}

.header__nav {
  display: flex;
  justify-content: space-between;
  max-width: 340px;
  margin: auto;

}

.link {
  color: #5b5756;
  font-size: 17px;

}

.link:hover {
  color: #e30613;
}

.images {
  position: relative;

}

.images__book {
  width: 220px;
  padding-left: 40px;

}

.images__book-ru {
  max-width: 110px;
  position: absolute;
  bottom: -40px;
  left: -21px;
}

.header__images {
  max-width: 300px;
  margin: auto;
}

.images__img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100px;
  z-index: -1;
}

.images__btn {
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 150px;
}
.images__btn--ru {
  left: 36px;
  z-index: 1;
  bottom: -76px;
}
.sale__btn:hover,
.images__btn:hover {
  transform: scale(1.1);
}

.book {
  padding: 70px 0 20px;
}

.book__wrapper {
  position: relative;
}

.book__open {
  color: #e30613;
  cursor: pointer;
}
.e-book-first__title,
.author__title,
.book__title {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 0.9;
}

.author__about--open,
.book__about--open {
  display: none;
}

.author__about:not(:last-child),
.book__about:not(:last-child) {
  margin-bottom: 10px;
}

.hide {
  display: none;
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: none;
  z-index: 1;
  font-size: 0;
}

.slick-prev {
  left: 5px;
}

.slick-next:before,
.slick-prev:before {
  position: absolute;
  content: "<";
  width: 100%;
  height: 100%;
  color: #e30613;
  font-size: 40px;
  font-weight: bold;
  top: 0;
  left: -10px;
  z-index: 2;
}

.slick-next:before {
  content: ">";
  left: auto;
  right: -10px;
}

.slider__img {
  margin: auto;
}

.author {
  padding: 30px 0;
}

.author__port {
  max-width: 170px;
  margin-left: -15px;
}

.author__images {
  position: relative;
  margin-bottom: 20px;
}

.author__images:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #2d2927;
}

.author__img {
  position: absolute;
  top: -90px;
  right: -10px;
  max-width: 170px;
}

.author__after {
  max-width: 200px;
  margin: auto;
}

.reference {
  margin-bottom: 20px;
}

.reference__link {
  font-size: 14px;
}

.payments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 320px;
  margin: 0 auto 15px;
}

.footer__ps {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.payments__ico {
  max-width: 19%;
  flex-shrink: 0;
}

.sale {
  padding: 30px 0;
}
.e-book__btn,
.sale__btn {
  display: flex;
  justify-content: center;
}
.sale__price {
  max-width: 320px;
  color: #333;
  font-size: 24px;
  text-align: center;
  padding: 7px;
  border: 6px solid #e30613;
  border-radius: 30px;
  margin: 0 auto 12px;
}

.sale__text--price {
  font-size: 40px;
  text-align: center;
  color: #e30613;
}

.sale__btn {
  width: 200px;
  margin: auto;
}

.sale__pic {
  width: 40%;
  margin: auto;
}

.sale__pic-1 {
  position: absolute;
  width: 30%;
  bottom: -70px;
  right: -20px;
}

.sale__book {
  max-width: 230px;
  margin: auto;
}

.sale__wrap {
  position: relative;
}

.header__logo {
  display: none;
}

.slider__pic {
  width: 60%;
  max-width: 350px;
  margin: auto;
  margin-bottom: 20px;
}

.author__desktop,
.sale__desktop {
  display: none;
}

.first-block__wrap {
  position: relative;
}

.lang {
  display: flex;
  position: absolute;
  align-items: center;
  top: 15px;
  right: 0px;

}

.lang__link:not(:last-child) {
  margin-right: 10px;
}

.lang__link a{
  color: #e30613;
  padding: 5px;
  border-radius: 5px;
  display: block;
}
.lang__link a:hover {
  background-color: #e30613;
  color: white;
  border-radius: 0px;
}

.e-book {
  border: 6px solid #e30613;
  border-radius: 30px;
  padding: 10px;
  margin-bottom: 30px;
}

.e-book__price {
  color: #e30613;
  font-size: 30px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

.e-book__btn {
   width: 170px;
   margin: auto;
}

.author__img-desktop {
  display: none;
}

.e-book__btn--ru {
  position: absolute;
  max-width: 120px;
  z-index: 1;
  bottom: -60px;

}
.btn {
  display: flex;
 flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/btn.png) no-repeat;
  background-size: contain;
  background-position: 0px 3px;
  color: white;
  font-size: 34px;
  font-family: 'userfont';
line-height: 0.8;
  text-align: center;
}
.btn-ru {
  width: 130px;
  height: 80px;
  
}
.btn-sm {
  line-height: 0.8;
  font-size: 17px;
}

@media screen and (min-width: 500px) {
  .images__book-ru {
    max-width: 190px;
    left: -150px;
  }
  .images__btn {
  right: 35px;
  }
  .images__btn--ru {
    left:-50px;
    z-index: 1;
    bottom: -60px;
  }

.header__images {
  margin-right: 30px;
}
  .header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .header__title {
    margin-bottom: 0;
    width: 40%;
  }

  .header__nav {
    padding-top: 20px;
    width: 60%;
    margin: 0;
    flex-shrink: 0;
  }

  .footer__reference {
    display: flex;
    justify-content: space-between;
  }

  .reference__link {
    font-size: 13px;
  }

  .author__port {
    max-width: 350px;
    width: 60%;
  }

  .author__img {
    max-width: 50%;
  }

  .sale__book {
    margin: 0;
    margin-right: auto;
  }

  .sale__images {
    display: flex;
    align-items: flex-end;
    max-width: 550px;
    margin: auto;
  }

  .sale__pic {
    order: 2;
    margin: 0;
    width: 30%;
  }

  .sale__pic-1 {
    position: static;
    order: 3;
    width: 20%;
  }

  .author__title,
  .book__title,
  .header__title {
    font-size: 60px;
  }

  .header {
    padding-top: 45px;
    margin-bottom: 25px;
  }

  body {
    line-height: 1.3;
  }

  .sale {
    padding: 15px 0 45px;
  }

  .e-book,
  .sale__price {
    margin: 0 auto 25px;
    max-width: 345px;
  }
}

@media screen and (min-width: 767px) {
  .images__book-ru {
    width: 60%;
    max-width: 100%;
    left: -163px;
  }
  .e-book {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }

  .e-book__text {
    width: 50%;
    margin-right: 10px;
  }

  .e-book__btn {
    margin: 0;
  }

  .first_block {
    position: relative;
  }

  .mob-only {
    display: none;
  }

  .header__logo {
    display: block;
    position: absolute;
    top: -80px;
    left: -44px;
  }

  .header__images {
    margin: 0;
    margin-left: auto;
    width: 50%;
    max-width: 500px;
  }

  .images__book {
    width: 70%;
    max-width: 100%;
  }

  .images__img {
    width: 38%;
    max-width: 100%;
  }
.btn {
  width: 170px;
  height: 100px;
  font-size: 50px;
}
  .images__btn {
    max-width: 250px;
 
  }

  .header {
    margin-bottom: 40px;
  }

  .link {
    font-size: 20px;
  }

  .title {
    font-size: 70px;
  }

  .book__title,
  .author__title {
    position: relative;
    margin-bottom: 40px;

  }

  .book__title::before {
    content: '';
    position: absolute;
    width: 240px;
    height: 180px;
    background: url(../img/10-site-ill.png) no-repeat;
    background-size: contain;
    top: -47px;
    left: 241px;
    transform: scale(-1, 1)
  }

  .book__title.ru::before  {
    left: 260px;
}
  .author__title::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 90px;
    background: url(../img/13-site-ill.png) no-repeat;
    background-size: contain;
    top: -10px;
    left: 160px;

  }

  .book {
    padding: 110px 0 30px;
  }

  .sale__wrap {
    display: flex;
  }

  .sale__price {
    order: 2;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    font-size: 20px;
    text-align: left;
    border: none;
  }

  .sale__images {
    order: 1;
  }

  .sale__text--price {
    text-align: left;

  }

  .sale__images {
    margin: 0;
    margin-right: 20px;
  }

  .sale__btn {
    margin: 0;
    margin-left: -10px;

  }

  .midle-only {
    display: none;
  }

  .sale__desktop {
    display: flex;
    align-self: flex-end;
    align-items: flex-end;
    width: 50%;
    order: 3;
  }

  .sale__pic-1 {
    width: 35%;
  }

  .sale__pic {
    width: 55%;
  }

  .author .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

  }

  .author__title {
    width: 100%;
  }

  .author__images {
    display: flex;
    align-items: flex-end;
    width: 40%;
    margin-bottom: 0;
  }

  .author__img-desktop {
    width: 38%;
  }

  .author__wrap {
    width: 50%;
  }

  .author__port {
    width: 86%;
  }

  .author__img-desktop,
  .author__desktop {
    display: block;
  }
}

@media screen and (min-width: 999px) {
  .images__book-ru {
    width: 58%;
      left: -220px;
  }
  .images__btn {
    right: 138px;
    bottom: -40px;
  }
  .images__btn--ru {
    left: -144px;
    bottom: -67px;
  }
  .link {
    font-style: 22px;
  }

  .header__images {
    margin-right: 100px;
    max-width: 400px;
  }

  .header {
    padding-top: 50px;
    margin-bottom: 35px;
  }

  .slider__wrap {
    padding: 20px;
    background-color: #e30613;
    border-radius: 20px;
  }

  .slick-prev {
    left: -66px;
  }

  .slick-next {
    right: -60px;
  }

  .slick-arrow {
    width: 70px;
    height: 70px;
  }

  .slick-next:before,
  .slick-prev:before {
    font-size: 60px;
  }

  .slider__wrap {
    max-width: 850px;
    margin: auto;
  }

  .author {
    padding: 80px 0 80px;
  }

  .sale {
    padding: 15px 0 45px;
  }

  .sale__book {
    max-width: 300px;
  }

  .sale__price {
    width: 100%;
    max-width: 320px;
    font-size: 24px;
    line-height: 1.6;
  }

  .sale__btn {
    width: 270px;
  }

  body {
    font-size: 20px;
    line-height: 1.4;
  }

  .book {
    padding: 120px 0 40px;
  }

  .book__title,
  .author__title {
    font-size: 80px;
    margin-bottom: 50px;
  }

  .book__title::before {
    left: 300px;
    height: 213px;
  }
  .book__title.ru::before {
    left: 340px;
  }
}

@media screen and (min-width: 1039px) {
  .container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }

}

.page {
  max-width: 1000px;
  padding: 30px;
  margin: auto;
}

.page h2 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.success__title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.sorry__smile {
  font-size: 72px;
  margin-bottom: 10px;
}

.download,
.sorry,
.success {
  background-color: #fff;
  color: #181614;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.download__title,
.sorry__title,
.success__title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width:768px) {

  .download__title,
  .sorry__title,
  .success__title {
    font-size: 36px;
  }
}

.sorry__text,
.success__text {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}


.arrow {
  margin-right: 10px;
}
.download__btn {
  font-size: 40px;
  height: 110px;
  width: 180px !important;
}
.active {
  background-color: #e30613;
  color: white;
  padding: 5px;
  display: block;
}
.success__btn {
  width: 284px;
  height: 152px;
}
.sorry__btn {
  width: 300px;
  height: 152px;
}


.e-book-first {
 padding-top: 100px;
  margin-bottom: -20px;
}
.e-book__first .e-book__text {
  margin-bottom: 20px;
}
.e-book__first .e-book__price {
  font-size: 50px;
}
.first-block {
  position: relative;
}
.btn-prew {
  width: 250px;
 height: 130px;
 opacity: 0.8;
 }

@media screen and (min-width:768px) {
  .btn-prew {
    width: 350px;
   height: 180px;
   }
  .e-book__first {
    width: 49%;
  }
  .e-book-first__title {
    width: 100%;
  }
  .e-book__first .e-book__text {
    margin-bottom: 0px;
  }
.e-book-first {
 
  display: flex;
  flex-wrap: wrap;
}
.e-book__first {
  margin-bottom: 0;
}
}
.second-prew .btn-prew{
  margin: auto;
}
.lang__link {
  display: flex;
  align-items: center;
  justify-content: center;
border-radius: 5px;
  border: 2px solid #e30613;
}
.info {
  border: 6px solid #e30613;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.info a {
  color: #444;
}
.glava {
  color: #e30613;
  font-weight: 500;
}
.e-book--last {
  display: block;
  font-size: 14px;
  border: 4px solid #e30613;
  border-radius: 30px;
  padding: 20px;
}
.e-book__info:not(:last-of-type) {
  margin-bottom: 5px;
}
.sale__text--title {
  color: #e30613;
  font-weight: 700;
}
.info-red {
  text-align: center;
  margin-bottom: 20px;
  color: #e30613;
  font-weight: 700;
}
.book__about {
  margin-bottom: 25px;
}
.word {
  font-family: curcive;
  font-size: 14px;
}