

/* Start:/local/templates/grandss/assets/css/owl.carousel.min.css?15390639424147*/
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.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-item {
    position: relative;
    min-height: 1px;
    padding: 10px;
    float: left;
    /* -webkit-backface-visibility: hidden; */
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    max-width: 100%;
    }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .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-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    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 - 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 {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          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("/local/templates/grandss/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: 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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/grandss/assets/css/remodal.css?15390639424151*/
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}


/*Modal*/
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 30px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 2;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #dbdbdb;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 29px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal[data-remodal-id="callback"],
  .remodal[data-remodal-id="feedback"] {
    max-width: 400px;
  }
  .remodal[data-remodal-id="modal"],
  .remodal[data-remodal-id="oneClick"] {
    max-width: 500px;
  }
  .remodal[data-remodal-id="message"] {
    max-width: 300px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
/* End */


/* Start:/local/templates/grandss/assets/css/pushy.css?15390639423660*/
/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
@media screen and (max-width: 880px) {
  .pushy {
    position: fixed;
    width: 265px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #191918;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
  }
  .pushy.pushy-left {
    left: 0;
  }
  .pushy.pushy-right {
    right: 0;
  }

  /* Menu Movement */
  .pushy-left {
    -webkit-transform: translate3d(-265px, 0, 0);
    -ms-transform: translate3d(-265px, 0, 0);
    transform: translate3d(-265px, 0, 0);
  }

  .pushy-open-left #container,
  .pushy-open-left .push {
    -webkit-transform: translate3d(265px, 0, 0);
    -ms-transform: translate3d(265px, 0, 0);
    transform: translate3d(265px, 0, 0);
  }

  .pushy-right {
    -webkit-transform: translate3d(265px, 0, 0);
    -ms-transform: translate3d(265px, 0, 0);
    transform: translate3d(265px, 0, 0);
  }

  .pushy-open-right #container,
  .pushy-open-right .push {
    -webkit-transform: translate3d(-265px, 0, 0);
    -ms-transform: translate3d(-265px, 0, 0);
    transform: translate3d(-265px, 0, 0);
  }

  .pushy-open-left .pushy,
  .pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* Menu Transitions */
  #container,
  .pushy,
  .push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }

  /* Site Overlay */
  .site-overlay {
    display: none;
  }

  .pushy-open-left .site-overlay,
  .pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
  }

  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* Submenu Appearance */
  .pushy-submenu {
    /* Submenu Icon */
  }
  .pushy-submenu ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out;
  }
  .pushy-submenu ul .pushy-link {
    transition: opacity 0.2s ease-in-out;
  }
  .pushy-submenu > a {
    position: relative;
  }
  .pushy-submenu > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("/local/templates/grandss/assets/css/../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s;
  }

  /* Submenu Movement */
  .pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
  }
  .pushy-submenu-closed .pushy-link {
    opacity: 0;
  }

  .pushy-submenu-open {
    /* Submenu Icon */
  }
  .pushy-submenu-open ul {
    max-height: 1000px;
  }
  .pushy-submenu-open .pushy-link {
    opacity: 1;
  }
  .pushy-submenu-open a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none;
  }
}
/*# sourceMappingURL=pushy.css.map */

/* End */


/* Start:/local/templates/grandss/assets/css/magnific-popup.css?15390639427302*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/grandss/components/bitrix/menu/header_menu/style.css?153906394110919*/
.bx-top-nav-container {
	margin-top: 15px;
	padding: 0 10px;
	/*background: #0083d1;/* COLOR */
	color: #fff;
	border-radius: 2px;
	position: relative;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-top-nav-container .bx-nav-1-lvl {
	float: left;
	position: relative;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
	color: #fff;
	font-weight: 700;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 1px;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
}
.bx-top-nav-container .bx-nav-1-lvl>a span {
	padding: 10px 14px 14px;
	display: block;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span {
	background: #fff;
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	padding: 9px 0 5px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}
.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 180px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	padding: 5px 15px 5px;
	color: #20394c;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 7px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	color: #555;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}





/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 200px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	width: 100%;
	background: #fff;
}
/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	width: 50%;
}
/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
	min-width: 600px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{
	width: 33.33333%;
}
/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo{
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0px;
	bottom: 0px;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

.bx-aside-nav-control {
	font-size: 28px;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 5px;
	left: 5px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	color: #fff;
	text-align: center;
}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 40px;
	vertical-align: middle;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**/
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
.bx-aside-nav {
	display: none;
	padding-top: 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}
.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #44535c;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left:1px solid #5a6971;
	z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

@media (min-width: 1200px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 15px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 12px 14px 15px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 13px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 9px 11px 12px}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 11px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 5px 6px 9px}
}
@media (min-width: 768px){
	.bx-aside-nav-control,
	.bx-aside-nav{display: none;}
	.bx-top-nav-container{display: block;}
}
@media (max-width: 767px) {
	.bx-aside-nav-control,
	.bx-aside-nav{display: block;}
	.bx-top-nav-container{display: none;}
	.bx-aside-nav .bx-nav-parent-arrow{display: block;}
	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display: none;}
}
/* End */


