html {
  font-family: "NAMU", sans-serif;
  font-weight: 400;
  background: #000;
}

html body {
  background: #000 !important;
}

button, textarea {
  font-family: "NAMU", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1257px;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
  justify-content: center;
}

header {
  width: 100%;
  margin-top: 39px;
}
body.home header{
  padding-top: 89px;
  margin-top: 0;
}
header .inside {
  width: 100%;
  /* border-radius: 37.034px;
  border: 1px solid #FFF; */
  background: rgba(255, 255, 255, 0.01);
  padding: 28px 110px 28px 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.home header .inside{
  border-color: #000;
}
header .inside .logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}
header .inside .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .inside .menu li {
  margin-left: 64px;
}
header .inside .menu li:first-child {
  margin-left: 0;
}
header .inside .menu li a {
  color: #FFF;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-size: 21.649px;
  line-height: 96%;
  letter-spacing: -0.649px;
}
.home header .inside .menu li a{
  color: #000;
}
header .inside .buy_red_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 21.649px;
  line-height: 96%;
  letter-spacing: -0.649px;
  padding: 9px 46px;
  border-radius: 20px;
  background: #DC5242;
  padding-bottom: 13px;
}

header .inside .buy_red_btn:hover{
  background: #f66656;
}

.main_section {
  width: 100%;
  padding-top: 30px;
}
.main_section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_section .left_cont {
  width: 100%;
  max-width: 600px;
}
.main_section .left_cont .title {
  width: 100%;
  color: #FFF;
  font-size: 106px;
  line-height: 150%;
  letter-spacing: -2.332px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Unbounded;
}
.home .main_section .left_cont .title,.home .main_section .left_cont .text{
  color: #000;
}

.home .main_section .buy_btn{
  color: #000;
  border-color: #000;
}

.home .main_section .buy_btn:hover{
  background: #000;
  color: #fff;
}

.home .main_section{
  padding-bottom: 40px;
}


.main_section .left_cont .text {
  width: 100%;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.456px;
  max-width: 533px;
  margin-bottom: 112px;
}
.main_section .right_cont {
  width: 100%;
  max-width: 718px;
  margin-right: -150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main_section .right_cont img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.main_section .right_cont::before {
  content: "";
  position: absolute;
  background: url(../img/img2.png) top center no-repeat;
  background-size: contain;
  width: 576px;
  height: 489px;
  top: 200px;
  left: 3px;
  z-index: 1;
}
.main_section .right_cont .mob_img {
  display: none;
}

.buy_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: -0.6px;
  padding: 32px 15px;
  width: 100%;
  max-width: 253px;
  border-radius: 40px;
  border: 1px solid #FFF;
}

.buy_btn:hover{
  background: #fff;
  color: #000;
}

