

/* Start:/local/templates/book.zdrav.ru/books/css/bootstrap-grid.css?158029435039507*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1260px) {
  .container {
    max-width: 1230px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1259px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1259px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1259px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* End */


/* Start:/local/templates/book.zdrav.ru/books/css/normalize.css?15802943506138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/book.zdrav.ru/css/rx-login.css?168751095816821*/
/*@import '/local/templates/book.zdrav.ru/css/site_list.css'; */
.rx-userbar{
    height: 43px;
}
/*@media only screen and (max-width: 820px){
.rx-userbar{
    height: 70px;
}
}*/
.rx-h1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 16px;
}

.rx-h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

.rx-p {
    margin: 0 0 5px;
}

.rx-userbar-inner:before, .rx-userbar-inner:after {
    content: '';
    display: table;
}
.rx-userbar-inner:after {
    clear: both;
}

.rx-transparent {
    background: none !important;
}

.rx-hidden {
    display: none !important;
}

.rx-auth {
    color: #000;
    float: right;
    font: 13px/16px sans-serif;
    padding: 2px 0;
    position: relative;
}
.rx-auth > .rx-button {
    margin: -5px 0;
}
.rx-auth > .rx-box-popup {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 7px;
    z-index: 1000;
}
.lt-ie9 .rx-userbar-right .rx-auth > .rx-box-popup {
    /*position: fixed;
    margin-right: 20px;
    right: 0;
    top: 28px;*/
    overflow:visible;
} 
.rx-userbar .rx-auth {
    color: #CCC;
}
.rx-userbar .rx-auth > .rx-box-popup {
    margin-top: 12px;
}
.rx-link.rx-link-nomargin{
    margin: 0;
}
.rx-link.rx-link-nopadding{
    padding: 6px 0;
}
.rx-auth .rx-link u{
    position:relative;
}
.rx-ask-icon{
    background: url("/i/rx-login/triangle.png") no-repeat scroll -24px 0 transparent;
    bottom: -7px;
    display: block;
    height: 7px;
    left: 8px;
    position: absolute;
    width: 12px;
}
.rx-link:hover .rx-ask-icon{
    background-position: -36px 0px;
}
.rx-ask-icon.rx-ask-icon-white{
    background-position: 0px 0px; 
}
.rx-link:hover .rx-ask-icon.rx-ask-icon-white{
    background-position: -12px 0px;
}
input.placeholder{
    color: #757575;
}

.rx-box {
    color: #000;
    font: 14px/18px sans-serif;
    background-clip: padding-box;
    background-color: #efefef;
    border-color: #e5e5e5 #cccccc #b4b4b4;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 4px 15px rgba(74, 70, 62, 0.35);
    overflow: hidden;
    text-align: left;
}

.rx-box-inline {
    min-width: 560px;
}

.rx-box-popup {
    width: 340px;
}

.rx-box-main {
    padding: 24px 20px 15px;
    position:relative;
}

.rx-box-footer {
    background: #e0e0e0;
    padding: 14px 20px;
}

