

/* Start:/local/templates/symmetron_default/css/jquery.bxslider.css?16626448054014*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.slider-wrap  {
  margin: 0px;
  padding-left: 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/local/templates/symmetron_default/css/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #808080;
  text-indent: -9999px;
  display: block;
  width: 50px;
  height: 6px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #cccccc;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/local/templates/symmetron_default/css/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/local/templates/symmetron_default/css/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/local/templates/symmetron_default/css/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/local/templates/symmetron_default/css/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* End */

/* End */


/* Start:/local/templates/symmetron_default/css/jquery.modal.css?16626448052355*/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 200;
 /* padding: 20px;*/
  box-sizing: border-box;
  /*background-color: rgb(255,255,255);*/
  background-color: rgba(255,255,255,0.75);
  text-align: center;
}

.blocker + #modal-info.modal {
  background-color: transparent;
}

.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  /*position: absolute;*/
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
  text-align: left;

}

#modal-info.modal {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}

@media (min-width: 998px) {
  .modal {
    max-width: 700px;
  }
}

.modal a.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/local/templates/symmetron_default/css/../images/close.png);
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* End */


/* Start:/local/templates/symmetron_default/css/owl.carousel.min.css?16626448053351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-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}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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/symmetron_default/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/symmetron_default/css/owl.theme.default.css?16626448051380*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/local/templates/symmetron_default/css/magnific-popup.css?16626448056951*/
/* 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/symmetron_default/css/gray.min.css?1662644805887*/
/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");-webkit-filter:grayscale(1);filter:grayscale(1);filter:gray}.grayscale.grayscale-fade{transition:filter .5s}@media screen and (-webkit-min-device-pixel-ratio:0){.grayscale.grayscale-fade{-webkit-transition:-webkit-filter .5s;transition:-webkit-filter .5s}}.grayscale.grayscale-fade:hover,.grayscale.grayscale-off{-webkit-filter:grayscale(0);filter:grayscale(0)}.grayscale.grayscale-replaced{-webkit-filter:none;filter:none}.grayscale.grayscale-replaced>svg{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.grayscale.grayscale-replaced.grayscale-fade:hover>svg,.grayscale.grayscale-replaced.grayscale-off>svg{opacity:0}

/* End */


/* Start:/local/templates/symmetron_default/css/tooltipster.bundle.min.css?166264480510163*/
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
	width: auto !important;
	white-space: nowrap;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
	color: #008aff;
	white-space: nowrap;
}



.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #fff;
    border-width: 1px;
    border-color: rgb(183, 183, 183);
    border-style: solid;
	border-radius: 5px;
}



.tooltipster-sidetip .tooltipster-box.lvl-prev {
	background-color: #727a81;
	border-color: #727a81;
	border-radius: 0px;
}

.tooltipster-sidetip .tooltipster-box.lvl-prev.lvl-choosen {
	background-color: #172430;
	border-color: #172430;
	border-radius: 0px;
}

.tooltipster-sidetip .tooltipster-box.lvl-prev .tooltipster-content {
	color: #fff;
}
.tooltipster-sidetip .tooltipster-box.lvl-prev.lvl-choosen .tooltipster-content {
	color: #fff;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
    bottom: -32px;
    position: relative;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {

	line-height: 18px;
	padding: 7px 14px 6px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	display: none;
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}
/* End */


/* Start:/local/templates/symmetron_default/css/style.css?171044239229874*/
* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;	
}

html, body {
    padding: 0px;
    margin: 0px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;	
	scroll-behavior: smooth;
}

header *,
main *,
footer *,
.modal * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

input, button {
    padding: 0px;
    border: none;
    background-color: transparent;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    cursor: pointer;
}

