

/* Start:/local/templates/gup/vendor/normalize.css?17585466506487*/
/*! 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;
}

/* End */


/* Start:/local/templates/gup/vendor/fancybox/jquery.fancybox.min.css?175854665012795*/
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;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;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:transform,opacity;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{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;transform-origin:top left;transition-property:transform,opacity;-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:grab}.fancybox-is-grabbing .fancybox-content{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:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property: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;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.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{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}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;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;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.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-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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:rgba(0,0,0,0);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/gup/vendor/owl/assets/owl.carousel.min.css?17585466503351*/
/**
 * 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/gup/vendor/owl/assets/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/gup/vendor/owl/assets/owl.theme.default.min.css?17585466501013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/gup/vendor/owl/assets/owl.theme.slider2.css?17585466502984*/
/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* * Default theme - Owl Carousel CSS File */
 .owl-theme-slider2 .owl-nav {
     text-align: center;
     -webkit-tap-highlight-color: transparent;
}
 .owl-theme-slider2 .owl-nav [class*='owl-'] {
     color: var(--c-dark);
     font-size: 14px;
     margin: 5px;
     padding: 4px 7px;
     background: #D6D6D6;
     display: inline-block;
     cursor: pointer;
     border-radius: 3px;
}
 .owl-theme-slider2 .owl-nav [class*='owl-']:hover {
     transition:all 0.2s ease;
     text-decoration: none;
}
 .owl-theme-slider2 .owl-nav .disabled {
     opacity: 0.5;
     cursor: default;
}
 .owl-theme-slider2 .owl-dots {
     margin-top: 10px;
}
 .owl-theme-slider2 .owl-dots {
     text-align: center;
     -webkit-tap-highlight-color: transparent;
}
 .owl-theme-slider2 .owl-dots .owl-dot {
     display: inline-block;
     zoom: 1;
     *display: inline;
}
 .owl-theme-slider2 .owl-dots .owl-dot span {
     width: 10px;
     height:10px;
     margin: 4px;
     background: var(--c-dark);
     border: 2px solid #fff;
     display: block;
     -webkit-backface-visibility: visible;
     transition: all 200ms ease;
     border-radius: 30px;
}
 .owl-theme-slider2 .owl-dots .owl-dot.active span, 
 .owl-theme-slider2 .owl-dots .owl-dot:hover span {
     background: #fff;
     border :2px solid var(--c-dark);
}
 .owl-theme-slider2 .owl-nav {
     pointer-events:none;
     position:absolute;
     top:calc(50%);
     transform:translateY(-50%);
     width:100%;
     margin:0;
}
 .owl-theme-slider2 .owl-nav button.owl-next {
     position:absolute;
     right:calc(var(--p));
     font-size:32px;
     width:calc(var(--p) * 1.5);
     height:calc(var(--p) * 3);
     background-image:url(/local/templates/gup/vendor/owl/assets/right.png);
     background-size:contain;
     background-position:center;
     background-repeat:no-repeat;
     pointer-events:auto;
     margin:0;
     transform: translateY(-50%);
}
 .owl-theme-slider2 .owl-nav button.owl-prev {
     position:absolute;
     left:calc(var(--p));
     font-size:32px;
     width:calc(var(--p) * 1.5);
     height:calc(var(--p) * 3);
     background-image:url(/local/templates/gup/vendor/owl/assets/left.png);
     background-size:contain;
     background-position:center;
     background-repeat:no-repeat;
     pointer-events:auto;
     margin:0;
     transform: translateY(-50%);
}
 .owl-theme-slider2 .owl-nav button.owl-prev:hover, 
 .owl-theme-slider2 .owl-nav button.owl-next:hover {
     background-color:transparent;
     opacity:0.5;
}
 .owl-theme-slider2 .owl-nav button {
     display:flex;
     width:100%;
     height:100%;
     align-items:center;
     justify-content:center;
}
 .owl-theme-slider2 .owl-nav button img {
     width:50%;
}
 .owl-theme-slider2 .owl-item img {
     max-height:none;
}
 .owl-theme-slider2 .owl-nav button.owl-prev span{
}
 .owl-theme-slider2 .owl-nav button.disabled{
     opacity:0.5;
}
 
/* End */


/* Start:/local/templates/gup/vendor/slick/slick.css?17585466504921*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/gup/vendor/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/gup/vendor/slick/./fonts/slick.eot');
    src: url('/local/templates/gup/vendor/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/gup/vendor/slick/./fonts/slick.woff') format('woff'), url('/local/templates/gup/vendor/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/gup/vendor/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/gup/css/autoload/_style.css?17585466501930*/
:root {
	--fancybox-opacity: 0.8;
	
	--c-header-bg: #ececec;
	--c-header-text: #333;	
	--c-header-mobile-bg:#018bd3;
	--c-header-mobile-text:#fff;
	
	--c-logo-title: #333;	
	--c-logo-desc: #333;	
	
	--c-primary: #018bd3;
	--c-primary-hover: #018bd3;
	
	--c-primary-op: rgba(1, 139, 211, 0.8);
	--c-primary-op-hover: rgba(1, 139, 211, 1);
	
	--c-primary-light:#ececec;
	--c-primary-light-hover:#e1e1e1;
		
	--c-accent: #D91521;
	--c-accent-hover: #c2121c;
	
	--c-accent2: #FDDB3F;
	--c-accent2-hover: #FDDB3F;
	
	--c-accent2-opacity: rgba(253, 219, 63, 0.96);
	--c-accent2-opacity-hover: rgba(253, 219, 63, 1);
	
	--c-grey-text: #9f9b97;
	--c-grey-text-hover: #9f9b97;
	
	--c-grey: #f0f1f2;
	--c-grey-hover: #f4f5f7;
	
	--c-black: #333;
	--c-black-hover: #000;
	
	--c-footer-bg: #333;
	--c-footer-text: #9f9b97;	
}

a {
	color:var(--c-accent);
	transition:all 0.2s ease;
}
a:hover {
	color:var(--c-accent-hover);
}

a[href^="tel:"] {
	white-space:nowrap;
}
ymaps a{
	text-decoration:underline !important;
}
body {
	font-weight:400;
	font-family:'Commissioner',sans-serif;
	color:var(--c-black);
}

img {
	max-width:100%;
	vertical-align:top;
}

h1,.h1 {
	color:var(--c-black);
	font-weight:700;
	text-transform:uppercase;
}

h2,.h2 {
	color:var(--c-black);
	font-weight:700;
	text-transform:uppercase;
}
h3,.h3 {
	color:var(--c-black);
	font-weight:700;
	text-transform:uppercase;
}

p {
	text-align:left;
}
p,li,td,th {
	font-size:16px;
	line-height:1.3;
}

textarea:focus,
textarea:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
	outline:0;
}