/* Start:/local/templates/grandss/styles.css?15390639415315*/
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(/local/templates/grandss/images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}
/* End */


/* Start:/local/templates/grandss/template_styles.css?170153085918915*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
p {
  margin-bottom: 10px;
}
q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

b {
  font-weight: bold;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clear {
  clear: both;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.table {
  display: table;
  margin: 0;
}

.table_full {
  width: 100%;
}

.table .table__row {
  display: table-row;
}

.table .table__cell {
  display: table-cell;
}

.table .table__cell_middle {
  vertical-align: middle;
}

.table .table__cell_top {
  vertical-align: top;
}

.table .table__cell_bottom {
  vertical-align: bottom;
}

body {
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.42857143;
}

.substrate {
  position: absolute;
  display: block;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}

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

label {
  font-weight: normal;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

input, textarea, button {
  outline: none;
}
html,
body,
#page {
  height: 100%;
}
.page_top {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 135px;
}
.page_bottom {
  height: 124px;
  margin-top: -124px;
}
#page {
  /*overflow: hidden;*/
}

.container {
  position: relative;
  max-width: 1100px;
  margin: auto;
  width: 100%;
  padding: 0px 15px;
}

.wrap {
  padding-top: 29px;
  padding-bottom: 30px;
}
.wrap h1 {
	margin-bottom: 20px;
}
@media only screen and (max-width: 880px) {
  .wrap {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 881px) {
  .mobile-menu {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .mobile-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #262626;
    z-index: 999;
  }
  .mobile-menu .menu-btn {
    width: 45px;
    float: right;
    text-align: center;
    padding: 6px 0px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 9px;
  }
  .mobile-menu .icon-bar {
    display: block;
    width: 29px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-menu .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .mobile-menu .btn_title {
    font-size: 10px;
    display: block;
    margin-top: 3px;
    color: #fff;
  }
  .mobile-menu .mobile-menu__logo {
    line-height: 52px;
    text-decoration: none;
    margin-left: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-family: Helvetica;
  }
}

.header {
  overflow: hidden;
}
.header .header__left {
  position: absolute;
  left: -73px;
  top: 0;
  width: 448px;
  height: 42px;
  z-index: 10;
}
.header .header__right {
  padding-left: 314px;
  margin: 2px 0px;
  z-index: 9;
}
@media only screen and (min-width: 881px) {
  .header {
    position: relative;
    z-index: 99;
    min-height: 113px;
  }
}
@media only screen and (max-width: 880px) {
  .header {
    overflow: auto;
  }
  .header .header__left {
    display: none;
  }
  .header .header__right {
    padding-bottom: 100px;
    padding-left: 0;
    position: relative;
  }
  .header .container {
    padding: 0px;
  }
}

.top-nav {
  margin-bottom: 3px;
  margin-left: 6px;
}
.top-nav .top-nav__elm {
  float: left;
  position: relative;
  height: 34px;
  padding: 3px 0px;
  font-size: 18px;
}
.top-nav .top-nav__elm_callback {
  background-color: #DA251D;
  color: #fff;
  width: 35%;
  margin-right: 32px;
}
.top-nav .top-nav__elm_feedback {
  background-color: #28166F;
  color: #fff;
  width: 31%;
  margin-right: 21px;
  padding-left: 4px;
}
.top-nav .top-nav__elm_feedback .top-nav__icon {
  margin-right: 13px;
}
.top-nav .top-nav__elm_callback .top-nav__icon {
  margin-left: -6px;
  margin-right: 11px;
  position: relative;
}
.top-nav .top-nav__icon {
  vertical-align: middle;
  margin-right: 6px;
}
.top-nav .top-nav__text {
  vertical-align: middle;
}
.top-nav .top-nav__link {
  color: #000;
  text-decoration: none;
}
.top-nav .top-nav__elm_triangle .top-nav__link {
  color: #fff;
}
.top-nav .top-nav__link_big.top-nav__link {
  font-size: 20px;
}
.top-nav .top-nav__link_big.top-nav__link {
  font-size: 20px;
}
@media only screen and (min-width: 881px) {
  .top-nav .top-nav__elm_triangle:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 34px solid transparent;
    border-right: 27px solid #fff;
    position: absolute;
    left: -27px;
    top: 0px;
  }
  .top-nav .top-nav__elm_triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 27px solid #fff;
    position: absolute;
    right: -27px;
    top: 0px;
  }
  .top-nav .top-nav__elm_callback:before {
    border-right-color: #DA251D;
  }
  .top-nav .top-nav__elm_callback:after {
    border-left-color: #DA251D;
  }
  .top-nav .top-nav__elm_feedback:before {
    border-right-color: #28166F;
  }
  .top-nav .top-nav__elm_feedback:after {
    border-left-color: #28166F;
  }
}
@media only screen and (max-width: 880px) {
  .top-nav {
    margin: 0px;
    position: absolute;
    bottom: 0px;
  }
  .top-nav .top-nav__elm_callback, .top-nav .top-nav__elm_feedback {
    width: 50%;
    margin: 0;
  }
  .top-nav .top-nav__elm {
    font-size: 11px;
    padding: 0;
    height: auto;
  }
  .top-nav .top-nav__elm_phone {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    padding-top: 20px;
  }
  .top-nav .top-nav__elm_callback .top-nav__icon,
  .top-nav .top-nav__elm_feedback .top-nav__icon {
    margin: 6px 15px 0px 5px;
    width: 20px;
    display: table-cell;
    vertical-align: middle;
  }
  .top-nav .top-nav__elm_triangle .top-nav__link {
    display: table;
    height: 100%;
    padding: 6px 0px;
  }
  .top-nav .top-nav__elm_triangle .top-nav__text {
    display: table-cell;
    vertical-align: middle;
  }
  .top-nav .top-nav__elm_phone .top-nav__icon {
    display: none;
  }
  .top-nav .top-nav__elm_phone .top-nav__link {
    color: #fff;
  }
}