input[type=number] {
	-moz-appearance:textfield;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover, a:hover h2 {
	color: #008aff;
}

p a {
	color: #008aff;
}


input.error[type=text],
input.error[type=tel],
input.error[type=email],
input.error[type=password] {
    border-color: #d73535 !important;
}

input[type=radio] {
	width: 25px;
	height: 18px;
    appearance: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

input:focus, button:focus {
    outline: none;
}

section > div > h2 {
    margin: 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

header, main, footer {
    display: block;
    width: 100%;
}

footer {
    clear:both;
    overflow: hidden;
}

.black {
    color: #000;
}

.ov-hidden {
    overflow: hidden;
    position: fixed;
}

@media (min-width: 1025px) {
    .ov-hidden {
        position: static;
    }
}

.link-old {
    display: block;
    margin: 20px 0 30px;
}

.header-top {
    padding: 11px 10px;
    background-color: #262b2e
}

.header-top .wrapper:before,
.header-top .wrapper:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.wrapper {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.wrapper h1 {
    margin: 0px 0px 30px;
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;


}

.burger-menu {
    display: block;
    width: 23px;
    height: 23px;
    padding: 0px;
	cursor: pointer;
}

.burger-menu span {
    display: block;
    width: 23px;
    height: 3px;
    margin: 3px 0px;
    background-color: #fff;
}

.burger-nav {
    display: none;
    width: 100%;
	height: 100%  ;
    min-height: 100vh;
  	overflow-x: scroll;
	-webkit-overflow-scrolling-x: touch;
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
    background-color: #fff;
    z-index: 200;
}

.burger-nav.open {
    display: block;
}

.nav-header {
    display: block;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 25px;
    text-decoration: none;
}

.nav-header > a {
    display: block;
    max-width: 200px;
}

.nav-header > a > img {
    display: block;
    width: auto;
    max-width: 100%;
}

.burger-nav > .nav-header {
    padding-top: 25px;
    padding-left: 100px
}

.close-nav {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 100px;
    top: 40px;
}

.close-nav span {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    background: #000;
}

.close-nav span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-nav span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 800px;
    margin: 0px auto;
    padding-top: 130px;
}

.nav-list {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.nav-list li {
    margin-bottom: 7px;
}

.nav-list a {
    display: block;
    font-size: 17px;
    text-transform: none;
    text-decoration: none;
    color: #000;
}

.header-contact {
    margin-bottom: 12px;
}

.header-contact > div {
    margin-bottom: 5px;
}

.header-contact a {
    display: block;
    font-size: 15px;
    text-decoration: none;
}

.top-nav__wrapper {
    display: block;
}

.top-nav__wrapper ul {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.top-nav__wrapper ul > li {
    display: inline-block;
}

.top-nav__wrapper ul > li > a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
}

.top-nav__wrapper ul > li > a:hover {
    color: #008aff;
}

.burger-nav__wrapper,
.top-nav__wrapper {
    float: left;
}

.auth-wrapper, .cart-wrapper, .favorite-wrapper{
    float: right;
}

.top-nav__wrapper {
    margin-top: 1px;
    margin-left: 10px;
}

.top-nav__wrapper ul > li {
    margin-left: 30px;
}

.cart-wrapper {
    margin-left: 40px;
}

.auth-login, .auth-registration {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.auth-registration {
    margin-left: 47px;
}

.favorite-top a {
    display: block;
    text-decoration: none;
}

.favorite-top a span svg {
    width: 24px;
    height: 22px;
    margin-bottom: -2px;
    fill: #fff;
    stroke: #fff;
}

.favorite-top a span:nth-child(1) {
	margin-right: 10px;
}


.top-cart a, .top-cart a span  {
    display: inline-block;
    vertical-align:  middle;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
}

.top-cart a span:nth-child(1) {
    margin-right: 14px;
}

.top-cart a span:nth-child(1) img,
.top-cart a span:nth-child(1) svg  {
    display: block;
    width: 19px;
    height: 19px;
    fill: #fff;
}

.header-bot__info:before,
.header-bot__info:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.header-bot__info {
    margin-top: 30px;
}

.logo-wrapper {
    display: block;
    width: 100%;
    max-width: 295px;
    float: left;
}

.logo-wrapper a {
    display: block;
    width: 100%;
    max-width: 250px;
}

.logo-wrapper a img {
    display: block;
    width: auto;
    max-width: 100%;
}

.logo-wrapper span {
    display: block;
    margin-top: 12px;
    font-size: 12px;
}

.header-bot.nav-wrapper {
    display: block;
    float: left;
    margin-left: 18px;
}

.header-bot.nav-wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header-bot.nav-wrapper > ul > li {
    display: inline-block;
    margin-left: 20px;
    padding: 20px;
    background-color: #fff;
}

.header-bot.nav-wrapper > ul > li:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 7px;
    border-style: solid;
    border-width: 5.5px 4px 0 4px;
    border-color: #373b44 transparent transparent transparent;
}

.header-bot.nav-wrapper > ul > li:hover {
    z-index: 300;
}

.header-bot.nav-wrapper > ul > li:hover > a {
    color: #006cff;
}

.header-bot.nav-wrapper > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    color: #373b44;
    text-decoration: none;
    z-index: 36;
}

.header-bot.nav-wrapper .inner-menu {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding: 15px 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    -webkit-box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    z-index: 300;
}

.inner-menu {
    background: #262b2e;
}

.catalog-top__menu {
    display: flex;
    justify-content: space-between
}

.catalog-top__menu a {
    color: #fff;
}

.header-bot.nav-wrapper .inner-menu .catalog-top__menu  ul li > a:hover {
    color: #008aff;
}

.header-bot.nav-wrapper > ul > li:hover .inner-menu {
    display: block;
}

.header-bot.nav-wrapper .inner-menu ul {
    display: block;
	width: 33.3333%;
    padding: 20px 30px 20px 0px;
    box-sizing: border-box;
}


.header-bot.nav-wrapper .inner-menu ul li a {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}

.header-bot.nav-wrapper .inner-menu .show-all {
	margin-top: 30px;
}

.header-bot.nav-wrapper .inner-menu .show-all a {
	display: flex;
}

.header-bot.nav-wrapper .inner-menu .show-all a svg {
	width: 12px;
    height: 12px;
}

.header-bot.nav-wrapper .inner-menu ul li .manufacturers-item a {
	margin-bottom: 5px;
}

.brands-menu {
    display: flex;
    justify-content: space-between;
}

.menu-item__name {
    font-size: 16px;
    color: #fff;
}

.manufacturers-menu__item {
    margin-bottom: 15px;
}

.manufacturers-item {
    display: inline-block;
}

.manufacturers-item a {
    font-size: 14px;
    line-height: 29px;
    color: #bbbbbb;
}

.all-manufacturers svg {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    vertical-align: middle;
}

.all-manufacturers span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 29px;
    color: #888888;
}

.all-manufacturers:hover span {
    color: #006cff;
}

.arrow-rightMan {
    fill: #888888;
}

.all-manufacturers:hover .arrow-rightMan {
    fill: #006cff;
}

.manufacturers-item a:hover {
    color: #006cff;
}

.header-bot.nav-wrapper .inner-menu ul li > a:hover {
    text-decoration: none;
    color: #fff;
}

.inner-menu.inner-catalog ul {
    display: inline-block;
    vertical-align: top;
}

.show-all {
    display: block;
}

.inner-menu .show-all > a {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

.show-all > a:hover {
    color: #0060ff
}

.inner-menu .show-all > a svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.show-all .arrow-rightMan {
    fill: #fff;
}

.show-all > a:hover .arrow-rightMan {
    fill: #0060ff;
}


.inner-menu.inner-catalog:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.phone-wrapper {
    display: block;
    float: right;
}

.phone-wrapper > a {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    color: #000;
    text-decoration: none;
}

.phone-wrapper > a:hover {
	color: #008aff;
}

.phone-wrapper > a:nth-child(1) {
    margin-bottom: 10px;
}

.header-bot__search {
    display: block;
    width: 100%;
    position: relative;
}

.header-bot__search form {
    display: block;
    width: 100%;
    position: relative;
}


.search-category {
    padding: 25px 0px;
    border-bottom: 1px solid #e6eaf0;
}

.search-category:first-child {
    padding-top: 0px;
}

.search-category:last-child {
    border-bottom: none;
}

.search-category__header {
    display: block;
}

.search-category__header > a {
    display: block;
    text-decoration: none;
    line-height: 28px;
}

.search-category__list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.search-category__list li a {
    line-height: 28px;
    text-decoration: none;
    color: #000;
}

.search-category__list li a:hover {
	color: #008aff;
}

.search-select.open .select-list {
    display: block;
}

.search-select.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select-list span label {
    display: block;
    cursor: pointer;
}

.select-list span input[type=radio] {
    position: absolute;
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.slider {

    margin-top: 40px;
    margin-bottom: 30px;
}

.slider-wrap .slide img { width: 100%; }

.slider-wrap .slide { list-style: none; }

.slider-wrap > .slide > a {
    display: none;
    position: relative;
	border-radius: 5px;
}

.slider-wrap > .slide:first-child > a { display: block; }

.slide-block, .slide-footer {
    display: block;
    position: absolute;
}

.slide-block {
	max-width: 40%;
    top: 25%;
    left: 50px;
}

.slide-header {
    font-size: 58px;
    line-height: 60px;
    font-weight: 300;
}

.slide-header {
    margin-bottom: 5%;
    color: #fff;
}

.slide-content {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
}

.slide-footer {
    bottom: 15px;
    left: 15px;
}

.slide-tag {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #808080;
    border-radius: 50px;
    background-color: #666;
}

.info-blocks > .wrapper {
    overflow: hidden;
}

.row:before,
.row:after {
    content: '';
    display: block;
    clear: both;
}

.col-6 {
    display: block;
    width: 50%;
    float: left;
}

.col-9 {
    display: block;
    width: 75%;
    float: left;
}

.col-6:nth-child(even) {
	padding-left: 5px;
}

.col-6:nth-child(odd) {
	padding-right: 5px;
}

.col-12 {
    display: block;
    width: 100%;
}

.col-12 .sub-info__item {
    margin-bottom: 10px;
}

.col-6:nth-child(1) > a > .sub-info__item {
	margin-right: 5px;
}

.col-6:nth-child(2) > a >  .sub-info__item {
	margin-left: 5px;
}


.info-blocks a {
	display: block;
}

.info-blocks a:hover h3 {
	color: #008aff;
}

.main-info {
    height: 500px;
    margin-right: 10px;
    position: relative;
	border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
}

.sub-info__item {
    height: 245px;
    position: relative;
    position: relative;
	border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}

.date-wrapper {
    padding-top: 20px;
    margin-left: 20px
}

.date-wrapper > div {
    display: inline-block;
    vertical-align: bottom;
}

.num {
    font-size: 50px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    color: #222d33;
}

.m-y {
    margin-left: 10px;
}

.m-y span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-transform: lowercase;
}

.m-y span:nth-child(1) {
    margin-bottom: 5px;
}

.head-wrapper, .content-wrapper {
    margin-top: 24px;
    padding: 0px 20px;
}

.head-wrapper > h3,
.head-wrapper > h3 a,
.head-wrapper > a  {
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-decoration: none;
}

.sub-info__item > .head-wrapper > h3 {
    font-size: 20px;
    font-weight: bold;
    word-break: break-word;
    line-height: 24px;
}

.bottom-wrapper {
    position: absolute;
    bottom: 15px;
    left: 20px;

}

.tags > a {
    display: inline-block;
    padding: 4px 10px;
    text-align: center;
    border: 2px solid #878d90;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
}

.sub-info__item.white {
    background-color: #aab9c1
}

.sub-info__item.white .num,
.sub-info__item.white .m-y span,
.sub-info__item.white .head-wrapper h3,
.sub-info__item.white .content-wrapper p,
.sub-info__item.white .tags > a {
    color: #fff;
}

.content-wrapper p {
    line-height: 18px;
}

.info-blocks a:hover .sub-info__item.white .head-wrapper h3 {
	color: #008aff;
}

/* CATALOG SECTION */


/* SUBSCRIBE SECTION */

.subscribe {
    margin-top: 150px;
}

.subscribe-header img,
.subscribe-header svg {
    display: block;
    width: auto;
    max-width: 50px;
    height: 44px;
    margin: 0 auto 20px;
    fill: #000;
}

.subscribe-header h2 {
    margin: 0px auto 12px;
    font-size: 30px;
	font-weight: normal;
    line-height: 30px;
    text-align: center;
}

.subscribe-header p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
}

.subscribe-content {
    margin-top: 25px;
}

.subscribe-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    border-radius: 5px;
}

.subscribe-content form input[type=email] {
    display: block;
    width: 100%;
    max-width: 800px;
    padding: 16px 15px 15px 15px;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid transparent;
    border-radius: 5px 0px 0px 5px;
}

.subscribe-content form button {
    display: block;
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #262b2e;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
}

.subscribe-inputs {
    display: none;
    width: 100%;
    max-width: 1105px;
    margin: 0px auto;
    padding: 10px 50px 40px;
    position: absolute;
    border-radius: 0px 0px 5px 5px;
    left: 0px;
    right: 0px;
    background-color: #fff;
}

.subscribe-inputs__item {
    width: 32%;
}

.subscribe-inputs__item label {
    cursor: pointer;
}

.subscribe-inputs__item .head {
	font-weight: normal;
    margin-bottom: 10px;
}

.subscribe-inputs__item input[type=checkbox] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 5px -2px 0px;
    background-image: url(/local/templates/symmetron_default/css/../images/checkbox-false.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
}

.subscribe-inputs__item input[type=checkbox]:checked {
    background-image: url(/local/templates/symmetron_default/css/../images/checkbox-true.jpg);
}

.subscribe-input {
    margin-bottom: 6px;
}

.subscribe-wrapper {
    padding-top: 20px;
}

.subscribe-wrapper.open {
	max-width: 1105px;
    margin: 0 auto;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
	background-color: #fff;
}

.subscribe-wrapper.open .subscribe-content form {
    box-shadow: none;
}

.subscribe-wrapper.open .subscribe-content form input[type=email] {
    border-color: #727a81;
}

.subscribe-wrapper.open .subscribe-inputs {
    display: flex;
    box-shadow: 0px 17px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.services {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 60px 0px;
    background-color: #262b2e
}

.services-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.service-item {
    display: block;
	width: 33%;
    text-decoration: none;
}

.service-item.support {
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.service-item > .icon-holder > img,
.service-item > .icon-holder > svg {
    display: block;
    width: auto;
    max-width: 50px;
    height: 60px;
    margin: 0 auto 50px;
    fill: #fff;
}

.service-item > .service-item__head {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
}

.service-item > .service-item__content {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.sub-menu.open {
    display: block;
}

.footer-head {
    margin-bottom: 35px;
}

.logo-wrapper a {
    display: block;
}

.footer-head .logo-wrapper {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.logo-wrapper a img {
    display: block;
    width: auto;
    max-width: 100%;
}

.logo-text-wrapper {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #727a81
}

.col-3 {
    width: 25%;
    padding: 0px 15px;
    float: left;
}

.footer-content .city {
    font-size: 21px;
}

.footer-content .city,
.footer-content .address,
.footer-content .metro,
.footer-content .phone,
.footer-content .mail {
    margin-bottom: 15px;
}

.footer-content .address,
.footer-content .metro,
.footer-content .phone,
.footer-content .mail {
    font-size: 14px;
}

.footer-content .phone a,
.footer-content .mail a {
    text-decoration: none;
}

/*.footer-content {
    padding-bottom: 50px;
}*/

.main-modal {
    background: #fff;
}

.main-modal h2 {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 45px;
    font-weight: 300;
	text-align: center;
}

.required-fields {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    color: #858585;
}

.required-fields p {
	font-size: 14px;
}

.main-modal > div,
.main-modal form > div  {
    margin-bottom: 20px;
}

.main-modal > div:last-child {
    margin-bottom: 0px;
}

.main-modal label,
.main-modal > div > span,
.main-modal input,
.main-modal textarea {
    display: block;
    width: 100%;
}

.main-modal label,
.main-modal > div > span {
    font-size: 16px;
    line-height: 32px;
}

.main-modal input[type=text],
.main-modal input[type=tel],
.main-modal input[type=email],
.main-modal input[type=password],
.main-modal input[type=number] {
    padding: 11px 15px;
    font-size: 16px;
    line-height: 26px;
	border-radius: 5px;
    border: 1px solid #dfdfdf;
}
.main-modal > div > span.form-error-fld {
    display: none !important;
}
.main-modal .submit input[type=submit] {
    width: unset;
}

.main-modal textarea {
    min-height: 130px;
    padding-left: 5px;
    font-size: 20px;
    line-height: 26px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
}

.main-modal form textarea:focus {
    outline: none;
}

.thanks.main-modal {
    max-width: 320px;
    margin: 0 auto;
}

.thanks.main-modal h2 {
    text-align: center;
}

.thanks.main-modal p {
    text-align: center;
}


.thanks.main-modal .default-button {
    max-width: 200px;
    margin: 30px auto;
    background-color: #000;
    color: #fff;
}

.submit:before,
.submit:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.personal-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    max-width: 60%;
}

.personal-data input[type=checkbox] {
    margin: 0px 10px 0px 0px;
    max-width: 15px;
    height: 15px;
    border: 1px solid #dfdfdf;
}

.personal-data input[type=checkbox]:checked {
    background-image: url("/local/templates/symmetron_default/css/../images/ok.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 2px;
}


.personal-data label {
    font-size: 12.5px;
    line-height: 14px;
    color: #909090;
}

.submit button,
.submit input[type="submit"]  {
    display: block;
    padding: 17px 10px;
    float: right;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
	border: 1px solid #d4d5d5;
	border-radius: 5px;
}

.file {
    position: relative;
}



#file-uploader,
.file > input[type=file] {
    display: inline-block;
    max-width: 200px;
    padding: 14px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.fake-input {
    display: inline-block;
    width: 100%;
    max-width: 190px;
    padding: 16px 50px 16px 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #000;
    background-image: url(/local/templates/symmetron_default/css/../images/xls.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 150px 10px;
    cursor: pointer;
    z-index: 1;
}

.chose-file,
.main-modal > div > .chose-file {
    display: inline-block;
    width: auto;
    margin-left: 15px;
    color: #949494;
}

.main-modal > div > .bx-input-file-desc {
	display: none;
}

#modal-project .submit button,
#modal-project .submit input {
    margin: 0 auto;
    padding: 16px 30px;
    float: none;
}

#modal-login .submit button,
#modal-login .submit input{
    width: 100%;
	margin: 0 auto;
}

#modal-login.modal {
	max-width: 350px;
}

.reg-link {
	font-size: 14px;
	color: #0095fe
}

.first-time {
    margin-top: 25px;
    border-top: 1px solid #353535;
}

.first-time h4 {
    margin: 15px 0px 5px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.first-time a {
    display: block;
    text-align: center;
    color: #1d57cb;
    margin-bottom: 15px;
}

#modal-login .password {
    margin-bottom: 10px;
}

#modal-login .forgot-mobile {
	display: inline-block;
	margin-bottom: 45px;
	margin-left: 16px;
	font-size: 14px;
	color: #0095fe;
}

#modal-login .submit {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#modal-login .submit:before,
#modal-login .submit:after {
    display: none;
}

#modal-registration.modal {
	max-width: 350px;
}

#modal-registration .submit .personal-data {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    float: none;
}