.manual_section {
  width: 100%;
  padding-top: 123px;
}
.manual_section .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.manual_section.manual_section_main {
  padding-top: 0;
}
.manual_section.manual_section_main .right_cont {
  padding-right: 20px;
  padding-left: 0;
  padding-top: 0;
}
.manual_section .left_cont {
  width: 100%;
  max-width: 359px;
  height: 655.234px;
  position: relative;
}
.manual_section .left_cont img {
  width: 603px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.manual_section_main2 .left_cont img {
  width: 521px;
  position: absolute;
  top: 12px;
  left: 30%;
  transform: translateX(-50%);
}
.manual_section .left_cont .mob_img {
  display: none;
}
.manual_section .right_cont {
  width: calc(100% - 359px);
  padding-left: 30px;
  padding-top: 23px;
  position: relative;
  z-index: 2;
}
.manual_section .right_cont .title {
  width: 100%;
  color: #FFF;
  font-size: 52px;
  line-height: 150%;
  letter-spacing: -1.144px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Unbounded;
}
.manual_section .right_cont .text {
  width: 100%;
  max-width: 704px;
  color: #C8C8C8;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.38px;
  margin-bottom: 42px;
}

.manual_section .right_cont .text  span{
  font-size: 24px;
}


.about_author {
  width: 100%;
  padding-top: 100px;
}
.about_author .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.about_author .container .left_cont {
  width: 100%;
  max-width: 359px;
  position: relative;
}
.about_author .container .left_cont img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: -20px;
}
.about_author .container .left_cont .img_mob{
  display: none;
}
.about_author .container .right_cont {
  width: calc(100% - 359px);
  border-radius: 43.448px;
  border: 1.173px solid #FFF;
  background: rgba(255, 255, 255, 0.02);
  padding: 43px 13px 38px 34px;
  position: relative;
  margin-right: -20px;
}
.about_author .container .right_cont::before {
  content: "";
  position: absolute;
  width: 322px;
  height: 322px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  top: 100px;
  left: -20px;
  z-index: 1;
}
.about_author .container .right_cont .title {
  width: 100%;
  color: #FFF;
  font-size: 65px;
  line-height: 150%;
  letter-spacing: -1.43px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  font-family: Unbounded;
}
.about_author .container .right_cont ul {
  width: 100%;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
.about_author .container .right_cont ul li {
  width: 100%;
  position: relative;
  padding-left: 28px;
  color: #C8C8C8;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.304px;
  margin-bottom: 18px;
}
.about_author .container .right_cont ul li:last-child {
  margin-bottom: 0;
}
.about_author .container .right_cont ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url("../img/img3.svg") top center no-repeat;
  background-size: contain;
}

.interviews_section {
  width: 100%;
  margin-top: 281px;
  padding-top: 268px;
  position: relative;
}
.interviews_section.interviews_section_modd {
  margin-top: 96px;
}
.interviews_section .container {
  max-width: 1470px;
}
.interviews_section::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 709px;
  height: 709px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #DC5242;
  border-radius: 50%;
}
.interviews_section .inside {
  width: 100%;
  background: url("../img/img8.png") top center no-repeat;
  background-size: cover;
  padding-top: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}
.interviews_section .inside::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 277px;
  height: 277px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  top: -61px;
  z-index: 1;
}
.interviews_section .inside .title {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 65px;
  line-height: 150%;
  letter-spacing: -1.43px;
  margin-bottom: 73px;
  position: relative;
  z-index: 2;
}

.interviews_section .inside .title span{
  font-family: Unbounded;
}
.interviews_section .inside .videos {
  width: 100%;
  max-width: 1270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.interviews_section .inside .videos .block {
  width: calc(33.33% - 53.3333333333px);
}
.interviews_section .inside .videos .block iframe {
  width: 100%;
  height: 217px;
  object-fit: cover;
}
.interviews_section .inside .arrows_cont {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin-bottom: 83px;
}
.interviews_section .inside .arrows_cont .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.interviews_section .inside .footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.interviews_section .inside .footer .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.interviews_section .inside .footer .menu li {
  margin: 0 35px;
}
.interviews_section .inside .footer .menu li a {
  color: #FFF;
  text-align: center;
  font-size: 21.649px;
  line-height: 96%;
  letter-spacing: -0.649px;
}
.interviews_section .inside .footer .soc_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 108px;
}
.interviews_section .inside .footer .soc_list li {
  margin: 0 12px;
}
.interviews_section .inside .footer .soc_list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.interviews_section .inside .footer .copyright_item {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.48px;
}

