

/* Start:/local/templates/stanbaza/assets/css/normalize.css?16858574406138*/
/*! 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/stanbaza/assets/css/slick.css?15070529681776*/
/* 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;
}

/* End */


/* Start:/local/templates/stanbaza/assets/css/fancybox.css?168913688915380*/
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: 0;
  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: 0;
  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: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  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: -webkit-grab;
  cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox-container [data-selectable=true] {
  cursor: text
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  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: 0 0;
  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: 0
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0
}
.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--play svg:nth-child(2) {
  display: none
}
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
  display: none
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}
.fancybox-close-small {
  background: 0 0;
  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(to top,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%,rgba(0,0,0,0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  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: fancybox-rotate 1s linear infinite;
  background: 0 0;
  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 fancybox-rotate {
  100% {
    transform: rotate(360deg)
  }
}
.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: translate3d(0,0,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: scale3d(1,1,1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.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: scale3d(1,1,1) translate3d(0,0,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: translate3d(0,0,0) scale(1)
}
@media all and (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 0
}
.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 5px;
  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: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  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 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: center center;
  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: 0;
  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 all and (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/stanbaza/assets/css/style.css?176443602844351*/
*,
:after,
:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
}

body {
	font: 400 15px/1.5 "IBM Plex Sans",sans-serif;
	color: #000;
	background: #f1f4fa;
}

a {
	color: #0d5ab4;
	outline: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

a:active,
a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 20px;
}

img {
	display: block;
	max-width: 100%;
	margin: 0;
}

b,
strong {
	font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "IBM Plex Sans",sans-serif;
	font-weight: 700;
	line-height: normal;
	color: #000;
	margin: 0 0 20px;
}

.h1,
h1 {
	font-size: 24px;
	margin: 0 0 20px;
}

.h2,
h2 {
	font-size: 24px;
}

.h3,
h3 {
	font-size: 18px;
}

.h4,
h4 {
	font-size: 16px;
}

.h5,
h5 {
	font-size: 15px;
}

.h6,
h6 {
	font-size: 15px;
}

ol,
ul {
	margin: 0 0 20px;
}

q {
	display: block;
	margin: 0 0 20px;
}

svg {
	display: block;
	overflow: hidden;
}

.form-input,
.form-textarea {
	display: block;
	width: 100%;
	font: 400 15px "Akzidenz Grotesk Pro",sans-serif;
	color: #000;
	outline: 0;
	border: none;
	background: #f2f2f2;
}

.error .form-input,
.error .form-textarea {
	background: #f2f7fd;
	box-shadow: inset 0 0 0 1px #0d5ab4;
	color: #0d5ab4;
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.form-input:-moz-placeholder,
.form-textarea:-moz-placeholder {
	color: #000;
	opacity: 1;
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.form-input {
	padding: 0 10px;
	height: 42px;
}

.form-input:disabled {
	background: 0 0;
	padding: 0 30px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 36px;
	margin-bottom: 5px;
	box-shadow: none!important;
	color: #000;
}

.form-input:disabled::-webkit-input-placeholder {
	color: #000;
	opacity: 0;
}

.form-input:disabled::-moz-placeholder {
	color: #000;
	opacity: 0;
}

.form-input:disabled:-moz-placeholder {
	color: #000;
	opacity: 0;
}

.form-input:disabled:-ms-input-placeholder {
	color: #000;
	opacity: 0;
}

.form-input:disabled + .form__button-edit {
	display: block;
}

.form-textarea {
	height: 100px;
	resize: none;
	padding: 10px;
}

.form-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	cursor: pointer;
}

.form-checkbox__input {
	display: none;
}

.form-checkbox__marker {
	width: 18px;
	height: 18px;
	background: #f2f2f2;
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto;
	margin-right: 15px;
}

.form-checkbox__icon {
	display: block;
	width: 12px;
	height: 11px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	stroke: #fff;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.form-checkbox__input:checked + .form-checkbox__marker {
	background: #0d5ab4;
}

.form-checkbox__input:checked + .form-checkbox__marker .form-checkbox__icon {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.form-checkbox__text {
	display: block;
	padding-top: 1px;
	line-height: 1.2;
}

.form-checkbox__text a {
	text-decoration: none;
}

.form-checkbox__text a:active,
.form-checkbox__text a:hover {
	text-decoration: underline;
}

.form-radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	cursor: pointer;
}

.form-radio__input {
	display: none;
}

.form-radio__marker {
	width: 18px;
	height: 18px;
	border: 2px solid #0d5ab4;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto;
	margin-right: 15px;
}

.form-radio__input:checked + .form-radio__marker {
	border-width: 4px;
}

.form-radio__text {
	display: block;
	padding-top: 1px;
}

input[type=file] {
	display: none;
}

.jq-file {
	width: 100%;
	display: block!important;
	cursor: pointer;
}

.jq-file input {
	display: block;
	height: auto;
	cursor: pointer;
}

.jq-file__name {
	overflow: hidden;
	height: 100px;
	border: 1px dashed #0d5ab4;
	text-align: center;
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -moz-box!important;
	display: flex!important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	font: 500 15px/19px "Akzidenz Grotesk Pro",sans-serif;
	background: #fff;
	color: #0d5ab4;
	padding: 5px 15px;
}

.jq-file__browse {
	display: none;
}

.jq-file.disabled .jq-file__name {
	color: #f2f2f2;
	border-color: #f2f2f2;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.cover {
	padding: 0 8px;
	position: relative;
	margin: 0 auto;
	min-width: 320px;
	max-width: none;
}

.wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
}

.desktop {
	display: none;
}

header {
	left: 0;
	top: 0;
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 300;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

header .cover {
	padding: 0 17px;
}

header .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	height: 75px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	z-index: 100;
	padding-left: 45px;
	padding-right: 45px
}

header .pull {
	cursor: pointer;
	width: 52px;
	height: 75px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

header .pull:hover {
	background: #f8f9fc;
}

header .pull .icon {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -9px;
	display: block;
}

header .pull .icon:after,
header .pull .icon:before {
	content: "";
	display: block;
	width: 18px;
	height: 4px;
	background: #424d5c;
	position: absolute;
	left: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

header .pull .icon:before {
	top: 2px;
}

header .pull .icon:after {
	top: 12px;
}

.active-nav header .pull .icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.active-nav header .pull .icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
}

header .phone {
	cursor: pointer;
	width: 60px;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-decoration: none;
}

header .phone:hover {
	background: #f8f9fc;
}

header .phone .number {
	display: none;
	font-weight: 700;
	font-size: 28px;
	color: #27303c;
	white-space: nowrap;
}

header .phone .icon {
	width: 26px;
	height: 22px;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -11px;
	display: block;
}

header .logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto;
	margin: 0 auto;
}

header .logo .link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	text-decoration: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	width: 138px;
	height: 43px;
}

header .nav {
	display: none;
	position: absolute;
	top: 75px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #f1f4fa;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	color: #424d5c;
	box-shadow: 0 11px 11px rgb(128 135 151 / 25%);
}

header .nav .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .nav .list .item {
	display: block;
}

header .nav .list .item + .item {
    border-top: 1px solid #f1f4fa;
}

header .nav .list .item a {
	display: block;
	text-decoration: none;
	padding: 10px 10px;
	color: #424d5c;
}

header .nav .list .item a:hover {
	background: #f8f9fc;
}

.slider {
	position: relative;
}

.slider .slides {
	position: relative;
}

.slider .cover {
	padding: 0 17px;
}

.slider .slide {
	position: relative;
	height: calc(100vh - 75px);
}

.slider .slide .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.slider .slide .bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(23 28 39 / 50%);
	z-index: 15;
}

.slider .slide .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.slider .slide .cover {
	height: 100%;
}

.slider .slide .content {
	padding: 54px 0 88px;
	height: 100%;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	position: relative;
	z-index: 40;
}

.slider .slide .content .title {
	font-weight: 700;
	color: #fff;
	font-size: 36px;
    line-height: 48px;
}

.slider .slide .content .buttons {
	display: flex;
	gap: 11px;
	flex-wrap: wrap;
}

.slider .slide .content .buttons a {
	width: 100%;
	max-width: 380px;
	background: #0d5ab4;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider .slide .content .buttons a:hover {
	background: #153693;
}

.slider .slide .content .buttons a.transparent {
	background: none;
	border: 2px solid #fff;
}

.slider .slide .content .buttons a.transparent:hover {
	background: #fff;
	color: #153693;
}

.slider .dots {
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 100%;
	z-index: 10;
}

.slider .dots .slick-dots {
    padding: 0;
    margin: 0;
	list-style: none;
}

.slider .dots .slick-dots li {
	display: inline-block;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.slider .dots .slick-dots li + li {
	margin-left: 13px;
}

.slider .dots .slick-dots li button {
	border: 2px solid #fff;
	cursor: pointer;
	color: transparent;
	outline: none;
	background: transparent;
	width: 17px;
	height: 17px;
}

.slider .dots .slick-dots li.slick-active button {
	background: #fff;
}

.breadcrumbs {
	padding: 10px 0;
	color: #515151;
	border-bottom: 1px dashed #cdd0d7;
}

.breadcrumbs a {
	color: #515151;
	text-decoration: none;
}

.breadcrumbs .cover {
	display: flex;
	gap: 30px;
}

.breadcrumbs .breadcrumb-item {
	position: relative;
}

.breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
	content: "›";
	display: block;
	position: absolute;
	left: -16px;
}

.page {
}

.page .top {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0 -8px;
	background: #fff;
	padding: 30px 8px 0;
}

.page-title {
	font-weight: 700;
	font-size: 28px;
}

.page-nav {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.page-nav ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	flex: 0 0;
	text-align: center;
	line-height: 19px;
}

.page-nav ul li + li {
	margin-left: 48px;
}

.page-nav a {
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #27303c;
	padding: 15px 0;
	border-bottom: 2px solid transparent;
	display: block;
}

.page-nav a._active {
	border-bottom-color: #0d5ab4;
}

.page-nav .goback {
	border: 2px solid #0d5ab4;
	color: #0d5ab4;
	font-weight: 500;
	text-align: center;
	padding: 14px 10px;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

.page-content {
	padding-top: 42px;
}

.page-content .tablayer {
	display: none;
}

.page-content .tablayer._active {
	display: block;
}

.page-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.page-item {
	position: relative;
	margin: 0 -8px;
	padding: 8px;
	background: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.page-item .img img {
	max-height: 172px;
}

.page-item .img._covered {
	width: 100%;
}

.page-item .img._covered img {
	width: 100%;
	object-fit: cover;
}

.page-item .name {
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	color: #424d5c;
	text-align: center;
	padding: 10px 5px 5px;
}

.page-item .link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(13, 90, 180, 0.9);
	align-items: center;
	justify-content: center;
	display: flex;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.page-item:hover .link {
	opacity: 1;
}

.page-item .link span {
	font-weight: 500;
	font-size: 23px;
	line-height: 29px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #f1f4fa;
	border: 2px solid #f1f4fa;
	padding: 21px 50px;
}

.page-details {
	display: flex;
	flex-direction: column;
}

.page-layer {
	display: none;
}

.page-layer._active {
	display: block;
}

.page-details-blocks {
	display: flex;
	flex-direction: column;	
}

.page-details .slider-block {
	display: flex;
	flex-direction: column;
}

.page-details .slider-for {
	display: flex;
	height: 230px;
	position: relative;
	background: #fff;
	align-items: stretch;
	overflow: hidden;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.page-details .slider-for .slider-item {
	max-width: 100%;
	max-height: 100%;
	flex: 1 1 auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.page-details .slider-for .slider-item img {
	object-fit: contain;
	max-height: 220px;
	margin: 5px auto;
}

.page-details .slider-for .slick-arrow {
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	background: #0d5ab4;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	overflow: hidden;
	text-indent: 150%;
	cursor: pointer;
	z-index: 10;
}

.page-details .slider-for .slick-arrow::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -5px;
	background: url(/local/templates/stanbaza/assets/css/../../images/icons/arrow.svg) center center no-repeat;
	background-size: contain;
}

.page-details .slider-for .slick-prev {
	
}

.page-details .slider-for .slick-next {
	left: initial;
	right: 10px;
}

.page-details .slider-for .slick-next::before {
	transform: rotate(180deg);
}

.page-details .slider-for-machines .slick-arrow {
	left: 19px;
}

.page-details .slider-for-machines .slick-next {
	left: initial;
	right: 19px;
}

.page-details .slider-nav {
	margin: 8px -4px 0 -4px;
}

.page-details .slider-nav .slick-slide {
	margin: 0 4px;
}

.page-details .slider-nav .slider-item {
	height: 57px;
	padding: 6px 3px;
	background: #fff;
	position: relative;
}

.page-details .slider-nav .slider-item img {
    object-fit: contain;
    max-height: 45px;
    margin: 0 auto;
}

.page-details .slider-nav .slick-current .slider-item::after {
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #0d5ab4;
	position: absolute;
}

.page-details .slider-nav-machines .slider-item::after {
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #f1f4fa;
	position: absolute;
}

.page-details .details-description {
	margin-top: 30px;
}

.page-details .details-block {
	margin-top: 25px;
}

.page-details .details-block .details-block-description {
	text-align: justify;
	padding-top: 10px;
}

.page-details .machines-details table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	border-spacing: 0;
}

.page-details .machines-details table tr td {
	border-top: 1px solid #c4c6c9;
	border-bottom: 1px solid #c4c6c9;
	padding: 5px;
}

.page-details .machines-details .row-head td {
	border-bottom: 1px solid #424d5c;
	font-weight: normal;
	color: #27303c;
	opacity: 0.5;
	text-align: left;
	font-size: 14px;
	padding: 9px 4px;
	font-weight: bold;
	border-top: 0;
	padding-top: 40px;
}

.page-details .variant-select {
	display: flex;
	gap: 7px;
}

.page-details .variant-select .variant-item {
	width: 33.3333%;
	flex: 0 1 auto;
	background: #fff;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	position: relative;
}

.page-details .variant-select .variant-item:hover {
	box-shadow: 0 0 5px #e7e7e7;
}

.page-details .variant-select .variant-item .name {
    text-align: center;
    font-weight: 600;
    padding: 5px 15px 15px;
}

.page-details .variant-select .variant-item .img {
	padding: 15px;
}

.page-details .variant-select .variant-item img {
    object-fit: contain;
    max-height: 47px;
    margin: 0 auto;
}

.page-details .variant-select .variant-item._active {
	box-shadow: 0 0 5px #d7d7d7;
}

.page-details .variant-select .variant-item._active::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #0d5ab4;
}

.page-details .variant-action {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 18px;
}

.page-details .variant-action .button {
	display: block;
	text-transform: uppercase;
	color: #fff;
	background: #0d5ab4;
	border: 2px solid #0d5ab4;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 12px;
}

.page-details .variant-action .button.nobg {
	background: none;
	color: #0d5ab4;
}

.page-details .properties {
	margin-top: 22px;
}

.page-details .properties table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	border-spacing: 0;
}

.page-details .properties table thead th {
	border-bottom: 1px solid #424d5c;
	font-weight: normal;
	color: #27303c;
	opacity: 0.5;
	text-align: left;
	font-size: 14px;
	padding: 9px 4px;
}

.page-details .properties table tbody td {
	border-bottom: 1px solid #424d5c;
	font-weight: 500;
	color: #27303c;
	font-size: 14px;
	padding: 9px 4px;
}

.page-details .sectors {
	margin-top: 45px;
}

.page-details .sectors .sector-list {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.page-details .sectors .sector-item {
	display: flex;
	align-items: center;
}

.page-details .sectors .sector-icon {
	display: flex;
	width: 64px;
	height: 64px;
	justify-content: center;
    align-items: center;
	background: #fff;
	border-bottom: 3px solid #153693;
}

.page-details .sectors .sector-name {
	flex: 1 1 auto;
	margin-left: 16px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.page-details .sectors._column .sector-list {
	flex-direction: column;
}

.page-details .sectors._column .sector-item {
	width: 100%;
}

.page-details .sectors .sector-icon::before {
	content: "";
	display: block;
	position: relative;
	background-size: 100% 100%;
}

.page-details .sectors .sector-icon._household::before {
	width: 39px;
	height: 38px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/01.png);
}

.page-details .sectors .sector-icon._auto::before {
	width: 36px;
	height: 36px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/02.png);
}

.page-details .sectors .sector-icon._bending::before {
	width: 38px;
	height: 38px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/03.png);
}

.page-details .sectors .sector-icon._cutting::before {
	width: 45px;
	height: 45px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/04.png);
}

.page-details .sectors .sector-icon._gas::before {
	width: 33px;
	height: 34px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/05.png);
}