#modal-registration .submit button,
#modal-registration .submit input[type="submit"] {
    width: 100%;
    margin: 0 auto;
    float: none;
}

#modal-project .submit input[type="submit"] {
    width: 100%;
    max-width: 300px;
}

.registration .phone {
	display: flex;
}

.registration .phone .reg-phone__main {
	width: 60%;
	margin-right: 10px;
}

.registration .phone .reg-phone__additional {
	width: 38%;
}



/* QUANTITY BUTTON */

.quantity-num {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 105px;
    margin: 20px auto;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.quantity-num,
.quantity-num *::selection {
    background: transparent;
}

.quantity-num span {
    display: inline-block;
    width: 34px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}


.quantity-num span:hover {
    background-color: #dfdfdf;
}

.quantity-num  span:first-child {
    border-radius: 4px 0 0 4px;
}

.quantity-num input {
    width: 55px;
    height: 38px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.quantity-num input::-webkit-outer-spin-button,
.quantity-num input::-webkit-inner-spin-button {
	-webkit-appearance: none;
    margin: 0;
}

.total-cost__head {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
}

.total-cost__wrapper {
    display: flex;
    justify-content: space-around;
    max-width: 800px;
    margin: 15px auto 30px;
    padding: 15px 0px;
    border-top: 1px solid #dddddd;
}

.total-col {
    width: 50%;
}

.total-col__head {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    font-size: 14px;
    text-align: center;
}

.total-col__content span {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.default-button {
    display: block;
    padding: 16px 10px;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
	border-radius: 5px;
}

.cb {
    display: block;
    width: 100%;
    clear: both;
}

.black {
    color: #000;
}

/* ABOUT */

.about-holder {
    display: flex;
}

.about-page {
    width: 75%;    
}

.about-page h1 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 10px;
}

.about-page h3 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
    font-weight: 500;
}

.about-page p {
    display: block;
    font-size: 18px;
    line-height: 28px;
}

.about-img__block {
    margin-bottom: 30px;
}

.img-holder {
    display: flex;
    justify-content: space-between;
}

.img-holder .about-img {
    width: 48%;
}

.about-img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.img-description {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #838b96;
}

.about-quote {
    display: block;
    margin-left: 5%;
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 1px solid #838b96;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}


.error-message {
	display: block;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #ff0000;
	text-decoration: none;
    text-align: center;
}

.customer .error-message,
.contact-person .error-message {
	/*margin-left: 26%;*/
    text-align: center;
}


#errors .error {
	display: block;
	margin-bottom: 10px;
	color: #ff0000;
}

.status-add {
	cursor: pointer;
}

a.modal-result {
	display: block;
    margin: 35px 0px;
    text-align: center;
    color: #008aff;
}

a.modal-result:hover {
	opacity: 0.85;
}


/* 25 years  */ 

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-top: 50px;
}

.logo-holder {
	margin-bottom: 20px;
}

.logo-holder img,
.logo-holder svg {
	display: block;
	width: auto;
	max-width: 250px;
}

.years-holder {
	font-size: 100px;
    line-height: 100px;
    font-weight: bold;
}

.header-text__ru {
	font-size: 16px;
	margin-bottom: 3px;
}

.header-text__ru span {
	white-space: nowrap;
}

.header-text__en {
	font-size: 13.5px;
}


.fb {
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.fb-img {
	margin-right: 15px;
}

.fb-text__ru {
	margin-bottom: 3px;
	font-size: 14px;
}

.fb-text__en {
	font-size: 13px;
}


.fb-img svg {
	display: block;
	width: 25px;
	height: 25px;
}

.fb-img img {
	display: block;
	width: 25px;
	height: 25px;
}

.photo-slider {
	padding: 0px;
	list-style: none;
}

.owl-nav {
	width: 100%;
	position: absolute;
	top: 0;
}

.owl-prev {
	left: 0px;
}

.owl-next {
	right: 0px;
}

.owl-nav img {
	max-height: 175px;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	padding: 10% 1% 10% 5% !important;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	padding: 10% 5% 10% 1% !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 600px;
}

.owl-item a {
	display: flex;
	align-items: center;
}

.owl-carousel .owl-nav button {
	top: 1vh;
}

.col-6 {
	padding: 0px 15px;
}

.info-blocks .col-6 {
	padding: 0px;
}

.link-old {
	font-size: 14px;
    color: #008aff;
}

.link-old:hover {
	text-decoration: underline;
}

.old-site__wrapper {
    position: relative;
}

.old-site__wrapper .link-old {
    position: absolute;
    top: -36px;
}
.grecaptcha-badge{
    display:none !important;
}

/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/sale.basket.basket.line/symmetron/style.css?16626448051804*/
.auth-wrapper, .cart-wrapper, .favorite-wrapper{
    float: right;
}

.auth-wrapper {
    margin-left: 40px;
}

.favorite-wrapper {
	margin-top: 1px;
}

.cart-wrapper {
	margin-top: 1px;
    margin-left: 40px;
}

.auth-login, .auth-registration,
.auth-profile, .auth-logout {
    display: inline-block;
	font-size: 14px;
	line-height: 14px;
    color: #fff;
    text-decoration: none;
}

.auth-logout,
.auth-registration {
    margin-left: 47px;
}

.favorite-top a {
    display: block;
    text-decoration: none;
}

.favorite-top a span {
    display: inline-block;
	font-size: 14px;
	line-height: 14px;
    vertical-align: middle;
    color: #fff;
}

.favorite-top a span svg {
    width: 19px;
    height: 19px;
    margin-bottom: -2px;
    fill: #fff;
    stroke: #fff;
}

.favorite-top.active svg {
	fill: #008aff;
    stroke: #008aff;
}

.favorite-top.active svg #fill-heart {
	fill: #008aff;
}


.top-cart a, .top-cart a span  {
    display: inline-block;
	font-size: 14px;
	line-height: 14px;
    vertical-align:  middle;
    text-decoration: none;
    color: #fff;
}

.top-cart a:hover, .favorite-top a:hover,
.top-cart a:hover span, .favorite-top a:hover span {
	color: #008aff;
}

.top-cart a span:nth-child(1) {
    margin-right: 10px;
}

.top-cart a span:nth-child(1) img {
    display: block;
    width: 18px;
}


@media (max-width: 1024px) {
    .auth-wrapper {
        margin-left: 15px;
        float: left;
    }

    .auth-registration {
        margin-left: 15px;
    }

    .favorite-top a span {
        margin-left: 0px;
        margin-right: 10px;
    }

    .info-blocks {
        padding: 0px 15px;
    }

    .cart-wrapper {
        margin-left: 0px;
        margin-right: 15px;
    }
}

@media (max-width: 480px) {
	.auth-logout, .auth-registration {
		margin-left: 10px;
	}
}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/search.page/sm_search_input/style.css?16578009335702*/
.header-bot__search {
	display: block;
	width: 100%;
	position: relative;
}

.header-bot__search form {
	display: block;
	width: 100%;
	position: relative;
}

