﻿

/* Start:/local/templates/region/vendor/normalize.css?15444543376138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.main-form{
   display: block;
}
.popup{
   display: none;
}
/* End */


/* Start:/local/templates/region/vendor/fancybox3/jquery.fancybox.min.css?154445433713841*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/region/vendor/owl.carousel.min.css?15790919823351*/
/**
 * 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/region/vendor/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/region/css/autoload/advantages.css?15447001771720*/
.advantages {
    display: flex;
    margin: 32px -1%;
}

.advantages__item {
    width: 49%;
    margin: 1%;
    min-height: 128px;
	background-color: #f2efee;
	border-top: 7px solid #a65047;
	display: flex;
	transition: all 0.2s;
	text-align: center;
	font-size: 0;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.advantages__icon {
	font-size: 50px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	min-width: 20%;
	text-align: right;
}

.advantages__title {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
	white-space: normal;
	max-width: 75%;
	min-width: 60%;
	margin-left: 15px;
}

.advantages__image {
	max-width: 80px;
	margin-top: 4px;
	font-size:0;
}

@media screen and (min-width:1024px) and (max-width: 1382px) {
	.advantages__title {
		font-size: 26px;
	}

	.advantages__image {
		max-width: 56px
	}
}


@media screen and (max-width: 1024px) {
	.advantages__item {
		line-height: 130px;
	}

	.advantages__title {
		font-size: 22px;
	}

	.advantages__image {
		max-width: 48px
    }   

    .advantages__icon {
        min-width: 18%;
    }
}


@media screen and (max-width: 768px) {
    .advantages {
        flex-direction: column;
        margin: 16px auto;
    }

    .advantages__item {
        width: 100%;
        margin: 8px 0;
        min-height: 64px;
		line-height: 70px;
	}

	.advantages__title {
		font-size: 14px;
		max-width: 60%;
	}

	.advantages__image {
		max-width: 36px
    }
}

@media screen and (max-width: 416px) {

	.advantages__item {
		line-height: 55px;
	}

	.advantages__title {
		font-size: 11px;
		margin-left: 4px;

	}
}
/* End */


/* Start:/local/templates/region/css/autoload/arr-block.css?15459205481485*/
.arr-block {
    position: relative;
    display: block;
    background: #a65047 url('../../../../../../local/templates/region/img/background_reg.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 24px 32px;
    text-decoration: none;
    margin: 32px 0 16px;
}

.arr-block:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a65047;
    opacity: 0.9;
    content: '';
    transition: all 0.2s;
    
}



.arr-block:hover:before {
    opacity: 0.98;
}

.arr-block:hover .block-hide__arr {
    transform: scale(1.1)
}

.arr-block:hover .block-hide__arr_active {
    transform: scale(1.1 , -1.1)
}


.arr-block h2 {
    margin: 0;
    color: #fff;
}

.arr-block img {
    position: absolute;
    right: 4px;
    top: 12px;
}

.arr-block__inner {
    position: relative;
}

.arr-block__desktop {
    font-size: 16px;
    margin-top: 4px;
}

.arr-block__mobile {
    margin-top: 15px;
	display:none;
}

.arr-block__btn {
	font-size: 13px;
	padding: 0 24px;
	height: 32px;
	line-height: 32px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 6px;
	display:inline-block;
}

@media screen and (max-width: 1024px) {
	.arr-block__desktop{
		display:none;
	}
	.arr-block__mobile{
		display:block;
		text-align:center;
    }
    
    .arr-block h2 {
        text-align: center;
    }

    .arr-block img {
        display: none;
    }
}
/* End */


/* Start:/local/templates/region/css/autoload/arr-price.css?15444543361865*/
.arr-price {
	display:flex;
	padding:16px 96px 32px 48px;
	cursor:pointer;
	text-decoration:none;
	color:#222;
	position:relative;
}
.arr-price:after {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 30px;
	width: 32px;
	height: 59px;
	background: url("/local/templates/region/css/autoload/assets/arr-price/icon-tripple-arrow-red.png") center center no-repeat;
	background-size: contain;
	content: '';
	transition: all 0.2s;	
}

.arr-price:hover {
	background-color:#d2c4c2;
}

.arr-price:hover:after {
	transform: translateX(10px);
}

.arr-price__title {
	flex-grow:1;
}

.arr-price__name {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	color: #a65047;
}

.arr-price__desc{
	margin-top:12px;
	font-size:14px;
}

.arr-price__cost{
	text-align:right;
	padding-left:16px;
	font-family:'Open Sans','Arial','Sans-Serif';
}

.arr-price__price{
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	color: #a65047;
	white-space:nowrap;
}

.arr-price__currency{
	font-size: 15px;
	line-height: 1.2;
	margin-top:-4px;
}


@media screen and (min-width:1382px) {
	
}


@media screen and (min-width:1024px) and (max-width: 1382px) {
	.arr-price__desc{
		display:none;
	}
}


@media screen and (max-width: 1024px) {
	.arr-price__name {
		font-size:20px;
	}
	.arr-price__price{
		font-size:20px;
	}
	.arr-price__desc{
		display:none;
	}	
}


@media screen and (max-width: 768px) {
	.arr-price{
		padding:8px 48px 8px 16px;
	}
	.arr-price:after{
		margin-top: -13px;
		width: 14px;
		height: 26px;
		right: 15px;		
	}
	.arr-price__name {
		font-size:18px;
	}
	.arr-price__price{
		font-size:18px;
	}
	.arr-price__cost{
		display:flex;
		align-items:baseline;
	}
	.arr-price__currency{
		padding-left:4px;
	}
}