.page-details .sectors .sector-icon._ship::before {
	width: 42px;
	height: 42px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/06.png);
}

.page-details .sectors .sector-icon._drilling::before {
	width: 43px;
	height: 43px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/07.png);
}

.page-details .sectors .sector-icon._industry::before {
	width: 43px;
	height: 36px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/08.png);
}

.page-details .sectors .sector-icon._doors::before {
	width: 37px;
	height: 37px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/09.png);
}


.page-details .sectors .sector-icon._forming::before {
	width: 33px;
	height: 32px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/10.png);
}

.page-details .sectors .sector-icon._heating::before {
	width: 33px;
	height: 34px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/11.png);
}

.page-details .sectors .sector-icon._compression::before {
	width: 38px;
	height: 38px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/12.png);
}

.page-details .sectors .sector-icon._extraction::before {
	width: 35px;
	height: 35px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/13.png);
	margin-right: 7px;
}

.page-details .sectors .sector-icon._turning::before {
	width: 43px;
	height: 43px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/14.png);
} 

.page-details .sectors .sector-icon._boring::before {
	width: 35px;
	height: 35px;
	background-image: url(/local/templates/stanbaza/assets/css/../../images/icons/sectors/15.png);
} 

.section {
	margin-top: 38px;
}

.section-title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 33px;
	color: #424d5c;
	padding-left: 37px;
	margin-bottom: 15px;
}

