button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}



/*Fonts*/
@font-face{
  src: url('../fonts/Humus-Light.woff') format('woff');
  font-family: 'Humus';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face{
  src: url('../fonts/Humus-LightItalic.woff') format('woff');
  font-family: 'Humus';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face{
  src: url('../fonts/Humus-Regular.woff') format('woff');
  font-family: 'Humus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face{
  src: url('../fonts/Humus-Italic.woff') format('woff');
  font-family: 'Humus';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face{
  src: url('../fonts/Humus-Medium.woff') format('woff');
  font-family: 'Humus';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face{
  src: url('../fonts/Humus-MediumItalic.woff') format('woff');
  font-family: 'Humus';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face{
  src: url('../fonts/Humus-Bold.woff') format('woff');
  font-family: 'Humus';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face{
  src: url('../fonts/Humus-Bold.woff') format('woff');
  font-family: 'Humus';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face{
  src: url('../fonts/Humus-Heavy.woff') format('woff');
  font-family: 'Humus';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face{
  src: url('../fonts/Humus-Heavy.woff') format('woff');
  font-family: 'Humus';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face{
  src: url('../fonts/BSWlogo.woff2') format('woff2');
  font-family: 'BSW';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}



body {
  font-family: "Humus", serif;
  font-style: normal;
  background: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-top:200px;
}
body.active_footer{
  margin-top:0px;
}
a {
  color: inherit;
}
a:hover{
  color: #314d62;
}
img {
  max-width: 100%;
}
.wrapper {
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
}
header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 40px 0;
	color: #fff;
  background:#314d62;
}
.h_wrap_b{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.h_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
	width:100%;
}
.main_banner {
  padding: 125px 0 70px 0;
  margin-bottom: 0px;
  background: radial-gradient(63.3% 211.34% at 80.87% 44.5%, rgba(48, 26, 89, 0.15) 0%, rgba(48, 26, 89, 0.6) 37.74%, rgba(48, 26, 89, 0.79) 63.46%, rgba(48, 26, 89, 0.95) 100%);
}
.book_name_logo{
  font-family: 'BSW';
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
}
.book_name_logo img{
  width: 100%;
  max-width:400px;
}
.book_name_logo:hover{
	opacity:0.8;
	color: #fff;
  text-decoration: none;
}
.book_name{
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  font-family: inherit;
  letter-spacing: 1px;
}
.book_author{
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  font-family: inherit;
  letter-spacing: 1px;
}
.h_logo {
  max-width: 155px;
  margin-right: 125px;
}
.h_nav {
  margin-right: auto;
}
.h_nav_list {
  display: flex;
}
.h_nav_list li:not(:last-child) {
  margin-right: 75px;
}
.h_nav_list li a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  transition: .3s;
}
.h_nav_list li a:hover {
  color:#314d62;
}
.basket {
  width: 50px;
  height: 50px;
  position: fixed;
  background: #314d62;
  top: 80px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}
.basket svg{
  width:100%;
  max-height:24px;
  max-width: 24px;
  padding-right: 1px;
}
.basket svg path{
  fiLL: #fff;
}
.basket:hover{
  opacity: 0.7;
}
.main_banner_wrap {
  display: flex;
  align-items: center;
  color: #FFF;
}
.main_banner__img {
  width: 100%;
  max-width: 470px;
  margin: 35px 0 -35px 0;
}
.main_banner__info {
  flex: 1;
  padding-right: 80px;
}
.main_banner__info h1 {
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 30px;
}
.main_banner__info_bottom {
    display: none;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    position: fixed;
    z-index: 200;
    bottom: 0px;
    left: 0px;
    padding: 10px 10px;
    background: #F9F9F9;
}
.main_banner__info_bottom .name_banner{
	color: #314d62;
    text-decoration: none;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}
.main_banner__info_bottom .price_banner{
  font-weight: 600;
  font-size: 36px;
  color: #2f2e38;
}
.main_banner__info_bottom .main_link_banner{
	width: auto;
}
body.active_footer .main_banner__info_bottom{
  display: flex;
}
body.active_footer footer{
	margin-bottom:90px;
}
.price {
  margin-right: 30px;
  font-weight: 600;
  font-size: 32px;
  color: #F9F9F9;
}
.main_about {
  padding: 40px 0px 125px 0px;
  margin-bottom: 15px;
  margin-top: -180px;
  background: #fff;
  z-index: 1;
  display: block;
  position: relative;
}
.main_link {
  background: #314d62;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  flex: 1;
  padding: 10px 50px;
  min-height: 70px;
  display: flex;
  border-radius: 12px;
  justify-content: center;
  color: #FFF;
  align-items: center;
  transition: .3s;
  text-decoration: none;
}
.main_link:hover {
  opacity:0.7;
  color: #FFF;
}
.main_about_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main_about_i{
  width: 100%;
  padding-top:80px;
  position: relative;
  text-align: center;
}
.main_about_img {
  width: 100%;
  position: relative;
}
.main_about_img img{
  width:100%;
}
.main_about_img_small img{
	max-width: 450px;
	margin: 20px auto;
	display: block;
}
.main_about_info {
  width: 100%;
}
.main_about_info p{
  font-size:20px;
    line-height: 28px;
	margin-bottom: 15px;
  font-weight:300;
}
.main_about__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    color: #314d62;
}
.main_about_social {
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  color: #525252;
  cursor:pointer;
}
.main_about_social span:hover{
  color:#314d62;
}
.main_about_social > span {
  margin-right: 15px;
  display: inline-flex;
}
.main_about_info_bottom {
  display: flex;
  flex-direction:column;
  align-items: center;
  gap: 10px;
}
.main_about_info_bottom_buy {
  display: flex;
  flex-direction:row;
  align-items: center;
  width:100%;
}
.price--mod {
  color: #2f2e38;
}
.main_review {
  background: #7b56ae;
  color: #FFF;
  margin-bottom: 100px;
}
.main_review_wrap {
  display: block;
  width: 100%;
}
.main_review_slider{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.main_review_slide {
  display: flex!important;
  width: 100%;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.main_review_wrap_body {
  margin: 95px 0 50px 0;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  max-width: 1000px;
  position: relative;
}
.main_review_wrap_body:after {
  width: 140px;
  height: 100px;
  position: absolute;
  left: -80px;
  top: -45px;
  content: "";
  background: url("../img/mark.png") center no-repeat;
  background-size: contain;
}
.main_review_wrap_body:before {
  width: 140px;
  height: 100px;
  position: absolute;
  right: -80px;
  bottom: -45px;
  content: "";
  transform: rotate(180deg);
  background: url("../img/mark.png") center no-repeat;
  background-size: contain;
}
.main_review_wrap_author {
  display: inline-flex;
  align-items: center;
  margin-bottom: 50px;
}
.main_review_wrap_author img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 30px;
}
.main_review_wrap_author span {
  font-weight: bold;
  font-size: 25px;
}
.add_rev {
  width: 100vw;
  position: relative;
  background: #f5bd1f;
  color: #2f2e38;
}
.main_magazine {
  margin-bottom: 100px;
}
.main_magazine_wrap{
	margin-top:30px;
}
.main_magazine_title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    color: #314d62;
    text-align:center;
}
.main_magazine_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.main_magazine_list li {
    width: calc(100% / 4 - 15px);
    background: #314d62;
    color: #FFF;
    padding: 15px 15px 15px 15px;
    transition: .3s;
    position: relative;
    font-weight: 500;
    font-size: 22px;
    border-radius: 12px;
    text-align: center;
}
.main_magazine_list li:hover {
  opacity:0.7;
}
.main_magazine_list li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
footer {
  background: #314d62;
  color: #FFF;
}
.f_top_t{
    padding: 15px 0px;
}
.f_top {
    padding: 25px 0px;
    border-top: 1px solid rgba(249, 249, 249, 0.4);
    border-bottom: 1px solid rgba(249, 249, 249, 0.4);
}
.f_top_wrap {
  display: flex;
  flex-direction: row;
  width:100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.f_top_title {
  width: 100%;
  max-width: 380px;
  font-weight: 900;
  font-size: 48px;
  color: #F9F9F9;
}
.f_top_contacts {
  width: 100%;
  max-width: 380px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  line-height: 36px;
  text-align: left;
}
.f_top_contacts a {
  text-decoration: none;
  transition: .3s;
}
.f_top_contacts a:hover {
  opacity: 0.7;
  color:#fff;
}
.f_top_nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.f_top_nav ul{	
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.f_top_nav_list li a {
  transition: .3s;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.f_top_nav_list li a:hover {
  opacity:0.7;
  color:#fff;
}
.f_bottom {
	text-align:center;
  padding: 10px 0px;
}
.f_bottom_wrap {
  display: flex;
  flex-direction: column;
}
.f_bottom_info {
  width: 100%;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 20px;
}
.f_bottom_info p{
	margin-bottom:10px;
}
.f_bottom_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.f_bottom_right img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.author {
  font-weight: 300;
  font-size: 14px;
  color: #F9F9F9;
}
.author a {
  margin-left: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: .3s;
}
.author a:hover {
  color:#314d62;
}
.menu_toggle {
  display: none;
}
.close_menu {
  display: none;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.go_top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  right: calc(50vw - 690px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.go_top.active {
  opacity: 1;
  visibility: visible;
}
.go_top:hover {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.11);
}
.go_top:after {
  width: 14px;
  transform: rotate(-90deg);
  height: 24px;
  left: 50%;
  top: 50%;
  content: "";
  background: url("../img/arrow_mod.svg") center no-repeat;
  background-size: contain;
}
.breadcrumbs{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.breadcrumbs_list{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding-bottom: 10px;
  padding-top: 10px;
}
.breadcrumbs_list li{
  width: auto;
  float: left;
  font-size: 17px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.breadcrumbs_list li > span,
.breadcrumbs_list li > a{
  width: auto;
  float: left;
    font-weight: 400;
  color: #2f2e38;
  text-decoration: none;
  transition: .3s;
}
.breadcrumbs_list li a:hover,
.breadcrumbs_list li.active span{
width: auto;
    float: left;
    color: #314d62;
    text-decoration: none;
    transition: .3s;
}

.page_title_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.page_title {
	width: 100%;
	float: left;
	text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 36px;
  color: #314d62;
}
.author_body{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.author_body .author_n{
    font-weight: bold;
    font-size: 25px;
}
.author_body .author_b{
    font-size: 15px;
    font-weight: bold;
}
.slick_arrow{
  background: none;
  border: none;
  cursor: pointer;
  color: #9678be;
}
.slick_arrow svg path{
  fill: #2f2e38;
}
.slick_arrow:hover svg path{
  fill: #9678be;
}
.blog_about{
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}
.block_wrap{
  display: flex;
  width: 100%;
  float: left;
  clear: both;
  align-items: start;
}
.thanks_text_big{
	margin-bottom: 40px;
    font-weight: bold;
    font-size: 48px;
    color: #314d62;
}
.order_notification{
	font-size: 14px;
    padding: 5px;
    color: #2f2e38;
}
.e_book{
  padding: 20px 0px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
.e_book_title{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 26px;
  color: #314d62;
}
.basket_product_name span{
  color: #314d62;
}
.download_text{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
.download_error{
  color: #314d62;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  background: #2f2e38;
}
.e_book_switcher{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor:pointer;
  position:relative;
}
.e_book_switcher label{
  font-size: 18px;
  color: #0f0d0e;
  cursor:pointer;
}
input.lr-switch{
  position: relative;
  -webkit-appearance: none;
  outline: none;
  min-width:44px;
  width: 44px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #2f2e38;
  border-radius: 50px;
  cursor:pointer;
  box-shadow: inset -20px 0 0 0 #ddd;
}
input.lr-switch:after{
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
  border: 1px solid #444;
}
.e_book_switcher label{
  color: #314d62;
}
.e_book_switcher label.e_book_l{
  color: #0f0d0e;
}
.e_book_switcher.active label{
  color: #0f0d0e;
}
.e_book_switcher.active label.e_book_l{
  color: #314d62;
}
input.lr-switch:checked {
    box-shadow: inset 20px 0 0 0 #314d62;
    border-color: #2f2e38;
}
input.lr-switch:checked:after {
    left: 20px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
.book_format_changer{
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  margin: 10px auto;
  justify-content: flex-start;
}
.book_format_changer a{
  width: calc(100% / 2 - 10px);
  max-width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 15px;
  background: #F3F3F3;
  border-radius: 6px;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 16px;
  color: #2f2e38;
  border: 2px solid #f3f3f3;
}
.book_format_changer a span{

}
.book_format_changer a svg{
  max-width: 40px;
  width: 100%;
  max-height: 40px;
}
.book_format_changer a:hover{
  opacity:0.7;
  color: #314d62;
}
.book_format_changer a.active{
  border: 2px solid #314d62;
}
#social_share{
  display: none;
  background: #fff;
  padding: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -250px;
  width: 500px;
  z-index: 100;
  text-align: center;
}
.social_share{
  display: flex;
  flex-direction:column;
}
.social_share ul{
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
}
.social_share li a:hover svg path{
  fill:#314d62;
}
.social_share li a svg{
  width:32px;
  height:32px;
}
.main_about_info p.zsu_text{
  margin-top: 20px;
}
.e_book_switcher,
.book_format_changer{
  display:none!important;
}
.f_payments{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1800px) {

  .side_r {
    width: 175px;
    height: 110px;
  }
}
@media screen and (max-width: 1400px) {
  .go_top {
    right: 10px;
  }
  .side_r {
    width: 175px;
    height: 110px;
  }
  .main_about{
    margin-top:-100px;
  }
}
@media screen and (max-width: 1199px) {
  .side_t{
    width: 100px;
    height: 100px;
  }
  .h_logo {
    margin-right: 50px;
  }
  .main_about__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .main_about {
    padding: 35px 0px 125px 0px;
  }
  .header_r{
    width: 200px;
    height: 105px;
  }
  .header_l{
    width: 220px;
    height: 105px;
  }
  .f_top_t,
  .f_top {
    padding: 10px 0px;
  }
  .main_banner__info h1 {
    font-size: 36px;
  }
  .main_banner__info {
    padding-right: 40px;
  }
  .f_top_title {
    margin-bottom: 25px;
  }
  .f_bottom_wrap {
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
  .f_bottom_right {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_bottom_right img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .f_bottom_info {
    margin-bottom: 25px;
    max-width: 100%;
  }
  .f_top_title {
    max-width: 100%;
    font-size: 32px;
  }
  .f_top_nav_list li a{
    font-size:16px;
  }
  .main_banner__info_bottom .name_banner {
    font-size: 20px;
    line-height: 26px;
  }
  .main_banner__info_bottom .price_banner{
    font-size:26px;
  }
  .main_link{
    padding:10px 15px;
  }
}
@media screen and (max-width: 991px) {
  .f_top_nav ul{
    justify-content:center;
  }
  .main_about{
    overflow:hidden;
    margin-top:-125px;
  }
  .main_about_img_small img {
    max-width: 450px;
    margin: -50px auto 0px auto;
    display: block;
  }
  .f_top_contacts{
    justify-content: center;
    align-items: center;
  }
  .f_top_wrap {
    flex-direction: column;
  }
  .main_banner__info_bottom .name_banner{
	font-size: 22px;
    line-height: 28px;		
  }
	.main_banner__info_bottom .main_link_banner{
		
    min-height: 50px;
	}
	.main_banner__info_bottom .price_banner{
		font-size:24px;
	}
	body.active_footer footer {
    margin-bottom: 70px;
}
  .main_review_wrap_body{
    margin: 50px 0 50px 0;
    font-size: 18px;
  }
  .main_review_wrap_body:after{
    width: 80px;
    height: 70px;
    left: 5px;
  }
  .main_review_wrap_body:before{
    width: 80px;
    height: 70px;
    right: 0px;
  }
  .slick_arrow{
    display: none!important;
  }
  .menu_toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    background: none;
    padding: 0;
    border: none;
  }
  .menu_toggle svg {
    width: 100%;
    max-width: 30px;
  }
  .menu_toggle svg path {
    fill: #fff;
  }
  .main_magazine_list li {
    width: calc(50% - 36px);
  }
  .main_review {
    margin-bottom: 50px;
  }
  .main_magazine {
    margin-bottom: 50px;
  }
  .main_about_wrap {
    flex-direction: column;
    align-items: center;
  }
  .main_about_info {
    max-width: 100%;
    padding-left: 0;
  }
  .main_banner_wrap {
    flex-direction: column;
    align-items: center;
  }
  .main_banner__info {
    order: 2;
    padding-right: 0;
  }
  .h_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #2f2e38;
    height: 100vh;
    transition: .3s;
    transform: translateY(-110%);
  }
  .h_nav.active {
    transform: none;
  }
  .h_nav_list {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 100%;
    padding: 50px 15px 50px 15px;
  }
  .h_nav_list li a {
    font-size: 24px;
  }
  .h_nav_list li:not(:last-child) {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .price {
    font-size: 24px;
  }
  .main_link {
    font-size: 18px;
    padding: 10px 25px;
  }
  .main_banner__img {
    margin: 0;
  }
  .close_menu {
    display: flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    padding: 0;
    top: 10px;
  }
  .close_menu svg {
    width: 100%;
    max-width: 30px;
  }
  .close_menu svg path {
    fill: #fff;
  }
  .e_book_switcher label{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body{
    margin-top:0px;
  }
  header{
    position:relative;
  }
  .header_l {
    width: 105px;
    height: 40px;
  }
  .header_r {
    width: 100px;
    height: 50px;
  }
  .main_about{
    margin-top:0px;
  }
  .side_r,
  .side_t,
  .side_l{
    display:none;
  }
  #social_share{
    left: 10px;
    margin: -200px 0 0 0px;
    width: calc(100% - 20px);
  }
	.main_banner__info_bottom .name_banner{
		display:none;
  }
  .main_banner__info_bottom .price_banner{
	 font-size:26px;
  }
	 body.active_footer footer {
    margin-bottom: 51px;
  }
	.main_banner__info_bottom{
		gap: 20px;
		padding: 5px;
	}
	.main_banner__info_bottom .main_link_banner{
		min-height:40px;
	}
	.page_title{
		font-size:24px;
}
.gaslo {
    font-size: 26px;
    margin: 25px auto;
}
	.thanks_text_big {
    margin-bottom: 34px;
    font-size: 36px;
	}
	.main_about__title{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.main_about_info p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight:300;
  }
  .main_about {
      padding: 25px 0;
      margin-bottom: 0px;
  }
  .basket{
    bottom: 100px;
    right: 10px;
    top:auto;
    border:1px solid #fff;
  }
  .f_top_nav ul{
    flex-direction: column;
    gap: 10px;
  }
  .f_bottom_info{
    margin-bottom:10px;
  }
  .main_magazine_list li{
    font-size:18px;
  }
  .f_bottom_info p{
    font-size:14px;
  }
  header{
    padding: 20px 0;	
  }
  .book_name_logo {
      font-size: 22px;
      line-height: 28px;
      font-weight: 400;
  }
  .book_name {
    font-size: 16px;
    line-height: 32px;
  }
  .book_author {
    font-size: 20px;
    line-height: 30px;
  }
  .main_banner__info h1{
    font-size: 28px;
  }
  .f_top_contacts p{
    font-size: 20px;
  }
  .main_banner {
    padding-bottom: 35px;
  }
  .main_about_wrap {
    align-items: flex-start;
  }
  .main_review_wrap_author span {
    font-size: 20px;
  }
  .main_magazine_title {
    font-size: 24px;
  }
  .main_magazine_list li {
    width: calc(100% - 36px);
  }
  .main_banner {
    padding-top: 145px;
  }
  .main_about_social {
    padding-top: 20px;
  }  
  .book_name_logo img{
    max-width:200px;
  }
}

@media screen and (max-width: 560px) {
  .main_about_info p {
    font-size: 15px;
    line-height: 20px;
  }
  .header_r {
    width: 55px;
    height: 30px;
  }
  .header_l {
    width: 50px;
    height: 25px;
  }
  .main_about_img.main_about_img_small{
    display:none;
  }
}