.header-bot__search form input[type=search] {
	display: block;
	width: 100%;
	margin-top: 25px;
	padding: 20px 60px 20px 238px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.search-icon {
	display: inline-block;
	position: absolute;
	width: 22px;
	left: 25px;
	top: 17px;
}

.search-icon img {
	display: block;
	width: auto;
	max-width: 100%;
}

.search-submit {
	display: block;
	width: 70px;
	height: 35px;
	position: absolute;
	right: 0px;
	top: 13px;
}

.search-submit img,
.search-submit svg {
	display: block;
	width: 24px;
	margin-left: 20px;
}

.title-search-result {
	display: none;
	width: 100%;
	padding: 20px;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
	z-index: 200;
}

.search-category {
	display: flex;
	padding: 25px 0px;
	border-bottom: 1px solid #e6eaf0;
}

.search-list {
	display: flex;
	width: 80%;
}

.search-category:first-child {
	padding-top: 0px;
}

.search-category:last-child {
	border-bottom: none;
}

.search-category__header {
	display: block;
	width: 18%;
	padding-right: 15px;
	text-transform: uppercase;
	box-sizing: border-box;
	color: #8b8b8b;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 2px;
}

.search-category__header > a {
	display: block;
	text-decoration: none;
}

.search-category__list {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.search-category__list > li {
	display: flex;
	margin-bottom: 6px;
	padding: 4px 0 6px 10px;
}

.search-category__list > li:hover {
	background-color: #172430;
}

.search-category__list > li:hover a {
	color: #fff;
}

.search-category__list li a {
	text-decoration: none;
	color: #000;
	line-height: normal;
}

.search-category__link {
	width: 100%;
	font-size: 15px;
	position: relative;
}

.search-category__desc {
	display: block;
	margin-top: 2px;
	font-size: 12px;
}

.search-category__path {
	width: 50%;
	flex-shrink: 0;
	padding-left: 15px;
	font-size: 12px;
}

.search-category__list > li:hover .search-category__path {
	color: #fff;
}

.search-category__path a:hover {
	opacity: .5;
}

.search-category__date {
	width: 20%;
	flex-shrink: 0;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 2px;
	text-align: center;
}

.search-category__date-2 {
	display: block;
	font-size: 12px;
}

.search-category__brand {
	width: 40%;
	flex-shrink: 0;
	font-size: 12px;
}

.search-category__brand-2 {
	width: 25%;
	padding-top: 1px;
	flex-shrink: 0;
	font-size: 12px;
}

.search-category__type {
	display: block;
	width: 25%;
	padding-top: 1px;
	flex-shrink: 0;
	font-size: 12px;
}

.search-category__city {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

.search-category__section {
	display: block;
	font-size: 12px;
}

.search-category__col {
	width: 40%;
	padding-top: 2px;
	flex-shrink: 0;
}

.search-category__col .search-category__brand {
	width: 100%;
}

.search-category__col-1,
.search-category__col-2 {
	width: 50%;
}

.search-category__col-1 .search-category__type,
.search-category__col-2 .search-category__type {
	width: 100%;
}

.search-select {
	width: 210px;
	padding: 13px 20px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.search-select:before {
	content: '';
	display: block;
	width: 0px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 210px;
	border-right: 1px solid #b7b7b7;
}

.search-select.open:before {
	display: none;
}

.search-select:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 17px;
	top: 27px;
	border-style: solid;
	border-width: 5.5px 4px 0 4px;
	border-color: #373b44 transparent transparent transparent;
	transform: rotate(180deg);
}

.select-category {
	display: inline-block;
	padding: 10px 0px;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
}

.select-searchIn {
	display: inline-block;
	font-size: 12px;
}

.select-list {
	display: none;
	top: 46px;
	right: -1px;
	border-radius: 0px 0px 5px 5px;
	z-index: 20;
}

.select-list span:hover {
	color: #fff;
	background-color: #172430;
}

.select-list span:hover label {
	color: #fff;
}

.search-select.open {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.search-select.open .select-list {
	display: block;
}

.search-select.open:after {
	transform: rotate(0deg);
}


.select-list span {
	display: block;
	position: relative;
	margin-left: 40px;
	padding: 4px 5px;
	font-size: 12px;
	cursor: pointer;
}

.select-list span label {
	display: block;
	cursor: pointer;
}

.select-list span input[type=radio] {
	display:none;
	position: absolute;
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.all-results {
	display: flex;
	margin-top: 15px;
	align-items: center;
	color: #00abfa;
}

.all-results span {
	font-size: 12px;
}

.all-results svg {
	display: block;
	width: 10px;
	height: 8px;
	margin-right: 5px;
	transform: rotate(180deg);
	fill: #00abfa;
}

@media (max-width: 1024px) {
	.header-bot__search form input[type=search] {
		padding: 20px 80px 20px 68px;
	}
	.search-category__date,
	.search-category__brand,
	.search-category__brand-2,
	.search-category__type,
	.search-category__col-2,
	.search-category__col {
		display: none;
	}
}

@media (max-width: 768px) {
	.search-list {
		width: 100%;
	}
}

.sale_icon__search_title {
	width: 35px;
	position: absolute;
	top: -2px;
	right: -45px;
}

.title-search-result .sale_icon {
	width: 35px;
	margin: 0;
	height: 35px;
}
/* End */


/* Start:/local/components/mcart/sender.subscribe/templates/footer/style.css?16626448051465*/


.subscribe-wrapper.open .subscribe-content .personal-data {
    display: block !important;
    max-width: 100% !important;
    width: 91% !important;
    float: inherit;
    margin: 0 auto;
    padding-top: 20px;
}

.subscribe-wrapper .subscribe-content .personal-data {
    display: none;
}

.subscribe-content .personal-data div {
    float: none;
    display: flex;
    text-align: center;
    margin: 15px auto 0px;
    max-width: 800px !important;
}

.subscribe-content .personal-data input[type=checkbox] {
    padding: 0px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    margin: 0px 10px 0px 0px;
    max-width: 15px;
    height: 15px;
    border: 1px solid #dfdfdf;
}

.subscribe-content .personal-data input[type=checkbox]:checked {
    background-image: url("/local/templates/symmetron_default/images/ok.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 2px;
    padding: 0px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    margin: 0px 10px 0px 0px;
    max-width: 15px;
    height: 15px;
    border: 1px solid #dfdfdf;
}


.subscribe-content .personal-data div label {
    font-size: 12.5px;
    line-height: 14px;
    color: #909090;
}

/* End */


/* Start:/local/templates/symmetron_default/css/mobile.css?166264480513370*/
.aniversary > .wrapper {
	max-width: none;
}

section.aniversary {
	padding: 0px;
}

.aniversary .header,
.aniversary .fb {
	padding: 0 15px;
}

img.mfp-img {
	padding: 0px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: 5px;
}

.mfp-counter {
	right: 5px;
}

@media (min-width: 2560px) {

	.owl-carousel .owl-item img {
		display: block;
		width: auto;
		height: 1500px;
	}

	.owl-nav img {
		height: 600px;
		max-height: 600px;
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		top: 13vh;
	}

	.owl-carousel .owl-stage-outer {
		max-height: 1500px;
	}

	.header > div {
		width:60%;
	}

	.logo-holder img, .logo-holder svg {
		max-width: 50%;
	}

	.years-holder {
		font-size: 270px;
    	line-height: 270px;
	}

	.header-text__ru {
		font-size: 60px;
	}

	.header-text__en {
		font-size: 43px;
	}

	.years-holder {
		text-align: right;
	}

	.fb-text__ru {
		font-size: 58px;
	}

	.fb-text__en {
		font-size: 41px;
	}

	.fb-img svg {
		width: 80px;
		height: 80px;
	}

	.owl-carousel .owl-nav button.owl-next {
		padding: 5% 1% 5% 5% !important;
	}

	.owl-carousel .owl-nav button.owl-prev {
		padding: 5% 5% 5% 1% !important;
	}

	.aniversary .header, .aniversary .fb {
		padding: 0 1%;
	}

	.years-holder {
		max-width: 15%;
	}
}

@media (max-width: 1200px) {
	.header-bot.nav-wrapper {
		display: none;
	}
}

/* 1024 TABLET */

@media (max-width: 1024px) {
    section {
        padding: 0px 15px;
    }

    section.slider {
        padding: 0px;
    }

    .wrapper {
        max-width: 1024px;
    }

    .top-nav__wrapper {
        display: none;
    }

    .header-bot.nav-wrapper {
        display: none;
    }

    .phone-wrapper > a:nth-child(1) {
        margin-bottom: 10px;
    }

    .burger-menu {
        margin-left: 15px;
    }

    .auth-wrapper {
        margin-left: 15px;
        float: left;
    }

    .auth-registration {
        margin-left: 15px;
    }

    .favorite-top a span {
        margin-left: 0px;
        margin-right: 10px;
    }

    .info-blocks {
        padding: 0px 15px;
    }

    .cart-wrapper {
        margin-left: 0px;
        margin-right: 15px;
    }

    .nav-map {
        padding: 0px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .burger-nav.open {
        overflow-x: scroll;
        position: fixed;
        padding-bottom: 40px;
    }

    .burger-nav > .nav-header {
        padding-top: 15px;
        padding-left: 10px;
        margin-bottom: 30px;
    }

    .close-nav {
        right: 10px;
        top: 15px;
    }

    .nav-header {
        margin-bottom: 10px;
    }

    .nav-map__section {
        margin-bottom: 15px;
    }

    .header-bot__info {
        margin-top: 20px;
        padding: 0px 10px;
    }

    .search-select {
        display: none;
    }

    .header-bot__search form input[type=search] {
        padding: 20px 80px 20px 20px;
    }

    .header-bot__search form input[type=search]:-moz-placeholder {
        display: none;
    }

    .head-wrapper > h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .content-wrapper {
        display: none;
        /* max-height: 110px;
        margin-top: 0px;
        overflow: hidden; */
    }

    .subscribe-header {
        padding: 0px 10px;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .service-item > .icon-holder > img {
        margin-bottom: 25px;
    }

    .services {
        margin-top: 35px;
    }

    .footer-head {
        padding: 0px 10px;
    }

    .logo-text-wrapper {
        font-size: 12px;
    }

    footer .logo-wrapper a {
        margin: 0 auto;
    }

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

    .personal-data {
        max-width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .submit button {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .modal {
        width: 100%;
        padding: 15px;
    }

    .modal a.close-modal {
        top: 5px;
        right: 5px;
    }

    .footer-content {
        overflow: hidden;
    }

    .footer-content > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-content .row:before, .footer-content .row:after {
        display: none;
    }

    .subscribe-wrapper.open {
        padding: 20px 15px;
    }

    .subscribe-wrapper.open .subscribe-inputs {
        padding: 10px 15px 20px;
    }

	.search-category {
		flex-direction: column;
	}

	.search-category__header {
		width: 100%;
	}

	.search-category__link {
		width: 100%;
	}

	.search-category__path {
		display: none;
	}

	.search-category__list > li {
		padding-left: 0px;
	}

}


@media (max-width: 1024px) {
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		top: 12vh;
	}
}


@media (max-width: 960px) {
	.slide-block {
		max-width: 80%;
	}

    .slide-content {
        display: none;
    }

    .slide-footer {
        bottom: 30px;
    }

    .slide-header {
        font-size: 30px;
        line-height: 30px;
    }

    .mini-cart__wrapper .item-more .quantity-num,
    .mini-cart__wrapper .item-more .price {
        float: none;
    }

    .about-page { 
        width: 100%;
    }

	.quantity-num {
		margin: 20px 0px;
	}

	.card-sidebar__content .quantity-num {
		margin: 20px auto;
	}
}

/* 768 TABLET */

@media (max-width: 768px) {

    .wrapper {
        max-width: 768px;
    }

    .top-cart a span:nth-child(1) {
        margin-right: 0px;
    }

    .favorite-top a span:nth-child(2),
    .top-cart a span:nth-child(2) {
        display: none;
    }

    .phone-wrapper {
        display: none;
    }

    .subscribe-content form {
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .subscribe-content form input[type=email] {
		border-radius: 5px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
        box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    }

    .subscribe-content form button {
        max-width: 100%;
        padding: 20px 0px;
		border-radius: 5px;
    }

    .col-3 {
        width: 50%;
        margin-bottom: 15px;
    }

    .footer-head .logo-wrapper {
        display: block;
        margin: 0 auto 10px;
    }

    .logo-text-wrapper {
        display: block;
        text-align: center;
    }

    .info-blocks > .wrapper > .row > .col-6 {
        width: 100%;
        margin-bottom: 10px;
    }



    .main-info {
        height: 600px;
        text-decoration: none;
		margin-right: 0px;
    }

    .subscribe-inputs {
        flex-wrap: wrap;
    }

    .subscribe-inputs__item {
        width: 100%;

    }

    .mini-cart__wrapper {
        flex-wrap: wrap;
    }

    .mini-cart__wrapper .item-img {
        width: 20%;
    }

    .mini-cart__wrapper .item-info {
        width: 80%;
    }

    .mini-cart__wrapper .item-more {
        width: 100%;
    }


    .img-holder .about-img {
        width: 100%;
        margin-bottom: 15px;
    }

    .scroll-table {
        overflow-x: scroll;
    }

	.item-img .favorite svg {
		width: 40px;
		height: 40px;
	}

	.customer .error-message,
	.contact-person .error-message {
		margin-left: 0px;
	}

	body > #bx-panel, #bx-panel div {
		display: none !important;
	}

	.owl-carousel .owl-item img {
		display: block;
		width:  auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		top: 7px;
	}

	.owl-carousel .owl-nav button.owl-next {
		padding: 5% 1% 5% 5% !important;
	}

	.owl-carousel .owl-nav button.owl-prev {
		padding: 5% 5% 5% 1% !important;
	}

	.owl-nav img {
		max-height: 160px;
	}



	.header {
		margin-top: 10px;
	}



	.owl-item a {
		min-height:  60vh;
		max-height: 60vh;
	}

	.photo-slider {
		max-height: 60vh;
	}

	.owl-carousel .owl-item img {
		max-height: 60vh;
	}

	.old-site__wrapper .link-old {
		position: static;
	}

}


/* 480 MOBILE */

@media (max-width: 480px) {
    .wrapper {
        max-width: 480px;
    }

    .slide-header {
        font-size: 24px;
        line-height: 26px;
    }

    .slide-footer {
        display: none;
    }

    .phone-wrapper {
        display: none;
    }

    .col-3 {
        width: 100%;
        margin-bottom: 15px;
        float: none;
    }

    .col-6 {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }

    /* .content-wrapper {
        max-height: 75px;
        margin-top: 0px;
        overflow: hidden;
    } */


    .services-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

	.service-item {
		width: 100%;
		margin-bottom: 45px;
	}

	.service-item.support {
		border: none;
	}


	.service-item > .icon-holder > img, .service-item > .icon-holder > svg {
		margin: 0 auto 15px;
	 }


    .total-cost__wrapper {
        flex-direction: column;
    }

    .total-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .mini-cart__wrapper .item-img {
        width: 100%;
        margin-bottom: 20px
    }

    .mini-cart__wrapper .item-info {
        width: 100%;
        margin-bottom: 20px;
    }

    .mini-cart__wrapper {
        margin: 0 auto;
        padding: 15px 0px;
    }

    .close-mini {
        right: 23px;
    }

    .mini-cart__wrapper {
        margin: 0px;
        max-width: 320px;
    }

    .mini-cart__wrapper .item-info__content {
        display: block;
    }

	.item-img .favorite {
		left: -15px;
		top: -45px;
	}

	.slide-block {
		max-width: 90%;
		top: 15%;
		left: 20px;
	}

	/*.owl-carousel .owl-item img {
		max-height: 300px;
	}*/

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		top: 22vh;
	}

	.owl-nav img {
		max-height: 80px;
	}

	.logo-holder {
		display: flex;
		align-items: flex-end;
	}


	.logo-holder span {
		font-size: 60px;
		line-height: 57px;
		font-weight: bold;
		padding-left: 15px;

	}

	.logo-holder img, .logo-holder svg {
		min-width: 200px;
	}

	.col-6:nth-child(1) > a > .sub-info__item {
		margin-right: 0px;
	}

	.col-6:nth-child(2) > a >  .sub-info__item {
		margin-left: 0px;
	}

	 .main-info {
		height: 370px;
	}

  /*.service-item.support {
    padding-left: 15px;
    position: absolute;
    top: 0px;
  }
    */

	.distributor {
		position: relative;
	}

  .brand-mainInfo {
    order: 2;
  }

  .distributor-info {
    display: none;
  }

  .distributor-sert span {
    display: none;
  }

	.distributor-sert {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
	}

  .parent-crumb a span {
    color: #008aff;

  }
}

/* 480x968	 */

@media (max-width: 480px) and (max-height: 968px) {
	.header {
		margin-top: 15px;
	}

	.logo-holder {
		margin-bottom: 10px;
	}

	.logo-holder img, .logo-holder svg {
		max-width: 150px;
	}

	.years-holder {
		font-size: 50px;
		line-height: 50px;
	}

	.photo-slider {
		max-height: 50vh;
		overflow: hidden;
	}

	.owl-item a {
		min-height: 50vh;
		max-height: 50vh;
	}

	.owl-carousel .owl-item img {
		max-height: 50vh;
	}

	.owl-nav img {
		max-height: 50px;
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		top: 17vh;
	}

	.header-text__ru {
		font-size: 11px;
	}

	.header-text__en {
		font-size: 10px;
	}

	.fb-text__ru {
		font-size: 10px;
	}

	.fb-text__en {
		font-size: 9px;
	}

	.fb {
		margin: 15px 0px;
	}
}


/* 980x480	 */

@media (max-width: 968px) and (max-height: 480px) {
	.header {
		margin-top: 15px;
	}

	.logo-holder {
		margin-bottom: 10px;
	}

	.logo-holder img, .logo-holder svg {
		max-width: 150px;
	}

	.years-holder {
		font-size: 50px;
		line-height: 50px;
	}

	.photo-slider {
		max-height: 50vh;
		overflow: hidden;
	}

	.owl-item a {
		min-height: 50vh;
		max-height: 50vh;
	}

	.owl-carousel .owl-item img {
		max-height: 50vh;
	}

	.owl-nav img {
		max-height: 50px;
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		top: 30px;
	}

	.owl-carousel .owl-nav button.owl-next {
		padding: 5% 1% 5% 5% !important;
	}

	.owl-carousel .owl-nav button.owl-prev {
		padding: 5% 5% 5% 1% !important;
	}

	.header-text__ru {
		font-size: 11px;
	}

	.header-text__en {
		font-size: 10px;
	}

	.fb-text__ru {
		font-size: 10px;
	}

	.fb-text__en {
		font-size: 9px;
	}

	.fb {
		margin: 15px 0px;
	}
}

@media (max-width: 411px) {
	 .main-info {
		height: 320px;
	}
}


@media (max-width: 380px) {
	 .main-info {
		height: 300px;
	}
}



@media (max-width: 320px) {
	.owl-item a {
		min-height:  60vh;
		max-height: 60vh;
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    	top: 70px;
	}

	.header-text__ru {
		font-size: 13px;
		margin-bottom: 3px;
	}

	.header-text__en {
		font-size: 11.5px;
	}

	.fb-text__ru {
		margin-bottom: 3px;
		font-size: 11px;
	}

	.fb-text__en {
		font-size: 11px;
	}

	.main-info {
		height: 240px;
	}

}

/* End */


/* Start:/local/modules/sm.framework/assets/css/cookie_notification.css?1665666883550*/
#modal-info.modal {
    z-index: 100;
    position: fixed;
}
#modal-info p {
    text-align: left;
    font-size: 17px;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
#modal-info p span{
    font-size: 40px;
    color: red;
}

#modal-info .modal-button {
    border: 1px solid #ededed;
    margin: 0 auto;
    display: table;
    padding: 8px 35px;
    text-align: center;
    cursor: pointer;
}

#modal-info .close-modal {
    opacity: 0;
}

@media (min-width: 998px) {
    #modal-info.modal {
        width: 700px;
    }
}
/* End */


/* Start:/local/templates/symmetron_default/template_styles.css?175033665242627*/
.copyright {
    width: 100%;
    position: relative;
}

.copyright-link {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    width: 225px;
    /* background-color: #000000;*/
    height: 30px;
    margin: 0 auto;
    justify-content: space-around;
    align-items: flex-end;
}

.copyright-link span {
    line-height: 13px;
    font-size: 14px;
}

.copyright-link img {
    width: 110px;
    height: 26px;
    /* background-color: #000000;*/
}

@media (min-width: 481px) {
    .copyright {
        width: 50%;
    }
    .copyright-link {
        position:absolute;
        margin: 5px 0 20px;
        right: 50%;
        width: 228px;
        transform: translateX(50%);
    }
}

@media (min-width: 769px) {
    .copyright-link {
        margin-top: 0;
        transform: none;
        right: 0;
        left: 10%;
        top: -15px;
    }

    .old-site__wrapper .link-old {
        top: 0;
    }
}

@media (min-width: 1025px) {
    .copyright .copyright-link {
        margin-top: 22px;
        left: 3%;
    }

    .copyright {
        left: -7px;
    }
}

.title-page {
    font-weight: 300;
    font-size: 42px;
    line-height: 60px;
    margin: 0 auto 23px;
    width: 100%;
    max-width: 1200px;
    padding-left: 10px;
}

.page-text {
    margin: 0 auto 23px;
    width: 100%;
    max-width: 1200px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .title-page {
        font-size: 28px;
        line-height: 32px;
        width: 80%;
        margin-left: 0px;
    }

    .page-text {
        width: 95%;
        padding-left: 0;
    }

    .wrapper.wrapper-new {
        /*max-width: 1024px;*/
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .title-page {
        font-size: 28px;
        line-height: 32px;
    }

    .page-text {
        width: 95%;
        padding-left: 0;
    }
}

.news {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0px auto;
    /*padding-left: 10px;
	padding-right: 10px;*/
}

.news-element {
    margin-bottom: 40px;
    width: 100%;
}

.news__title {
    font-weight: 300;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 23px;
    margin-top: 0;
    padding-top: 0;
}

.news-element__date {
    color: rgb(25,25,25);
    font-size: 14px;
    line-height: 18px;
}

.news-elements__title {
    font-size: 24px;
    line-height: 30px;
    margin: 5px 0px;
    font-weight: 500;
}

.cloud-tags__link {
    color: rgb(144,144,144);
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    margin-right: 15px;
    position: relative;
}

.cloud-tags__link::after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background-color: rgb(144,144,144);
    right: -8px;
    top: 5px;
}

.cloud-tags__link:last-child::after {
    display: none;
}

.cloud-tags {
    display: flex;
    flex-wrap: wrap;
}

.news-elements__text {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    font-weight: normal;
}


.show-more-news {
    color: rgb(1,127,219);
    width: 100%;
}

.filter.filter-news {
    display: inline-block;
    position: relative;
    box-shadow: 0 0 15px 0px #cdcdcd;
    padding: 15px 15px 0;
    max-width: 360px;
    /* margin: 0px auto 35px auto;    */
    margin: 0px 0 35px auto;
}

.events-container .filter.filter-news {
    margin-left: auto;
}

.filter.filter-article {
    display: none;
    position: relative;
    box-shadow: 0 0 15px 0px #cdcdcd;
    /*margin-left: -10px;*/
    padding: 15px 15px 0;
    max-width: 360px;
    /*margin: 0 auto;*/
    margin-left: -10px;
    margin-bottom: 15px;
}

.filter-head {
    border-bottom: 1px solid rgb(184,188,192);
    padding: 0px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.filter-head p {
    text-align: center;
    margin: 0;
    position: relative;
}

.filter-head__button {
    width: 11px;
    height: 6px;
    background-image: url("/local/templates/symmetron_default/images/burger.png");
    background-size: 100%;
    display: block;
    margin-top: 2px;

    margin-right: 5px;
    cursor: pointer;
}

.filter-head__button.filter-head__button--open {
    background-image: url("/local/templates/symmetron_default/images/plus.svg");
    transform: rotate(45deg);
    height: 11px;
    margin-top: 0px;
}

.filter-element-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.filter-wrapper {
    background-color: #ffffff;
    width: 100%;
}

.filter-element-head .filter-element-head__button {
    width: 11px;
    height: 11px;
    background-image: url("/local/templates/symmetron_default/images/plus.svg");
    background-size: 100%;
    display: block;
    margin-right: 10px;
    cursor: pointer;
}

.filter-element-head .filter-element-head__button.filter-element-head__button--close {
    background-image: url("/local/templates/symmetron_default/images/minus.svg");
}

.filter-element-head p {
    margin: 0;
}

.filter-element-head__property {
    position: relative;
    margin-left: auto;
    display: none;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.filter-element-head .filter-element-head__close {
    width: 11px;
    height: 11px;
    background-image: url("/local/templates/symmetron_default/images/plus.svg");
    background-size: 100%;
    transform: rotate(45deg);
    display: none;
    margin: auto;
}

.filter-element-head__number {
    position: absolute;
    color: #ffffff;
    background-color: rgb(131,138,145);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.filter-element-head__property:hover .filter-element-head__close  {display: block;}
.filter-element-head__property:hover .filter-element-head__number {display: none;}

.filter-element {
    border-bottom: 1px solid rgb(184,188,192);
    padding: 10px 0px 0px;
}

.filter-show-more {
    border: 1px solid rgb(184,188,192);
    border-radius: 3px;
    font-size: 15px;
    line-height: 17px;
    margin: 11px auto 0px auto;
    display: block;
    padding: 8px 0;
    width: 220px;
}

.filter-bottom {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-top: 11px;
}

.filter-bottom-close {
    width: 11px;
    height: 11px;
    background-image: url("/local/templates/symmetron_default/images/plus-red.svg");
    background-size: 100%;
    display: block;
    transform: rotate(45deg);
    margin: 0 7px;
}

.filter-bottom-text {
    color: rgb(155,36,12);
    margin: 0;
    cursor: pointer;
}

.filter-checkbox-element {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.filter-checkbox-element:last-child {
    margin-bottom: 10px;
}

.filter-checkbox-element input {
    border: 1px solid rgb(184,188,192);
    width: 15px;
    height: 15px;
    margin-right: 10px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    position: absolute;
    opacity: 0;
}

.filter-checkbox-element input + label {
    position: relative;
    padding-left: 27px;
}

.filter-checkbox-element input + label::before {
    content: "";
    display: block;
    border: 1px solid rgb(184,188,192);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4px;
}

.filter-checkbox-element input:checked + label::before {
    background-image: url("/local/templates/symmetron_default/images/checkbox-true.jpg");
    background-size: 100%;
}

.filter-checkbox-element input:disabled + label::before {
    opacity: 0.5;
}

.filter-element-search {
    border: 1px solid rgb(184,188,192);
    margin-left: 20px;
    padding: 5px;
    width: 90%;
    margin-bottom: 10px;
    display: none;
}

.filter-checkbox-element label {
    font-size: 14px;
    line-height: 16px;
}

.filter-checkbox-list {
    margin-left: 16px;
    display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
    /* .show-more-news {
         display: none;
     } */
    .filter.filter-news {
        display: block;
    }

    .filter.filter-article {
        display: block;
    }

    .catalog > .wrapper > h2 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 300;
    }

    .news__title {
        font-size: 28px;
        line-height: 32px;
    }

    .news {
       padding: 0 15px; 
    }

    /* .news-element {
         margin-bottom: 20px;
     } */

    .news-element__date {
        font-size: 12px;
        line-height: 16px;
    }

    .news-elements__title {
        font-size: 22px;
        line-height: 26px;

    }

    .news-elements__text {
        font-size: 14px;
        line-height: 20px;
    }

    .cloud-tags__link {
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .news {
        position: relative;
    }
    .show-more-news {
        display: none;
    }
    .filter.filter-news {
        display: block;
        width: 300px;
        background-color: #ffffff;
        z-index: 100;
    }

    .filter.filter-article {
        display: block;
        position: absolute;
        right: 40px;
        top: 0px;
        width: 300px;
        background-color: #ffffff;
        z-index: 100;
    }

    .news__title {
        font-size: 28px;
        line-height: 32px;
    }

    /*.news-element {
        margin-bottom: 20px;        
    }*/

    .news-element__date {
        font-size: 12px;
        line-height: 16px;
    }

    .news-elements__title {
        font-size: 22px;
        line-height: 26px;

    }

    .news-elements__text {
        font-size: 14px;
        line-height: 20px;
    }

    .cloud-tags__link {
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 12px;
    }
}

/*стили для статьи*/
.articles {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding-left: 10px;
}

.articles-element {
    margin-bottom: 40px;
}

.articles__title {
    font-weight: 300;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 28px;
}

.articles-element-head {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.articles-element-head li {
    position: relative;
    margin-right: 15px;
    font-size: 12px;
    line-height: 14px;
}

.articles-element-head li::after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background-color: rgb(25,25,25);
    right: -8px;
    top: 5px;
}

.articles-element-head li:last-child::after {
    display: none;
}

.articles-element-head__date {
    color: rgb(25,25,25);
}

.articles-element__title {
    font-size: 24px;
    line-height: 30px;
    margin: 9px 0px 9px;
    font-weight: 500;
}

.cloud-tags__link {
    color: rgb(144,144,144);
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    margin-right: 15px;
    position: relative;
}

.cloud-tags__link::after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background-color: rgb(144,144,144);
    right: -8px;
    top: 5px;
}

.cloud-tags__link:last-child::after {
    display: none;
}

.cloud-tags {
    display: flex;
    flex-wrap: wrap;
}

.articles-element__text {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 28px;
    width: 70%;
}

.articles-element-head__link > a,
.articles-element-head__author > a {
    color: rgb(1,127,219);
}

@media (min-width: 768px) and (max-width: 1200px) {
    .articles {
        position: relative;
    }
    .articles__title {
        font-size: 28px;
        line-height: 32px;
    }

    .articles-element {
        width: 95%;
    }

    .articles-element-head {
        flex-wrap: wrap;
        width: 100%;
    }

    .articles-element-head li::after {
        display: none;
    }

    .articles-element-head li:first-child::after {
        display: block;
    }

    .articles-element-head li {
        margin-bottom: 6px;
    }

    .articles-element__title {
        font-size: 22px;
        line-height: 26px;
        font-weight: 400;
    }

    .articles-element__text {
        width: 90%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .articles__title {
        font-size: 28px;
        line-height: 32px;
    }

    .articles-element {
        width: 95%;
    }

    .articles-element-head {
        flex-wrap: wrap;
        width: 100%;
    }

    .articles-element-head li::after {
        display: none;
    }

    .articles-element-head li:first-child::after {
        display: block;
    }

    .articles-element-head li {
        margin-bottom: 6px;
    }

    .articles-element__title {
        font-size: 22px;
        line-height: 26px;
        font-weight: 400;
    }

    .articles-element__text {
        width: 90%;
    }
}

/*стили для мероприятий*/
.events {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0px auto;
    /*padding-left: 10px;
	padding-right: 10px;*/
}

.events__title {
    font-weight: 300;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 23px;
    margin-top: 0;
    padding-top: 0;
}

.event-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 65px;
}

.event-date {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    width: 201px;
    height: 190px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: rgb(246,246,246);
}

.event-date__month {
    background-color: rgb(1, 127, 219);
    padding: 13px 7%;
}

.event-date__month p {
    color: #ffffff;
    margin: 0;
    font-size: 21px;
    line-height: 24px;
    text-indent: 0px;
}

.event-date__day {
    padding: 10px;
    margin: auto;
    width: 100%;
}

.event-date__day span {
    text-align: center;
    font-size: 52px;
    line-height: 60px;
    font-weight: 300;
    display: block;
}

.event-date__day-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date-separator {
    width: 26px;
    border-bottom: 5px dotted #000;
}

.event-description {
    width: 50%;
    padding-left: 30px;
}

@media (max-width: 1200px)
{
    .event-description {
        padding-left: 20px;
    }
}

.event-description__name {
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.event-description__text {
    font-size: 15px;
    line-height: 26px;
    margin: 4px 0 0px;
}

.event-address {
    width: 25%;
    padding-left: 30px;
}

@media (max-width: 1200px)
{
    .event-address {
        padding-left: 20px;
    }
}

.event-address__city {
    margin-top: 17px;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.event-address__place {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    line-height: 23px;
}

.event-address__phone {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
}

.event-address__price {
    position: relative;
    margin: 9px 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    text-indent: 0;
}

.event-address__price::before {
    content: "";
    width: 13px;
    height: 15px;
    display: block;
    position: absolute;
    /*background-image: url("/local/templates/symmetron_default/images/costs.svg");*/
    background-image: url("/local/templates/symmetron_default/images/costs.svg");
    top: 3px;
    left: -18px;
}

.event-address__reg {
    position: relative;
    margin: 7px 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(1,127,219);
    display: block;
}

.event-address__reg::before {
    content: "";
    width: 13px;
    height: 16px;
    display: block;
    position: absolute;
    /*background-image: url("/local/templates/symmetron_default/images/costs.svg");*/
    background-image: url("/local/templates/symmetron_default/images/apply.svg");
    top: 3px;
    left: -18px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .events__title {
        font-size: 28px;
        line-height: 32px;
        width: 90%;
    }

    .event-item {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .event-description__name {
        font-size: 22px;
        line-height: 26px;

    }

    .event-address__city {
        font-weight: bold;
    }

    .event-address__place {
        width: 100%;
    }
}

@media (max-width: 768px)
{
    .event-address {
        width: 100%;
    }
}

@media (max-width: 815px)
{
    .event-date {
        width: 25%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {


    .events__title {
        font-size: 28px;
        line-height: 32px;
    }

    .events .events__title {
        font-size: 28px;
        line-height: 32px;
    }

    .event-item {
        flex-direction: column;
    }

    .event-date {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .event-description {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }

    .event-description__name {
        font-size: 22px;
        line-height: 26px;

    }

    .event-address {
        width: 85%;
        padding-left: 0px;
    }

    .event-address__city {
        font-weight: bold;
    }
}


/*ссылка на каталог*/
.links {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding-left: 10px;
}
.catalog-link {
    color: rgb(1,127,219);
    font-size: 24px;
    line-height: 30px;
    position: relative;
}

.catalog-link::before {
    content: "";
    width: 37px;
    height: 12px;
    display: block;
    position: absolute;
    background-image: url("/local/templates/symmetron_default/images/arrow-long.svg");
    top: 10px;
    right: -43px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .catalog-link {
        font-size: 16px;
        line-height: 20px;
    }

    .catalog-link::before {
        width: 31px;
        height: 10px;
        top: 6px;
        right: -40px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .catalog-link {
        font-size: 16px;
        line-height: 20px;
    }

    .catalog-link::before {
        width: 31px;
        height: 10px;
        top: 6px;
        right: -40px;
    }
}

/*стили для блока документов*/
.documents {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 20px auto;
}

.documents__title {
    font-weight: normal;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 0px;
    font-weight: 300;
    margin-top: 0;
    padding-top: 0;
}

.document-control {
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("/local/templates/symmetron_default/images/plus.svg");
}

.document-control.document-control--open {
    background-image: url("/local/templates/symmetron_default/images/minus.svg");
}

.documents-head {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid rgb(189,191,192);
    justify-content: space-between;
    padding-bottom: 15px;
}

.docs-item__head {
    display: flex;
    align-items: center;
    padding: 20px 0px;
	cursor: pointer;
}

.document-list-element {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.document-element,
.document-char{
    display: flex;
    margin: 0;
    padding: 0;
}

.document-element > a {
    margin-right: 17px;
    position: relative;
    color: rgb(144,144,144);
}

.document-element > a::after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background-color: rgb(144,144,144);
    right: -13px;
    top: 7px;
}

.document-char span {
    margin-right: 12px;
    position: relative;
    color: rgb(144,144,144);
}

.document-char span::after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background-color: rgb(144,144,144);
    right: -8px;
    top: 7px;
}

.document-char span:last-child::after {
    display: none;
}

.documents-head-show {
    color: rgb(1,127,219);
    font-size: 14px;
    cursor: pointer;
}

.docs-item__head-name {
    margin: 0px;
    font-size: 24px;
    line-height: 30px;
}

.docs-item {
    border-bottom: 1px solid rgb(189,191,192);
}

.document-control {
    margin-top: 5px;
    margin-right: 15px;
    background-repeat: no-repeat;
    align-self: flex-start;
    flex-shrink: 0;
}

.document-list {
    margin-left: 25px;
    display: none;
}

.document-list.document-list--open {
    display: block;
}

.document-list-element > a > img {
    background-size: 100%;
    width: 35px;
    height: 50px;
    margin-right: 14px;
}

.document-list-element-wrapper {
    display: flex;
    flex-direction: column;
    color: rgb(144,144,144);
}

.document-element .document-element__name {
    color: rgb(1,127,219);
}

.document-element__lang {
    font-size: 14px;
    line-height: 16px;
}

.document-element__date,
.document-element__format,
.document-element__weight,
.document-element__lang{
    font-size: 14px;
    line-height: 18px;
    color: rgb(144,144,144);

}

@media (min-width: 768px) and (max-width: 1200px) {
    .documents__title {
        font-size: 28px;
        line-height: 32px;
    }

    .documents-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .documents-head-show {
        margin-left: auto;
    }

    .docs-item__head-name {
        font-size: 22px;
        line-height: 26px;
    }

    .document-list {
        margin-left: 30px;
    }

    .document-list-element {
        width: 95%;
    }

    .docs-item__head {
        padding-right: 15px;
    }

    .document-element .document-element__name {
        font-size: 14px;
    }
}


@media (min-width: 320px) and (max-width: 768px) {
    .documents__title {
        font-size: 28px;
        line-height: 32px;
    }

    .documents-head {
        flex-direction: column;
        align-items: flex-start;        
    }

    .documents-head-show {
        margin-left: auto;
    }   

    .docs-item__head-name {
        font-size: 22px;
        line-height: 26px;
    }

    .document-list {
        margin-left: 15px;
    }

    .document-list-element {
        width: 95%;
    }

    .docs-item__head {
        padding-right: 15px;
    }

    .document-element .document-element__name {
        font-size: 14px;
    }
}

.pagination {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.pagination li {
    margin-right: 15px;
    font-size: 12px;
    line-height: 14px;
}

.pagination-arrow {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
}

.pagination-arrow img {
    position: absolute;
    top: 40%;
}

.pagination-arrow-left {
    transform: rotate(180deg);
}

.pagination-page.pagination-page-active {
    color: #ffffff;
    background-color: rgb(131,138,145);
    border-radius: 100%;
    padding: 5px 9px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .pagination {
        display: flex;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .pagination {
        display: flex;
    }
}

/*детальная карточка мероприятия*/
.event.event-detail {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding-left: 10px;
}

.speakers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;
}

.speakers__item {
    width: 48%;
    margin-right: 2%;
	margin-bottom: 40px;
}

.event-content {
    margin-top: 30px;
}

.event-content__title {
    margin: 10px 0;
}

.event-theme-list {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.event-theme-item {
    position: relative;
    margin-bottom: 10px;
}

.event-theme-item::before {
    content: "—";
    position: absolute;
    left: -18px;
}

.speakers__item-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

.speakers__item-img img {
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.speakers__item-descr {
    margin: 5px 0;
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .speakers {
        flex-direction: column;
    }

    .speakers__item {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .speakers {
        flex-direction: column;
    }

    .speakers__item {
        width: 100%;
    }
}

/*стили для производителей*/
.manufacturer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding-left: 10px;
}

.manufacturer__title {
    font-weight: 300;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 28px;
}

.manufacturer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.manufacturer__link {
    color: rgb(1,127,219);
}

.link-yet {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    text-align: right;
}

.manufacturer__item {
    position: relative;
    margin-right: 30px;
}

.manufacturer__item::after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background-color: rgb(144,144,144);
    right: -16px;
    top: 9px;
}

.manufacturer__item:last-child::after {
    display: none;
}

/*блок компонентов*/
.components {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 50px;
    padding-left: 10px;
}

.components-table {
    border-collapse: collapse;
}

.components-table tr {
    border-bottom: 1px solid rgb(189,191,192);
}

.components-element__link {
    color: #008aff;
}

.components-head td {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px;
}

.components-element td {
    padding: 10px 0;
    text-align: left;
}

.components-head__code {
    width: 17%;
    text-align: left;
}

.components-head__manufacture {
    width: 13%;
    text-align: left;
}

.components-head__descr {
    width: 35%;
    text-align: left;
}

.components-head__avail {
    width: 15%;
    text-align: left;
}

.components-head__price {
    width: 10%;
    text-align: left;
}

.components-element__availability {
    width: 4.5px;
    height: 5px;
    margin-right: 7px;
    background-color: #13af2c;
    border-radius: 100%;
    display: block;
}

.components-element__no-availability {
    width: 4.5px;
    height: 5px;
    margin-right: 7px;
    background-color: #ff0000;
    border-radius: 100%;
    display: block;
}

.component-element__quantity {
    display: flex;
    align-items: center;
}

@media (min-width: 320px) and (max-width: 768px) {
    .components {
        overflow-x: scroll;
    }

    .components-table {
        min-width: 600px;
    }

    .components-element__no-availability,
    .components-element__availability {
        flex-shrink: 0;
    }
}

.filter.filter-events {
    display: block;
    width: 360px;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0 0 15px 0px #cdcdcd;
    padding: 15px 15px 0;
    width: 100%;
}

/*страница новостей*/
.news.news-page .news__title {
    width: 100%;
}

.news.news-page {
    display: flex;
    flex-wrap: wrap;
}

.news-page p,
.news-page li,
.news-page span,
.news-page div,
.event-description__text {
    font-size: 16px !important;
    line-height: 130% !important;
    font-family: 'Roboto', sans-serif !important;
}

.news-element-wrapper {
    width: 70%;
    order: 1;
}

.news-element-wrapper .news-element:last-child { margin-bottom: 0px; }

.news.news-page .filter.filter-news {
    display: block;
    width: 30%;
    max-width: 300px;
    flex-shrink: 0;
    order: 2;
    box-shadow: 0 0 15px 0px #cdcdcd;
    align-self: flex-start;
}

.news.news-page .filter-news-wrapper {
    position: relative;
    /* box-shadow: 0 0 15px 0px #cdcdcd;
     margin-left: -10px;
    padding: 15px 15px 0
     max-width: 360px;
     margin: 0 auto;
     margin-left: -10px;*/
    margin-bottom: 15px;
}

.news.news-page .filter-bottom {
    padding-bottom: 20px;
}

.filter-checkbox-list {
    height: 100%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.news.news-page .pagination {
    display: flex;
    width: 100%;
    order: 5;
}

.news.news-page .pagination li {
    margin-right: 25px;
}

.news.news-page .pagination li:last-child {
    margin-right: 0px;
}

.news.news-page .pagination-arrow {
    border: 1px solid rgb(189,191,192);
    cursor: pointer;
    padding: 7px 40px;
    border-radius: 3px;
    width: auto;
    height: auto;
}

@media (min-width: 320px) and (max-width: 768px) {
    .news.news-page .filter.filter-news {
        order: 1;
        width: 100%;
    }

    .news-element-wrapper {
        width: 100%;
    }
}

/*стили для страницы списка мероприятий*/
.events-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.events-container .pagination {
    display: flex;
    width: auto;
    justify-content: center;
    margin: 20px auto;
}

.events-container .pagination li {
    margin-right: 25px;
    cursor: pointer;
}

.events-container .pagination li > a:hover {
    color: #000000;
}

.events-container .pagination li.pagination-page-active > a {
    color: #ffffff;
}

.events-container .pagination-arrow {
    border: 1px solid rgb(189,191,192);
    cursor: pointer;
    padding: 7px 40px;
    border-radius: 3px;
    width: auto;
    height: auto;
}

.events-container .events-wrapper {
    width: 70%;
    padding-right: 30px;
}

.events-wrapper .event-item:last-child { margin-bottom: 0px; }

@media (max-width:1200px)
{
    .events-container .events-wrapper {
        padding-right: 20px;
    }
}

.events-container .filter.filter-events {
    width: 30%;
    flex-shrink: 0;
    box-shadow: none;
    margin-top: 0;
}

.events-container .event-date {
    width: 25%;
}

@media (min-width: 320px) and (max-width: 768px) {
    .events-container {
        flex-direction: column;
    }

    .events-container .events-wrapper {
        width: 90%;
    }

    .events-container .event-date {
        width: 100%;
        max-width: 300px;
    }

    .events-container .event-description {
        width: 100%;
    }

    .events-container .filter.filter-events {
        width: 100%;
        max-width: 300px;
    }

    .events-container .pagination {
        width: 100%;
        max-width: 300px;
    }

    .events-container .pagination li, .news.news-page .pagination li {
        margin-right: 10px;
    }

    .events-container .pagination-arrow {
        padding: 7px 20px;
    }
}

.events-container .filter-container {
    box-shadow: 0 0 15px 0px #cdcdcd;
    padding: 15px 15px 0;
}

.events-container .filter-wrapper {
    position: relative;
    padding-bottom: 15px;
    display: block;
}

div.news-detail {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
    div.news-detail {
        width: 97%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    div.news-detail {
        width: 95%;
    }
}

/*список статей*/
#article-list .filter.filter-article {
    display: flex;
}

.article-container {
    display: flex;
}

.article-container #article-filter {
    order: 1;
    flex-shrink: 0;
    width: 350px;
    box-shadow: none;
}

#article-list .articles-element__text {
    width: 80%;
}

.article-container #article-filter .filter-news-wrapper {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 350px;
    max-width: 350px;
}

.article-container #article-filter .filter-wrapper {
    display: flex;
    flex-direction: column;
    width: 320px;
}

.show-more-article {
    text-align: center;
    margin: 20px 0;
    width: 70%;
    padding: 7px 0px;
    border: 1px solid rgb(189,191,192);
    border-radius: 3px;
    cursor: pointer;
}

/*детальная страница*/
#article-detail {
    width: 1200px;
    margin: 0 auto;
}

.article-data {
    width: 1200px;
    margin: 30px auto;
}

.article-data__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: flex-start;
}

.article-data__item {
    font-size: 13px;
    line-height: 15px;
    position: relative;
    margin-right: 20px;
    flex-shrink: 0;
}

.article-data__item::after {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    display: block;
    border-radius: 100%;
    background-color: #000000;
    right: -11px;
    top: 6px;
}

.article-data__item:last-child::after {
    display: none;
}

.article-data__link {
    color: #008aff;
}

.article-detail__title {
    font-weight: 300;
    font-size: 42px;
    line-height: 60px;
    margin: 0 0 23px;
    width: 100%;
}

.article-detail__description {
    color: rgb(144,144,144);
    font-size: 17px;
    line-height: 19px;
    width: 70%;
}

.article-page__return {
    color: #008aff;
    display: block;
    margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #article-detail {
        width: 100%;
    }

    #article-detail .wrapper.wrapper-new {
        width: 95%;
        margin: 0 auto;
    }

    .article-data {
        width: 95%;
        margin: 0 auto 20px;
    }
    .article-data__list {
        flex-wrap: wrap;
    }
    .article-detail__title {
        font-size: 28px;
        line-height: 32px;
        margin: 0 auto 30px;
    }

    .article-detail__description {
        width: 95%;
        margin: 0 auto;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    #article-detail {
        width: 100%;
    }

    .article-data {
        width: 95%;
        margin: 0 auto 20px;
    }
    .article-data__list {
        flex-wrap: wrap;
    }
    .article-detail__title {
        font-size: 28px;
        line-height: 32px;
        margin: 0 auto 30px;
    }


    .wrapper h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .text_box {
        overflow: hidden;
	padding-right: 15px;
    }

    .text_box iframe {
        display: block;
        width: 100% !important;
    }

    .manufacturer__title {
        font-size: 24px;
        line-height: 36px;
    }





    .article-detail__description {
        margin: 0 auto;
    }
}

/*список статей*/
@media (min-width: 768px) and (max-width: 1200px) {
    .article-container #article-filter .filter-news-wrapper {
        width: 320px;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .article-container {
        flex-direction: column;
    }

    #article-list .filter.filter-article {
        order: -1;
    }

    .show-more-article {
        width: 100%;
        max-width: 300px;
    }

    .article-container #article-filter .filter-news-wrapper {
        width: 95%;
        margin-left: 0px;
    }
}

/*блок серии*/
.series {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0px auto;
}

.series__title {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 300;
}

.series-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.series__item {
    width: 27%;
    margin-right: 3%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.series__item-link {
    color: #008aff;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

.series__item-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.series__item-description {
    margin: 0;
    width: 90%;
}

/*блок с видео*/
.series-video {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0px auto;
    padding-left: 10px;
}

.series-video__title {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 300;
}

.series-video-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.series-video-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    margin-right: 15px;
    max-width: 570px;
}

.series-video-item__date {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}

.series-video-item__name {
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0;
    font-weight: 400;
}

.series-video-item__description {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0px;
}

@media (max-width: 1240px)  {
    header, main {
        padding: 0px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .series-video__title {
        font-size: 28px;
        line-height: 32px;
    }

    .series-video-wrapper {
        flex-direction: column;
    }

    .series-video-item {
        width: 90%;
        margin-bottom: 40px;
    }

    .series-video-item > iframe {
        width: 100%;
        max-width: 500px;
        height: 315px;
    }

    .series__title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .series-video__title {
        font-size: 28px;
        line-height: 32px;
        width: 90%;
    }

    .series-video-wrapper {
        flex-direction: column;
    }

    .series-video-item {
        width: 90%;
        margin-bottom: 40px;
    }

    .series-video-item > iframe {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .series__title {
        font-size: 28px;
        line-height: 32px;
        width: 90%;
    }

    .series__item {
        width: 100%;
        margin-right: 0px;
    }
   
}

/*стили для иконок в документации*/
.document-icon {
    display: block;
    width: 43px;
    height: 46px;
    margin-right: 5px;
}
.document-icon.document-icon--pdf {
    background: url("/local/templates/symmetron_default/images/file-pdf.svg") no-repeat;
}

.document-icon.document-icon--blank {
    background: url("/local/templates/symmetron_default/images/file-blank.svg") no-repeat;
}

.document-icon.document-icon--db {
    background: url("/local/templates/symmetron_default/images/file-db.svg") no-repeat;
}

.document-icon.document-icon--doc {
    background: url("/local/templates/symmetron_default/images/file-doc.svg") no-repeat;
}

.document-icon.document-icon--html {
    background: url("/local/templates/symmetron_default/images/file-html.svg") no-repeat;
}

.document-icon.document-icon--jpg {
    background: url("/local/templates/symmetron_default/images/file-jpg.svg") no-repeat;
}

.document-icon.document-icon--ppt {
    background: url("/local/templates/symmetron_default/images/file-ppt.svg") no-repeat;
}

.document-icon.document-icon--txt {
    background: url("/local/templates/symmetron_default/images/file-txt.svg") no-repeat;
}

.document-icon.document-icon--xls {
    background: url("/local/templates/symmetron_default/images/file-xls.svg") no-repeat;
}

.document-icon.document-icon--xml {
    background: url("/local/templates/symmetron_default/images/file-xml.svg") no-repeat;
}

.document-icon.document-icon--zip {
    background: url("/local/templates/symmetron_default/images/file-zip.svg") no-repeat;
}

.events-container .filter.filter-news {
    display: block;
    width: 100%;
    max-width: 300px;
    align-self: flex-start;
    flex-shrink: 0;
}

@media (max-width: 1030px) {
    .events-container .filter.filter-news {max-width: 290px;}
}

@media (max-width: 1024px) {
    .events-container .events-wrapper {width: 100%;}
    .events-container .filter.filter-news {max-width: 300px; margin: 0 auto 65px auto;}
    .events-container .filter.filter-news {order: 1;}
    .events-container .events-wrapper {order: 2;}
}

.text_box a, .text_box p a, .text_box div a, .text_box ul a, .text_box ol a {
    text-decoration: none;
    color: #008aff;
}

.text_box img {
    max-width: 100%;
    max-height: 100%;
}

.text_box .img-center {
    display: block;
    margin: 0 auto;
}

.events-container [id^=bx_incl_area] { width: 30%; }

.series-list .series__item:nth-child(3n) {
    margin-right: 0;
}


.catalog-breadcrumb,
section.breadcrumbs {
    padding-left: 10px;
}

.header-bot__info {
    padding: 0 10px 0 10px;
}

.event-cloud-tags.cloud-tags {
    margin-top: 10px;
}

@media (max-width: 768px)
{
    .news-element-wrapper {
        padding-right: 0px;
    }

    header, main {
        padding: 0px;
    }

    .news.news-page, .events, .series, .documents, .series-video {
        padding: 0 15px;
    }

    .news .documents {
        padding: 0;
    }

    .documents {
        padding: 0 15px;
    }

    .documents, .documents-head, .docs-wrapper, .series-video__title, .series-video-item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .brand-start {
        flex-direction: column;
    }

    .brand-mainInfo {
        width: 100%;
        padding: 0px 0px 15px;
    }

    .distributor {
        width: 100%;
    }
}

@media (max-width: 367px){.news.news-page .pagination-arrow { padding: 7px 29px; }}

.news-element-wrapper {padding-right: 40px;}

.group__month {
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 2px solid rgb(144,144,144);
}

.group__month p {
    margin: 0;
    font-size: 21px;
    line-height: 24px;
    text-indent: 0px;
    padding-bottom: 13px;
}

table.news-table {
    width:100%;
    background-color: #FFFFFF;
    text-align: left;
    border-collapse: collapse;
}

table.news-table td, table.news-table th {
    border: 1px solid #C2C2C2;
    padding: 10px 10px;
}

table.news-table tbody td {
    font-size: 13px;
}

table.news-table thead th, table.news-table thead td {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

table.news-table tfoot td {
    font-size: 8px;
}

table.news-table tfoot .links {
    text-align: right;
}

table.news-table tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.news-caption {
    font-style: italic;
}

.news-caption:before {
    content: '';
    display: block;
    width: 230px;
    height: 1px;
    background: #000;
    margin-bottom: 20px;
}

.math {
    font-weight: bold;
}

thead.vertical th {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* End */
/* /local/templates/symmetron_default/css/jquery.bxslider.css?16626448054014 */
/* /local/templates/symmetron_default/css/jquery.modal.css?16626448052355 */
/* /local/templates/symmetron_default/css/owl.carousel.min.css?16626448053351 */
/* /local/templates/symmetron_default/css/owl.theme.default.css?16626448051380 */
/* /local/templates/symmetron_default/css/magnific-popup.css?16626448056951 */
/* /local/templates/symmetron_default/css/gray.min.css?1662644805887 */
/* /local/templates/symmetron_default/css/tooltipster.bundle.min.css?166264480510163 */
/* /local/templates/symmetron_default/css/style.css?171044239229874 */
/* /local/templates/symmetron_default/components/bitrix/sale.basket.basket.line/symmetron/style.css?16626448051804 */
/* /local/templates/symmetron_default/components/bitrix/search.page/sm_search_input/style.css?16578009335702 */
/* /local/components/mcart/sender.subscribe/templates/footer/style.css?16626448051465 */
/* /local/templates/symmetron_default/css/mobile.css?166264480513370 */
/* /local/modules/sm.framework/assets/css/cookie_notification.css?1665666883550 */
/* /local/templates/symmetron_default/template_styles.css?175033665242627 */