.section-title:before {
	content: "";
	display: block;
	width: 29px;
	height: 33px;
	position: absolute;
	left: 0;
	background: url(/local/templates/stanbaza/assets/css/../../images/icons/section-mobile.svg) center center no-repeat;
	background-size: 100% 100%;
}

.section-image {
	display: block;
	margin-bottom: 25px;
	padding: 8px;
	background: #fff;
}

.section-image img {
	display: block;
	max-width: 100%;
}

.section-text {
	margin-bottom: 17px;
	font-size: 18px;
}

.machines-section-title {
	margin-top: 42px;
}
@media screen and (min-width:768px) {
	.machines-section-title {
		margin-top: 70px;
	}
}
.machines-section .page-item {
	justify-content: center;
	min-height: 140px;
}
.machines-section .page-item .name {
	padding: 10px;
}
.machines-bottom .top {
	display: none;
}

.clients {
	position: relative;
	overflow: hidden;
}

.clients .list {
	position: relative;
	margin: 0 -4px;
}

.clients .item {
	display: block!important;
	width: 100%!important;
	padding: 0 4px;
}

.clients .item .content {
	width: 100%;
	height: 100px;
	flex: 1 1 auto;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	padding: 10px;
}

.clients .item .content img {
	max-width: 100%;
	max-height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.clients .item .content:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: 0.5;
}