.nav.nav_header {
  position: relative;
}
.nav.nav_header:before, .nav.nav_header:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1000px;
  width: 1000px;
  height: 100%;
  background: #262626;
  display: block;
}
.nav.nav_header:before {
  right: auto;
  left: -1000px;
}
.nav .nav__items {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #262626;
}
.nav.nav_header .nav__items {
  padding: 10px 0px 10px 25px;
}
.nav.nav_footer {
  text-align: center;
}
.nav .nav__item {
  position: relative;
  display: inline-block;
  padding: 0px 6px;
}
.nav .nav__item:last-child {
  padding-right: 0;
}
.nav .nav__item:last-child:after {
  content: none;
}
.nav .nav__link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 881px) {
  .nav .nav__item:after {
    content: "|";
    display: inline-block;
    position: absolute;
    top: 1px;
    right: -2px;
    color: #797979;
  }
  .nav .nav__link:hover {
    color: #DA251D;
  }
}
@media only screen and (max-width: 880px) {
  .nav.nav_header {
    margin-top: 47px;
  }
  .nav.nav_footer {
    display: none;
  }
  .nav.nav_header .nav__items {
    padding: 0;
    background: none;
  }
  .nav .nav__item {
    display: block;
    padding: 0;
    border-bottom: 1px solid #C0C0C0;
  }
  .nav .nav__link {
    display: block;
    padding: 10px;
  }
  .nav .nav__link:hover {
    background: #404040;
  }
  .nav.nav_header:before, .nav.nav_header:after {
    content: none;
  }
  .row {
    margin: 0;
  }
}

