@import "../fonts/fonts.css";
html {
  scroll-behavior: smooth;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.clearfix {
  clear: both;
}
.hidden {
  display: none !important;
}
.red-heading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #1d72b8;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .red-heading {
    margin-bottom: 30px!important;
  }
}
@media (max-width: 500px) {
  .red-heading {
    font-size: 27px;
    line-height: 35px;
  }
}
.red-heading i {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  bottom: 5px;
  z-index: -1;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: 0.01em;
  opacity: 0.3;
  text-shadow: 1px 1px 0 #1d72b8, -1px -1px 0 #1d72b8, -1px 1px 0 #1d72b8, 1px -1px 0 #1d72b8;
}
.red-heading h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  bottom: 5px;
  z-index: -1;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: 0.01em;
  opacity: 0.3;
  text-shadow: 1px 1px 0 #1d72b8, -1px -1px 0 #1d72b8, -1px 1px 0 #1d72b8, 1px -1px 0 #1d72b8;
}
body main .author .red-heading h2 {
    text-align: left;
}
@media (max-width: 991px) {
  .red-heading i {
    left: 10px;
    bottom: 20px;
    font-size: 45px;
    line-height: 60px;
  }
  .red-heading h2 {
    left: 10px;
    bottom: 20px;
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 500px) {
  .red-heading i {
    display: none;
  }
  .red-heading h2 {
    display: none;
  }
}
.white-heading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .white-heading {
    margin-bottom: 30px!important;
  }
}
@media (max-width: 500px) {
  .white-heading {
    font-size: 27px;
    line-height: 35px;
  }
}
.white-heading i {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  bottom: 5px;
  z-index: -1;
  color: #1d72b8;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: 0.01em;
  opacity: 0.3;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}
.white-heading h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  bottom: 5px;
  z-index: -1;
  color: #1d72b8;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: 0.01em;
  opacity: 0.3;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}