.custom-dots .slick-dots {
	list-style: none;
	padding: 7px 0 0;
	margin: 0 -7px;
	position: relative;
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -moz-box!important;
	display: flex!important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.custom-dots .slick-dots li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto;
	padding: 14px 7px 0;
}

.custom-dots .slick-dots button {
	display: block;
	padding: 0;
	border: 2px solid #0d5ab4;
	background: 0 0;
	font-size: 0;
	outline: 0;
	cursor: pointer;
	width: 17px;
	height: 17px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.custom-dots .slick-dots .slick-active button {
	background: #0d5ab4;
}

.features {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.features .item {
	background: #fff;
	padding: 17px;
	display: flex;
	flex-direction: row;
}

.features .item .icon {
	width: 84px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	flex: 0 0 auto;
}

.features .item .name {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding-left: 17px;
	font-weight: 700;
	font-size: 15px;
	line-height: 120%;
	color: #424d5c;
}

.contacts-layer {
	display: none;
}

.contacts-layer._active {
	display: block;
}

.addresses {
	background: #fff;
	margin: 0 -8px;
	padding: 12px 11px 0;
	display: flex;
	flex-direction: column;
}

.addresses .address-point {
	color: #0d5ab4;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.5%;
}

.addresses .address-item {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.addresses .address-item .address-icon {
	width: 36px;
	height: 36px;
}

.addresses .address-item .address-data {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 129.5%;
	margin-left: 12px;
}

.addresses .address-item .address-data a {
	color: #000;
	text-decoration: none;
}

.addresses .address-item .address-data span {
	display: block;
}

.addresses .address-time .address-icon {
	background: url(/local/templates/stanbaza/assets/css/../../images/icons/time.svg) center center no-repeat;
	background-size: 100%;
}

.addresses .address-phone .address-icon {
	background: url(/local/templates/stanbaza/assets/css/../../images/icons/call.svg) center center no-repeat;
	background-size: 100%;
}

.addresses .address-email .address-icon {
	background: url(/local/templates/stanbaza/assets/css/../../images/icons/email.svg) center center no-repeat;
	background-size: 100%;
}

.addresses .address-email .address-email_item a {
	color: #0d5ab4;
	text-decoration: underline;
}

.addresses .address-button_block {
	margin-top: 20px;
}

.addresses .address-button_block a {
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	border: 2px solid #0d5ab4;
	padding: 8px;
}

.addresses .address-button_block a:hover {
	background: #0d5ab4;
	color: #fff;
}

.addresses .address-map {
	height: 335px;
	background: #f7f7f7;
	margin: 0 -11px;
	margin-top: 12px;
	display: flex;
}

.addresses .address-map_container {
	width: 100%;
}

.addresses .ymaps-2-1-79-ground-pane {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.addresses .ymaps-2-1-79-gotoymaps__container,
.addresses .ymaps-2-1-79-gototaxi,
.addresses .ymaps-2-1-79-gototech,
.addresses .ymaps-2-1-79-copyright__wrap {
	display: none!important;
}

.requisites {
	background: #fff;
	margin: 0 -10px;
	padding: 12px;
}

.departments {
	border-top: 30px solid #f1f4fa;
}

.requisites-section {
	font-weight: 700;
	padding: 17px 5px;
	margin: 0;
}

.requisites-line {
	display: flex;
	padding: 14px 5px;
}

.requisites-line .requisites-param {
	width: 120px;
	padding-right: 15px;
	flex: 0 0 auto;
}

.requisites-line.requisites-departments{
	justify-content: space-between;
}

.requisites-line.requisites-departments .requisites-param {
	width: auto;
	padding-right: 15px;
	flex: 0 0 auto;
}

.requisites-line.requisites-departments .requisites-value {
	width: 120px;
	color: #a1a1a1;
}

.requisites-section + .requisites-line,
.requisites-line + .requisites-section,
.requisites-line + .requisites-line {
	border-top: 1px solid #000;
}

.requisites-departments .address-item {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.requisites-departments .address-item .address-icon {
	width: 36px;
	height: 36px;
}

.requisites-departments .address-item .address-data {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 129.5%;
	margin-left: 12px;
}

.requisites-departments .address-item .address-data a {
	color: #000;
	text-decoration: none;
}

.requisites-departments .address-item .address-data span {
	display: block;
}

.requisites-departments .address-phone .address-icon {
	background: url(/local/templates/stanbaza/assets/css/../../images/icons/call.svg) center center no-repeat;
	background-size: 100%;
}

.requisites-departments .address-email .address-icon {
	background: url(/local/templates/stanbaza/assets/css/../../images/icons/email.svg) center center no-repeat;
	background-size: 100%;
}

.requisites-departments .address-email .address-email_item a {
	color: #0d5ab4;
	text-decoration: underline;
}

.fancybox-bg {
	opacity: 1!important;
	background: rgba(23, 28, 39, 0.92);
}

.fancybox-slide--html {
	padding: 40px 15px;
}

.fancybox-close-small {
	display: none!important;
}

.modal {
	width: 850px;
	display: none;
	background: #fff;
	padding: 30px 15px;
	overflow: visible;
}

.modal .section-name {
  margin: 0 0 30px;
}

.modal__form-string {
  margin: 0 0 20px;
}

.modal__form-captcha {
	position: relative;
	margin: 0 -5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.modal__form-captcha-img-wrapper {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto;
	padding: 0 5px;
	width: 100%;
	margin-bottom: 10px;
}

.modal__form-captcha-field {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding: 0 5px;
}

.modal__form-captcha-img {
	height: 42px;
}

.modal__form-label {
	color: #9e9e9e;
	margin: -5px 0 5px;
	position: relative;
}

.modal__form-label span {
  color: #0d5ab4;
}

.error .modal__form-label {
  color: #0d5ab4;
}

.modal__form-submit {
	width: 100%;
	text-align: center;
	height: 42px;
	padding: 0;
	border: 2px solid #0d5ab4;
	font: 500 14px/18px "Akzidenz Grotesk Pro",sans-serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	outline: 0;
	background: #0d5ab4;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: 10px;
}

.modal__form-submit:active,
.modal__form-submit:hover {
	color: #0d5ab4;
	background: #171c27;
	border-color: #171c27;
}

.modal__form-submit_border {
	background: 0 0;
	color: #0d5ab4;
}

.modal__form-submit_border:active,
.modal__form-submit_border:hover {
	color: #0d5ab4;
	background: #171c27;
	border-color: #171c27;
}

.modal__form-submit:first-child {
	margin-top: 0!important
}

.modal__close {
	width: 20px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: -30px;
}

.modal__close:after,
.modal__close:before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.modal__close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal__close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal__links-auth {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	position: relative;
	margin-right: -15px;
}

.modal__links-auth-left {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding-right: 15px;
}

.modal__links-auth-left .form-checkbox__auth-hidden-text {
	display: none;
}

.modal__links-auth-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 15px;
}

.modal__link-recovery {
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	color: #0d5ab4;
}

.modal__link-recovery:active,
.modal__link-recovery:hover {
	text-decoration: underline;
}

.modal__finish-text {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	color: #000;
	padding: 15px 0 15px;
	max-width: 400px;
	margin: 0 auto;
}

.error-list__content {
	border-left: 2px solid #0d5ab4;
	font-size: 15px;
	line-height: 19px;
	color: #0d5ab4;
	padding: 10px 0 10px 15px;
	position: relative;
}

.error-list__item {
	margin-top: 7px;
}

.error-list__item:first-child {
	margin-top: 0;
}

footer {
	background: #fff;
	margin-top: 28px;
}

footer .data {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	padding: 25px 0;
}

footer .logo {
	width: 138px;
	height: 43px;
}

footer .copyright {
	font-size: 12px;
	padding: 30px 0 15px;
	text-align: center;
}

footer .policy {
	text-align: center;
	font-size: 12px;
}

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

footer .button {
	width: 100%;
	margin-top: 15px;
}

footer .button a {
	display: flex;
	border: 2px solid #0d5ab4;
	color: #0d5ab4;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	height: 47px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

footer .button a:hover {
	background-color: #0d5ab4;
	color: #fff;
}

@media screen and (min-width:480px) {
	.jq-file__name {
		height: 64px
	}
	.fancybox-slide--html {
		padding: 15px 40px
	}
	.modal {
		padding: 30px
	}
	.modal__close {
		right: -30px;
		top: 0
	}
	.modal__links-auth-left .form-checkbox__auth-hidden-text {
		display: inline
	}
}

@media screen and (min-width:512px) {
	.page-list {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.page-item {
		width: calc(50% - 10px);
		margin: 0;
		flex: 0 1 auto;
	}
}

@media screen and (min-width:600px) {
	.modal__form-captcha {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.modal__form-captcha-img-wrapper {
		width: auto;
		margin-bottom: 0;
	}

	.modal__form-submit {
		font-size: 15px;
		line-height: 19px;
		height: 59px
	}

	.jq-selectbox__select {
		font-size: 18px;
		height: 59px;
		padding-left: 15px;
	}

	.jq-selectbox__select-text {
		padding-top: 17px;
	}

	.jq-selectbox__trigger-arrow {
		top: 25px;
	}

	.jq-selectbox__dropdown {
		font-size: 18px;
	}

	.jq-selectbox ul {
		max-height: 177px!important;
	}

	.jq-selectbox li {
		padding: 17.5px 15px;
	}

	.form-input,
	.form-textarea {
		font-size: 18px;
	}

	.form-input {
		padding: 0 15px;
		height: 59px;
	}

	.form-textarea {
		padding: 15px;
		height: 130px;
	}
}

@media screen and (min-width:768px) {
	.desktop {
		display: block;
	}
	
	.section {
		margin-top: 72px;
	}
	
	.section-title {
		font-size: 38px;
		line-height: 45px;
		color: #252525;
		padding-left: 50px;
		margin-bottom: 20px;
	}

	.section-title:before {
		width: 37px;
		height: 45px;
		background: url(/local/templates/stanbaza/assets/css/../../images/icons/section.svg) center center no-repeat;
	}
	
	.slider .slide {
		position: relative;
		min-height: calc(100vh - 75px);
	}
	
	.slider .slide .content .title {
		font-size: 76px;
		line-height: 1;
	}
	
	.slider .slide .content .buttons a {
		height: 76px;
	}
	
	.page {
		padding-top: 45px;
	}
	
	.page .top {
		flex-direction: row;
		align-items: center;
		margin: 0;
		background: none;
		padding: 0;
	}
	
	.page-title {
		font-size: 68px;
	}
	
	.page-nav {
		margin-top: 0;
	}
	
	.page-nav ul {
		flex: 1 1;
	}
	
	.page-nav a {
		padding: 25px 0;
	}
	
	.page-content {
		padding-top: 70px;
	}
	
	.page-details .slider-for {
		height: 400px;
	}
	
	.page-details .slider-for .slider-item img {
		max-height: 370px;
		margin: 15px auto;
	}
	
	.features {
		display: flex;
		flex-direction: row;
		gap: 20px;
	}
	
	.features .item {
		flex: 1 1 33.3333%;
		flex-direction: column;
		align-items: center;
		padding: 50px;
		justify-content: space-between;
		border-bottom: 5px solid rgb(66 77 92 / 30%);
	}
	
	.features .item .icon {
		width: 178px;
		height: 140px;
		align-content: flex-start;
	}
	
	.features .item:first-child .icon {
		margin-top: -9px;
	}
	
	.features .item .name {
		padding-left: 0;
		padding-top: 25px;
		font-size: 25px;
		text-align: center;
	}
	
	.addresses {
		flex-direction: row;
		margin: 0;
	}
	
	.addresses .addresses-contacts {
		min-width: 300px;
		padding: 0 12px 12px 0;
	}
	
	.addresses .address-map {
		flex: 1 1 auto;
		margin: -12px -12px 0 0;
		height: auto;
	}
	
	.requisites-section {
		font-size: 24px;
	}
	
	.requisites {
		margin: 0;
		padding: 40px;
	}
	
	.requisites-line {
		font-size: 24px;
	}
	
	.requisites-line .requisites-param {
		width: 50%;
		padding-right: 15px;
		flex: 0 0 auto;
	}

	.requisites-line.requisites-departments .requisites-value {
		width: auto;
	}

	.modal .section-name:before {
		height: 54px;
	}

	.modal .section-name__title {
		font-size: 36px;
	}

	.modal__form-label {
		font-size: 18px;
		line-height: 23px;
	}

	.modal__form-submit {
		font-size: 23px;
		line-height: 29px;
		height: 80px;
		margin-top: 30px;
	}

	.modal__close {
		width: 36px;
		height: 36px;
		right: -58px;
	}

	.modal__close:after,
	.modal__close:before {
		margin-left: -2px;
		width: 4px;
	}

	.modal__links-auth {
		margin-right: -30px;
	}

	.modal__links-auth-left {
		padding-right: 30px;
	}

	.modal__links-auth-left .form-checkbox__marker {
		top: 3px;
	}

	.modal__links-auth-left .form-checkbox__text {
		padding-top: 0;
		font-size: 24px;
		line-height: normal;
	}

	.modal__links-auth-right {
		padding-right: 30px
	}

	.modal__link-recovery {
		font-size: 24px;
		line-height: normal;
	}

	.modal__finish-text {
		font-size: 36px;
		line-height: 44px;
		max-width: 630px;
		padding-bottom: 20px;
	}

	.error-list__content {
		font-size: 18px;
		line-height: 23px;
		border-left-width: 5px;
		padding-left: 23px;
	}

	.form-input,
	.form-textarea {
		font-size: 24px;
	}

	.error .form-input,
	.error .form-textarea {
		box-shadow: inset 0 0 0 2px #0d5ab4;
	}

	.form-input {
		padding: 0 30px;
		height: 72px;
	}

	.form-input:disabled {
		font-size: 36px;
		height: 47px;
		margin-bottom: 15px;
		padding-right: 65px;
	}

	.form-textarea {
		padding: 20px 30px;
	}

	.form-checkbox__marker {
		width: 25px;
		height: 25px;
	}

	.form-checkbox__icon {
		width: 14px;
		margin-left: -7px;
	}

	.form-checkbox__text {
		font-size: 18px;
		line-height: 23px;
	}

	.form-radio__marker {
		width: 30px;
		height: 30px;
	}

	.form-radio__input:checked + .form-radio__marker {
		border-width: 6px;
	}

	.form-radio__text {
		font-size: 18px;
		line-height: 23px;
		padding-top: 5px;
	}

	.form-radio__text_big {
		font-size: 24px;
		line-height: 31px;
		padding-top: 0;
		padding-left: 15px;
	}

	.jq-file__name {
		font-size: 17px;
		line-height: 25px;
	}
}

@media screen and (min-width:990px) {
	.clients .list {
		margin: 0 -10px
	}
	
	.clients .item {
		padding: 0 10px;
	}
	
	.clients .item .content {
		height: 200px;
		border-bottom: 5px solid rgb(66 77 92 / 30%);
	}
	
	.page-nav .goback {
		font-size: 23px;
		line-height: 29px;
		padding: 20px 30px;
		width: initial;
		margin-bottom: 0;
		margin-left: 50px;
	}
	
	.page-list { 
		padding-top: 30px;
	}
	
	.page-item {
		width: calc(33.3333% - 15px);
		margin: 0;
		flex: 0 1 auto;
	}
	
	.page-item .img img{
		max-height: 258px;
	}
	
	.page-item .name {
		font-size: 20px;
		line-height: 30px;
		padding: 20px 10px 10px;
	}

	.modal {
		padding: 70px 80px 80px;
	}

	.modal .section-name {
		margin: 0 0 60px;
	}

	.modal .section-name__title {
		font-size: 38px;
	}

	.modal__button-block {
		padding-top: 15px;
	}

	.modal__finish-text {
		font-size: 38px;
		line-height: 46px;
		padding-bottom: 5px;
	}

	footer {
		margin-top: 90px;
	}
	
	footer .data {
		flex-direction: row;
		justify-content: space-between;
	}
	
	footer .logo {
		width: 235px;
		height: 74px;
	}
	
	
	footer .copyright {
		padding: 0;
		font-size: 18px;
		text-align: left;
	}
	
	footer .policy {
		font-size: 18px;
		text-align: left;
	}
	
	footer .button {
		width: auto;
		width: 270px;
		margin-top: 0;
	}
	
	footer .button a {
		height: 70px;
		font-size: 23px;
	}
}

@media screen and (min-width:1200px) {
	.cover {
		max-width: 1320px;
	}
	
	header .content {
		height: 156px;
		padding-left: 15px;
		padding-right: 0;
	}
	
	header .pull {
		display: none;
	}
	
	header .phone {
		position: relative;
		width: auto;
		top: initial;
		right: initial;
		display: flex;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		height: auto;
		margin-top: 7px;
	}
	
	header .phone:hover {
		background: none;
	}
	
	header .phone .number {
		display: block;
	}
	
	header .phone .icon {
		display: none;
	}
	
	header .logo {
		width: auto;
		margin: 0;
	}
	
	header .logo .link {
		width: 235px;
		height: 74px;
	}
	
	header .nav {
		display: flex;
		position: relative;
		top: initial;
		left: initial;
		box-shadow: none;
		background: none;
		border: none;
		width: auto;
		margin-top: 10px;
	}
	
	header .nav .list {
		display: flex;
	}

	header .nav .list .item {
		display: block;
		flex: 0 0 auto;
	}

	header .nav .list .item + .item {
		border: none;
	}
	
	header .nav .list .item a:hover {
		background: none;
	}
	
	.slider .slide {
		min-height: calc(100vh - 156px);
		height: calc(100vh - 156px);
	}
	
	.slider .slide .content .title {
		font-size: 98px;
		font-size: 1;
	}
	
	.page-details-blocks {
		flex-direction: row;
	}
	
	.page-details .slider-block {
		display: flex;
		flex-direction: column;
		flex: 1 0 auto;
		width: 50%;
	}
	
	.page-details .details-block {
		margin-top: 0;
		margin-left: 55px;
	}
	
	.page-details .slider-for {
		height: 520px;
		margin: 0;
	}
	
	.page-details .slider-for .slider-item img {
		max-height: 490px;
	}
	
	.page-details .slider-nav {
		margin: 42px -21px 0 -21px;
	}
	
	.page-details .slider-nav .slick-slide {
		margin: 0 21px;
	}
	
	.page-details .slider-nav .slider-item {
		height: 136px;
	}
	
	.page-details .slider-nav .slider-item img {
		max-height: 120px;
	}
	
	.page-details .variant-select .variant-item img {
		max-height: 100px;
	}
	
	.page-details .variant-action {
		flex-direction: row;
		margin-top: 46px;
	}
	
	.page-details .variant-action .button {
		font-size: 21px;
		line-height: normal;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.page-details .variant-action .button.nobg {
		white-space: nowrap;
		display: flex;
		align-items: center;
	}
	
	.page-details .properties {
		margin-top: 68px;
	}
	
	.page-details .properties table thead th {
		font-size: 21px;
	}
	
	.page-details .properties table tbody td {
		font-size: 21px;
	}
	
	.page-details .sectors .sector-list {
		flex-direction: row;
		gap: 52px;
		flex-wrap: wrap;
		padding-top: 50px;
	}
	
	.page-details .sectors .sector-item {
		width: calc(25% - 39px);
		flex: 0 1 auto;
	}
	
	.page-details .sectors .sector-icon {
		width: 90px;
		height: 90px;
		flex: 0 0 auto;
	}
	
	.page-details .sectors .sector-icon._household::before {
		width: 54px;
		height: 54px;
	}

	.page-details .sectors .sector-icon._auto::before {
		width: 51px;
		height: 51px;
	}

	.page-details .sectors .sector-icon._bending::before {
		width: 53px;
		height: 53px;
	}

	.page-details .sectors .sector-icon._cutting::before {
		width: 70px;
		height: 70px;
	}

	.page-details .sectors .sector-icon._gas::before {
		width: 47px;
		height: 47px;
	}

	.page-details .sectors .sector-icon._ship::before {
		width: 59px;
		height: 59px;
	}

	.page-details .sectors .sector-icon._drilling::before {
		width: 62px;
		height: 62px;
	}

	.page-details .sectors .sector-icon._industry::before {
		width: 61px;
		height: 51px;
	}

	.page-details .sectors .sector-icon._doors::before {
		width: 51px;
		height: 51px;
	}

	.page-details .sectors .sector-icon._forming::before {
		width: 46px;
		height: 46px;
	}

	.page-details .sectors .sector-icon._heating::before {
		width: 47px;
		height: 47px;
	}

	.page-details .sectors .sector-icon._compression::before {
		width: 53px;
		height: 53px;
	}

	.page-details .sectors .sector-icon._extraction::before {
		width: 49px;
		height: 49px;
		margin-right: 7px;
	}

	.page-details .sectors .sector-icon._turning::before {
		width: 61px;
		height: 61px;
	} 

	.page-details .sectors .sector-icon._boring::before {
		width: 51px;
		height: 51px;
	}
	
	.page-details .sectors .sector-name {
		font-size: 21px;
		line-height: normal;
	}
	
	.addresses .addresses-contacts {
		max-width: 520px;
		padding: 13px 35px 35px 13px;
	}
	
	.addresses .address-point {
		font-size: 24px;
		padding-bottom: 15px;
	}
	
	.addresses .address-item .address-data {
		font-size: 18px;
		margin-left: 28px;
	}
	
	.addresses .address-item .address-data span {
		display: none;
	}
	
	.addresses .address-phone .address-data {
		font-size: 22px;
	}
	
	.addresses .address-button_block {
		margin-top: 35px;
	}
	
	.addresses .address-button_block a {
		padding: 16px;
	}

	.requisites-departments .address-item .address-data {
		font-size: 18px;
		margin-left: 28px;
	}

	.requisites-departments .address-phone .address-data {
		font-size: 22px;
	}
}

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

}
/* End */
/* /local/templates/stanbaza/assets/css/normalize.css?16858574406138 */
/* /local/templates/stanbaza/assets/css/slick.css?15070529681776 */
/* /local/templates/stanbaza/assets/css/fancybox.css?168913688915380 */
/* /local/templates/stanbaza/assets/css/style.css?176443602844351 */