@media screen and (max-width: 416px) {

	.arr-price__name {
		font-size:14px;
	}
	.arr-price__price{
		font-size:14px;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/block-hide.css?15459205482192*/
.block-hide {
    width: 100%;
    height: 102px;
    background-color: #f3efee;
    display: flex;
    padding: 0 5px 0 110px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.block-hide h2 {
    color: #ad5a55;
    text-align: left;
    padding-right: 8px;
}

.block-hide__arr {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: 0.2s ease;
}

.block-hide__arr_active {
    transform: scale(1, -1)
}

.block-hide::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 30px;
    top: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.block-hide:hover .block-hide__arr {
    transform: scale(1.1);
}

.block-hide:hover .block-hide__arr_active {
    transform: scale(1.1 , -1.1)
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .block-hide {
        display: flex;
        justify-content: flex-start;
    }

    .block-hide__arr {
        position: absolute;
        top: 14px;
        right: 4px;
    }

    .block-hide h2 {
        padding-bottom: 10px;
    }
}

.block-hide_mg::before {
    background-image: url('../../../../../../local/templates/region/img/icons/icon-tag.svg');
}

.block-hide_kl::before {
    background-image: url('../../../../../../local/templates/region/img/icons/icon-cemetery.svg');
}

.block-hide_cost::before {
    background-image: url('../../../../../../local/templates/region/img/icons/icon-cost.png');
}

@media screen and (max-width: 768px) {
    .block-hide {
        padding: 0 5px 0 90px;
        height: 80px;
    }

    .block-hide::before {
        width: 35px;
        height: 35px;
    }

    .block-hide__arr {
        width: 94px;
    }
}

@media screen and (max-width: 480px) {
    .block-hide h2 {
        font-size: 14px;
    }

    .block-hide {
        padding: 0 5px 0 60px;
        height: 80px;
    }

    .block-hide::before {
        width: 25px;
        height: 25px;
        left: 15px;
    }

    .block-hide__arr {
        width: 74px;
    }
}
/* End */


/* Start:/local/templates/region/css/autoload/btn-rui.css?1544599688774*/
.btn-rui {
	font-size: 16px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	background: #ad5a55;
	color: #ffffff;
	transition: .3s;
	cursor: pointer;
	padding:0 32px;
	font-family: 'Open Sans','Arial','Sans-Serif';
	text-transform:uppercase;
	text-decoration:none;
	box-sizing:border-box;
	-webkit-appearance: none;
}

.btn-rui:hover {
	background: #814340;	
}

.btn-rui_center{
	margin: auto;
}

.btn-rui_size_160{
	width:160px;
	max-width:100%;
	font-size:14px;
}
.btn-rui_size_320{
	width:320px;
	max-width:100%;
	font-size:14px;
}
.btn-rui_inline{
	height:auto;
	padding:8px 32px;
	margin: 0 auto;
	max-width: 396px;
	margin: 32px auto;
}

@media screen and (max-width: 768px) {
	.btn-rui_inline{
		text-align:center;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/calc-pd.css?15445094026565*/
.calc-pd {
	/* margin: 48px 0; */
	width: 100%;
	position: relative;
}

.calc-pd_loading:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23ad5a55" d="M73 50c0-12.7-10.3-23-23-23S27 37.3 27 50m3.9 0c0-10.5 8.5-19.1 19.1-19.1S69.1 39.5 69.1 50"><animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="1s" from="0 50 50" to="360 50 50" repeatCount="indefinite"/></path></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20%;
}



.calc-pd_hidden {
	display: none;
}

.calc-pd__group {
	margin: 16px 0;
}

.calc-pd__group:before {
	content: "";
	display: block;
	border-bottom: 1px solid #ad5a55;
	width: 100%;
	left: 0;
	position: relative;

}

.calc-pd__group-title {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 180px;
	padding: 2px 8px;
	background: #ad5a55;
	vertical-align: top;
	text-align: center;
}


.calc-pd__sections {
	display: flex;
	flex: 1 1 0;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.calc-pd__section {
	width: 50%;
	display: flex;
	position: relative;
}

.calc-pd__section_disabled:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fefdfd;
	opacity: 0.86;
}

.calc-pd__section_hidden {
	display: none;
}

.calc-pd__section-title {
	color: #333;
	transform: translateY(-16px);
	padding-right: 24px;
	width: 26%;
	margin-top: 36px;
	display: flex;
	justify-content: flex-end;
	height: 48px;

	align-items: center;
	text-align: right;
	font-size: 14px;
}

.calc-pd__section-name {
	width: 100%;
}

.calc-pd__section-name_required {
	position: relative;
}

.calc-pd__section-name_required:before {
	content: "*";
	display: block;
	position: absolute;
	color: #9b2d30;
	right: -10px;
	top: -2px;
}

.calc-pd__inputs {
	display: flex;
	flex-wrap: wrap;
	width: 74%;
}

.calc-pd__input {
	width: 100%;
	box-sizing: border-box;
	padding-right: 80px;
}

.calc-pd__input_pattern {
	display: none;
}


.calc-pd__input_multi {}

.calc-pd__input-title {
	display: flex;

	color: #7f7f7f;
	font-size: 13px;
}

.calc-pd__input_active .calc-pd__input-title {
	color: #000;
}

.calc-pd__input-name {
	flex-grow: 1;
}

.calc-pd__input-name-value {}



.calc-pd__input-required {
	white-space: nowrap;
	font-size: 11px;
	color: #ad5a55;
	font-weight: 400;
}

.calc-pd__input-cost {
	text-align: right;
}

.calc-pd__input-cost {
	white-space: nowrap;
}

.calc-pd__input-cost {}

.calc-pd__input-price {
	text-align: right;
}

.calc-pd__input-multi {
	position: relative;
	display: flex;
}

.calc-pd__input-value {
	margin: 2px 0 8px;
	width: 100%;
	position: relative;
}

.calc-pd__select-value_open .calc-pd__select-icon {
	transform: scale(1, -1);
}

.calc-pd__select {
	height: 48px;
	display: flex;
	align-items: center;
	padding: 0 48px 0 8px;
	border: 1px solid #acacac;
	color: #7f7f7f;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #fff;
	line-height: 1.2;
	overflow: hidden;
}

.calc-pd__select_right {
	justify-content: flex-end;
	padding-right: 16px;
}

.calc-pd__select_error {
	border-color: #ff0000;
}

.calc-pd__input-value_active .calc-pd__select {
	color: #000;
}

.calc-pd__select-value {
	box-shadow: 0 11px 26px -8px #646361;
	display: none;
	position: absolute;
	width: 100%;
	background: #ffffff;
	z-index: 1;
	padding: 4px 0;
}

.calc-pd__select-option {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	font-weight: 400;
	font-size: 16px;
	transition: .3s ease;
	cursor: pointer;
	color: #000;
	justify-content: space-between;
}

.calc-pd__select-price {
	white-space: nowrap;
	color: #aaa;
	font-size: 12px;
	padding-left: 8px;
}

.calc-pd__select-option:hover {
	background: #f5f3ee;
}

.calc-pd__select-action {
	position: absolute;
	bottom: 8px;
	right: -96px;
	width: 96px;
	font-size: 0;

}

.calc-pd__select-btn {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	border-radius: 16px;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 4px;
	box-sizing: border-box;
	display: none;
	background: #eee;
}

.calc-pd__select-btn_add {}

.calc-pd__select-btn_remove {}


.calc-pd__select-icon {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 12px;
	right: 16px;
	font-size: 24px;
	line-height: 24px;
	pointer-events: none;
	color: #ad5a55;
	transition: transform 0.2s ease;
}

.calc-pd__footer {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #ad5a55;
}

.calc-pd__footer-action {
	width: 29%;
	padding-right: 80px;
}

.calc-pd__order {
	color: #ffffff;
	background: #ad5a55;
	text-transform: uppercase;
	display: flex;
	height: 48px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.2s ease;
}

.calc-pd__order:hover {
	background: #814340;
}

.calc-pd__footer-total {
	color: #ad5a55;
	font-size: 22px;
	font-weight: 600;
	padding-right: 24px;
}

.calc-pd__form {
	width: 100%;
	max-width: 416px;
}

.calc-pd__detail-option {
	margin-top: 8px;
	font-size: 12px;
	color: #666;
	display: none;
}

.calc-pd__detail-option ol li {
	font-size: 12px;
	line-height: 1.2;
	color: #999;
}

.calc-pd__detail-option_active {
	display: block;
}

.calc-pd__footnote {
	margin-top: 12px;
	font-size: 14px;
}

.calc-pd__star {
	color: #9b2d30;
}

.calc-pd__error {
	color: #eb5a46;
	margin-top: 4px;
	font-size: 12px;
	display: none;
}

.calc-pd__error_active {
	display: block;
}

@media screen and (min-width:1382px) {}


@media screen and (min-width:1024px) and (max-width: 1382px) {}


@media screen and (max-width: 1024px) {
	.calc-pd__section-title {
		width: 100%;
		justify-content: flex-start;
		margin-top: 16px;
		height: auto;
		transform: translateY(0);
		text-align: left;
	}

	.calc-pd__section-name_required:before {
		display: inline;
		position: static;
	}

	.calc-pd__inputs {
		width: 100%;
	}

	.calc-pd__input {
		padding-right: 0;
	}

	.calc-pd__input_multi {
		padding-right: 80px;
	}

	.calc-pd__section {
		width: 100%;
		flex-direction: column;
	}

	.calc-pd__footer-action {
		padding-right: 0;
	}

}


@media screen and (max-width: 768px) {
	.calc-pd__footer {
		flex-direction: column-reverse;
		border: none;
	}

	.calc-pd__footer-action {
		width: 80%;
	}

	.calc-pd__order {
		margin-top: 16px;
	}

}
/* End */


/* Start:/local/templates/region/css/autoload/cemetery-what-video.css?15444543361568*/
.cemetery-what-video {
	display: flex;
	border-top: 2px solid #ad5a55;
	border-bottom: 2px solid #ad5a55;
	padding: 20px 0;
}

.cemetery-what-video__cell {
	width: 50%;
	box-sizing: border-box;
	position: relative;
}

.cemetery-what-video__cell:first-child {
	padding-right: 24px;
}

.cemetery-what-video__cell:last-child {
	padding-right: 8px;
}

.cemetery-what-video__cell:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #ad5a55;
	top: 0;
	left: 0;
	display: none;
}

.cemetery-what-video__cell_video {
	display: flex;
}

.cemetery-what-video__video {
	margin: auto;
	width: 100%;
	text-align: center;
}

.cemetery-what-video__image {
	padding: 16px 0 4px;
	display: inline-block;
}

.cemetery-what-video__image img {
	vertical-align: top;
	max-height: 324px;
}

@media screen and (min-width:1382px) {}


@media screen and (min-width:1024px) and (max-width: 1382px) {}


@media screen and (max-width: 1024px) {

	.cemetery-what-video {
		flex-direction: column-reverse;
		padding-bottom: 0;
		border: 0;
		margin: 16px 0;
	}

	.cemetery-what-video__cell {
		width: 100%;
		padding: 0;
	}

	.cemetery-what-video__cell:first-child {
		padding-right: 0px;
		margin-top: 16px;
	}

	.cemetery-what-video__cell:last-child {
		border-bottom: 2px solid #ad5a55;
		padding-bottom: 12px;
		padding-right: 0px;

	}

	.cemetery-what-video__cell:after {
		display: none;
	}
}


@media screen and (max-width: 768px) {
	.cemetery-what-video__cell {
		display: none;
	}

	.cemetery-what-video__cell_video {
		display: block;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/cities.css?15536718374492*/
.cities {
    width: 1312px;
    max-width: 100%;
    box-shadow: 0 4px 13px rgba(0, 0, 1, 0.32);
    background-color: #fff;
    padding: 26px 38px;
    position: relative;
}

.cities::after {
    content: '';
    display: block;
    width: 190px;
    position: absolute;
    height: 47px;
    background-image: url(../../../../../../local/templates/region/css/autoload/assets/cities/logo-cities.png);
    background-size: contain;
    top: 26px;
    right: 73px;
}

.cities__search {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cities__search-header {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 12px;
}

.cities__search-input {
    display: block;
    width: 270px;
    height: 43px;
    border-radius: 10px 0 0 10px;
    border: 2px solid #9e9e9e;
    background-color: #fff;
    padding-left: 10px;
    font-size: 14px;
    border-right: 0;
    margin-right: -6px;
}

.cities__search-input::placeholder {
    color: #9e9e9e;
}

.cities__search-input::-ms-clear {
    display: none;
}

.cities__search-icon {
    position: relative;
    display: block;
    width: 40px;
    height: 43px;
    background-image: url(../../../../../../local/templates/region/css/autoload/assets/cities/search_grey.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 10px 10px 0;
    border: 2px solid #9e9e9e;
    border-left: 0;
    background-color: #fff;
}

.cities__search-wrap {
    display: flex;
    align-items: center;
}

.cities__close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.cities__close::after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background-color: #ad5a55;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    right: 0;
}

.cities__close::before {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background-color: #ad5a55;
    position: absolute;
    transform: rotate(-45deg);
    top: 10px;
    right: 0;
}

.cities__top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(206px, 1fr));
    padding: 0;
}

.cities__bottom {
    column-width: 206px;
    position: relative;
    column-gap: 0;
    margin-top: 40px;
    padding: 0;
}

.cities__top li,
.cities__bottom li {
    list-style-type: none;
    color: #464646;
    width: 206px;
}

.cities__top a,
.cities__bottom a {
    color: #464646;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 0;
    display: inline-block;
}

.cities__top a {
    font-weight: 700;
    font-size: 14px;
}

.cities__bottom a {
    font-size: 13px;
}

.cities__top a:hover,
.cities__bottom a:hover {
    color: #ad5a55;
}

.cities__bottom::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #9e9e9e;
    position: absolute;
    top: -21px;
    left: 0;
}

.cities .fancybox-close-small {
    display: none;
}

@media (max-width: 1030px) {
    .cities::after {
        display: none;
    }
}

@media (max-width: 650px) {
    .cities__search {
        flex-direction: column;
    }

    .cities__search-header {
        margin: 0 0 12px
    }
}

@media (max-width: 420px) {
    .cities__close {
        top: 14px;
        right: 14px;
        transform: scale(0.9);
    }

    .cities__search-wrap,
    .cities__search-input {
        width: 100%;
    }
}



/* баг в ie 11 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cities__top {
        display: flex;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1340px),
(-ms-high-contrast: none) and (max-width: 1340px) {
    .cities__top li {
        width: 20%;
    }

    .cities__top {
        flex-wrap: wrap;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1137px),
(-ms-high-contrast: none) and (max-width: 1137px) {
    .cities__top li {
        width: 25%;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 928px),
(-ms-high-contrast: none) and (max-width: 928px) {
    .cities__top li {
        width: 33.333%;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 726px),
(-ms-high-contrast: none) and (max-width: 726px) {
    .cities__top li {
        width: 50%;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 505px),
(-ms-high-contrast: none) and (max-width: 505px) {
    .cities__top li {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/region/css/autoload/field.css?1544454336277*/
.field {
	margin:16px 0;
}

.field__label {
	font-size:12px;
	color:#ad5a55;
}

.field__value {
	margin-top:4px;
}

.field__value_flex{
	display:flex;
}

.field__error{
	color:#eb5a46;
	margin-top: 4px;
	font-size: 12px;
	display:none;
}
.field__error_active{
	display:block;
}
/* End */


/* Start:/local/templates/region/css/autoload/fix-footer.css?1544603382609*/
.fix-footer {
	display:none;
	background-color:#ad5a55;
	position: fixed;
	width: 100%;
	bottom: 0;	
}

.fix-footer__l-phone {
	flex-grow:1;
	text-align:center;
}

.fix-footer__phone {
	border-radius: 6px;
	font-size: 15px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Open Sans','Arial','Sans-Serif';
	background-color: #ad5a55;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 700;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #fff;
	outline: none;
	text-decoration:none;
	padding:0 32px;
}

@media screen and (max-width: 1024px) {
	.fix-footer {
		display:flex;	
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/footer.css?15451151793102*/
.footer {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 16px 24px;
}

.footer__cols {
	display: flex;
	justify-content: space-around;
	flex:0 0 auto;
}

.footer__col {
	width:20%;
	padding-left:4%;
	box-sizing:border-box;
}

.footer__col-title {
	font-size: 22px;
	line-height: 28px;
	color: #995a55;
	margin-bottom: 30px;
	position: relative;
}

.footer__col-title:after {
	position: absolute;
	width: 105px;
	height: 2px;
	background: #995a55;
	bottom: -15px;
	left: 0;
	content: '';
}

.footer__link {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', 'Arial', 'Sans-Serif';
	color: #6b6256;
	text-decoration: none;
	transition: all .3s ease;
	text-transform: uppercase;
}

.footer__link:hover {
	color: #995a56;
}

.footer__bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 2px solid #995a55;
	margin-top: 45px;
	padding: 25px 0 15px 0;
}

.footer__copyright {
	font-size: 12px;
	line-height: 17px;
	color: #6b6256;
	font-family: 'Open Sans', 'Arial', 'Sans-Serif';
	padding-right: 32px;
}

.footer__l-logo {
	flex-grow: 1;
	text-align: center;
}

.footer__socials {
	display: flex;
	min-width: 165px;
	justify-content: right;
}

.footer__social {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 8px;
	background-size: cover;
}

.footer__social_youtube {
	background-image: url('../../../../../../local/templates/region/css/autoload/assets/footer/icon-yt.png');
}

.footer__social_od {
	background-image: url('../../../../../../local/templates/region/css/autoload/assets/footer/icon_od_128.png');
}

.footer__social_ze {
	background-image: url('../../../../../../local/templates/region/css/autoload/assets/footer/icon-ze.png');
}


@media screen and (min-width:1382px) {
	.footer__items {
		display: block !important;
	}
}


@media screen and (min-width:1024px) and (max-width: 1382px) {
	.footer__items {
		display: block !important;
	}
}


@media screen and (max-width: 1024px) {
	.footer {
		padding: 0;
		display: flex;
		flex-direction: column;
	}

	.footer__cols {
		flex-direction: column;
		order: 2;
	}

	.footer__bottom {
		order: 1;
		background-color: #fff;
	}

	.footer__copyright {
		display: none;
	}

	.footer__l-logo {
		text-align: left;
		padding-right: 16px;
	}

	.footer__items {
		display: none;
		background: #fff;
		padding: 16px 0;
	}

	.footer__col {
		border-top: 1px solid #dfdddb;
		width: 100%;
		padding: 0;
	}

	.footer__col:first-child {
		border-top: 0;
	}

	.footer__col-title {
		position: relative;
	}

	.footer__col-title:after {
		background-image: url('../../../../../../local/templates/region/img/icons/title-switch.png');
		position: absolute;
		right: 4%;
		top: 40%;
		width: 16px;
		height: 16px;
		right: 6%;
		left: auto;
		background-color: transparent;
	}

	.footer__col-title_active:after {
		background-position: 0 16px;
	}

	.footer__col-title {
		margin-bottom: 0;
		height: 45px;
		font-size: 12px;
		line-height: 45px;
		color: #5f574b;
		font-weight: bold;
		text-transform: uppercase;
		background: #eeebe4;
		cursor: pointer;
		padding: 0 6%;
		position: relative;
	}

	.footer__item {
		padding-left: 8%;
	}

	.footer__link {
		line-height: 32px;
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.footer__counter {
		display: none;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/form.css?15444543361778*/
.form {
	width:100%;
	position:relative;
}

.form_online {
	max-width:512px;
	margin:0 auto;
}

.form_loading {
	
}
.form_loading:after {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.5);
	top:0;
	left:0;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23ad5a55" d="M73 50c0-12.7-10.3-23-23-23S27 37.3 27 50m3.9 0c0-10.5 8.5-19.1 19.1-19.1S69.1 39.5 69.1 50"><animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="1s" from="0 50 50" to="360 50 50" repeatCount="indefinite"/></path></svg>');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:20%;
}

.form__title {
	color: #000;
	font-size: 24px;
	text-transform: none;
	font-weight: 700;	
	text-align:center;
}
.form__desc p{
	text-align:center;
}

.form__content {
	width:100%;
	padding:0px 24px;
	box-sizing:border-box;
}

.form__footer{
	text-align:center;
}

.form__result{
	font-family:'Open Sans','Arial','Sans-Serif';
	display: flex;
	margin: auto;
	height: 100%;
	align-items: center;
	padding:0 16px;
	box-sizing:border-box;
}
.form__message{
	font-family:'Open Sans','Arial','Sans-Serif';
	margin: auto;
	height: 100%;
	align-items: center;
	padding:0 16px;
	box-sizing:border-box;
	max-width:512px;
}
.form__step{
	display:none;
}
.form__step_active{
	display:block;
}

@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {

}


@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 768px) {
	.form__title{
		line-height:24px;
	}
	.form__desc{
		margin-top:8px;
	}
	.form__desc p{
		line-height:1.2;
	}
	.form__content {	
		padding:0 8;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/half-block.css?15444543361146*/
.half-block{
	display:flex;
	font-family:'Open Sans','Arial','Sans-Serif';
	margin:0 -8px;
	height:100%;
}
.half-block__item{
	width:50%;
	margin:0 8px;
	position: relative;
	display:flex;
	flex-direction: column;
	padding:24px;
	color:#fff;
	text-decoration:none;
	background-color: #a65047;
}

.half-block__item:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #a65047;
	opacity: 0.9;
	content: '';
	transition: all 0.2s;
}

.half-block__item:hover:before{
	opacity: 0.96;
}

.half-block__icon {
	font-size:48px;
}

.half-block__title {
	font-size: 21px;
	line-height: 1.2;
	text-transform: uppercase;
	position:relative;
	
}



@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {

}


@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 768px) {
	.half-block__icon {
		font-size:32px;
	}
	
	.half-block__title {
		font-size:16px;
	}
}

@media screen and (max-width: 416px) {
	.half-block__item{
		padding:16px 8px;
	}
	.half-block__icon {
		font-size:24px;
	}
	
	.half-block__title {
		margin-top:4px;
		font-size:12px;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/header-region-selector.css?1544454336993*/
.header-region-selector {
	color:#fff;
	background:rgba(65,65,65,0.46);
	cursor:pointer;
	font-size:12px;
	display:flex;
	padding:6px 12px;
	align-items:center;
	justify-content:center;
	border-radius:4px;
	font-family:'Open Sans','Arial','Sans-Serif';
	margin-top:8px;
	transition: background 0.2s;
	align-self:baseline;
}

.header-region-selector:hover {
	background:rgba(65,65,65,0.6);
}

.header-region-selector_mobile{
	background:transparent;
	color:#999;
	padding:6px 0;
	justify-content:left;
	
}

.header-region-selector_mobile:hover {
	background:transparent;
}

.header-region-selector__icon{
	font-size:16px;
	line-height:12px;
}

.header-region-selector__name {
	padding-left:4px;
}
@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {

}


@media screen and (max-width: 1024px) {
	.header-region-selector {
		display:none;
	}
	.header-region-selector_mobile {
		display:flex;
	}
}


@media screen and (max-width: 768px) {
	
}
/* End */


/* Start:/local/templates/region/css/autoload/header.css?15475395061638*/
.header {
	max-width:1350px;
	margin:0 auto;
	display:flex;
	padding: 24px 16px 0 16px;
}

.header__logo {
	display:flex;
}


.header__logo-desc {
	font-family:'Open Sans','Arial','Sans-Serif';
	text-transform:uppercase;
}

.header__logo-desc-link{
	color:#222;
	text-decoration:none;
}



.header__desc {
	flex-grow: 1;
	text-align:center;
	color:#ad5a55;
	font-family:'Open Sans','Arial','Sans-Serif';
}


.header__l-logo-desc{
	display:flex;
	flex-direction:column;
	padding-left:8px;
	font-size:16px;	
}


.header__l-title{
	
}

.header__title{
	font-weight:700;
	font-size:22px;
	text-transform:uppercase;
}

.header__phone-block{
	margin-top:16px;
}

.header__phone{
	color:#ad5a55;
	text-decoration:none;
	font-weight:700;
	font-size:24px;
}

.header__l-work-time{
	margin-top:8px;
}

.header__work-time{
	font-size:18px;
	text-transform:uppercase;
	font-weight: 600;
}

.header__help{
	font-size:0;
	color:transparent;
}
.header__l-search{
	width:190px;
	margin-top:8px;
}

.header__search {

}

.header__l-help{
	width:188px;
}



@media screen and (min-width:1024px) and (max-width: 1382px) {
	.header__title{
		font-size:18px;
	}

	.header__phone {
		font-size:20px;
	}
}


@media screen and (max-width: 1024px) {
	.header__desc{
		display:none;
	}
	.header__logo{
		flex-grow:1;
	}
	.header__l-search {
		display:none;
	}
	.header-l-logo-desc{
		margin-top:0;
	}
	.header-logo-desc{
		font-size:13px;
	}
	.header__l-help{
		max-width:132px;
		padding-left:16px;
	}
}


@media screen and (max-width: 480px) {
	.header__l-help {
		max-width: 112px;
		padding-left: 16px;
	}

	.header__logo-desc-link {
		font-size: 14px;
	}
}



/* End */


/* Start:/local/templates/region/css/autoload/icon.css?1544454336139*/
.icon {
	position: relative;
	display: inline-block;
	fill: currentColor;
	width: 1em;
	height: 1em;
	letter-spacing: 0;
	line-height: 1;
}
/* End */


/* Start:/local/templates/region/css/autoload/input.css?1544454336233*/
.input {
	box-sizing: border-box;
	outline: none;
	border: 1px solid #d7d7d7;
	padding: 0 16px;
	width: 100%;
	height: 48px;
	margin: auto;
	font-size: 14px;
	font-family:'Arial','Sans-Serif'
}

.input_error{
	border-color:#eb5a46;
}
/* End */


/* Start:/local/templates/region/css/autoload/l-arr-price.css?1544599688414*/
.l-arr-price {
	padding:16px 0;
	background:#f2efee;
}

.l-arr-price__item {
	position:relative;
}

.l-arr-price__item:after {
	top: 0px;
	left: 8%;
	position: absolute;
	width: 84%;
	content: "";
	display: block;
	border-top:1px solid #a75a53;
	opacity:.2;
}
.l-arr-price__item:first-child:after {
	display:none;
}

@media screen and (max-width: 768px) {
	.l-arr-price__item:after {
		left: 2%;
		width: 96%;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/logo.css?1544698933598*/
.logo {
	display:block;
	background-color:transparent;
	background-image:url('/include/image/gerb.png');
	background-size:contain;
	background-repeat:no-repeat;
	height:92px;
	width:92px;
	background-position:right top;
	max-height:100%;
	text-align:right;
}

.logo:hover {
	opacity:.84;
}

.logo__gerb{
	max-height:100%;
	font-size:8px;
	color:transparent;
}
@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {

}


@media screen and (max-width: 1024px) {
	.logo {
		width:48px;
		height:64px;
	}
}


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

}
/* End */


/* Start:/local/templates/region/css/autoload/main-banner.css?15790919823191*/
.main-banner{
	font-family:'Open Sans','Arial','Sans-Serif';
	background-image:url('/include/image/main-banner.jpg');
	background-size:cover;
	background-position:center top;
	box-shadow: -7px -65px 120px -33px #fff9 inset;
	height:395px;
	box-sizing:border-box;
}

.main-banner__container {
	max-width:1350px;
	margin:0 auto;
	padding-top:32px;
}
.main-banner__popup {
	width:100%;
	max-width: 640px;
	background:rgba(173, 90, 85, 0.9);
	padding:24px;
	color:#fff;
	transition: all .8s ease;
	box-sizing:border-box;
	margin-left:16px;
}
.main-banner__popup_unactive{
	opacity: 0;
	transform: translateY(-50px);
}


.main-banner__logo {
	background-image:url('/local/templates/region/css/autoload/assets/main-banner/logo.png');
	background-repeat:no-repeat;
	background-size:contain;
	width:212px;
	height: 64px;
	margin-left:-16px;
}
.main-banner__title {
	font-size:30px;
	margin:10px 0 20px;
	font-weight:700;
}


.main-banner__text {
	font-family: 'Georgia', Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	line-height: 1.33;
	font-weight: 400;
	margin-bottom: 20px;
	max-height: 5.32em;
	overflow: hidden;	
}

.main-banner__l-phone {
	font-size: 15px;
	text-align:right;
}
.main-banner__phone-label {
	padding-left: 25px;
	position:relative;	
}
.main-banner__phone-label:before {
	content:"";
	display:block;
	background: url('/local/templates/region/css/autoload/assets/main-banner/phone.png') no-repeat left center;
	position:absolute;
	top:-2px;
	left:0;
	width:18px;
	height:22px;
}

.main-banner__phone{
	color:#fff;
	font-weight:700;
	text-decoration:none;
	white-space:nowrap;
}

.main-banner__postcard {
	display:inline-flex;
	color:#fff;
	border:1px solid #fff;
	border-radius:0;
	padding:8px 24px;
	align-items:center;
	text-decoration: none;
}
.main-banner__postcard:hover {
	background:rgba(255,255,255,0.1);
}
.main-banner__postcard-view {
	padding-right:16px;	
}
.main-banner__postcard-icon{
	height:24px;
	vertical-align:middle;
	font-size:0;
}
.main-banner__zab {
	width: 392px;
	align-self: flex-end;
	margin-right: 16px;
}

.main-banner__container_zab {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {

}


@media screen and (max-width: 1024px) {
	.main-banner {
		height:auto;
	}
	.main-banner__container {
		padding-top:0;
		padding-bottom:32px;
	}
	.main-banner__popup{
		margin:-32px auto 0;
		padding:16px 8px;
		box-sizing:border-box;
		transition:none;
	}	
	.main-banner__logo {
		display:none;
	}
	.main-banner__title{
		font-size:18px;
		text-align:center;
		max-width:none;
	}
	.main-banner__text{
		display:none;
	}
	.main-banner__l-phone{
		text-align:center;
	}

	.main-banner__action{
		text-align:center;
	}

	.main-banner__container_zab {
		flex-direction: column;
		align-items: center;
	}

	.main-banner__zab {
		width: 392px;
		align-self: center;
		margin-right: 0;
		margin-top: 20px;
	}
}


@media screen and (max-width: 768px) {
	.main-banner__popup{	
		width:92%;
		margin:-32px auto 0 ;
	}

	.main-banner__action {
        margin-top: 16px;
        text-align: center;
		font-size:14px;
		line-height:1.2;
    }
}

@media screen and (max-width: 480px) {
	.main-banner__zab {
		width: 240px;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/main-tabs.css?15459037141706*/
.main-tabs__menu {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.main-tabs__menu-item {
    text-decoration: none;
    box-sizing: border-box;
    color: #ad5a55;
    width: 32.6%;
    background-color: #F5F5F5;
    border-top: 7px solid #CCCCCC;
    position: relative;
    border-bottom: 12px solid #fff;
    display: flex;
    align-items: center;
    height: 140px;
    cursor: pointer;
}

.main-tabs__menu-item h3 {
    color: #666;
    max-width: 240px;
    padding-right: 10px;
}

.main-tabs__img {
    height: 50px;
    margin: 0 20px 0 8%;
    max-width: 65px;
    fill: #666;
    flex-shrink: 0;
}

.main-tabs__menu-item:hover .main-tabs__img {
    fill: #ad5a55;
}

.main-tabs__menu-item:hover h3 {
    color: #ad5a55;
}

.main-tabs__menu-item_active {
    background-color: #F2EFEE;
    border-top: 7px solid #ad5a55;
    border-bottom: 12px solid #F2EFEE;
    color: #ad5a55;
}

.main-tabs__menu-item_active h3 {
    color: #ad5a55; 
}

.main-tabs__menu-item_active .main-tabs__img {
    fill: #ad5a55;
}

.main-tabs__text-item {
    padding: 30px;
    background-color: #F2EFEE;
}

@media screen and (max-width: 992px) {
    .main-tabs__menu-item h3 {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .main-tabs__menu {
        flex-direction: column;
    } 
    
    .main-tabs__menu-item {
        width: 100%;
        height: 100px;
        border-bottom: 0;
    }

    .main-tabs__menu-item h3 {
        max-width: 100%;
    }

    .main-tabs__text-item {
        padding: 5px 30px 30px;
    }

    .main-tabs__img {
        height: 45px;
    }
}
/* End */


/* Start:/local/templates/region/css/autoload/mobile-bar.css?1544454336362*/
.mobile-bar {
	
}

.mobile-bar__close{
	display:flex;
	align-items:center;
	padding:16px 0;
	border-bottom:1px solid #ad4666;
}
.mobile-bar__close-icon .icon {
	fill:#ad5a55;
	font-size:20px;
}

.mobile-bar__close-label{
	padding-left:16px;
	color:#ad4666;
	font-family:'Open Sans','Arial','Sans-Serif';
	font-weight:400;
}

.mobile-bar__menu{
	margin-top:0px;
}
/* End */


/* Start:/local/templates/region/css/autoload/mobile-menu.css?15447009181285*/
.mobile-menu {
	padding:0;
	margin:0;
	list-style:none;
}

.mobile-menu__item {
	border-bottom: 1px solid #d1cdc5;
	line-height:48px; 
	position:relative;
}

.mobile-menu__arrow-tap {
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	background-color: transparent;
	
}
.mobile-menu__arrow {
	background-image: url('/local/templates/region/css/autoload/assets/mobile-menu/title-switch.png');
	position: absolute;
	top: 16px;
	width: 16px;
	height: 16px;
	right: 6%;
	left: auto;
	background-color: transparent;
}

.mobile-menu__item_active .mobile-menu__arrow{
	background-position:0 16px;
	top: 20px;
}

.mobile-menu__link {
	text-decoration:none;
	text-transform:uppercase;
	color:#5f574b;
	font-family:'Open Sans','Arial','Sans-Serif';
	font-weight:600;
	font-size:12px;
	display:block;
	line-height:1.4;
	padding:16px 0;
}
.mobile-menu__sub{
	display:none;
	padding:0;
	margin:0 0 16px 0;
	list-style:none;	
}
.mobile-menu__item_multi > .mobile-menu__sub{
	margin-left:16px;
}
.mobile-menu__item_active .mobile-menu__sub{
	display:block;
}


.mobile-menu__subitem{
	line-height:1.4;
	padding:2px 0;
}
.mobile-menu__sub .mobile-menu__link{
	text-transform:none;
}

.mobile-menu__subitem .mobile-menu__subitem {
	
}
.mobile-menu__subitem .mobile-menu__subitem .mobile-menu__link {
	font-weight:400;
}
/* End */


/* Start:/local/templates/region/css/autoload/nowrap.css?154470120932*/
.nowrap {
	white-space:nowrap;
}
/* End */


/* Start:/local/templates/region/css/autoload/order-action.css?1549459455964*/
.order-action h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.order-action__item {
    display: flex;
    min-height: 80px;
    width: 100%;
    background-color: #f3efee;
    align-items: center;
    margin-bottom: 8px;
}

.order-action__item img {
    height: 60px;
    padding: 0 35px;
}

.order-action__item p {
    width: 100%;
    padding-right:32px;
	box-sizing:border-box;
}

@media screen and (max-width: 768px) {
    .order-action__item img {
        height: 40px;
        padding: 0 25px;
    }

    .order-action h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .order-action__item {
        display: block;
        padding: 8px;
        box-sizing: border-box;
    }

    .order-action__item img {
        margin-top: 16px;
        float: left;
    }

    .order-action__item p {
        width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
    }
}
/* End */


/* Start:/local/templates/region/css/autoload/p-main.css?15444566502329*/
.p-main {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	font-family: 'Open Sans', 'Arial', 'Sans-Serif';
}

.p-main__title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 32px 0 16px;
}

.p-main__title_first {
	margin-top: 0;
}

.p-main__desc {
	font-size: 15px;
	line-height: 1.4;
	color: #333;
}

.p-main__big-blocks {
	display: flex;
}

.p-main__tabs {
	flex-grow: 1;
	width: 50%;

	box-sizing: border-box;
	padding-right: 8px;
}

.p-main__big-blocks-links {
	max-width: 500px;
	width: 50%;
	box-sizing: border-box;
	padding-left: 8px;
}

.p-main__big-blocks-links h2 {
	color: #ad5a55;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
}

.p-main__big-blocks-link {
	padding: 8px 0;
	box-sizing: border-box;
	height: 18%;
}

.p-main__big-blocks-link:first-child {
	padding-top: 0;
}

.p-main__big-blocks-link2 {
	box-sizing: border-box;
	padding-top: 8px;
	height: 28%;
}

.p-main__guarantee {
	margin: 15px auto;
	font-family: Georgia;
	font-style: italic;
	text-align: center;
	max-width: 1024px;
}


.p-main__half {
	display: flex;
	margin: 32px 0;
}

.p-main__half-col {
	width: 49%;
}

.p-main__half-col_first {
	padding-right: 1%;
}

.p-main__half-col_last {
	padding-left: 1%;
}

.p-main__news {
	margin: 32px 0;
}

.p-main__section {
	margin: 32px 0;
}

@media screen and (min-width:1382px) {}


@media screen and (min-width:1024px) and (max-width: 1382px) {
	.p-main__title {
		font-size: 28px;
	}
}


@media screen and (max-width: 1024px) {
	.p-main__title {
		font-size: 20px;
		text-align: center;
	}
}


@media screen and (max-width: 768px) {
	.p-main__title {
		font-size: 14px;
	}

	.p-main__desc {
		font-size: 12px;
		padding: 1px 0;
	}

	.p-main__big-blocks {
		flex-direction: column;
	}

	.p-main__tabs {
		padding: 0;
		width: 100%;
	}

	.p-main__big-blocks-links {
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin-top: 32px;
	}

	.p-main__big-blocks-links h2 {
		font-size: 18px;
	}

	.p-main__big-blocks-link {
		padding: 4px 0;
	}

	.p-main__half {
		flex-direction: column;
	}

	.p-main__half-col {
		width: 100%;
	}

	.p-main__half-col_first {
		padding-right: 0;
	}

	.p-main__half-col_last {
		padding-left: 0;
		margin-top: 16px;
	}

	.p-main__why-us {
		margin: 0 -16px;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/packege-list.css?15445996881112*/
.package-list h3 {
	margin: 12px 0 0 0;
	display: block
}

.package-list__wrap {
	display: flex;
	justify-content: space-between;
	margin: 28px 0 48px 0;
}

.package-list__item {
	width: 24%;
	text-align: center;
	border: 1px solid #ad5a55;
}

.package-list__title {
	font-size: 24px;
	background: #fff;
	display: inline-block;
	padding: 4px 16px;
	font-weight: 700;
	transform: translateY(-16px);
	text-transform: uppercase;
}

.package-list__desc {
	margin: 4px auto 8px;
	max-width: 164px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #999;
}


.package-list__more {
	transform: translateY(20px);
}

@media screen and (min-width:1382px) {}


@media screen and (min-width:1024px) and (max-width: 1382px) {}


@media screen and (max-width: 1024px) {
	.package-list__title {
		font-size: 20px;
	}

	.package-list__desc {
		font-size: 14px;
		margin: 0 auto;
	}
}


@media screen and (max-width: 768px) {
	.package-list__wrap {
		flex-wrap: wrap;
		margin: 0px 0 12px 0;
	}

	.package-list__item {
		width: 100%;
		margin: 24px 0;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/page.css?15899650284864*/
.page {}

.page__mobile-menu {
	display: none;
}

.page__desktop {}

.page__header {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 186px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 25;
}

.page__mobile-search {
	position: fixed;
	width: 100%;
	z-index: 30;
	bottom: -80px;
	background-color: #ad5a55;
	left: 0;
	display: none;
}

.page__mobile-menu {
	display: none;
	position: fixed;
	width: 300px;
	padding: 0 24px;
	box-sizing: border-box;
	z-index: 27;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: #eeebe4;
	overflow-y: scroll;
}

.page__header-info {
	height: 136px;
}

.page__header-menu {
	background-color: rgba(87, 35, 31, .5);
}

.page__content {
	margin-top:186px;
}

.page__container{


    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;	
}

.page__footer {
	width: 100%;
	background: #eeebe4;
	background-size: auto auto;
	padding-top: 50px;
	background-size: 100% 100%;
	border-top: 1px solid #d8d6d1;
	position: relative;
	z-index: 10;
}

.page__todo > p {
	margin: 0;
}

.page__todo_dspn {
	display: none;
}

.page__header-mobile {
	display: none;
	position: fixed;
	align-items: center;
	width: 100%;
	background: #ad5a55;
	box-shadow: 0 1px 4px rgba(129, 67, 64, 0.72);
	padding: 8px;
	box-sizing: border-box;
	height: 50px;
	z-index: 25;
	top: 0;
}

.page__header-mobile-bars {
	width: 50px;
	text-align: center;
	color: #fff;
}

.page__header-mobile-bars .icon {
	font-size: 28px;
	padding: 8px;
}

.page__header-mobile-title {
	flex-grow: 1;
	text-align: center;
}

.page__header-mobile-title-img {
	height: 48px;
}

.page__header-mobile-gerb {
	margin-left: 8px;
}

.page__header-mobile-gerb-img {
	height: 32px;
}

.page__contacts {
	margin: 30px 0;
}

.page__morgues {
	margin: 30px 0;
}

.page__contacts p {
    text-transform: uppercase;
    color: #919191;
}

.page__half {
	
    flex-direction: row-reverse;
	margin: 32px 0 0 0;
	justify-content: space-between;
}

.page__half-col {
	float: right;
	width: 60%;
	max-width: 600px;
	margin-left: 16px;
}

.page__allowance__title{
	margin-bottom: 0;
}

.page__allowance__wrap {
	display: flex;
	align-items: center;
}

.page__allowance-right{
	max-width: 436px;
	width: 100%;
	flex-shrink: 0;
	margin-left: 32px;
	margin-top: 14px;
	align-self:flex-start;
}

.page__contacts-value{
	color:#ad5a55;
}


.page__inner {
	padding:2px 0 48px;
}
.page__inner h1 {
	font-family: "Open Sans",Arial,sans-serif;
	font-weight: 700;
	color: #AD5A55;
	text-align: center;
	width: 100%;
	position: relative;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0.7em 0 1.2em;
}

.page__inner h2 {
	color: #ad5a55;
	font-size: 22px;
	font-weight: 900;
	font-family: "Open Sans",Arial,sans-serif;
	text-transform: none;
	text-align: left;
	margin: 0.9em 0;
}

.page__inner h3 {
	color: #ad5a55;
	font-size: 18px;
	font-family: "Open Sans",Arial,sans-serif;
	margin: 16px 0;
	font-weight:700;
}
.page__inner strong {
	font-weight:400;
}



@media screen and (max-width: 1024px) {
	.page__allowance__wrap {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.page__allowance__title {
		margin-bottom: 16px;
	}

	.page__allowance-right {
		width: 100%;
		margin: 0;
		max-width: 100%;
	}

	.page__allowance-right img {
		width: 100%;
	}

	.page__header {
		position: static;
		height: 128px;
	}

	.page__header_sub {
		height: 0;
	}

	.page__content {
		margin-top: 0;
	}

	.page__header {
		position: static;
	}

	.page__mobile-search_active {

		bottom: 0;
	}

	.page__mobile-menu_active {
		display: block;
	}

	.page__header-menu {
		display: none;
	}

	.page__header-mobile {
		display: flex;
		height: 50px;
	}

	.page__header-info {
		margin-top: 50px;
	}

	.page__footer {
		padding-top: 0;
	}

	.page__desktop_active {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.page__desktop_active:after {
		background-color: rgba(0, 0, 0, .24);
		content: "";
		width: 100vw;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.page__footer_active{
		display:none;
	}
}

@media screen and (max-width: 992px) {
	.page__contacts-wrap {
		display: flex;
		flex-direction: column;
		text-align: left;
	}
}

@media screen and (max-width: 768px) {	
	.page__half-col {
		float: unset;
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}

	.page__morgues {
		margin: 16px 0;
	}
	
	
	.page__footer {
		margin-bottom:54px;
	}

	.page__inner h1 {
		font-size: 19px;
	}

	.page__inner h2 {
		font-size: 17px;
	}

	.page__inner h3 {
		font-size: 15px;
	}	
}

@media screen and (max-width: 416px) {
	.page__header-mobile {
		height: 70px;
	}

	.page__header-info {
		margin-top: 70px;
	}

	.page__header-mobile-gerb-img {
		height: 54px;
	}

	.page__contacts-wrap {
		font-size: 13px;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/price-table.css?15452080415721*/

.price-table__table {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
	margin:40px 0;
}

.price-table__checkbox {
    display: none !important;
}

.price-table__label {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin:16px 0;
	display:block;
}
.price-table__label:after {
	content:"";
	clear:both;
	display:block;
}

.price-table__label-main{
	margin-top:32px !important;
	text-align:left;
}

.price-table__checkbox-custom {
	position: relative;    
	width: 35px;            
	height: 35px;            
	border: 1px solid #ededed;
    background-color: #f7f7f7;
    float: left;
    flex-shrink: 0;
    margin-top: 3px;
    margin-right: 16px;
    cursor: pointer;
}

.price-table__checkbox:checked + .price-table__checkbox-custom::before {
	content: "";         
	display: block;			 
	position: absolute;      
    background-color: #AD5A55;
    width: 12px;
    height: 3px;
    top: 18px;
    left: 7px;
    transform: rotate(45deg)
}

.price-table__checkbox:checked + .price-table__checkbox-custom::after {
	content: "";         
	display: block;			 
	position: absolute;      
    background-color: #AD5A55;
    width: 16px;
    height: 3px;
    top: 16px;
    left: 14px;
    transform: rotate(-45deg)
}

.price-table__item {
    width: 20%;
    z-index: 1;
    position: relative;
    
}

.price-table__header {
    width: 100%;
    height: 92px;
    background-color: #828282;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.4s;
}

.price-table__header::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: #828282;
    bottom: -8px;
    transform: rotate(45deg);
    left: 30px;
    transition: 0.4s;
}

.price-table__header::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #9b9b9b;
    right: 0;
    top: 0;
}

.price-table__item:last-child .price-table__header:before {
    content: '';
    display: none;
}

.price-table__price {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    transition: 0.4s;
}

.price-table__price p {
    display: inline-block;
    font-size: 30px;
    color: #7c7c7c;
}

.price-table__price span {
    font-size: 20px;
    margin: 8px 0 0 8px;
    color: #7c7c7c;
}

.price-table__list {
    width: 100%;
    background-color: #f4f4f4;
    margin: 0 !important;
    padding: 16px 0 28px 0;
    transition: 0.4s;
}

.price-table__list li{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    display: flex;
    list-style-type: none;
    margin: 10px  auto !important;
    position: relative;
    line-height: 17px !important;
}

.price-table__list li:last-child {
    margin-bottom: 0 !important;
}

.price-table__list li:last-child:before {
    display: none;
}

.price-table__list p {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    line-height: 16px;
    color: #828282;
}

.price-table__link {
    width: 100%;
    height: 70px;
    background-color: #AD5A55;
    display: flex;
    opacity: 0;
    position: absolute;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0;
    font-size: 24px;
    font-weight: 600;
    transition: 0.4s;
	/*
		pointer-events: none;
	*/
}


/* HOVER ЭФФЕКТ */

@media (min-width: 480px) {
	.price-table__item:hover {
		z-index: 2;
	}

	.price-table__item:hover .price-table__table {
		padding: 0;
	}

	.price-table__item:hover .price-table__header {
		background-color: #ad5a55;
		transform: scaleX(1.05)  translateY(-25px) ;
	} 

	.price-table__item:hover .price-table__header::before  {
		display: none;
	}

	.price-table__item:hover .price-table__header::after {
		background-color: #AD5A55;
		opacity: 0;
	}

	.price-table__item:hover .price-table__price {
		background-color: #f4f4f4;
		transform: scaleX(1.05)  translateY(-25px) ;
	}

	.price-table__item:hover .price-table__price span{
		color: #AD5A55;
	}

	.price-table__item:hover .price-table__price p{
		color: #AD5A55;
		font-weight: 600;
	}

	.price-table__item:hover .price-table__list {
		background-color: #fff;
		transform: scaleX(1.05)  translateY(-25px) ;
		
	}

	.price-table__item:hover .price-table__list span{
		color: #AD5A55;
	}

	.price-table__item:hover .price-table__list p{
		color: #000;
	}

	.price-table__item:hover .price-table__link {
		display: flex;
	}

	.price-table__item:hover .price-table__link {
		opacity: 1;
		width: 105%;
		transform:  translateX( -6px) translateY(-25px);   
		pointer-events: auto;
	}
}

.price-table__cards {
    width: 38%;
    position: absolute;
    bottom: -10px;
    left: 0;
}


.price-table__warning {
    text-align: center;
}

.price-table__warning span {
    color: #ad5a55;
}


@media (max-width: 1366px) {
    .price-table__table {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .price-table__item {
        width: 33.33%;
        margin-top: 20px;
    }

    .price-table__cards {
        position: static;
        width: 100%;
        margin-top: 24px;
    }
}



@media (max-width: 1140px) {

}

@media (max-width: 768px) {
	.price-table__label-main{
		font-size:14px;
		color: #3a3329;
		font-weight: 400;
		line-height: 21px;
		text-align: justify;
	}
    .price-table__item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .price-table__item {
        width: 100%;
    }
	
	.price-table__link {
		position:static;
		opacity:1;
	}
}



/* End */


/* Start:/local/templates/region/css/autoload/region-selector.css?15474745501281*/
.region-selector {
	font-size: 17px;
	padding: 32px 32px 64px;
	width: 560px;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff /* url(/local/templates/region/css/autoload/assets/region-selector/bg.png) right -104px center no-repeat */
}

.region-selector__title {
	text-transform: uppercase;
	font-weight: 700;
}

.region-selector__list {
	position: relative;
	padding-top: 16px;
	column-count: 3;
}

.region-selector__item {
	padding-bottom: 8px;
	position: relative;
	width: 100%;
	break-inside: avoid-column;
}

.region-selector__link {
	color: #3a3329;
	border-bottom: 1px dashed #6c6253;
	text-decoration: none;
	display: inline-block;
}

.region-selector__link_closed {
	color: #aaa;
	border-bottom-color: transparent;
}

.region-selector__link:hover {
	color: #b15b57;
	border-bottom-color: #b15b57;
}

.region-selector__link_closed:hover {
	color: #aaa;
	border-bottom-color: transparent;
}

.region-selector__popup {
	padding: 0 !important;
}

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

@media screen and (max-width: 600px) {
	.region-selector {
		font-size: 17px;
		padding: 32px 48px 64px;
	}

	.region-selector__list {
		column-count: 2;
	}
}

@media screen and (max-width: 480px) {
	.region-selector__list {
		column-count: 1;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/right-image.css?1540974821835*/
.right-image{
	float:right;
	padding:0 0 16px 16px;
	max-height:320px;
	max-width:320px !important;
	width:100%;
}

.right-image_size_128{
	max-height:128px;
	max-width:128px !important;
}

.right-image_size_160{
	max-height:160px;
	max-width:160px !important;
}

.right-image_size_224{
	max-height:224px;
	max-width:224px !important;
}

.right-image_size_256{
	max-height:256px;
	max-width:256px !important;
}

.right-image_size_50perc {
	max-width:50% !important;
}
@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {

}


@media screen and (max-width: 1024px) {

}



@media screen and (max-width: 768px) {
	.right-image {
		width:64%;
		margin:0 auto;
		padding:0;
		float:none;
		display:block;
	}

	.right-image_size_50perc {
		width:100%;
		max-width:100% !important;
	}	
}
/* End */


/* Start:/local/templates/region/css/autoload/tab-info.css?15445094021376*/
.tab-info {
    width: 100%;
    margin-top: 32px;
}

.tab-info .l-tblock {
    margin-bottom: 10px;
}

.tab-info__text {
    background-color: #F2EFEE;
    padding: 50px;
    display: none;
}

.tab-info__text_active {
    display: block;
}

.tab-info__tabs {
    display: flex;
    justify-content: space-between;
}

.tab-info__tabs-item {
    background-color: #f2efee;
    border-top: 7px solid #a65047;
    display: flex;
    transition: all 0.2s;
    text-align: center;
    font-size: 0;
    width: calc(33.3% - 10px);
    text-decoration: none;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

.tab-info__title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    text-align: left;
    white-space: normal;
    max-width: 75%;
    min-width: 60%;
    margin-left: 15px;
    text-align: left;
}

.tab-info__icon img {
    height: 50px;
}

@media screen and (max-width: 1024px) {
    .tab-info__title {
        font-size: 19px
    }
}

@media screen and (max-width: 768px) {
    .tab-info__title {
        font-size: 16px
    }

    .tab-info__icon img {
        height: 40px;
    }

    .tab-info__tabs {
        flex-direction: column;
    }
}







/* End */


/* Start:/local/templates/region/css/autoload/table-scroll.css?1544603382177*/
.table-scroll {
    overflow: auto;
    margin: 0 -8px;
}

.table-scroll_dspn {
    display: none;
}

.table-scroll_last-ch td:last-child {
    white-space: nowrap;
}
/* End */


/* Start:/local/templates/region/css/autoload/tabs.css?15446210662315*/
.tabs {
	
}


.tabs__title{
	display:flex;
}
.tabs__title_center{
	justify-content:center;
}


.tabs__item_main{
	border-top:7px solid #ccc;
	margin:0 8px;
	cursor:pointer;
	background-color:#f5f5f5;
	height:96px;
	width:50%;
	color:#666;
	display:flex;
	align-items:center;
	justify-content: center;
}
.tabs__item_main:first-child{
	margin-left:0;
}
.tabs__item_main:last-child{
	margin-right:0;
}
.tabs__item_main.tabs__item_active{
	border-top:7px solid #a65047;
	background-color:#f2efee;
	cursor:default;
	color:#a65047;
}
.tabs__item_main:hover {
	color:#a65047;
}
.tabs__item_main:hover .icon{
	fill:#a65047;	
}
.tabs__item_main .tabs__link{
	text-transform:uppercase;
	margin-left:8px;
	font-size:21px;
	color:inherit;
}


.tabs__item_inline {
	cursor: pointer;
	border: 1px solid rgb(196,196,196);
	background: #eaeaea;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.07),inset 0 2px 0 0 rgba(255,255,255,0.004);
	transition: 0.3s;
	padding:8px 24px;
	width:200px;
	text-align:center;
	
}
.tabs__item_inline.tabs__item_active {
	background: #fbfbfb;
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.1);
}

.tabs__item_inline .tabs__icon{
	display:inline;
	vertical-align:middle;
	font-size:24px;
}
.tabs__item_inline.tabs__item_active .icon{
	fill:#a65047;
}

.tabs__item_inline .tabs__link{
	padding-left:4px;
	display:inline;
	vertical-align:middle;
}



.tabs__content{
}

.tabs__pane{
	display:none;
}

.tabs__pane_active{
	display:block;
}

.tabs__item_main .icon{
	font-size:46px;
	fill:#666;
}
.tabs__item_main.tabs__item_active .icon{
	font-size:46px;
	fill:#a65047;
}

.tabs__desc{
	margin:32px 0;
}
.tabs__desc p{
	text-align:center;
	margin:16px auto;
}

.tabs__star{
	color:#ad5a55;
}

@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {
	
}


@media screen and (max-width: 1024px) {
	.tabs__item_main{
		height:88px;
	}
	.tabs__item_main .tabs__icon{
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.tabs__item_main{
		height:64px;
		margin:0 4px;
	}
	.tabs__item_main .tabs__link{
		font-size:14px;
	}
	.tabs__item_main .icon{
		font-size:30px;
	}	
}

@media screen and (max-width: 416px) {
	.tabs__item_main{
		height:50px;
	}
	.tabs__item_main .tabs__link{
		font-size:11px;
	}
	
	.tabs__item_inline .tabs__icon {
		display:none;
	}
	
}
/* End */


/* Start:/local/templates/region/css/autoload/textarea.css?1563354902251*/
.textarea {
	box-sizing: border-box;
	outline: none;
	border: 1px solid #d7d7d7;
	padding: 16px;
	width: 100%;
	height: 96px;
	margin: auto;
	font-size: 14px;
	resize:none;
	font-family:'Arial','Sans-Serif'
}

.textarea_error{
	border-color:#eb5a46;
}
/* End */


/* Start:/local/templates/region/css/autoload/top-menu.css?15451227571678*/
.top-menu {
	height:50px;
	max-width:1382px;
	margin:0 auto;
	display:flex;
	position:relative;	
}

.top-menu__item {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	box-sizing:border-box;
}
.top-menu__item:last-child .top-menu__link:after {
	display:none;
}


.top-menu__item:hover {
	background-color:rgba(173, 90, 85, .6);
}
.top-menu__item_active {
	background-color:rgba(173, 90, 85, .6);
}

.top-menu__sub {
	position:absolute;
	top:50px;
	left:0;
	max-height:0px;
	overflow: hidden;
	transition: all 0.2s linear 0s;	
	opacity:0;
	box-shadow:3px 0 16px rgba(0, 0, 0, .23)
}
.top-menu__sub_right{
	right:0;
	left: auto;
}

.top-menu__item:hover .top-menu__sub {
	transition-delay: 0.1s;
	max-height:768px;
	opacity:1;
}

.top-menu__link{
	color:#fff;
	font-family:'Open Sans','Arial','Sans-Serif';
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	padding:0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	height:50px;
	position:relative;
	white-space:nowrap;
}

.top-menu__link:after{
	content:"";
	display:block;
	background-image:url('../../../../../../local/templates/region/css/autoload/assets/top-menu/border-right.png');
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	right:-1px;
	top:0;
	width:3px;
	height:100%;
}


@media screen and (min-width:1382px) {
	.top-menu__item:nth-child(1),
	.top-menu__item:nth-child(2),
	.top-menu__item:nth-child(3){
		position:relative;
	}
}


@media screen and (min-width:1024px) and (max-width: 1382px) {

}


@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 768px) {
	
}
/* End */


/* Start:/local/templates/region/css/autoload/typo.css?15529079092263*/
body {
    font-family: 'Open Sans','Arial',monospace;
    overflow-x: hidden;
}

input {
    outline: none;
}


table,  thead,  tr {
    min-width: 100%;
    border-spacing: 8px;
    max-width: 1218px;
}

th {
    padding: 12px;
    background-color: #EEDCDB;
    color: #282828;
    font-size: 16px;
}

thead td {
    padding: 10px;
    background-color: #EEDCDB;
    color: #282828;
}

td {
    padding: 10px;
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1d1d1b;
    margin:32px 0 24px 0;
}

h3 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    color: #ad5a55;
    display: inline-block;
}

p {
    color: #3a3329;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
}

li {
    color: #3a3329;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
}

a {
    color: #ad5a55;
    transition: 0.3s;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.285714285714286;
    letter-spacing: 0.02em;
    border: none;
    padding: 14px 25px;
    height: 46px;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 120px;
    color: #fff;
    background: #ad5a55;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    transition-duration: 0.2s, 0.1s, 1ms;
    cursor: pointer;
}

.btn:hover {
    color: #fff;
    background-color: #814340;
    text-decoration: none;
}

.p_m0 {
   margin: 0; 
}

img:not([src]) {
	visibility: hidden;
}
/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden;
	}
}


@media screen and (max-width: 768px) {
    h2 {
        font-size: 18px;
        line-height: 1.4375;
        text-align: center;
        margin: 16px 0;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }
	
    td, tr {
        font-size: 14px;
    }
}



/* End */


/* Start:/local/templates/region/css/autoload/what-for-agent.css?15444543362813*/
.what-for-agent {
	font-size:14px;
}

.what-for-agent_grey{
	background:#f3f3f3;
	border-top:4px solid #ad5a55;
}
.what-for-agent__title {
	color:#ad5a55;
	font-size:20px;
	padding:8px;
	font-weight:600;
}
.what-for-agent_grey .what-for-agent__title {
	text-align:center;
}
.what-for-agent__boxes {
	margin-top:8px;
	padding:0 24px 0 0;
	position:relative;
}
.what-for-agent_grey .what-for-agent__boxes {
	padding:0 0 0 16px;
}
.what-for-agent__box {
	display:none;
	flex-direction:row-reverse;
}
.what-for-agent_grey{
	flex-direction:row;
}
.what-for-agent__box_active {
	display:flex;
}
.what-for-agent__box-cell{
	width:50%;
}
.what-for-agent__box-cell:first-child{
	width:36%;
}
.what-for-agent__box-cell:last-child{
	width:64%;
}
.what-for-agent__view{
	width:90%;
}
.what-for-agent__saving{
	margin-top:8px;
	color:#ad5a55;
	font-size:13px;
}

.what-for-agent__text {
	padding:0 8px;
}
.what-for-agent__text p {
	font-size:14px;
	margin:8px 0;
	line-height:1.4;
}
.what-for-agent__text p:first-child {
	margin-top:0;
}
.what-for-agent__tabs {
	margin-top:16px;
	display:flex;
}

.what-for-agent__tab {
	width:33%;
	padding:12px 0 8px;
	box-sizing:border-box;
	position:relative;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
	font-size:12px;
	line-height:1;
}
.what-for-agent__tab:after {
	position:absolute;
	content:"";
	display:block;
	height:100%;
	background-color:transparent;
	width:92%;
	margin:0 auto;
	top:0;
	left:4%;
	border-top:2px solid #999;
	box-sizing:border-box;
	transition:all 0.2s ease;
	color:#999;
}


.what-for-agent__tab_active,
.what-for-agent__tab:hover {
	color:#ad5a55;
}
.what-for-agent__tab_active:after {
	border-top:4px solid #ad5a55;
	background-color:rgba(173, 90, 85, 0.1); 	
}
.what-for-agent__tab:hover:after {
	border-top:2px solid #ad5a55;
	background-color:rgba(173, 90, 85, 0.1); 
}

.what-for-agent__tab_active:hover:after {
	border-top:4px solid #ad5a55;
}

@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {	
}

@media screen and (max-width: 1280px) {
	.what-for-agent__text p {
		font-size:12px;
	}	
	.what-for-agent__saving{
		font-size:11px;
	}		
}
@media screen and (max-width: 1024px) {
	
	.what-for-agent__boxes{
		padding:0 16px;
	}
	.what-for-agent__box {
		flex-direction:column;
	}
	
	.what-for-agent__box-cell {
		width:100%;
	}
	.what-for-agent__box-cell:first-child{
		width:100%;
	}
	.what-for-agent__box-cell:last-child{
		width:100%;
	}	
	.what-for-agent__view img {
		max-height:25vh;
	}
	
	.what-for-agent__saving{
		font-size:13px;
	}	
	.what-for-agent__text{
		padding:8px 0 0;
	}
	.what-for-agent__text p {
		font-size:14px;
	}	
	.what-for-agent__tabs {
		flex-wrap:wrap;
	}
	.what-for-agent__tab {
		margin-top:8px;
	}
}


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

}


/* End */


/* Start:/local/templates/region/css/autoload/youtube.css?15445996881639*/
.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    border: 0;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.youtube__overlay-inner {
    background-color: rgba(173, 90, 85, 0.92);
    height: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    font-family: 'Open Sans', 'Arial', 'Sans-Serif';
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.youtube__overlay-inner:hover {
    background-color: rgba(176, 91, 87, 0.6);
}

.youtube_active .youtube__overlay {
    display: none;
}

.youtube__icon {
    font-size: 96px;
    width: 90px;
    margin: 0 auto;
}

.youtube__title {
    margin-top: 32px;
    font-size: 18px;
    text-transform: uppercase;

}

.youtube__subtitle {
    margin-top: 16px;
    font-size: 32px;
}

@media screen and (max-width: 1024px) {
    .youtube__title {
        margin-top: 4px;
        font-size: 12px;

    }

    .youtube__subtitle {
        margin-top: 8px;
        font-size: 22px;
    }
}


@media screen and (max-width: 768px) {
    .youtube__icon {
        font-size: 48px;
        width: 60px;
    }
}

@media screen and (max-width: 480px) {
    .youtube__icon {
        font-size: 48px;
        width: 40px;
    }
}
/* End */


/* Start:/local/templates/region/css/autoload/zabban_main.css?15831517758222*/
@font-face {
    font-family: 'Lato';
    src: url('../../../../../../local/templates/ritual/fonts/latoregular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../../../../../../local/templates/ritual/fonts/latobold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.zabban {
    font-family: 'Lato', Arial, sans-serif;
    position: relative;
    width: 256px;
    height: 256px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
}

.zabban::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all .35s ease;
    background-color: rgba(173, 90, 85, 1);
}

.zabban:hover::before {
    background-color: rgba(173, 90, 85, .8);
}

.zabban__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: all .65s ease;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}

.zabban__wrap_h {
    visibility: hidden;
    opacity: 0;
}


.zabban__wrap::before,
.zabban__wrap::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    opacity: 0;
    transition: all .35s ease;
}

.zabban__wrap::before {
    transform: scale(1, 0);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.zabban__wrap::after {
    transform: scale(0, 1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.zabban:hover .zabban__wrap::before,
.zabban:hover .zabban__wrap::after {
    transform: scale(1);
    opacity: 1;
}

.zabban__header {
    color: #ffff;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .35s ease;
    z-index: 1;
    position: relative;
    text-align: center;
    letter-spacing: 4.3px;
}

.zabban__header-inn {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    margin: 8px 0 4px;
}

.zabban__hover {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -0.56px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .35s ease;
    visibility: hidden;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height:1.5;
    font-weight: 600;
    font-family: "Open sans", Arial, sans-serif;
}

.zabban:hover .zabban__hover {
    opacity: 1;
    visibility: visible;
}

.zabban__slider {
    width: 100%;
    margin-top: 30px;
    height: 100px;
    transition: all .35s ease;
    transform: translateX(0%);
}

.zabban__slider_h {
    transform: translateX(calc(100% + 20px));
}

.zabban__slider .owl-item,
.zabban__slider .owl-stage,
.zabban__slider .owl-stage-outer {
    height: 100%;
}

.zabban__slider-item {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 12px;
    line-height: 1.4;
}

.zabban__slider-title {
    color: #3f6649;
    margin-bottom: 6px;
}

.zabban__slider-title span {
    font-size: 28px;

}

.zabban__slider-txt {
    color: #fff;
    letter-spacing: -0.2px;
    line-height: 1;
}

.zabban:hover .zabban__header,
.zabban:hover .zabban__slider,
.zabban:hover .zabban__title,
.zabban:hover .zabban__lightning,
.zabban:hover .zabban__img {
    opacity: 0;
    visibility: hidden;
}



.zabban__title {
    color: #181716;
    font-weight: 700;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100%;
    transition: all .35s ease;
}

.zabban__title-item {
    margin-top: 36px;
    position: relative;
}

.zabban__title-svg {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.zabban__title-svg_strike {
    width: 30px;
    top: 5px;
    left: 21px;
    height: 30px;
}

.zabban__title-svg_zero {
    width: 24px;
    top: -28px;
    left: 30px;
    height: 27px;
}

.zabban__title-svg_zero_v {
    opacity: 1;
    visibility: visible;
}

.zabban__title-svg-it {
    fill: none;
    stroke: #016C28;
    stroke-width: 13;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zabban__lightning {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 130px;
    transform: translate(-50%, -16%);
    z-index: 0;
    transition: all .35s ease;
}


.zabban_v {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.zabban_v .zabban__header {
    background-color: rgba(255, 255, 255, 1);
    border: 4px solid rgba(173, 90, 85, 1);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 48%;
}

.zabban_v .zabban__header img {
    width: 100%;
    margin: 0;
}

.zabban_v .zabban__wrap {
    position: static;
    display: flex;
    padding: 0;
}

.zabban_v .zabban__slider-item {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    margin-top: 0;
    display: flex;
    align-items: center;
    padding: 0 6px;
    justify-content: center;
	text-align:left;
}

.zabban_v .zabban__slider {
    width: 52%;
    margin-top: 0;
    height: auto;
}

.zabban_v .zabban__hover {
    width: calc(100% - 34px);
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

.zabban_l .zabban__header {
    width: 340px;
}


.zabban__right {
    width: calc(100% - 340px);
    position: relative;
}

.zabban_l .zabban__slider-item {
    font-size: 40px;
}

.zabban_l .zabban__title {
    flex-direction: row;
    display: flex;
    width: 100%;
}

.zabban_l .zabban__title-item {
    margin-top: 0;
    margin-left: 6px;
}

.zabban .zabban__wrap_l {
    position: absolute;
}

.zabban_l .zabban__slider {
    width: 100%;
}

.zabban__right .zabban__wrap::before,
.zabban__right .zabban__wrap::after {
    display: none;
}

.zabban__img {
    display: none;
    transition: all .35s ease;
}

@media (max-width: 992px) {
    .zabban_l .zabban__header {
        width: 240px;
    }

    .zabban__right {
        width: calc(100% - 240px);
    }

    .zabban_l .zabban__slider-item {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .zabban_l .zabban__header {
        width: 200px;
    }

    .zabban__right {
        width: calc(100% - 200px);
    }

    .zabban_l .zabban__slider-item {
        font-size: 26px;
    }

    .zabban_l .zabban__title {
        font-size: 20px;
    }

    .zabban_l .zabban__title-svg_strike {
        width: 20px;
        top: 2px;
        left: 14px;
        height: 20px;
    }

    .zabban_l .zabban__title-svg_zero {
        width: 18px;
        top: -22px;
        left: 22px;
        height: 20px;
    }
    .youtube__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80%;
  }
  .youtube{
      padding-bottom: 27.25%;
  }
  
}

@media (max-width: 600px) {
    .zabban__img {
        display: block;
        width: 100%;
        flex-shrink: 0;
        background-color: #fff;
        align-self: flex-start;
        border: 4px solid #FFCC00;
        border-bottom: 0;
        box-sizing: border-box;
        padding: 14px;
    }

    .zabban__img img {
        width: 100%;
        margin: 0;
    }

    .zabban_l .zabban__header {
        display: none;
    }

    .zabban_l {
        height: 200px;
    }

    .zabban_l .zabban__right {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .zabban .zabban__wrap_l {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .zabban_v .zabban__wrap {
        flex-direction: column;
    }

    .zabban_l > .zabban__wrap {
        flex-direction: row;
    }

    .zabban_v .zabban__slider {
        width: 100%;
        display: flex;
        padding-bottom: 6px;
    }

    .zabban_l .zabban__slider {
        padding-bottom: 0px;
        height: 100%;
    }

    .zabban_v .zabban__header {
        width: 100%;
    }

    .zabban_l {
        height: 170px;
    }

    .zabban_l .zabban__slider-item {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .zabban_l {
        height: 150px;
    } 
	.zabban__hover{
		font-size:14px;
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/zabban_zb2.css?15831526841123*/
.zabban_zb2:before {
	background-color: rgba(173, 90, 85, 1);	
}

.zabban_zb2:hover:before{
	background-color: rgba(173, 90, 85, 0.8);	
}
.zabban_zb2.zabban_v .zabban__header{
	border-color: rgba(173, 90, 85, 1);	
}

.zabban_zb2 .zabban__hover {
	color:#fff;
}

.zabban_zb2 .zabban__slider-item {
	color:#fff;
	font-size: 26px;
	line-height: 1.1;
	text-align: left
}
.zabban_zb2 .zabban__slider_header .zabban__slider-item {
	font-size: 15px;
}
.zabban_zb2 .zabban__slider_header .zabban__slider-item > span {
	padding-left:16px;
}
.zabban_zb2 .zabban__slider-item > span {
	position:relative;
	padding-left:24px;
}
.zabban_zb2 .zabban__slider-item > span:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:calc(-10% + 4px);
	width:3px;
	height:120%;
	background:#fff;
}
.zabban_zb2 .zabban__wrap:before,
.zabban_zb2 .zabban__wrap:after {
	border-color:#fff;
}

@media screen and (max-width:1000px) {



}

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

}

@media screen and (max-width: 480px) {

	.zabban_zb2 .zabban__slider-item {
		color:#fff;
		font-size: 18px;
		line-height: 1.1;
		text-align: left
	}
}
/* End */


/* Start:/local/templates/region/css/autoload/zb2.css?15828987792342*/
.zb2 {
	width:256px;
	max-width:100%;
	color:#fff;
	display:block;
	text-decoration:none;
	transition:none;
}

.zb2__inline {
	
}

.zb2__hover {
	display:none;
}

.zb2 {
	background-image:url(/local/templates/region/css/autoload/assets/zb2/zont.png);	
	background-repeat:no-repeat;
	background-size:64%;
	background-position:center;
}

.zb2:hover .zb2__inline {
	display:none;
}
.zb2:hover .zb2__hover {
	display:block;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	text-align:center;
}

.zb2__more {
}

.zb2__wrapper:before,
.zb2__wrapper:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    opacity: 0;
    transition: all .35s ease;
}

.zb2__wrapper:before {
    transform: scale(1, 0);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
	z-index:1;
}

.zb2__wrapper:after {
    transform: scale(0, 1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.zb2:hover .zb2__wrapper:before,
.zb2:hover .zb2__wrapper:after {
    transform: scale(1);
    opacity: 1;
}


.zb2__wrapper{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%; 
    display: flex;
    justify-content: center;
}

.zb2__content {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(173, 90, 85, 1);	
}
.zb2:hover .zb2__content {
	background-color: rgba(173, 90, 85, 0.8);	
}

.zb2__header{
	margin:32px 16px 16px;
	height:48px;
	background-image:url(/local/templates/region/css/autoload/assets/zb2/zabota.svg);
	background-size:contain;
	background-repeat:no-repeat;
	transition:all 0.2s ease;
}
.zb2__header img{
	height:100%;
	width:auto;
}

.zb2__items{
	padding:0 16px;
	transition:all 0.2s ease;
}

.zb2__item {
	margin-top:24px;
	position:relative;
	padding-left:24px;
}
.zb2__number{
	font-size:1.5em;	
	font-weight:700;
}

.zb2__item:first-child {
	/* margin-top:0; */
}

.zb2__item:before {
	content:"";
	display:block;
	width:2px;
	height:100%;
	background:#fff;
	left:0;
	top:2px;
	position:absolute;
}
.active-2{
   display: none;
}
@media screen and (max-width:1000px) {
	
}

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

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 350px) {
	.zb2__header{
		margin-top:24px;
	}
	.zb2__items{
		font-size:15px;
		margin-top:24px;
	}
}
/* End */

.input{background: #fff;
   color: #000;}

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1540974927659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */
/* /local/templates/region/vendor/normalize.css?15444543376138 */
/* /local/templates/region/vendor/fancybox3/jquery.fancybox.min.css?154445433713841 */
/* /local/templates/region/vendor/owl.carousel.min.css?15790919823351 */
/* /local/templates/region/css/autoload/advantages.css?15447001771720 */
/* /local/templates/region/css/autoload/arr-block.css?15459205481485 */
/* /local/templates/region/css/autoload/arr-price.css?15444543361865 */
/* /local/templates/region/css/autoload/block-hide.css?15459205482192 */
/* /local/templates/region/css/autoload/btn-rui.css?1544599688774 */
/* /local/templates/region/css/autoload/calc-pd.css?15445094026565 */
/* /local/templates/region/css/autoload/cemetery-what-video.css?15444543361568 */
/* /local/templates/region/css/autoload/cities.css?15536718374492 */
/* /local/templates/region/css/autoload/field.css?1544454336277 */
/* /local/templates/region/css/autoload/fix-footer.css?1544603382609 */
/* /local/templates/region/css/autoload/footer.css?15451151793102 */
/* /local/templates/region/css/autoload/form.css?15444543361778 */
/* /local/templates/region/css/autoload/half-block.css?15444543361146 */
/* /local/templates/region/css/autoload/header-region-selector.css?1544454336993 */
/* /local/templates/region/css/autoload/header.css?15475395061638 */
/* /local/templates/region/css/autoload/icon.css?1544454336139 */
/* /local/templates/region/css/autoload/input.css?1544454336233 */
/* /local/templates/region/css/autoload/l-arr-price.css?1544599688414 */
/* /local/templates/region/css/autoload/logo.css?1544698933598 */
/* /local/templates/region/css/autoload/main-banner.css?15790919823191 */
/* /local/templates/region/css/autoload/main-tabs.css?15459037141706 */
/* /local/templates/region/css/autoload/mobile-bar.css?1544454336362 */
/* /local/templates/region/css/autoload/mobile-menu.css?15447009181285 */
/* /local/templates/region/css/autoload/nowrap.css?154470120932 */
/* /local/templates/region/css/autoload/order-action.css?1549459455964 */
/* /local/templates/region/css/autoload/p-main.css?15444566502329 */
/* /local/templates/region/css/autoload/packege-list.css?15445996881112 */
/* /local/templates/region/css/autoload/page.css?15899650284864 */
/* /local/templates/region/css/autoload/price-table.css?15452080415721 */
/* /local/templates/region/css/autoload/region-selector.css?15474745501281 */
/* /local/templates/region/css/autoload/right-image.css?1540974821835 */
/* /local/templates/region/css/autoload/tab-info.css?15445094021376 */
/* /local/templates/region/css/autoload/table-scroll.css?1544603382177 */
/* /local/templates/region/css/autoload/tabs.css?15446210662315 */
/* /local/templates/region/css/autoload/textarea.css?1563354902251 */
/* /local/templates/region/css/autoload/top-menu.css?15451227571678 */
/* /local/templates/region/css/autoload/typo.css?15529079092263 */
/* /local/templates/region/css/autoload/what-for-agent.css?15444543362813 */
/* /local/templates/region/css/autoload/youtube.css?15445996881639 */
/* /local/templates/region/css/autoload/zabban_main.css?15831517758222 */
/* /local/templates/region/css/autoload/zabban_zb2.css?15831526841123 */
/* /local/templates/region/css/autoload/zb2.css?15828987792342 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1540974927659 */