.about_sales {
  width: 100%;
  padding-top: 148px;
}
.about_sales .container{
  max-width: 1077px;
}
.about_sales .title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: -0.99px;
  margin-bottom: 38px;
  font-family: Unbounded;
}
.about_sales .top_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_sales .top_area .block {
  width: 100%;
  max-width: 460px;
}
.about_sales .top_area .block .title_block {
  width: 100%;
  color: #DC5242;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.704px;
  min-height: 96px;
}
.about_sales .top_area .block .text {
  width: 100%;
  color: #C8C8C8;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.176px;
}
.about_sales .bottom_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 54px;
  position: relative;
}
.about_sales .bottom_area::before {
  content: "";
  position: absolute;
  width: 322px;
  height: 322px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  top: -177px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.about_sales .bottom_area .block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.about_sales .bottom_area .block .title_block {
  width: 100%;
  color: #DC5242;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.704px;
  margin-bottom: 9px;
}
.about_sales .bottom_area .block .text {
  width: 100%;
  color: #C8C8C8;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.176px;
}

.clients_section {
  width: 100%;
  margin-top: 105px;
  position: relative;
}
.clients_section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.clients_section .container::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(150px);
  border-radius: 50%;
  top: -95px;
  left: 0;
  z-index: 1;
}
.clients_section .container::after {
  content: "";
  position: absolute;
  width: 383px;
  height: 388px;
  background: url("../img/img26.png") top center no-repeat;
  background-size: cover;
  bottom: -289px;
  z-index: 1;
  right: -102px;
}
.clients_section .title {
  width: 100%;
  color: #FFF;
  font-size: 65px;
  line-height: 150%;
  letter-spacing: -1.43px;
  text-align: center;
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
  font-family: Unbounded;
}
.clients_section .slider_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1097px;
  position: relative;
  z-index: 2;
}
.clients_section .slider_wrap .arrow {
  display: flex;
}
.clients_section .slider_wrap .slider {
  width: 100%;
  max-width: 900px;
  margin-left: -14px;
  margin-right: -14px;
}
.clients_section .slider_wrap .slider .slick-slide {
  margin: 0 14px;
}
.clients_section .slider_wrap .slider .slick-slide div {
  width: 100%;
}
.clients_section .slider_wrap .slider .slick-slide .img {
  max-width: 100%;
}

.for_whom_book {
  width: 100%;
  padding-top: 105px;
}
.for_whom_book .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.for_whom_book .title {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 65px;
  line-height: 150%;
  letter-spacing: -1.43px;
  margin-bottom: 68px;
  font-family: Unbounded;
}
.for_whom_book .wrap {
  width: 100%;
  max-width: 519px;
}
.for_whom_book .wrap .block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.for_whom_book .wrap .block .img {
  width: 110px;
}
.for_whom_book .wrap .block:last-child {
  margin-bottom: 0;
}
.for_whom_book .wrap .block .right_cont {
  width: 100%;
  max-width: 300px;
}
.for_whom_book .wrap .block .right_cont .title_block {
  width: 100%;
  color: #FFF;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-bottom: 14px;
}
.for_whom_book .wrap .block .right_cont .text {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.176px;
}

.what_learn_section {
  width: 100%;
  padding-top: 105px;
  position: relative;
  padding-bottom: 105px;
}
.what_learn_section::before {
  content: "";
  position: absolute;
  width: 1314px;
  height: 1223px;
  background: url("../img/img32.png") top center no-repeat;
  background-size: contain;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.what_learn_section .container {
  position: relative;
  z-index: 2;
}
.what_learn_section .title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 65px;
  line-height: 150%;
  letter-spacing: -1.43px;
  margin-bottom: 75px;
  font-family: Unbounded;
}
.what_learn_section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what_learn_section .wrap {
  width: 100%;
  max-width: 756px;
  position: relative;
}
.what_learn_section .wrap .img {
  max-width: 100%;
  border-radius: 40px;
}
.what_learn_section .wrap .line, .what_learn_section .wrap .line_mob {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.what_learn_section .wrap .line_mob {
  display: none;
}
.what_learn_section .wrap .img_mob {
  display: none;
}

.be_first_reader {
  width: 100%;
  position: relative;
  z-index: 3;
}
.be_first_reader .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.be_first_reader .title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 65px;
  line-height: 150%;
  letter-spacing: -1.43px;
  margin-bottom: 20px;
  font-family: Unbounded;
}
.be_first_reader .text {
  width: 100%;
  max-width: 865px;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: -0.275px;
  text-transform: lowercase;
  margin-bottom: 47px;
  position: relative;
}
.be_first_reader .text::before {
  content: "";
  position: absolute;
  width: 383px;
  height: 388px;
  background: url("../img/img33.png") top center no-repeat;
  background-size: cover;
  top: -4px;
  right: -150px;
  z-index: 0;
}
.be_first_reader .buy_btn {
  position: relative;
  z-index: 2;
}

