body {
  background-color: #898989;
  font-size: 15px;
  font-family: Calibri, Arial, sans-serif;
}
article {
  min-height: 520px;
}
article h2 {
  color: #1A3353;
  font-size: 25px;
}
.sepLine {
  display: block;
  width: 99.5%;
  height: 30px;
  background-color: #1A3352;
  border-top: 2px solid #898989;
  border-bottom: 2px solid #898989;
}
.social {
  display: block;
  height: 32px;
  width: 95px;
  margin: 0 auto;
}
.social a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px;
  float: left;
}
.social a.vk {
  background: url('/assets/images/vk-hover.png') 0 0 transparent;
}
.social a.vk:hover {
  background-image: url('/assets/images/vk.png');
}
.social a.facebook {
  background: url('/assets/images/facebook-hover.png') 0 0 transparent;
}
.social a.facebook:hover {
  background-image: url('/assets/images/facebook.png');
}
header > nav {
  display: block;
  margin-right: 50px;
  margin-top: 15px;
  float: right;
}
header > nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header > nav ul li {
  float: left;
  padding: 10px 8px;
}
header > nav ul li a {
  text-decoration: underline;
  color: #5B5B5B;
  font-size: 16px;
}
header > nav ul li a:hover {
  color: #5B5B5B;
  text-decoration: none;
}
.block-right {
  text-align: right;
  margin-right: 80px;
  margin-bottom: 20px;
}
a.downloadLink {
  display: inline;
  font-size: 23px;
  background-color: #5274A3;
  padding: 5px 10px;
  margin: 0 15px;
  border-radius: 3px;
  color: #fefefe;
  text-decoration: none;
  font-weight: normal;
  -webkit-box-shadow: inset 3px -4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: inset 3px -4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: inset 3px -4px 10px 0px rgba(50, 50, 50, 0.5);
}
a.downloadLink:hover {
  text-decoration: none;
}
.wrapper {
  display: block;
  margin: 20px auto 30px auto;
  max-width: 1200px;
  width: 1200px;
  border: 3px solid #A7A7A7;
  background-color: #fefefe;
}
.wrapper .bookName {
  font-family: Calibri, Arial, sans-serif;
  font-size: 43px;
  margin-left: 380px;
  padding-top: 25px;
  width: 460px;
  height: 100px;
  color: #1A3353;
}
.wrapper .bookName p {
  display: block;
  float: right;
  font-family: Calibri, Arial, sans-serif;
  color: #5B5B5B;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.wrapper .bookPreview {
  display: block;
  position: absolute;
  margin-left: 35px;
  background: transparent url("/assets/images/book.png") no-repeat scroll 0px 0px;
  width: 281px;
  height: 451px;
  margin-top: 25px;
}
.wrapper .anotation {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #1A3353;
  border-bottom: 8px solid #5274A3;
  margin-left: -65px;
  padding-left: 65px;
}
.wrapper .main-content {
  font-size: 16px;
  font-style: italic;
  color: #2B2A29;
  font-weight: bold;
  line-height: 1.4em;
  width: 60%;
  float: left;
}
.wrapper .leftSplit {
  background: transparent url("/assets/images/bgbook.png") repeat-y scroll left top;
  display: block;
  width: 74px;
  float: left;
  margin-left: -40px;
  overflow-y: hidden;
}
.wrapper .content {
  display: block;
  margin-left: 380px;
  background-color: #fff;
  background: transparent url("/assets/images/background.jpg") no-repeat scroll right bottom;
  min-height: 755px;
  height: 100%;
}
.wrapper .black {
  margin-top: 30px;
  color: #000;
}
.wrapper aside.left-menu {
  display: block;
  float: left;
  margin: 320px 0px 0px 40px;
}
.wrapper2 {
  display: block;
  max-width: 1200px;
  margin: 20px auto 30px auto;
}
.wrapper2 aside.left-menu {
  display: block;
  float: left;
  margin: 480px 0px 0px 25px;
}
.wrapper2 .leftSplit {
  background: transparent url("/assets/images/bgbook.png") repeat-y scroll right top;
  display: block;
  width: 74px;
  float: left;
  margin-left: -50px;
  overflow-y: hidden;
}
.wrapper2 .bookPreview {
  display: block;
  position: absolute;
  margin-left: 20px;
  background: transparent url("/assets/images/book.png") no-repeat scroll 0px 0px;
  width: 281px;
  height: 451px;
  margin-top: 25px;
}
.wrapper2 .col-wrap1 {
  width: 350px;
  background-color: #fefefe;
  border: 3px solid #A7A7A7;
  position: relative;
}
.wrapper2 .col-wrap2 {
  width: 830px;
  position: relative;
  left: 100%;
  margin: -3px -200% -3px 10px;
  background-color: #fefefe;
  border: 3px solid #A7A7A7;
}
.wrapper2 .col-wrap2 article {
  padding: 20px 60px 10px 50px;
  font-size: 16px;
  color: #2B2A29;
  font-weight: normal;
  line-height: 160%;
  font-family: Verdana, sans-serif;
}
.wrapper2 .col-wrap2 .bookName {
  font-family: Calibri, Arial, sans-serif;
  font-size: 43px;
  margin-left: 50px;
  padding-top: 25px;
  width: 460px;
  height: 100px;
  color: #1A3353;
}
.wrapper2 .col-wrap2 .bookName p {
  display: block;
  float: right;
  font-family: Verdana, sans-serif;
  color: #5B5B5B;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.wrapper2 .col1 {
  float: left;
  width: 350px;
  margin-right: -100%;
  position: relative;
  left: -350px;
}
.wrapper2 .col2 {
  width: 834px;
  background: url('/assets/images/background1.jpg') no-repeat -48px bottom;
  min-height: 877px;
}
/*
.left-menu nav ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}

.left-menu nav ul > li {
  position: relative; 
}

.left-menu nav ul > li a:hover {
  color: #f5e645;
}

.left-menu nav ul > li > a{
  font-size:18px;
  color: #fff;
  text-decoration:none;
}


  .left-menu nav li ul {
    position: absolute; 
    display: none; 
    top: 2px; 
    left: 195px; 
  }

  .left-menu nav li:hover ul {
    display: block; 
  }

  .left-menu nav li ul li{
    text-align:left;
    background: #59C113;
    padding: 8px 0px 8px 10px;
  }

    .left-menu nav li ul li:hover {
      background: #87DA50;

    }

.left-menu nav li ul li a{
  font-size:14px;
  color:White;
  text-decoration:none;
}

.left-menu nav li ul li a:hover{
  font-size: 14px;
  color: White;
  text-decoration:none;
}
*/
.btn {
  background-color: #5274A3;
  padding: 2px 10px;
  border-radius: 3px;
  color: #FEFEFE;
  text-decoration: none;
  font-size: 17px;
  box-shadow: 3px -4px 10px 0px rgba(50, 50, 50, 0.5) inset;
}
.left-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.left-menu .sub-menu {
  display: none;
}
.left-menu ul > li {
  display: block;
  margin: 12px 0px;
  position: relative;
}
.left-menu ul > li > a {
  background-color: #5274A3;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fefefe;
  text-decoration: none;
  font-size: 17px;
  -webkit-box-shadow: inset 3px -4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: inset 3px -4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: inset 3px -4px 10px 0px rgba(50, 50, 50, 0.5);
}
.left-menu ul > li > a:hover {
  color: #f5e645;
}
.left-menu .sub-menu {
  width: 190px;
  background-color: #5274A3;
  padding: 5px 20px;
  border-radius: 3px;
  color: #fefefe;
  -webkit-box-shadow: inset 3px -4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: inset 3px -4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: inset 3px -4px 10px 0px rgba(50, 50, 50, 0.5);
  position: absolute;
  margin-top: -22px;
  z-index: 9999;
}
.left-menu .sub-menu a {
  font-size: 14px;
  padding: 0;
}
.left-menu .sub-menu li a {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.paginator {
  display: block;
  margin: 40px 0px 0px 0px;
}
.paginator .pager {
  margin: 0 auto;
  display: table;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fefefe;
}
.paginator .pager .-page {
  padding: 5px 15px;
  display: table-cell;
  font-style: normal;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #1A3353;
}
.paginator .pager .-page:first-child {
  border-left: 0;
}
.paginator .pager .-current {
  background-color: #4d71a3;
  color: #fff;
}
h5 {
  font-size: 18px;
  font-weight: bold;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
label::after {
  content: " *";
  color: #F00;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-group {
  margin-bottom: 15px;
}
textarea {
  min-height: 200px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #FF0000;
}
.reviews div.review {
  display: block;
  border: 2px solid #A7A7A7;
  margin: 20px 40px;
  padding: 20px;
  font-size: 14px;
  color: #2B2A29;
  font-weight: normal;
  line-height: 160%;
  font-family: Verdana, sans-serif;
}
.reviews .name {
  font-weight: bold;
  margin-right: 20px;
}
.reviews time {
  font-size: 12px;
  color: #A7A7A7;
}
.ayn {
  text-align: center;
  margin-top: 20px;
}
.ayn a {
  color: #5274A3;
  text-decoration: underline;
  font-size: 14px;
  padding-bottom: 5px;
}