@media (max-width: 991px) {
  .white-heading h2 {
    left: 10px;
    bottom: 20px;
    font-size: 45px;
    line-height: 60px;
  }
  .white-heading i {
    left: 10px;
    bottom: 20px;
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 500px) {
  .white-heading i {
    display: none;
  }
  .white-heading h2 {
    display: none;
  }
}
.orange-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 40px;
  color: #fff;
  background-color: #1d72b8;
  border: 1px solid #1d72b8;
  border-radius: 55px;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (max-width: 1360px) {
  .orange-btn {
    display: inline-block;
    padding: 15px;
  }
}
@media (max-width: 560px) {
  .orange-btn {
    margin-bottom: 10px;
  }
}
.orange-btn:hover {
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s;
  color: #1d72b8;
}
.accordion-mobile-title {
  font-size: 28px;
  line-height: 1.8;
}
body {
  font-family: Montserrat;
  background-color: #fff;
  color: #252525;
  background-image: url("../img/hero_bg3.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
body header .container .header-menu {
  margin: 30px 0;
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  body header .container .header-menu {
    width: 100%;
    display: block;
    text-align: center;
  }
}
body header .container .header-menu .logo {
  width: 85px;
  height: auto;
  margin-right: 120px;
}
@media (max-width: 500px) {
  body header .container .header-menu .logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body header .container .header-menu .link1 {
  padding-left: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-right: 50px;
  color: #252525;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  body header .container .header-menu .link1 {
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
body header .container .header-menu .link1:before {
  content: '';
  display: inline-block;
  background-image: url("../img/square-bohdan-logo.png");
  background-repeat: no-repeat;
  width: 63px;
  height: 85px;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: -12px;
}
@media (max-width: 540px) {
  body header .container .header-menu .link1:before {
    display: none;
  }
}
body header .container .header-menu .link1 i {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url("../img/iphone-home-blue.png");
  background-size: contain;
  margin-right: 10px;
  margin-bottom: -4px;
}
body header .container .header-menu .link2 {
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #252525;
}
@media (max-width: 768px) {
  body header .container .header-menu .link2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  body header .container .header-menu .link2 {
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
body header .container .header-menu .link2 i {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url("../img/dashicons_book-blue.png");
  background-size: contain;
  margin-right: 10px;
  margin-bottom: -4px;
}
body main {
  overflow: hidden;
}
body main .first .container {
  padding-bottom: 150px;
}
@media (max-width: 500px) {
  body main .first .container {
    padding-bottom: 80px;
  }
}
body main .first .main-book {
  margin-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  body main .first .main-book {
    margin-top: 0;
  }
}
body main .first .main-book .top-heading {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #707070;
}
@media (max-width: 500px) {
  body main .first .main-book .top-heading {
    text-align: center;
  }
}
body main .first .main-book .red-heading {
  font-family: e-Ukraine Head;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 50px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 70px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  body main .first .main-book .red-heading {
    margin-top: 60px;
    margin-bottom: 0!important;
  }
}
@media (max-width: 768px) {
  body main .first .main-book .red-heading {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 450px) {
  body main .first .main-book .red-heading {
    text-align: center;
  }
}
body main .first .main-book .red-heading i {
  width: 150%;
  text-align: left;
  left: 0;
  bottom: 20px;
}
body main .first .main-book .red-sub-heading {
  font-family: e-Ukraine Head;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (max-width: 1360px) {
  body main .first .main-book .red-sub-heading {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  body main .first .main-book .red-sub-heading {
    margin-top: 5px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 450px) {
  body main .first .main-book .red-sub-heading {
    text-align: center;
  }
}
@media (max-width: 1100px) {
  body main .first #slick-main {
    display: none;
  }
}
body main .first .slick-list {
  margin-top: -190px;
  padding-top: 170px;
}
body main .first .item-book {
  margin-left: 350px;
  padding: 30px 30px 180px;
  position: relative;
}
@media (max-width: 1400px) {
  body main .first .item-book {
    margin-left: 240px;
  }
}
body main .first .item-book .content {
  padding: 30px;
  max-width: 500px;
  background: #FFFFFF;
  box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  min-height: 255px;
  position: relative;
}
@media (max-width: 1400px) {
  body main .first .item-book .content {
    max-width: 440px;
  }
}
@media (max-width: 1400px) {
  body main .first .item-book .content {
    min-height: 285px;
  }
}
body main .first .item-book .content:before {
  content: '';
  background-color: #1d72b8;
  display: inline-block;
  width: 96%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 2%;
  z-index: -1;
  border-radius: 10px;
  transition: 0.3s;
}
body main .first .item-book .content .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #3A3A3A;
}
body main .first .item-book .buy-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 40px;
  color: #fff;
  background-color: #1d72b8;
  border: 1px solid #1d72b8;
  border-radius: 55px;
  text-transform: uppercase;
  transition: 0.3s;
  position: absolute;
	left: -320px;
    bottom: 150px;
}
body main .first .item-book .buy-btn:hover {
  text-decoration: none;
  background-color: #fff;
  transition: 0.3s;
  color: #1d72b8;
}
@media (max-width: 1360px) {
  body main .first .item-book .buy-btn {
    display: inline-block;
    padding: 15px;
  }
}
@media (max-width: 560px) {
  body main .first .item-book .buy-btn {
    margin-bottom: 10px;
  }
}
body main .first .item-book .book-foto {
  position: absolute;
  right: 0;
  bottom: 140px;
  max-width: 500px;
}
@media (max-width: 1400px) {
  body main .first .item-book .book-foto {
    bottom: 170px;
    max-width: 370px;
  }
}
body main .first .item-book .book-foto img {
  width: 100%;
  height: auto;
}
body main .first .slick-dots {
  width: 320px;
  position: absolute;
  top: 260px;
}
@media (max-width: 1400px) {
  body main .first .slick-dots {
    width: 255px;
  }
}
body main .first .slick-dots li {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  margin-bottom: 5px;
  /*cursor: pointer;*/
}
body main .first .slick-dots li:after {
  content: '';
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  position: absolute;
  font-weight: bold;
  left: 5px;
  top: 3px;
  /*cursor: pointer;*/
}
/*body main .first .slick-dots li:nth-of-type(1) {
  height: 55px;
}*/
body main .first .slick-dots li:nth-of-type(3),
body main .first .slick-dots li:nth-of-type(2),
body main .first .slick-dots li:nth-of-type(1) {
  height: 55px;
}
body main .first .slick-dots li:nth-of-type(1):after{
  content:"\00ab\041f\043e\0441\043b\0443\0445\0430\0447\00bb\0020\041f\0435\0442\0440\0438\0020\0421\0442\0430\0433\043b\0456\043a\043e\0432\043e\0457";
  /* «Послухач» Петри Стаглікової */
}
body main .first .slick-dots li:nth-of-type(2):after{
  content:"\00ab\0412\043f\0443\0441\0442\0438\0020\0442\043e\0433\043e\002c\0020\0445\0442\043e\0020\043f\043e\0442\0440\0456\0431\0435\043d\00bb\0020\0419\043e\043d\0435\0020\0410\0439\0432\0456\0434\0435\0020\041b\0456\043d\0434\043a\0432\0456\0441\0442\0430";
    /* «Впусти того, хто потрібен» Йоне Айвіде Ліндквіста */
}
body main .first .slick-dots li:nth-of-type(3):after{
  content:"\00ab\0420\0456\0439\00bb\0020\0424\0440\0430\043d\043a\0430\0020\0428\0435\0442\0446\0456\043d\0491\0430";
    /* «Рій» Франка Шетцінґа */
}


body main .first .slick-main-container {
	position: relative;
}

body main .first .slick-desktop-title {
  position: absolute;
  left: 20px; 
  top: 200px;
}

@media (max-width: 1100px) {
	body main .first .slick-desktop-title {
		display: none;
	}
}
body main .first .slick-dots li button {
  visibility: hidden;
}
/*body main .first .slick-dots li.slick-active {
  color: #1d72b8;
}*/
body main .first .slick-dots li.slick-active:after {
  font-weight: bold;
}
body main .first .accordion-mobile {
  display: none;
}
@media (max-width: 1100px) {
  body main .first .accordion-mobile {
    display: block;
  }
}
body main .first .accordion-mobile .book-foto {
  text-align: center;
  margin-bottom: 50px;
}
body main .first .accordion-mobile .book-foto img {
  max-width: 100%;
}
body main .first .accordion-mobile .buy-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 40px;
  color: #fff;
  background-color: #1d72b8;
  border: 1px solid #1d72b8;
  border-radius: 55px;
  text-transform: uppercase;
  transition: 0.3s;
}
body main .first .accordion-mobile .buy-btn:hover {
  text-decoration: none;
  transition: 0.3s;
  color: #fff;
}
@media (max-width: 1360px) {
  body main .first .accordion-mobile .buy-btn {
    display: inline-block;
    padding: 15px;
  }
}
@media (max-width: 1100px) {
  body main .first .accordion-mobile .buy-btn {
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
  }
}
body main .first .accordion-mobile .card .card-header {
  padding: 0;
}
body main .first .accordion-mobile .card .card-header button {
  width: 100%;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 20px;
  line-height: 24px;
  color: #1d72b8;
  transition: 0.3s;
}
body main .first .accordion-mobile .card .card-header button:hover {
  text-decoration: none;
  background-color: #1d72b8;
  color: #fff;
  transition: 0.3s;
}
body main .first .accordion-mobile .card .card-header button:focus {
  text-decoration: none;
  background-color: #1d72b8;
  color: #fff;
  transition: 0.3s;
  outline: none;
}
body main .interview {
  background-image: url("../img/interview-bg.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100px 0 80px;
}
@media (max-width: 500px) {
  body main .interview {
    padding: 60px 0 20px;
  }
}
body main .interview .row {
	justify-content: center;
}
body main .interview .item {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  body main .interview .item {
    margin-bottom: 30px;
  }
}
body main .interview .item:hover .image {
  transform: scale(1.05);
  transition: 0.3s;
}
body main .interview .item a {
  display: block;
  text-align: center;
}
body main .interview .item a .image {
  width: 80%;
  margin-bottom: 50px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  body main .interview .item a .image {
    margin-bottom: 30px;
  }
}
@media (max-width: 1360px) {
  body main .interview .item a .image {
    width: 96%;
  }
}
body main .interview .item .orange-btn {
  display: inline-block;
  margin-bottom: 25px;	
}
body main .konkurs {
  background-image: url("../img/orange-bg-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}
body main .konkurs .item {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 80px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  body main .konkurs .item {
    margin-bottom: 50px;
  }
}
body main .konkurs .item:before {
  content: '';
  background-color: #fff;
  display: inline-block;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5%;
  z-index: 0;
  border-radius: 20px;
  transition: 0.3s;
}
body main .konkurs .item:hover:before {
  transition: 0.3s;
  top: 16px;
}
body main .konkurs .item a {
  z-index: 1;
}
body main .konkurs .item a .image {
  width: 100%;
  border-radius: 10px;
}
body main .konkurs .orange-btn {
  background-color: #fff;
  color: #1d72b8;
  border: 1px solid #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 220px;
}
body main .konkurs .orange-btn:hover {
  background-color: #1d72b8;
  color: #fff;
}
body main .presentation {
  background-image: url("../img/presentation-bg-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 160px;
  position: relative;
}
@media (max-width: 1199px) {
  body main .presentation {
    padding: 100px 30px 160px;
  }
}
@media (max-width: 991px) {
  body main .presentation {
    padding: 130px 30px 160px;
  }
}
@media (max-width: 450px) {
  body main .presentation {
    padding: 80px 10px 120px;
  }
}
body main .presentation:after {
  content: '';
  width: 60%;
  height: 100px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 160px;
  z-index: 1;
  background: linear-gradient(180deg, transparent 0, #1d72b8 100%);
}
@media (max-width: 991px) {
  body main .presentation:after {
    display: none;
  }
}
body main .presentation:before {
  content: '';
  width: 60%;
  height: 100px;
  display: block;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 100px;
  background: linear-gradient(0deg, transparent 0, #1d72b8 100%);
}
@media (max-width: 991px) {
  body main .presentation:before {
    display: none;
  }
}
body main .presentation .presentation-block {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
body main .presentation .presentation-block .white-heading {
  text-align: left;
}
body main .presentation .presentation-block .white-heading i {
  text-align: left;
}
body main .presentation .presentation-block .presentation-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
body main .presentation .img-block {
  height: 600px;
  text-align: center;
  overflow-y: scroll;
}
@media (max-width: 991px) {
  body main .presentation .img-block {
    height: auto;
    text-align: center;
    overflow-y: hidden;
    margin-top: 30px;
  }
}
body main .presentation .img-block::-webkit-scrollbar {
  width: 8px;
}
@media (max-width: 991px) {
  body main .presentation .img-block::-webkit-scrollbar {
    height: 8px;
  }
}
body main .presentation .img-block::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.15);
}
body main .presentation .img-block::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 8px;
}
body main .presentation .img-block::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
@media (max-width: 991px) {
  body main .presentation .img-block a {
    display: inline-block;
    float: left;
    width: 48%;
    margin: 10px 1%;
    border: 1px solid #fff;
  }
}
@media (max-width: 450px) {
  body main .presentation .img-block a {
    margin: 5px 1%;
  }
}
body main .presentation .img-block a img {
  width: 80%;
  margin: 10px 0;
}
@media (max-width: 991px) {
  body main .presentation .img-block a img {
    width: 100%;
    margin: 0;
    height: auto;
  }
}
body main .videoreviews {
  background-image: url("../img/videoreviews-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 120px 0 100px;
}
@media (max-width: 500px) {
  body main .videoreviews {
    padding: 120px 0 30px;
  }
}
body main .videoreviews .item {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 70px;
}
body main .videoreviews .item .play-btn {
  background-image: url("../img/play-btn-big-blue.png");
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  transition: 0.3s;
}
body main .videoreviews .item .item-name {
  content: '';
  background-color: #1d72b8;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 86%;
  height: 100%;
  font-size: 14px;
  position: absolute;
  top: 28px;
  left: 7%;
  z-index: -1;
  border-radius: 30px;
  color: #fff;
  transition: 0.3s;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
	body main .videoreviews .item .item-name {
		font-size: 16px;
		top: 35px;
		font-weight: 500;
	}
}
body main .videoreviews .item:hover {
  cursor: pointer;
}
body main .videoreviews .item:hover .item-name {
  transition: 0.3s;
  top: 38px;
}
body main .videoreviews .item:hover .play-btn {
  transform: scale(1.2);
}
body main .videoreviews .item .image {
  width: 100%;
}
body main .videoreviews .play-all {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #1d72b8;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 500px) {
  body main .videoreviews .play-all {
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-top: 15px;
  }
}
body main .videoreviews .play-all i {
  display: inline-block;
  margin-right: 10px;
  background-image: url("../img/play-btn-blue.png");
  width: 40px;
  height: 40px;
  margin-top: -10px;
  transition: 0.3s;
}
@media (max-width: 500px) {
  body main .videoreviews .play-all i {
    margin-bottom: 10px;
  }
}
body main .videoreviews .play-all:hover {
  text-decoration: none;
}
body main .videoreviews .play-all:hover i {
  transition: 0.3s;
  transform: scale(1.3);
}
body main .videoreviews .popup-video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
body main .videoreviews .popup-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
body main .videoreviews .popup-video-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000000e8;
  z-index: 3;
  cursor: pointer;
  visibility: hidden;
  transition: 0.3s;
}
body main .videoreviews .popup-video-bg.show {
  display: block;
  visibility: visible;
  transition: 0.3s;
}
body main .videoreviews .popup-video {
  display: none;
  border: 3px solid #1d72b8;
  position: fixed;
  font-size: 20px;
  line-height: 34px;
  background-color: #000;
  font-weight: 600;
  color: #fff;
  width: 70%;
  height: auto;
  top: 10%;
  left: 15%;
  z-index: 3;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 991px) {
  body main .videoreviews .popup-video {
    width: 90%;
    margin-left: 0;
    margin-top: 0;
    top: 15vh;
    left: 5%;
  }
}
body main .videoreviews .popup-video.show {
  display: block;
  visibility: visible;
  transition: 0.3s;
}
body main .videoreviews .popup-video .close-video-popup {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/close-ico-blue.png");
  top: -40px;
  right: -40px;
  display: block;
  cursor: pointer;
}
@media (max-width: 991px) {
  body main .videoreviews .popup-video .close-video-popup {
    right: 0;
  }
}
body main .translate {
  padding-top: 160px;
  padding-bottom: 170px;
  background-image: url("../img/translate-bg-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  body main .translate {
    padding-top: 60px;
    padding-bottom: 140px;
  }
}
body main .translate .white-heading {
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  body main .translate .white-heading {
    margin-bottom: 0!important;
  }
}
body main .translate .item-translate {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 50px;
  border-radius: 12px;
  min-height: 403px;
  margin: 30px 35px 35px;
  box-shadow: 10px 20px 20px rgba(89, 89, 89, 0.25);
}
@media (max-width: 1360px) {
  body main .translate .item-translate {
    min-height: 520px;
  }
}
@media (max-width: 1024px) {
  body main .translate .item-translate {
    min-height: 370px;
  }
}
@media (max-width: 768px) {
  body main .translate .item-translate {
    min-height: 350px;
	padding: 36px;
  }
}
@media (max-width: 500px) {
  body main .translate .item-translate {
    padding: 15px;
    margin: 30px 35px 0;
    min-height: auto;
  }
}
body main .translate .item-translate .foto {
  position: absolute;
  background-image: url("../img/luchuk.jpg");
  width: 143px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12px;
  right: 30px;
  top: -30px;
}
@media (max-width: 500px) {
  body main .translate .item-translate .foto {
    width: 120px;
    height: 133px;
    right: 0;
    top: 0;
    margin-bottom: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
body main .translate .item-translate .foto:before {
  content: '';
  background-color: #1d72b8;
  display: inline-block;
  width: 94%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 3%;
  z-index: -1;
  border-radius: 30px;
  transition: 0.3s;
}
body main .translate .item-translate .foto.striha {
  background-image: url("../img/striha.jpg");
}
body main .translate .item-translate .foto.luchuk {
  background-image: url("../img/luchuk.jpg");
}
body main .translate .item-translate .foto.tarashchuk {
  background-image: url("../img/tarashchuk.jpg");
}
body main .translate .item-translate .foto.stasuk {
  background-image: url("../img/stasuk.jpg");
}
body main .translate .item-translate .foto.mokrovolsk {
  background-image: url("../img/mokrovolsk.jpg");
}
body main .translate .item-translate .foto.bezzad {
  background-image: url("../img/bezzad.jpg");
}
body main .translate .item-translate .foto.anna_bila {
  background-image: url("../img/anna_bila.jpg");
}
body main .translate .item-translate .foto.petro_tarashchuk {
  background-image: url("../img/petro_tarashchuk.jpg");
}
body main .translate .item-translate .foto.tetyana_savchenko {
  background-image: url("../img/tetyana_savchenko.jpg");
}
body main .translate .item-translate .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1d72b8;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  body main .translate .item-translate .name {
    text-align: center;
  }
}
body main .translate .item-translate .text {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
body main .translate .item-translate .text .first {
  max-width: 70%;
}
@media (max-width: 500px) {
  body main .translate .item-translate .text .first {
    max-width: 100%;
  }
}
body main .translate .item-translate .autograf img {
  max-width: 140px;
}
body main .translate #slick-demo4 {
  margin: 0 -35px;
  padding-top: 30px;
}
body main .translate #slick-demo4 .slick-prev2 {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  z-index: 3;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: -110px;
  transition: 0.3s;
}
body main .translate #slick-demo4 .slick-prev2:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left1-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body main .translate #slick-demo4 .slick-prev2:before {
    left: 16px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  body main .translate #slick-demo4 .slick-prev2:before {
    left: 13px;
    top: 13px;
  }
}
body main .translate #slick-demo4 .slick-prev2:focus {
  border: 1px solid #fff;
  outline: none;
}
body main .translate #slick-demo4 .slick-prev2.slick-disabled {
  background: #1d72b8;
  cursor: initial;
}
body main .translate #slick-demo4 .slick-prev2.slick-disabled:before {
  background-image: url("../img/arrow-left1w.png");
}
body main .translate #slick-demo4 .slick-prev2:hover {
  background: #1d72b8;
  transition: 0.3s;
}
body main .translate #slick-demo4 .slick-prev2:hover:before {
  background-image: url("../img/arrow-left1w.png");
  transition: 0.3s;
}
body main .translate #slick-demo4 .slick-next2 {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  z-index: 3;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -110px;
  margin-left: 20px;
  transition: 0.3s;
}
body main .translate #slick-demo4 .slick-next2:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body main .translate #slick-demo4 .slick-next2:before {
    left: 16px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  body main .translate #slick-demo4 .slick-next2:before {
    left: 13px;
    top: 13px;
  }
}
body main .translate #slick-demo4 .slick-next2:focus {
  border: 1px solid #fff;
  outline: none;
}
body main .translate #slick-demo4 .slick-next2.slick-disabled {
  background: #1d72b8;
  cursor: initial;
}
body main .translate #slick-demo4 .slick-next2.slick-disabled:before {
  background-image: url("../img/arrow-left-w.png");
}
body main .translate #slick-demo4 .slick-next2:hover {
  background: #1d72b8;
  transition: 0.3s;
}
body main .translate #slick-demo4 .slick-next2:hover:before {
  background-image: url("../img/arrow-left-w.png");
  transition: 0.3s;
}
body main .translate #slick-demo4 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-left: 0;
}
body main .translate #slick-demo4 .slick-dots li {
  width: 62px;
  height: 6px;
  background: rgba(238, 238, 238, 0.3);
  border-radius: 10px;
  list-style: none;
  margin: 0 8px;
}
body main .translate #slick-demo4 .slick-dots li:hover {
  cursor: pointer;
}
body main .translate #slick-demo4 .slick-dots li.slick-active {
  background: #EEEEEE;
}
body main .translate #slick-demo4 .slick-dots li button {
  visibility: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
}
body main .ilustrations {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  body main .ilustrations {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
body main .ilustrations:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -20px;
  background-image: url("../img/dragon2.png");
  width: 193px;
  height: 534px;
  background-size: contain;
  background-repeat: no-repeat;
}
body main .ilustrations:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  background-image: url("../img/dragon3.png");
  width: 157px;
  height: 328px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body main .ilustrations:after {
    z-index: -1;
  }
}
body main .ilustrations .red-heading {
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  body main .ilustrations .red-heading {
    margin-bottom: 0!important;
  }
}
body main .ilustrations .item-ilustrations {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 50px;
  border-radius: 12px;
  min-height: 348px;
  margin: 30px 35px 35px;
  box-shadow: 10px 20px 20px rgba(89, 89, 89, 0.25);
}
@media (max-width: 1360px) {
  body main .ilustrations .item-ilustrations {
    min-height: 420px;
  }
}
@media (max-width: 500px) {
  body main .ilustrations .item-ilustrations {
    height: auto;
    padding: 15px;
    margin: 30px 35px 0;
  }
}
body main .ilustrations .item-ilustrations .foto {
  position: absolute;
  background-image: url("../img/trans1.png");
  width: 143px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12px;
  right: 30px;
  top: -30px;
}
@media (max-width: 500px) {
  body main .ilustrations .item-ilustrations .foto {
    width: 120px;
    height: 133px;
    right: 0;
    top: 0;
    margin-bottom: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
body main .ilustrations .item-ilustrations .foto:before {
  content: '';
  background-color: #1d72b8;
  display: inline-block;
  width: 94%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 3%;
  z-index: -1;
  border-radius: 30px;
  transition: 0.3s;
}
body main .ilustrations .item-ilustrations .foto.dmitruh {
  background-image: url("../img/dmitruh.jpg");
}
body main .ilustrations .item-ilustrations .foto.osadko {
  background-image: url("../img/osadko.jpg");
}
body main .ilustrations .item-ilustrations .foto.kinal {
  background-image: url("../img/kinal.jpg");
}
body main .ilustrations .item-ilustrations .foto.bersd {
  background-image: url("../img/bersd.jpg");
}
body main .ilustrations .item-ilustrations .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1d72b8;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  body main .ilustrations .item-ilustrations .name {
    text-align: center;
  }
}
body main .ilustrations .item-ilustrations .text {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
body main .ilustrations .item-ilustrations .text .first {
  max-width: 70%;
}
@media (max-width: 500px) {
  body main .ilustrations .item-ilustrations .text .first {
    max-width: 100%;
  }
}
body main .ilustrations .item-ilustrations .autograf img {
  max-width: 140px;
}
body main .ilustrations #slick-demo5 {
  margin: 0 -35px;
  padding-top: 30px;
}
body main .ilustrations #slick-demo5 .slick-prev3 {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  z-index: 3;
  background: #fff;
  border: 1px solid #1d72b8;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: -110px;
  transition: 0.3s;
}
body main .ilustrations #slick-demo5 .slick-prev3:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left1-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body main .ilustrations #slick-demo5 .slick-prev3:before {
    left: 16px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  body main .ilustrations #slick-demo5 .slick-prev3:before {
    left: 13px;
    top: 13px;
  }
}
body main .ilustrations #slick-demo5 .slick-prev3:focus {
  border: 1px solid #1d72b8;
  outline: none;
}
body main .ilustrations #slick-demo5 .slick-prev3.slick-disabled {
  background: #1d72b8;
  cursor: initial;
}
body main .ilustrations #slick-demo5 .slick-prev3.slick-disabled:before {
  background-image: url("../img/arrow-left1w.png");
}
body main .ilustrations #slick-demo5 .slick-prev3:hover {
  background: #1d72b8;
  transition: 0.3s;
}
body main .ilustrations #slick-demo5 .slick-prev3:hover:before {
  background-image: url("../img/arrow-left1w.png");
  transition: 0.3s;
}
body main .ilustrations #slick-demo5 .slick-next3 {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  z-index: 3;
  background: #fff;
  border: 1px solid #1d72b8;
  position: absolute;
  left: 50%;
  bottom: -110px;
  margin-left: 20px;
  transition: 0.3s;
}
body main .ilustrations #slick-demo5 .slick-next3:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body main .ilustrations #slick-demo5 .slick-next3:before {
    left: 16px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  body main .ilustrations #slick-demo5 .slick-next3:before {
    left: 13px;
    top: 13px;
  }
}
body main .ilustrations #slick-demo5 .slick-next3:focus {
  border: 1px solid #1d72b8;
  outline: none;
}
body main .ilustrations #slick-demo5 .slick-next3.slick-disabled {
  background: #1d72b8;
  cursor: initial;
}
body main .ilustrations #slick-demo5 .slick-next3.slick-disabled:before {
  background-image: url("../img/arrow-left-w.png");
}
body main .ilustrations #slick-demo5 .slick-next3:hover {
  background: #1d72b8;
  transition: 0.3s;
}
body main .ilustrations #slick-demo5 .slick-next3:hover:before {
  background-image: url("../img/arrow-left-w.png");
  transition: 0.3s;
}
body main .ilustrations #slick-demo5 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-left: 0;
}
body main .ilustrations #slick-demo5 .slick-dots li {
  width: 62px;
  height: 6px;
  background: #EEEEEE;
  border-radius: 10px;
  list-style: none;
  margin: 0 8px;
}
body main .ilustrations #slick-demo5 .slick-dots li:hover {
  cursor: pointer;
}
body main .ilustrations #slick-demo5 .slick-dots li.slick-active {
  background: #1d72b8;
}
body main .ilustrations #slick-demo5 .slick-dots li button {
  visibility: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
}
body main .images .images-row {
    justify-content: center;
}
body main .images {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 500px) {
  body main .images {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body main .images .red-heading {
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  body main .images .red-heading {
    margin-bottom: 40px;
  }
}
body main .images .images-row .col-lg-6 .images-item {
  min-height: 300px;
}
@media (max-width: 1370px) {
  body main .images .images-row .col-lg-6 .images-item {
    min-height: 222px;
  }
}
@media (max-width: 500px) {
  body main .images .images-row .col-lg-6 .images-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  body main .images .images-row .col-lg-6 .images-item {
    min-height: 160px;
  }
}
body main .images .images-row .col-lg-4 .images-item {
  min-height: 200px;
}
body main .images .images-row .col-lg-4 .images-item .inside .name {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  body main .images .images-row .col-lg-4 .images-item .inside .name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
body main .images .images-row .images-item {
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 6px 16px 30px rgba(89, 89, 89, 0.25);
  border-radius: 30px;
  position: relative;
  margin-bottom: 50px;
  display: flex;
}
body main .images .images-row .images-item:before {
  content: '';
  background-color: #1d72b8;
  display: inline-block;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5%;
  z-index: -1;
  border-radius: 30px;
  transition: 0.3s;
}
body main .images .images-row .images-item:hover:before {
  top: 15px;
  transition: 0.3s;
}
body main .images .images-row .images-item .inside {
  border: 1px solid #1d72b8;
  border-radius: 20px;
  padding-left: 35%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main .images .images-row .images-item .inside .book {
  width: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  body main .images .images-row .images-item .inside .book {
    width: 160px;
  }
}
@media (max-width: 500px) {
  body main .images .images-row .images-item .inside .book {
    width: 30%;
  }
}
body main .images .images-row .images-item .inside .book img {
  width: 100%;
  height: auto;
  border-radius: 0 0 0 30px;
}
body main .images .images-row .images-item .inside .name {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #3D3D3D;
  margin-bottom: 30px;
}
@media (max-width: 420px) {
  body main .images .images-row .images-item .inside .name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
body main .images .images-row .images-item .inside .open {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #1d72b8;
}
body main .author {
  padding-top: 30px;
  padding-bottom: 50px;
  background-image: url("../img/author-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
@media (max-width: 1100px) {
  body main .author {
    background-size: cover;
  }
}
/*body main .author:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 120px;
  background-image: url("../img/dragon1.png");
  width: 253px;
  height: 392px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 1400px) {
  body main .author:before {
    bottom: 30px;
    right: -150px;
  }
}*/
body main .author .red-heading {
  text-align: left;
  margin-bottom: 80px;
}
body main .author .red-heading i {
  text-align: left;
}
body main .author .item-author {
  position: relative;
  padding-bottom: 10px;
  z-index: 1;
}
body main .author .item-author:before {
  content: '';
  background-color: #1d72b8;
  display: block;
  width: 97%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 3%;
  z-index: -1;
  border-radius: 10px;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  body main .author .item-author:before {
    height: 60%;
    top: 40%;
  }
}
@media (max-width: 1100px) {
  body main .author .item-author:before {
    display: none;
  }
}
body main .author .item-author .author-foto {
  position: absolute;
  background-image: url("../img/author-1.png");
  width: 360px;
  height: 465px;
  background-size: cover;
  background-repeat: no-repeat;
  right: 13px;
  bottom: 10px;
  border-radius: 12px;
}
body main .author .item-author .author-foto.oldis_b {
  background-image: url("../img/oldis_b.jpg");
}
body main .author .item-author .author-foto.stross_ch {
  background-image: url("../img/stross_ch.jpg");
}
body main .author .item-author .author-foto.chayna_t {
  background-image: url("../img/chayna_t.jpeg");
}
body main .author .item-author .author-foto.pavichevich_m {
  background-image: url("../img/pavichevich_m.jpg");
}
body main .author .item-author .author-foto.john {
  background-image: url("../img/john.jpg");
}
body main .author .item-author .author-foto.shettsing {
  background-image: url("../img/shettsing.jpg");
}
body main .author .item-author .author-foto.stahlikova {
  background-image: url("../img/stahlikova.jpg");
}
@media (max-width: 1100px) {
	body main .author .item-author .author-foto {
		display: none;
	}
	body main .author.author-new .item-author .author-foto {
		display: block;
	}
	body main .author.author-new .item-author .text {
		max-width: 60%;
	}
}
@media (max-width: 991px) {
	body main .author.author-new .item-author .author-foto {
		width: 40%;
		height: 400px;
	}
	body main .author.author-new .item-author .text {
		max-width: 55%;
	}
}
@media (max-width: 768px) {
	body main .author.author-new .item-author .author-foto {
		width: 100%;
        height: 275px;
        background-size: contain;
        background-position-x: left;
		background-color: white;
		border-radius: 0;
		position: relative;
		right: auto;
		bottom: auto;
	}
	body main .author.author-new .item-author .content {
        min-height: 400px;
    }
	body main .author.author-new .item-author .text {
		max-width: 100%;
	}
	body main .author.author-new .item-author {
		display: flex;
		flex-direction: column-reverse;
        align-items: center;
	}
}
body main .author .item-author .content {
  background-color: #fff;
  padding: 50px;
  width: 85%;
  padding-right: 15%;
  z-index: 1;
  border-radius: 3px;
  min-height: 480px;
}
@media (max-width: 1400px) {
  body main .author .item-author .content {
    padding: 50px 20% 30px 30px;
    min-height: 555px;
  }
}
@media (max-width: 1100px) {
  body main .author .item-author .content {
    width: 100%;
    padding: 35px 15px;
    height: auto;
    min-height: 480px;
  }
}
@media (max-width: 768px) {
  body main .author .item-author .content {
    min-height: 600px;
  }
}
body main .author .item-author .content .name {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  color: #3A3A3A;
  margin-bottom: 30px;
}
body main .author .item-author .content .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #3A3A3A;
}
@media (max-width: 500px) {
  body main .author .item-author .content .text {
    font-size: 14px;
    line-height: 22px;
  }
}
body main .author .item-author .content .text .read-all {
  display: inline-block;
  margin-top: 20px;
}
body main .author .item-author .content .autograf {
  margin-top: 30px;
}
body main .author .item-author .content .autograf img {
  max-width: 170px;
}
body main .author #slick-demo3 .slick-prev1 {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  z-index: 3;
  margin-top: -40px;
  background: #fff;
  border: 1px solid #1d72b8;
  position: absolute;
  right: 100px;
  top: -100px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body main .author #slick-demo3 .slick-prev1 {
    top: -60px;
  }
}
@media (max-width: 500px) {
  body main .author #slick-demo3 .slick-prev1 {
    width: 48px;
    top: 20px;
    height: 48px;
    right: 70px;
  }
}
body main .author #slick-demo3 .slick-prev1:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left1-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body main .author #slick-demo3 .slick-prev1:before {
    left: 16px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  body main .author #slick-demo3 .slick-prev1:before {
    left: 13px;
    top: 13px;
  }
}
@media (max-width: 500px) {
  body main .author #slick-demo3 .slick-prev1:before {
    left: 6px;
    top: 6px;
  }
}
body main .author #slick-demo3 .slick-prev1:focus {
  border: 1px solid #1d72b8;
  outline: none;
}
body main .author #slick-demo3 .slick-prev1.slick-disabled {
  background: #1d72b8;
  cursor: initial;
}
body main .author #slick-demo3 .slick-prev1.slick-disabled:before {
  background-image: url("../img/arrow-left1w.png");
}
body main .author #slick-demo3 .slick-prev1:hover {
  background: #1d72b8;
  transition: 0.3s;
}
body main .author #slick-demo3 .slick-prev1:hover:before {
  background-image: url("../img/arrow-left1w.png");
  transition: 0.3s;
}
body main .author #slick-demo3 .slick-next1 {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  z-index: 3;
  margin-top: -40px;
  background: #fff;
  border: 1px solid #1d72b8;
  position: absolute;
  right: 0;
  top: -100px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body main .author #slick-demo3 .slick-next1 {
    top: -60px;
  }
}
@media (max-width: 500px) {
  body main .author #slick-demo3 .slick-next1 {
    width: 48px;
    top: 20px;
    height: 48px;
  }
}
body main .author #slick-demo3 .slick-next1:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body main .author #slick-demo3 .slick-next1:before {
    left: 16px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  body main .author #slick-demo3 .slick-next1:before {
    left: 13px;
    top: 13px;
  }
}
@media (max-width: 500px) {
  body main .author #slick-demo3 .slick-next1:before {
    left: 6px;
    top: 6px;
  }
}
body main .author #slick-demo3 .slick-next1:focus {
  border: 1px solid #1d72b8;
  outline: none;
}
body main .author #slick-demo3 .slick-next1.slick-disabled {
  background: #1d72b8;
  cursor: initial;
}
body main .author #slick-demo3 .slick-next1.slick-disabled:before {
  background-image: url("../img/arrow-left-w.png");
}
body main .author #slick-demo3 .slick-next1:hover {
  background: #1d72b8;
  transition: 0.3s;
}
body main .author #slick-demo3 .slick-next1:hover:before {
  background-image: url("../img/arrow-left-w.png");
  transition: 0.3s;
}
body main .author #slick-demo3 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-left: 0;
}
body main .author #slick-demo3 .slick-dots li {
  width: 62px;
  height: 6px;
  background: #EEEEEE;
  border-radius: 10px;
  list-style: none;
  margin: 0 8px;
}
body main .author #slick-demo3 .slick-dots li:hover {
  cursor: pointer;
}
body main .author #slick-demo3 .slick-dots li.slick-active {
  background: #1d72b8;
}
body main .author #slick-demo3 .slick-dots li button {
  visibility: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
}
body main .author .popup-detail-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000000d6;
  z-index: 3;
  cursor: pointer;
  visibility: hidden;
  transition: 0.3s;
}
body main .author .popup-detail-bg.show {
  display: block;
  visibility: visible;
  transition: 0.3s;
}
body main .author .popup-detail {
  display: none;
  border: 1px solid #1d72b8;
  position: fixed;
  font-size: 18px;
  line-height: 34px;
  padding: 40px 30px;
  background-color: #000;
  font-weight: 600;
  color: #fff;
  width: 1200px;
  height: 80vh;
  margin-left: -600px;
  top: 10vh;
  left: 50%;
  z-index: 3;
  visibility: hidden;
  transition: 0.3s;
  overflow-y: scroll;
}
body main .author .popup-detail::-webkit-scrollbar {
  width: 8px;
}
body main .author .popup-detail::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.15);
}
body main .author .popup-detail::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 8px;
}
body main .author .popup-detail::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
@media (max-width: 1360px) {
  body main .author .popup-detail {
    height: 80vh;
    top: 10vh;
  }
}
@media (max-width: 1200px) {
  body main .author .popup-detail {
    width: 94%;
    left: 3%;
    margin-left: 0;
  }
}
body main .author .popup-detail.show {
  display: block;
  visibility: visible;
  transition: 0.3s;
}
body main .author .popup-detail .close-popup {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/close-ico-blue.png");
  top: 15px;
  right: 15px;
  display: block;
  cursor: pointer;
}
body main .reviews {
  background: #FFF;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  body main .reviews {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
body main .reviews .container .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #0F1013;
  margin-bottom: 30px;
}
body main .reviews .container .btns {
  margin-top: 60px;
}
body main .reviews .container .btns .buy-btn {
  background: linear-gradient(97.85deg, #FF6C01 24.54%, #FF9C3D 87.2%);
  border: 2px solid #E0701D;
  box-shadow: 0 4px 35px #1d72b8;
  border-radius: 55px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 40px;
}
body main .reviews .container .btns .buy-btn:hover {
  background: linear-gradient(97.85deg, #ed6400 24.54%, #f47700 87.2%);
  text-decoration: none;
}
body main .reviews .container .map-slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 50px;
}
@media (max-width: 1110px) {
  body main .reviews .container .map-slider {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body main .reviews .container .map-slider {
    min-height: auto;
  }
}
body main .reviews .container .map-slider #slick-demo2 {
  position: relative;
}
body main .reviews .container .map-slider #slick-demo2 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-left: 0;
}
body main .reviews .container .map-slider #slick-demo2 .slick-dots li {
  width: 62px;
  height: 6px;
  background: #EEEEEE;
  border-radius: 10px;
  list-style: none;
  margin: 0 8px;
}
body main .reviews .container .map-slider #slick-demo2 .slick-dots li:hover {
  cursor: pointer;
}
body main .reviews .container .map-slider #slick-demo2 .slick-dots li.slick-active {
  background: #1d72b8;
}
body main .reviews .container .map-slider #slick-demo2 .slick-dots li button {
  visibility: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
}
body main .reviews .container .map-slider #slick-demo2 .slick-prev.custom {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  border: none;
  z-index: 3;
  margin-top: -40px;
  background: #fff;
  box-shadow: 5px 8px 33px rgb(153 153 153);
  position: absolute;
  left: -7%;
  top: 50%;
}
@media (max-width: 1024px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-prev.custom {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    left: 3.5%;
    top: 45%;
  }
}
@media (max-width: 524px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-prev.custom {
    left: -0.5%;
    top: 40%;
  }
}
body main .reviews .container .map-slider #slick-demo2 .slick-prev.custom:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left1-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
}
@media (max-width: 1024px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-prev.custom:before {
    left: 16px;
    top: 16px;
  }
}
body main .reviews .container .map-slider #slick-demo2 .slick-prev.custom:focus {
  border: none;
  outline: none;
}
body main .reviews .container .map-slider #slick-demo2 .slick-prev.slick-disabled {
  background: linear-gradient(180deg, #7d7d7d 0, #444444 100%);
  box-shadow: none;
}
body main .reviews .container .map-slider #slick-demo2 .slick-next.custom {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  border: none;
  z-index: 3;
  margin-top: -40px;
  background: #fff;
  box-shadow: 5px 8px 33px rgb(153 153 153);
  position: absolute;
  right: -7%;
  top: 50%;
}
@media (max-width: 1024px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-next.custom {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    right: 3.5%;
    top: 45%;
  }
}
@media (max-width: 524px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-next.custom {
    right: -1.5%;
    top: 40%;
  }
}
body main .reviews .container .map-slider #slick-demo2 .slick-next.custom:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
}
@media (max-width: 1024px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-next.custom:before {
    left: 16px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-next.custom:before {
    left: 13px;
    top: 13px;
  }
}
body main .reviews .container .map-slider #slick-demo2 .slick-next.custom:focus {
  border: none;
  outline: none;
}
body main .reviews .container .map-slider #slick-demo2 .slick-next.slick-disabled {
  background: linear-gradient(180deg, #7d7d7d 0, #444444 100%);
  box-shadow: none;
}
body main .reviews .container .map-slider #slick-demo2 .slick-list {
  min-height: 420px;
}
@media (max-width: 768px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-list {
    min-height: auto;
  }
}
@media (max-width: 524px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-list {
    padding: 0 20px!important;
  }
}
body main .reviews .container .map-slider #slick-demo2 .slick-slide:focus {
  outline: none;
}
body main .reviews .container .map-slider #slick-demo2 .slick-slide img {
  width: 400px;
  height: auto;
  display: block;
  border-radius: 20px;
  margin: 60px auto;
  transition: 0.3s;
  border: 2px solid #1d72b8;
}
@media (max-width: 1300px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-slide img {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-slide img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    visibility: hidden;
  }
}
@media (max-width: 500px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-slide img {
    width: 300px;
  }
}
@media (max-width: 360px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-slide img {
    width: 250px;
  }
}
body main .reviews .container .map-slider #slick-demo2 .slick-current {
  position: relative;
}
body main .reviews .container .map-slider #slick-demo2 .slick-current img {
  width: 480px;
  height: auto;
  border-radius: 25px;
  margin: 30px auto 0;
  display: block;
  border: 5px solid #1d72b8;
  box-shadow: 0 4px 20px #1d72b8;
  transition: 0.3s;
  margin-left: -30px;
}
@media (max-width: 1300px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-current img {
    width: 400px;
  }
}
@media (max-width: 1024px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-current img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    visibility: visible;
  }
}
@media (max-width: 500px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-current img {
    width: 300px;
  }
}
@media (max-width: 360px) {
  body main .reviews .container .map-slider #slick-demo2 .slick-current img {
    width: 250px;
  }
}
body main .other-books {
  padding-bottom: 50px;
  padding-top: 50px;
  background-image: url("../img/agent-bg.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}
body main .other-books .slide-books {
  width: 100%;
  padding-bottom: 20px;
}
@media (max-width: 500px) {
  body main .other-books .slide-books {
    padding-bottom: 45px;
  }
}
body main .other-books .slide-books .paginationp-container {
	overflow-x: scroll;
    overflow-y: hidden;
	padding-bottom: 20px;
}
@media (max-width: 1024px) {
	body main .other-books .slide-books .paginationp-container {
		overflow-x: visible;
		overflow-y: visible;
		padding-bottom: 0;
		display: flex;
        justify-content: center;
	}
}
body main .other-books .slide-books .paginationp-container::-webkit-scrollbar{
  height: 10px;        
}
body main .other-books .slide-books .paginationp-container::-webkit-scrollbar-track{
  background: #eee;
  border-radius: 10px;
}
body main .other-books .slide-books .paginationp-container::-webkit-scrollbar-thumb{
  background:#1d72b8;
  border-radius: 10px;
}
body main .other-books .slide-books .swiper-pagination {
  position: relative;
  display: flex;
  width: fit-content;
}
@media (max-width: 991px) {
  body main .other-books .slide-books .swiper-pagination {
    bottom: -20px;
  }
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet {
  width: 110px;
  height: 170px;
  margin: 20px 30px 40px;
  background-repeat: no-repeat;
  background-image: url("../img/books-dots1.png");
  background-size: contain;
  opacity: 0.5;
  background-color: transparent;
  border-radius: 0;
  position: relative;
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0;
  text-align: center;
  visibility: hidden;
  cursor: pointer;
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(1){
  background-image:url("../img/978-966-10-9228-9.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(1):after{
  content:"\041F\043E\0441\043B\0443\0445\0430\0447";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(2){
  background-image:url("../img/978-966-10-9239-5.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(2):after{
  content:"\0412\043F\0443\0441\0442\0438\0020\0442\043E\0433\043E,\0020\0445\0442\043E\0020\043F\043E\0442\0440\0456\0431\0435\043D";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(3){
  background-image:url("../img/978-966-10-9300-2.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(3):after{
  content:"\0420\0456\0439";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(4){
  background-image:url("../img/71qNVAUu53L.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(4):after{
  content:"\0414\043E\043D\044C\043A\0430\0020\0415\043B\044C\0444\0456\0439\0441\044C\043A\043E\0433\043E\0020\041A\043E\0440\043E\043B\044F";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(5){
  background-image:url("../img/62635717.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(5):after{
  content:"\0420\043E\0433\0430\0442\0438\0439\0020\0431\043E\0433";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(6){
  background-image:url("../img/6263571745.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(6):after{
  content:"\0417\0438\043C\043E\0432\0430\0020\0431\0438\0442\0432\0430";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(7){
  background-image:url("../img/626345571745.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(7):after{
  content:"\041C\0435\0445\0430\043D\0456\043A\0430\0020\0441\0435\0440\0446\044F";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(8){
  background-image:url("../img/717axFKikxL.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(8):after{
  content:"\0415\0440\0435\043A\0020\0456\0020\0415\043D\0456\0434\0430";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(9){
  background-image:url("../img/81nOg4zaJ2L.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(9):after{
  content:"\041A\043D\0438\0433\0430\0020\0447\0443\0434\0435\0441\0020\0456\0020\041E\0441\0442\0430\043D\043D\044F\0020\043A\043D\0438\0433\0430\0020\0447\0443\0434\0435\0441";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(10){
  background-image:url("../img/093191df37c645dc016669d8b9.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(10):after{
  content:"\041A\043E\043B\043E";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(11){
  background-image:url("../img/43576576843534.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(11):after{
  content:"\0427\043E\043B\043E\0432\0456\043A,\0020\044F\043A\0438\0439\0020\0432\043E\043B\043E\0434\0456\0432\0020\0437\043C\0456\0457\043D\043E\044E\0020\043C\043E\0432\043E\044E";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(12){
  background-image:url("../img/6bd9bf4ef867722c08d50d5582da46be.png");
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:nth-of-type(12):after{
  content:"\0420\043E\043C\0430\043D\0020\043F\0440\043E\0020\0422\0440\043E\044F\043D\0434\0443";
}

body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 135px;
  height: 190px;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
@media (max-width: 1199px) {
  body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 100px;
    height: 140px;
    margin: 15px 15px 20px;
  }
  body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    display: none;
  }
}
@media (max-width: 991px) {
  body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 15px;
    background-image: none!important;
    background-color: #1d72b8;
  }
}
@media (max-width: 768px) {
  body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    margin: 0 5px;
  }
}
body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  visibility: visible;
}
@media (max-width: 1199px) {
  body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 140px;
    margin: 0 15px 20px;
  }
  body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet:after {
    display: none;
  }
}
@media (max-width: 991px) {
  body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 15px;
    background-image: none!important;
    background-color: #1d72b8;
  }
}
@media (max-width: 768px) {
  body main .other-books .slide-books .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 5px;
  }
}
body main .other-books .slide-books .book-block {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
body main .other-books .slide-books .book-block .img-block img {
  width: 70%;
  position: relative;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  body main .other-books .slide-books .book-block .img-block img {
    width: 94%;
  }
}
@media (max-width: 991px) {
  body main .other-books .slide-books .book-block .img-block img {
    width: 60%;
  }
}
@media (max-width: 500px) {
  body main .other-books .slide-books .book-block .img-block img {
    margin-bottom: 20px;
    width: 80%;
  }
}
body main .other-books .slide-books .book-block .img-block img.open-more {
  cursor: pointer;
}
body main .other-books .slide-books .book-block .img-block img.open-more:hover {
  transition: 0.3s;
}
body main .other-books .slide-books .book-block .text-block {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
body main .other-books .slide-books .book-block .text-block .book-author {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #1d72b8;
  margin-bottom: 10px;
  display: block;
}
body main .other-books .slide-books .book-block .text-block .book-name {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  body main .other-books .slide-books .book-block .text-block .book-name {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
body main .other-books .slide-books .book-block .text-block .book-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #3A3A3A;
}
body main .other-books .slide-books .book-block .text-block .book-text a {
  color: #1d72b8;
}
body main .other-books .slide-books .book-block .text-block .book-text p {
  margin-bottom: 15px;
}
body main .other-books .slide-books .book-block .text-block .book-text p .show-more {
  display: none;
  color: #1d72b8;
}
@media (max-width: 768px) {
  body main .other-books .slide-books .book-block .text-block .book-text p .show-more {
    display: inline-block;
  }
  body main .other-books .slide-books .book-block .text-block .book-text p .show-more.hide {
    display: none;
  }
}
@media (max-width: 768px) {
  body main .other-books .slide-books .book-block .text-block .book-text p .hidden-text {
    display: none;
  }
  body main .other-books .slide-books .book-block .text-block .book-text p .hidden-text.show {
    display: inline;
  }
}
body main .other-books .slide-books .book-block .text-block .orange-btn {
  margin-top: 10px;
  color: #fff;
  display: inline-block;
}
@media (max-width: 500px) {
  body main .other-books .slide-books .book-block .text-block .orange-btn {
    padding: 15px 25px;
  }
}
body main .other-books .slide-books .book-block .text-block .orange-btn:hover {
  color: #1d72b8;
}
body main .trailers {
  padding-bottom: 50px;
  padding-top: 50px;
  background-image: url("../img/trailer-bg.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}
body main .trailers .red-heading {
  margin-bottom: 80px;
}
body main .trailers .slide-books {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  body main .trailers .slide-books {
    display: none;
  }
}
body main .trailers .slide-books:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50px;
  right: 250px;
  z-index: 2;
  background-image: url("../img/dragon4.png");
  width: 374px;
  height: 540px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1650px) {
  body main .trailers .slide-books:before {
    right: -20px;
  }
}
@media (max-width: 1300px) {
  body main .trailers .slide-books:before {
    display: none;
  }
}
body main .trailers .slide-books:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50px;
  left: 60px;
  z-index: 1;
  background-image: url("../img/knigth.png");
  width: 476px;
  height: 519px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1650px) {
  body main .trailers .slide-books:after {
    left: -120px;
  }
}
@media (max-width: 1300px) {
  body main .trailers .slide-books:after {
    display: none;
  }
}
body main .trailers .slide-books.mobile-trailers {
  display: none;
}
@media (max-width: 1024px) {
  body main .trailers .slide-books.mobile-trailers {
    display: block;
  }
}
body main .trailers .slide-books.mobile-trailers .book-block {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  body main .trailers .slide-books.mobile-trailers .book-block {
    height: 240px;
  }
}
body main .trailers .slide-books.mobile-trailers .book-block:after {
  width: 100%;
  left: 0;
}
body main .trailers .slide-books .swiper-pagination2 {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
body main .trailers .slide-books .swiper-pagination2 .swiper-pagination-bullet {
  width: 45%;
  height: 230px;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-image: url("../img/books-dots1.png");
  background-size: cover;
  opacity: 0.5;
  background-color: transparent;
  border-radius: 12px;
  position: relative;
  border: 2px solid transparent;
}
body main .trailers .slide-books .swiper-pagination2 .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url("../img/trailer1.jpg");
}
body main .trailers .slide-books .swiper-pagination2 .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url("../img/trailer2.jpg");
}
body main .trailers .slide-books .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  opacity: 1;
  border: 2px solid #1d72b8;
}
body main .trailers .slide-books .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: '';
  background-color: #1d72b8;
  display: inline-block;
  width: 94%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 3%;
  z-index: -1;
  border-radius: 30px;
}
body main .trailers .slide-books .book-block {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 500px;
}
/*body main .trailers .slide-books .book-block:after {
  content: '';
  background-color: #1d72b8;
  display: inline-block;
  width: 94%;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 3%;
  z-index: -1;
  border-radius: 30px;
}*/
body main .trailers .slide-books .book-block .play-btn {
  background-image: url("../img/play-btn-big-blue.png");
  width: 132px;
  height: 132px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -66px;
  margin-top: -66px;
  transition: 0.3s;
}
body main .trailers .slide-books .book-block:hover {
  cursor: pointer;
}
body main .trailers .slide-books .book-block:hover .play-btn {
  transform: scale(1.2);
  transition: 0.3s;
}
body main .trailers .slide-books .book-block img {
  border-radius: 30px;
}
body main .trailers .slide-books .book-block iframe {
  width: 94%;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 3%;
  border-width: 0;
  outline-width: 0;
  border-radius: 30px;
}
body main .comments {
  text-align: center;
  padding-top: 50px;
  background: #0c101b;
}
body main .comments .fb-comments {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 800px;
  width: 100%;
  background-color: #e4e4e4f0;
  padding: 20px;
  box-sizing: content-box;
}
body footer {
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
}
body footer .container .footer-info {
  padding-top: 50px;
  padding-bottom: 50px;
}
body footer .container .footer-info .footer-heading {
  font-style: normal;
  font-weight: 800;
  font-size: 62px;
  color: #fff;
  line-height: 76px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body footer .container .footer-info .footer-heading {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  body footer .container .footer-info .footer-heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
body footer .container .footer-info .footer-text {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body footer .container .footer-info .footer-text {
    font-size: 23px;
    line-height: 40px;
  }
}
@media (max-width: 420px) {
  body footer .container .footer-info .footer-text {
    font-size: 20px;
    line-height: 33px;
  }
}
body footer .container .footer-info .footer-columns {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1468px) {
  body footer .container .footer-info .footer-columns {
    width: 75%;
  }
}
@media (max-width: 1100px) {
  body footer .container .footer-info .footer-columns {
    width: 100%;
  }
}
body footer .container .footer-info .footer-columns a {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  color: #FFFFFF;
  padding-left: 70px;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 420px) {
  body footer .container .footer-info .footer-columns a {
    font-size: 25px;
    line-height: 33px;
    padding-left: 60px;
  }
}
body footer .container .footer-info .footer-columns a:before {
  content: '';
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  background-size: contain;
  left: 0;
}
@media (max-width: 420px) {
  body footer .container .footer-info .footer-columns a:before {
    width: 35px;
    height: 35px;
  }
}
body footer .container .footer-info .footer-columns span {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 46px;
  color: #1d72b8;
}
@media (max-width: 420px) {
  body footer .container .footer-info .footer-columns span {
    font-size: 23px;
    line-height: 30px;
  }
}
body footer .container .footer-info .footer-columns .adress {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 60px 0 30px 45px;
}
@media (max-width: 768px) {
  body footer .container .footer-info .footer-columns .adress {
    width: 100%;
    display: block;
    padding: 20px 0 20px 15px;
  }
}
body footer .container .footer-info .footer-columns .adress a:before {
  background-image: url("../img/adress-ico.png");
}
body footer .container .footer-info .footer-columns .phone {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 60px 0 30px 45px;
}
@media (max-width: 768px) {
  body footer .container .footer-info .footer-columns .phone {
    width: 100%;
    display: block;
    padding: 20px 0 20px 15px;
  }
}
body footer .container .footer-info .footer-columns .phone a:before {
  background-image: url("../img/phone-ico-blue.png");
}
body footer .container .footer-info .footer-columns .work-time {
  text-align: center;
  margin-bottom: 50px;
}
body footer .container .footer-info .footer-soc {
  text-align: center;
  display: block;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 768px) {
  body footer .container .footer-info .footer-soc {
    text-align: center;
  }
}
body footer .container .footer-info .footer-soc a {
  width: 42px;
  height: 42px;
  display: inline-block;
  margin: 0 15px;
  background-size: contain;
}
body footer .container .footer-info .footer-soc a.fb {
  background-image: url("../img/facebook-fill.png");
}
body footer .container .footer-info .footer-soc a.tw {
  background-image: url("../img/twitter-fill.png");
}
body footer .container .footer-info .footer-soc a.ins {
  background-image: url("../img/instagram.png");
}
body footer .container .footer-bottom {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  padding: 60px;
  border-top: 1px solid #ffffff26;
}
@media (max-width: 768px) {
  body footer .container .footer-bottom {
    padding: 25px;
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 420px) {
  body footer .container .footer-bottom {
    padding: 20px;
    font-size: 15px;
    line-height: 25px;
  }
}
body footer .container .footer-bottom .dev-koala {
  margin-top: 20px;
  font-size: 13px;
  color: #999;
}
body footer .container .footer-bottom .koala_img {
  padding: 5px 18px;
  background: url("../img/koala-logo-blue.png");
  background-position-x: 37px;
  margin-right: 5px;
  opacity: 0.7;
  transition: 0s;
}
body footer .container .footer-bottom .dev-koala a {
  color: #1d72b8;
  transition: 0s;
}
body footer .container .footer-bottom .dev-koala a:hover {
  color: #1d72b8;
  text-decoration: none;
  transition: 0s;
}
body footer .container .footer-bottom .dev-koala a:hover.koala_img {
  background-position-x: 0;
  transition: 0s;
}
body .slick-lightbox .slick-lightbox-inner {
  position: relative;
}
body .slick-lightbox .slick-prev {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  z-index: 3;
  background: transparent;
  color: transparent;
  border: 1px solid #1d72b8;
  position: absolute;
  left: 50px;
  top: 46%;
  transition: 0.3s;
}
@media (max-width: 500px) {
  body .slick-lightbox .slick-prev {
    left: 5px;
    background: #1d72b852;
  }
}
body .slick-lightbox .slick-prev:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left1-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body .slick-lightbox .slick-prev:before {
    left: 16px;
    top: 16px;
  }
}
body .slick-lightbox .slick-prev:focus {
  border: 1px solid #1d72b8;
  outline: none;
}
body .slick-lightbox .slick-prev.slick-disabled {
  background: #1d72b8;
  cursor: initial;
}
body .slick-lightbox .slick-prev.slick-disabled:before {
  background-image: url("../img/arrow-left1w.png");
}
body .slick-lightbox .slick-prev:hover {
  background: #1d72b8;
  transition: 0.3s;
}
body .slick-lightbox .slick-prev:hover:before {
  background-image: url("../img/arrow-left1w.png");
  transition: 0.3s;
}
body .slick-lightbox .slick-next {
  width: 68px;
  height: 68px;
  border-radius: 40px;
  z-index: 3;
  background: transparent;
  color: transparent;
  border: 1px solid #1d72b8;
  position: absolute;
  right: 50px;
  top: 46%;
  margin-left: 20px;
  transition: 0.3s;
}
@media (max-width: 500px) {
  body .slick-lightbox .slick-next {
    right: 5px;
    background: #1d72b852;
  }
  
	body main .first .accordion-mobile .card .card-header button {
		font-size: 16px;
		padding: 16px;
		line-height: 20px;
	}
}
body .slick-lightbox .slick-next:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/arrow-left-blue.png");
  background-size: contain;
  position: absolute;
  left: 17px;
  z-index: 0;
  top: 17px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  body .slick-lightbox .slick-next:before {
    left: 16px;
    top: 16px;
  }
}
body .slick-lightbox .slick-next:focus {
  border: 1px solid #1d72b8;
  outline: none;
}
body .reviews-head-line-1 {
  display: none;
}
body .slick-lightbox .slick-next.slick-disabled {
  background: #1d72b8;
  cursor: initial;
}
body .slick-lightbox .slick-next.slick-disabled:before {
  background-image: url("../img/arrow-left-w.png");
}
body .slick-lightbox .slick-next:hover {
  background: #1d72b8;
  transition: 0.3s;
}
body .slick-lightbox .slick-next:hover:before {
  background-image: url("../img/arrow-left-w.png");
  transition: 0.3s;
}
body .slick-lightbox .slick-lightbox-close {
  background-image: url("../img/close-ico-blue.png");
  cursor: pointer;
  background-size: contain;
}
body .slick-lightbox .slick-lightbox-close:before {
  content: none!important;
}
@media (max-width: 420px) {
  body #slick-lightbox-slick-imgBlowupLens {
    display: none;
  }
  body #image-oneBlowupLens {
    display: none;
  }
  body #image-twoBlowupLens {
    display: none;
  }
  body #image-threeBlowupLens {
    display: none;
  }
  body #image-fourBlowupLens {
    display: none;
  }
  body #image-fiveBlowupLens {
    display: none;
  }
}
.review-item-user {
    color: #396ea6;
}
.reviews-head-title {
    color: #396ea6;
}

#slick-demo4 .show-more{display:none;}
#slick-demo4 .slick-slide.slick-active .translate-more{
	display: inline-block !important;
	color: #1d72b8;
}
.review-item-detail {
    background: #3173ba;
}
.reviews-head-line-2 {
	display: none;
}
.reviews-avg-rating {
	display: none;
    background: #3173ba;
    color: #ffffff;
}
.review-item-detail-book-name,
.review-item-detail .review-item-detail-name,
.review-item-detail .review-item-detail-text,
.review-item-detail .review-item-detail-date {
    color: #fff!important; 
}
.reviews-count-value,
.reviews-count-text {
    color: #757575;
	font-size: 16px;
}
.review-item-user {
    color: #ffffff;
	background: #3e74bc;
}
.reviews-avg-rating-value {
    color: #ffcc00;
}
.review-item-detail:before {
	display: none;
}
.review-item {
    grid-gap: 15px;
}
/*# sourceMappingURL=style.css.map */