.book_wrapper header .inside {
  padding: 18px 25px;
}

.woocommerce img, .woocommerce-page img{
  max-width: none;
}

header .container_white .inside .logo{
  color: #000;
  font-family: HelveticaNeueCyr;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 82.776% */
}

.main_section_white{
  background: #fff;
}

html{
  margin-top: 0 !important;
}

body.home header{
  background: #fff;
}

.responsive_wrapper{
  display: none;
}

.page-id-109 header .inside{
  padding: 18px 25px 18px 45px;
}

.home .responsive_wrapper,.page-template-page-thank-you-custom .responsive_wrapper{
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transform: translateX(120%);
  transition: 0.3s;
  overflow-y: auto;
}
.home .responsive_wrapper .inside, .page-template-page-thank-you-custom .responsive_wrapper .inside {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px;
  padding-bottom: 136px;
  padding-top: 63px;
}
.home .responsive_wrapper .inside .close_menu, .page-template-page-thank-you-custom .responsive_wrapper .inside .close_menu {
  position: absolute;
  display: inline-flex;
  padding: 0;
  background: none;
  top: 19px;
  right: 10px;
  transform: rotate(45deg);
}
.home .responsive_wrapper .inside .nav,.page-template-page-thank-you-custom .responsive_wrapper .inside .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home .responsive_wrapper .inside .nav li,.page-template-page-thank-you-custom .responsive_wrapper .inside .nav li {
  width: 100%;
  margin-bottom: 15px;
}
.home .responsive_wrapper .inside .nav li:last-child,.page-template-page-thank-you-custom .responsive_wrapper .inside .nav li:last-child {
  margin-bottom: 0;
}
.home .responsive_wrapper .inside .nav li a,.page-template-page-thank-you-custom .responsive_wrapper .inside .nav li a {
  display: inline-flex;
  color: #1E1E1E;
  font-size: 16px;
}
.home .responsive_wrapper .inside .soc_list,.page-template-page-thank-you-custom .responsive_wrapper .inside .soc_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.home .responsive_wrapper .inside .soc_list li,.page-template-page-thank-you-custom .responsive_wrapper .inside .soc_list li{
  margin: 0 10px;
}
.home .responsive_wrapper .inside .soc_list li a,.page-template-page-thank-you-custom .responsive_wrapper .inside .soc_list li a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.home header .open_menu,.page-template-page-thank-you-custom header .open_menu{
  background: none;
  display: none;
}



html body{
  overflow-x: hidden;
}

.thank-you_wrap{
  width: 100%;
  background: #000;
  padding: 200px 0;
}

.thank-you_wrap h1{
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 120%;
  color: #fff;
}

.page-template-page-thank-you-custom header .container_white .inside .logo{
  color: #fff;
}

.woocommerce-order-pay{
  opacity: 0;
  visibility: hidden;
  z-index: -10000;
}