.rx-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #126979;
    background-image: -webkit-linear-gradient(#257584 5%, #005e6f 80%);
    background-image: -moz-linear-gradient(#257584 5%, #005e6f 80%);
    background-image: -ms-linear-gradient(#257584 5%, #005e6f 80%);
    background-image: -o-linear-gradient(#257584 5%, #005e6f 80%);
    background-image: linear-gradient(#257584 5%, #005e6f 80%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#FF257584', endColorStr='#FF005E6F')";
    background-clip: padding-box;
    border-color: #3d8491 #126a7a #004d5b;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font: 13px/normal sans-serif;
    height: 26px;
    margin: 0;
    padding: 4px 16px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}
.rx-button:hover {
    background-color: #147384;
    background-image: -webkit-linear-gradient(#287f8f 5%, #00687a 80%);
    background-image: -moz-linear-gradient(#287f8f 5%, #00687a 80%);
    background-image: -ms-linear-gradient(#287f8f 5%, #00687a 80%);
    background-image: -o-linear-gradient(#287f8f 5%, #00687a 80%);
    background-image: linear-gradient(#287f8f 5%, #00687a 80%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#FF287F8F', endColorStr='#FF00687A')";
    border-color: #3d8491 #166c7c #005766;
}
.rx-button:active, .rx-auth.rx-open > .rx-button {
    background-color: #126979;
    background-image: -webkit-linear-gradient(#257584 5%, #005e6f 80%);
    background-image: -moz-linear-gradient(#257584 5%, #005e6f 80%);
    background-image: -ms-linear-gradient(#257584 5%, #005e6f 80%);
    background-image: -o-linear-gradient(#257584 5%, #005e6f 80%);
    background-image: linear-gradient(#257584 5%, #005e6f 80%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#FF257584', endColorStr='#FF005E6F')";
    box-shadow: inset 0 2px 4px rgba(0, 33, 39, 0.85);
    border-color: #01272e #013842 #014a56;
}
.rx-button.rx-disabled {
    background-image: -webkit-linear-gradient(#a7c8ce 5%, #99bfc5 80%);
    background-image: -moz-linear-gradient(#a7c8ce 5%, #99bfc5 80%);
    background-image: -ms-linear-gradient(#a7c8ce 5%, #99bfc5 80%);
    background-image: -o-linear-gradient(#a7c8ce 5%, #99bfc5 80%);
    background-image: linear-gradient(#a7c8ce 5%, #99bfc5 80%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#FFA7C8CE', endColorStr='#FF99BFC5')";
    box-shadow: none;
    border-color: #b1ced3 #a1c4ca #99b8bd;
    color: #daeff2;
    cursor: default;
}

.rx-button-large {
    font-size: 16px;
    height: 36px;
    padding: 8px 12px 9px;
}

.rx-button-branded {
    padding-left: 48px;
    position: relative;
}
.rx-button-branded:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url('/i/rx-login/rx-action-badge.png') no-repeat 4px 50%;
    content: '';
    width: 31px;
    border-right: 1px solid #357f8d;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.rx-button-branded.rx-disabled:before {
    background-image: url('/i/rx-login/rx-action-badge-disabled.png');
}
.rx-button-branded.rx-button-large {
    padding-left: 50px;
}
.rx-button-branded.rx-button-large:before {
    background-position: 8px 50%;
    width: 38px;
}

.rx-button-yellow {
    background-color: #fac953;
    background-image: -webkit-linear-gradient(#ffdb75, #f5b831);
    background-image: -moz-linear-gradient(#ffdb75, #f5b831);
    background-image: -ms-linear-gradient(#ffdb75, #f5b831);
    background-image: -o-linear-gradient(#ffdb75, #f5b831);
    background-image: linear-gradient(#ffdb75, #f5b831);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#FFFFDB75', endColorStr='#FFF5B831')";
    border-color: #dfaa33;
    border-style: solid;
    border-width: 0 0 1px;
    color: #000;
    font-size: 16px;
    height: 36px;
    padding: 9px 16px;
}
.rx-button-yellow:hover {
    background-color: #fad169;
    background-image: -webkit-linear-gradient(#ffe391, #f5c042);
    background-image: -moz-linear-gradient(#ffe391, #f5c042);
    background-image: -ms-linear-gradient(#ffe391, #f5c042);
    background-image: -o-linear-gradient(#ffe391, #f5c042);
    background-image: linear-gradient(#ffe391, #f5c042);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#FFFFE391', endColorStr='#FFF5C042')";
    border-color: #dfae40;
}
.rx-button-yellow:active {
    background-color: #ebb222;
    background-image: -webkit-linear-gradient(#f7c544, #e0a001);
    background-image: -moz-linear-gradient(#f7c544, #e0a001);
    background-image: -ms-linear-gradient(#f7c544, #e0a001);
    background-image: -o-linear-gradient(#f7c544, #e0a001);
    background-image: linear-gradient(#f7c544, #e0a001);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#FFF7C544', endColorStr='#FFE0A001')";
    border-color: #a57122 #d79b30 #c38832;
    border-width: 1px;
    box-shadow: inset 0 2px 4px rgba(108, 71, 31, 0.75);
    padding: 8px 15px 9px;
}

.rx-cascade {
    overflow: hidden;
}

.rx-cascade-1,
.rx-cascade-2 {
    float: left;
}

.rx-cascade-1 {
    width: 320px;
}

.rx-cascade-2 {
    max-width: 70px;
    min-height: 1px;
    min-width: 25px;
    width: 4%;
}

.rx-cascade-3 {
    max-width: 230px;
    overflow: hidden;
}

.rx-footer {
    font-size: 11px;
    line-height: 14px;
}
.rx-footer > .rx-logo {
    margin: 0 0 4px;
}

.rx-footer-inline > .rx-logo {
    display: inline-block;
    margin: 0 12px -7px 0;
    vertical-align: baseline;
}

.rx-link {
    border-width: 0 0 1px;
    cursor: pointer;
    text-decoration: none;
}
.rx-link, .rx-link > u {
    border-style: solid;
}

.rx-link-pseudo, .rx-link-pseudo > u {
    border-style: dashed;
}

.rx-link-black, .rx-link-black > u {
    border-color: #bfbfbf;
    border-color: rgba(0, 0, 0, 0.25);
    color: #000;
}
.rx-link-black:hover, .rx-link-black:hover > u {
    border-color: #f0c5b2;
    border-color: rgba(208, 64, 0, 0.3);
    color: #d04000;
}

.rx-link-blue, .rx-link-blue > u {
    border-color: #b7cbe2;
    border-color: rgba(18, 82, 161, 0.3);
    color: #1252a1;
}
.rx-link-blue:hover, .rx-link-blue:hover > u {
    border-color: #f0c5b2;
    border-color: rgba(208, 64, 0, 0.3);
    color: #d04000;
}

.rx-link-white, .rx-link-white > u {
    border-color: #7b797b;
    border-color: rgba(238, 238, 238, 0.4);
    color: #EEE;
}
.rx-link-white:hover, .rx-link-white:hover > u {
    border-color: #878787;
    border-color: rgba(238, 238, 238, 0.5);
    color: #FFF;
    text-decoration: none;
}

.rx-link-extended {
    border-style: none;
    margin: -6px -0.67em;
    padding: 6px 0.67em;
}
.rx-link-extended > u {
    border-style: solid;
    border-width: 0 0 1px;
    text-decoration: none;
}

.rx-logo {
    display: block;
    overflow: hidden;
}
.rx-logo:before {
    width: 0;
    height: 150%;
    content: '';
    display: block;
}

.rx-logo-alpha {
    width: 166px;
    height: 22px;
    background: url('/i/rx-login/rx-logo-alpha.png');
}

.rx-logo-bravo {
    height: 22px;
    width: 166px;
    background: url('/i/rx-login/rx-logo-bravo.png');
}

.rx-logo-2023{
    width: 262px;
    height: 22px;
    background: url(/i/rx-login/logo-zdrav.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rx-submit {
    font-size: 0;
    line-height: 0;
    text-align: justify;
    text-justify: newspaper;
}
.rx-submit:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.rx-submit > .rx-button {
    display: inline-block;
}

.rx-submit-hint {
    font-size: 14px;
    line-height: 18px;
    color: #B30;
    display: inline-block;
}

.rx-textbox-group {
    padding-bottom: 10px;
}
.rx-textbox-group > .rx-textbox,
.rx-textbox-group > .rx-textbox-append {
    border-radius: 0;
    display: block;
    width: 100%;
}
.rx-textbox-group > .rx-textbox.rx-first,
.rx-textbox-group > .rx-textbox-append.rx-first {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.rx-textbox-group > .rx-textbox.rx-first ~ .rx-textbox, .rx-textbox-group > .rx-textbox.rx-first ~ .rx-textbox-append,
.rx-textbox-group > .rx-textbox-append.rx-first ~ .rx-textbox,
.rx-textbox-group > .rx-textbox-append.rx-first ~ .rx-textbox-append {
    box-shadow: none;
    margin-top: -1px;
}
/* .lt-ie9 .rx-textbox-group > .rx-textbox.rx-first ~ .rx-textbox, .lt-ie9  .rx-textbox-group > .rx-textbox.rx-first ~ .rx-textbox-append,
.lt-ie9  .rx-textbox-group > .rx-textbox-append.rx-first ~ .rx-textbox,
.lt-ie9  .rx-textbox-group > .rx-textbox-append.rx-first ~ .rx-textbox-append {
  margin-top: 0px;
} */
.rx-textbox-group > .rx-textbox.rx-last,
.rx-textbox-group > .rx-textbox-append.rx-last {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.rx-textbox,
.rx-textbox-append {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    box-shadow: inset 0 2px 3px #efefef;
    display: inline-block;
    font: 14px/normal sans-serif;
    height: 37px;
    margin: 0;
    vertical-align: baseline;
}
.rx-textbox.rx-error,
.rx-textbox-append.rx-error {
    border-color: #d45526;
    position: relative;
}

.rx-textbox {
    padding: 9px 10px 10px;
}
.rx-textbox:focus {
    outline: 0;
}

.rx-textbox-append {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}
.rx-textbox-append > .rx-textbox {
    background: none;
    border: 0;
    box-shadow: none;
    padding-right: 0;
    width: 220px;
}
.rx-box-inline .rx-textbox-append > .rx-textbox {
    width: 240px;
}


.rx-textbox-addon {
    font-size: 13px;
    line-height: normal;
    display: inline-block;
    padding-right: 10px;
    text-align: right;
    vertical-align: baseline;
    width: 68px;
}

.rx-userbar {
    background-color: #252525;
    background-image: -webkit-linear-gradient(#2e2e2e, #1c1c1c);
    background-image: -moz-linear-gradient(#2e2e2e, #1c1c1c);
    background-image: -ms-linear-gradient(#2e2e2e, #1c1c1c);
    background-image: -o-linear-gradient(#2e2e2e, #1c1c1c);
    background-image: linear-gradient(#2e2e2e, #1c1c1c);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#FF2E2E2E', endColorStr='#FF1C1C1C')";
    color: #999;
    font: 14px/20px sans-serif;
    position:fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 0;
}
.rx-userbar-placeholder{
    height: 43px;
}

.rx-userbar-inner {
    margin: auto;
    min-width: 800px;
    padding: 7px 20px 8px;
}

.rx-userbar-left {
    float: left;
}
.rx-userbar-left > .rx-logo {
    float: left;
    margin: 3px 22px 0 0;
}

.rx-userbar-right {
    float: right;
}

.rx-whatever {
    font-size: 11px;
    line-height: 14px;
    position: relative;
    top: -1px;
    border: 1px solid #8fb5bb;
    border: 1px solid rgba(0, 94, 111, 0.4);
    border-radius: 3px;
    color: #005e6f;
    cursor: pointer;
    display: inline-block; 
    padding: 3px 5px 2px;
    margin-top: -2px;
    vertical-align: baseline;
}
.rx-whatever:hover {
    border: 1px solid #daa38f;
    border: 1px solid rgba(187, 51, 0, 0.4);
    color: #B30;
}

.rx-transparent > .rx-textbox {
    padding: 9px 10px 9px 11px;
}


#rx-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
#rx-pass-field{
    height: auto;
}
#rx-popup{
    position: fixed;
    z-index:25000;
    right: 20px;
    top: 40px !important;
}
#rx-popup.ie8{
    width: 413px;
}
#rx-popup.ie8 .rx-textbox-group{
    position: relative;
    padding-left: 67px;
}
#rx-popup.ie8 .rx-textbox-group .ie-label, #rx-form.ie8 .ie-label{
    position: absolute;
    left: 0;
    margin-top:11px;
    font-size: 12px;
    line-height: 15px;
}
#rx-popup.ie8 .rx-textbox-group .rx-last .ie-label{
    margin-top:10px;
}
#rx-popup.ie8 .rx-h1{
    margin-left: 67px;
}
#rx-popup.ie8 .rx-submit {
    margin-left: 67px;
}
#rx-popup.ie8 .rx-box-footer {
    padding-left: 87px;
}
.already-registered{
    color: #369822;
    font-size: 18px;
    font-weight: bold;
}
.already-registered img{
    margin-right: 8px;
}
#rx-popup .already-registered{
    margin-bottom: 0;
}

#rx-form.ie8 .rx-cascade{
    margin-left: 80px;
}

#rx-form.ie8 .rx-box-footer{
    padding-left: 100px;
}
#rx-inline-block > #rx-form.ie8 .ie-label{
    margin-left: 20px;
}
#rx-form.ie8 .rx-h1{
    margin-left: 80px;
}

#rx-inline-block > #rx-form.ie8 .rx-textbox-append > .rx-textbox {
    width: 180px;
}

#rx-inline-block > #rx-form.ie8 .rx-cascade-1 {
    width: 260px;
}
#rx-inline-block > #rx-form.ie8 .rx-cascade-hint{
    width: 320px !important;
}

/* social */
.id2-socreg-entrance-button {
    min-width: 36px;
    vertical-align: bottom;
}
.rx-submit button.rx-button {
    margin-bottom: 3px;
    float: left;
}
.rx-submit > .soc-reg-auth-container {
    float: left;
    /*margin-left: 25px;*/
}    

.soc-reg-auth-container .text-container {
    float: left;
    font-size: 13px;
    line-height: normal;
    color: #929292;
    margin: 0 16px 0 8px;
    padding-top: 9px;
}
.soc-reg-auth-container .button-container {
    float: left;
}
@media (max-width: 767px) {
    .rx-submit > .rx-button + div.id2-soc {
        margin-left: 3px;
    }
    .rx-submit div.id2-soc {
        margin-bottom: 3px;
    }
    .pwlog .PWClose{
        left: 300px !important;
    }
}
@media(max-width:767px){
    .h-hidden-mobile{
        display:none;
    }
}
/* End */


/* Start:/local/templates/book.zdrav.ru/css/addkn.css?154565371110840*/
/* Кнопка ID2 */
@media (max-width: 767px) {
    
    .rx-userbar-inner{
        min-width: 320px;
        padding: 2px 0px 0px 10px;
    }
    .rx-userbar-left > .rx-logo {
        margin: 10px 22px 0 0;
    }
    
    .id2-rx-user-informer-button,
    .id2-rx-noauth-informer-button,
    .id2-rx-noauth-informer-button.id2-rx-informer-open:hover,
    .id2-rx-user-informer-button.id2-rx-informer-open:hover,
    .id2-rx-noauth-informer-button.id2-rx-informer-open,
    .id2-rx-user-informer-button.id2-rx-informer-open,
    .rx-auth > .rx-button {
        /* transition: 1s ease-out 0.5s; */
        display:inline-block!important;
        vertical-align:middle!important;
        outline:none!important;
        padding:0!important;
        height: 41px!important;
        line-height: 41px!important;
        width: 41px!important;
        border-radius:3px 0 0 3px!important;
        overflow:hidden;
        background:#247483 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAALCAYAAACK9ybzAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAFaSURBVDiNfdK/S1dRHMbxU9l3UaElCCEI3ByjCPqxR0tQELYEDYGL5B/Q4lBjEK3tCbUGNRQpSVOZRGhtCmmbRhGUxqvhnksPx+gDZ7jv5/N8nnvP/RSUOHewXc8KRjDANJ7gM3Z19RXPcDb8T6t3Cxd7ngFX/K0dnKv8sP/XT4zX3vPBP2EoQybwPRpmmi98gCkcxzFMNkHXovd58Kk+ZBSrIcw1Ae0ZwUn8CM/V0E8E38RwweOAH+qQHDqob/oI6/5dZxrPXGi3CjYCXG6aD2G5GbiNjw072vjyOrcKbgR40TTPhrauu4qi25y+dnEgPGP4EvrdotuA/CcXwrAQ/Hbw6eBrwQ9iMbSXGOrFSyEsY3/l88EXdUtScD/4fITcC76BI2KF9+F1NPQredPe2mmeZ+39D79wug/P+z+FN3iHhxE+g/f4HUO+YakGDHQb+ap63+J6zC1/AG/Ux7qdw3dsAAAAAElFTkSuQmCC) no-repeat center center!important;
    }	
    #id2-rx-user-buttontitle {

    }
    .id2-rx-user-informer-block a.support-icon {
        top: 7px!important;
    }
    .id2-rx-user-informer-button > span,
    .id2-rx-noauth-informer-button > span {
        display:none!important;
    }		
}
@media (max-width: 992px) {
    .rx-userbar .rx-userbar-right .header__button {
        margin: 0 2px;!important;
    }
}
.id2-rx-user-informer-icon.id2-rx-informer-message {
    box-sizing: content-box;
}
@media (min-width: 768px) {
    .header__top .h-right {
        /* padding-top:3px; */
    }
    .id2-rx-user-informer-button {
        line-height: 17px;
    }
}


/* Кнопка "полезно" */
.id2-polezno.id2-polezno-top,
.id2-polezno.id2-polezno-bot {
    height:auto!important;
}
.id2-polezno-button.visible {
    height:auto!important;
    float: none!important;
    vertical-align: middle!important;
    text-transform: none!important;
    font-size: 14px!important;
    font-weight: 400!important;
    background: #237383!important;
    display: inline-block!important;
    padding: 14px 15px 12px 50px!important;
    border-radius: 2px!important;
    line-height: 1!important;
    box-shadow: none!important;
    -webkit-transition: color .2s,background-color .2s!important;
    -moz-transition: color .2s,background-color .2s!important;
    -o-transition: color .2s,background-color .2s!important;
    transition: color .2s,background-color .2s!important;
    margin-top:0!important;
}
.id2-polezno-button.visible.clicked {
    width:auto!important;
}
.id2-polezno-button.visible.clicked:after {
    content:none!important;
}
.save-article {
    overflow: hidden;
}
.save-article .id2-polezno > .id2-polezno-text {
    float: none!important;

    font-family:"PT Sans", sans-serif!important;
    font-size:14px!important;
    margin-bottom:0px!important;
    display: inline-block!important;
    margin-right: 15px!important;		
}
#save-article-first.save-article .id2-polezno > .id2-polezno-text {
    display: block!important;
    margin-bottom:5px!important;
}
.id2-polezno > .id2-polezno-button > .id2-polezno-finger,
.id2-polezno > .id2-polezno-button.clicked > .id2-polezno-finger	{
    top: 16px!important;
    left: 15px!important;
}

.save-article--fixed > .id2-polezno.id2-polezno-top {
    height:52px!important;
    width: 52px!important;
}
#save-article-first.save-article--fixed > .id2-polezno.id2-polezno-top > .id2-polezno-text {
    display:none!important;	
}
.id2-polezno.id2-polezno-top > .id2-polezno-button.visible > .id2-polezno-button-text,
.id2-polezno.id2-polezno-bot > .id2-polezno-button.visible > .id2-polezno-button-text {
    display: inline-block!important;
    font-family:"PT Sans", sans-serif!important;
    padding: 0 12px 0 0!important;
}
.save-article--fixed > .id2-polezno.id2-polezno-top > .id2-polezno-button.visible > .id2-polezno-button-text {
    font-size:9px!important;
    float:none!important;
    display:none!important;
}
.id2-polezno > .id2-polezno-button.visible .id2-polezno-counter {
    float: none!important;
    margin: -4px 0 0 0px!important;
    padding: 4px 0 0 0px!important;
    border-left-width: 0!important;
    display: inline-block!important;
}
.save-article--fixed > .id2-polezno.id2-polezno-top > .id2-polezno-button.visible,
.save-article--fixed > .id2-polezno.id2-polezno-top > .id2-polezno-button.visible.clicked {
    height: 52px!important;
    border-radius:0!important;
    text-align:center!important;
    padding:33px 0 0 0!important;
    display: block!important;
    width: 52px!important;
}
.save-article--fixed > .id2-polezno.id2-polezno-top > .id2-polezno-button.visible > .id2-polezno-finger {
    top: 16px!important;
    left: 50%!important;
    margin-left: -13px!important;
}
/* Выпадающее окно */
.id2-rx-user-informer-popup {
    z-index: 10000000;
}
.id2-rx-user-informer-popup,
.id2-rx-user-informer-popup *,
.id2-rx-user-informer-popup > .id2-rx-user-informer-popup-header {
    box-sizing: content-box!important;
}
.id2-rx-user-informer-popup > .id2-rx-user-informer-popup-header > a.id2-rx-user-informer-popup-header-link,
.id2-rx-user-informer-popup .id2-rx-user-informer-popup-item-link {
    box-shadow: none!important;
}
@media (max-width: 767px) {
    /* Кнопка "полезно" */
    .save-article--fixed > .id2-polezno.id2-polezno-top,
    .save-article--fixed > .id2-polezno.id2-polezno-top > .id2-polezno-button.visible, 
    .save-article--fixed > .id2-polezno.id2-polezno-top > .id2-polezno-button.visible.clicked	{
        width: 100%!important;
    }
    .save-article .id2-polezno > .id2-polezno-text {
        display: block!important;
        margin-bottom: 5px!important;
    }
    /* Выпадающее окно */
    #save-article-first.save-article .id2-polezno > .id2-polezno-text {
        display: inline-block!important;
        margin-bottom: 5px!important;
        float: left!important;
        height: 42px!important;
        line-height: 42px!important;
    }	
    .id2-rx-user-informer-popup  {
        width:90%!important;		
        max-width:450px;
        /*
        position:fixed!important;
        height: 90%;
        overflow-y: scroll!important;
        */
    }
    .id2-rx-user-informer-popup > .id2-rx-user-informer-popup-header > a.id2-rx-user-informer-popup-header-link {
        padding-left:0px!important;
        padding-top: 0!important;
        display:inline-block!important;
        background:none!important;
        width:33.333%!important;
        text-align:center!important;
    }
    .id2-rx-user-informer-popup > .id2-rx-user-informer-wrapper {
        width:200%!important;
        height: auto!important;
    }
    .id2-rx-user-informer-popup > .id2-rx-user-informer-wrapper[style="left: -450px;"] {
        left:-100%!important;
    }
    .id2-rx-user-informer-popup > .id2-rx-user-informer-popup-header {
        padding-right:0!important;
    }
    .id2-rx-user-informer-wrapper > .id2-rx-user-informer-list {
        width:50%!important;
    }
    .id2-rx-user-informer-wrapper > .id2-rx-user-informer-list .id2-rx-user-informer-popup-item {
        width:98%!important;
        padding-right:2%!important;
        height:auto!important;
        display: table;
    }
    .id2-rx-user-informer-wrapper > .id2-rx-user-informer-list .id2-rx-user-informer-popup-item-text {
        width:auto!important;		
    }
    .id2-rx-user-informer-popup-item-divider {
        right:auto!important;
        left: 2%!important;
        width: 96%!important;
        margin-left: 0px!important; 
    }
    .id2-rx-user-informer-message {
        right:auto!important;
        left: 50%!important;
        width: 46%!important;
        padding: 17px 2% 84px!important;
    }
    .id2-rx-user-informer-popup-item-icon:after {
        content:"";
        display:block;
        width:100%;
        height:100%;
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30px, rgba(255,255,255,1) 31px, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30px,rgba(255,255,255,1) 31px,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30px,rgba(255,255,255,1) 31px,rgba(255,255,255,1) 100%);
    }
}
@media (min-width: 769px) {	
    #save-article-first.save-article .id2-polezno > .id2-polezno-text {
        display: inline-block!important;
        margin-bottom: 5px!important;
        float: left!important;
        height: 42px!important;
        line-height: 42px!important;
    }
}
/* Фиксация всплывающего блока логина */
.id2-rx-user-informer-popup {
    position: fixed !important;
    z-index: 10000000 !important;
}
/* Для сужения баннерного блока - снять комментарий*/
.banner--middle {
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 auto;
} 
/*.header__bottom .l-wrapper {
    background: linear-gradient(145deg, #f654aa 10%, #ffbc03 100%) !important;
}*/
.wysiwyg table tr:hover {
    background: #fee6e6;
}

.id2-socreg-entrance-button {
    min-width: 36px;
    vertical-align: bottom;
}
/*.rx-submit > .rx-button + div.id2-soc {
    margin-left: 25px;
}*/
.rx-submit button.rx-button {
    margin-bottom: 3px;
    float: left;
}
.rx-submit > .soc-reg-auth-container {
    float: left;
    /*margin-left: 25px;*/
}    

.soc-reg-auth-container .text-container {
    float: left;
    font-size: 13px;
    line-height: normal;
    color: #929292;
    margin: 0 16px 0 8px;
    padding-top: 9px;
}
.soc-reg-auth-container .button-container {
    float: left;
}
@media (max-width: 767px) {
    .rx-submit > .rx-button + div.id2-soc {
        margin-left: 3px;
    }
    .rx-submit div.id2-soc {
        margin-bottom: 3px;
    }
    .pwlog .PWClose{
        left: 300px !important;
    }
}
/* End */


/* Start:/upload/iblock/310/d1oi92j2qu531exroj6xzeiow0y1crx2.css?16786388126276*/
@font-face {
    font-family: 'Magnolia Script';
    src: local('Magnolia Script'), local('Magnolia-Script'), url('/assets/Magnoliascript.woff2') format('woff2'), url('/assets/Magnoliascript.woff') format('woff'), url('/assets/Magnoliascript.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


.lpbook {
	font-family:'Roboto', sans-serif, Arial, sans-serif;
	font-size: 14px;
	line-height:1.4;
	font-weight:400;
	text-align:left;
	color:#171616;
	background-color:#006eb1;
	box-sizing:border-box;
}

.lpbook * {
	box-sizing:border-box;
}

.wrapper {
	display:block;
	margin:0 auto;
	max-width:1200px;
	width:100%;
}

.wrapper > .section {
	width:100%:
	display:inline-block;
	padding: 5em 1.414em;
	
}

#section1 {
	background:#dedede;
}

#section2 {
	background:#ffffff;

}

#section3 {
	background:#c7c7c7;
}

#section4 {
	background:#2a383f;
}

/*Common*/

h1 {
	font-size:1.999em;
	font-weight:900;
	color:#006eb1;
	text-transform:uppercase;
}


h3 {
	font-size:2.369em;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	font-family:'Roboto Condensed', sans-serif;
	margin-bottom:1em;
	z-index:100;
}

h1:after, h3:after {
	position:absolute;
	transform:rotate(-7deg);	
	display:block;
	font-family:'Magnolia Script', sans-serif;	
	padding: 1em;
	width:100%;
	color:#ffffff;
	text-transform:none;
	font-weight:400;
	background:url(/images/brush.png) no-repeat center;
		background-size:100% 80%;
}

h1:after {
	z-index:100;
	content: "практическое пособие";
	width:90%;
	padding-right:3em;
	font-size:1em;
	text-align:center;
}


h3:after {
	content: "представлены:";
	font-size:.7em;
    width: 11em;
	right:4%;
    margin-top: -1em;
}

small {
	font-size:.7em;
	display:block;
	color:#353535;
	text-transform:none;
}

a {
	color:inherit;
	text-decoration:none;
	transition: color .2s ease-in-out, text-decoration .2s ease-in-out;
}

a:hover, a:active,a:focus {
	color:#006eb1;
	text-decoration:underline;
}

.cta-wrapper {
	text-align:center;
	margin-top:1em;
}

.btn-primary {
	border-radius:2em;
	background: #ea1259;
	border:2px solid #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
	color:#ffffff;
	padding:1.2rem 3rem;
	position:relative;
}

.btn-primary:hover {
	background:#006eb1;
	border:2px solid #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,.2);	
}

.btn-icon {
	text-indent:2em;
}

.btn-icon:before {
	content:url(/images/book-icon.png);
	width:39px;
	height:33px;
	position:absolute;
	left:0;	
}

/*Section 1*/

.book-cover {
	text-align:center;
	height:22rem;
	overflow:hidden;
	padding:0 2em;
}

.book-cover img {
	    box-shadow: 4px 4px 10px rgba(0,0,0,.4);
		width:100%;
		max-width:300px;
}

.emphasize {
	color:#006eb1;
}

.blockquote {
	margin:2em 0;
	font-size:1em;
}

/*Section 2*/

.openbook-title {
	color:#006eb1;
	text-align:center;
	font-size:1.414em;
}

.openbook-title > span {
	color: #ffffff;
    display: block;
    background: url(/images/styles/brush_elpu.png) no-repeat center;
    background-size: 112% 100%;
    padding: .7em 0;
}


ul.openbook-list {
	list-style-type:none;
}

ul.openbook-list > li {
	margin-bottom:1em;
    text-indent: -3em;
    margin-left: 2em;	
}

ul.openbook-list > li:before {
	content:url(/images/styles/li_elpu.png);
	height:28px;
	width:29px;
	margin-right:1em;
	position:relative;
	top:.6em;
}


/* Section 3*/
.thumbnail {
margin-bottom:1em;
position:relative;
}

.cloud {
	background: url(/images/styles/cloud_elpu.png) no-repeat center;
    background-size: 100% auto;
    position: relative;
    z-index: 100;
    bottom: -2em;
    color: #ffffff;
	display:table;
}

.cloud span {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:0 2em;
}

#cloud1, #cloud2 {
    height: 12em;
    width: 14em;
	right:-5em;	
    transform: scale(-1.4,1.4);
}


#cloud3 {
	width:20em;
	height:14em;
	right:-1em;
}


.thumbnail img {
	height:20em;
	margin:0 auto;
	display:block;
}



figure {
	background:url(/images/shadow.png) no-repeat center;
		background-size:contain;
	padding: 0 3em 1.4em 1em;
}



@media screen and (min-width:500px) {
	.lpbook {
		font-size: 16px;
	}
	
	h1 {
	font-size:2.369em;
	position:relative;
	}
	
	h3 {	
	font-size:3.157em;
	text-align:center;
	position:relative;
	}
	
	h1:after, h3:after {
		font-size:.7em;
		padding: 1em 3em 1em 1em;
		right:7%;
	}

	h1:after {
		width:16em;		
	}	

	h3:after {
		z-index:-1;
		width:13em;
		bottom:-1.8em;
	}	



	#cloud1, #cloud2 {
		/*transform:scale(-1,1);*/
		right:-10em;
	}
	
	#cloud1 span, #cloud2 span {
		transform:scale(-1,1);
		font-size: 11px;
	}
	
	#cloud3 {
		right:-11em;
	}
	
}

@media screen and (min-width:768px) {
	
	.book-cover {
		text-align:center;
		height:auto;
		padding:2em;
	}
	
	.book-cover img {
		transform:rotate(-9deg);
		box-shadow: 4px 4px 10px rgba(0,0,0,.4), inset -6px -12px 32px rgba(0,0,0,.6);
	}
	
	.blockquote {
		border-left:10px solid #ffffff;
		padding:.6em 0 .6em 1em;
		margin:2em;
		position:relative;
	}
	
	.blockquote:after {
		content:url('/images/arrow.png');
		position:absolute;
		top:81%;
		right:0;
	}
	
	
	#section2 {
		background:url(/images/openbook-bg.jpg) no-repeat center;
		background-size:cover;
		min-height:684px;
		padding:10em 1em 1em 1em;
		
	}
	
	#openbook-content {
		display:block;
		margin:0 auto;
		width:100%;
		max-width:800px;
	}
	
	ul.openbook-list > li {
		text-indent: -2.8em;
	}

	#cloud1, #cloud2 {
    right: -3em;
		margin-top:2em;
	}
	
	#cloud3 {
		right:3em;
	}
	
	.cloud {
		bottom:-5em;
	}
	
	.cloud, .thumbnail{
		transform:scale(0.8,0.8);
	}

}


@media screen and (min-width:992px) {
	#pullup {
		margin-top:-15em;
	}
	
	.cloud {
		bottom:-2em;
	}
	
	.cloud, .thumbnail{
		transform:scale(1,1);
	}	

}

@media(max-width: 499px){
	#cloud1, #cloud2{
    transform: scale(1.4,1.4);
    right: -4em;
	}
	#cloud1 span, #cloud2 span{
		font-size: 10px;
	}
}
/* End */
/* /local/templates/book.zdrav.ru/books/css/bootstrap-grid.css?158029435039507 */
/* /local/templates/book.zdrav.ru/books/css/normalize.css?15802943506138 */
/* /local/templates/book.zdrav.ru/css/rx-login.css?168751095816821 */
/* /local/templates/book.zdrav.ru/css/addkn.css?154565371110840 */
/* /upload/iblock/310/d1oi92j2qu531exroj6xzeiow0y1crx2.css?16786388126276 */