.fancybox-content {
	padding:0 !important;
	
}
@media screen and (max-width:1000px){
	h1,.h1 {
		font-size:1.5em;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/banner.css?1758546650921*/
.banner {
	background-color:var(--c-primary-light);
	box-sizing:border-box;
	/* border-top:4px solid var(--c-accent2); */
	padding:16px;
	color:var(--c-black);
	text-decoration:none;
	display:flex;
	flex-direction:row;
	height:100%;
}

.banner:hover {
	color:var(--c-black);
	background-color:var(--c-primary-light-hover);
}

.banner__view {
	width:48px;
	height:48px;
	background-color:var(--c-primary);	
	flex-shrink:0;
	margin-right:12px;
}

.banner__content {
	flex-grow:1;
	box-sizing:border-box;
}

.banner__title{
	font-size:18px;
	font-weight:700;
		text-transform:uppercase;
}

.banner__desc{
	margin-top:2px;
		text-transform:uppercase;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

@media screen and (max-width:360px){
	.banner__view {
		width:32px;
		height:32px;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/banners.css?1758546650419*/
.banners {
	display:flex;
	margin:16px -8px;
	width:calc(100% + 16px);
	height:calc(100% + 16px);
	flex-wrap:wrap;
}

.banners__item {
	flex-shrink:0;
	flex-basis:0;
	flex-grow:1;
	margin:8px;
	
	min-width:calc(25% - 16px);
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.banners {
		flex-direction:column;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/board-banner.css?17585466502828*/
.board-banner {
	display:flex;
	margin:16px 0;
}

.board-banner__content {
	margin-right:16px;
	flex-grow:1;
	padding:48px;
	background-position:center;
	background-size:cover;
	display:flex;
}

.board-banner__plate{
	background:rgba(255,255,255,0.96);
	box-sizing:border-box;
	padding:24px;
	display:inline-flex;
	flex-direction:column;
	position:relative;
}
.board-banner__phone a {
	font-size:38px;
	text-decoration:none;
	font-weight:700;
	color:var(--c-accent);
}
.board-banner__phone a:hover {
	color:var(--c-accent-hover);
}
.board-banner__label {
	text-transform:uppercase;
	font-size:22px;
	font-weight:500;
	margin-bottom:8px;
}

.board-banner__slots {
	margin-top:24px;
}
.board-banner__side {
	width:256px;
	flex-shrink:0;
}

.board-banner__city {
	position:absolute;
	right:0;
	bottom:24px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.board-banner__city-view {
	width:56px;
	height:56px;
	mask-image:url(/local/templates/gup/css/autoload/assets/board-banner/geo.svg);
	mask-position:center;
	mask-repeat:no-repeat;
	mask-size:contain;
	background-color:#dedede;
	margin-bottom:4px;
}

.board-banner__city-name {
	background-color:var(--c-accent);
	color:#fff;
	padding:4px 8px;
	font-size:12px;
}

.board-banner__right {
	align-self:flex-end;
	margin:auto 0 0 auto;
}

.board-banner__btns {
	--gap: 8px;
	column-count: 2;
	width: min-content;
	column-gap: var(--gap);
	margin-bottom:calc(-1 * var(--gap));
}

.board-banner__btns > a {
	width:100%;
	margin-bottom:var(--gap);
	justify-content:center;
	white-space: nowrap;
	font-size: 14px;
	background-color:var(--c-primary-op);
	border-color:var(--c-primary-op);
	color:#fff;
	font-weight:600;
}
.board-banner__btns > a:after {
	content:attr(data-postfix);
}
.board-banner__btns > a:hover {
	background-color:var(--c-primary-op-hover);
	border-color:var(--c-primary-op-hover);
	color:#fff;
}

@media screen and (max-width:1000px){
	.board-banner {
		flex-wrap:wrap;
		margin-top:0;
	}
	.board-banner__content {
		margin-right:0;
		margin:0 -16px;
		padding:24px;
		flex-direction:column;
	}
	.board-banner__phone a {
		font-size: calc(26px + (38 - 26) * (100vw - 320px) / (1000 - 320));
	}
	.board-banner__label {
		font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1000 - 320));
	}
	.board-banner__right {
		display:none;
		margin-top:16px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.board-banner__content {
		padding:16px;
	}
	.board-banner__plate {
		padding:24px;
	}
	.board-banner__btns {
		width:100%;
	}
	.board-banner__btns > a {
		font-size: calc(12px + (14 - 12) * (100vw - 320px) / (480 - 320));
		padding: 0 calc(6px + (24 - 6) * (100vw - 320px) / (480 - 320));
		
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/breadcrumb-banner.css?1758546650579*/
.breadcrumb-banner {
	display:flex;
}

.breadcrumb-banner span {
	color:#fff;
}
.breadcrumb-banner__item + .breadcrumb-banner__item {
	margin-left:8px;
	position:relative;
}
.breadcrumb-banner__item + .breadcrumb-banner__item:before {
	content:"/";
	float:left;
	color:#fff;
	padding-right:8px;
	box-sizing:border-box;
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.breadcrumb-banner  {
		display:block;
	}
	.breadcrumb-banner > div {
		display:inline-block;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/breadcrumb.css?1758546650419*/
.breadcrumb {
	font-size:16px;
	line-height:1.5;
}
.breadcrumb_dark {
	margin:16px 0;
}

.breadcrumb {
	color:#fff;
}

.breadcrumb a{
	color:#fff;
}

.breadcrumb_dark,
.breadcrumb_dark a{
	color:var(--c-primary);
}

.breadcrumb__item{
	display:inline;
}

@media screen and (max-width:1000px) {



}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
}
/* End */


/* Start:/local/templates/gup/css/autoload/btn.css?17585466501084*/
.btn {
	height:32px;
	padding:0 24px;
	display:inline-flex;
	align-items:center;
	border:2px solid var(--c-primary);
	box-sizing:border-box;
	background-color:var(--c-primary);
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	cursor:pointer;
	position:relative;
	text-decoration:none;
	transition:all 0.2s ease;
}

.btn:hover {
	background:var(--c-primary-hover);
	border-color:var(--c-primary-hover);
	color:#fff;
}

.btn:after {
	content:attr(data-postfix);
}
.btn_red {
	background-color:var(--c-accent);
	border-color:var(--c-accent);
	color:#fff;
}

.btn_red:hover {
	background-color:var(--c-accent-hover);
	border-color:var(--c-accent-hover);
	color:#fff;
}
.btn_grey {
	background-color:#e9e9e9;
	border-color:#e9e9e9;
	color:#000;
}

.btn_grey:hover {
	background-color:#d9d9d9;
	border-color:#d9d9d9;	
	color:#000;
}

.btn__icon {
	position:relative;
	display:inline-flex;
	width:20px;
	height:20px;
	mask-position:center;
	mask-size:cover;
	mask-repeat:no-repeat;	
	margin-right:8px;	
	flex-shrink:0;
}

/* End */


/* Start:/local/templates/gup/css/autoload/certs.css?1758546650208*/
.certs img{
	height:224px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.certs img{
		/* height:auto; */
	}

}

/* End */


/* Start:/local/templates/gup/css/autoload/clear.css?175854665025*/
.clear {
	clear:both;
}
/* End */


/* Start:/local/templates/gup/css/autoload/contact.css?17585466502325*/
.contact {
	display:flex;
	margin:16px 0 32px 0;
}
.contact a {
	color:#000;
	text-decoration:none;
}
.contact__map {
	margin-left:16px;
	flex-grow:1;
	background:#efefef;
}
.contact__map iframe{
	width:100%;
	height:100%;
}

.contact__view{
	flex-grow:1;
	margin-left:16px;
	display:flex;
	flex-direction:column;
}
.contact__view .contact__map{
	margin-left:0;
}
.contact__view .map{
	min-height:auto;
}

.contact__content {
	width:480px;
	max-width:100%;
	flex-shrink:0;
}

.contact__field {
	display:flex;
	margin-bottom:12px;
}

.contact__field-name {
	
	margin-right:8px;
}

.contact__field-value {
	font-weight:700;
}

.contact__title {
	font-weight:700;
	margin:24px 0 12px;
}

.contact__actions {
	display:flex;
	flex-wrap:wrap;
	width:calc(100% + 8px);
	margin:12px -4px -4px;
}

.contact__action {
	width:calc(100% / 2 - 8px);
	margin:4px 4px;
}

.contact__action .btn{
	width:100%;
	justify-content:center;
	text-transform:none;
	white-space:nowrap;
	font-size:16px;
}


.contact__action_phone .btn {
	font-size: 20px;
	font-weight: 700;
}

.contact__action_recall .btn {
	font-size:12px;
	text-transform:uppercase
}


.contact__form {
	margin-top:32px;
}

.contact__btns {
	margin-top:16px;
	display:flex;
	gap:12px;	
}
.contact__btns > .btn {
	color:#fff;
	width:33.33%;
	justify-content:center;
}
.contact__btns > a:after {
	content:attr(data-postfix);
}
.contact__btns > a:hover {
	background-color:var(--c-primary-op-hover);
	border-color:var(--c-primary-op-hover);
	color:#fff;
}

@media screen and (max-width:1000px){
	.contact__map{

	}
}

@media screen and (max-width:768px){
	.contact{
		flex-wrap:wrap;
	}
	.contact__map{
		margin-left:0;

		width:100%;
		height:400px;
		margin-top:16px;

		
	}
	.contact__content{
		margin-top:16px;
		width:100%;
	}
	.contact__view {
		margin-left:0;
		margin-top:16px;
		height:400px;
	}
}

@media screen and (max-width:480px){
	.contact__action {
		width:calc(100% - 8px);
	}
	.contact__route {
		font-size: 14px;
		width: 100%;
		padding: 0;
		justify-content: center;
	}
}

@media screen and (max-width:360px){
	.contact__action {
		width:calc(100% - 8px);
	}
	.contact__route {
		font-size:13px;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/container.css?1758546650137*/
.container {
	width:1280px;
	max-width:100%;
	padding:0 16px;
	margin:0 auto;
	box-sizing:border-box;
}
.container_content {
	
}
/* End */


/* Start:/local/templates/gup/css/autoload/content-sides.css?1758546650538*/
.content-sides {
	overflow-x:scroll;
	display:none;
}
.content-sides__items {
	max-width:none;
	display:flex;
	flex-wrap:nowrap;
	width:max-content;
	gap:16px;
}

@media screen and (max-width:1000px){
	.content-sides {
		display:block;
		width:calc(100% + 64px);
		margin:0 -32px;
		padding:0 32px 8px;
		box-sizing:border-box;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.content-sides {
		width:calc(100% + 32px);
		margin:0 -16px 16px;
		padding:0 16px 8px;
	}
}
/* End */


/* Start:/local/templates/gup/css/autoload/detail.css?1758546650543*/
.detail {
}
.detail h2 {
	margin-top:32px;
	margin-bottom:16px;
}
.detail ul {
	padding-left:16px;
}
.detail li {
	margin:6px 0;
}
.detail ul > li {
	position:relative;
	list-style:none;
	padding-left:28px;
}
.detail ul > li:before {
	position:absolute;
	content:"";
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	width:5px;
	height:5px;
	top:10px;
	left:16px;
	
	border-radius:4px;
	background-color:var(--c-accent);
	
}


.detail > .owl-carousel {
	margin:16px 0;
}
/* End */


/* Start:/local/templates/gup/css/autoload/feedback.css?17585466502851*/
.feedback {
	
	box-sizing:border-box;
	height:100%;

	position:relative;
	z-index:1;
	
	width:628px;
	max-width:100%;
}

.feedback_sended .feedback__form {
	display:none;
}
.feedback__error:empty {
	display:none;
}
.feedback__error {
	color:#fff;
	background:var(--c-primary);
	padding:16px;
	box-sizing:border-box;
	margin-top:16px;
	border-radius:5px;
	
}
.feedback__title {
	margin-bottom:16px;
	font-size:48px;
	font-weight:900;
	line-height:1;
	font-family:'DIN Pro Cond',sans-serif;
	text-transform:uppercase;
}

.feedback__desc {
	margin-bottom:16px;
	font-size:20px;
	line-height:1.15;
}

.feedback__field {
	margin-bottom:12px;
}


.feedback__field input[type=text],
.feedback__field input[type=tel]{
	width:100%;
	max-width:100%;
	height:40px;
	line-height:40px;
	padding:0 12px;
	box-sizing:border-box;
	
	background-color:var(--c-primary-light);
	border:0;
}
.feedback__field textarea {
	width:100%;
	max-width:100%;
	height:100px;
	padding:8px 12px;
	box-sizing:border-box;
	resize:vertical;
	background-color:var(--c-primary-light);
	border:0;
}
.feedback__label {
	margin-bottom:4px;
}

.feedback__agree {
	margin-top:16px;
}
.feedback__agree a{
	
}
.feedback__agree input {
	transform:translateY(-2px);
}


.feedback__agree input[type='checkbox'] {
	display:none;
}
.feedback__agree label {
	position:relative;
	padding-left:24px;
	cursor:pointer;
}
.feedback__agree label:before {
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #b4b5b4;
	border-radius:2px;
	top:0;
	left:0;
	
}
.feedback__agree label:hover:before {
	border-color:#999;
}
.feedback__agree input[type='checkbox']:checked + label:before{
	background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512" fill="%23de2539"><path d="M504.502,75.496c-9.997-9.998-26.205-9.998-36.204,0L161.594,382.203L43.702,264.311c-9.997-9.998-26.205-9.997-36.204,0 c-9.998,9.997-9.998,26.205,0,36.203l135.994,135.992c9.994,9.997,26.214,9.99,36.204,0L504.502,111.7 C514.5,101.703,514.499,85.494,504.502,75.496z"></path></svg>');
	
	background-position:center;
	background-size:80%;
	background-repeat:no-repeat;
	border-color:var(--c-primary);
}
.feedback__agree input[type='checkbox']:checked + label:hover:before{
	border-color:var(--c-primary-hover);
}



@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.feedback__title {
		font-size:36px;
	}

	.feedback__desc {
		font-size:16px;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/fluid.css?1758546650661*/
.fluid {
	position:relative;
	padding:32px 0;
	margin:32px 0;
}


.fluid > :first-child{
	margin-top:0;
}

.fluid:before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:0;
	width:100vw;
	height:100%;
	transform:translateX(-50%);
	background:var(--c-grey);
}

.fluid > * {
	position:relative;
}

.fluid .wd__item {
	align-items:flex-start;
}

.fluid_news {
	margin-bottom:-64px;
}

@media screen and (min-width:1000px){

	.fluid .wd__item {	
		margin-bottom:0;
	}
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/footer-menu.css?1758546650400*/
.footer-menu {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.footer-menu a {
	margin-bottom:8px;
	color:#9f9b97;
	border-bottom:1px solid transparent;
	text-decoration:none;
}

.footer-menu a:hover {
	color:#9f9b97;
	border-bottom:1px solid #9f9b97;
}

.footer-menu a.footer-menu__title {
	margin-bottom:16px;
	text-transform:uppercase;
	font-weight:700;
}
/* End */


/* Start:/local/templates/gup/css/autoload/footer-messengers.css?1758546650708*/
.footer-messengers {
	display:flex;
}

.footer-messengers__item {
	margin-left:24px;
}

.footer-messengers__item:first-child {
	margin-left:0;
}

.footer-messengers__item .btn {
	background-color:var(--c-footer-color);
	border-color:var(--c-footer-color);
	color:var(--c-footer-bg);
	white-space:nowrap;
}
.footer-messengers__item .btn:hover {
	background-color:var(--c-grey);
	border-color:var(--c-grey);
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.footer-messengers {
		display:flex;
		flex-direction:column;
	}
	.footer-messengers__item {
		margin-left:0;
		margin-bottom:12px;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/footer-phone.css?1758546650993*/
.footer-phone {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background:var(--c-grey);
	height:48px;
	align-items:center;
	justify-content:center;
	color:#333;
	display:none;
	z-index:10;
	box-shadow:0 0 4px 1px rgba(0,0,0,0.16);
}

.footer-phone__number {
	padding: 6px 16px;
	background-color: var(--c-accent);
	font-weight: 700;
	margin-right:12px;
}
.footer-phone__number a {
	color:#fff;
	text-decoration:none;
}
.footer-phone__label {
	max-width:150px;
	line-height:1;
	font-size:15px;
	text-transform:uppercase;
}



@media screen and (max-width:1000px){
	.footer-phone {
		display:flex;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

@media screen and (max-width:359px){
	.footer-phone__number {
		margin-left:16px;
		margin-right:8px;
		padding:6px 12px
	}
	.footer-phone__number a {
		font-size:15px;
		white-space:nowrap;
	}
	.footer-phone__label {
		font-size:12px;
	}

}
/* End */


/* Start:/local/templates/gup/css/autoload/footer.css?17585466502699*/
.footer {
	background:var(--c-footer-bg);
	color:var(--c-footer-text);
	padding:32px 0;
}

.footer .obtn {
	text-transform:none;
}

.footer__double {
	display:flex;
	margin-bottom:24px;
}

.footer__left {
	width:calc(100% / 7 * 3);
	padding-right:32px;
	box-sizing:border-box;
}


.footer__right {
	flex-grow:1;
	
}

.footer__header {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.footer__content {
	margin-top:32px;
	display:flex;
}

.footer__contact {
	margin-left:80px;
	margin-top:24px;
}

.footer__rating {
	margin-top:24px;
	margin-left:80px;
}

.footer__menu {
	display:flex;
	flex-grow:1;
}

.footer__column {
	flex-grow:1;
	margin-left:32px;
	box-sizing:border-box;
	flex-basis:0;
}

.footer__column:first-child {
	margin-left:0;
}

.footer__bottom {
	display:flex;
}

.footer__copyright{
	padding-left:80px;
	width:33%;
	box-sizing:border-box;
	padding-right:32px;
}

.footer__host {
	font-weight:900;
	font-size:32px;
	text-transform:uppercase;
}
.footer__messenger {
	margin-left:32px;
	display:flex;
	justify-content: flex-end;
}

.footer__description {
	margin-top:32px;
}

@media screen and (max-width:1280px){
	.footer__contact {
		margin-left:0;
	}
	.footer__rating{
		margin-left:0;
	}
	.footer__bottom {
		flex-direction:column;
	}
	.footer__copyright {
		width:100%;
		margin-bottom:24px;
		margin-left:0;
		padding-left:0;
		order:3;
	}
	.footer__host {
		width:100%;
		margin-bottom:24px;
		margin-left:0;
		padding-left:0;
		order:1;
	}
	.footer__messenger {
		width:100%;
		margin-bottom:24px;
		margin-left:0;
		padding-left:0;
		justify-content: flex-start;
		order:2;
	}
}
@media screen and (max-width:1000px){
	.footer {
		padding-bottom:48px;
	}
	.footer__contact {
		margin-left:0;
	}
	.footer__rating {
		margin-left:0;
	}
	.footer__double {
		flex-direction:column;
	}
	.footer__left{
		margin-bottom:24px;
		width:100%;
	}
	.footer__right{
		margin-bottom:24px;
	}
}

@media screen and (max-width:1000px) and (min-width:768px){
	
	.footer__contact {
		margin-top:0;
		margin-left:32px;
	}
	.footer__rating {
		margin-top:0;
		margin-left:32px;
	}
	
	.footer__left{
		display:flex;
		padding-right:0;
	}
	.footer__left > div{
		flex-basis:0;
		flex-grow:1;
		margin-left:32px;
	}
	.footer__left > div:first-child{
		margin-left:0;
	}
}
@media screen and (max-width:768px){
	.footer__menu {
		flex-direction:column;
	}
	.footer__column{
		margin-left:0;
	}
	.footer__column + .footer__column{
		margin-top:24px;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/form.css?17585466502231*/
.form {
	
}

.form input[type=text],
.form textarea {
	width:100%;	
}

.form_sended .form__form { 
	display:none;
}

.form__form {
}

.form__field {
	margin:16px 0;
}
.form__field_agree {
	display:flex;
	align-items:flex-start;
}
.form__field_agree input {
	margin-right:8px;
	margin-top:2px;
}
.form__field_agree label {
	
}
.form__label {
}

.form__value {
	margin-top:4px;
}

.form__error {
	color:#c30d14;
}

.form__success {
	color:#0d4564;
	font-weight:700;
	font-size:1.2em;
}
.form_order .form__success {
	color:#000;
	font-weight:300;
	font-size:15px;	
}

.form label {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */	
  font-size:15px;
}

.form__more {
	margin-top:8px;
	display:none;
}

.form_sended .form__more {
	display:block;
}
.form__more-link {
	font-size:0.8em;
	cursor:pointer;
}

.form__more-link:hover {
	text-decoration:underline;
}

.form_feedback {
	
}

.form_feedback {
	margin-top:16px;
}
.form_feedback .form__fields{
	display:flex;
	flex-wrap:wrap;
}
.form_feedback .form__field {
	overflow:hidden;
	flex-shrink:0;	
	margin:0 0 12px 0;
}
.form_feedback .form__field:nth-child(1),
.form_feedback .form__field:nth-child(2){
	width:36%;
	box-sizing:border-box;
	padding-right:16px;
}
.form_feedback .form__field:nth-child(3){
	width:28%;
}
.form_feedback .form__field:nth-child(4){
	width:100%;
	margin-bottom:0;
}
.form_feedback .form__value{
	margin:0;
}
.form_feedback .btn{
	height:32px;
	width:100%;
	padding:0;
	justify-content:center;
}

.form_feedback input[type="text"]{
	background:#fff;
}

.form_feedback input::placeholder {
	font-weight:300;
}


@media screen and (max-width:1000px){
	.form_feedback .form__field:nth-child(1),
	.form_feedback .form__field:nth-child(2){
		width:50%;
	}
	.form_feedback .form__field:nth-child(2){
		padding-right:0;
	}
	.form_feedback .form__field:nth-child(3){
		width:100%;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/header.css?17585466502233*/
.header {
	display:flex;
	padding:8px 0;
}

.header__logo {
}

.header__content {
	display:flex;
	justify-content:center;
	flex-grow:1;
	line-height:1.3;
	padding:0px 16px;
	font-size:12px;
	align-self:center;
}

.header__content-wrap {
	display: flex;
	flex-direction:column;
	justify-content: center;
	position:relative;
	padding:8px;
	box-sizing:border-box;
	background-color:#fffae6;
}
.header__content-wrap:before {
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:100%;
	background-color:var(--c-accent2);
	left:0;
	top:0;
	
	display:none;
}


.header__desc {
	font-weight:300;
}

.header__actions {
	display:flex;
	align-items:center;
	margin-top:8px;
}

.header__recall {
	margin-right:12px;
}

.header__contact {
}

.header .red-phone {
	margin-top:4px;
}


.header__btn.btn {
	height:28px;
	font-weight:400;
	padding:0px 16px;
	border:0;
	font-size:14px;
}

.header__burger {
	display: none;
	width: 32px;
	height: 32px;
	flex-shrink:0;
	cursor:pointer;
	position:relative;
	transform:translateY(-4px);
}
.header__burger:before {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;

	background-color:#fff;
	mask-image:url(/local/templates/gup/css/autoload/assets/header/burger.svg?5);
	mask-position:center;
	mask-size:contain;
	mask-repeat:no-repeat;	
}

.header__burger:after {
	content:"меню";
	display:block;
	position:absolute;
	color:#fff;
	font-size:10px;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	transform:translateY(8px);
}

.menu-open .header__burger:before {
	mask-image:url(/local/templates/gup/css/autoload/assets/header/close.svg?5);
}
.menu-open .header__burger:after {
	
}

@media screen and (max-width:1200px){
	.header__content {
		font-size:10px;
	}
}

@media screen and (max-width:1000px){
	.header{
		height:48px;
		padding:0;
		align-items:center;
	}
	.header__logo {
		flex-grow:1;
	}
	.header__contact {
		display:none;
	}	
	.header__content {
		display:none;
	}
	.header__burger { 
		display:block;
	}
}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:480px){
	.header__logo {
		width:calc(100% - 40px);
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/important-known.css?1758546650856*/
.important-known {
	display:flex;
}

.important-known__warn {
	margin-right:16px;
	flex-grow:1;
}

.important-known__side {
	width:calc(100% / 3);
	flex-shrink:0;
}

.important-known__banners {
	height:calc(100% + 16px);
	margin:-8px 0;
	flex-direction:column;
	display:flex;
}

.important-known__banner {
	margin:8px 0;
	flex-grow:1;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.important-known {
		 flex-direction:column;
	}
	
	.important-known__warn {
		margin-right:0;
	}
	
	.important-known__side {
		width:100%;
		margin-top:16px;
	}
	
	.important-known__banners {
		flex-direction:row;
		width:calc(100% + 16px);
		margin:0 -8px;
	}
	
	.important-known__banner {
		width:calc(50% - 16px);
		margin:0 8px;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/infra.css?1758546650477*/
.infra { 
	width:100%;
	margin:32px 0;
}

.infra__title {
	font-size:18px;
	font-weight:700;
	border-bottom:4px solid var(--c-primary);
	color:var(--c-primary);
}

.infra__items {
	margin:12px 0;
}

.infra__item {
	margin:6px 0;
	padding:6px 16px;
	
	color:#000;
	background:var(--c-grey);
	
	display:block;
	
	box-sizing:border-box;
	border-radius:5px;
	text-decoration:none;
}

.infra__item:hover {
	background:var(--c-accent);
	color:#fff;
}
/* End */


/* Start:/local/templates/gup/css/autoload/inner-banner.css?17585466501597*/
.inner-banner {
	background-color:#eee;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	line-height:1.15;
	padding:8px 0;
}

.inner-banner_contain {
	background-size:contain;
}

.inner-banner a {
	text-decoration:none;
}

.inner-banner__container {
	margin:16px auto 40px;
}

.inner-banner__breadcrumbs {
	margin:24px 0;
}

.inner-banner__content {
	display:flex;
	flex-wrap:wrap;
}

.inner-banner__plate {
	background:rgba(255,255,255,0.9);
	border-radius:5px;
	box-sizing:border-box;
	padding:32px;
	margin-right:64px;
	width:64%;
	height:100%;
}

.inner-banner__plate > *:last-child {
	margin-bottom:0;
	padding-bottom:0;	
}

.inner-banner__title {
	margin:0 0 24px 0;
	font-weight:700;
	line-height:1.15;
}
.inner-banner__description {
	line-height:1.5;
}

.inner-banner__description > *:last-child {
	margin-bottom:0;
	padding-bottom:0;
}


.inner-banner__side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: calc(36% - 64px);
	max-width:100%;
	align-self: flex-end;
	justify-content: flex-end;
	margin-right: 0;
	margin-left: auto;
}


@media screen and (max-width:1000px){
	.inner-banner__plate {
		margin-right:0;
		width:100%;
	}
	.inner-banner__side {
		margin-top:32px;
		width:100%;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.inner-banner__title {
		font-size:24px;
	}
	.inner-banner__desc {
		font-size:18px;
	}
	.inner-banner__side {
		align-items:center;
		display:none;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/logo.css?17585466501724*/
.logo {
	display:flex;
	align-items:center;
	color:var(--c-header-text);
	text-decoration:none;
}
.logo:hover {
	color:var(--c-header-text);
}

.logo_grey {
	color:#9f9b97;
}

.logo_grey:hover {
	color:#9f9b97;
}

.logo__view {
	margin-right:12px;
	flex-shrink:0;
	height:64px;
	width:52px;
	text-align:center;
}

.logo__view img{
	height:100%;
}


.logo__content {
	line-height:1;
	align-self:center;
	transform:translateY(-14%);
}

.logo__title {
	text-transform:uppercase;
	overflow:hidden;
	
	font-size:28px;
	font-weight:700;	
	
	color:var(--c-logo-title);
	
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	 
}
.logo__desc{
	color:var(--c-logo-desc);
	margin-top:2px;
	line-height:1.05;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}
.logo_grey .logo__title{
	color:var(--c-footer-text);
}

.logo_grey .logo__desc{
	color:var(--c-footer-text);
}


@media screen and (max-width:1000px){
	.logo__content {
		margin-top:0;
		align-self:flex-start;
		transform:none;
	}
	.logo__title{
		font-size:21px;
		color:var(--c-header-mobile-text);
	}
	.logo__desc{
		font-size:12px;	
		margin-top:2px;
		color:var(--c-primary-light);
	}
	.logo__view {
		width:32px;
		height:40px;
		margin-right:8px;
	}	
}
@media screen and (max-width:768px){
}

@media screen and (max-width:480px) {

}

@media screen and (max-width:360px){
	.logo__content{
		align-self:center;
	}
	.logo__title{
		font-size: calc(17px + (21 - 17) * (100vw - 320px) / (360 - 320));
	}
	.logo__desc{
		font-size: calc(10px + (12 - 10) * (100vw - 320px) / (360 - 320));
	}	
}

@media screen and (max-width:320px){
}
/* End */


/* Start:/local/templates/gup/css/autoload/main-banner.css?17585466494199*/
.main-banner {
	background-color:#eee;
	/* background-image:url(/local/templates/gup/css/autoload/assets/main-banner/1920_p.jpg?10); */
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#6D5F52;
	line-height:1.15;
}

.main-banner__container {
	display:flex;
	padding-top:80px;
	padding-bottom:80px;
	flex-wrap:wrap;
}

.main-banner__plate {
	background:rgba(255,255,255,0.9);
	border-radius:5px;
	padding:32px;
	box-sizing:border-box;
	margin-right:32px;
	max-width:100%;
}


.main-banner__title {
	text-transform:uppercase;
	font-size:32px;
	font-weight:700;
	line-height:1.15;
	color:var(--c-primary);
}
.main-banner__desc {
	font-size:24px;
	font-weight:300;
	line-height:1.15;
	color:var(--c-primary);
}
.main-banner__phone {
	margin:32px 0;
	font-size:40px;
	font-weight:900;
	color:#be1a21;
	display:inline-flex;
	position:relative;
}
.main-banner__phone:hover {
	color:#be1a21;	
}
.main-banner__phone:hover:after {
	width:42px;
	height:42px;
	top:calc(50% - 1px);
	right:-65px;
}	
.main-banner__phone:after {
	transition:all 0.2s ease;
	content:"";
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	right:-64px;
	transform:translateY(-60%);
	background-image:url(/local/templates/gup/css/autoload/assets/main-banner/phone.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
}


.main-banner__slots {
	display:flex;
	flex-wrap:wrap;
}
.main-banner__slot {
	position:relative;
	display:flex;
	padding-right:16px;
	margin:8px 16px 8px 0;
	color:var(--c-primary);
}
.main-banner__slot:hover {
	color:var(--c-primary-hover);
}
.main-banner__slot:hover .main-banner__slot-view img{
	transform:scale(1.05);
}
.main-banner__slot:after {
	content:"";
	display:block;
	width:1px;
	height:100%;
	background:#6D5F52;
	position:absolute;
	top:0;
	right:0;
}
.main-banner__slot:last-child {
	padding-right:0;
	margin-right:0;
}
.main-banner__slot:last-child:after {
	display:none;
}
.main-banner__slot-view {
	height:38px;
	flex-shrink:0;
}
.main-banner__slot-view img{
	height:100%;
	transition:all 0.2s ease;
}

.main-banner__slot-content {
	margin-left:8px;
	white-space:nowrap;
	line-height:1;
}
.main-banner__slot-title {
	text-transform:uppercase;
	font-size:18px;
	font-weight:700;
}
.main-banner__slot-desc {
	margin-top:4px;
}


.main-banner__certs {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 360px;
	max-width:100%;
	align-self: flex-end;
	justify-content: flex-end;
	margin-right: 0;
	margin-left: auto;	
	margin-top:32px;
}

.main-banner__fz {
	background:rgba(255,255,255,0.9);
	border-radius:5px;
	box-sizing:border-box;
	padding:16px 16px 16px 24px;
	width:100%;	
}

.main-banner__fz-title {
	font-weight:700;
	color:var(--c-primary);
}
.main-banner__fz-desc {
	margin-top:8px;
	font-size:14px;
	line-height:1.3;
}

.main-banner__rst {
	margin-top:16px;
	color:#fff;
	background-color:var(--c-primary);
	border-radius:5px;
	box-sizing:border-box;
	padding:8px 16px;
	width:100%;
	text-align:center;
}
.main-banner__rst-label {
	position:relative;
	padding-left:32px;
	display:inline;
}
.main-banner__rst-label:before {
	content:"";
	display:block;
	width:24px;
	height:24px;
	background-image:url(/local/templates/gup/css/autoload/assets/main-banner/rst.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	left:0px;	
	transform:translateY(-50%);
}

@media screen and (max-width:1000px){
	.main-banner__plate {
		margin-right:0;
		width:100%;
	}
}

@media screen and (max-width:768px){
	.main-banner__slot:after {
		display:none;
	}
}

@media screen and (max-width:480px){
	.main-banner__container {
		padding-top:32px;
	}
	.main-banner__title {
		font-size:24px;
	}
	.main-banner__desc {
		font-size:18px;
	}
	.main-banner__phone {
		margin:24px 0;
		font-size:24px;
	}
	.main-banner__phone:after {
		width:24px;
		height:24px;
		right:-32px;
	}

	.main-banner__phone:hover:after {
		width:32px;
		height:32px;
		top:calc(50% - 1px);
		right:-40px;
	}	
}

/* End */


/* Start:/local/templates/gup/css/autoload/main-reviews.css?1758546650805*/
.main-reviews {
	
}

.main-reviews__items {
	
}

.main-reviews__item {
	margin-bottom:24px;
	padding:0 24px;
	position:relative;
	
}

.main-reviews__item:before {
	content:'"';
	position:absolute;
	font-size:48px;
	line-height:.8;
	font-weight:700;
	top:0;
	left:0;
	color:var(--c-accent);
}

.main-reviews__item:after {
	content:'"';
	position:absolute;
	font-size:48px;
	line-height:1;
	font-weight:700;
	bottom:0;
	right:0;
	color:var(--c-accent);
}

.main-reviews__item:last-child {
	margin-bottom:0;
}
.main-reviews__text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;		
}
.main-reviews__text p{
	margin:0;
}
.main-reviews__rate {
	margin-top:8px;
}

.main-reviews__more {
	text-align:right;
}
/* End */


/* Start:/local/templates/gup/css/autoload/map-block.css?1758546650864*/
.map-block {
	height:100%;
	display:flex;
	flex-direction:column;
}

.map-block__items{
	display:flex;
	margin-top:16px;
	gap:8px;
}

.map-block__item {
    flex: 1 1 0px;
    height: 32px;
    background: var(--c-primary);
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}
.map-block__item_active{
	background:var(--c-accent);
}

.map-block__maps {
	overflow:hidden;
	flex-grow:1;
}

.map-block__map {
	height:100%;
	display:none;
}
.map-block__map_active {
	display:block;
}

@media screen and (max-width:1000px) {
	
}

@media screen and (max-width: 768px) {

	

}

@media screen and (max-width: 480px) {

}
/* End */


/* Start:/local/templates/gup/css/autoload/map.css?1758546650409*/
.map {
	height:100%;
	position:relative;
	background:#f9f9f9;
	cursor: pointer;
	min-height:324px;
}

.map:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.2s ease;
}

.map_unlock {
	cursor: default;
}

.map_unlock:after {
	display: none;
}

.map:not(.map_unlock):hover:after{
	background: rgba(0,0,0,0.4);
}
/* End */


/* Start:/local/templates/gup/css/autoload/menu-open.css?1758546650710*/
.menu-open {
	
}

@media screen and (min-width:1000px){
	.page__menu{
		position:relative
	}
	.page__menu:after{ 
		content:"";
		display:block;
		position:absolute;
		left:0;
		top:40px;
		width:100%;
		height:calc(100vh - 120px);
		background:rgba(255,255,255,0.5);
		transition:all 0.2s ease 0.2s;
		opacity:0;
		visibility:hidden;
		pointer-events:none;
		
		
	}
	.menu-open .page__menu:after{
		opacity:1;
		visibility:visible;
		pointer-events:auto;
	}
}
@media screen and (max-width:1000px){
	.menu-open {
		overflow:hidden;
		position:fixed;
		height:100%;
		width:100%;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
/* End */


/* Start:/local/templates/gup/css/autoload/menu.css?17628745994779*/
.menu {
	display:flex;
	justify-content:space-between;
	margin:0;
	height:40px;
	align-items:center;
	position:relative;
	padding:0;
}

.menu ul {
	padding:0;
	margin:0;
	list-style:none;
}

.menu li:before {
	display:none;
	list-style:none;
}

.menu__item{
	display:flex;
	position:static
}

.menu__item_search{
	flex-grow:0;
}

.menu__item_mobile {
	display:none;
}

.menu__item_left .menu__submenu {
	left:0;
}

.menu__item_right .menu__submenu {
	right:0;
}
.menu__link {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:400;
	display:flex;
	flex-grow:1;
	align-items:center;
	justify-content:center;
}

.menu__submenu {
	visibility: hidden;
	opacity:0;
	position:absolute;
	top:40px;
	background:rgba(236,239,246,0.96);
	transition: all .2s ease .2s;
	z-index:20;
	box-sizing:border-box;
	font-size:15px;
	text-transform:uppercase;
	max-width:100%;
	padding:0;
	box-shadow:0px 1px 1px 2px rgba(0,0,0,.1);
}

.menu__item:hover .menu__submenu{
	opacity:1;
	visibility: visible;
}

.menu__groups {
	
}
.menu__group{
	box-sizing:border-box;
	width:280px;
	padding:16px 24px;
	margin:0;
}

.menu__sub-item  {
	padding:2px;
	margin:0;
	position:relative;
}

.menu__sub-item:after {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:1px;
	bottom:0px;
	left:0;
	background:#d3d7e2;
}



.menu__sub-link {
	color:var(--c-black);
	text-decoration:none;
	font-weight:400;
	line-height:1.15;
	position:relative;
	display:inline-block;
	padding:6px 0;
	text-transform:none;
}

.menu__sub-item_bold .menu__sub-link {
	font-weight:700;
	color:var(--c-black);
}


.menu__text {
	text-align:center;
}


	.menu__link,
	.menu__link:hover{
		color:#fff;
	}
	.menu__sub-link:hover {
		color:var(--c-primary);
	}
	
@media screen and (min-width:1000px){

	.menu__sub-item:last-child:after {
		display:none;
	}

	.menu__item{
		height:100%;
		flex-grow:1;
	}
	.menu__item_search{
		flex-grow:0;
	}
	.menu__item:hover{
		background:var(--c-primary-hover);
	}
	.menu__item_search:hover {
		background:var(--c-primary);
	}
	.menu__link  {
		position:relative;
	}
	.menu__item:last-child .menu__link:after{
		display:none;
	}
	.menu__link:after{
		content:"";
		display:block;
		position:absolute;
		width:2px;
		height:calc(100% - 24px);
		top:12px;
		right:0;
		background:var(--c-accent2);
	}
	.menu__group {
		position:relative;
	}
	.menu__group:after {
		content:"";
		display:none;
		position:absolute;
		width:2px;
		height:calc(100% - 32px);
		top:16px;
		right:0;
		background:#ccc;
	}
	.menu__group:last-of-type:after {
		display:none;
	}
	
	.menu__groups {
		display:flex !important;
	}

	.menu__sub-item_bold + .menu__sub-item {
		margin-top:8px;
	}	
	.menu__sub-item + .menu__sub-item_bold {
		margin-top:32px;
	}
}

@media screen and (max-width:1280px){
	.menu__link {
		font-size:15px;
	}
}
@media screen and (max-width:1000px){
	.menu {
		flex-direction:column;
		align-items:flex-start;
		padding-top:24px;
		
	}

	.menu__item{
		width:100%;
		padding:8px 0;
		margin:0;
	}

	.menu__item_mobile {
		display:block;
		border-bottom:0;
	}
	.menu__item_search {
		position:relative;
	}
	.menu__submenu{
		visibility: hidden;
		opacity: 0;
		position: relative;
		top: 0;
		background: transparent;
		transition: none;
		z-index: 20;
		box-shadow: none;
		display:none;
		transform: translateX(0);
		border-top:0;
	}
	.menu .menu__submenu{
		padding:8px 0 0 0;
	}

	.menu__item_open .menu__submenu {
		visibility: visible;
		opacity:1;
	}


	.menu__item_multi {
		position:relative;
		display:block;
	}
	.menu__link {
		justify-content:flex-start;
	}
	.menu__item_multi .menu__link:after {
		background-image:url('/local/templates/gup/css/autoload/assets/menu/arrow.svg');
		background-repeat:no-repeat;
		width:24px;
		height:24px;
		content:"";
		display:block;
		clear:both;
		position:absolute;
		right:0;
		top:7px;
		transition: all 0.2s;
		pointer-events:none;
		background-color:transparent;
		transform:rotate(0);
	}
	.menu__item_open .menu__link{
		color:#fff;
	}
	.menu__item_open .menu__link:after{
		transform:rotate(90deg);
	}	
	.menu__group {
		width:100%;
		padding:0 16px 0 32px;
	}

	.menu__group:last-child .menu__sub-item:last-child .menu__sub-link:last-child:after {
		display:none;
	}	
	.menu__sub-link {
		color:#fff;
	}
	
	.menu__sub-item_bold .menu__sub-link {
		color:#fff;
	}
	.menu__sub-item_bold:hover .menu__sub-link {
		color:#fff;
	}
	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.menu {
		padding:24px 0 0;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/news.css?17585466503056*/
.news {
	
}

.news__items {
	display:flex;
	margin:0 -8px;
}

.news__item {
	width:calc(25% - 16px);
	margin:0 8px;
	
	display:flex;
	flex-direction:column;
	text-decoration:none;
}

.news__view {
	flex-grow:1;
	box-sizing:border-box;
	padding:12px 0;
	border-radius:5px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
	position:relative;
	z-index:2;
	overflow: hidden;
}
.news__view:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	pointer-events: none;
	transition: all 0.2s ease;
	z-index:-1;
}

.news__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;	
	
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-height:2.6em;
	padding:0 12px;
	transition:all 0.2s ease;
}

.news__content {
	
}

.news__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top:12px;
	padding:0 12px;
	color:#000;	
	line-height:1.3;
	min-height:3.9em;
}

.news__date { 
	margin-top:12px;
	padding:0 12px;
	color:#000;
}



.news__item_big {
	width:calc(50% - 16px);
	position:relative;
	z-index:2;
	border-radius:5px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;	
	overflow:hidden;
}
.news__item_big:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	pointer-events: none;
	transition: all 0.2s ease;
	z-index:-1;
}

.news__item:hover .news__view:before,
.news__item:hover:before {
	background: rgba(0,0,0,0.50);
}


.news__item_big .news__title {
	font-size:26px;
}


@media screen and (min-width:1000px){
	.news__item_big {
		color:#fff;
		padding:24px 12px;
	}
	.news__item_big:hover {
		color:#fff;
	}	
	.news__item_big .news__view {
		background-image:none !important;
		background-color:transparent !important;
	}
	.news__item_big .news__view:Before {
		display:none;
	}
	.news__item_big .news__desc {
		color:#fff;
	}	
	.news__item_big .news__date {
		color:#c9c7c4;
	}	
	
}
@media screen and (max-width:1000px){
	.news__items {
		flex-wrap:wrap;
	}
	.news__item {
		width:calc(100% / 2  - 16px);
	}
	.news__item_big{
		margin-bottom:16px;
		width:calc(100% - 16px);

		background-image:none !important;
		background-color:none !important;		
	}
	.news__item_big:Before {
		display:none;
	}	
	.news__view{
		padding-bottom: 40%;
		height: 0;	
	}
	

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.news__item {
		width:calc(100%  - 16px);
		margin-bottom:16px;
	}
		
		
	.news__item_big .news__title {
		font-size:24px;
	}
	.news__title { 
		font-size:24px;
	}
	.news__desc {
		min-height:auto;
	}
	.news__date{
		margin-top:4px;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/pack-correct.css?17585466501924*/
.pack-correct {
	background:var(--c-grey);
	border-radius:5px;
	margin:8px 0;
	
	display:flex;	
	
	padding:16px;
	box-sizing:border-box;
	
	transition:all 0.2s ease;
	
	line-height:1.15;
	
	font-size:18px;
}

.pack-correct__view {
	width: 324px;
	display: flex;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
	margin-right: 16px;
	border-radius: 5px;
	position:relative;
	overflow:hidden;
}
.pack-correct__view:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	pointer-events: none;
	transition: all 0.2s ease;
}
.pack-correct__content {
	background:#fff;
	border-radius: 5px;	
	padding:16px;
	box-sizing:border-box;
	margin-right:16px;
	
}

.pack-correct__title {
	color:var(--c-accent);
	font-weight:700;
}
.pack-correct__desc {
	margin-top:4px;
;	
}

.pack-correct__action {
	display:flex;
	flex-direction:column;
	margin:-4px 0;
}

.pack-correct__action .btn {
	white-space:nowrap;
	text-transform:none;
	width:100%;
	margin:4px 0;
	flex-grow:1;
	padding-left:16px;
	padding-right:16px;
	height:32px;
}

.pack-correct__phone {
	font-size:24px;
	font-weight:700;
	justify-content:center;
}

@media screen and (max-width:1000px){
	.pack-correct {
		flex-wrap:wrap;
	}
	.pack-correct__view {
		margin-right:0;
		width:100%;
		min-height:128px;
		margin-bottom:16px;
	}
	.pack-correct__content {
		flex-basis:0;
		flex-grow:1;
	}
	.pack-correct__action {
		
	}
}

@media screen and (max-width:768px){
	.pack-correct__content {
		margin-right:0;
	}
	.pack-correct__action {
		width:100%;
		margin-right:0;
		margin-top:16px;
		justify-content:center;
	}
	.pack-correct__action .btn{
		height:32px;
		text-align:center;
		justify-content:center;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/pack-list.css?1758546650400*/
.pack-list {
	display:flex;
	width:calc(100% + 16px);
	margin:16px -8px;
}

.pack-list__item {
	width:calc(100% / 4 - 16px);
	margin:0 8px;
}

@media screen and (max-width:1000px){
	.pack-list {
		flex-wrap:wrap;
	}
	.pack-list__item {
		width:calc(100% - 16px);
		margin-bottom:16px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/pack-popup.css?17585466502867*/
.pack-popup {
	background:var(--c-grey);
	padding:24px;
	box-sizing:border-box;
	width:384px;
	max-width:100%;
	border-radius:5px;
	position:relative;
	color:var(--c-primary);
}
.pack-popup.fancybox__content {
	padding:0;
}

.pack-popup__content {
	position:relative;
}
.pack-popup__content:before {
	content:"";
	position:absolute;
	width:80%;
	height:80%;
	top:10%;
	left:10%;
	opacity:0.1;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.pack-popup ul{
	padding-left:16px;
	margin:0;
}

.pack-popup__title {
	background:#fff;
	border-radius: 5px;	
	padding:16px 24px;
	margin-top:24px;
	box-sizing:border-box;
	text-transform:uppercase;
	display:inline-block;
	width:100%;	
}

.pack-popup__name {
	font-weight:700;
	font-size:22px;
}

.pack-popup__desc {	
	font-size:13px;
}

.pack-popup__content {
	margin:24px 0;
}
.pack-popup__detail{
	text-transform:uppercase;
}

.pack-popup__cost {
}

.pack-popup__price {
	display:flex;	
	text-align:right;	
	margin:8px 0;
	align-items:center;
	font-weight:400;
}

.pack-popup__price-label {
	padding-left:16px;
	width:90%;
	font-size:15px;
	line-height:1.15;
	text-align:left;
}


.pack-popup__price-value {
	font-size:22px;
	white-space:nowrap;

	background:#fff;

	border-radius: 5px;	
	padding:4px 16px;
	box-sizing:border-box;
	width:140px;
	flex-shrink:0;
	
	
	
}
.pack-popup__price:last-child .pack-popup__price-value {
	font-size:26px;
	font-weight:700;
}

.pack-popup__close {
	position:absolute;
	top:16px;
	right:16px;
	display:flex;
	font-size:14px;
	cursor:pointer;
	align-items:center;
}

.pack-popup__close svg { 
	width:20px;
	height:20px;
	fill:var(--c-primary);
	border:1px solid var(--c-primary);
	border-radius:24px;
	margin-left:4px;
	transition:all 0.2s ease;
}
.pack-popup__close:hover svg { 
	transform:rotate(90deg);
}
.pack-popup__action{
	margin-top:24px;
	text-align:center;
}

.pack-popup__content p + ul {
	margin-top:-8px;
}

.pack-popup__content ul {
	padding-left:16px;
}
.pack-popup__content li {
	margin:12px 0;
	line-height:1.15;
}
.pack-popup__content ul > li {
	position:relative;
	list-style:none;
	padding-left:28px;
}
.pack-popup__content ul > li:before {
	position:absolute;
	content:"";
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	width:20px;
	height:20px;
	top:1px;
	left:0;
	
}
.pack-popup__content p + ul {
	margin-top:-8px;
}



@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

	
}

@media screen and (max-width:480px){

}
@media screen and (max-width:370px){
	.pack-popup__price {
		align-items:center;
	}
	.pack-popup__price-label {
		font-size:14px;
		padding-right:12px;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/pack-tabs.css?17585466501299*/
.pack-tabs {
	
}

.pack-tabs__header {
	display:flex;
}

.pack-tabs__tabs {
	flex-grow:1;
	display:flex;
}

.pack-tabs__labels {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:24px;
	font-size:12px;
	text-transform:uppercase;
}
.pack-tabs__label {
	line-height:1.15;
	box-sizing:border-box;
}
.pack-tabs__label:nth-child(1) {
	width:168px;
	padding-left:48px;
}
.pack-tabs__label:nth-child(2) {
	width:208px;
	padding-left:24px;
}

.pack-tabs__header .btn{
	width:calc(25% - 16px);
	justify-content:center;
	margin-right:16px;
	margin-left:0;
	background-color:#ccc;
	border-color:#ccc;
	color:#333;
}
.pack-tabs__header .btn_red{
	background-color:var(--c-accent);
	border-color:var(--c-accent);
	color:#fff;
}

@media screen and (max-width:1000px){
	.pack-tabs__labels{
		display:none;
	}
}

@media screen and (max-width:768px){
	.pack-tabs__tabs {
		justify-content:space-between;
	}
	.pack-tabs__header .btn{
		width:48%;
		margin:0;
	}
}

@media screen and (max-width:480px){

}

@media screen and (max-width:360px){
	.pack-tabs__tabs {
		flex-direction:column;
	}
	.pack-tabs__header .btn{
		width:100%;
		margin-top:8px;
	}
	.pack-tabs__header .btn:first-child{
		margin-top:0;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/pack.css?17585466502041*/
.pack {
	box-sizing:border-box;
	background-color:var(--c-primary-light);
	display: flex;
	flex-direction: column;
	height: 100%;
  
}

.pack__header {
	background-color:var(--c-primary);
	box-sizing:border-box;
	color:#fff;
	width:100%;
	flex-shrink:0;
	padding:8px 16px;
	display:flex;
	font-size:22px;	
	
}

.pack__name {
	font-weight:700;
	flex-grow:1;
}
.pack__cost {
	font-weight:400;	
}

.pack__content {
	flex-grow:1;
	color:var(--c-black);
}
.pack__content p {
	text-align:left;
}

.pack__include {
	padding:16px ;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	height:100%;
}
.pack__include :first-child {
	margin-top:0;
	padding-top:0;
}
.pack__include :last-child {
	margin-bottom:0;
	padding-bottom:0;
}
.pack__include ul {
	padding:0;
	margin:0;
	flex-grow:1;
}
.pack__include ul > li{
	padding:6px 0;
	margin:0;
	border-bottom:2px solid var(--c-primary-light-hover);
	box-sizing:border-box;
}
.pack__include li:last-child {
	border:0;
}
.pack__include li:before {
	display:none;
}


@media screen and (max-width:1280px){
	.pack__header{
		flex-direction:column;  
	}	
}
@media screen and (min-width:1000px){
	.pack__content {
		display:block !important;
	}
}
@media screen and (max-width:1000px){
	.pack {
		flex-direction:column;
	}
	
	.pack__content {
		 display:none; 
	}
	.pack._active .pack__content {
		display:block;
	}

	.pack__header {
		position:relative;
	}
	.pack__header:after {
		background-image:url('/local/templates/gup/css/autoload/assets/pack/arrow.svg');
		background-repeat:no-repeat;
		width:24px;
		height:24px;
		content:"";
		display:block;
		clear:both;
		position:absolute;
		right:16px;
		top:50%;
		transition: all 0.2s;
		pointer-events:none;
		background-color:transparent;
		transform:translateY(-50%) rotate(0);
	}
	.pack._active .pack__header:after{
		transform:translateY(-50%) rotate(90deg);
	}		
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
		
}

/* End */


/* Start:/local/templates/gup/css/autoload/page.css?1758546650538*/
.page {
	
}

.page__menu {
	background-color:var(--c-primary);
}
.page__content {
	width:100%;
	overflow:hidden;
}
.page__content:not(.page__content_fancybox) {
	padding-bottom:64px;
}

@media screen and (max-width:1000px){
	
	.page__menu {
		display:none;
	}

	.menu-open .page__menu {
		display:block;
		position:fixed;
		top:48px;
		height:calc(100% - 48px - 48px);
		left:0;
		right:0;
		overflow-y:scroll;
	}	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/personal-data.css?1758546650618*/
.personal-data {
	padding:16px;
    background: rgba(240, 241, 242, 0.96);
    border-radius: 5px;
    box-sizing: border-box;
	position:fixed;
	
	bottom:16px;
	left:50%;
	transform:translateX(-50%);
	
	width:1280px;
	max-width:calc(100% - 32px);
	z-index:100;
}
.personal-data_accepted {
	display:none;
}
.personal-data__content {
	
}

.personal-data__action {
	margin-top:8px;
	text-align:right;
}

@media screen and (max-width:1000px){
	.personal-data {
		bottom:56px;
		font-size:14px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/popuplar-service.css?1758546650974*/
.popular-service {
	display:flex;
	flex-wrap:wrap;
	margin:0 -8px;
	width:calc(100% + 16px);
}

.popular-service__item {
	width:calc(100% / 4 - 16px);
	margin:8px;
	min-width:288px;
	flex-grow:1;
}

.popular-service__item-view {
	height:100px;
	
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;	
	overflow:hidden;
	
	position:relative;
}



.popular-service__item-title.btn {
	margin-top:8px;
	color:#fff;
	text-align:center;
	padding:8px;
	box-sizing:border-box;
	font-weight:400;
	text-transform:uppercase;
	width:100%;
	justify-content:center;
}

.popular-service__item:hover .popular-service__item-view:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	pointer-events:none;
	transition:all 0.2s ease;
}
.popular-service__item:hover .popular-service__item-view:after {
	background:rgba(0,0,0,0.2);
}


/* End */


/* Start:/local/templates/gup/css/autoload/product-list.css?17585466501955*/
.product-list {
	
}

.product-list__items {
	display:flex;
	margin:0 -8px;
	width:calc(100% + 16px);
	flex-wrap:wrap;
}

.product-list__item {
	margin:8px;
	width:calc(25% - 16px);
	flex-shrink:0;
	background-color:var(--c-grey);
	box-sizing:border-box;
	padding:16px;
	border-radius:5px;
}
.product-list__item._hidden {
	display:none;
}

.product-list__view {
	background:#fff;
	height:196px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border-radius:5px;
}
.product-list__view img{
	max-height:100%;
}

.product-list__content {
}

.product-list__title {
	margin-top:12px;
	background:#fff;
	border-radius:5px;
	padding:8px 16px;
	line-height:1.15;
	height:calc(2.3em + 16px);
	box-sizing:border-box;
	display:flex;
	align-items:center;
}
.product-list__name {

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;		
}

.product-list__price {
	background:#fff;
	border-radius:5px;
	padding:8px;
	color:var(--c-primary);
	font-weight:700;
	font-size:24px;
	text-align:center;
	margin-top:12px;
}

.product-list__more {
	margin-top:8px;
	text-align:center;
}


.product-list__more:empty {
	display:none;
}

@media screen and (max-width:1280px){
	.product-list__title {
		height:calc(3.45em + 16px);
	}
	.product-list__name {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;		
	}	
}

@media screen and (max-width:1000px){

	.product-list__item {
		width:calc(50% - 16px);
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

	.product-list__items {
		margin:0 -4px;
		width:calc(100% + 8px);
	}

	.product-list__item {
		margin:4px;
		width:calc(50% - 8px);
		padding:4px;
	}
	
	.product-list__title {
		margin-top:4px;
	}
	.product-list__price {
		margin-top:4px;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/rate.css?1758546650470*/
.rate {
	display:flex;
}

.rate__item {
	width:20px;
	height:20px;
	flex-shrink:0;
	mask-image:url(/local/templates/gup/css/autoload/assets/rate/star.svg);
	mask-position:center;
	mask-size:contain;
	mask-repeat:no-repeat;
	margin-right:4px;
	background-color:#ccc;
	cursor:pointer;
	opacity:0.5;
}

.rate__item_active {
	background-color:var(--c-accent);
	opacity:1;
}

.rate__item input {
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
	opacity:0;
}
/* End */


/* Start:/local/templates/gup/css/autoload/red-phone.css?1758546650824*/
.red-phone {
	display:inline-flex;
	flex-direction:column-reverse;
	align-items:flex-end;
}

.red-phone__number {
	
}

.red-phone__number a{
	background:var(--c-accent);
	font-size:21px;
	font-weight:700;
	padding:4px 20px 3%;
	box-sizing:border-box;
	color:#fff;
	display:block;
	white-space:nowrap;
	text-decoration:none;
}
.red-phone__number a:hover{
	background:var(--c-accent-hover);
}

.red-phone__content {
	margin-top:4px;
}


.red-phone__label {
	text-transform:uppercase;
	position:relative;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:12px;
}
.red-phone__label:before {
	content:"";
	display:none;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	background:#27ae60;
	width:6px;
	height:6px;
	border-radius:6px;
}
/* End */


/* Start:/local/templates/gup/css/autoload/right-image.css?1758546650332*/
.right-image {
	float:right;
	padding:0 0 16px 16px;
	width:384px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.right-image {
		float:none;
		padding:0;
		width:512px;
		max-width:100%;
		margin:16px auto;
		display:block;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/search-form.css?17585466501736*/
.search-form {
	
}

.search-form__content {
	background:var(--c-primary);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:4px 0;
	box-sizing:border-box;
	display:none;
}
.search-form_active .search-form__content {
	display:flex;
}
.search-form__form {
	display:flex;
	flex-grow:1;
}
.search-form__input {
	flex-grow:1;
	box-sizing:border-box;
	margin:0 8px;
	background:transparent;
	border:0;
	border-bottom:1px solid #fff;
	color:#fff;
}
.search-form__input:focus,
.search-form__input:active{
	outline:none;
}
.search-form__input::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}
.search-form__submit {
	border:1px solid #fff;
	color:#fff;
	padding:0 16px;
	background:transparent;
	border-radius:5px;
}
.search-form__icon {
	width:24px;
	height:100%;
	margin-left:16px;

	background-image:url(/local/templates/gup/css/autoload/assets/search-form/icon.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	
	cursor:pointer;
}
.search-form__close {
	width:24px;
	height:100%;
	margin-left:16px;

	background-image:url(/local/templates/gup/css/autoload/assets/search-form/close.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	
	cursor:pointer;
	transition:all 0.2s ease;
}

.search-form__close:hover {
	transform:rotate(90deg);
}


@media screen and (min-width:1000px){
	.search-form__content {
		display:none;
	}	
}
@media screen and (max-width:1000px){
	.search-form__content {
		display:flex;
		height:40px;
	}
	.search-form__close {
		display:none;
	}
	.search-form__input {
		margin-left:0;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/side.css?1758546650429*/
.side {
	float:left;
	padding: 0 24px 24px 0;
	width:calc(100% / 3 + 16px);
	box-sizing:border-box;
	max-width:100%;
}

.side_right {
	float:right;
	padding: 0 0 24px 24px;
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.side {
		float:none; 
		padding:0;
		margin:16px auto;
		width:100%;
		max-width:512px;
		
	}
}

@media screen and (max-width:480px){


}

/* End */


/* Start:/local/templates/gup/css/autoload/sides.css?1758546650999*/
.sides {
	display:flex;	
	flex-direction:column;
	margin:-8px 0;
	height:calc(100% + 16px);
}

.sides__item {
	background-color:var(--c-primary-light);
	margin:8px 0;
	flex-grow:1;
	box-sizing:border-box;
	border-top:4px solid var(--c-accent);
	padding:16px;
	color:var(--c-primary);
	text-transform:uppercase;
	text-decoration:none;
}

.sides__item:hover {
	color:var(--c-primary-hover);
	background-color:var(--c-primary-light-hover);
}

.sides__title {
	font-size:19px;
	font-weight:600;
}

.sides__desc {
	margin-top:4px;
}

@media screen and (max-width:1000px){
	.sides {
		width:calc(100% + 16px);
		margin:-8px;
		flex-direction:row;
		flex-wrap:wrap;
	}
	.sides__item {
		width:calc(50% - 16px);
		margin:8px;
	}
	.sides__title {
		font-size:18px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.sides__title {
		font-size:16px;
		line-height:1.15;
	}
	.sides__desc {
		font-size:14px;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/slots.css?17585466501237*/
.slots {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	
	padding:0;
	margin:0;
	box-sizing:border-box;
	
	max-width:100%;
	font-weight:400;
}

.slots__slot {
	position:relative;
	display:flex;
	flex-direction:column;
	padding:0;
	color:#333;
	text-decoration:none;
	margin:8px 0;
}

.slots__slot:hover {
	color:#000;
}

.slots__slot:hover .slots__slot-view {
	transform:scale(1);
}

.slots__slot:after {
	content:"";
	display:none;
	width:100%;
	height:1px;
	background:#6D5F52;
	position:absolute;
	bottom:0;
	left:0;
}

.slots__slot:last-child {
	padding-right:0;
	margin-right:0;
}

.slots__slot:last-child:after {
	display:none;
}

.slots__slot-content {
	padding-left:16px;
	content:relative;
}

.slots__slot-content:before {
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:100%;
	background-color:var(--c-accent2);
	left:0;
	top:0;
}

.slots__slot-title {
	text-transform:uppercase;
	font-size:18px;
	font-weight:700;
}
.slots__slot-desc {
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

@media screen and (max-width:360px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/social.css?1758546650489*/
.social {
	display:flex;
}

.social__item{
	width:28px;
	height:28px;
	margin-right:12px;
	
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}

.social__item:last-child{
	margin-right:0;
}

.social__item:after{ 
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);	
	transition:all 0.2s ease;
}
.social__item:hover:after{ 
	background:rgba(0,0,0,0.04);	
}
/* End */


/* Start:/local/templates/gup/css/autoload/stati.css?17585466502650*/
.stati {
	
}
.stati__items {
	flex-wrap:wrap;
}
.stati__items,.stati__items.owl-carousel {
	display:flex;
	
	width:calc(100% + 16px);
	margin:0 -8px;
}

.stati__item {
	width:calc(33.33% - 16px);
	margin:0 8px 16px;
	
	display:flex;
	flex-direction:column;
	text-decoration:none;
}

.stati__view {
	box-sizing:border-box;
	padding:12px 0;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
	position:relative;
	z-index:2;
	overflow: hidden;

	padding-bottom: 30%;
	height: 0;		
}
.stati__view:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	pointer-events: none;
	transition: all 0.2s ease;
	z-index:-1;
}

.stati__content {
	flex-grow:1;
}
.stati__title {
	transition:all 0.2s ease;
}

.stati__item:hover .stati__title {
	color:var(--c-accent);
}

.stati__content {
	padding:16px 12px;
	border:1px solid var(--c-grey);
	border-top:0;
}

.stati__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top:12px;
	color:#000;	
}

.stati__date { 
	margin-top:12px;
	color:#000;
}




.stati__item:hover .stati__view:before,
.stati__item:hover:before {
	background: rgba(0,0,0,0.0);
}

.stati__nav {
	text-align:center;
}
.stati__more {
	text-align:center;
	margin:16px 0;
}
.stati__more .btn {
	width:calc(100% / 3  - 16px);
	justify-content:center;
	margin-left:-8px;
	white-space:nowrap;
}

.stati__items.owl-carousel.off {
    display: flex;
}

@media screen and (min-width:1000px){

	
}
@media screen and (max-width:1000px){
	.stati__items {
		flex-wrap:wrap;
	}
	.stati__item {
		width:calc(100% / 2  - 16px);
	}
	.stati__view{
		padding-bottom: 40%;
		height: 0;	
	}
	

}

@media screen and (max-width:768px){

}

@media screen and (max-width:600px){
	.stati__more .btn {
		width:calc(100% / 2  - 16px);
	}
}

@media screen and (max-width:480px){
	.stati__more .btn {
		width:100%;
		margin-left:0;
	}	
	.stati__items {
		width:100%;
		margin:0;
	}	
	.stati__item {
		width:100%;
		margin:0 0 16px 0;
	}
	.stati__desc {
		min-height:auto;
	}
	.stati__date{
		margin-top:4px;
	}
	
	.stati__more {
		display:none;
	}
	.stati__items_slider.owl-carousel {
		display:block;
		margin: 0 -16px 16px;
		width:calc(100% + 32px);
	}	
	.stati__items_slider .stati__items {
		width:100%;
		margin:0;
	}
	.stati__items_slider .stati__item {
		width:auto;
		margin:0 0 0 16px;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/step-tabs.css?1758546650532*/
.step-tabs .steps {
	margin:16px 0;
}
.step-tabs__tabs {
	display:flex;
	margin: 0 -8px;
	width:calc(100% + 16px);
}
.step-tabs__tabs .btn{
	width:calc(25% - 16px);
	margin:0 8px;
	justify-content:center;
}

@media screen and (max-width:1000px){
	.step-tabs__tabs {
		flex-wrap:wrap;
	}
	.step-tabs__tabs .btn {
		width:calc(50% - 16px);	
		margin-top:4px;
	}
}

@media screen and (max-width:768px){
	.step-tabs__tabs .btn {
		width:calc(100% - 16px);	
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/steps.css?17585466501318*/
.steps {
	margin:16px 0;
	box-sizing:border-box;
	--count: 3;
	--gap: 16px;
  
}
.steps p{
	text-align:left;
	margin:0;
}
.steps__title {
	background-color:var(--c-primary);
	color:#fff;
	font-size:24px;
	font-weight:700;
	margin-bottom:16px;
	padding:8px;
	text-align:center;
	text-transform:uppercase
}

.steps__items {
	flex-wrap:wrap;
	display:flex;
	gap:var(--gap);
}

.steps__item {		
	width: calc(calc(100% / var(--count)) - calc(var(--gap) * calc(var(--count) - 1) / var(--count)));
	display: flex;
	padding:0 8px 0 16px;
	box-sizing:border-box;
	background-color:var(--c-primary-light);
}
.steps__item > span {
	margin:8px 0;
}
.steps__item:before {
	content:attr(data-id);
	font-size:60px;
	font-weight:700;
	color:var(--c-footer-text);
	margin-right:16px;
	padding-bottom:0.1em;
	
}


@media screen and (max-width:1000px){
	.steps {
		--count: 1;
	}
	.steps__title {
		font-size: calc(17px + (24 - 17) * (100vw - 320px) / (1000 - 320));
	}
	.steps__items {
	}
	.steps__item {
	}
	.steps__item:before {
		font-size:80px;
	}		
}

@media screen and (max-width:768px){
		
}

@media screen and (max-width:480px){
	.steps {
		border-radius:0;
		margin-left:-16px;
		margin-right:-16px;
		width:calc(100% + 32px);
		padding:16px;
	}
	
}
/* End */


/* Start:/local/templates/gup/css/autoload/sticky-top.css?1758546650449*/
.sticky-top {
	position: sticky;
	top: 0;
	z-index: 20;
	background:#fff;
	color:var(--c-header-text);
}

@media screen and (max-width:1000px){
	.sticky-top {
		background:var(--c-header-mobile-bg);
		color:var(--c-header-mobile-text);
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.sticky-top {
		box-shadow: 0 0 4px 1px rgba(0,0,0,0.16);
	}
}
@media screen and (max-width:360px){

}
/* End */


/* Start:/local/templates/gup/css/autoload/submenu-bottom.css?17585466501284*/
.submenu-bottom {
}

.submenu-bottom__items {
	display:flex;
	flex-grow:1;
	justify-content:center;
	height:40px;
	overflow:hidden;
}

.submenu-bottom__item {
	flex-grow:1;
	color:#fff;
	padding:0 28px;
	background-color:var(--c-accent);
	display:flex;
	align-items:center;
	margin-right:16px;
	text-transform:uppercase;
	font-weight:400;	
	text-decoration:none;
}

.submenu-bottom__item:hover {
	color:#fff;
	background-color:var(--c-accent-hover);
}

.submenu-bottom__item_rating {
	background:#f5f5f5;
}

.submenu-bottom__item_rating:hover {
	background:#f5f5f5;
	color:#fff;
}

@media screen and (min-width:1000px){	
	.submenu-bottom__item:last-child {
		flex-shrink:0;
		margin-right:0;
	}
}

@media screen and (max-width:1000px){
	
	.submenu-bottom__items {
		flex-direction:column;
		height:auto;
		margin:4px 16px 4px 32px;
	}
	.submenu-bottom__item {
		padding:4px 12px;
		box-sizing:border-box;
		margin:8px 0;
		text-align:left;
		line-height:1.2;
		background-color:var(--c-accent);
	}
	.submenu-bottom__item:hover {
		background-color:var(--c-accent-hover);
	}
	.submenu-bottom__item_rating {
		display:none;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/tabs.css?175854665081*/
.tabs {
	
}
.tabs__tab {
	
}
.tabs__pane:not(._active) {
	display:none;
}
/* End */


/* Start:/local/templates/gup/css/autoload/text-center.css?175854665039*/
p.text-center {
	text-align:center;
}
/* End */


/* Start:/local/templates/gup/css/autoload/video.css?1758546650136*/
.video {
	
}

.video_right {
	float:right;
	padding: 0 0 24px 24px;
	width:512px;
	box-sizing:border-box;
	max-width:100%;
}

/* End */


/* Start:/local/templates/gup/css/autoload/warn.css?1758546650517*/

.warn {
	background-color:#fdf3f4;
	text-align:center;
	padding:24px 32px;
	
	height: 100%;
	width: 100%;
	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	justify-content: center;
  
}
.warn p {
	text-align:center;
}
.warn__title {
	color:var(--c-accent);
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
}
.warn__desc {
}
@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/gup/css/autoload/wd.css?17585466501588*/
.wd {
	
}

.wd__tabs {
	display:flex;
	flex-wrap:wrap;
	margin:0 -8px;
	width:calc(100% + 16px);
}
.wd__tab {
	background:#82776a;
	flex-grow:0;
	width:calc(100% / 4 - 16px);
	border-radius:5px;
	margin:8px 8px;
	padding:6px 8px 4px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	transition:all 0.2s ease;
	font-weight:400;
	text-transform:uppercase;
}

.wd__tab:hover {
	background:#74695b;
}

.wd__tab._active {
	background:#c73a40;
}


.wd__data {
	margin:8px 0;
}

.wd__content { 
	display:none;
}

.wd__step {

	background:#f2f1ef;
	border-radius:5px;
	
	flex-wrap:wrap;
	display:flex;
}

.wd__content._active {
	display:block;
}

.wd__item {
		
	display:flex;
	align-items:center;
	
	position:relative;
	flex-grow:1;
	flex-basis:0;


	margin:16px 0;	
	padding:0 16px;
	min-width:288px;
}

.wd__item:before {
	content:attr(data-id);
	font-size:120px;
	font-weight:700;
	line-height:0.8;
	color:#9b9793;
	opacity:0.5;
	margin-right:16px;
	
}


@media screen and (max-width:1000px){
	.wd__tab {
		width:calc(100% / 2 - 16px);
	}
}

@media screen and (max-width:768px){
	.wd__tabs {
		width:100%;
		margin:0;
	}
	.wd__tab {
		width:100%;
		margin:4px 0;
	}
	.wd__step {
		width:100%;
		margin:0;
		padding:8px 0
	}
	.wd__item {
		width:100%;
		align-items:flex-start;	
	}
	.wd__item:before {
		font-size:100px;
	}
			
}

@media screen and (max-width:480px){
	.wd__step {
		width: calc(100% + 32px);
		margin: 0 -16px;
		padding: 8px 0;
		border-radius: 0;
	}
}

/* End */


/* Start:/local/templates/gup/css/autoload/youtube.css?1758546650200*/
.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.youtube__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
/* End */


/* Start:/local/templates/gup/css/autoload/zzz_kvadrate.css?17585466509101*/
html {
    background-color: #dddddd;
}

body {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #0000003b;
}

.block_2 {
    padding-left: 269px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
}

.block_2 p {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 0;
    margin-top: 0;
}

.block_2 p strong {
    color: var(--c-accent);
    font-weight: 800;
}

.block_2:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/gup/css/autoload/../../images/icon_18.svg);
    width: 180px;
    height: 43px;
    top: 20px;
    left: 0;
}

.gallery-slider .slick-arrow {
    background-color: #ffffff8c;
    height: 100%;
    width: 64px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-slider .slick-disabled {
    visibility: hidden;
}

.gallery-slider .slick-prev {
    left: 0;
}

.gallery-slider .slick-next {
    right: 0;
}

.gallery-slider .slick-arrow:before {
    content: ' ';
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fff;
    background-image: url(/local/templates/gup/css/autoload/../../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-radius: 50%;
    transform: rotateY(180deg);
}

.gallery-slider .slick-next:before {
    transform: rotateY(0deg);
}

.gallery-slider .gallery-item {
    margin-right: 15px;
}

.gallery-slider .gallery-item img {
    object-fit: cover;
}

.block_5 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.block_5 .item__inner {
    border-radius: 10px;
    background-color: #d91521;
    padding: 22px 40px 0 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 30px;
    color: #fff;
}

.block_5 .item__inner p {
    margin-top: 0;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.block_5 .item__inner h6 {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.block_5 .item__inner p a {
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

.block_5 .item__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/gup/css/autoload/../../images/icon_4.svg);
    width: 44px;
    height: 42px;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}

.block_1 {
    padding-bottom: 20px;
}

.block_1 ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.block_1 .list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.block_1 ul li {
    padding-left: 0;
    margin-bottom: 2px;
}

.block_1 ul.list-wrap li {
    margin-right: 15px;
}

.block_1 ul li a {
    position: relative;
    padding-left: 23px;
    font-weight: 600;
    color: #d91521;
    text-decoration: underline;
}

.block_1 ul li a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/gup/css/autoload/../../images/icon_17.svg);
    width: 12px;
    height: 14px;
    top: 4px;
    left: 0;
}

.detail .block_1 ul > li:before {
    content: none;
}

.d-inline {
    display: inline !important;
}

.d-none {
    display: none !important;
}

.header-gosty {
    display: none;
    color: #333333;
    border-left: 1px solid #D52A1D;
    font-size: 10px;
    line-height: 17px;
    margin-left: 10px;
    padding-left: 6px;
    white-space: nowrap;
    margin-right: 40px;
}
.footer_links {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.footer_links > a {
    border: 1px solid;
    border-radius: 8px;
    padding: 7px 15px;
    text-decoration: none;
    display: inline-block;
}

.footer__disclaimer {
    display: none;
    color: var(--c-footer-text);
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}

.callback_phone {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff4343;
    padding: 7px 14px;
    display: none;
    align-items: center;
}

.callback_phone_container {
    display: inline-flex;
    flex-direction: column;
    margin-left: 26px;
    text-decoration: none;
}

.callback_phone__phone {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.callback_phone__text {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    white-space: break-spaces;
}

.callback_phone img {
    width: 36px;
}

.page__menu .header__content-wrap {
    display: none;
}

@media (min-width: 768px) {
    .block_1 ul {
        columns: 2;
        max-width: 820px;
    }

    .block_1 .list-wrap {
        display: block;
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }
}

@media (max-width: 1199px) {
    .block_2 {
        padding-left: 170px;
    }

    .block_2 p {
        font-size: 20px;
        line-height: 24px;
    }

    .block_2:after {
        width: 150px;
        height: 30px;
        top: 22px;
    }

    .gallery-slider .slick-slide img, .gallery-slider .slick-slide iframe {
        height: 140px;
    }
}

@media (max-width: 1000px) {
    .header-gosty {
        display: block;
    }
    .sticky-top {
        background: var(--c-header-mobile-text);
        color: var(--c-header-mobile-bg);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .logo__title {
        color: var(--c-header-mobile-bg);
    }
    .logo__desc {
        color: var(--c-header-mobile-bg);
    }
    .header__burger {
        background-color: #018bd3;
        padding: 10px;
        border-radius: 50%;
        transform: none;
        width: 22px;
        height: 22px;
    }
    .header__burger:before {
        position: initial;
    }
    .header__burger:after {
        content: none;
    }
    .menu-open .page__menu {
        top: 68px;
        height: calc(100% - 48px - 68px);
    }
    .footer {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .footer__double {
        flex-direction: column-reverse;
    }
    .footer__left {
        margin-bottom: 0;
        margin-top: 24px;
    }
    .footer__menu {
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 24px;
    }
    .footer__column {
        width: 50%;
        flex-grow: initial;
        flex-basis: auto;
        padding-right: 10px;
    }
    .footer__column + .footer__column {
        margin-top: 0;
    }
    .footer_links {
        display: flex;
    }
    .footer__disclaimer {
        display: block;
    }
    .callback_phone {
        display: flex;
    }
    .block_5 .item__inner {
        padding-left: 15px;
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .block_5 .item__inner:after {
        display: none;
    }
    .block_5 .item__inner h6 {
        display: none;
    }
    .page__menu .header__content-wrap {
        display: block;
    }
    .header__content-wrap {
        margin-top: 10px;
        font-size: 12px;
    }
    .header__content-wrap br {
        display: none;
    }
}

@media (max-width: 575px) {
    .block_2 {
        padding-left: 70px;
    }

    .block_2 p {
        font-size: 16px;
        line-height: 24px;
    }

    .block_2:after {
        width: 55px;
        height: 10px;
        top: 26px;
    }

    .logo__desc {
        display: none;
    }

    .logo__title {
        max-width: 150px;
        white-space: break-spaces;
        font-size: 12px;
    }

    .logo__content {
        align-self: center;
    }

    .header-gosty {
        margin-right: 10px;
        margin-left: 5px;
    }

    .block_5 .item__inner p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .block_5 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .block_2 p {
        margin-bottom: 0;
    }
    .block_2 {
        margin-top: 20px;
    }

    .sticky-top {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .menu-open .page__menu {
        top: 58px;
        height: calc(100% - 48px - 58px);
    }
}

@media (max-width: 460px) {
    .block_2 {
        padding-left: 20px;
        padding-top: 30px;
    }

    .block_2:after {
        width: 85px;
        height: 30px;
        top: 6px;
    }

    .gallery-slider .slick-slide img, .gallery-slider .slick-slide iframe {
        height: 110px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1750149560666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/gup/components/bitrix/news.list/pack_2/style.css?17585466501480*/
.pack2-col {
	display:flex;
    margin: 16px -8px;
    width: calc(100% + 16px);
}

.pack2-col__item {
    flex-shrink: 0;
    flex-basis: 0;
    flex-grow: 1;
    margin: 8px;
    min-width: calc(50% - 16px);
}

.pack2 {
	background-color: var(--c-primary-light);
}

.pack2__header {
	background-color: var(--c-primary);
	color:#fff;
	text-align:center;
	padding:8px 16px;
	box-sizing:border-box;
	font-size:20px;
	font-weight:600;
}

.pack2__content {
	box-sizing:border-box;
	padding:32px;
}

.pack2__item {
	display:flex;
	border-bottom: 2px solid var(--c-primary-light-hover);
	box-sizing:border-box;
	padding:12px 0;
}

.pack2__item:first-child {
	padding-top:0;
}
.pack2__item:last-child {
	border-bottom:0;
	padding-bottom:0;
}

.pack2__name {
	flex-grow:1;
	font-size:18px;
	padding-right:16px;
	box-sizing:border-box;
}

.pack2__price {
	font-size:20px;
	font-weight:700;
	white-space:nowrap;
}



@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.pack2-col {
		flex-wrap:wrap;
	}
	
	.pack2-col__item {
		flex-shrink: 0;
		flex-basis: 0;
		flex-grow: 1;
		margin: 8px;
		min-width: calc(100% - 16px);
	}
}

@media screen and (max-width:480px){
	.pack2__header {
		font-size:18px;
	}

	.pack2__content {
		padding:16px;
	}	
	.pack2__item {	
		padding:8px;
	}
}
@media screen and (max-width:360px){
	
	.pack2__header {
		font-size:17px;
	}
}

/* End */
/* /local/templates/gup/vendor/normalize.css?17585466506487 */
/* /local/templates/gup/vendor/fancybox/jquery.fancybox.min.css?175854665012795 */
/* /local/templates/gup/vendor/owl/assets/owl.carousel.min.css?17585466503351 */
/* /local/templates/gup/vendor/owl/assets/owl.theme.default.min.css?17585466501013 */
/* /local/templates/gup/vendor/owl/assets/owl.theme.slider2.css?17585466502984 */
/* /local/templates/gup/vendor/slick/slick.css?17585466504921 */
/* /local/templates/gup/css/autoload/_style.css?17585466501930 */
/* /local/templates/gup/css/autoload/banner.css?1758546650921 */
/* /local/templates/gup/css/autoload/banners.css?1758546650419 */
/* /local/templates/gup/css/autoload/board-banner.css?17585466502828 */
/* /local/templates/gup/css/autoload/breadcrumb-banner.css?1758546650579 */
/* /local/templates/gup/css/autoload/breadcrumb.css?1758546650419 */
/* /local/templates/gup/css/autoload/btn.css?17585466501084 */
/* /local/templates/gup/css/autoload/certs.css?1758546650208 */
/* /local/templates/gup/css/autoload/clear.css?175854665025 */
/* /local/templates/gup/css/autoload/contact.css?17585466502325 */
/* /local/templates/gup/css/autoload/container.css?1758546650137 */
/* /local/templates/gup/css/autoload/content-sides.css?1758546650538 */
/* /local/templates/gup/css/autoload/detail.css?1758546650543 */
/* /local/templates/gup/css/autoload/feedback.css?17585466502851 */
/* /local/templates/gup/css/autoload/fluid.css?1758546650661 */
/* /local/templates/gup/css/autoload/footer-menu.css?1758546650400 */
/* /local/templates/gup/css/autoload/footer-messengers.css?1758546650708 */
/* /local/templates/gup/css/autoload/footer-phone.css?1758546650993 */
/* /local/templates/gup/css/autoload/footer.css?17585466502699 */
/* /local/templates/gup/css/autoload/form.css?17585466502231 */
/* /local/templates/gup/css/autoload/header.css?17585466502233 */
/* /local/templates/gup/css/autoload/important-known.css?1758546650856 */
/* /local/templates/gup/css/autoload/infra.css?1758546650477 */
/* /local/templates/gup/css/autoload/inner-banner.css?17585466501597 */
/* /local/templates/gup/css/autoload/logo.css?17585466501724 */
/* /local/templates/gup/css/autoload/main-banner.css?17585466494199 */
/* /local/templates/gup/css/autoload/main-reviews.css?1758546650805 */
/* /local/templates/gup/css/autoload/map-block.css?1758546650864 */
/* /local/templates/gup/css/autoload/map.css?1758546650409 */
/* /local/templates/gup/css/autoload/menu-open.css?1758546650710 */
/* /local/templates/gup/css/autoload/menu.css?17628745994779 */
/* /local/templates/gup/css/autoload/news.css?17585466503056 */
/* /local/templates/gup/css/autoload/pack-correct.css?17585466501924 */
/* /local/templates/gup/css/autoload/pack-list.css?1758546650400 */
/* /local/templates/gup/css/autoload/pack-popup.css?17585466502867 */
/* /local/templates/gup/css/autoload/pack-tabs.css?17585466501299 */
/* /local/templates/gup/css/autoload/pack.css?17585466502041 */
/* /local/templates/gup/css/autoload/page.css?1758546650538 */
/* /local/templates/gup/css/autoload/personal-data.css?1758546650618 */
/* /local/templates/gup/css/autoload/popuplar-service.css?1758546650974 */
/* /local/templates/gup/css/autoload/product-list.css?17585466501955 */
/* /local/templates/gup/css/autoload/rate.css?1758546650470 */
/* /local/templates/gup/css/autoload/red-phone.css?1758546650824 */
/* /local/templates/gup/css/autoload/right-image.css?1758546650332 */
/* /local/templates/gup/css/autoload/search-form.css?17585466501736 */
/* /local/templates/gup/css/autoload/side.css?1758546650429 */
/* /local/templates/gup/css/autoload/sides.css?1758546650999 */
/* /local/templates/gup/css/autoload/slots.css?17585466501237 */
/* /local/templates/gup/css/autoload/social.css?1758546650489 */
/* /local/templates/gup/css/autoload/stati.css?17585466502650 */
/* /local/templates/gup/css/autoload/step-tabs.css?1758546650532 */
/* /local/templates/gup/css/autoload/steps.css?17585466501318 */
/* /local/templates/gup/css/autoload/sticky-top.css?1758546650449 */
/* /local/templates/gup/css/autoload/submenu-bottom.css?17585466501284 */
/* /local/templates/gup/css/autoload/tabs.css?175854665081 */
/* /local/templates/gup/css/autoload/text-center.css?175854665039 */
/* /local/templates/gup/css/autoload/video.css?1758546650136 */
/* /local/templates/gup/css/autoload/warn.css?1758546650517 */
/* /local/templates/gup/css/autoload/wd.css?17585466501588 */
/* /local/templates/gup/css/autoload/youtube.css?1758546650200 */
/* /local/templates/gup/css/autoload/zzz_kvadrate.css?17585466509101 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1750149560666 */
/* /local/templates/gup/components/bitrix/news.list/pack_2/style.css?17585466501480 */
