/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-main-nav .g-standard .g-dropdown {
  width: 200px;
}
.g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 0.875rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.0239281699rem;
}
h2 {
  font-size: 1.7599375391rem;
}
h3 {
  font-size: 1.5303804688rem;
}
h4 {
  font-size: 1.5303804688rem;
}
h5 {
  font-size: 1.1571875rem;
}
h6 {
  font-size: 1.00625rem;
}
small {
  font-size: 0.75rem;
}
cite {
  font-size: 0.75rem;
}
sub, sup {
  font-size: 0.625rem;
}
code, kbd, pre, samp {
  font-size: 0.875rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.25rem;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../../owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 *  Owl Carousel - Nav & Dots
 */
.owl-nav {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.owl-nav div {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 42px;
  height: 42px;
  display: inline-block;
  opacity: 1;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0.9rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.675rem;
  line-height: 0.675rem;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.owl-nav div:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media only all and (max-width: 47.99rem) {
  .owl-nav div {
    font-size: 0.575rem;
  }
}
.owl-nav div.owl-prev {
  left: 3rem;
  right: auto;
}
@media only all and (max-width: 47.99rem) {
  .owl-nav div.owl-prev {
    left: 2rem;
  }
}
.owl-nav div.owl-next {
  right: 3rem;
  left: auto;
}
@media only all and (max-width: 47.99rem) {
  .owl-nav div.owl-next {
    right: 2rem;
  }
}
.owl-nav.disabled {
  display: none;
}
.owl-dots {
  position: absolute;
  bottom: 12%;
  width: 100%;
  text-align: center;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .owl-dots {
    bottom: 5%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .owl-dots {
    bottom: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .owl-dots {
    bottom: 0.5rem;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
  background: #2c3e50;
  margin: 0 0.3125rem;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.owl-dots .owl-dot.active {
  opacity: 1;
  background: #ffffff;
}
.owl-dots.disabled {
  display: none;
}
.owlcarousel-offset {
  margin-right: -45px !important;
  margin-bottom: -45px !important;
  margin-left: -45px !important;
  position: relative;
  z-index: 2;
}
@media only all and (max-width: 47.99rem) {
  .owlcarousel-offset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.g-owlcarousel {
  color: #eceeef;
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
  background-color: #16a085;
  background-color: #16a085;
  background-image: -webkit-linear-gradient(-310deg, #16a085, #e74c3c);
  background-image: linear-gradient(40deg,#16a085, #e74c3c);
  opacity: 0.9;
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #e74c3c;
  background-color: #e74c3c;
  background-image: -webkit-linear-gradient(-410deg, #e74c3c, #16a085);
  background-image: linear-gradient(140deg,#e74c3c, #16a085);
  opacity: 0.9;
}
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
.g-owlcarousel-item-wrapper {
  position: relative;
}
.g-owlcarousel-item-img {
  position: relative;
}
.g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-item-content-container {
    width: 40rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
.g-owlcarousel-item-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-item-content-wrapper {
    padding-top: 2.5rem;
  }
}
.g-owlcarousel-item-content {
  margin: 1.25rem 0.625rem 0.625rem;
  padding: 0.938rem;
  text-align: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-item-content {
    padding-top: 2.5rem;
  }
}
.g-owlcarousel-item-title {
  font-family: "Open Sans", sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 1.25rem 1.25rem 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-item-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-item-title {
    font-size: 2rem;
    line-height: 2.875rem;
    margin-top: 3.125rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.g-owlcarousel-item-desc {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  padding-bottom: 1.407rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
    padding-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-item-desc {
    display: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-item-button {
    padding: 1rem 2.625rem;
    font-size: 0.475rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-item-button {
    display: none;
  }
}
@media only all and (max-width: 47.99rem) {
  html {
    font-size: 95%;
  }
}
body {
  color: #2c3e50;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
#g-page-surround {
  background: #ffffff;
}
.g-container {
  padding-left: 36px;
  padding-right: 36px;
}
@media only all and (max-width: 47.99rem) {
  .g-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.g-content {
  padding: 0;
  margin: 0;
}
@media print {
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
a {
  color: #16a085;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
a:hover {
  color: #e74c3c;
}
.svg-ico {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
[class$="__btn"], [class*="__btn"] {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  line-height: 1;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 12px 24px;
  font-size: 600;
  color: #000;
  background-color: transparent;
}
[class$="__btn"]:hover, [class*="__btn"]:hover {
  border-color: #e74c3c;
  color: #e74c3c;
}
.c-white__btn {
  border-color: #fff;
  color: #fff;
}
.c-white__btn:hover {
  border-color: #e74c3c;
  color: #e74c3c;
}
.c-ac1__btn {
  background-color: #16a085;
  border-color: #16a085;
  color: #fff;
}
.c-ac1__btn:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
.c-ac2__btn {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
.c-ac2__btn:hover {
  background-color: #e43725;
  border-color: #e43725;
  color: #fff;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
.fancybox-infobar {
  display: none;
}
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}
.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}
.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}
.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a, .fancybox-caption button {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: 0.5;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close {
  float: right;
}
.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}
.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}
.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}
.fancybox-button--thumbs span {
  font-size: 23px;
}
.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
.g-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.g-grid > * {
  padding-left: 12px;
  padding-right: 12px;
}
.g-grid[data-type = "catalog"] {
  margin-top: -24px;
}
.g-grid[data-type = "catalog"] > * {
  margin-top: 24px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-grid[data-type = "catalog"] > * {
    width: 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
}
.g-grid[data-size="middle"] {
  margin-left: -18px;
  margin-right: -18px;
}
.g-grid[data-size="middle"] > * {
  padding-left: 18px;
  padding-right: 18px;
}
table {
  border: 1px solid #cbd0d3;
}
th {
  background: #d9dcde;
  padding: 0.5rem;
}
td {
  padding: 0.5rem;
  border: 1px solid #cbd0d3;
}
h1, h2, h3, h4 {
  font-weight: 400;
  margin-bottom: 1.3125rem;
  margin-top: 1.3125rem;
  font-family: "Arimo", sans-serif;
}
h3, h4 {
  margin-bottom: 0.65625rem;
}
h1, .like-h1 {
  font-size: 2.0239281699rem;
  line-height: 1.06;
  margin-top: 2.625rem;
}
h2, .like-h2 {
  font-size: 1.7599375391rem;
  line-height: 1.1;
  margin-top: 1.96875rem;
}
h3, .like-h3 {
  font-size: 1.5303804688rem;
  line-height: 1.2;
}
h4, .like-h4 {
  font-size: 1.5303804688rem;
  line-height: 1.3;
}
h4, .like-h4 {
  font-size: 1.1571875rem;
}
h4, .like-h4 {
  font-size: 1.00625rem;
}
body p {
  margin: 0 0 1.3125rem;
}
body p:last-of-type {
  margin: 0;
}
bold, strong {
  font-weight: 700;
}
.button {
  font-weight: 500;
}
blockquote {
  border-left: 10px solid #F0F2F4;
}
blockquote p {
  font-size: 0.975rem;
  color: #507192;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #2c3e50;
  font-size: 1.075rem;
}
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #bdc3c7;
  border-radius: 0.25rem;
  line-height: 1.15;
  font-size: 0.775rem;
}
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.775rem;
}
hr {
  border-bottom: 4px solid #F0F2F4;
}
[id$='__nav'], [id*='__nav'], [class$='__nav'], [class*='__nav'] {
  margin: 0;
  padding: 0;
  list-style: none;
}
[id$='__nav'] ul, [id*='__nav'] ul, [class$='__nav'] ul, [class*='__nav'] ul {
  list-style: inherit;
  margin: 0;
}
.c-social__nav, .menu-footer__nav, .c-breadcrumbs__nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.c-social__nav {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 5px;
}
.c-social__nav li + li {
  margin-left: 12px;
}
.c-social__nav a {
  color: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.c-social__nav a svg {
  width: inherit;
  height: inherit;
}
.c-social__nav a:hover {
  color: #e74c3c;
}
.menu-footer__nav {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.menu-footer__nav li {
  margin: 12px 0 0 24px;
}
.menu-footer__nav a {
  color: #d6d6d6;
}
.menu-footer__nav a:hover {
  text-decoration: inherit;
}
.menu-footer__nav .nav-child {
  display: none;
}
.c-breadcrumbs__nav {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #7f8c8d;
}
.c-breadcrumbs__nav li + li {
  margin-left: 6px;
}
.c-breadcrumbs__nav li + li:before {
  content: "/";
  margin-right: 6px;
  color: #7f8c8d;
}
.c-breadcrumbs__nav a {
  color: #2c3e50;
  text-decoration: none;
}
.c-breadcrumbs__nav a:hover {
  color: #e74c3c;
}
.c-categories__nav {
  line-height: 1.2;
  padding-left: 12px;
}
.c-categories__nav > li + li {
  margin-top: 18px;
}
.c-categories__nav > li ul {
  margin-top: 18px;
  padding-left: 18px;
  font-size: 0.8rem;
}
.c-categories__nav > li ul li + li {
  margin-top: 12px;
}
.c-categories__nav > li ul a {
  color: #7f8c8d;
}
.c-categories__nav a {
  color: #2c3e50;
  text-decoration: none;
  display: block;
}
.c-categories__nav a:hover {
  color: #16a085;
}
.c-categories__nav .odsubcat-1 .active {
  color: #16a085;
}
.c-contacts-preview ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.c-contacts-preview li + li {
  margin-left: 24px;
}
.c-contacts-preview li > * {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.c-contacts-preview .ico {
  margin-right: 6px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.c-contacts-preview .ico svg {
  width: inherit;
  height: inherit;
}
.c-contacts-preview a {
  color: #2c3e50;
  text-decoration: none;
}
.c-contacts-preview a:hover {
  color: #e74c3c;
}
.c-logotype img {
  width: 350px;
}
.c-features {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
}
.c-features .feature__item {
  text-align: center;
  width: 25%;
  padding: 12px;
}
.c-features .item__image {
  display: inline-block;
}
.c-features .item__image svg {
  width: 70px;
  height: 70px;
  fill: #e74c3c;
}
.c-features ._headline {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.c-features ._description {
  margin-top: 6px;
  font-size: 0.8rem;
  color: #7f8c8d;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .c-features .feature__item {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .c-features .feature__item {
    width: 100%;
  }
}
.c-offer {
  font-size: 0.8rem;
}
.c__banner {
  display: block;
}
.c__banner img {
  display: block;
}
.c-promo__banner {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.c-promo__banner .banner__info {
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.c-promo__banner ._headline {
  font-family: "Arimo", sans-serif;
  font-size: 1.5303804688rem;
}
.c-promo__banner ._lead {
  font-size: 1rem;
  text-align: center;
}
.c-promo__banner .banner__image img {
  width: 100%;
  max-width: 100%;
  transition: all 0.4s;
}
.c-promo__banner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
.c-promo__banner:hover {
  color: rgba(255, 255, 255, 0.95);
}
.c-promo__banner:hover .banner__image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.c-promo__banner:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .c-promo__banner ._headline {
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .c-promo__banner ._headline {
    font-size: 1.2rem;
  }
}
.c__image img {
  display: block;
}
.c-info__image {
  background-color: #f1f1f1;
  padding: 24px;
}
.c-label {
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.8rem;
}
.c-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -24px 0 0 -24px;
}
.c-gallery .itr-image {
  padding: 24px 0 0 24px;
  width: 33.3333%;
  overflow: hidden;
}
.c-gallery .itr-image a, .c-gallery .itr-image img {
  display: block;
}
.c-gallery .itr-image img {
  max-width: 100%;
  transition: all 0.3s;
}
.c-gallery .itr-image:hover img {
  transform: scale(1.1);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .c-gallery .itr-image {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .c-gallery .itr-image {
    width: 100%;
  }
}
.c-contacts {
  text-align: center;
  font-size: 1.5rem;
}
.c-contacts .g-grid {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c-contacts .head {
  margin-bottom: 12px;
}
.c-contacts .head svg {
  width: 40px;
  height: 40px;
  fill: #e74c3c;
}
.c-contacts .item {
  line-height: 1;
}
.c-contacts .item + .item {
  margin-top: 12px;
}
.c-contacts a {
  color: #2c3e50;
}
@media only all and (max-width: 47.99rem) {
  .c-contacts {
    font-size: 1.2rem;
  }
  .c-contacts .g-block + .g-block {
    margin-top: 24px;
  }
}
.c-callback {
  text-align: right;
}
.c-callback a {
  color: inherit;
}
.c-callback a svg {
  width: 17px;
  height: 17px;
  margin-right: 6px;
  vertical-align: -3px;
}
.c-callback a:hover {
  color: #e74c3c;
}
.c-category__card {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.c-category__card .card__info {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  padding: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.c-category__card ._headline {
  font-family: "Arimo", sans-serif;
  font-size: 1.2rem;
}
.c-category__card .card__image img {
  width: 100%;
  max-width: 100%;
  transition: all 0.4s;
  display: block;
}
.c-category__card:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
.c-category__card:hover {
  color: rgba(255, 255, 255, 0.95);
}
.c-category__card:hover .card__image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.c-category__card:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.c-category__card ._description {
  text-align: center;
}
.c-category__card[data-type = "main"] .card__info {
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  padding: 12px;
}
.c-category__card[data-type = "main"] ._headline {
  font-size: 1.5303804688rem;
}
.c-category__card[data-type = "main"] ._description {
  font-size: 1rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .c-category__card[data-type = "main"] ._headline {
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .c-category__card[data-type = "main"] ._headline {
    font-size: 1.2rem;
  }
}
.c-product__card {
  text-decoration: none;
  border: 1px solid #bdc3c7;
  height: 100%;
}
.c-product__card .card__image {
  position: relative;
  display: block;
  padding: 6px;
}
.c-product__card .card__image img {
  display: block;
  width: 100%;
}
.c-product__card .card__image .c-label {
  position: absolute;
  top: 12px;
  right: 12px;
}
.c-product__card .card__image .c-ac2__btn {
  position: absolute;
  display: block;
  top: calc(50% - 15px);
  left: calc(50% - 40px);
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  transition: all 0.4s;
  opacity: 0;
  text-transform: none;
}
.c-product__card .card__image:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s;
  opacity: 0;
}
.c-product__card .card__info {
  padding: 6px 12px 12px;
  text-align: center;
}
.c-product__card ._headline {
  color: #2c3e50;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 600;
}
.c-product__card ._price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
}
.c-product__card ._price ._base {
  color: #e74c3c;
}
.c-product__card ._price ._old {
  color: #7f8c8d;
  text-decoration: line-through;
  margin-left: 12px;
}
.c-product__card ._price ._format {
  font-size: 0.7rem;
}
.c-product__card:hover .card__image .c-ac2__btn, .c-product__card:hover .card__image:before {
  opacity: 1;
}
@media only all and (max-width: 47.99rem) {
  .c-product__card {
    font-size: 1rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .c-label-products .g-block {
    width: 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
}
.obj__blk + .obj__blk {
  margin-top: 36px;
}
@media only all and (max-width: 47.99rem) {
  .obj__blk + .obj__blk {
    margin-top: 24px;
  }
}
.blk__headline {
  font-size: 1.5303804688rem;
  margin-bottom: 18px;
  font-family: "Arimo", sans-serif;
}
.blk__headline > * {
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .blk__headline {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .blk__headline > * {
    font-size: inherit;
    margin-bottom: inherit;
  }
}
.blk-decor__headline {
  margin: 0 0 36px;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}
.blk-decor__headline:before, .blk-decor__headline:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #bdc3c7;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 24px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .blk-decor__headline {
    font-size: 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .blk-decor__headline {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 24px;
    line-height: inherit;
  }
  .blk-decor__headline:before, .blk-decor__headline:after {
    display: none;
  }
}
.blk__head + .blk__body, .blk__body + .blk__foot {
  margin-top: 18px;
}
.obj-showcase__blk .g-owlcarousel-item-content {
  width: 500px;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 12px;
  border: 1px solid #000;
  background-clip: content-box;
  line-height: inherit;
}
.obj-showcase__blk .g-owlcarousel-item-content > * {
  padding: 12px 24px;
  margin: 0;
}
.obj-showcase__blk .g-owlcarousel-item-content > *:first-child {
  padding-top: 24px;
}
.obj-showcase__blk .g-owlcarousel-item-content > *:last-child {
  padding-bottom: 24px;
}
.obj-showcase__blk .g-owlcarousel-item-title {
  font-family: "Arimo", sans-serif;
  font-size: 1.7599375391rem;
  font-weight: 400;
  line-height: 1;
}
.obj-showcase__blk .g-owlcarousel-item-desc {
  font-size: 0.875rem;
  line-height: inherit;
  padding-top: 6px;
}
.obj-showcase__blk .owl-dots {
  bottom: 24px;
}
.catalog-dl__blk {
  text-align: center;
}
.catalog-dl__blk a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.catalog-dl__blk a svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.obj-categories__blk .blk__head {
  margin-top: -5px;
}
.obj-categories__blk .g-grid {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.obj-products-list__blk form {
  margin: 0;
}
.obj-cat-menu .g-title {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
}
.obj-product-promo__blk ._image {
  position: relative;
}
.obj-product-promo__blk ._image img, .obj-product-promo__blk ._image a {
  display: block;
}
.obj-product-promo__blk .c-label {
  position: absolute;
  top: 6px;
  right: 6px;
}
.obj-product-promo__blk ._actions .itr__item + .itr__item {
  margin-top: 24px;
}
.obj-product-promo__blk ._actions .itr__item .item__headline {
  font-weight: 600;
  margin-bottom: 12px;
}
.obj-product-promo__blk ._vendor-code {
  color: #7f8c8d;
  line-height: 1;
}
.obj-product-promo__blk ._price {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.obj-product-promo__blk ._price ._format {
  font-size: 1rem;
}
.obj-product-promo__blk ._price ._base {
  color: #e74c3c;
}
.obj-product-promo__blk ._price ._old {
  font-size: 1.2rem;
  color: #7f8c8d;
  position: relative;
  display: inline-block;
  margin-top: 6px;
}
.obj-product-promo__blk ._price ._old:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7f8c8d;
  position: absolute;
  left: 0;
  top: calc(50% - .5px);
}
.obj-product-promo__blk ._features {
  margin: -6px 0 0 -12px;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
}
.obj-product-promo__blk ._features li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  line-height: 1.2;
}
.obj-product-promo__blk ._features li:nth-child(2n) {
  background-color: #f1f1f1;
}
.obj-product-promo__blk ._features li .title {
  width: 120px;
  padding-right: 12px;
  color: #7f8c8d;
}
.obj-product-promo__blk ._features li .value {
  flex: 1;
}
.obj-product-promo__blk ._download {
  text-decoration: none;
}
.obj-product-promo__blk ._download svg {
  margin-right: 6px;
  vertical-align: -3px;
}
.obj-product-promo__blk ._download span {
  text-decoration: underline;
}
@media only all and (max-width: 47.99rem) {
  .obj-product-promo__blk .g-block:nth-child(2) {
    margin-top: 24px;
  }
}
#g-top {
  background: #ffffff;
  color: #2c3e50;
  line-height: 1;
}
#g-top .g-container {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #bdc3c7;
}
#g-top .g-grid {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
#g-top .c-social__nav {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
@media only all and (max-width: 47.99rem) {
  #g-top {
    font-size: 1rem;
  }
  #g-top .g-grid > {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #g-top .g-grid >:nth-child(2) {
    display: none;
  }
  #g-top .c-contacts-preview ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #g-top .c-contacts-preview li {
    padding: 6px;
    width: 100%;
  }
  #g-top .c-contacts-preview li > * {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #g-top .c-contacts-preview ._email {
    margin: 0;
  }
}
@media print {
  #g-top {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-header {
  background: #ffffff;
  color: #2c3e50;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
@media print {
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-navigation {
  background: #ffffff;
  color: #212121;
  text-align: center;
  position: relative;
  z-index: 2;
}
#g-navigation .g-container {
  position: relative;
  border-bottom: 4px double #bdc3c7;
  border-top: 4px double #bdc3c7;
}
#g-navigation a {
  color: white;
}
#g-navigation a:hover {
  color: #212121;
}
#g-navigation .g-social a {
  background: #f0f0f0;
  border: none;
  text-decoration: none;
  color: #212121;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
#g-navigation .g-social a:hover {
  background: white;
}
#g-navigation .g-main-nav h1, #g-navigation .g-main-nav h2, #g-navigation .g-main-nav h3, #g-navigation .g-main-nav h4, #g-navigation .g-main-nav h5, #g-navigation .g-main-nav h6, #g-navigation .g-main-nav strong {
  color: #212121;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #212121;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #f0f0f0;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #212121;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: #f0f0f0;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #212121;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #f0f0f0;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #212121;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #e6e6e6;
}
#g-navigation .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#g-navigation .g-menu-parent-indicator {
  width: 13px;
  height: 13px;
}
#g-navigation .g-menu-parent-indicator:after {
  content: "";
  width: inherit;
  height: inherit;
  background-image: url('../../../../images/down-arr.svg');
  background-size: cover;
  margin-left: 6px;
  vertical-align: 2px;
}
#g-navigation .g-selected .g-menu-parent-indicator:after {
  background-image: url('../../../../images/cross.svg');
}
.g-main-nav .g-toplevel {
  font-weight: 500;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  line-height: normal;
}
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
.g-main-nav .g-dropdown {
  text-align: left;
}
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.7815rem 1rem;
}
#g-navigation .align-left .g-toplevel, #g-header .align-left .g-toplevel {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#g-navigation .align-right .g-toplevel, #g-header .align-right .g-toplevel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.g-menu-item-subtitle {
  opacity: 0.7;
}
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.4);
}
@media print {
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-showcase {
  margin-top: 36px;
  background-color: #ffffff;
  color: #2c3e50;
}
#g-showcase .g-container {
  padding: 0;
}
@media only all and (max-width: 47.99rem) {
  #g-showcase {
    display: none;
  }
}
@media print {
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-features {
  margin-top: 48px;
  background: #ffffff;
  color: #666666;
}
@media only all and (max-width: 47.99rem) {
  #g-features {
    margin-top: 24px;
  }
  #g-features .g-block + .g-block {
    margin-top: 24px;
  }
}
@media print {
  #g-features {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-features.index-features__panel {
  margin-top: 24px;
}
#g-features.index-features__panel .g-container {
  padding: 0;
}
#g-subfeatures {
  margin-top: 48px;
  background: #ffffff;
  color: #2c3e50;
}
#g-subfeatures .g-grid + .g-grid {
  margin-top: 48px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-subfeatures .g-grid:nth-child(2) .g-block:first-child {
    display: none;
  }
  #g-subfeatures .g-grid:nth-child(2) .g-block {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #g-subfeatures .g-grid:nth-child(2) .g-block h2 {
    margin-top: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-subfeatures {
    margin-top: 24px;
  }
  #g-subfeatures .g-grid + .g-grid {
    margin-top: 24px;
  }
  #g-subfeatures .g-grid:nth-child(2) .g-block:first-child {
    display: none;
  }
}
#g-subfeatures .g-grid:nth-child(2) .g-block {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#g-subfeatures .g-grid:nth-child(2) .g-block h2 {
  margin-top: 0;
}
@media print {
  #g-subfeatures {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-headline, #g-main {
  margin-top: 36px;
  background: #ffffff;
  color: #212121;
}
#g-headline .c-breadcrumbs__nav, #g-main .c-breadcrumbs__nav {
  margin-bottom: 24px;
}
#g-headline .item-page, #g-main .item-page {
  padding: 0 10%;
}
#g-headline .item-page p, #g-main .item-page p {
  padding: 0 10%;
}
@media only all and (max-width: 47.99rem) {
  #g-headline .item-page, #g-main .item-page {
    padding: 0;
  }
  #g-headline .item-page p, #g-main .item-page p {
    padding: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-headline, #g-main {
    margin-bottom: 24px;
  }
  #g-headline .c-breadcrumbs__nav, #g-main .c-breadcrumbs__nav {
    margin-bottom: 12px;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-headline, #g-main {
    margin-bottom: 24px;
  }
  #g-headline .c-breadcrumbs__nav, #g-main .c-breadcrumbs__nav {
    margin-bottom: 12px;
  }
}
@media print {
  #g-headline, #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-sidebar {
  padding-top: 149px;
  padding-left: 24px;
}
#g-sidebar .g-title {
  line-height: 1;
  margin: 0 0 18px;
}
body.view-category #g-container-main > .g-container > .g-grid > .g-block:last-child {
  display: none;
}
body.view-category #g-container-main > .g-container > .g-grid > .g-block:first-child {
  flex: 1;
  width: 100%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-container-main > .g-container > .g-grid > .g-block:last-child {
    display: none;
  }
  #g-container-main > .g-container > .g-grid > .g-block:first-child {
    flex: 1;
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-container-main > .g-container > .g-grid > .g-block:last-child {
    display: none;
  }
  #g-container-main > .g-container > .g-grid > .g-block:first-child {
    flex: 1;
    width: 100%;
  }
}
#g-bottom {
  margin-top: 48px;
  background: #ffffff;
  color: #2c3e50;
}
@media print {
  #g-bottom {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-footer {
  color: #d6d6d6;
  text-align: center;
  margin-top: 60px;
}
#g-footer .g-container {
  background: #2c3e50;
  padding-top: 24px;
  padding-bottom: 24px;
}
#g-footer .g-content > * + * {
  margin-top: 12px;
}
#g-footer .menu-footer__nav {
  margin: -12px 0 0 -24px;
}
@media only all and (max-width: 47.99rem) {
  #g-footer {
    text-align: center;
    margin-top: 24px;
  }
}
@media print {
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-offcanvas {
  background: #ffffff;
  width: 17rem;
  color: #212121;
}
#g-offcanvas a {
  color: white;
}
#g-offcanvas a:hover {
  color: #212121;
}
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #212121;
}
#g-offcanvas .button {
  background: #e74c3c;
  color: #212121;
}
#g-offcanvas .button:hover {
  background: #ea6153;
}
#g-offcanvas .button:active {
  background: #e43725;
}
.g-offcanvas-toggle {
  font-size: 1.375rem;
  color: #212121;
  display: none;
}
@media only all and (max-width: 48rem) {
  .g-offcanvas-toggle {
    display: block;
  }
}
#g-offcanvas #g-mobilemenu-container ul {
  background: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #212121;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: whitesmoke;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #212121;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  text-decoration: none;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #16a085;
}
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 17rem;
}
@media print {
  #g-offcanvas {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 17rem;
}
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 17rem;
}
.page-header {
  margin-bottom: 36px;
}
.page-header > * {
  margin: 0;
  line-height: 1;
  text-align: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .page-header {
    margin-bottom: 24px;
  }
}
@media only all and (max-width: 47.99rem) {
  .page-header {
    margin-bottom: 24px;
  }
  .page-header h1 {
    font-size: 1.5rem;
  }
}
.wr-catalog .page-header > * {
  text-align: inherit;
}
.wr-catalog .c-breadcrumbs__nav {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.s-margin-t-05n {
  margin-top: 6px !important;
}
.s-margin-t-n {
  margin-top: 12px !important;
}
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container {
    width: 100%;
  }
}
.g-container.g-flushed {
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body [class*="size-"] {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  @supports not (flex-wrap: wrap) {
    .g-grid {
      display: block;
      -webkit-box-lines: inherit;
      -moz-box-lines: inherit;
      box-lines: inherit;
      -webkit-flex-wrap: inherit;
      -moz-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
      flex-wrap: inherit;
    }
    .g-block {
      display: block;
      -webkit-box-flex: inherit;
      -moz-box-flex: inherit;
      box-flex: inherit;
      -webkit-flex: inherit;
      -moz-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
    }
  }
}
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.99rem) {
  .visible-phone {
    display: block !important;
  }
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .visible-tablet {
    display: block !important;
  }
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  .visible-large {
    display: block !important;
  }
  .g-block.visible-large {
    display: block !important;
  }
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  .hidden-large {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .align-right {
    text-align: inherit !important;
  }
  .align-left {
    text-align: inherit !important;
  }
}
/*# sourceMappingURL=forrent_10.css.map */