/*!
 * Fotorama 4.5.1 | http://fotorama.io/license/
 */

.fotorama__html,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__img,
.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__img {
  margin: -50% 0 0 -50%;
  width: 100%;
  height: 100%;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: 0;
  padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__wrap * {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(https://library.if.ua//bundles/anhsite/components/fotorama/fotorama.png) no-repeat;
}

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid;
}

.fotorama__nav__frame.fotorama__active {
  pointer-events: none;
  cursor: default;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 6px;
  height: 6px;
  border: none;
}

.fotorama__dot {
  border-color: #7f7f7f;
}

.fotorama__active .fotorama__dot {
  background-color: #7f7f7f;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: .3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix()  {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 0;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 0;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__fullscreen-icon,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: .3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

/* Accessibility - hides the forward slash */

/* line 130, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_breadcrumbs.scss */

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

/* line 223, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.two-up .item {
  width: 50%;
}

/* line 224, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
  width: auto;
}

/* line 237, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.three-up .item {
  width: 33.3333%;
}

/* line 238, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
  width: auto;
}

/* line 251, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.four-up .item {
  width: 25%;
}

/* line 252, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
  width: auto;
}

/* line 265, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.five-up .item {
  width: 20%;
}

/* line 266, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
  width: auto;
}

/* line 279, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.six-up .item {
  width: 16.66667%;
}

/* line 280, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
  width: auto;
}

/* line 484, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/* line 397, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 424, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 432, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

/* line 455, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* line 486, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.left-submenu.move-right {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 491, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/* line 397, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 424, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 432, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

/* line 444, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 493, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.right-submenu.move-left {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 506, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 509, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_offcanvas.scss */

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */

/* medium displays */

/* large displays */

/* xlarge displays */

/* xxlarge displays */

/* Orientation targeting */

/* line 285, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */

/* line 292, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}

/* line 296, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

/* Touch-enabled device targeting */

/* line 374, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.show-for-touch {
  display: none !important;
}

/* line 375, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.hide-for-touch {
  display: inherit !important;
}

/* line 376, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */

/* line 380, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

table.hide-for-touch {
  display: table !important;
}

/* line 381, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.touch table.show-for-touch {
  display: table !important;
}

/* line 382, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */

/* line 6, assetic_compassS9Ue6E.scss */

a {
  color: #996300;
}

/* line 9, assetic_compassS9Ue6E.scss */

a:hover {
  color: #cc8400;
  transition: color 0.5s;
}

/* line 15, assetic_compassS9Ue6E.scss */

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 20, assetic_compassS9Ue6E.scss */

body > header {
  background: url(https://library.if.ua/bundles/anhsite/i/header-bg.png) 0 0 repeat-x;
  border-bottom: 4px solid #eb8d06;
  text-align: center;
  margin-bottom: 1em;
}

/* line 26, assetic_compassS9Ue6E.scss */

body > header > a {
  display: inline-block;
  font: 0/0 a;
  width: 281px;
  height: 195px;
  background: url(https://library.if.ua/bundles/anhsite/i/logo.png) 0 0 no-repeat;
}

/* line 34, assetic_compassS9Ue6E.scss */

body > header nav {
  margin-top: 0;
}

/* line 37, assetic_compassS9Ue6E.scss */

body > header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 42, assetic_compassS9Ue6E.scss */

body > header nav ul li {
  display: inline-block;
  width: 203px;
  height: 39px;
  background: url(https://library.if.ua/bundles/anhsite/i/menu.png) 0 0 no-repeat;
  text-align: center;
}

/* line 50, assetic_compassS9Ue6E.scss */

body > header nav ul li:hover,
body > header nav ul li.active {
  background: url(https://library.if.ua/bundles/anhsite/i/menu-active.png) 0 0 no-repeat;
}

/* line 53, assetic_compassS9Ue6E.scss */

body > header nav ul li:hover a,
body > header nav ul li.active a {
  color: black;
}

/* line 58, assetic_compassS9Ue6E.scss */

body > header nav ul a {
  font-size: 1.1875rem;
  color: #262626;
  line-height: 39px;
}

/* line 64, assetic_compassS9Ue6E.scss */

body > header nav ul a:hover {
  color: black;
}

/* line 71, assetic_compassS9Ue6E.scss */

body > footer {
  background: url(https://library.if.ua/bundles/anhsite/i/header-bg.png) 0 0 repeat-x;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
  min-height: 130px;
  height: 130px;
  margin-top: 2em;
  display: table;
  width: 100%;
}

/* line 82, assetic_compassS9Ue6E.scss */

body > footer > div {
  display: table-cell;
  vertical-align: middle;
}

/* line 86, assetic_compassS9Ue6E.scss */

body > footer > div div {
  margin-top: 1em;
}

/* line 92, assetic_compassS9Ue6E.scss */

#magistr {
  width: 400px;
  min-height: 515px;
  float: right;
  margin-left: 1em;
  margin-top: 1em;
}

/* line 99, assetic_compassS9Ue6E.scss */

#magistr .fotorama a {
  display: inline-block;
  width: 400px;
  height: 515px;
}

/* line 105, assetic_compassS9Ue6E.scss */

#magistr .epas {
  margin: 1em 0;
  font-size: 90%;
  color: #999;
}

/* line 112, assetic_compassS9Ue6E.scss */

.page {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /*max-width: 62.5rem;*/
  overflow: hidden;
  *zoom: 1;
}

/* line 116, assetic_compassS9Ue6E.scss */

.content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 320px 0 320px;
}

.content-left {
  padding-left: 10px;
  padding-right: 10px;
  width: 320px;
  float: left;
}

.content-right {
  padding-left: 10px;
  padding-right: 10px;
  width: 320px;
  float: right;
}

/* line 120, assetic_compassS9Ue6E.scss */

h1,
h2 {
  font-size: 1.125rem;
  font-weight: normal;
}

/* line 124, assetic_compassS9Ue6E.scss */

h1 a,
h2 a {
  color: #333;
  text-decoration: none;
}

/* line 130, assetic_compassS9Ue6E.scss */

.search {
  width: 100%;
  text-align: center;
  padding: 1.5em 0;
  background: url(https://library.if.ua/bundles/anhsite/i/header-bg.png) 0 0 repeat-x;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
}

/* line 139, assetic_compassS9Ue6E.scss */

.search form {
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 145, assetic_compassS9Ue6E.scss */

.search label {
  display: inline-block;
  padding-left: 50px;
  line-height: 44px;
  height: 44px;
  width: 80%;
  background: url(https://library.if.ua/bundles/anhsite/i/search.png) 0 0 no-repeat;
}

/* line 154, assetic_compassS9Ue6E.scss */

.search input[type="text"] {
  font-size: 1rem;
  border-radius: 0.625rem;
  padding: 0 0.6em;
  display: inline;
  vertical-align: middle;
  margin: 0;
}

/* line 166, assetic_compassS9Ue6E.scss */

.search input[type="submit"] {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5625rem;
  padding-left: 1rem;
  background-color: orange;
  border-color: #cc8400;
  color: #FFFFFF;
  border-radius: 0.625rem;
  transition: background-color 300ms ease-out;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0;
  display: inline;
  vertical-align: middle;
}

/* line 161, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_buttons.scss */

.search input[type="submit"]:hover,
.search input[type="submit"]:focus {
  background-color: #cc8400;
}

/* line 167, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_buttons.scss */

.search input[type="submit"]:hover,
.search input[type="submit"]:focus {
  color: #FFFFFF;
}

/* line 177, assetic_compassS9Ue6E.scss */

.decorated {
  text-align: center;
}

/* line 180, assetic_compassS9Ue6E.scss */

.decorated:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 187, assetic_compassS9Ue6E.scss */

.decorated span {
  display: inline-block;
  width: 151px;
  height: 3px;
  vertical-align: middle;
}

/* line 194, assetic_compassS9Ue6E.scss */

.decorated .l {
  background: url(https://library.if.ua/bundles/anhsite/i/h-left.png) 0 0 no-repeat;
}

/* line 198, assetic_compassS9Ue6E.scss */

.decorated .r {
  background: url(https://library.if.ua/bundles/anhsite/i/h-right.png) 0 0 no-repeat;
}

/* line 203, assetic_compassS9Ue6E.scss */

.atom {
  color: orange;
  font-size: 0.9375rem;
}

/* line 207, assetic_compassS9Ue6E.scss */

.atom:hover {
  color: #e69500;
}

/* line 212, assetic_compassS9Ue6E.scss */

.paperPreview {
  margin-bottom: 2em;
  overflow: hidden;
  *zoom: 1;
}

/* line 215, assetic_compassS9Ue6E.scss */

.paperPreview > img {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 220, assetic_compassS9Ue6E.scss */

.paperPreview header div {
  margin-bottom: 1em;
  font-size: 90%;
}

/* line 229, assetic_compassS9Ue6E.scss */

.block-parent small {
  font-size: 80%;
}

/* line 232, assetic_compassS9Ue6E.scss */

.block-parent small a {
  color: #999;
}

/* line 238, assetic_compassS9Ue6E.scss */

#books {
  margin-top: 2em;
  margin-bottom: 1em;
}

/* line 242, assetic_compassS9Ue6E.scss */

#books a {
  display: block;
}

#books a > span {
  display: inline-block;
  width: 200px;
  height: 300px;
  background-color: #eee;
  position: relative;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}

/* line 253, assetic_compassS9Ue6E.scss */

#books a > span i {
  font-size: 7.5rem;
  color: #ddd;
  margin-top: 40px;
}

/* line 259, assetic_compassS9Ue6E.scss */

#books a > span span {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.4;
  min-height: 50px;
  font-size: 0.9375rem;
  padding: 0.5em 0.3em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  color: #eee;
}

/* line 281, assetic_compassS9Ue6E.scss */

.book-chapters {
  list-style-type: none;
  margin-left: 0;
}

/* line 286, assetic_compassS9Ue6E.scss */

.content-block {
  text-align: center;
}

/* line 290, assetic_compassS9Ue6E.scss */

#banner {
  background: url(https://library.if.ua/bundles/anhsite/i/banner.jpg) 50% 0;
  padding: 0.3rem 0;
}

/* line 294, assetic_compassS9Ue6E.scss */

#banner a {
  color: #333;
}

/* line 3, assetic_compassrERR35.scss */

.bbcode {
  overflow: hidden;
  *zoom: 1;
  line-height: 1.6;
}

/* line 7, assetic_compassrERR35.scss */

.bbcode figure.image {
  display: block;
}

/* line 10, assetic_compassrERR35.scss */

.bbcode figure.image img {
  padding: 3px;
  border: 1px solid #efefef;
  max-width: 100%;
  box-sizing: border-box;
}

/* line 18, assetic_compassrERR35.scss */

.bbcode figure.image.align-left {
  float: left;
  margin: 1em 1em 1em 0;
}

/* line 23, assetic_compassrERR35.scss */

.bbcode figure.image.align-right {
  float: right;
  margin: 1em 0 1em 1em;
}

/* line 28, assetic_compassrERR35.scss */

.bbcode figure.image.align-center {
  text-align: center;
}

/* line 32, assetic_compassrERR35.scss */

.bbcode figure.image.align-inline {
  display: inline-block;
}

/* line 37, assetic_compassrERR35.scss */

.bbcode figcaption {
  text-align: center;
  font-size: 13px;
  color: #999;
  margin-top: 0.8em;
}

/* line 44, assetic_compassrERR35.scss */

.bbcode .message {
  border-left: 3px solid #00b300;
  padding-left: 2em;
}

@media only screen and (min-width: 40.063em) {
  /* line 225, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }

  /* line 239, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }

  /* line 253, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }

  /* line 267, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }

  /* line 281, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }

  /* line 244, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 230, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }

  /* line 244, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }

  /* line 258, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }

  /* line 272, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }

  /* line 286, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_icon-bar.scss */

  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }

  /* line 244, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 90.063em) {
  /* line 244, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 120.063em) {
  /* line 244, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media (max-width: 1279px) {
  body > header nav ul {
    padding: 10px 0;
    font-size: 0;
  }

  body > header nav ul li {
    width: auto;
    height: auto;
    background: none;
    margin: 0 5px;
  }

  body > header nav ul li:hover,
  body > header nav ul li.active {
    background: none;
  }

  body > header nav ul a {
    background: #f0c53d;
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    padding: 0 10px;
  }

  .content {
    padding: 0 10px;
    margin: 0;
  }

  .content-left {
    display: none !important;
  }

  .content-right {
    display: none !important;
  }

  #books a > span {
    margin: 0 auto;
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  body > header nav ul a {
    font-size: 12px;
    line-height: 18px;
  }

  .decorated span {
    display: none;
  }

  #cse-search-box label {
    padding-left: 0;
    background: none;
    margin-bottom: 10px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(https://library.if.ua//bundles/anhsite/components/fotorama/fotorama@2x.png) no-repeat;
    background-size: 96px 160px;
  }
}

@media only screen {
  /* line 244, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (orientation: landscape) {
  /* line 314, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */

  /* line 321, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }

  /* line 325, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 344, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */

  /* line 351, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }

  /* line 355, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

@media print {
  /* line 396, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .show-for-print {
    display: block;
  }

  /* line 397, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  .hide-for-print {
    display: none;
  }

  /* line 399, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  table.show-for-print {
    display: table !important;
  }

  /* line 400, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, ../usr/home/hosting/library.if.ua/symfony/src/Anh/SiteBundle/Resources/public/components/foundation/scss/foundation/components/_visibility.scss */

  th.show-for-print {
    display: table-cell !important;
  }
}

.ads-comp { display:block;}
.ads-mob { display:none;}

@media only screen and (max-width: 1300px) {
.ads-comp { display:none;}
.ads-mob { display:block;}
}