@charset "UTF-8";
/*
@import 'normalize';
@import 'breakpoint'; // needed for singularity
@import 'singularitygs';
*/
.padding {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

[role=alert] {
  display: none;
}

.fancybox-caption p::before, .fancybox-navigation .fancybox-button.fancybox-button--arrow_right::before, .fancybox-navigation .fancybox-button::before {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "rub-web-icons";
  line-height: 1;
  transform: translate(0, 0);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px;
  box-sizing: border-box;
  background: transparent;
}
.fancybox-thumbs > ul > li {
  width: 120px;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.fancybox-navigation .fancybox-button svg {
  display: none;
}
.fancybox-navigation .fancybox-button::before {
  content: "e";
  font-size: 2.5rem;
  color: #fff;
  text-shadow: none;
  background: transparent;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right::before {
  content: "c";
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: -10px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: -10px;
}

.fancybox-caption-wrap {
  padding-top: 30px;
  background: transparent;
}

.fancybox-caption {
  color: #fff;
  border: none;
}
.fancybox-caption p {
  display: inline;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.fancybox-caption p::before {
  content: "H";
  font-size: 1rem;
  top: 4px;
  left: 0;
  padding-right: 0.25rem;
}
.fancybox-caption p:empty::before {
  content: none;
}
.fancybox-caption small {
  font-size: 0.66667rem;
  color: #fff;
  font-family: "FlamaBold", Arial, sans-serif;
}
.fancybox-caption small::before {
  content: "©";
  font-family: "FlamaBold", Arial, sans-serif;
  display: inline-block;
  margin: 0 4px 0 0;
}
.fancybox-caption .fancybox-button {
  float: right;
  color: #fff;
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 30px;
  -webkit-text-decoration-color: #8dae25;
          text-decoration-color: #8dae25;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}
.fancybox-caption .fancybox-button:focus, .fancybox-caption .fancybox-button:hover {
  text-decoration: none;
}

.fancybox-toolbar .fancybox-button--close {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #000;
}
.fancybox-toolbar .fancybox-button--close:hover {
  background: #000;
  color: #fff;
}

.fancybox-infobar {
  color: #fff;
  font-size: 1.33333rem;
  font-family: "FlamaBold", Arial, sans-serif;
}

.fancybox-stage {
  padding: 30px 0;
}

.fancybox-slide--current img.fancybox-image {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px){
  .container{
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
  .fancybox-navigation .fancybox-button--arrow_right{
    right: 0;
  }
  .fancybox-navigation .fancybox-button--arrow_left{
    left: 0;
  }
  .fancybox-caption small::before{
    margin: 0 4px;
  }
}

@media screen and (min-width: 1260px){
  .container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
  }
}
/*# sourceMappingURL=rub.fancybox.css.map */