.slider {
  position: relative;
}
.slider.slider_home {
  margin-top: -31px;
}
.slider .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.slider .owl-nav > div.disabled {
  opacity: .4;
}
.slider .owl-nav .owl-prev {
  background: url("/local/templates/grandss/images/slayder-arrow_l.png") no-repeat;
  background-size: contain;
  left: 24px;
}
.slider .owl-nav .owl-next {
  background: url("/local/templates/grandss/images/slayder-arrow_r.png") no-repeat;
  background-size: contain;
  right: 24px;
}
.slider.owl-carousel .owl-item {
  padding: 0px;
}
@media only screen and (max-width: 880px) {
  .slider.slider_home {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 379px) {
  .slider.slider_home {
    display: none;
  }
}

.sidebar {
  width: 34%;
  float: left;
  padding: 10px 15px 15px 10px;
}
@media only screen and (max-width: 880px) {
  .sidebar {
    width: 100%;
    float: none;
    padding: 10px 0px;
  }
  .maps-frame {
    max-height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .maps-frame {
    max-height: 300px;
  }
}

.content {
  width: 66%;
  float: left;
  padding: 9px 0px 20px 0px;
}
.wrap > .container {
  padding: 0px 15px;
}
@media only screen and (max-width: 880px) {
  .container {
    padding: 0;
  }
  .content {
    width: 100%;
    float: none;
    padding: 10px 0px;
  }
}

.catalog {
  margin-left: -7px;
  margin-right: -7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer {
  background: #262626;
  padding: 20px 0px;
  padding: 27px 0px;
  text-align: center;
}
@media only screen and (min-width: 881px) {
  .footer .foooter__social {
    position: absolute;
    right: 35px;
    top: 0;
  }
}
@media only screen and (max-width: 880px) {
  .footer {
    padding: 10px 0px;
  }
}

.social .social__img {
  display: inline-block;
}
@media only screen and (min-width: 881px) {
  .social .social__img.social__img_ok {
    margin-top: -16px;
  }
}
@media only screen and (max-width: 880px) {
  .social .social__img {
    max-height: 30px;
  }
}

.copyright {
  padding: 20px 0px;
}
.copyright .copyright__text {
  padding-left: 15px;
}
@media only screen and (max-width: 880px) {
  .copyright {
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 58px;
  }
  .copyright .copyright__text {
    padding-left: 0;
    font-size: 12px;
    color: #C0C0C0;
  }
}



.btn {
  background: #DA251D;
  display: inline-block;
  border: none;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  padding: 3px 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover, .btn:active, .btn:focus {
  background: #e64b44;
  color: #fff;
  text-decoration: none;
}
.btn.btn_add-to-cart {
  font-weight: bold;
  padding: 5px 10px;
}
.btn.btn_buy {
  font-size: 17px;
  padding: 4px 15px;
}
.btn.btn_loading {
  opacity: .4;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 880px) {
  .btn.btn_fiter {
    padding: 8px 18px;
    font-size: 16px;
  }
  .btn.btn_buy {
    font-size: 23px;
    padding: 10px 20px;
    font-weight: normal;
  }
}

.quantity .quantity__btn {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 3px;
  text-align: center;
  border: 1px solid #C0C0C0;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
  padding-top: 0px;
  color: #000;
  text-decoration: none;
}
.quantity .quantity__btn:hover {
  background: #f3f3f3;
}
.quantity .quantity__input {
  display: inline-block;
  border: 1px solid #C0C0C0;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .quantity .quantity__input {
    width: 50px;
    height: 35px;
  }
  .quantity .quantity__btn {
    width: 35px;
    height: 35px;
    padding-top: 7px;
    font-size: 16px;
  }
}

.full-page {
  margin: 15px 0px;
}
.full-page h1 {
  text-align: center;
  margin-bottom: 10px;
}
.form .form__group {
  margin-bottom: 15px;
  position: relative;
}
.form .form__group:last-child {
  margin-bottom: 0;
}
.form .form__title {
  font-size: 22px;
}
.form .form__filed {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
}
.form .form__textarea {
  display: block;
  font-family: Tahoma, sans-serif;
  width: 100%;
  max-width: 100%;
  height: 150px;
  max-height: 250px;
  padding: 10px;
}
.form .form__button {
  padding: 10px 30px;
  font-size: 17px;
}
.form .form__label {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 3px;
}
.form .form__desc {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 21px;
}
.remodal .form .form__group.form__group_title {
  background: #da251d;
  color: #fff;
  margin: -15px -30px 20px -30px;
  padding: 9px 30px;
}
.form .form__group_error .form__filed,
.form .form__group_error .form__textarea {
  border: 1px solid #da251d;
}
.form__group_success .form__filed,
.form__group_success .form__textarea {
  border: 1px solid green;
}
.form .form__info  {
  position: absolute;
  bottom: -15px;
  width: 100%;
  font-size: 12px;
  color: red;
  text-align: left;
  padding: 0px 10px;
}
.message {
  margin: 45px auto 20px auto;
  position: relative;
  line-height: 18px;
}
.message:before{
  font-family: "FontAwesome";
  font-size: 43px;
  display: inline-block;
  position: absolute;
  top: -36px;
  left: 0px;
  right: 0px;
}
.message.message_success, #contactForm.message_success {
  color: green;
}
.message.message_success:before {
  content: "\f058";
}
.message.message_error, #contactForm.message_error {
  color: red;
}
#contactForm > div {
  padding: 10px;
  text-align: center;
}
.message.message_error:before {
  content: "\f057";
}
.bs_loading {
	position: relative;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}