.manual_section .right_cont .wrap,.be_first_reader .wrap{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.be_first_reader .wrap{
  justify-content: center;
}

.manual_section .right_cont .wrap .buy_btn,.be_first_reader .wrap .buy_btn{
  margin-right: 31px;
}

.manual_section .right_cont .wrap .prices,.be_first_reader .wrap .prices{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.manual_section .right_cont .wrap .prices .curr_price,.be_first_reader .wrap .prices .curr_price{
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin-right: 5px;
}

.manual_section .right_cont .wrap .prices .old_price,.be_first_reader .wrap .prices .old_price{
  position: relative;
  color: #D9D9D9;
  font-size: 26px;
  margin-left: 5px;
}

.manual_section .right_cont .wrap .prices .old_price::before,.be_first_reader .wrap .prices .old_price::before{
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #DC5242;
  top: 50%;
  transform: translateY(-50%);
}

/**/

.container_wrap_footer{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .phone .free{
  color: #C4C4C4;
  font-size: 15px;
  margin-top: 0;
}
.container_wrap_footer .logo{
  font-size: 16px;
}
.rights_low{
  width: 100%;
  color: #C4C4C4;
  font-size: 15px;
  margin: 0;
}
.soc_column .rights_low{
  display: none;
}
footer .standart_column .footer-nav-title:first-child{
  text-transform: none !important;
  font-weight: 600;
  margin-bottom: 23px;
  letter-spacing: 0.9px;
}
.soc_column{
  padding-top: 6px;
}
footer .location{
  margin-bottom: 45px;
}
footer .footer-nav ul li::before{
  width: 5px;
  height: 5px;
  background: #fff;
  left: 2px;
  top: 7px;
}
footer .footer-nav ul li{
  padding-left: 19px;
}
.boneventer{
  pointer-events: none;
}
.footer-nav li a{
  font-weight: 300;
}
.steps-to-data ul li .step-one{
  cursor: pointer;
}
.main-header.fixed .main-nav ul ul li:last-child {
  display: block !important;
}
footer .social{
  display: flex;
}
.location a{
  text-decoration: underline;
  font-size: 15px;
}
.container_wrap_footer .logo {
  font-size: 16px;
  margin-bottom: 30px;
  display: inline-flex;
}

footer .logo .top, footer .logo .bottom {
  color: #fff !important;
  opacity: 1;
}

footer .phone a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  padding-left: 42px;
  color: #FFFFFF;
}

footer .phone .free {
  color: #C4C4C4;
  font-size: 15px;
  margin-top: 0;
  margin-left: 42px;
  font-weight: 400;
  line-height: 18px;
}

footer .phone a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  width: 23px;
  height: 23px;
  background: url(/wp-content/themes/books/img/phone.svg) no-repeat top center;
}

footer .phone {
  margin-bottom: 23px;
}

footer .location::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/books/img/loc.svg) no-repeat top center;
}

footer .location {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  position: relative;
  padding-left: 42px;
}

footer .footer-nav-title:first-child {
  color: #FFFFFF !important;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

footer .footer-nav-title a {
  color: #FFFFFF !important;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

footer .footer-nav ul {
  margin-bottom: 27px;
  padding-left: 0px;
  list-style: none;
}

footer .footer-nav ul li {
  padding-left: 19px;
  font-size: 14px;
  margin-bottom: 11px;
  position: relative;
}

.footer-nav li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

footer .footer-nav ul li::before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #DC5242;
  border-radius: 100px;
}

footer .footer-nav ul li::before {
  width: 5px;
  height: 5px;
  background: #fff;
  left: 2px;
  top: 7px;
}

footer .social {
  display: flex;
}

footer .social li {
  display: inline-block;
  margin-right: 27px;
}

footer .social li:last-child {
  margin-right: 0;
}

footer{
  padding-top: 40px;
  padding-bottom: 40px;
}

.animate_block_new_custom {
  position: relative;
  height: 200px;
  width: 4820px;
  left: -2000px;
  background: url(https://krupkin.pro/wp-content/themes/krupkin/img/logos_slider_new22.png) repeat-x left center;
  animation: kekAnim 70s infinite linear;
  backface-visibility: hidden;
  background-size: auto 200px;
}

@keyframes kekAnim {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(1800px) translateY(0px) rotate(0deg);
    animation-timing-function: linear;
  }
  100% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
}
