body {
  overflow-x: hidden;
}
.page {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.block {
  width: 980px;
  margin: 0 auto;
  padding: 0 17px;
}
.header {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.header > div {
  height: 108px;
}
.header .section-1 {
  background: #d4deef;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZGVlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #d4deef 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d4deef), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d4deef 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d4deef 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d4deef 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d4deef 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4deef', endColorstr='#ffffff', GradientType=1);
  /* IE6-8 */
  border: solid 1px #d5dfef;
  height: 108px;
}
.header .section-2 {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #ffffff 0%, #e1e1e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #e1e1e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #e1e1e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #e1e1e1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #e1e1e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=1);
  /* IE6-8 */
  border: solid 1px #e1e1e1;
  height: 108px;
}
.header .btn-group {
  margin-top: 18px;
}
.header .btn-group > div {
  float: left;
}
.header .btn-group .big-button {
  margin-left: -17px;
}
.header .btn-group .big-button a {
  background: #2d5eb5;
  width: 179px;
  height: 71px;
  display: inline-block;
  font-size: 16px;
  font-family: 'proximanova-regular-webfont';
  color: #ffffff;
  line-height: 71px;
  text-decoration: none;
}
.header .btn-group .big-button a i {
  background: url("/assets/images/arrow.png") no-repeat 0 0;
  width: 9px;
  height: 14px;
  display: inline-block;
  margin: 0 12px;
}
.header .btn-group .big-button a:hover {
  background: #2252a8;
}
.header .btn-group .big-button em {
  background: url("/assets/images/link_shadow.png") no-repeat;
  width: 195px;
  height: 11px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.header .btn-group .big-button.dark {
  margin-left: 0;
  margin-right: -17px;
}
.header .btn-group .big-button.dark a {
  background: #5c5c5c;
  padding: 0 0 0 20px;
}
.header .btn-group .big-button.dark a i {
  background: url("/assets/images/arrow.png") no-repeat -9px 0;
  width: 9px;
  height: 14px;
  display: inline-block;
  margin-left: 12px;
}
.text-align-right {
    text-align: right;
}
.header .btn-group .big-button.dark a:hover {
  background: #3a3a3a;
}
.header .btn-group .big-button.dark em {
  background: url("/assets/images/link_shadow_dark.png") no-repeat;
  width: 195px;
  height: 11px;
  position: absolute;
  margin-left: 2px;
}
.header .btn-group .small-buttons ul li {
  clear: both;
}
.header .btn-group .small-buttons ul li a {
  background: url("/assets/images/assets.png") no-repeat;
  width: 34px;
  height: 37px;
  display: block;
}
.header .btn-group .small-buttons ul li a.facebook {
  background-position: -189px -235px;
}
.header .btn-group .small-buttons ul li a.facebook:hover {
  background-position: -189px -310px;
}
.header .btn-group .small-buttons ul li a.twitter {
  background-position: -189px -272px;
}
.header .btn-group .small-buttons ul li a.twitter:hover {
  background-position: -189px -347px;
}
.header .btn-group .small-buttons.dark ul li a.facebook {
  background-position: -229px -235px;
}
.header .btn-group .small-buttons.dark ul li a.facebook:hover {
  background-position: -229px -310px;
}
.header .btn-group .small-buttons.dark ul li a.twitter {
  background-position: -229px -272px;
}
.header .btn-group .small-buttons.dark ul li a.twitter:hover {
  background-position: -229px -347px;
}
.header .logo {
  float: right;
  margin-top: 40px;
  margin-right: 15px;
}
.header .logo.dark {
  float: left !important;
  margin-top: 33px;
  margin-left: 15px;
}
.header .btn-group.dark > div {
  float: right;
}
.page-slider {
  max-width: 958px;
  max-height: 474px;
  border: solid 1px #cecece;
  margin: 0 auto;
  position: relative;
  clear: both;
}
.page-slider .slide > div {
  position: relative;
  max-width: 958px;
  max-height: 474px;
}
.page-slider .slide .shadow {
  background: url("/assets/images/shadow.png") no-repeat;
  width: 100%;
  height: 179px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-slider .slide .text {
  text-align: center;
  position: absolute;
  z-index: 5;
  bottom: 25px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}
.page-slider .slide .text .writer-name {
  font-size: 22px;
  font-family: 'proximanova-regular-webfont';
  color: #ffffff;
  margin-bottom: 15px;
}
.page-slider .slide .text .book-name {
  font-size: 40px;
  font-family: 'proximanova-bold-webfont';
  color: #ffffff;
}
.page-slider .controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.page-slider .controls ul li {
  display: inline;
}
.page-slider .controls ul li a {
  display: inline-block;
  background: #b0b0b0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.page-slider .controls ul li a.active {
  background: #6284bf;
}
.page-slider #nav {
  visibility: hidden;
  position: absolute;
}
.main {
  padding: 0 17px;
}
.main .about {
  padding: 25px 50px;
  background: #f7f7f5;
}
.main .height {
  height: 40px;
}
.main h3 {
  font-size: 23px;
  font-family: 'proximanova-bold-webfont';
  color: #727272;
  text-align: center;
  margin: 20px 0;
}
.main p {
  font-size: 16px;
  font-family: 'proximanova-regular-webfont';
  color: #727272;
  line-height: 26px;
  text-align: center;
}
.footer {
  max-width: 958px;
  line-height: 47px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 15px;
  background: #f1f1f1;
  font-size: 12px;
  font-family: 'proximanova-regular-webfont';
  color: #858585;
}
.footer ul li {
  display: inline;
}
.footer ul li a {
  color: #858585;
}
.ie7 .footer {
  width: 906px;
}
.ie7 .page-slider {
  border: none;
}
.ie7 .page-slider img {
  border: solid 1px #cecece;
}
.main {
  max-width: 980px;
  margin: 0 auto;
}
.no-margin {
  margin: 0 !important;
}
.small {
  display: none;
}
.row > div {
  padding-left: 9px;
  padding-right: 9px;
}