@media screen and (max-width: 1199px) {
  .manual_section .right_cont .title {
    font-size: 40px;
  }
  .manual_section .right_cont .title br {
    display: none;
  }
  .about_author .container .left_cont img {
    margin-left: 0;
  }
  .about_author .container .right_cont {
    width: calc(100% - 400px);
    margin-right: 0;
  }
  .manual_section {
    padding-top: 0;
  }
  .main_section .left_cont .title {
    font-size: 70px;
  }
  .interviews_section {
    margin-top: 100px;
    padding-top: 120px;
  }
  .interviews_section .inside .title {
    font-size: 40px;
  }
  .manual_section.manual_section_main {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  header {
    margin-top: 30px;
  }
  body.home header{
    padding-top: 30px;
    margin-top: 0;
    position: relative;
    z-index: 5;
  }
  header .inside {
    padding: 0;
    border: none;
  }
  header .inside .menu {
    display: none;
  }
  .main_section .container {
    flex-direction: column;
    align-items: center;
  }
  .main_section .container .left_cont {
    order: 2;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_section .right_cont {
    margin-right: 0;
    position: relative;
    height: 350px;
    z-index: 1;
  }
  .main_section .right_cont::before {
    display: none;
  }
  .main_section .right_cont .img {
    display: none;
  }
  .main_section .right_cont .mob_img {
    display: block;
    width: 500px;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateX(-50%) translateY(-50%);
  }
  .main_section .left_cont .title {
    text-align: center;
    font-size: 45px;
    margin-bottom: 14px;
  }
  .main_section .left_cont .text {
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 36px;
  }
  .buy_btn {
    padding: 14px;
    line-height: initial;
    padding-top: 11px;
  }
  .manual_section .container {
    flex-direction: column;
    align-items: center;
  }
  .manual_section .left_cont img {
    display: none;
  }
  .manual_section .left_cont .mob_img {
    display: block;
    width: 450px;
  }
  .manual_section.manual_section_main{
    padding-top: 50px;
  }
  .manual_section .left_cont {
    max-width: 314px;
    height: 387px;
  }
  .manual_section .right_cont {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .manual_section .right_cont .title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 21px;
    line-height: 110%;
  }
  .manual_section .right_cont .text {
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
  }
  .about_author .container {
    flex-direction: column;
    align-items: center;
  }
  .about_author .container .left_cont {
    height: 600px;
  }
  .about_author .container .left_cont img {
    top: 0;
    transform: translateX(-50%);
  }
  .about_author {
    padding-top: 50px;
  }
  .about_author .container .right_cont {
    width: 100%;
    padding: 29px 30px;
  }
  .about_author .container .right_cont .title {
    font-size: 35px;
    text-align: center;
  }
  .about_author .container .right_cont ul li {
    font-size: 12px;
  }
  .about_author .container .right_cont ul li::before {
    width: 16px;
    height: 16px;
  }
  .interviews_section {
    margin-top: 120px;
    padding-top: 148px;
  }
  .interviews_section::before {
    width: 393px;
    height: 393px;
  }
  .interviews_section .inside {
    padding-top: 37px;
    padding-bottom: 100px;
  }
  .interviews_section .inside .title {
    font-size: 35px;
    margin-bottom: 38px;
  }
  .interviews_section .inside .videos {
    display: block;
  }
  .interviews_section .inside .videos .block {
    width: 100%;
  }
  .interviews_section .inside .videos .block iframe {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .interviews_section .inside .arrows_cont {
    display: flex;
  }
  .interviews_section .inside .footer .menu {
    flex-direction: column;
    align-items: center;
    margin-bottom: 51px;
  }
  .interviews_section .inside .footer .menu li {
    margin-bottom: 7px;
  }
  .interviews_section .inside .footer .menu li:last-child {
    margin-bottom: 0;
  }
  .interviews_section .inside .footer .soc_list {
    margin-bottom: 38px;
  }
  .about_sales .title, .clients_section .title, .for_whom_book .title, .what_learn_section .title, .be_first_reader .title {
    font-size: 35px;
  }
  .about_sales {
    padding-top: 35px;
  }
  .clients_section {
    margin-top: 90px;
  }
  .for_whom_book {
    padding-top: 72px;
  }
  .what_learn_section {
    padding-top: 127px;
    padding-bottom: 110px;
  }
  .about_sales .top_area .block .title_block, .about_sales .bottom_area .block .title_block {
    font-size: 20px;
    min-height: initial;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
  }
  .about_sales .top_area .block .title_block::before, .about_sales .bottom_area .block .title_block::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #DC5242;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .about_sales .top_area, .about_sales .bottom_area {
    flex-direction: column;
    align-items: flex-start;
  }
  .about_sales .top_area .block, .about_sales .bottom_area .block {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about_sales .top_area .block .text br, .about_sales .bottom_area .block .text br {
    display: none;
  }
  .about_sales .top_area .block .text {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.154px;
  }
  .about_sales .bottom_area {
    margin-top: 0;
  }
  .clients_section .slider_wrap .slider {
    max-width: 600px;
  }
  .for_whom_book .wrap .block {
    margin-bottom: 50px;
    align-items: flex-start;
  }
  .for_whom_book .wrap .block .img {
    width: 74px;
  }
  .for_whom_book .wrap {
    max-width: 400px;
  }
  .home .responsive_wrapper{
    display: block;
  }
  body.home.active .responsive_wrapper {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .home header .open_menu{
    display: block;
  }
  .manual_section_main2 .left_cont img{
    top: -130px;
    left: 50%;
  }
  .container_wrap_footer{
    flex-direction: column;
    align-items: flex-start;
  }
  .rights_low{
    display: none;
  }
  .soc_column .rights_low{
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .interviews_section .inside {
    background: url("../img/img16.png") top center no-repeat;
    background-size: cover;
  }
  .interviews_section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .interviews_section .inside .videos, .interviews_section .inside .arrows_cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .inside .buy_red_btn {
    display: none;
  }
  .manual_section.manual_section_main .right_cont {
    order: 2;
  }
  .clients_section .slider_wrap .slider {
    max-width: 211px;
    margin-left: 0;
    margin-right: 0;
  }
  .clients_section .slider_wrap .slider .slick-slide {
    margin: 0;
  }
  .manual_section_main .left_cont .mob_img {
    top: -50px;
  }
  .what_learn_section .wrap .img {
    border-radius: 20px;
  }
  .what_learn_section .wrap .img {
    display: none;
  }
  .what_learn_section .wrap .img_mob {
    display: block;
    max-width: 100%;
  }
  .what_learn_section .wrap .line {
    display: none;
  }
  .what_learn_section .wrap .line_mob {
    display: block;
  }
  .about_sales .title, .clients_section .title, .for_whom_book .title, .what_learn_section .title, .be_first_reader .title {
    line-height: 100%;
    letter-spacing: -0.77px;
  }
  .for_whom_book .wrap .block .right_cont {
    padding-left: 20px;
  }
  .be_first_reader .buy_btn {
    z-index: 3;
  }
  .be_first_reader .text {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.198px;
  }
  .interviews_section.interviews_section_modd {
    margin-top: 100px;
  }
  header .container_white .inside .logo,header .inside .logo{
    font-size: 12px;
  }
  .home .main_section{
    padding-top: 0;
  }
  .about_author .container .left_cont .img{
    display: none;
  }
  .about_author .container .left_cont .img_mob{
    display: block;
  }
  .page-id-109 header .inside{
    padding: 0;
  }
  .manual_section_main2 .left_cont img{
    top: -115px;
  }
  .thank-you_wrap h1{
    font-size: 22px;
  }
  .thank-you_wrap{
    padding: 120px 0;
  }
  .manual_section .right_cont .wrap,.be_first_reader .wrap{
    flex-direction: column;
    align-items: center;
  }
  .manual_section .right_cont .wrap .buy_btn,.be_first_reader .wrap .buy_btn{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .manual_section .right_cont .wrap .prices .curr_price,.be_first_reader .wrap .prices .curr_price{
    font-size: 28px;
  }
  .manual_section .right_cont .wrap .prices .old_price,.be_first_reader .wrap .prices .old_price{
    font-size: 22px;
  }
}