

/* Start:/local/templates/zr_main_template/components/bitrix/catalog/topiary/style.css?17313818993244*/
.section.catalog-section {
    padding-bottom: 100px;
    padding-top: 80px;
}

.section.catalog-section .section__title {
    color: #000;
    font-family: PlumbCondensed;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.section.catalog-section .section__content {
    margin-top: 60px;
}

.t-primary {
    color: var(--primary-color, #7fbe3f);
}

.catalog {
    position: relative;
    width: 100%;
    height: fit-content;

    padding-bottom: 100px;
    padding-top: 50px;
}

.catalog.catalog--topiary {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .catalog.catalog--topiary {
        grid-template-columns: 1fr;
    }
}

.catalog.catalog--topiary .catalog-aside {
    position: relative;
}

@media (max-width: 768px) {
    .catalog.catalog--topiary .catalog-aside {
        display: none;
    }
}

.catalog.catalog--topiary .catalog-aside {

}

.catalog.catalog--topiary .catalog-content {
    position: relative;
}

.catalog.catalog--topiary .catalog-content .catalog-content-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .catalog.catalog--topiary .catalog-content .catalog-content-header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
}

.banner-list .banner-list__text span {
    background-color: var(--primary-color, #8CC63E);
    color: white;
    display: inline;
}

.catalog.catalog--topiary .catalog-content .catalog-content-header .catalog-content-header-filter {
    position: relative;
}

.catalog.catalog--topiary .catalog-content .catalog-content-header .catalog-content-header-filter .catalog-filter .btn {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    border-radius: 0;
    padding-bottom: 4px;
    color: #484848;
    font-size: clamp(.8rem, 2.5vw, 1rem);
}

.catalog.catalog--topiary .catalog-content .catalog-content-header .catalog-content-header-filter .catalog-filter .btn:hover {
    color: black;
}

.catalog.catalog--topiary .catalog-content .catalog-content-header .catalog-content-header-filter .catalog-filter .btn:last-child {
    margin-right: 0;
}

.catalog.catalog--topiary .catalog-content .catalog-content-header .catalog-content-header-filter .catalog-filter .btn.active {
    border-bottom: 1px solid black;
    
    color: black;
}

@media (max-width: 768px) {
    .catalog.catalog--topiary .catalog-content .catalog-content-header .catalog-content-header-filter .catalog-filter {
        display: block;
    }
}

.catalog.catalog--topiary .catalog-content .catalog-content-header-sort select {
    color: #484848;
    font-size: 1rem;
    width: fit-content;
    border-bottom: 1px solid #7fbe3f;
    border-radius: 0;
    cursor: pointer;
}

.catalog.catalog--topiary .catalog-content .catalog-sort {

}

.catalog.catalog--topiary .catalog-content .catalog-sort .catalog-sort-title {
    color: #000;
    font-size: 1rem;
    text-wrap: nowrap;
    margin-right: 10px;
    display: inline-block;
}

/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/catalog.element/topiary/style.css?17006599523002*/

.video-youtube.video {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    margin: 0;
}

.video-youtube .video-youtube__name {
    font-family: PlumbCondensed, Helvetica Neue, sans-serif;

    text-transform: uppercase;
    color: #fefefe;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 7px;
    height: 90px;
    overflow: hidden;
}

@media screen and (max-width: 768px) 
{
    .video-youtube .video-youtube__name
    {
        height: auto;
        font-size: 18px;
    }
}

.video-youtube .video {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px)
{
    .video-youtube .video
    {
        padding-bottom: 0;
    }
}

.video-youtube .video__background {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.video-youtube .video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-youtube .video__link .video__media 
{
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

/*@media screen and (max-width: 768px)
{
    .video-youtube .video__link .video__media 
    {
        top: 8%;
        width: 98%;
        margin: 0 auto;
        height: 84%;
        max-height: 100%;
    }
}*/

.video-youtube .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    border: none;
}

/*@media screen and (max-width: 768px)
{
    .video-youtube .video__media
    {
        top: 8%;
        width: calc(89% + -3px);
        margin: 0 auto;
        height: 84%
    }
}*/

.video-youtube .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-youtube .video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video-youtube .video__button-icon {
    fill: #ffffff;
}

.video-youtube .video__button:focus {
    outline: none;
}

.video-youtube.video:hover .video__button-shape,
.video-youtube .video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

/* Enabled */

.video-youtube.video--enabled {
    cursor: pointer;
}

.video-youtube.video--enabled .video__button {
    display: block;
}

.catalog-element-category {
    position: relative;
}

.catalog-element-category .catalog-element-category-title {
    color: #7a7a7a;
}

.catalog-element-category .catalog-element-category-text {
    font-size: 1.1rem;
}

.inner-block__bottom .price-block__top {
    margin-bottom: 20px;
}

.inner-descr .inner-descr__text {
    max-height: 600px;
}

@media (width <= 768px)
{
    .inner-descr .inner-descr__text {
        max-height: 300px;
    }
}

@media (width <= 768px)
{
    .add_to_basket_form.mb40 {
        margin-bottom: 0;
    }
}


/* End */


/* Start:/local/templates/.default/html/build/3rdParty/photoswipe/dist/photoswipe.css?16785356864137*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* End */


/* Start:/local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/default-skin.css?167853568611607*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* End */


/* Start:/local/include/topiary/css/style.css?169398486318201*/
:root {
    --primary-color: #7FBE3F;
    --section-bg-white: #fff;
    --section-bg-gray: #F5F5F5;
}

.t-primary {
    color: var(--primary-color);
}

.breadcrubms {
	display: none !important;
}

.section {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: var(--section-bg-gray);
}

@media screen and (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}

.section.section--bg-white {
    background: var(--section-bg-white);
}

.section .section__wrapper {

}

@media screen and (max-width: 768px) {
    .section .section__wrapper {
        flex-direction: column;
    }
}

.section .section__content {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .section .section__content {
        margin-top: 30px;
    }
}


.section .section__column {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .section .section__column {
        width: 100%;
    }
}

.section .section__title {
    color: #000;
    font-family: PlumbCondensed;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

@media screen and (max-width: 768px) { 
    .section .section__title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 2px;
    }
}

.section .section__title.section__title--small {
    font-size: 40px;
    line-height: 40px;
}

.section .section__title.section__title--normal {
    text-transform: none;
}

.section.main-banner {
    display: flex;
    min-height: 550px;
    padding: 0px 80px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    background: #F5F5F5;
}

@media screen and (max-width: 768px) { 
    .section.main-banner {
        padding: 50px 20px 100px;
        min-height: 100%;
    }
}

.section.main-banner .section__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}

.section.main-banner .section__wrapper .section__column {
    width: 100%;
}

.section.main-banner .section__wrapper .section__column:first-child {
    z-index: 1;
}

@media screen and (max-width: 980px) {
    .section.main-banner .section__wrapper .section__column:last-child {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .section.main-banner .section__wrapper .section__column:last-child {
        position: absolute;
        z-index: 0;

        bottom: 0;
        right: 0%;

        width: 30%;
    }
}

@media screen and (max-width: 586px) {
    .section.main-banner .section__wrapper .section__column:last-child {
        right: -35%;
        width: 60%;
    }
}

.section.main-banner .section__wrapper .action .btn {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    transition: all .3s ease;
}

@media screen and (max-width: 768px) { 
    .section.main-banner .section__wrapper .action .btn {
        font-size: 18px;
        line-height: 18px;
        padding: 15px 30px;
    }
}

.section.main-banner .section__wrapper .action .btn:hover {
    background: linear-gradient(180deg, #8cc63e, #2ea241);
}

.section.main-banner .section__title {
    text-align: left;
}

.section.about-as .section__wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 44px;
}

@media screen and (max-width: 768px) { 
    .section.about-as .section__wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.section.about-as .section__wrapper .section__column {
    width: 100%;
}

.section.about-as .section__wrapper .section__column:first-child {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .section.about-as .section__wrapper .section__column:first-child {
        display: none;
    }
}

.section.about-as .section__wrapper .action .btn {
    padding: 15px 30px;
}

@media screen and (max-width: 768px) {
    .section.about-as .section__content {
    }
}

.section.about-as .section__wrapper p {
    color: #3F4C3B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

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

@media screen and (max-width: 768px) {
    .section.about-as .section__wrapper p {
        font-size: 18px;
        line-height: 28px;
    }
}

.section.about-as .section__title.section__title--small {
    text-align: left;
}

.section.where-use-topiary .section__content {
    margin-top: 0;
}

.section.order-form .section__wrapper {
    text-align: center;
}

.section.order-form .section__content {
    margin-top: 0;
}

.section.order-form .section__content .btn {
    border-radius: 34px;
    background: linear-gradient(180deg, #8CC63E 0%, #399348 100%);
    box-shadow: 0px 20px 30px -20px #8CC63E;
    padding: 20px 40px;

    color: #FFF;
    font-size: 22px;
    line-height: 22.5px; /* 102.273% */
}

@media screen and (max-width: 768px) {
    .section.order-form .section__content .btn {
        padding: 10px 20px;
        font-size: 18px;
        line-height: normal;
    }
}

.section.order-form .section__content .btn:hover {
    background: linear-gradient(180deg, #8cc63e, #2ea241);
}

.section.choose .choose-block {
    overflow: hidden;
    position: relative;
}

.section.choose .choose-block__title {
    font-family: PlumbCondensed;
    font-size: 72px;
    text-transform: uppercase;
    color: #151515;
    text-align: center;
    line-height: 1;
    margin: 0 0 80px;
    font-weight: 700
}

@media (max-width: 1280px) {
    .section.choose .choose-block__title {
        font-size: 52px
    }
}

@media (max-width: 1024px) {
    .section.choose .choose-block__title {
        font-size: 48px;
        margin-bottom: 52px;
        max-width: 100%
    }
}

@media (max-width: 640px) {
    .section.choose .choose-block__title {
        font-size: 41px
    }
}

@media (max-width: 420px) {
    .section.choose .choose-block__title {
        font-size: 32px
    }
}

.section.choose .choose-block__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -90px
}

@media (max-width: 1600px) {
    .section.choose .choose-block__items {
        margin: 0
    }
}

.section.choose .choose-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16%;
    margin-bottom: 90px
}

@media (max-width: 1600px) {
    .section.choose .choose-item {
        width: 350px
    }
}

@media (max-width: 1100px) {
    .section.choose .choose-item {
        width: 33%
    }
}

@media (max-width: 480px) {
    .section.choose .choose-item {
        width: 48%
    }
}

.section.choose .choose-item__img {
    text-align: center;
    margin-bottom: 25px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.section.choose .choose-item__img img {
    max-height: 100%;
}

@media (max-width: 1024px) {
    .section.choose .choose-item__img {
        margin-bottom: 15px;
        height: 64px;
        width: 70px
    }
}

.section.choose .choose-item__text {
    color: #222;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    max-width: 64%;
    margin: 0 auto
}

@media (max-width: 1400px) {
    .section.choose .choose-item__text {
        font-size: 14px
    }
}

@media (max-width: 1024px) {
    .section.choose .choose-item__text {
        font-weight: 500;
    }
}

.section.callback-form {

}

.section.callback-form .section__content {
    margin-top: 0;
}

.section.callback-form .callback-block .callback-block__wrapper {
    display: flex;
    padding: 50px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.10);
}

@media screen and (max-width: 768px) {
    .section.callback-form .callback-block .callback-block__wrapper {
        padding: 30px 20px;
        flex-direction: column;
        gap: 20px;
    }
}

.section.callback-form .callback-block .callback-block__wrapper .text {
    color: #000;
    font-family: "PlumbCondensed";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-align: left;

    width: 60%;
}

@media screen and (max-width: 768px) {
    .section.callback-form .callback-block .callback-block__wrapper .text {
        width: 100%;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }
}

.section.callback-form .callback-block .callback-block__wrapper .action .btn {
    border-radius: 34px;
    background: linear-gradient(180deg, #8CC63E 0%, #399348 100%);
    box-shadow: 0px 20px 30px -20px #8CC63E;

    padding: 20px 40px;

    color: #FFF;
    font-size: 22px;
    line-height: 22.5px;
}

@media screen and (max-width: 768px) {
    .section.callback-form .callback-block .callback-block__wrapper .action .btn {
        font-size: 20px;
        padding: 15px 30px;
    }
}

.section.callback-form .callback-block .callback-block__wrapper .action .btn:hover {
    background: linear-gradient(180deg, #8cc63e, #2ea241);
    box-shadow: 0px 20px 40px -20px #8CC63E;
}

.section.rules {
    position: relative;
}

.section.rules .section__content .rules {
    position: relative;
}

.section.rules .section__content .rules .rules-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 30px;
    align-self: stretch;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .section.rules .section__content .rules .rules-wrapper {
        justify-content: flex-start;
    }
}

.section.rules .section__content .rules .rules-wrapper .rule {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;

    font-family: "PlumbCondensed";
    text-transform: uppercase;
    font-weight: 700;
}

.section.rules .section__content .rules .rules-wrapper .rule .rule__content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 426px) {
    .section.rules .section__content .rules .rules-wrapper .rule .rule__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.section.rules .section__content .rules .rules-wrapper .rule .rule__number {
    color: #8CC63E;
    font-size: 100px;
    margin-right: 30px;
}

@media screen and (max-width: 426px) {
    .section.rules .section__content .rules .rules-wrapper .rule .rule__number {
        margin-right: 20px;
        font-size: 90px;
    }
}

.section.rules .section__content .rules .rules-wrapper .rule .rule__icon {
    position: relative;
    margin-right: 10px;
}

@media screen and (max-width: 426px) {
    .section.rules .section__content .rules .rules-wrapper .rule .rule__icon {
        margin-right: 0;
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
    }
    
}

.section.rules .section__content .rules .rules-wrapper .rule .rule__text {
    color: #000;
    font-size: 22px;
}

@media screen and (max-width: 426px) {
    .section.rules .section__content .rules .rules-wrapper .rule .rule__text  {
        font-size: 20px;
    }
}

.section.certificates {
    position: relative;
}

.section.certificates .certificate-block__slider .owl-nav {
    margin-top: 0;
}

.section.pay_and_delivery {
    position: relative;
}

.section.pay_and_delivery .order_and_pay__content {
    margin-bottom: 20px;
    max-width: 1000px;
}

@media screen and (max-width: 426px) {
    .section.pay_and_delivery .order_and_pay__content {
        max-width: 100%;
    }
}


.section.pay_and_delivery .order_and_pay__additional p {
    color: #000;
    font-family: "Rubik";
    font-size: 18px;
}

@media screen and (max-width: 426px) {
    .section.pay_and_delivery .order_and_pay__additional p {
        font-size: 16px;
        line-height: normal;
    }
}

.section.pay_and_delivery .link {
    color: #8CC63E;
    font-weight: 500;
}

.section.pay_and_delivery .link:hover {
    color: white;
}

.section.pay_and_delivery .order_and_pay__content .order_and_pay__content {
    position: relative;
}

.section.pay_and_delivery .order_and_pay__content .info {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-bottom: 50px;
}

@media screen and (max-width: 426px) {
    .section.pay_and_delivery .order_and_pay__content .info {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.section.pay_and_delivery .order_and_pay__content .info:last-child {
    margin-bottom: 0;
}

.section.pay_and_delivery .order_and_pay__content .info .info__icon {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);

    display: flex;
    padding: 20px;

    justify-content: center;
    align-items: center;

    min-width: 100px;
    min-height: 100px;
}

@media screen and (max-width: 426px) { 
    .section.pay_and_delivery .order_and_pay__content .info .info__icon {
        display: none;
    }
}

.section.pay_and_delivery .order_and_pay__content .info .info__icon img {
    aspect-ratio: 1 / 1;
}

.section.pay_and_delivery .order_and_pay__content .info .info__title {
    color: #8CC63E;
    font-family: "PlumbCondensed";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.section.pay_and_delivery .order_and_pay__content .info .info__text {
    color: #000;
    font-family: "Rubik";
    font-size: 18px;
}

.section.question {
    position: relative;
    background: url('/local/include/topiary/css/../images/question.png') lightgray 50% / cover no-repeat;
    color: white;
}

.section.question .section__title {
    color: white;
}

.section.question .question-wrapper {
    display: flex;
    gap: 0 40px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper {
        flex-direction: column;
        gap: 10px;
    }
}

.section.question .question-wrapper .questions__container {
    width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper .questions__container {
        width: 100%;
    }
}

.section.question .question-wrapper .question {
    display: flex;
    flex-direction: column;
    padding: 27px 8px 27px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-bottom: 3px solid #8CC63E;
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper .question {
        padding: 20px 0 20px 0;
    }
}

.section.question .question-wrapper .question .question__title {
    color: #FFF;
    font-family: 'PlumbCondensed';
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;

    width: 100%;
    position: relative;

    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper .question .question__title {
        font-size: 22px;
        line-height: 24px;
    }
}

.section.question .question-wrapper .question .question__title::after {
    content: "";
    position: absolute;

    top: 50%;
    right: 0;

    width: 24px;
    height: 24px;

    background: url('/local/include/topiary/css/../images/plus.svg') no-repeat center;
    background-size: contain;

    transform: translateY(-50%);
}

.section.question .question-wrapper .question.active .question__title {
    color: #8CC63E;
}

.section.question .question-wrapper .question.active .question__title::after {
    background: url('/local/include/topiary/css/../images/minus.svg') no-repeat center;
}

.section.question .question-wrapper .question.active .question__title .question__index {
    color: white;
}

.section.question .question-wrapper .question .question__content {
    color: #FFF;
    font-family: "Rubik";
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;

    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper .question .question__content {
        font-size: 14px;
        line-height: 20px;
    }
}

.section.contacts {
    position: relative;
}

.section.contacts .map__wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .section.contacts .map__wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.section.contacts .map-block-info {
    display: flex;
    padding: 38px 31px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;

    border-radius: 10px;
    border: 1px solid #BFBEBC;
    background: rgba(255, 255, 255, 0.90);
}

.section.contacts .map-block-info .map-block-info__title {
    color: #010101;
    font-family: "PlumbCondensed";
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.section.contacts .map-block-info .map-block-info__text {
    color: #010101;
    font-size: 16px;
    line-height: 18px;
}

.section.contacts .map-block {
    position: relative;
    width: 100%;
    padding-bottom: 36%
}

@media (max-width: 1366px) {
    .section.contacts .map-block {
        margin-top: 3%
    }
}

@media (max-width: 1280px) {
    .section.contacts .map-block {
        padding-bottom: 47%;
        height: auto
    }
}

@media (max-width: 1024px) {
    .section.contacts .map-block {
        padding-bottom: 0
    }
}

@media (max-width: 768px) {
    .section.contacts .map-block {
        padding-bottom: 75%
    }
}

.section.contacts .map-block__map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.section.contacts .map-block .anchor {
    top: -120px
}

.section.contacts .map-block .bx-yandex-view-map {
    width: 100%;
    position: absolute;
    height: 100%
}

.section.contacts .map-block .bx-google-map {
    width: 100% !important;
    height: 100%;
    position: absolute
}

.section.contacts .map-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
/* End */


/* Start:/local/templates/zr_main_template/components/bitrix/catalog.section/soput_topiary/style.css?1700658130978*/
.prod-item {
    position: relative;
    height: 100%;
    
}

.prod-slider .prod-slider__slider {
    margin-top: 0;
}

.prod-slider__slider .slick-list {
    padding-top: 50px;
}

.prod-slider.prod-slider__boxShadow .prod-slider__slider .slick-slide>div {
    border: none;
}

.prod-slider.prod-slider__boxShadow .prod-slider__slider .prod-item {
    box-shadow: none !important;
}

.prod-item .prod-item-link {
    position: relative;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #8CC63E;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(140, 198, 62, 0.15);
    transition: all .5s ease;
}

.prod-item .prod-item-link:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 60px 0px rgba(140, 198, 62, 0.15);
}

.prod-item .prod-item-link img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/certificate_v2/style.css?16855081602802*/
.certificate-block__slider.white .owl-nav .owl-prev, .certificate-block__slider.white .owl-nav .owl-next {
  filter: none;
}
.certificate-block__slider .gallery {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  transform: rotate(-15deg);
}
.certificate-block__slider .gallery .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  transition: background-color 0.3s;
}
.certificate-block__slider .owl-nav {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.certificate-block__slider .owl-nav .owl-prev, .certificate-block__slider .owl-nav .owl-next {
  width: 39px;
  height: 38px;
  margin: 0 12px;
  filter: brightness(0);
  background-image: url(/local/templates/.default/components/bitrix/news.list/certificate_v2/./img/arro-slider.png) !important;
}
.certificate-block__slider .owl-nav .owl-prev.disabled, .certificate-block__slider .owl-nav .owl-next.disabled {
  pointer-events: none;
  opacity: 0.35;
}
.certificate-block__slider .owl-nav .owl-prev span, .certificate-block__slider .owl-nav .owl-next span {
  font-size: 0;
}
.certificate-block__slider .owl-nav .owl-prev:hover, .certificate-block__slider .owl-nav .owl-next:hover {
  filter: brightness(100%);
  background-image: url(/local/templates/.default/components/bitrix/news.list/certificate_v2/./img/arro-slider-hover.png) !important;
}
.certificate-block__slider .owl-nav .owl-next {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .certificate-block__slider .owl-nav {
    margin-top: 10px;
  }
}
.certificate-block__slider .certificate-block__slide--image {
  display: block;
  box-shadow: 0 0 15px -10px rgba(53, 53, 53, 0.5);
}
.certificate-block__slider .certificate-block__slide--image:hover .gallery-lupa {
  transform: translate(-50%, -50%) scale(0);
}
.certificate-block__slider .certificate-block__slide--image.with_gallery {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .certificate-block__slider .certificate-block__slide--image.with_gallery {
    margin-bottom: 60px;
  }
}
.certificate-block__slider .certificate-block__slide--image .gallery-lupa {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.25s ease;
  background-color: rgba(0, 0, 0, 0.75);
}
.certificate-block__slider .certificate-block__slide--image .gallery-lupa img {
  height: 25px !important;
  width: 25px !important;
}
.certificate-block__slider .certificate-block__slide--image .js-gallery-item:hover .gallery-lupa {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.25s ease;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/certificate_v2/lib/owlcarousel/owl.carousel.min.css?16851318563351*/
/**
 * 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/.default/components/bitrix/news.list/certificate_v2/lib/owlcarousel/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/.default/components/bitrix/news.list/certificate_v2/lib/magnific/magnific-popup.css?16853583666951*/
/* 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/.default/components/bitrix/news.list/questions/style.css?16936080042266*/
.slider_coursel {
    margin-right: 10px;
    margin-left: -50px;

    padding-top: 60px;

    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .slider_coursel {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-top: 30px;
    }
}

.slider_coursel .item {
    display: block;

    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/local/templates/.default/components/bitrix/news.list/questions/<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.20);

    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider_coursel .item .item__wrapper {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    padding: 20px;

    text-align: center;
}

.slider_coursel .item .item__text {
    background-color: var(--primary-color, #8CC63E);

    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

@media screen and (max-width: 768px) {
    .slider_coursel .item .item__text {
        font-size: 20px;
        line-height: 30px;
    }
}


.slider_coursel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.slider_coursel .owl-nav .owl-next, .slider_coursel .owl-nav .owl-prev {
    width: 39px;
    height: 38px;
    margin: 0 12px
}

.slider_coursel .owl-nav .owl-next.disabled, .slider_coursel .owl-nav .owl-prev.disabled {
    pointer-events: none;
    opacity: .35
}

.slider_coursel .owl-nav .owl-next span, .slider_coursel .owl-nav .owl-prev span {
    display: none
}

.slider_coursel .owl-nav .owl-next, 
.slider_coursel .owl-nav .owl-prev {
    background-image: url(/local/templates/.default/components/bitrix/news.list/questions/./images/arro-slider-hover.png) !important;
    transition: all .3s ease;
}

.slider_coursel .owl-nav .owl-next:hover, 
.slider_coursel .owl-nav .owl-prev:hover {
    background-image: url(/local/templates/.default/components/bitrix/news.list/questions/./images/arro-slider.png) !important;
    filter: brightness(0.5);
}

.slider_coursel .owl-nav .owl-next {
    transform: rotate(180deg)
}

.slider_coursel .owl-carousel .owl-stage-outer {
    overflow: visible;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/questions/lib/owlcarousel/owl.carousel.min.css?16851318563351*/
/**
 * 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/.default/components/bitrix/news.list/questions/lib/owlcarousel/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 */
/* /local/templates/zr_main_template/components/bitrix/catalog/topiary/style.css?17313818993244 */
/* /local/templates/zr_main_template/components/bitrix/catalog.element/topiary/style.css?17006599523002 */
/* /local/templates/.default/html/build/3rdParty/photoswipe/dist/photoswipe.css?16785356864137 */
/* /local/templates/.default/html/build/3rdParty/photoswipe/dist/default-skin/default-skin.css?167853568611607 */
/* /local/include/topiary/css/style.css?169398486318201 */
/* /local/templates/zr_main_template/components/bitrix/catalog.section/soput_topiary/style.css?1700658130978 */
/* /local/templates/.default/components/bitrix/news.list/certificate_v2/style.css?16855081602802 */
/* /local/templates/.default/components/bitrix/news.list/certificate_v2/lib/owlcarousel/owl.carousel.min.css?16851318563351 */
/* /local/templates/.default/components/bitrix/news.list/certificate_v2/lib/magnific/magnific-popup.css?16853583666951 */
/* /local/templates/.default/components/bitrix/news.list/questions/style.css?16936080042266 */
/* /local/templates/.default/components/bitrix/news.list/questions/lib/owlcarousel/owl.carousel.min.css?16851318563351 */