.bs_loading:before {
	content: "";
	background: rgba(255, 255, 255, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.bs_loading:after {
	content: "";
	width: 40px;
	height: 40px;
	background: url("/local/templates/grandss/images/ajax.gif") center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 99999;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);
	      transform: translate(-50%,-50%);
}

.title-search-result {
  z-index: 99999;
  background: #ffffff;
  margin-top: -3px;
  display: none;
}
.popup-window-buttons .btn {
  margin: 0px 10px;
}
.page-title  {
  font-size: 24px;
}

@media only screen and (min-width: 881px) {
  .user-blk {
    position: absolute;
    bottom: -27px;
    right: 30px;
    background: #da251d;
    padding: 5px 10px;
    font-size: 12px;
  }
  .user-blk:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 27px solid transparent;
    border-right: 27px solid #DA251D;
    position: absolute;
    left: -27px;
    top: 0px;
  }
  .user-blk:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 27px solid #DA251D;
    position: absolute;
    right: -27px;
    top: 0px;
  }
  .user-blk a {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (max-width: 880px) {
  .user-blk {
    text-align: center;
    margin: 20px 0px;
  }
  .user-blk a {
    color: #fff;
  }
}

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #e31e24;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #e31e24;
}

#successAnimationResult {
  fill: #e31e24;
  opacity: 0;
}

#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimationCircle {
animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,
			0.3s linear 0.9s 1 both fadeOut;
}
  
#successAnimationCheck {
animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,
			0.3s linear 0.9s 1 both fadeOut;
}
  
#successAnimationResult {
animation: 0.3s linear 0.9s both fadeIn;
}
.message_info {
  font-size: 15px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.message_info + .btn {
  font-size: 15px;
  padding: 7px 20px;
}
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1100px) and (min-width: 881px){
  .header .header__left {
    width: 280px;
    left: 15px;
  }
  .header .header__right {
    padding-left: 262px;
  }
  .top-nav .top-nav__elm {
    width: 31%;
    font-size: 13px;
    text-align: center;
    padding-top: 6px;
  }
  .top-nav .top-nav__icon {
    display: none;
  }
  .top-nav .top-nav__elm.top-nav__elm_phone {
    width: auto;
    padding-left: 15px;
  }
  .top-nav .top-nav__link_big.top-nav__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px){ 
  .nav .nav__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) and (min-width: 880px){ 
  .nav .nav__link {
    font-size: 12px;
  }
  .nav .nav__item {
    padding: 0px 4px;
  }
}

.remodal[data-remodal-id="callback"] {
  background: url(/local/templates/grandss/images/smartphone-call.png) center 55px no-repeat#fafafa;
  background-size: auto 220px;
}
.remodal[data-remodal-id="feedback"] {
  background: url("/local/templates/grandss/images/envelope.png") center 100px no-repeat#fafafa;
}

.top-nav__elm_phone span {font-size:18px;}
/* End */
/* /local/templates/grandss/assets/css/owl.carousel.min.css?15390639424147 */
/* /local/templates/grandss/assets/css/remodal.css?15390639424151 */
/* /local/templates/grandss/assets/css/pushy.css?15390639423660 */
/* /local/templates/grandss/assets/css/magnific-popup.css?15390639427302 */
/* /local/templates/grandss/components/bitrix/menu/header_menu/style.css?153906394110919 */
/* /local/templates/grandss/styles.css?15390639415315 */
/* /local/templates/grandss/template_styles.css?170153085918915 */
