


/* Start:/bitrix/templates/books/template_styles.css?174644823419276*/
/*FONTS*/
@font-face {
  font-family: "latolight";
  src: url("/css/fonts/lato-light.eot");
  src: url("/css/fonts/lato-light.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/lato-light.woff2") format("woff2"),
    url("/css/fonts/lato-light.woff") format("woff"),
    url("/css/fonts/lato-light.ttf") format("truetype"),
    url("/css/fonts/lato-light.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  border: none;
}
input:focus,
a:focus {
  outline: none;
  border: none;
}
strong {
  font-weight: 700;
}
body {
  position: relative;
  font-family: "latolight";
  font-size: 16px;
  color: #000;
  background: url(/i/bg.jpg) center 0/100% auto repeat;
  min-width: 1190px;
}
.wrap {
  width: 1192px;
  position: relative;
  margin: 0 auto;
}
.cb:after {
  content: "";
  display: block;
  clear: both;
}
.content .tab td {
  border: 1px solid;
}
strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 0.7rem;
}
a{color:#738e38;}
/*header*/
.header {
  height: 90px;
}
.logo {
  position: absolute;
  left: 75px;
  display: block;
  width: 180px;
  height: 130px;
  background: radial-gradient(circle at right 15px, #bcc56c 0%, #596a26 100%);
  z-index: 2;
}
.logo img {
  margin: 5px 0 0 30px;
}
.contact {
  float: right;
  margin: 15px 75px 0 0;
  color: #fff;
}
.phone {
  height: 35px;
  padding: 12px 0 0 45px;
  font-size: 26px;
  background: url(/i/phone.png) 0 center no-repeat;
}
.mail {
  float: right;
  height: 12px;
  padding: 0 3px 3px 25px;
  font-size: 16px;
  background: url(/i/mail.png) 0 center no-repeat;
  white-space: nowrap;
}
.banner {
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 40px;
}
.menu {
  float: left;
  color: #fff;
  font-size: 20px;
  margin: 10px 0 10px 270px;
}
.menu > li {
  float: left;
  cursor: pointer;
  position: relative;
}
.menu > li a {
  color: inherit;
  text-decoration: none;
  padding: 0 10px;
}
.menu > li > a:hover {
  color: #ffc514;
}
.hide-menu-block {
  top: -10000px;
  opacity: 0;
  position: absolute;
  right: -10px;
  text-align: right;
  z-index: 3;
  white-space: nowrap;
  padding-top: 10px;
}
.hide-menu-block li a {
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 1%,
    rgba(0, 0, 0, 0.65) 100%
  );
  padding: 8px 20px;
  font-size: 16px;
}
.hide-menu-block li a:hover {
  background: linear-gradient(to bottom, #ff9700 1%, #de8706 100%);
}
.menu > li:hover > .hide-menu-block {
  top: 100%;
  opacity: 1;
}

.logout {
  color: #fff;
  display: inline-block;
  float: right;
  height: 13px;
  margin-right: 40px;
  margin-top: 5px;
  text-decoration: none;
}
.logout:hover {
  color: #ffc514;
}

.cabinet {
  float: right;
  height: 13px;
  background: url(/i/lc.png) 0 center no-repeat;
  color: #fff;
  display: inline-block;
  padding: 0 0 0 24px;
  margin-right: 40px;
  text-decoration: none;
  margin-top: 5px;
}
.cabinet:hover {
  background: url(/i/lc_hover.png) 0 center no-repeat;
  color: #ffc514;
}
.sitebar {
  float: right;
  color: #fff;
  font-size: 12px;
  margin-right: 40px;
  max-height: 437px;
}
.sitebar li {
  position: relative;
}
.sitebar > li > a {
  display: block;
  width: 259px;
  padding: 6.8px 36px 7.0px 0;
  text-align: right;
  background: green;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sitebar > li:nth-of-type(1) > a {
  background: radial-gradient(
      ellipse at 48px 17px,
      #597e32 0%,
      #798e39 43%,
      #648634 81%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(2) > a {
  background: radial-gradient(
      ellipse at 48px 17px,
      #789a3d -64%,
      #738e38 43%,
      #768b37 81%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(3) > a {
  background: radial-gradient(
      ellipse at 48px 17px,
      #a2ad5b -64%,
      #738e38 43%,
      #6a8133 81%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(4) > a {
  background: radial-gradient(
      ellipse at 48px 17px,
      #a2ad5b -64%,
      #738e38 43%,
      #6f8734 81%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(5) > a {
  background: radial-gradient(
      ellipse at 48px 17px,
      #a2ad5b -64%,
      #738e38 43%,
      #5a732b 81%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(6) > a {
  background: radial-gradient(
      ellipse at -79px 8px,
      #768a33 0%,
      #738e38 30%,
      #41571d 115%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(7) > a {
  background: radial-gradient(
      ellipse at -124px -43px,
      #a2ad5b 27%,
      #738e38 47%,
      #3b521c 92%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(8) > a {
  background: radial-gradient(
      ellipse at -51px 3px,
      #a2ad5b -64%,
      #738e38 -3%,
      #41551c 52%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(9) > a {
  background: radial-gradient(
      ellipse at -51px 3px,
      #a2ad5b -64%,
      #738e38 -3%,
      #41551c 52%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(10) > a {
  background: radial-gradient(
      ellipse at -51px 3px,
      #a2ad5b -64%,
      #738e38 -3%,
      #41551c 52%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(11) > a {
  background: radial-gradient(
      ellipse at -51px 3px,
      #a2ad5b -64%,
      #738e38 -3%,
      #41551c 52%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(12) > a {
  background: radial-gradient(
      ellipse at -51px 3px,
      #a2ad5b -64%,
      #738e38 -3%,
      #41551c 52%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(13) > a {
  background: radial-gradient(
      ellipse at -51px 3px,
      #a2ad5b -64%,
      #738e38 -3%,
      #41551c 52%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(14) > a {
  background: radial-gradient(
      ellipse at -51px 3px,
      #a2ad5b -64%,
      #738e38 -3%,
      #41551c 52%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(15) > a {
  background: radial-gradient(
      ellipse at -51px 3px,
      #a2ad5b -64%,
      #738e38 -3%,
      #41551c 52%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sitebar > li:nth-of-type(16) > a {
  background: radial-gradient(
      ellipse at -51px 3px,
      #a2ad5b -64%,
      #738e38 -3%,
      #41551c 52%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.sitebar li > a:hover,
.sitebar li > a:active {
  background: radial-gradient(ellipse at left 15px, #58940d 0%, #3f7109 100%);
  color: #fff701;
  box-shadow: 0px 1px 1px rgba(2, 2, 2, 0.59) inset,
    0px -1px 20px rgba(14, 14, 14, 0.47) inset;
}
.sitebar li > a:hover .sitebar-arr {
  background: url(/i/arr_hover.png) 4px center / 39% 57% no-repeat;
  border: 1px solid #000;
  transform: rotate(0deg);
}
.sitebar-arr {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #fff;
  background: url(/i/arr.png) 4px center / 39% 57% no-repeat;
  vertical-align: middle;
  transform: rotate(-90deg);
  transition: transform 0.2s;
}
.hide-sitebar-block {
  top: -9999px;
  opacity: 0;
  position: absolute;
  left: -230px;
  text-align: right;
  z-index: 3;
}
.hide-sitebar-block li a {
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 1%,
    rgba(0, 0, 0, 0.65) 100%
  );
  padding: 8px 20px 8px 0;
  width: 210px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}
.sitebar > li:hover > .hide-sitebar-block {
  opacity: 1;
  top: 0;
}
.about {
  width: 940px;
  background: linear-gradient(to bottom, #b9b9b9 0%, #ececec 15%, #f5f5f5 100%);
  padding: 30px 30px 70px 30px;
  margin-top: -40px;
}

.content {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  margin-right: 40px;
  max-width: 755px;
  min-height: 522px;
  padding: 0 30px 70px;
  min-width: 755px;
  font-family: "Droid Sans", sans-serif;
}

.text {
  font-family: "Droid Sans", sans-serif;
}
.content h1,
.about h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.content h2,
.text h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 1.3rem;
  margin-left: 0;
}
.content h3,
.text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 1.1rem;
  margin-left: 0;
}

.content h4,
.text h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 1rem;
  margin-left: 1.1rem;
}
.content p,
.content td,
.content li,
.text p,
.text li {
  font-size: 1rem;
  line-height: 1.2rem;
  /*text-indent: 25px;*/
  margin-top: 10px;
  font-family: "Droid Sans", sans-serif;
}
.content td {
  text-indent: 0;
  padding: 5px;
  font-size: 1rem;
  line-height: 17px;
  margin-top: 10px;
  font-family: "Droid Sans", sans-serif;
  vertical-align: middle;
}

.colorRed {
  color: red;
  font-size: 2rem !important;
}

.bigImg, .contactBlockList img /*.content img, .text img*/ {
  margin-left: 0;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #424242;
  height: 200px;
  width: auto;
}

.content li,
.text li {
margin-right: 2rem;
    margin-left: 30px;
    padding-left: 0;
    text-indent: 0;
    list-style: auto;
}
.content-table td{border:1px solid #ccc;}

.bx_breadcrumbs li {
  margin: 0;
  padding: 0;
}

.contactBlockList {
  border: 2px solid #808080;
  width: 98%;
  margin-top: 1rem;
  border-radius: 7px;
  background-color: #dbdbdb;
  padding-left: 1%;
  padding-right: 1%;
}

.contactBlockList > p {
  margin-left: 2rem;
}

.footer {
  width: 100%;
  min-width: 1190px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  color: #fff;
  margin-top: 35px;
}
.footer .wrap {
  width: 935px;
}
.copiright {
  font-size: 23px;
  left: -25px;
  position: absolute;
  top: -5px;
}

/*SLIDER*/
#sliderwrapper {
  float: left;
  margin-left: 40px;
}
#slidercontainer {
  position: relative;
  height: 437px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sliderbutton {
  width: 35px;
  height: 35px;
  border-radius: 18px;
  border: 1px solid #fff;
  cursor: pointer;
  background: url(/i/arr.png) center center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 2;
}
.sliderbutton:hover {
  background: url(/i/arr.png) center center no-repeat, #fcc314;
}
#slideleft {
  left: none;
  left: 20px;
}
#slideright {
  transform: rotate(180deg);
  left: none;
  right: 20px;
}

#slider {
  float: left;
  position: relative;
  overflow: auto;
  width: 815px;
  height: 437px;
}
#slider ul {
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
}
#slider li {
  float: left;
  width: 815px;
  height: 437px;
}
#slider img {
  width: 100%;
  height: 100%;
}
.sliderpagination {
  position: absolute;
  top: 50%;
  left: -21px;
  list-style: none;
  margin-top: -20px;
}
.sliderpagination li {
  cursor: pointer;
  height: 7px;
  width: 7px;
  background: #919191;
  border-radius: 6px;
  border: 2px solid #919191;
  margin-bottom: 8px;
}
.sliderpagination li:hover,
li.current {
  background: #fcc314;
}

/*ADMIN_PANEL*/
#bx_incl_area_3_1 {
  /*position: absolute;*/
  width: 72%;
}
#bx_incl_area_2_2 {
  margin-top: -12px;
}
#bx_incl_area_2_3 {
  clear: right;
}

label {
  cursor: pointer;
  margin-top: 10px;
}
.form_vhod {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-top: 10px;
}
.form_registr {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-top: 10px;
  display: none;
}
.input_form {
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 10px 10px 10px 30px;
  width: 200px;
}
.input_form:focus {
  border: 1px solid #657829;
}
.input_submit {
  cursor: pointer;
  padding: 10px 0;
  width: 242px;
  color: #fff;
  font-weight: 700;
  background: #657829; /* Old browsers */
  background: -moz-linear-gradient(left, #657829 0%, #9cad45 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #657829),
    color-stop(100%, #9cad45)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #657829 0%,
    #9cad45 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #657829 0%,
    #9cad45 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #657829 0%, #9cad45 100%); /* IE10+ */
  background: linear-gradient(to right, #657829 0%, #9cad45 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#657829', endColorstr='#9cad45',GradientType=1 ); /* IE6-9 */
}
.input_submit:active {
  top: 1px;
  position: relative;
}
.email {
  background: #f7f7f7 url("/i/email.jpg") no-repeat scroll 5px 8px;
}
.pass {
  background: #f7f7f7 url("/i/pass.jpg") no-repeat scroll 5px 8px;
}

p.font4 {
  font-size: 1.1rem;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/bitrix/templates/books/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/bitrix/templates/books/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/bitrix/templates/books/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/bitrix/templates/books/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/bitrix/templates/books/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/bitrix/templates/books/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
a.cabinet {
  display: none !important;
}
.logo img {
  width: auto;
  height: 124px;
}
/* End */
/* /bitrix/templates/books/template_styles.css?174644823419276 */
